@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700|Roboto:300,400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700&display=swap');
@import url('reset.css');
/*
font-family: 'Roboto', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Noto Serif JP', serif;
font-family: 'M PLUS Rounded 1c', sans-serif;
*/
/*------------------------------------
　　　　　　　　　common
------------------------------------*/
body {
	font-family:"Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	color: #444444;
	font-size: 100%;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.inline-b{
	display:inline-block
}
	@media screen and (max-width: 1180px) {
		body{
			font-size: 14px;
		}
	}
	@media screen and (max-width: 768px) {
		body{
			font-size: 13px;
		}
		.sp-block{
			display: block;
		}
	}
	@media screen and (max-width: 374px) {
		body{
			font-size: 12px;
		}
	}
#wrapper{
	position: relative;
}

img{
	max-width: 100%;
	height: auto;
}

a{
	color: #444444;
	text-decoration: none;
	transition: all 1s;
	outline: none;
}
a.link{
	color: #007685;
	text-decoration: underline;
}
a.important{
	color: #ff0000;
	text-decoration: underline;
}
/*-----------------------------------
header
------------------------------------*/
header{
	width: 90%;
	max-width: 1440px;
	margin: .75em auto 0;
	position: relative;
	height: 5.5em;
}
.site-description{
	color: #999;
	font-size: 0.6875rem;
	margin-bottom: .5em;
}
header h1 a{
	background: url("../images/common/logo-kpc.png")no-repeat center left;
	width: 416px;
	height: 65px;
	background-size: 100% auto;
	text-indent: -9999px;
	position: absolute;
	left: 0;
	z-index: 1000;
	display: block;
}
.gnav-wrap{
	position: absolute;
	right: 0;
	top: 3px;
	text-align: right;
	z-index: 2000;
}
.gnav-wrap a,
.gnav-wrap span{
	font-weight: 500;
}
.navigation-btn div{
	display: inline-block;
	margin-left: 1em;
}
.telephone{
	background: url("../images/common/tel.png")no-repeat center left;
	background-size: 15px auto;
	font-size: 1.5em;
	font-family: 'Roboto', sans-serif;
	padding-left: 0.75em;
}
.access{
	background: url("../images/common/access.png")no-repeat center left;
	background-size: 15px auto;
	font-size: 0.94em;
	padding-left: 1.25em;
}
	@media screen and (max-width: 1330px) {
		header{
			height: 4.8125em;
		}
		header h1 a{
			width: 345px;
			height: 54px;
		}
	}
	@media screen and (max-width: 1180px) {
		.site-description,
		.navigation-btn{
			display: none;
		}
		header{
			margin: 1em auto 0;
			height: auto;
		}
		header h1 a{
			position: relative;
			width: 320px;
			height: 50px;
			left: 0;
		}
	}
	@media screen and (max-width: 568px) {
		header{
			margin: .75em auto 0;
		}
		header h1 a{
			width: 243px;
			height: 38px;
			top: 1px;
		}
	}

.meganavigation {
	display: table;
	z-index: 500;
	text-align: left;
}
.meganavigation > li {
	display: table-cell;
}
.meganavigation > li:hover .menu {
	display: block;
}
.meganavigation > li > a,
.meganavigation > li > span {
	display: block;
	transition: all .2s ease-in;
	position: relative;
	padding: 0 .75em;
}
.meganavigation > li.recruit-link > a{
	font-size: .75em;
	background: #124368;
	color: #fff;
	padding: .25em .5em;
	line-height: 1.0;
	border-radius: .25em;
	-moz-border-radius: .25em;
	-webkit-border-radius: .25em;
	letter-spacing: -.095em;
}

.meganavigation > li > a:before,
.meganavigation > li > span:before{
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 10px;
	content: "";
	background: #999;
	margin-top: -5px;
}
.meganavigation > li:first-child > span{
	padding-left: 0;
}
.meganavigation > li:first-child > span:before{
	position: relative;
	background: none;
}

