@charset "utf-8";

/*nomal*/

@font-face {
	font-family: 'Noto Sans JP';
	src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2"),
		url("../fonts/NotoSansJP-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
/*bold*/
@font-face {
	font-family: 'Noto Sans JP';
	src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2"),
		url("../fonts/NotoSansJP-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
/*cursive*/
@font-face {
	font-family: 'Noto Serif JP';
	src: url("../fonts/NotoSerifJP-Regular.woff2") format("woff2"),
		url("../fonts/NotoSerifJP-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Noto Serif JP';
	src: url("../fonts/NotoSerifJP-Bold.woff2") format("woff2"),
		url("../fonts/NotoSerifJP-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
/*Hina mincho*/
@font-face {
	font-family: 'Hina mincho';
	src: url("../fonts/HinaMincho-Regular.woff2") format("woff2"),
		url("../fonts/HinaMincho-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

*{
    margin: 0px;
	padding: 0px;
}

img{border: 0;}

a {outline: none;}

ul,ol { list-style-type: none;}

A:link{color:#2f3640;text-decoration:none;}
A:visited{color: #2f3640;text-decoration:none;}
A:active{color:#2f3640;text-decoration:none;}
A:hover{color:#2f3640;text-decoration:none;}
@media screen and (min-width: 1025px){
	article a,
	.btn_more a,
	.btn_txt a{
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
	article a:hover{
		color: #83d63a;
	}
}
::selection{
	background: #14abe3;
	color: #fff;
}
::-moz-selection{
	background: #14abe3;
	color: #fff;
}

table{
	border-collapse:collapse;
}


input,
textarea{
	font-family: "Noto Sans JP", "sans-serif";
	font-size: 100%;
	font-style: normal;
	font-weight: 400;
}

body{
	font-family: "Noto Sans JP", "sans-serif";
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 1.5;
	overflow-x: hidden;
}


.wrapper{
	margin: 0 auto;
	width: 98%;
	max-width: 1200px;
	text-align:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#container{
	text-align: left;
}

#topcontrol{
	bottom: 15px !important;
	right: 15px !important;
}

@media screen and (max-width: 1024px){
body{
	font-size: 15px;
}
	#container{
		min-width: auto;
		max-width: initial;
        overflow: hidden;
	}
	.sp{
		display: none;
	}
	.wrapper{
		width: 96% !important;
	}
}

/*common
************************************************************************************/
.d-flex {
	display: flex;
}

.justify-content-start {
	justify-content: flex-start;
}

.justify-content-end {
	justify-content: flex-end;
}

.justify-content-center {
	justify-content: center;
}

.justify-content-between {
	justify-content: space-between;
}

.justify-content-around {
	justify-content: space-around;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-nowrap {
	flex-wrap: nowrap;
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse;
}

.flex-row {
	flex-direction: row;
}

.flex-col {
	flex-direction: column;
}

@media screen and (min-width: 768px) {
	.d-pc-flex {
		display: flex;
	flex-wrap: wrap;
	}

	.justify-content-pc-start {
		justify-content: flex-start;
	}

	.justify-content-pc-end {
		justify-content: flex-end;
	}

	.justify-content-pc-center {
		justify-content: center;
	}

	.justify-content-pc-between {
		justify-content: space-between;
	}

	.justify-content-pc-around {
		justify-content: space-around;
	}

	.flex-pc-wrap {
		flex-wrap: wrap;
	}

	.flex-pc-nowrap {
		flex-wrap: nowrap;
	}

	.flex-pc-wrap-reverse {
		flex-wrap: wrap-reverse;
	}

	.flex-pc-row {
		flex-direction: row;
	}

	.flex-pc-col {
		flex-direction: column;
	}
}



/*header
************************************************************************************/
#header{
	width: 100%;
	height: 125px;
	border-bottom: 1px solid #dedede;
}
#header .sitename{
	width: 500px;
	height: 110px;
	padding-left: 5px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#header .sitename h1{
	width: 350px;
}
#header .sitename h1 img{
	max-height: 85px;
	width: auto;
	display: block;
}
#header .sitename .cate_page{
	text-align: center;
	padding: 3px 10px;
	border-radius: 3px;
	background: #d3d3d3;
	color: #FFF;
	margin-left: 0px;
	font-size: 0.875em;
}
#header .navigation-area{
	width: calc(100% - 500px);
	position: relative;
}
#header .navigation-area .header_sub{
	position: absolute;
	top: .5em;
	right: .5em;
	text-align: right;
	padding-bottom: .5em;
	display: table;
}
#header .navigation-area .header_sub .btn{
	background: #6cb0e9;
	padding: 5px .7em 3px;
	display: table-cell;
	vertical-align: middle;
	border-radius: 5px;
}
#header .navigation-area .header_sub .btn a{
	color: #FFF;
	font-size: 0.875em;
}
#header .navigation-area .header_sub aside.searches{
	display: table-cell;
	vertical-align: middle;
	padding-left: .5em;
}
#header .navigation-area .header_sub aside.searches input[type=text]{
	width: 200px;
	height: 40px;
	line-height: 40px;
	border: 0;
	background: #f1f1f1;
	padding: 0 .4em;
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
}
#header .navigation-area .header_sub aside.searches input[type=submit]{
	width: 50px;
	height: 40px;
	border: 0;
	text-indent: -99999px;
	background: url("../img/common/icon_search.svg") no-repeat center center #365895;
	background-size: 20px 20px;
	display: inline-block;
	margin: 0;
}

/*member*/
#header .navigation-area.member-header .header_sub{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: flex-end;
	align-items: center;
}
#header .navigation-area.member-header .header_sub .subGnav{
	width: 100%;
	margin: 0 0 .5em 0;
}
#header .navigation-area.member-header .header_sub .subGnav ul{
	display: table;
	margin-left: auto;
}
#header .navigation-area.member-header .header_sub .subGnav ul li{
	display: table-cell;
	vertical-align: middle;
	padding: 0 1em;
}
#header .navigation-area.member-header .header_sub .subGnav ul li a{
	color: #FFF;
	text-decoration: none;
}
#header .navigation-area.member-header .header_sub .member-header-sub{
	text-align: right;
	padding-bottom: .5em;
	display: table;
}


