@charset "utf-8";
/*
Theme Name: 広島求人センター
Theme URI:
Description: 広島求人センター
Version: 1.0
Author: monokus.jp

*/
/* BODY
---------------------------------------------*/

html {
  width: 100%;
  height: 100%;
}

body,
div,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  font-size: 100%;
  /*	list-style: none; */
}
main,
header,
footer,
aside,
header,
section {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

body {
  text-align: left;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 14px;
  line-height: 1.8em;
  color: #333;
  background: #fff;
  image-rendering: crisp-edges;
  image-rendering: -webkit-optimize-contrast;
}

img {
  vertical-align: bottom;
  border: none;
}

a,
a:link,
a:visited {
  color: #0063f2;
  text-decoration: underline;
}

a:hover {
  color: #0063f2;
  /*	font-weight: 		bold; */
  text-decoration: none;
}

strong {
  font-weight: bold;
}

p {
  /*	padding: 			15px 20px 8px 20px; */
  /*	padding: 			15px 0 8px;  */
  padding: 0;
}

p.p_zero {
  padding: 0;
}

.sec #main p,
.indsec p {
  margin-left: 1em;
  margin-right: 1em;
}

.clear {
  clear: both;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}

.bold {
  font-weight: bold;
}
.red {
  color: #f00;
}
.material-icons {
  vertical-align: middle;
}
.anime {
  transition: all 0.3s;
}
i {
  font-style: normal;
}

/* リスト対応
---------------------------------------------*/
.reset_list ul,
.reset_list ol,
.reset_list li,
ul.reset,
ol.reset,
ul.reset li,
ol.reset li,
li.reset {
  margin: 0;
  padding: 0;
  font-size: 100%;
  list-style: none;
}
ul.alphabet,
ol.alphabet,
ol.alphabet li,
ol.alphabet li {
  list-style-type: upper-latin;
}

/* テーブル対応
---------------------------------------------*/
table {
  font-size: inherit;
  font: 100%;
}
table.mainstyle {
  border: 1px solid #999;
  background: #fff;
  color: #777;

  border-collapse: collapse;
}

table.mainstyle th {
  padding: 10px;
  border: 1px solid #bbb;
  background: #f2f2f2;

  font-weight: bold;
}

table.mainstyle td {
  padding: 10px;
  border: 1px solid #bbb;

  background: #fff;
}

table.mainstyle.outline_table {
  width: 100%;
}
table.mainstyle.outline_table th {
  width: 18%;
}

/* Layout
---------------------------------------------*/
#viewport {
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  /*
	background:			url(images/body_bg02.jpg) center 3165px no-repeat; */
}

body {
  overflow-x: hidden;
}
#contents {
  width: 1000px;
  margin: 0 auto 0;
  padding: 0 0 0;
}
/*	#sidebar {
		width:			250px;
		float:			left;
	}
	#main {
		width:			730px;
		float:			right;
	} */
#footer {
  clear: both;
}

#contents.wide {
}
#contents.wide #main {
  width: auto;
  float: none !important;
}
#contents.liquid {
  width: auto;
  float: none !important;
}
#contents.liquid #main {
  width: auto;
  float: none !important;
}

/* Header
---------------------------------------------*/

#header {
  /*	background:		#fff; */
  /* 	box-shadow: 	1px 1px 2px rgba(0,0,0,.2);  */
  /*	padding:		4px 0 0; */
  z-index: 9999;

  background: #fff;
  border-bottom: 1px solid #f3f6f7;
}
body.home #header {
  border-bottom: none;
}
/*	#header:before {
		position:	absolute;
		left:		0;
		right:		0;
		top:		0;
		z-index:	20;

		display:	block;
		width:		100%;
		height:		1px;
		overflow:	hidden;
		content:	'';

		border-top:	4px solid #0063f2;
	} */
