/*=====================
body
=====================*/
body{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", sans-serif;
}
img{
	vertical-align: bottom;
}
.left{ float: left; }
.right{ float: right; }
.center{ margin-left: auto;margin-right: auto; }
.t_center{text-align: center; }

.t_p17{
	padding-top: 17px;
}
.t_p20{
	padding-top: 40px;
}
.top_110{
	padding-top: 110px;
}
.top_m30{
	margin-top: 30px;
}
.bm_50{
	margin-bottom: 50px;
}



.b_p17_s{
	padding-bottom: 17px;
}



.inner01{
	color: #424242;
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}
.inner{
	color: #424242;
	position: relative;
	width: 100%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}
.inner02{
	color: #424242;
	position: relative;
	width: 100%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.line{
	width: 100%;margin: 0;padding: 0;
	height: 1px;
	background: #249fa0;
}
.line_b{
	width: 100%;margin: 0;padding: 0;
	height: 4px;
	background: #249fa0;
}

.sub_h{
	font-size: 0;
	padding: 0;
	padding:  8px 0;
	float: right;
}
.sub_h li{
	margin-left: 20px;
	display: inline-block;
	font-size: 0;
}
.sub_h li a{
	color: #249fa0;
	text-decoration: none;
}
.sub_h li a:hover span{
	text-decoration: underline;
}
.sub_h li img{
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.sub_h li span{
	vertical-align: middle;
	display: inline-block;
	font-size: 12px;
}
.login {
	font-size: 0;
}
.login li{
	margin-left: 20px;
	display: inline-block;
}
.login li img{
	transition: 0.3s;
	-moz-transition:0.3s;
	-webkit-transition:0.3s;
	-ms-transition:0.3s;
}
.login li img:hover{
	opacity: 0.7;
}


.main_manu ul{
	display: flex;
	flex-wrap: wrap;
}
.main_manu li{
	width: calc(100% / 4);
	text-align: center;
}
.main_manu a{
	box-sizing: border-box;
	transition: 0.3s;
	-moz-transition:0.3s;
	-webkit-transition:0.3s;
	-ms-transition:0.3s;
	border-right: solid 1px #e1e1e1;
	padding: 5px 0 ;
	margin-top: 20px;
	margin-bottom:40px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #424242;
	display: block;
}
.main_manu a:hover{
	opacity: 0.6;
}
.main_manu li:last-child a{
	border-right: none;
}
.main_manu a img{
	display: block;
	margin-bottom: 13px;
	margin-left: auto;
	margin-right: auto;
}
.top_main_v{
	width: 100%;
	border-bottom:solid 1px #249fa0;
	background: url(../img/main_01.jpg);
	background-size: cover;
	background-position: center;
	height:452px;
}
.top_main_v .inner{
	height:100%;
}
.top_main_v img{
	position: absolute;
}
.top_main_v img:nth-child(1){
	top: 65px;
}
.top_main_v img:nth-child(2){
	bottom: 65px;
}


footer .inner{
	padding: 40px 0;
}
footer .inner p{
	font-family: 'Lato', sans-serif;
	font-size: 10px;
	padding-top: 10px;
	color: #424242;
}
footer .inner div{
	padding-right: 70px;
	box-sizing: border-box;
	padding-top: 8px;
	height: 90px;
	border-right: solid #249fa0 1px;
}
footer .inner div:nth-child(2){
	padding-top: 10px;
	font-size: 12px;
	padding-right: 30px;
	padding-left: 30px;
}
footer .inner div:nth-child(2) li{
	margin-bottom: 10px;
}
footer .inner div:nth-child(2) li a{
	line-height: 1;
	text-decoration: none;
	transition: 0.3s;
	-moz-transition:0.3s;
	-webkit-transition:0.3s;
	-ms-transition:0.3s;
	color: #249fa0;
}
footer .inner div:nth-child(2) li a.red{
	color: #dd4338;
}
footer .inner div:nth-child(2) li a:hover{
	text-decoration: underline;
}
footer .inner nav {
	display: inline-block;
	padding-left: 20px;
	margin-top: 40px;
}
footer .inner nav a{
	margin-right: 10px;
	font-size: 0;
	transition: 0.3s;
	-moz-transition:0.3s;
	-webkit-transition:0.3s;
	-ms-transition:0.3s;
}
footer .inner nav a:hover{
	opacity: 0.7;
}



footer .gotop {
	padding: 0;
}
footer .gotop img{
	position: fixed;
	bottom: 120px;
	right: 0;
	z-index: 9999;
}
footer .gotop a{
	transition: 0.3s;
	-moz-transition:0.3s;
	-webkit-transition:0.3s;
	-ms-transition:0.3s;
}
footer .gotop a:hover{
	opacity: 0.6;
}


h2.main_text{
	max-height: 100%;
	display: block;
	padding: 10px 0;
	padding-top: 60px;
	padding-bottom: 60px;
	font-weight: bold;
	background: linear-gradient(-135deg, #f0b3ae , #82e1db);
	background-blend-mode: overlay;
	font-size: 18px;
	line-height: 2.1;
	color: #fff;
	text-align: center;
	margin-top: 40px;
	position: relative;
}
h2.main_text:before{
	width: 100%;
	content: "";
	position: absolute;top: -40px;
	display: block;
	height: 40px;
	background:#f2f9f9;
}
h2.main_text:after{
	margin-left: auto;
	margin-right: auto;
	content: "";
	margin-top: 20px;
	display: block;
	background: #fff;
	width: 86px;
	height: 3px;
}

.news{
	width: 100%;
	margin-bottom: 60px;
	box-sizing: border-box;
	padding: 15px 30px;
	background: #fff;
}
.news .mida{
	margin-bottom: 20px;
}
.news .mida span{
	font-weight: bold;
	display: block;
	color: #dd4338;
	font-size: 22px;
}
.news .mida strong{
	display: block;
	font-size:14px;
}
.news p{
	border-bottom: solid 1px #7cc5c6;
	display: table;
	width: 100%;
	padding: 10px 0;
}
.news p:last-child{
	border-bottom: none;
}
.news p a{
	color: #424242;
}
.news p span{
	width: 14%;
	max-width: 180px;
	vertical-align: middle;
	display: table-cell;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 17px;
}
.news p strong{
	vertical-align: middle;
	display: table-cell;
	font-size: 16px;
}


/* //ヘルパスについて */
.bg_color{
	background: #f2f9f9;
}


.title_01{
	font-size: 30px;
	line-height: 2;
}
.title_01:after{
	content: "";
	margin-top: 5px;
	display: block;
	background: #249fa0;
	width: 86px;
	height: 3px;
}

h2.t_center:after{
	content: "";
	margin-top: 5px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background: #249fa0;
	width: 86px;
	height: 3px;
}

.title_02{
	color: #424242;
	line-height: 2;
	font-size: 26px;
}
.title_02:after{
	content: "";
	margin-top: 5px;
	display: block;
	background: #249fa0;
	width: 86px;
	height: 3px;
}
h3.t_center:after{
	content: "";
	margin-top: 5px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background: #249fa0;
	width: 86px;
	height: 3px;
}
.title_02n{
	color: #424242;
	font-size: 26px;
}


/* //ここからヘルパスについて */


.about_1l{
	color: #424242;
	width: 520px;
	float: left;
}
.about_1l p{
	margin-top: 40px;
	font-size: 16px;
	line-height: 2;
	margin-bottom: 30px;
}
.about_1l strong{
	color: #249fa0;
	font-size: 18px;
	font-weight: bold;
}

.about_list01{
	margin-top: 50px;
	font-size: 0;
	margin-bottom: 120px;
}

.about_list01 li{
	vertical-align: top;
	margin-right: 22px;
	display: inline-block;
	width: 312px;
}
.about_list01 li:last-child{
	margin-right: 0;
}
.about_list01 li .cer{
	z-index: 3;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
	border-radius: 85px 85px 0 0;
	border: solid #249fa0 5px;
	border-bottom: none;
	display: block;
	width: 171px;
	height: 85px;
	background: #fff;
}
.about_list01 li .cer img{
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
}
.about_list01 li p{
	position: relative;
	font-size: 14px;
	background: #fff;
	padding: 20px;
	color: #424242;
}
.about_list01 li p:before{
	content: "";
	height: 5px;
	top: -5px;
	left: 0;
	right: 0;
	z-index: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	position: absolute;
	background: #249fa0;
}
.about_list01 li p span{
	line-height: 1.8;
}
.about_list01 li p strong{
	color: #249fa0;
	margin-bottom: 10px;
	font-size: 16px;
	display: block;
	text-align: center;
	font-weight:bold;
}

.bad{
	margin-top: 40px;
	padding-bottom: 120px;
}
.bad h2{
	margin-bottom: 50px;
}
.bad p{
	text-align: left;
	font-size: 16px;
	width: 100%;
	max-width: 860px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	line-height: 2;
}
.bad strong{
	font-size: 28px;
	line-height: 2;
	color: #fff;
	background:#249fa0;
}

.about02{
	margin-top: 120px;
}
.about02 div{
	float: left;
	width: 520px;
}

.about02 div p span{
	font-weight: bold;
	background: linear-gradient(transparent 50%, #d8c974 0%);
}
.about02 div p{
	line-height: 2;
	font-size: 14px;
	margin-top: 60px;
	margin-bottom: 35px;
}
.about02 div > span{
	line-height: 2;
	font-size: 12px;
}
.about02_2{
	margin-top: 110px;
}
.about02_2 ul{
	font-size: 0;
	width: 846px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 50px;
}
.about02_2 ul li{
	display: inline-block;
}
.about02_2 ul li img{
	transition: 0.3s;
	-moz-transition:0.3s;
	-webkit-transition:0.3s;
	-ms-transition:0.3s;
}
.about02_2 ul li img:hover{
	opacity: 0.7;
}
.about02_2 ul li:first-child{
	margin-right: 118px;
}
.about02_2 p {
	margin-bottom: 160px;
	display: table;
}
.about02_2 p span{
	vertical-align: top;
	font-size: 12px;
	line-height: 2;
	display: table-cell;
	padding-left: 15px;
}
.about02_2 p img.sp_none{
	vertical-align: top;
	display: table-cell;
}
a.buttom{
	color: #424242;
	text-decoration: none;
}
a.buttom:hover{
	text-decoration: underline;
}


/* 下層共通 */
.under_main_v{
background: linear-gradient(-135deg, #f0b3ae , #82e1db);
padding: 57px 0;
}
.under_main_v h2{
	color: #fff;
	font-size:30px;
	line-height: 1;
}
.under_main_v h2 span{
	padding-top: 30px;
	font-family: 'Lato', sans-serif;
	display: block;
	position: relative;
	color: #fff;
	font-size:20px;
}
.under_main_v h2 span:before{
	content: "";
	width: 117px;
	height: 3px;
	top: 15px;
	position: absolute;
	background: #fff;
	display: block;
}



/* アコーディオン */

#panel {
	color: #424242;
	border-bottom: solid 1px #f1f1f1;
}
#panel:last-child{
	margin-bottom: 120px;
}

#panel > h3.q_mid{
	font-size:18px;
	padding-left: 40px;
	box-sizing: border-box;
	position: relative;
	padding-top: 25px;
	padding-bottom: 25px;
	line-height: 1;
}
#panel > h3.q_mid:before{
	color: #249fa0;
	content: "Q";
	left: 0;
	font-weight: bold;
	font-size: 28px;
	line-height: 1;
	top: 16px;
	font-family: 'Lato', sans-serif;
	position: absolute;
}
#panel > h3.q_mid:after{
	content: "";
	position: absolute;
	display: block;
	width: 12px;
	height: 12px;
	top: 0;
	bottom: 0;
	margin: auto;
	border-right: solid 4px #ccc;
	border-bottom: solid 4px #ccc;
	right: 15px;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

#panel > .a_box{
	font-size: 14px;
	position: relative;
	padding-left: 40px;
	line-height: 2;
	padding-top: 40px;
	padding-bottom: 60px;
}