/*gnav*/
#header .navigation-area .gnav{
	position: absolute;
	top: 3.5em;
	right: 5px;
	max-width: calc(100% - 5px);
	height: 50px;
	line-height: 50px;
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
#header .navigation-area .gnav li{
	padding: 5px 1.5em 0px;
	border-radius: 3px;
}
#header .navigation-area a{
	color: #000;
	position: relative;
	display: inline-block;
	-webkit-transition: .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	text-decoration: none;
	padding-bottom: .5em;
}
#header .navigation-area a::after{
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #6cb0e9;
	-webkit-transition: .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#header .navigation-area a:hover::after{
	width: 100%;
}
#header .navigation-area .gnav li.cr{
	border-radius: 0;
}
#header .navigation-area .gnav li.cr a{
	color: #FFF;
}
nav.contents-gmenu{
	width: 100%;
	margin: 0;
	padding: 0;
}
nav.contents-gmenu ul{
	display: table;
	margin: 0 auto;
	max-width: 1200px;
	
}
nav.contents-gmenu ul li{
	display: table-cell;
	vertical-align: middle;
}
nav.contents-gmenu ul li a{
	color: #FFF;
	display: block;
	padding: 0 1.5em;
	border-right: 1px solid #FFF;
}
nav.contents-gmenu ul li:last-child{
	border: 0;
}

@media screen and (max-width: 1350px){
	#header{
		height: 180px;
		position: relative;
	}
	#header .navigation-area{
		width: 100%;
		position: absolute;
		left: 0;
		top: 50px;
	}
	#header .navigation-area .header_sub{
		position:static;
		margin-bottom: 20px;
		margin-left: auto;
	}
	#header .navigation-area .gnav{
		position:static;
		max-width: 100%;
		margin-left: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

}
@media screen and (max-width: 1024px){
	#header{
		height: 90px;
	}
	#header .sitename{
		height: 80px;
	}
	#header .sitename img{
		width: auto;
		max-height: 80px;
	}
	#header .navigation-area{
		display: none;
	}
	
}
@media screen and (max-width: 1024px){
/*smart phone*/
}
@media screen and (max-width: 768px){
	#header .sitename{
		width: auto;
	}
	#header .sitename img{
		width: auto;
		height: 60px;
	}
}
@media screen and (max-width: 599px) {
	#header .sitename .cate_page{
		display: none;
	}
}
@media screen and (max-width: 415px){
}

/*カテゴリごと
----------------------------------------------------------------------*/
body.general #header .navigation-area .gnav li.cr{
	background: #6cb0e9;
}
body.general nav.contents-gmenu{
	background: #6cb0e9;
	padding: 1em 0;
}

body.medical #header .navigation-area .gnav li.cr{
	background: #26a7b2;
}
body.medical nav.contents-gmenu{
	background: #26a7b2;
	padding: 1em 0;
}

/*breadcrumb
************************************************************************************/
#breadcrumb{
	margin: 0 auto;
	padding: .5em 0;
	border-bottom: 1px solid #dedede;
}
#breadcrumb ol{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	width: 98%;
	margin: auto;
}
#breadcrumb ol li:after{
	content: ">";
	display: inline-block;
	vertical-align: middle;
	margin: 0 .5em;
	padding: 0;
}
#breadcrumb ol li:last-child:after{
	content: "";
	margin-right: 0;
}
#breadcrumb ol li a{
	color: #000;
	text-decoration: none;
}
@media screen and (max-width: 1024px){
/*smart phone*/
	#breadcrumb{
		display: none;
	}
}


/*footer
************************************************************************************/

#footer{}
#footer_info{
	padding: 50px 0;
	background: #eff5f7;
	display: flex;
}
#footer_info a{
	color: #000;
	text-decoration: none;
}