#header .inner {
  width: 1000px;
  height: 90px;
  margin: 0 auto;
  position: relative;
}
#header .logo a {
  position: absolute;
  left: 0;
  /*			right:		0; */
  /*			top:		10px; */
  top: 0;
  margin: 0 auto;

  opacity: 1;
  z-index: 5;

  display: block;
  width: 502px;
  padding: 25px 0 0;
  box-sizing: border-box;

  border-radius: 0 0 8px 8px;

  text-align: left;
  text-decoration: none;

  transition: all 300ms 0s ease;
}
#header > .inner > .in {
}
#header .logo a h1 {
  position: absolute;
  left: 0;
  right: -100px;
  top: 5px;

  font-size: 11px;
  font-weight: bold;
  line-height: 1.6em;
  color: #000;
}
#header .logo a img {
  transition: all 300ms 0s ease;
  transform-origin: left top;
}
#header .search {
  position: absolute;
  left: 0;
  right: 0;
  top: -150px;
  margin: 0 auto;

  opacity: 0;

  z-index: 6;

  width: 400px;

  border: 1px solid #e0e0e0;
  background: #fff;
  position: relative;

  transition: all 300ms 0s ease;
}
#header .search form {
  position: relative;
}
#header .search input[type='text'] {
  width: 100%;
  padding: 13px 45px 13px 10px;
  box-sizing: border-box;

  border: none !important;
  background: none !important;

  font-size: 14px;
  font-weight: normal;
  line-height: 1.3em;
  /*color:			#777; */
}
#header .search .submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;

  display: block;
  width: 45px;
  height: auto;

  background: transparent !important;
  border: none !important;

  text-align: center;
}
#header .search .submit .material-icons {
  font-size: 30px;
  color: #ccc;

  line-height: 45px;
}
#header .search .submit input[type='submit'] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;

  display: block;
  width: 45px;
  height: auto;
  opacity: 0;
  z-index: 2;

  cursor: pointer;
}
#header .menulist {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
/*
			#header .menulist .menu ,
			#header .menulist .lately {
				float:		right;
				width:		76px;
			}
			*/
#header .menulist .menu,
#header .menulist .lately {
  position: absolute;
  top: 0;
  bottom: 0;

  width: 76px;
}
#header .menulist .menu {
  right: 0;
}
#header .menulist .lately {
  right: 90px;
}
#header .menulist a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;

  display: block;
  width: 90px;
  height: auto;

  padding: 4px 0 8px;
  box-sizing: border-box;
  text-align: center;

  font-size: 13px;
  font-weight: normal;
  line-height: 1.3em;

  text-decoration: none;
}
#header .menulist a span {
  display: block;
}
#header .menulist a .text {
}
/*
				#header .menulist .menu a .material-icons {
					font-size: 		42px;
					line-height:	48px;
				}
				#header .menulist .lately a .material-icons {
					font-size: 		32px;
					line-height:	48px;

					opacity:		0;
				}
				*/
#header .menulist a .material-icons {
  display: block;
  height: 60px;
  text-indent: -9999px;
  position: relative;
}
#header .lately {
}
#header .lately a {
  background: #0063f2;
  color: #fff;
}
#header .lately a .material-icons {
  background: url(../images/header_history.png) center center no-repeat;
}
#header .menu {
}
#header .menu a {
  background: #ff6600;
  color: #fff;
}