#panel > .a_box:before{
	color: #dd4338;
	content: "A";
	left: 0;
	font-weight: bold;
	font-size: 28px;
	line-height: 1;
	top: 40px;
	font-family: 'Lato', sans-serif;
	position: absolute;
}


.about02_2 p.pp{
	margin-bottom: 20px;
}
.about02_2 p.pp span{
	vertical-align: middle;
}

.in_li{
	font-size: 0;
	margin-top: 20px;
}
.in_li li{
	margin-right: 15px;
	display: inline-block;
}




/* 患者様へ */


.patan_box01{
	width: 100%;
	background: #fff;
	margin-bottom: 20px;
}
.patan_box01:last-child{
	margin-bottom: 80px;
}
.patan_box01 .left{
	width: 520px;
	padding-top: 40px;
	padding-left: 30px;
}
.patan_box01:nth-child(even) .left{
	padding-left: 0;
	padding-right: 30px;
	float: right;
}
.patan_box01 p{
	margin-top: 20px;
	font-size: 14px;
	line-height: 2;
}
.patan_box01 img{
	float: right;
}
.patan_box01:nth-child(even) img{
	float: left;
}



/*======================
患者様へ
======================*/
.pat_01{
	margin-top: 60px;
}
.pat_01 .left{
	width: 610px;
}
.pat_01 .left p{
	font-size: 16px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.pat_01 .left strong{
	color: #249fa0;
	font-size: 16px;
	font-weight: bold;
}
.pat_01 .left div.list01{
	display: inline-block;
	box-sizing: border-box;
	padding: 30px 25px;
	margin-top: 30px;
	border: solid 3px #249fa0;
}
.pat_01 .left div.list01 > ul{
	vertical-align: top;
	font-size: 0;
	margin-right: 25px;
	display: inline-block;
}
.pat_01 .left div.list01 > ul > li:first-child{
	margin-top: 0;
}
.pat_01 .left div.list01 li{
	position: relative;
	line-height: 1;
	font-size: 12px;
	margin-top: 10px;
}
.pat_01 .left div.list01 > ul > li{
	padding-left: 10px;
}
.pat_01 .left div.list01 > ul > li:before{
	content: "";
	top: 2px;
	display: block;
	position: absolute;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 7px;
	border-color: transparent transparent transparent #24a0a0;
}
.pat_01 .left div.list01 > ul > li li{
	padding-left: 1em;
}
.pat_01 .left div.list01 > ul > li li:before{
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.pat_01 > img{
	float: right;
}

.pat_01 .left div.tuika01{
	margin-bottom: 40px;
}
.pat_01 .left div.tuika01 h3{
	font-weight: bold;
	color: #249fa0;
}
.pat_01 .left div.tuika01 p{
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 20px;
}
.pat_01 .left div.tuika01 li{
	padding-top: 8px;
	font-size: 14px;
	padding-left:1em;
	text-indent:-1em;
}




/*======================
ダウンロードボタン
======================*/
.download_link{
	text-align: center;
	margin-top: 60px;
}
.download_link ul{
	font-size: 0;
	margin-bottom: 20px;
}
.download_link li{
	display: inline-block;
	margin-right: 20px;
}
.download_link li:last-child{
	margin-right: 0;
}
.download_link li img{
	height: 54px;
}
.download_link p {
	font-size: 14px;
}
.download_link > a {
	color: #24a0a0;
	font-size: 14px;
	vertical-align: middle;
	line-height: 1;
}
.download_link > a span{
	display: inline-block;
	vertical-align: middle;
}
.download_link > a img{
	vertical-align: middle;
}

.pat_02{
	margin-bottom: 100px;
	margin-top: 120px;
}
.pat_02 ul{
	font-size: 0;
	margin-top: 60px;
}
.pat_02 li{
	display: inline-block;
	text-align: center;
	font-size: 12px;
	margin-left: 13px;
}
.pat_02 li:first-child{margin-left: auto;
}
.pat_02 li p{
	padding:5px;
}


/*======================
薬局関係者の皆様
======================*/

.pha_log ul{
	padding-top: 80px;
	font-size: 0;
}
.pha_log ul li{
	margin-right: 38px;
	display:inline-block;
	transition: 0.3s;
	-moz-transition:0.3s;
	-webkit-transition:0.3s;
	-ms-transition:0.3s;
}
.pha_log ul li:hover{
	opacity: 0.6;
}
.pha_log ul li:last-child{ margin-right: 0; }

.pha_log ul + ul{
	padding-top: 38px;
}
@media screen and (max-width: 720px){
	.pha_log ul + ul{
		padding-top: 20px;
	}
}


.pha_log h2{
	color: #fff;
	margin-top: 80px;
	font-size: 28px;
	margin-bottom: 60px;
}
.pha_log h2 span{
	line-height: 2;
	background: #63bbbb;
}


.pha_box01{
	margin-top: 80px;
	margin-bottom: 80px;
}
.pha_box01 div.left{
	max-width: 500px;
}
.pha_box01 div.left > strong{
	font-size: 22px;
	display: block;
	margin-top: 60px;
	margin-bottom: 20px;
}
.pha_box01 div.left p{
	margin-bottom: 40px;
}
.pha_box01 div.left p span{
	display: block;
	font-size: 16px;
}
.pha_box01 div.left p span{
}
.pha_box01 > img{
	float: right;
}


.pha_box02 {
	margin-bottom: 100px;
}
.pha_box02 .left{
	max-width: 250px;
}
.pha_box02 .left h3{
	margin-bottom: 60px;
}
.pha_box02 .left p{
	display: table;
	font-size: 16px;
}
.pha_box02 .left p span,
.pha_box02 .left p strong{
	display: table-cell;
	vertical-align: top;
}
.pha_box02 .left p strong{
	font-weight: bold;
	padding-right: 10px;

}
.pha_box02 img{
	margin-top: 40px;
	float: right;
}

.tableBox table{
	margin-top: 40px;
	margin-bottom: 40px;
	width: 100%;
	position: relative;
}

.bgGray.clickButton{
	margin-bottom: 20px;
}
.bgGray{
	background: #f4f4f4;
	border-radius: 10px;
	padding: 20px;
}
.bgGray h3{
	font-weight: bold;
	font-size: 18px;
	color: #249fa0;
	text-align: center;
}
.ansBox h4{
	position: relative;
	padding-left: 40px;
	font-size: 24px;
	color: #249fa0;
	font-weight: bold;
}
.ansBox h4 span{
	padding: 0;
	border-radius: 50%;
	box-sizing: border-box;
	padding-top: 12px;
	text-align: center;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 18px;
	bottom: 0;
	margin: auto;
	display: block;
	width: 24px;
	height: 24px;
	background: #249fa0;
	color: #fff;
}
.ansBox h4 span:before{
	content: "";
	-moz-transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	right: 0;
	margin: auto;
	width: 14px;
	height: 8px;
	box-sizing: border-box;
	border-left: 3px solid #fff;
	border-bottom: solid 3px #fff;
}
.ansBox .top40{
	margin-top: 40px;
}
.ansBox p{
	margin-top: 20px!important;
}

.tableBox .noWrap{
	white-space: nowrap;
}
.tableBox table:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -18px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 18px 0 18px;
	border-color: #e7e7e7 transparent transparent transparent;
}
.tableBox th,
.tableBox td{
	border: solid 1px #e7e7e7;
	padding: 10px;
	font-size: 14px;
}
.tableBox th{
	font-weight: bold;
	text-align: center;
	background: #249fa0;
	color: #fff;
}


.plass{
	display: block;
	position: absolute;
	width: 14px;
	height: 14px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.plass:before{
	position: absolute;
	content: "";
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 14px;
	height: 2px;
	background: #ccc;
}
.plass:after{
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #ccc;
	width: 2px;
	height: 14px;
}
.open .plass::after{
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
}


#panel h3.pha_mid{
	font-size:22px;
	box-sizing: border-box;
	position: relative;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-right: 30px;
	color: #249fa0;
	line-height: 1;
}
#panel h3.pha_mid:hover{
	cursor: pointer;
	cursor: hand;
}
/*#panel h3.pha_mid span{font-size: 14px;color: #333; display: inline-block;vertical-align: middle; padding-left: 10px; }

#panel h3.pha_mid:after{
	content: url(../img/qa/icon01.png);
	position: absolute;
	right: 10px;
}*/
#panel .tableBox table{
	margin-top: 20px;
}