#footer_info .logo{
	width: 350px;
	text-align: center;
}
#footer_info .logo img{
	max-width: 280px;
	height: auto;
	margin: auto;
}
#footer_info #footer_nav{
	width: calc(100% - 350px);
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#footer_info #footer_nav dl{
	margin: 0 40px;
}
#footer_info #footer_nav dl:nth-of-type(4),
#footer_info #footer_nav dl:nth-of-type(5){
	margin: 45px 40px 0;
}

#footer_info #footer_nav dl dt{
	font-weight: bold;
	margin: 7px auto 7px 0;
}
#footer_info #footer_nav dl dt.category{
	font-size: 1.125em;
	margin-bottom: 15px;
}
#footer_info #footer_nav dl dd{
	margin: 0 0 5px 15px;
	font-size: 0.875em;

}

#footer ul.pr-banner{
	margin: 40px auto;
	display: table;
}
#footer ul.pr-banner li{
	display: table-cell;
	vertical-align: middle;
	padding: 3px;
}
#footer ul.pr-banner li img{
	border: 1px solid #ededed;
}
#footer ul.pr-banner li.title{
	font-weight: 600;
	padding-right: 2em;
}
#footer ul.pr-banner li.title span{
	font-weight: 300;
	font-size: 13px;
}

#footer #copyright{
	width: 100%;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 0.813em;
}


@media screen and (min-width: 1025px) {
/*pc*/
}

@media screen and (max-width: 1500px){
	#footer_info{
		display: block;
	}
	#footer_info .logo{
		width: 100%;
		margin: 0 0 30px;
	}
	#footer_info #footer_nav{
		width: 100%;
	}
	#footer_info #footer_nav dl{
		margin: 0 20px;
	}
	#footer_info #footer_nav dl:nth-of-type(4),
	#footer_info #footer_nav dl:nth-of-type(5){
		margin: 45px 20px 0;
	}

}
@media screen and (max-width: 1300px){
	#footer_info #footer_nav dl{
		margin: 0 15px;
	}
	#footer_info #footer_nav dl:nth-of-type(4),
	#footer_info #footer_nav dl:nth-of-type(5){
		margin: 45px 15px 0;
	}
}


@media screen and (max-width: 1024px){
/*smart phone*/
	#footer_info{
		display: none;
	}
	#footer #copyright{
		background: #eff5f7;
	}

}
@media screen and (max-width: 768px){
	#footer ul.pr-banner{
		display: block;
		padding: 30px 0 0;
		border-top: 1px solid #f1f1f1;
	}
	#footer ul.pr-banner li{
		display: inline-block;
		width: 48%;
		text-align: center;
		margin: 1px;
		padding: 0;
	}
	#footer ul.pr-banner li img{
		width: 100%;
		height: auto;
	}
	#footer ul.pr-banner li.title{
		width: 99%;
		padding-bottom: 1em;
	}
}
@media screen and (max-width: 599px) {
/*sp*/
}
@media screen and (max-width: 415px){
}



@media screen and (min-width: 769px) {
	.sp-fixmenu{
		display: none;
	}
}
@media screen and (max-width: 768px){
	#footer{
		padding-bottom: 80px;
	}
	.sp-fixmenu{
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 80px;
		z-index: 500;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;

		border-top: 1px solid #FFF;
		display: table;
		table-layout: fixed;
		border-collapse: separate;
	}
	.sp-fixmenu .contact,
	.sp-fixmenu .faq,
	.sp-fixmenu .pageup{
		width: auto;
		display: table-cell;
		background-color: rgba( 255, 255, 255, 0.55 );
		height: 80px;
		vertical-align: middle;
	}
	.sp-fixmenu .pageup{
		cursor: pointer;
	}
	.sp-fixmenu .contact a,
	.sp-fixmenu .faq a,
	.sp-fixmenu .pageup span{
		width: 100%;
		height: auto;
		display: block;
		padding: 10px;
		text-align: center;
		font-size: .9em;
		color: #686868;
		text-decoration: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		font-weight: normal;
	}
	.sp-fixmenu a:before,
	.sp-fixmenu span:before{
		display: block;
		width: 40px;
		height: 40px;

		font-family: 'Material Icons';
		font-weight: normal;
		font-style: normal;
		font-size: 35px;	/* Preferred icon size */
		line-height: 40px;
		text-transform: none;
		letter-spacing: normal;
		word-wrap: normal;
		white-space: nowrap;
		direction: ltr;
		color: #686868;
		margin: auto;
		/* Support for all WebKit browsers. */
		-webkit-font-smoothing: antialiased;
		/* Support for Safari and Chrome. */
		text-rendering: optimizeLegibility;
		/* Support for Firefox. */
		-moz-osx-font-smoothing: grayscale;
		/* Support for IE. */
		font-feature-settings: 'liga';
	}
	.sp-fixmenu .contact a:before{
		content: "outgoing_mail";
	}
	.sp-fixmenu .faq a:before{
		content: "quiz";
	}
	.sp-fixmenu .pageup span:before{
		content: "arrow_circle_up";
	}
	.sp-fixmenu .pageup{}

}