/*
#header {
	background:		#fff;
 	box-shadow: 1px 1px 2px rgba(0,0,0,.2);
	border-bottom:	8px solid #fff;

	z-index:		9999;
}
	#header .inner {
		width:			1140px;
		height:			88px;
		margin:			0 auto;
		position:		relative;
	}
		body.home #header .logo a {
			bottom:		-25px;
		}
		#header .logo a {
			position:	absolute;
			left:		0;
			top:		0;
			bottom:		-10px;
			z-index:	5;

			width:		300px;
			height:		auto;
			background:		#fff;
			border-radius:	0 0 5px 5px ;

			box-shadow: 	0 3px 4px rgba(187,187,187, .8),
							3px 0 4px rgba(187,187,187, .8),
							-3px 0 4px rgba(187,187,187, .8);

			transition: all 300ms 0s ease;
		}
			#header .logo a:before {
				position:	absolute;
				left:		5%;
				right:		5%;
				top:		5%;
				bottom:		5%;

				display:	block;
				width:		auto;
				height:		auto;
				content:	'';

				background:		url(../images/header_logo.png) center center no-repeat;
				background-size:	contain;
			}
			#header .logo a img {
				display:	none;
			}
		#header > .inner > .in {
			padding:		0 258px 0 324px;
		}
		#header h1 {
			padding:		8px 0 7px;

			font-size:		13px;
			font-weight:	normal;
			line-height:	1.6em;
			color:			#666;
		}
			#header h1 span {
			}
		#header .search {
			width:		400px;
			margin:		0 ;

			border:		1px solid #e0e0e0;
			background:		#fff;
			position:	relative;
		}
			#header .search form {
				position:	relative;
			}
			#header .search input[type="text"] {
				width:		100%;
				padding:	13px 45px 13px 10px;
				box-sizing: border-box;

				border:		none !important;
				background:		none !important;

				font-size:		14px;
				font-weight:	normal;
				line-height:	1.3em;
			}
			#header .search .submit {
				position:	absolute;
				top:		0;
				right:		0;
				bottom:		0;

				display:	block;
				width:		45px;
				height:		auto;

				background:		transparent !important;
				border:			none !important;

				text-align:	center;
			}
				#header .search .submit .material-icons {
					font-size: 		30px;
					color:			#0063f2;

					line-height:	45px;
				}
				#header .search .submit input[type="submit"] {
					position:	absolute;
					left:		0;
					right:		0;
					top:		0;
					bottom:		0;

					display:	block;
					width:		45px;
					height:		auto;
					opacity:	0;
					z-index:	2;

					cursor:		pointer;
				}
		#header .menulist {
		}
			#header .menulist .menu a,
			#header .menulist .lately a {
				position:	absolute;
				right:		0;
				bottom:		0;
				top:		0;

				width:		110px;
				height:		auto;
				overflow:	hidden;

				padding:	12px 0 0;
			}
			#header .menulist a {
				right:		0;

				display:	block;
				text-align:		center;

				font-size:		13px;
				font-weight:	normal;
				line-height:	1.3em;

				text-decoration:	none;
				position:		relative;
			}
				#header .menulist a span {
					display:	block;
				}
				#header .menulist a .text {
					padding:		46px 0 0;
				}
				#header .menulist a .material-icons {
					position:	absolute;
					left:		0;
					right:		0;
					top:		33px;

					margin:			-24px 0 0;
					font-size: 		48px;

				}
			#header .lately a {
				right:		110px !important;

				background:		#fff;
				color:			#0063f2;
				border-left:	1px solid #0063f2;
				border-bottom:	1px solid #0063f2;
			}

			#header .menu {
			}
				#header .menu a {
					background:		#f3f6f7;
					color:			#fff;
				}
		#header .search_form {
			display:	none;
		}
			#header .search_form .select {
				float:		left;
				display:		block;
				width:			120px;
			}
				#header .search_form .select a {
					border:				1px solid #e0e0e0;
					background:			#fff;

					display:		block;
					padding:		0 0 0 10px;
					height:			32px;

					color:		#444;
					text-decoration:	none;

					position:		relative;
				}
					#header .search_form .select a .in {
						display:	table-cell;
						width:		110px;
						height:		34px;
						vertical-align:		middle;
					}
					#header .search_form .select a .placeholder {
						display:		block;
						width:			110px;
						overflow:		hidden;
						white-space: nowrap;
						text-overflow: ellipsis;

						color:		#999;
					}
					#header .search_form .select a .text {
						display:		block;
						width:			110px;
						overflow:		hidden;
						white-space: nowrap;
						text-overflow: ellipsis;
					}
			#header .search_form .multiple {
				float:		left;
				display:		block;
				width:			34px;
				height:			34px;

				font-size:		28px;
				line-height:	34px;
				color:			#f3f6f7;

				text-align:		center;
			}
				#header .search_form .multiple i {
					font-size:		28px;
				}
			#header .search_form .submit {
				float:		left;
				margin:		0 0 0 10px;

				display:	block;
				width:		34px;
				height:		34px;
				box-sizing:		border-box;

				cursor:		pointer;

				background:			#f3f6f7;
				border:			none;

				font-size:		15px;
				font-weight:	normal;
				line-height:	1.3em;
				color:			#fff;

				text-align:		center;
				position:		relative;
			}
				#header .search_form .submit:before {
					position:	absolute;
					left:		0;
					right:		0;
					top:		0;
					bottom:		0;

					display:	block;
					width:		auto;
					height:		auto;
					content:	'';

					border:		2px solid rgba(255,255,255,0.3);
				}
				#header .search_form .submit i {
					font-size:		24px;
				}
	#header .header_menu {
		position:	relative;
	}
		#header .header_menu .sub {
			position:	absolute;
			left:		0;
			right:		0;
			top:		8px;

			display:		none;
			padding:		20px 0 20px;

			background:		#fff;
			box-shadow:		1px 1px 2px rgba(0,0,0,.2);
		}
			body.home #header .header_menu .sub {
				padding-top:		40px !important;
			}
			body.home #header.fixed .header_menu .sub {
				padding-top:		20px !important;
			}
		#header .header_menu ul {
			width:			1000px;
			margin:			0 auto;
			position:		relative;
		}
		#header .header_menu ul li {
			float:			left;
			width:			25%;
		}
			#header .header_menu ul li:nth-child(4n+1) {
				clear:		both;
			}
			#header .header_menu ul li a {
				display:	block;

				text-decoration:	none;
			}
				#header .header_menu ul li a i {
					font-size:		15px;
					margin:			0 5px 0 0;

					position:	relative;
					top:		-2px;
				}
			#header .header_menu ul li a:hover {
				text-decoration:	underline;
			}
*/
/*
#header.fixed {
 	box-shadow: 1px 1px 2px rgba(0,0,0,.2);
}
	#header.fixed .logo a {
		width:		135px;
		bottom:		-12px !important;
	}
	#header.fixed .inner {
		height:		57px;
	}
	#header.fixed .search_form {
		float:		left;
		display:	block;
	}
	#header.fixed .search {
		float:		left;
		width:		240px;
		height:		32px;
		overflow:	hidden;

		margin:		0 0 0 12px;
	}


	#header.fixed > .inner > .in {
		padding:		12px 0 8px 153px;
	}
	#header.fixed h1 {
		display:	none !important;
	}
	#header.fixed .search input[type="text"] {
		padding-top:	9px;
		padding-bottom:		8px;
	}
		#header.fixed .search .submit .material-icons {
			line-height:	35px;
		}

	#header.fixed .menulist {
		position:		absolute;
		right:			0;
		top:			0;
		height:			57px;
	}
		#header.fixed .menulist .menu,
		#header.fixed .menulist .lately {
			position:		static !important;
			float:			right !important;
		}
		#header.fixed .menulist a {
			position:	static;
			display:	block;

			width:		130px !important;
			height:		57px !important;
			padding:	0 12px !important;
		}
		#header.fixed .menulist .lately a {
			height:		56px !important;

		}
		#header.fixed .menulist a .in {
			display:	table-cell;
			height:		57px;

			text-align:		left;
			vertical-align:		middle;
			white-space:		nowrap;
		}
		#header.fixed .menulist a .material-icons {
			display:		inline;
			position:		static !important;
			margin:			0 !important;
		}
		#header.fixed .menulist a .text {
			display:		inline;
			padding:		0 !important;
		}
		*/