.pha_box03{
	margin-bottom: 40px;
}

#panel > .pha_box{
	font-size: 14px;
	position: relative;
	line-height: 2;
	padding-top: 20px;
	padding-bottom: 60px;
}
#panel > .pha_box p{
	margin-top:40px;
}
#panel > .pha_box p span{
	display: inline-block;
	padding-left: 20px;
	font-size: 20px;
	color: #249fa0;
	box-sizing: border-box;
	vertical-align: top;
	width: calc(100% - 88px);
}
#panel > .pha_box p img{
	vertical-align: top;
	display: inline-block;
}

.pha_box04_{
	padding-top: 60px;
	padding-bottom: 80px;
}

.pha_box04_ > h3{
	margin-bottom: 40px;
}


.item_link{
	font-size: 0;
	margin-left: -20px;
	width: calc(100% + 20px);
	margin-top: 40px;
}
.item_link li{
	vertical-align: middle;
	display: inline-block;
	font-size: 16px;
	line-height: 1.2;
	width: calc( (100% ) / 3 );
	box-sizing: border-box;
}
.item_link li a{
	background: #fff;
	display: block;
	margin-bottom: 20px;
	margin-left: 20px;
	border: solid 1px #e5e5e5;
	border-left: solid 4px #249fa0;
	padding: 20px ;
	color: #333;
	text-decoration: none;
	transition: 0.3s;
	-moz-transition:0.3s;
	-webkit-transition:0.3s;
	-ms-transition:0.3s;
}
.item_link li a:hover{
	opacity: 0.6;
}