.meganavigation .menu {
	display: none;
	overflow: hidden;
	width: 65%;
	left: 0;
	position: absolute;
	background:#fff;
	border-radius: 0 0 10px 10px;
	-moz-border-radius:  0 0 10px 10px;
	-webkit-border-radius:  0 0 10px 10px;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
}
.gnav_pagetit{
	color: #5a91a7;
	font-size: 1.08em;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0.25em;
	padding: 1em 2em 0.5em;
}
.meganavigation .menu ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 0 2em 1em 2em;
}
.meganavigation .menu li{
	width: 50%;
	padding: 0.5em 0;
}
.meganavigation .menu a {
	color: #444444;
	position: relative;
	padding-left: 1.5em;
}
.meganavigation .menu a:before {
	content: '';
	width: 15px;
	height: 15px;
	background: #5a91a7;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -7px;
}
.meganavigation .menu a:after {
	content: '';
	width: 0;
	height: 0;
	border: solid 4px transparent;
	border-left: solid 4px #fff;
	position: absolute;
	top: 50%;
	left: 6px;
	margin-top: -4px;
}

.sp-menu{
	display: none;
}
	@media screen and (max-width: 1330px) {
		.meganavigation > li > a,
		.meganavigation > li > span{
			padding: 0 .625em;
			font-size: .9375em;
		}
	}
	@media screen and (max-width: 1180px) {
		.meganavigation {
			display: block;
			overflow: visible;
		}
		.meganavigation > li {
			display: block;
		}
		.meganavigation > li > a,
		.meganavigation > li > span{
			display: block;
			position: relative;
			border-bottom: 1px solid #849EB3;
			padding: 1.25em 10px;
			color: #fff;
		}
		.meganavigation > li.recruit-link > a{
			font-size: .92em;
			background: #124368;
			color: #fff;
			padding: 1.25em 10px;
			border-radius: .0;
			-moz-border-radius: .0;
			-webkit-border-radius: .0;
			letter-spacing: 0;
		}
		.meganavigation > li > a:before,
		.meganavigation > li > span:before{
			position: relative;
		}
		.meganavigation > li:first-child > span{
			color: #fff;
			padding: 1.25em 10px;
		}
		.meganavigation .menu {
			display: block;
			overflow: visible;
			width: 100%;
			position: relative;
			background:#a2bfcc;
			border-radius: 0;
			-moz-border-radius:  0;
			-webkit-border-radius:  0;
			box-shadow: none;
			-moz-box-shadow:  none;
			-webkit-box-shadow:  none;
		}
		.gnav_pagetit{
			display: none;
		}
		.meganavigation .menu ul{
			display: block;
			padding: 0 10px;
		}
		.meganavigation .menu li{
			width: 100%;
		}
		.meganavigation .menu li a{
			display: block;
			padding: 5px 0 5px 23px;
		}
		.sp-menu{
			display: block;
			padding: 25px 10px 80px;
			text-align: left;
		}
		.sp-menu div{
			background-position: 5% center;
			background-color: #124368;
			margin-bottom: 15px;
			border-radius: 25px;
			-moz-border-radius: 25px;
			-webkit-border-radius: 25px;
		}
		.sp-menu .telephone span,
		.sp-menu .access a{
			padding: 5px 5px 5px 15px;
			display: block;
			text-align: left;
			color: #fff;
		}
		.sp-menu .telephone span a{
			color: #fff!important;
		}

	}