#header .header_menu {
  position: relative;
}
#header .header_menu .sub {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;

  display: none;
  padding: 20px 0 20px;

  background: #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
/*
			body.home #header .header_menu .sub {
				padding-top:		40px !important;
			}
			body.home #header.fixed .header_menu .sub {
				padding-top:		20px !important;
			} */
#header .header_menu ul {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
#header .header_menu ul li {
  float: left;
  width: 25%;
}
#header .header_menu ul li:nth-child(4n + 1) {
  clear: both;
}
#header .header_menu ul li a {
  display: block;

  text-decoration: none;
}
#header .header_menu ul li a i {
  font-size: 15px;
  margin: 0 5px 0 0;

  position: relative;
  top: -2px;
}
#header .header_menu ul li a:hover {
  text-decoration: underline;
}
#header.open_sub {
  /*    background-color: rgba(255,255,255,.9) !important; */
}
#header.fixed {
  background-color: rgba(255, 255, 255, 0.9) !important;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
/*
	#header.fixed .logo a {
		top:		-150px !important;
		opacity:	0 !important;
	} */
#header.fixed .logo a h1 {
  display: none;
}
#header.fixed .logo a img {
  transform: scale(0.75);
}
#header.fixed .logo a {
  padding-top: 10px;
}
#header.fixed .inner {
  height: 70px !important;
}
#header.fixed .search_form {
}
#header.fixed .search {
  top: 8px !important;
  opacity: 1 !important;
}

#header.fixed > .inner > .in {
}
#header.fixed h1 {
  display: none !important;
}
/*
	#header.fixed .search input[type="text"] {
		padding-top:	9px;
		padding-bottom:		8px;
	}
		#header.fixed .search .submit .material-icons {
			line-height:	35px;
		}
		*/
#header.fixed .menulist {
}

