/*====================================

  common

====================================*/
img {
	max-width:100%;
	height:auto;
}
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }
li {list-style: none;}
textarea,input {padding:1% 3%;}
strong {font-weight: bold;}
a {
	color: #333;
	outline: none;
	text-decoration:none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:hover,
.area ul.show li a:hover {
	color:#008ace;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a[href^="tel:"] { cursor: default; color: #333; text-decoration: none; }
a[href^="tel:"]:hover { text-decoration: none; opacity: 1; color: #333; }
a[href^="tel:"] img:hover { text-decoration: none; opacity: 1; color: #333; }
* { box-sizing: border-box; -moz-box-sizing: border-box; }
body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size:14px;
	color:#111;
	position: relative;
	overflow-x: hidden;
	line-height: 28px;
}
@media all and (-ms-high-contrast:none) {
	body {
		font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	}
}
.two_box,
.three_box{
	display: flex;
	flex-wrap: wrap;
}
.two_box > div,
.two_box > li {
	width: 50%;
}
.three_box > div,
.three_box > li {
	width: 33.333333%;
}

.container {
	width: 1100px;
	margin: 0 auto;
}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb80 {margin-bottom: 80px !important;}

.pb60 {padding-bottom: 60px !important;}

.pt0 {padding-top: 0 !important;}


/* item */
header {
	width: 1100px;
	margin: 0 auto 15px;
	padding: 0 20px;
}
header h2 {
	font-size: 16px;
	margin: 15px 0 0;
	line-height: 1;
}
header .two_box {
	justify-content: space-between;
	align-items: flex-end;	
}

nav {
	background: #ff8202;
}
nav .menu-topnav-container {
	width: 1102px;
	margin: 0 auto;
}
nav .menu-topnav-container ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
nav .menu-topnav-container ul li {
	border-left: 1px solid #fff;
	width: 14.285714%;
}
nav .menu-topnav-container ul li:last-child {
	border-right: 1px solid #fff;
}
nav .menu-topnav-container ul li a {
	width: 100%;
	display: block;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	padding: 15px 0;
	letter-spacing: 0.1em;
}
nav .menu-topnav-container ul li.current_page_item a,
nav .menu-topnav-container ul li a:hover,
nav .menu-topnav-container ul li.current-page-ancestor a{
	background: #eb6101;
}
.mv {
  position: relative;
}
.mv p {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  text-align: center;
}
.footer_btn {
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	background: #f4f4f4;
	padding: 80px 0;
}
.footer_btn ul {
	width: 755px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.footer_btn ul li {
	width: 50%;
}
footer {
	background: #093e8e;
	padding: 20px 0;
}
footer nav {
	width: 680px;
	margin: 0 auto;
	background:  #093e8e;
}
#menu-footernav-1 {
	display: flex;
	justify-content: space-between;
}
#menu-footernav-1 a {
	color: #fff;
	display: block;
	text-align: center;
	width: 100%;
}
#menu-footernav-1 li {
	border-left: 1px solid #fff;
	width: 14.285714%;
}
#menu-footernav-1:last-child {
	border-right: 1px solid #fff;
}
footer small {
	display: block;
	text-align: center;
	margin-top: 40px;
	color: #fff;
	font-size: 14px;
}
article {
	font-size: 24px;
	line-height: 45px;
}
article h2 {
	font-size: 36px;
	color: #093e8e;
	font-weight: bold;
	border-bottom: 5px solid #959595;
	position: relative;
	padding: 5px 35px;
	margin-bottom: 30px;
	line-height: 1;
}
article h2:before {
	position: absolute;
	content: '';
	left: 0;
	top: -5px;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 30px #ff8202;
	border-bottom: solid 45px transparent;
	z-index: 2;
}
article h3 {
	color: #fff;
	font-weight: bold;
	position: relative;
	padding: 13px 35px 10px;
	background: #093e8e;
	margin-bottom: 30px;
	line-height: 1;
}
article h3:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 30px #ff8202;
	border-bottom: solid 47px transparent;
	z-index: 2;
}
article h4 {
	font-size: 24px;
	border-bottom: 5px solid #093e8e;
	position: relative;
	padding: 5px 35px;
	margin-bottom: 30px;
	line-height: 1;
}
article h4:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 20px solid #ff8202;
	border-right: 0px solid transparent;
}


.top_txt {
	padding: 0 15px 50px;
	line-height: 45px;
}
.top_txt2 {
	padding: 0 30px;
	line-height: 45px;
}

.two_txt {
	line-height: 24px;
	padding: 20px 0 0 40px;
	position: relative;
}
.two_txt .two_btn {
	position: absolute;
	text-align: right;
	line-height: 40px;
	bottom: 0;
	right: 0;
}

.page-id-32 table tr th {
	text-align: left;
	padding-left: 15px;
	width: 250px;
}
.page-id-32 table tr:first-child th {
	text-align: center;
}
.page-id-32 table tr td {
	width: 425px;
	padding-left: 30px;
}
.reform_box {
	display: flex;
	flex-wrap: wrap;
	padding: 0 30px;
}
.reform_box_title {
	width: 220px;
}
.reform_box_txt {
	width: 820px;
}
.reform_box_title:before,
.reform_box_title2:before,
.page-id-8 table tr th:before,
.page-id-10 table tr th:before,
.recruit_box dd:before,
.page-id-10 dd:before,
.archive article li a:before,
.dotlist li:before {
	content: "・";
}
.reform_box_title2 {
	width: 430px;
}
.reform_box_txt2 {
	width: 610px;
}
.dotlist {
	padding: 0 30px;
}

.page-id-8 table tr th {
	text-align: left;
	padding-left: 15px;
	width: 230px;
}
.recruit_box  {
	padding: 0 20px;
}
.recruit_box dd,
.page-id-10 table tr td {
	padding-left:1em;
	text-indent:-1em;
}
.page-id-10 table tr th {
	text-align: left;
	padding-left: 15px;
	width: 180px;
}
.page-id-10 table tr td:before {
	content: "：";
}
.gmap {
	width: 1000px;
	margin: 0 auto;
}
.page-id-10 article dl,
.archive article ul {
	padding: 0 30px;
}
.archive article li a {
	display: block;
}
.archive article li {
	clear: both;
}
.archive article li a time {
	float: right;
	font-size: 16px;
}


/*お問い合わせ*/
#contact_form table {
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	width:100%;
}
#contact_form table th {
	padding:10px;
	box-sizing:border-box;
	vertical-align:top;
	text-align:left;
	background-color:#EEE;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
#contact_form table td {
	padding:10px;
	box-sizing:border-box;
	vertical-align:top;
	text-align:left;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
#contact_form .hissu {
	color:red;
	font-size:small;
}
#contact_form table input {
	max-width:100%;
}
#contact_form table textarea {
	max-width:100%;
}

.mb20 {
	margin-bottom:20px;
}

/*ページナビ*/
.breadcrumbs {
	font-size:150%;
	font-weight:bold;
}