/*-----------------------------------
footer
------------------------------------*/
footer{
	font-size: 0.8em;
	line-height: 1.4;
	max-width: 1200px;
	width: 90%;
	margin:1.5em auto 2em;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.logo-footer{
	background: url("../images/common/logo-footer-kpc.png")no-repeat center left;
	width: 384px;
	height: 60px;
	background-size: 100% auto;
	text-indent: -9999px;
	margin-bottom: 8px;
}
footer .item-footer{
	width: 50%;
}
.footerbtn{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 1.5em
}
.footerbtn a{
	width: 49.5%;
	background: #5a91a7;
	padding: 1em;
	text-align: center;
	color: #fff;
}
.copylight{
	font-size: 0.7em;
	margin-top: 2em;
	text-align: right;
}
	@media screen and (max-width: 768px) {
		footer{
			border-top: 1px solid #eee;
			width: 90%;
			margin: 0 0 0 0;
			padding: 5%;
		}
		.logo-footer{
			width: 269px;
			height: 42px;
		}
		footer .item-footer{
			width: 100%;
			margin-bottom: 0.25em;
		}
	}

/*-----------------------------------
contents
-----------------------------------*/
#contents {
	position: relative;
}
/* 幅 -----------------------------*/
.wrap-text{
	max-width: 1200px;
	width: 90%;
	margin:0 auto;
}
.wrap-section{
	max-width: 1040px;
	width: 90%;
	margin: 3.5em auto 3.8em;
}
.wrap-section-page-description{
	max-width: 1040px;
	width: 90%;
	margin: 3.5em auto 3.8em;
}
.wrap-section-small{
	max-width: 832px;
	width: 90%;
	margin: 3.5em auto 3.8em;
}
.wrap-bg{
	width: 100%;
	padding: 3.5em 0;
	background-color: #dee9ef;
	background-image: linear-gradient(115deg, transparent 75%, #d3e2ea 75%), linear-gradient(245deg, transparent 75%, #d3e2ea 75%), linear-gradient(115deg, transparent 75%, #d3e2ea 75%), linear-gradient(245deg, transparent 75%, #d3e2ea 75%);
	background-position: 0 0, 0 0, 4px -8px, 4px -8px;
	background-size: 8px 16px;
}
.wrap-bg2{
	width: 100%;
	padding: 3.5em 0;
	background-color: #f1f8fd;
	background-image: linear-gradient(115deg, transparent 75%, #f5ffff 75%), linear-gradient(245deg, transparent 75%, #f5ffff 75%), linear-gradient(115deg, transparent 75%, #f5ffff 75%), linear-gradient(245deg, transparent 75%, #f5ffff 75%);
	background-position: 0 0, 0 0, 4px -8px, 4px -8px;
	background-size: 8px 16px;
}
.wrap-bg3{
	width: 100%;
	padding: 3.5em 0;
	background-color: #e6f4fa;
	background-image: linear-gradient(115deg, transparent 75%, #e7fcff 75%), linear-gradient(245deg, transparent 75%, #e7fcff 75%), linear-gradient(115deg, transparent 75%, #e7fcff 75%), linear-gradient(245deg, transparent 75%, #e7fcff 75%);
	background-position: 0 0, 0 0, 4px -8px, 4px -8px;
	background-size: 8px 16px;
}

.wrap-bg .wrap-section,
.wrap-bg .wrap-section-small,
.wrap-bg2 .wrap-section,
.wrap-bg2 .wrap-section-small,
.wrap-bg3 .wrap-section,
.wrap-bg3 .wrap-section-small{
	margin: 0 auto
}

	@media screen and (max-width: 768px) {
		.wrap-section,
		.wrap-section-small{
			margin: 2.75em auto;
		}
		.wrap-section-page-description{
			width: 98%;
			margin: 2.75em auto;
		}
		.wrap-bg{
			padding: 2.75em 0;
		}
	}
	@media screen and (max-width: 374px) {
		/* ページ冒頭コピー　文字サイズ調整 */
		.wrap-section-page-description .text_center{
			font-size: 11px
		}
	}

/* hr-----------------------------*/
.section-hr{
	border-top: 1px dotted #ccc;
	padding-top: 4em;
}
.section-hr-stripe{
	position: relative;
	padding-top: 4em;
}
.section-hr-stripe:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: -webkit-repeating-linear-gradient(-45deg, #eeeff0, #eeeff0 3px,#fff 3px, #fff 6px);
	background: repeating-linear-gradient(-45deg, #eeeff0, #eeeff0 3px,#fff 3px, #fff 6px);
	width: 100%;
	height: 0.75em;
}
	@media screen and (max-width: 768px) {
		.section-hr,
		.section-hr-stripe{
			padding-top: 2.75em;
		}
	}
.section-hr-s{
	border-top: 1px dotted #aaa;
	padding-top: 2em;
}
/* 余白　-----------------------------*/
.mtl{
	margin-top: 4em;
}
.mt{
	margin-top: 3em;
}
.mtm{
	margin-top: 2em;
}
.mts{
	margin-top: 1em;
}
.mtxs{
	margin-top: 0.5em;
}
.kakko{
	margin-left: -0.5em
}
.hr-mtm{
	border-top: 1px dotted #ccc;
	margin-top: 2.5em;
	padding-top: 2.5em;
}


.mb{
	margin-bottom: 3em
}
.mbl{
	margin-bottom: 5em
}
.last-mbl{
	margin-bottom: 7em
}

	@media screen and (max-width: 768px) {
		.mt{
			margin-top: 2.5em;
		}
		.mtm{
			margin-top: 1.8em;
		}
		.mts{
			margin-top: 0.8em;
		}
	}

/* 位置　-----------------------------*/
.text_center_sp{
	text-align: center;
}
.text_center{
	text-align: center;
}
	@media screen and (max-width: 768px) {
		.text_center_sp{
			text-align: left;
		}
		br.inline{
			display: none;
		}
	}

/* font -----------------------------*/
.eng{
	font-family: 'Montserrat', sans-serif;
}
.eng-roboto{
	font-family: 'Roboto', sans-serif;
}
.min{
	font-family: 'Noto Serif JP', serif;
}
.em{
	font-weight: bold;
}
.em500{
	font-weight: 500!important;
}
.em700{
	font-weight: 700!important;
}
.lh_short{
	line-height: 1.6;
}
.lh_long{
	line-height: 2.0;
}
.letter-spacing{
	letter-spacing: 1px;
}

/* fontsize -----------------------------*/
.mplus{
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.midashi{
	font-size: 1.8em;
	font-weight: 500;
	margin-bottom: 0.4em;
	line-height: 1.2;
}
.midashi span{
	font-weight: 500;
}

.midashi_small{
	color: #5a91a7;
	font-weight: 700;
}
.midashi_small_white{
	color: #fff;
	font-weight: 700;
}
.pagetitle{
	font-size: 1.7em;
	font-weight: 400;
	margin-bottom: 1em;
	line-height: 1.2;
	text-align: center;
}
.pagetitle_eng{
	font-size: 1.8em;
	font-weight: 400;
	margin-bottom: 1em;
	line-height: 1.4;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
}
.pagetitle_eng span{
	font-size: 0.5em;
	display: block;
}
.pagetitle_eng_seikei{
	font-size: 2.75em;
	font-weight: 600;
	letter-spacing: .025em;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 1em;
	font-family: 'Montserrat', sans-serif;
}
.pagetitle_eng_seikei span{
	background: #124368;
	color: #fff;
	padding: 0 1em;
}
.pagetitle_eng_seikei div.xsmall{
	font-size: .575em;
	margin-top: .5em;
	color: #124368;
	font-weight: 600;
}

.sectiontitle{
	font-size: 1.5em;
	font-weight: 400;
	margin-bottom: 1em;
	line-height: 1.4;
	text-align: center;
	color: #124368;
}
.sectiontitle_left{
	font-size: 1.5em;
	font-weight: 400;
	margin-bottom: .5em;
	line-height: 1.4;
	text-align: left;
	color: #124368;
}

.sectiontitle_big{
	font-size: 1.75em;
	font-weight: 400;
	margin-bottom: 1em;
	line-height: 1.4;
	text-align: center;
	color: #124368;
}

.small{
	font-size: .84375em;
}
.xsmall {
	font-size: .71875em;
}

.big{
	font-size: 1.08em;
	font-weight: 700;
}
.large{
	font-size: 1.125em;
	font-weight: 700;
}
.x-large{
	font-size: 1.25em;
}
.xx-large{
	font-size: 1.5em;
}
.xxx-large{
	font-size: 1.75em;
}


.border_big{
	font-size: 1.08em;
	font-weight: 700;
	color: #124368;
	border-bottom: 1px solid #124368;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
	line-height: 1.4;
}
.big_normal{
	font-size: 1.08em;
}
.large_normal{
	font-size: 1.125em;
}
.sideline-kon{
	color: #124368;
	font-weight: bold;
	border-left: .75em solid #124368;
	border-bottom: 1px solid #124368;
	padding: .25em 0 .25em .5em;
	margin-bottom: .5em;
}
.bgkon-big{
	background: #124368;
	color: #fff;
	font-size: 1.08em;
	font-weight: bold;
	padding: .25em 0 .25em .5em;
	margin-bottom: 1.25em;
}

.underline{
	text-decoration: underline;
}
.marker{
	background: #ffffcf;
	border-radius:.25em;
	-moz-border-radius:.25em;
	-webkit-border-radius:.25em;
	font-weight: 600;
}


/* fontcolor -----------------------------*/
.ao{
	color: #5a91a7;
}
.kon{
	color: #124368;
}
.aka{
	color: #ff2832;
}
.midori{
	color: #007685;
}
.gray{
	color: #666666;
}
.white{
	color: #fff;
}
/* box -----------------------------*/
.bgbox_white{
	background: #fff;
	padding: 2.5em 2.2em;
}
.bgbox_white_s{
	background: #fff;
	padding: 0 1.2em;
}

.bgbox_ao{
	background: #eaf2f6;
	padding: 2.5em 2.2em;
}
.bgbox_mizuiro{
	background: #f4fafe;
	padding: 1.8em 1.5em;
}
.bgbox_kon{
	background: #124368;
	color: #fff;
	padding: 2.5em 2.2em;
}
.bgbox_kon_mini{
	background: #124368;
	color: #fff;
	padding: .75em 2em;
}
.bgbox_white_mini{
	background: #fff;
	padding: 1em;
}

	@media screen and (max-width: 414px) {
		.bgbox_white,
        .bgbox_white_s,
		.bgbox_ao,
		.bgbox_kon{
			padding: 1.8em 1.5em;
		}
	}
.kakumaru{
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
}
.bgbox_ao_kakumaru{
	border: 2px solid #007685;
	padding: 2em 2em;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
}

.bgbox_gr_kakumaru{
	border: 2px solid #a2b5c4;
	padding: 2em 2em;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
}

.bgbox_gr_kakumaru_s{
	border: 1px solid #a2b5c4;
	padding: 0.7em 1.2em;
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
}
.bgbox_gr_kakumaru_in{
	border: 1px solid #a2b5c4;
	padding: 1.2em 3.4em;
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
}
.bgbox_gr_aisatsu{
	border: 1px dotted#aaa;
	padding: 5em 3em;
	
}
.kakumaru{
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
}
.borderbox_ao{
	border: 1px solid #007685;
	padding: 1.2em 1.5em;
}
.borderbox_ao_s{
	border: 1px solid #007685;
	padding: 0.5em;
}
/*お問い合わせbox*/
.bgbox-tel{
	background: #124368;
	padding: 0.75em .5em;
	text-align: center;
	color: #fff
}
.bgbox-tel .telephone_inline {
	margin-left: 0.5em;
}
.bgbox-tel a,
.bgbox-tel span,
.bgbox-tel .telephone_inline span a{
	color: #fff!important;
}

.bgbox-tel .otoiawase,
.bgbox-tel .small {
	display: inline;
}
	@media screen and (max-width: 414px) {
		.bgbox-tel .otoiawase,
		.bgbox-tel .small{
			display: block;
		}
	}

/* btn -----------------------------*/
.more{
	background:#5a91a7;
	color: #fff;
	text-decoration: none;
	font-size: 0.75em;
	padding: 0.5em 2.5em;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	font-weight: 700;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	margin-top: 2em;
	transition: all .2s;
}
.more:hover{
	background:#337792;
}

.btn_kaku_small{
	background:#5a91a7;
	color: #fff;
	display: block;
	text-align: center;
	padding: 0.6em 0;
	margin-top: 0.6em;
	transition: all .2s;
}
.btn_kaku_small:hover{
	background:#337792;
}
	@media screen and (max-width: 768px) {
		.btn_kaku_small{
			padding: 1em 0;
		}
	}
.btn_kaku_kon{
	background:#124368;
	color: #fff;
	width: 80%;
	font-size: 0.9em;
	display: block;
	text-align: center;
	padding: 0.3em 0;
	margin-top: 0.8em;
	transition: all .2s;
}
.btn_kaku_kon:hover{
	background:#337792;
}
	@media screen and (max-width: 768px) {
		.btn_kaku_kon{
			padding: 0.5em 0;
		}
	}

.arw{
	position: relative;
	padding-left: 16px;
	text-decoration: underline;
	color: #007685;
}
.arw::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	margin-top: 0.5em;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #007685;
	transition: all .2s;
}
.arw:hover::after {
  left: 0.2em;
}


.arw-kon{
	position: relative;
	padding-left: 16px;
	text-decoration: underline;
	color: #124368;
}
.arw-kon::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	margin-top: 0.5em;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #124368;
	transition: all .2s;
}
.arw-kon:hover::after {
  left: 0.2em;
}


.arw_normal{
	position: relative;
	padding-left: 16px;
}
.arw_normal::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	margin-top: 0.5em;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #007685;
	transition: all .2s;
}
.arw_normal:hover::after {
  left: 0.2em;
}


.btn_kakumaru{
	background: #124368;
	color: #fff;
	font-weight: 700;
	display: block;
	padding: 0.5em 0;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	text-align: center;
	display: block;
	width: 100%;
	margin: 2.5em auto;
}
.btn_kakumaru:hover{
	opacity: 0.8;
}


.btn_kakumaru_small{
	background: #124368;
	color: #fff;
	font-weight: 700;
	display: block;
	padding: 0.5em 0;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	text-align: center;
	display: block;
	width: 40%;
	margin: 1.5em auto;
}
.btn_kakumaru_small:hover{
	opacity: 0.8;
}
	@media screen and (max-width: 414px) {
		.btn_kakumaru_small{
				width: 70%;
		}
	}

.btn_big{
	background: #124368;
	color: #fff;
	font-weight: 700;
	padding: 1.5em 0;
	border-radius: .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	text-align: center;
	display: block;
	width: 100%;
	margin: 2.5em auto;
}
.btn_big:hover{
	opacity: 0.8;
}

/* list -----------------------------*/
.list_disc li{
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 1.8em;
}
.list_decimal li{
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 1.8em;
}
.list_square li{
	list-style-type: square;
	list-style-position: outside;
	margin-left: 1.8em;
}
.list_non li{
	list-style-type: none;
	
	
}
/* flex -----------------------------*/

.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
}
.between{
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.item_center{
	-webkit-align-items: center;
	justify-content: center;
	align-items: center;
}
.row-reverse{
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

/*  clm2  */
.clm2_block,
.clm2_block_sp{
	width: 48%;
}
	@media screen and (max-width: 768px) {
		.clm2_block{
			width: 100%;
			margin-bottom: 2em;
		}
	}
	@media screen and (max-width: 567px) {
		.clm2_block_sp{
			width: 100%;
			margin-bottom: 2em;
		}
	}

.clm2_thumb:nth-child(odd){
	width: 56%;
}
.clm2_thumb:nth-child(even){
	width: 40%;
}

.clm2_thumb_sp_block:nth-child(odd){
	width: 71%;
}
.clm2_thumb_sp_block:nth-child(even){
	width: 26%;
}

	@media screen and (max-width: 414px) {
		.clm2_thumb_sp_block:nth-child(odd){
			width: 100%;
			margin-bottom: 1em;
		}
		.clm2_thumb_sp_block:nth-child(even){
			width: 100%;
		}
	}
.clm2_block_line{
	width: 48%;
}

.clm2_thumb2_sp_block:nth-child(odd){
	width: 32%;
}
.clm2_thumb2_sp_block:nth-child(even){
	width: 66%;
}
	@media screen and (max-width: 567px) {
		.clm2_thumb2_sp_block:nth-child(odd),
		.clm2_thumb2_sp_block:nth-child(even){
			width: 100%;
			margin-bottom: 1.5em;
		}
		img.sp-imgsmall{
			max-width: 84%;
			margin: 0 auto;
			display: block;
		}
	}
.clm2_thumb2_blog:nth-child(odd){
	width: 45%;
}
.clm2_thumb2_blog:nth-child(even){
	width: 50%;
}
.clm2_thumb_byoki:nth-child(odd){
	width: 56%;
}
.clm2_thumb_byoki:nth-child(even){
	width: 40%;
}
.clm2_thumb_senior:nth-child(odd){
	width: 59%;
}
.clm2_thumb_senior:nth-child(even){
	width: 35%;
}
	@media screen and (max-width: 567px) {
		.clm2_thumb2_blog:nth-child(odd),
		.clm2_thumb2_blog:nth-child(even),
		.clm2_thumb_byoki:nth-child(odd),
		.clm2_thumb_byoki:nth-child(even),
		.clm2_thumb_senior:nth-child(odd),
		.clm2_thumb_senior:nth-child(even){
			width: 100%;
			margin-bottom: 1.5em;
		}
		
	}


/*  clm3  */
.clm3{
	width: 32%;
}
.clm3_sp{
	width: 32%;
}
	@media screen and (max-width: 414px) {
		.clm3_sp{
			width: 100%;
			margin-bottom: 0.5em;
		}
	}
/*整形予約*/
.clm2_seikeires:nth-child(odd){
	width: 64%;
}
.clm2_seikeires:nth-child(even){
	width: 28%;
}
	@media screen and (max-width: 414px) {
		.clm2_seikeires:nth-child(odd){
			width: 100%;
		}
		.clm2_seikeires:nth-child(even){
			width: 60%;
			margin: 0 auto;
		}
	}

/*  clm4  */
.clm4_block{
	width: 24%;
}
	@media screen and (max-width: 414px) {
		.clm4_block{
			width: 48%;
			margin-bottom: 0.5em;
		}
	}


/* dl -----------------------------*/
/*診療時間*/
.reception-table{
	width: 100%;
}
.reception-table td{
	border-right:1px solid #efefef;
	width: 9%;
	text-align: center;
	padding: 0.425em 0;
}
.reception-table th{
	border-right:1px solid #efefef;
	width: 28%;
	text-align: left;
	padding: 0.425em 0;
	font-family: 'Roboto', sans-serif;
}
.item-footer .reception-table td,
.item-footer .reception-table th{
	padding: .125em 0;
}

/* 2カラム　*/
.dl_style_border{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	border-top: 1px solid #ddd;
}
.dl_style_border dt{
	width: 18%;
	padding:1.5em 0;
	font-weight: 700;
	color: #124368;
	border-bottom: 1px solid #ddd;
}
.dl_style_border dd{
	width: 82%;
	padding:1.5em 0;
	border-bottom: 1px solid #ddd;
}
	@media screen and (max-width: 768px) {
		.dl_style_border{
			border-top: none;
		}
		.dl_style_border dt{
			width: 100%;
			padding: 0.5em 0.9em;
			margin-bottom: 0;
			color: #fff;
			border-bottom: none;
			background: #124368;
		}
		.dl_style_border dd{
			width: 100%;
			padding: 1.8em;
			margin-bottom: 0.5em;
			border-bottom: none;
			background: #f1f1f1;
		}
		.bgbox_ao .dl_style_border dd{
			background: #fff;
		}
	}
/* spのみnowrap　*/
.flex_nowrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
}
  @media screen and (max-width: 414px) {
      .flex_nowrap{
            display: -webkit-flex;
	        display: -moz-flex;
	        display: -ms-flex;
	        display: -o-flex;
	        display: flex;
			flex-wrap:nowrap;
            width: 100%;
            }       
		}
      }

/*クリックで開くボックス通常
-----------------------------*/
.open-view{
	position: relative;
}
.open-view label {
	cursor :pointer;
	position: relative;
	padding: .75em 3em .75em 1em;
	background: #124368;
	color: #fff;
	display: block;
	line-height: 1.4;
}
.open-view label:before{
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -9px;
	content: "＋";
	font-size: 0.9em;
	line-height: 1.4;
	background: #fff;
	color: #124368;
	width: 1.35em;
	height: 1.35em;
	text-align: center;
	font-weight: bold;
}
.open-view input {
    display: none;
}
.open-view .hidden_show {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
}
.open-view input:checked ~ .hidden_show {
	padding: 1.5em 2em;
	height: auto;
	opacity: 1;
	background: #fff;
	border: 1px solid #ddd;
}