#header.fixed .menulist .menu,
#header.fixed .menulist .lately {
  margin-left: 0 !important;
}
#header.fixed .menulist a {
  border-radius: 0 !important;
}
#header.fixed .menulist a .text {
  display: none;
}
#header.fixed .menulist .lately {
}
/*
body.home #header .inner {
	height:		76px;
}

*/
/* メニューアニメーション -------------------------- */
#header .header_menu .sub {
  background: #ff6600 !important;
}
#header .header_menu .sub a {
  color: #fff !important;
}
#header .menu a .material-icons {
  height: 60px;
  text-indent: -9999px;
  position: relative;
}
#header .menu a .material-icons:before,
#header .menu a .material-icons:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
  margin: auto auto;

  display: block;
  width: 40px;
  height: 15px;
  content: '';
  box-sizing: border-box;

  transition: all 0.3s;
  /*
		background:		rgba(255,0,0,0.5); */
}
#header .menu a .material-icons:before {
  transform-origin: right top;

  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  height: 30px;
}
#header .menu a .material-icons:after {
  transform-origin: right bottom;

  border-bottom: 2px solid #fff;
}
#header.open_sub .menu a .material-icons:before,
#header.open_sub .menu a .material-icons:after {
  left: -20px;
}
#header.open_sub .menu a .material-icons:after {
  top: 30px;
}
#header.open_sub .menu a .material-icons:before {
  border-bottom: none;

  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#header.open_sub .menu a .material-icons:after {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Main Image
---------------------------------------------*/

#main_image {
}
.page_image {
  overflow: hidden;
}

/* Main Contents
---------------------------------------------*/

#main {
}
#main .entry {
  max-width: 1000px;
  margin: 0 auto;
}
.page_title {
  /* border-bottom:	1px solid #f3f6f7; */
  background: #f3f6f7;
  padding: 7px 0 2px;
  margin: 0 0;

  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em;
  color: #020000;
}
.page_title .in {
  margin: 0 auto;
  width: 1000px;
}

h2 {
  /*		float:		left; */
  padding: 36px 20px 16px 65px;
  margin: 0 0 26px;
  /*
		background:		#fff;
		border:			1px solid #9F7342;
		*/
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3em;
  color: #0063f2;

  position: relative;
}
h2:before {
  position: absolute;
  left: 25px;
  right: 0;
  bottom: 0;
  z-index: 1;

  display: block;
  width: auto;
  height: 6px;
  content: '';
  background-color: #0063f2;
  /* background: url(../images/list_title_line.png) center bottom repeat-x; */
}
h2:after {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;

  display: block;
  width: 54px;
  height: 54px;
  content: '';

  border-radius: 54px;

  background-color: #0063f2;
  background-image: url(../images/title_icon00.png);
  background-position: center center;
  background-repeat: no-repeat;
}
/*
	h2 {
		font-size:		18px;
		font-weight:	bold;
		line-height:	1.5em;
		color:			#000;

		padding:		0 0 12px 25px;
		margin:			8px 0 12px;
		text-align:		left;

		position:		relative;
		clear:			both;
	}
		h2:before ,
		h2:after {
			position:		absolute;
			top:			5px;

			display:		block;
			width:			7px;
			height:			1px;
			overflow:		hidden;
			content:		'';

			border-top:		7px solid #DD6B16;
			border-bottom:		7px solid #DD6B16;
		}
		h2:before {
			left:			3px;
		}
		h2:after {
			left:			11px;
		}
		*/

h2 a,
h2 a:link,
h2 a:visited,
h2 a:hover,
h2 a:active {
  color: inherit;
}
/*	h3 {
		font-size:		20px;
		font-weight:	bold;
		line-height:	1.3em;
		color:			#000;

		padding:		9px 10px 7px 20px;
		margin:			0 0 18px;

		position:		relative;
		clear:			both;
	}
		h3 a,
		h3 a:link,
		h3 a:visited,
		h3 a:hover,
		h3 a:active {
			color:			inherit;
		}
	h4 {
		border-bottom:	10px solid #00A0AF;

		font-size:		20px;
		font-weight:	bold;
		line-height:	1.3em;
		color:			#000;

		padding:		8px 10px 7px 20px;
		margin:			0 0 18px;

		position:		relative;
		clear:			both;
	}
	h5 {
		font-size:		19px;
		font-weight:	bold;
		line-height:	1.3em;
		color:			#000;

		padding:		11px 10px 8px 43px;
		margin:			0 0 18px 10px;
		background:		url(images/h5_icon.png) left 8px no-repeat;

		position:		relative;
		clear:			both;
	} */