.img_link{
	font-size: 0;
	margin-left: -20px;
	width: calc(100% + 20px);
	margin-top: 40px;
}
.img_link li{
	display: inline-block;
	font-size: 14px;
	text-align: center;
	width: calc( (100% ) / 3 );
	box-sizing: border-box;
}
.img_link li:nth-child(n + 4){
	margin-top:10px;
}
.img_link li img{
	max-width: 100%;
	margin-bottom: 5px;
	margin-bottom: 5px;
}
.img_link li a{
	display: block;
	margin-left: 20px;
	color: #333;
	text-decoration: none;
	transition: 0.3s;
	-moz-transition:0.3s;
	-webkit-transition:0.3s;
	-ms-transition:0.3s;
}
.img_link li a:hover{
	opacity: 0.6;
}


.manu{
	margin-top: 80px;
	margin-bottom: 120px;
}



/*======================
ピンポイントマニュアル
======================*/
#pp_m,
#pp_m02,
#pp_m03{
	width: 345px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	padding: 20px 10px;
	box-sizing: border-box;
	background: #f6f6f6;
}
#pp_m:last-child{
	margin-bottom: 0px;
}
#pp_m h3.subTitle,
#pp_m02 h3.subTitle,
#pp_m03 h3.subTitle{
	margin-top: 30px;
	padding: 5px 0px 7px 10px;
	line-height: 1;
	position: relative;
	border-bottom: solid 1px #249fa0;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #353535;
}
#pp_m h3.subTitle:before,
#pp_m02 h3.subTitle:before,
#pp_m03 h3.subTitle:before{
	content: "";
	display: block;
	height: calc(100% - 4px);
	width: 4px;
	background: #249fa0;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
}
 div.plof{
	width: 62px;
	display: inline-block;
	height: 62px;
}
 div.plof figure{
}
 div.plof figure img{
	position: absolute;
	width: 62px;
	bottom: 0;
	top: 0;
	right: 0;
	text-align: center;
	left: 0;
	margin: auto;
}
 div.plof figure p{
	position: absolute;
	bottom: 0;
	height: 1em;
	top: 0;
	text-shadow: 1px 1px 1px #fff;
	right: 0;
	text-align: center;
	left: 0;
	margin: auto;/*
	margin-left: -10px;*/
}/*
 div.plof figure p:after{
	content:"①";
	position: absolute;
	margin-left: 5px;
	top: -2.5px;
	color: #239fa0;
	font-size: 15px;
}*/
 div.plof a{
	text-align: center;
	display: block;
	background: #fff;
	width: 62px;
	height: 62px;
	position: relative;
	border-radius: 50%;
	overflow: hidden;
	color: #424242;
	font-size: 9px;
}
.home ul,
.home02 ul,
.base_menu ul{
	font-size: 0;
	width: calc(100% + 6px);
	margin-left:-6px;
	float: right;
	margin-top: 15px;
}
.home ul{
	width: calc(100% + 6px);
}
.home ul.pw{
	float: right;
	width: calc(100% + 6px - 62px);
}
 .home ul.pw li{ float: right; width: auto; }
 .home ul.pw li a{ width: auto; padding-right: 10px;}
 .home li{
	position: relative;
	margin-left: 6px;
	width: calc(100% / 3 - 6px);
	font-size: 12px;
	display: inline-block;
	border-radius: 5px;
	background: linear-gradient(to bottom, #0EB6AC 0%, #096f69 100%);
	box-sizing: border-box;
}
.home a,
.home02 a{
	display: block;
	padding-left: 6px;
	box-sizing: border-box;
	padding-top: 12.5px;
	height: 49.5px;
	color: #fff;
	text-decoration: none;
	position: relative;
}
.base_menu a{
	display: block;
	box-sizing: border-box;
	padding-top: 12.5px;
	padding-left: 6px;
	box-sizing: border-box;
	padding-top: 12.5px;
	height: 100%;
	color: #fff;
	text-decoration: none;
	position: relative;
}
 .home li img,
 .home02 li img,
 .home li p,
 .home02 li p{
	display: inline-block;
	vertical-align: middle;
}
 .home li img,
 .home02 li img{
	width: 21.5px;
	margin-right: 3px;
}{
	width: 43px;
	margin-right: 3px;
}
 .home li p,
 .home02 li p,
 .base_menu li p{
 	display: inline-block;
 	vertical-align: middle;
	height: 1em;
	padding-bottom: 2px;
	text-shadow: 1px 1px 1px #1b7665;
}
 .base_menu li img{
 	display: inline-block;
 	vertical-align: middle;
 }
.base_menu li{
	box-sizing: border-box;
	height: 49.5px;
}

 .home .plof a:after{
	display: none;
}


 .home02 ul{
	float: none;
	margin-top: 0;
	box-sizing: border-box;
	margin-left: 0;
}
 .home02 li{
	font-size: 12px;
	position: relative;
	display: inline-block;
	border-radius: 5px;
	background: linear-gradient(to bottom, #0EB6AC 0%, #096f69 100%);
	box-sizing: border-box;
	width: calc(50% - 8px);
	margin-bottom: 10px;
}
 .home02 li:first-child{
	width: calc(50% - 8px);
	display: inline-block;
}
.home02 li:nth-child(even){
	margin-left: 10px;
}
 .home02 li:nth-child(3),
 .home02 li:nth-child(5),
 .home02 li:nth-child(7){
	margin-left: 0;
}


 .base_menu ul{
	float: none;
	margin-top: 0;
	box-sizing: border-box;
	margin-left: -8px;
	width: calc(100% + 8px);
}
 .base_menu li{
	font-size: 12px;
	height: 49.5px;
	position: relative;
	display: inline-block;
	border-radius: 5px;
	background: linear-gradient(to bottom, #0EB6AC 0%, #096f69 100%);
	box-sizing: border-box;
	width: calc(100% - 8px);
	margin-left: 8px;
}
 .base_menu li + li{
 	margin-top: 8px;
 }
 .base_menu li.red{
	background: #ba2636;
	background: -moz-linear-gradient(top, #ba2636 0%, #70000D 100%);
	background: -webkit-linear-gradient(top, #ba2636 0%, #70000D 100%);
	background: linear-gradient(to bottom, #ba2636 0%, #70000D 100%);
 }

 .base_menu li img{
 	width: 21.5px;
 	margin-right: 4px;
}
 .base_menu li p{
	margin-left: 0;
	white-space: nowrap;
	display: inline-block;
/*	padding-left: 1.8em;*/
	position: relative;
}


/* QA形式 */

#panel > .bg_g{
	font-size: 14px;
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 2;
	padding-top: 40px;
	padding-bottom: 30px;
}
#panel > .bg_g p{
	margin-bottom: 20px;
}
#panel > .bg_g ul{
	margin-top: 0;
}

#panel > .bg_g:before{
	content: "";
}
.bottom40{
	margin-bottom: 40px;
}
#panel .title_02{
	font-size: 22px;
}

.bg_g{
	background: #f1f1f1;
}

.pp_head{ padding: 10px; text-align: center; background: #0EB6AC; }
.base_menu li.none{ background:#ccc; }




/* phaMenu */
.phaMenu{
	padding-top: 100px;
}
.phaMenu ul{
	display: flex;
	width: calc(100% + 30px);
	margin-left: -30px;
	flex-wrap: wrap;
	justify-content: center;
}
.phaMenu ul + ul{
	margin-top: 30px;
}
.phaMenu li{
	background: #fff;
	margin-left: 30px;
	width: calc(100% / 3 - 30px);
}
.phaMenu li a{
	transition: 0.2s;
	-moz-transition:0.2s;
	-webkit-transition:0.2s;
	-ms-transition:0.2s;
	box-sizing: border-box;
	line-height: 1;
	display: block;
	width: 100%;
	height: 100%;
	font-weight: bold;
	padding: 15px 20px;
	text-align: center;
	font-size: 16px;
	position: relative;
}
.phaMenu li a:hover{
	opacity: .6;
}
.phaMenu li a:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	border-right: solid 2px;
	border-bottom: solid 2px;
	bottom: -8px;
	right: -8px;
}

.phaMenu .moreWindow a{ color: #63bbbb; border: solid 2px #63bbbb; }
.phaMenu .moreWindow a:after{ border-color: #63bbbb; }

.phaMenu .inWindow a{ color: #dd4338; border: solid 2px #dd4338; }
.phaMenu .inWindow a:after{ border-color: #dd4338; }

.phaMenu li p{
	position: relative;
	display: inline-block;
	padding-right: 30px;
}
.phaMenu .moreWindow p span{
	display: block;
	width: 10px;
	height: 10px;
}
.phaMenu .moreWindow p span{
	display: block;
	box-sizing: border-box;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.phaMenu .moreWindow p span:before,
.phaMenu .moreWindow p span:after{
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	box-sizing: border-box;
	position: absolute;
}
.phaMenu .moreWindow p span:before{
	background: #63bbbb;
	left: 0;
	top: 0;
}
.phaMenu .moreWindow p span:after{
	border-bottom: solid 2px #63bbbb;
	border-right: solid 2px #63bbbb;
	right: 0;
	bottom: 0;
}

.phaMenu .inWindow span{
	position: absolute;
	width: 8px;
	height: 8px;
	display: block;
	box-sizing: border-box;
	position: absolute;
	right: 0;
	border-bottom: solid 2px #dd4338;
	border-left: solid 2px #dd4338;
	top: 0;
	bottom: 0;
	margin: auto;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

.base_menuHead{
	position: relative;
}
.base_menuHead .arow{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 5px;
	width: 28px;
	height: 28px;
	background: linear-gradient(#84d3b6, #4cbf95 );
}
.base_menuHead .arow:before{
	content: "";
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	top: 0;
	bottom: 0;
	left: 11px;
	margin: auto;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	box-sizing: border-box;
	border-left: solid 2px #fff;
	border-bottom: solid 2px #fff;
}
.base_menuHead h3{
	text-align: center;
	margin-bottom: 20px;
	font-size: 18px;
}
.head_menus,
.kiroku,
.settei,
.kenkou,
.sonota{
	display: none;
}
.head_menus.active,
.kiroku.active,
.settei.active,
.kenkou.active,
.sonota.active{
	display: block;
}
.kirokuLink,
.setteiLink,
.kenkouLink,
.sonotaLink{
	cursor: pointer;
	cursor: hand;
}

.news-inner{
	display: flex;
	align-items: center;
}
.news-inner figure{
	margin: 0 10px 0 0;
}
.news-inner p{
	font-size: 11px;
}
@media screen and (max-width: 720px){
	.news-inner img{
		width: 53px;
		max-width: none;
	}
	.news-inner p{
		font-size: 18px;
	}
}

.gr-Link{
	color: #249fa0;
}

.content-header{
	text-align: center;
	margin-bottom: 60px;
}
.content-header p{
	margin-top: 40px;
	text-align: left;
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
}
.move-list{
	display: flex;
	flex-wrap: wrap;
}
.move-list__item{
	position: relative;
	width: calc(50% - 30px);
	padding-bottom: 28.125%;
}
.move-list__item:nth-child(n + 3){
	margin-top: 80px;
}
.move-list__item:nth-child(even){
	margin-left: 60px;
}
.move-list__item h4{
	font-weight: bold;
	font-size: 20px;
	line-height: 1;
	padding-left: 0.5em;
	border-left: solid 4px #249fa0;
	max-height: 100%;
}
.move-list__item p{
	max-height: 100%;
	margin: 0.5em 0;
	font-weight: bold;
	color: #666;
}
.youtbe-wrap{
	bottom: 0;
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
.move-list__item iframe{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
.move-list__item .youtbe-wrap{
	position: absolute;
}
@media screen and (max-width: 720px){
	.content-header p{
		font-size: 22px;
	}
	.move-list{
		display: block;
	}
	.move-list__item{
		padding-bottom: 0;
		width: 100%;
	}
	.move-list__item .youtbe-wrap{
		position: relative;
	}
	.move-list__item:nth-child(even){
		margin-left: 0px;
	}
	.move-list__item:nth-child(n + 2){
		margin-top: 80px;
	}
	.move-list__item h4{
		font-size: 28px;
		border-left: solid 8px #249fa0;
	}
	.move-list__item p{
		font-size: 22px;
	}
}

/*======================
display_size_noen
======================*/
.pc_none{
	display: none;
}

/*======================
.cl { clearfix }
======================*/
.cl::after {
	content: "";
	display: table;
	clear: both;
}