/*		h5:before {
			position:	absolute;
			left:		14px;
			top:		6px;
			bottom:		6px;

			display:	block;
			width:		1px;
			height:		auto;
			overflow:	hidden;
			content:	'';

			border-left:	6px solid #006600;
		} */
/*	h6 {
		background:		#FFF9E7;

		font-size:		16px;
		font-weight:	normal;
		line-height:	1.3em;
		color:			#000;

		padding:		9px 10px 8px 10px;
		margin:			0 0 18px;

		position:		relative;
		clear:			both;
	} */
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit !important;
}
p,
table.mainstyle,
ol,
ul {
  margin: 15px 0 20px;
}
/*	#tinymce ul ,
	#tinymce ol {
		margin: 			15px 20px 20px 30px;
		font-size:			16px;
		line-height:		1.3em;
		color:				#525252;
	}
		#tinymce ul ,
		#tinymce ul li {
			list-style:		disc;
		}
		#tinymce ol,
		#tinymce ol li {
			list-style:		decimal;
		} */

/* Footer
---------------------------------------------*/
/*
body.home #footer {
	margin-top:		0 !important;
	background:		url(../images/page_image_bg.png) center bottom repeat-x;
}
	body.home #footer .links {
		margin-top:		165px !important;
	} */
body.home #footer,
.footer_tax_links + #footer {
  margin-top: 0 !important;
}
.footer_contents {
  width: 1000px;
  margin: 50px auto 0;
}
.footer_contents + #footer {
  margin-top: 0 !important;
}
.footer_tax_links {
  padding: 28px 0 18px;
  background: #e9f4fe;
}
.footer_tax_links .inner {
  width: 1000px;
  margin: 0 auto;
}
.footer_tax_links h2 {
  padding: 0 !important;
  margin: 0 0 20px !important;
  background: none !important;

  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #0063f2;
}
.footer_tax_links h2:before,
.footer_tax_links h2:after {
  display: none !important;
}
.footer_tax_links li,
.footer_tax_links ul {
  list-style: none !important;
  padding: 0;
}
.footer_tax_links li,
.footer_tax_links span {
  float: left;
  width: 25%;
  margin: 0 0 3px;
}
.footer_tax_links li:nth-child(4n + 1),
.footer_tax_links span:nth-child(4n + 1) {
  clear: both;
}
.footer_tax_links a {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.3em;
  color: #282728;

  text-decoration: none;
}
.footer_tax_links a:hover {
  text-decoration: underline;
}
/*
	.footer_tax_links dl {
		margin:		0 0 18px;
	}
	.footer_tax_links dt {
	}
		.footer_tax_links dt span ,
		.footer_tax_links dt li {
			float:		none !important;
			width:		auto !important;
		}
		.footer_tax_links dt a {
			font-size:		14px;
			font-weight:	bold;
			line-height:	1.3em;
		}
	.footer_tax_links dd {
	}
	*/
.footer_tax_links .group_parent {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3em;

  padding: 0 0 0 7px;
  margin: 0 0 5px;
  border-left: 5px solid #000;
}
.footer_tax_links dl {
  margin: 0 0 8px;
  clear: both;
}
.footer_tax_links dl span,
.footer_tax_links dl li {
  float: none !important;
  width: auto !important;
  margin: 0 0 0 12px;
}
.footer_tax_links dt {
  float: left;
  width: 180px;
}
.footer_tax_links dt a {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3em;
}
.footer_tax_links dd {
  margin: 0 0 0 180px;
}
.footer_tax_links dd span {
  display: inline-block;
}
.footer_tax_links .parent {
  margin: 18px 0 12px;
  padding: 0 0 6px;

  border-bottom: 1px solid #000;
}

.footer_tax_links_genre {
}
.footer_tax_links_genre .inner {
}
.footer_tax_links_genre .inner ul {
  display: flex;
  flex-flow: row wrap;
  align-content: stretch;
  justify-content: flex-start;
  width: 100%;
}
.footer_tax_links_genre .inner ul li {
  display: flex;
  flex-flow: row wrap;
  align-content: stretch;
  justify-content: stretch;

  width: 200px;
  margin: 0 -1px -1px 0;
}
.footer_tax_links_genre .inner ul li a {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;

  width: 200px;
  padding: 16px 1px;
  background: #fff;
  border: 1px solid #f3f6f7;
  box-sizing: border-box;

  font-size: 11px;
  line-height: 1.2em;
  white-space: nowrap;
}

#footer {
  margin: 50px auto 0;
  padding: 18px 0 0;
  position: relative;
  /*
	border-top:		1px solid #e0e0e0; */
  background: #fff;
}
#footer .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 15px;
  position: relative;
}
#footer .logo {
  float: left;
  padding: 8px 0 8px;
}
#footer .logo .text {
  padding: 0 0 5px;

  font-size: 12px;
  font-weight: normal;
  line-height: 1.3em;
  color: #777;
}
#footer .logo .image {
}
#footer .sns {
  /*
		position:		absolute;
		right:			0;
		top:			50%;
		margin:			-16px 0 0;
		*/
  float: right;
  padding: 8px 0 8px;
}

#footer .links {
  background: url(../images/footer_link_bg.png) center center no-repeat;
  background-size: cover;
  padding: 15px 0 15px;

  text-align: center;
}
#footer .links .in {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
#footer .links .nav {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3em;
  color: #fff;

  text-align: center;
}
#footer .links .nav ul {
  /*
				display:	flex;
				width:		100%;
				justify-content:		space-between;
				*/
  /*
				text-align:		center; */
}
#footer .links .nav ul li {
  display: inline;
}
#footer .links .nav ul li:after {
  content: '|';
  margin: 0 16px;
}
#footer .links .nav ul li:last-child:after {
  display: none !important;
}
#footer .links .nav ul li a {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3em;
  color: #fff;

  text-decoration: none;
}
#footer .links .nav ul li a:hover {
  text-decoration: underline;
}
#footer .copyright {
  background: #242527;

  font-size: 13px;
  font-weight: normal;
  line-height: 1.1em;
  color: #6e6e6f;

  text-align: center;
  padding: 28px 0;
}
.fixed_banner {
  position: fixed;
  right: 10px;
  bottom: 120px;
  z-index: 99999;
}
.arrow2top {
  position: fixed;
  right: 10px;
  bottom: 10px;

  z-index: 99999;
}
.arrow2top .inner {
  display: flex;
  flex-direction: row no-wrap;
}
.arrow2top a {
  display: flex;
  width: 77px;
  height: 77px;

  align-items: center;
  justify-content: center;

  font-size: 14px;
  font-weight: normal;
  line-height: 1.2em;
  color: #fff;

  text-decoration: none;
  text-align: center;

  background-color: rgba(0, 99, 242, 0.65);
  /*		border-radius:		108px; */
}
.arrow2top a + a {
  margin-left: 10px;
}

/* 下層ページ
---------------------------------------------*/

/* BREADCRUMB = TOPIC PATH */

.breadcrumb {
  width: 1000px;
  padding: 8px 0 0;
  margin: 0 auto 20px;

  font-size: 13px;
  font-weight: normal;
  line-height: 1.3em;
  color: #444;

  text-align: right;
}

.breadcrumb a {
  color: #0063f2;
}

/* リスト
---------------------------------------------*/

.baselist {
  margin: 15px;
}
.baselist ul {
  margin: 0 !important;
}
.baselist li {
  list-style: none !important;
  margin: 0 0 8px;
}
.baselist li a {
  display: block;
  font-size: 15px;
  margin-bottom: 8px;
  padding: 7px 5px 7px 35px;
  border-bottom: 1px dotted #666;
}

.baselist li a {
  color: #666;
  text-decoration: none;
  font-weight: normal;
}
.baselist li a:hover {
  color: #444;
  text-decoration: underline;
  font-weight: normal;
}
.baselist > ul > li {
  /*
	background: 		url(images/side_menu_icon01.png) 5px 12px no-repeat; */
}
.baselist > ul > li ul {
  margin-left: 25px !important;
}
.baselist > ul > li ul li {
  /*	background:			url(./images/side_menu_icon02.png) 5px 14px no-repeat;}*/
}

/* PADDING & MARGIN SETUP
---------------------------------------------*/

/* MARGIN */

.mt5 {
  margin-top: 5px !important;
}
.mt8 {
  margin-top: 8px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 50px !important;
}
.mt70 {
  margin-top: 50px !important;
}
.mt100 {
  margin-top: 100px !important;
}

.mb00 {
  margin-bottom: 0px !important;
}
.mb01 {
  margin-bottom: 1px !important;
}
.mb02 {
  margin-bottom: 2px !important;
}
.mb03 {
  margin-bottom: 3px !important;
}
.mb04 {
  margin-bottom: 4px !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}

.mr10 {
  margin-right: 10px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr50 {
  margin-right: 50px !important;
}

.ml10 {
  margin-left: 10px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml50 {
  margin-left: 50px !important;
}

/* PADDING */

.pt10 {
  padding-top: 10px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt50 {
  padding-top: 50px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}

.pr10 {
  padding-right: 10px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr50 {
  padding-right: 50px !important;
}

.pl10 {
  padding-left: 10px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl50 {
  padding-left: 50px !important;
}

/* FLOAT */

.fleft {
  float: left;
}
.fright {
  float: right;
}

/* WP STYLE
---------------------------------------------*/

img.centered,
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: block;
  float: right;
}

img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: block;
  float: left;
}

.alignright {
  float: right;
}
.alignleft {
  float: left;
}

/* CLEARFIX
---------------------------------------------*/

.cl:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.cl {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .cl {
  height: 1%;
}
.cl {
  display: block;
}
/* End hide from IE-mac */

/**
 固定バナー関連
 ------------------------------- */
/* .overlay {
	position:		fixed;
	top:			0;
	left:			0;
	right:			0;
	bottom:			0;

	width:			auto;
	height:			auto;
	z-index:		98;

	background:		rgba(50,50,50,0.5);
} */
.header_fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.footer_fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99998;
}

.fixed_nav {
  width: auto;
  height: 94px;

  background: #1e2022;
}
.fixed_nav .inner {
  width: 1000px;
  margin: 0 auto;
}
.fixed_nav .tel {
  float: left;

  border-radius: 5px;

  margin: 10px 0 0;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 360px;
  height: 74px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3em;

  border: 3px solid #34373a;
  background: #34373a;
  color: #ff6600;

  position: relative;
}
.fixed_nav .tel .in {
  padding: 0 0 0 28px;
  background: url(../images/fixed_nav_icon_tel.png) left top no-repeat;
}
.fixed_nav .tel i {
  position: absolute;
  top: 50%;
  left: 0.5em;
  margin-top: -0.5em;

  font-size: 31px;
}
.fixed_nav .tel .number {
  font-size: 24px;
  font-weight: bold;
  line-height: 1em;

  padding: 0 0 5px;

  letter-spacing: 1px;
}
.fixed_nav .tel .number span {
  position: relative;
  display: inline-block;
}
.fixed_nav .tel .number span[data-ruby]:before {
  content: attr(data-ruby);
  position: absolute;

  top: -11px;
  left: -12px;
  right: -12px;
  margin: 0 auto;

  font-size: 10px;
  /*font-weight:	normal; */
  line-height: 1em;
  text-align: center;
}
.fixed_nav .tel .hours {
  line-height: 1em;
}

.fixed_nav .entry {
  float: right;
  margin: 10px 0 0;
  width: 625px;
}
.fixed_nav .entry a {
  float: left;

  border-radius: 5px;
  background: #ff6600;
  border: 3px solid #ff6600;
  height: 74px;
  box-sizing: border-box;

  font-size: 24px;
  font-weight: normal;
  line-height: 1.3em;
  color: #fff;

  text-align: center;
  text-decoration: none;
  position: relative;
}
.fixed_nav .entry a .in {
  display: flex;
  width: 625px;
  height: 74px;

  align-items: center;
  justify-content: center;
}
.fixed_nav .entry a .in .text {
  padding: 10px 0 10px 48px;
  line-height: 1em;

  background: url(../images/fixed_nav_icon_contact.png) left center no-repeat;
}
.fixed_nav .entry a i {
  position: relative;
  top: -2px;

  font-size: 31px;
  margin: 0 8px 0 0;
}
.fixed_nav .entry a .balloon {
  position: absolute;
  right: 7px;
  top: 0;

  box-sizing: border-box;
  width: 200px;
  height: 50px;
  padding: 8px 0 0;
  background: url(../images/fixed_nav_balloon_bg.png) center top no-repeat;

  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;

  font-size: 13px;
  font-weight: bold;
  line-height: 1.2em;
  color: #ff6600;

  text-align: center;

  animation: comment 3s ease infinite;
}
@keyframes comment {
  0%,
  100%,
  50%,
  65% {
    top: -30px;
  }
  60% {
    top: -40px;
  }
}
