@charset "UTF-8";



/* lead
---------------------------------------------------------*/
#lead{
	margin-bottom: 150px;
}
.about_index1{
	position: relative;
	display: inline-block;
	padding: 0 1.2em;
	box-sizing: border-box;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	margin-bottom: 2.5em;
}
.about_index1::before{
	position: absolute;
	display: block;
	content: "";
	background: #0c1b26;
	background-size: 100% auto;
	width: .7em;
	height: 2px;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.about_index1::after{
	position: absolute;
	display: block;
	content: "";
	background: #0c1b26;
	background-size: 100% auto;
	width: .7em;
	height: 2px;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.about_index1.white::before,
.about_index1.white::after{
	background: #fff;}

.about_index2{
	font-size: min(260%,4vw);
	letter-spacing: 0.05em;
	line-height: 1.7em;
	margin-bottom: .8em;
}
.about_index1,
#lead h5{
	font-size: min(130%,2.1vw);
}
#lead h5 .icon{
	color: #5b91b0;
}
#lead h5 .maru{
	position: relative;
	display: inline-block;
	padding-left: .8em;
	box-sizing: border-box;
}
#lead h5 .maru::before{
	position: absolute;
	display: block;
	content: "";
	background: #5b91b0;
	background-size: 100% auto;
	width: .5em;
	height: .5em;
	top:.85em;
	left: 0;
	border-radius: 50%;
}
#lead .inbox{
	display: inline-block;
	margin: 0 auto;
	text-align: left;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#lead{
	margin-bottom: 10%;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#lead{
	margin-bottom: 12%;
}
.about_index1{
	margin-bottom: 1.5em;
}
.about_index2{
	font-size: 170%;
	margin-bottom: .5em;
}
.about_index1{
	font-size: 110%;
}
#lead h5{
	font-size: 100%;
	letter-spacing: normal;
	text-align: left;
}
}






/* seminar
---------------------------------------------------------*/
#seminar .bg{
	background: #5b91b0;
	padding: 150px 0;
	margin-bottom: 150px;
}
#seminar .flex_box{
	color: #fff;
	flex-flow: row-reverse;
}
#seminar .flex_box .img{
	width: 43%;
}
#seminar .flex_box .txt{
	width:52%;
	max-width: 530px;
}

#seminar .contents{
	/*margin-top: 100px;*/
	background: #fff;
	padding: 70px 4%;
	box-sizing: border-box;
}
#seminar .contents_inbox{
	max-width: 1055px;
	margin: 0 auto;
	display: flex;
    justify-content: space-between;
}
#seminar .contents .con_l{
	width: 22%;
}
#seminar .contents .con_l h5 {
	font-size: min(150%,2vw);
	letter-spacing: 0.1em;
	line-height: 1em;
}
#seminar .contents .con_l .ft_co {
	font-size: 95%;
	letter-spacing: 0.1em;
	line-height: 1em;
	color: #8b8a81;
	margin-top:1.5em;
}
#seminar .contents .con_r{
	width: 77.2%;
}
#seminar .contents .con_r .list1{
	display: flex;
    justify-content: space-between;
}
#seminar .contents .con_r .list1 li{
	width: 31%;
	border-bottom: 1px solid #c2c6c9;
	font-size: min(105%,1.7vw);
	letter-spacing: 0.1em;
	line-height: 1em;
}
#seminar .contents .con_r .inbox .list1 li{
	width: 48%;
}
#seminar .contents .con_r .list1 li a{
	display: block;
	text-align: center;
	padding-bottom: 1em;
}
#seminar .contents .con_r .list1 li span{
	position: relative;
	max-width: 220px;
	margin: 0 auto;
	display: block;
	text-align: left;
}
#seminar .contents .con_r .list1 li strong{
	font-weight: normal;
	margin: 0 -0.1em;
}
#seminar .contents .con_r .list1 li span i{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: .5em;
	font-size:110%;
}
#seminar .contents .con_r .inbox{
	background: #416e8b;
	border-radius: 5px;
	margin-top: 30px;
	color: #fff;
	padding: 50px 4% 45px;
	box-sizing: border-box;
	display: flex;
    justify-content: space-between;
	align-items: start;
}
#seminar .contents .con_r .inbox .inbox_tit{
	width: 25%;
	font-size: min(105%,1.7vw);
	letter-spacing: 0.1em;
	line-height: 1.5em;
	padding-left: 1em;
	margin-top: -0.2em;
}
#seminar .contents .con_r .inbox .list1{
	width: 75%;
}
#seminar .contents .con_r .inbox .list1 li{
	letter-spacing: normal!important;
}
#seminar .contents .con_r .inbox .list1 li a:hover i{
	color: #3e4b5a;
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1400px) {
#seminar .contents .con_r .inbox{
	padding: 5% 3%;
}
#seminar .contents .con_r .inbox .inbox_tit{
	padding-left: 0;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#seminar .bg{
	padding: 10% 0;
	margin-bottom: 10%;
}
#seminar .contents{
	/*margin-top: 6%;*/
	padding: 5% 3%;
}
#seminar .contents .con_l h5 {
	font-size: 110%;
	letter-spacing: normal;
}
#seminar .contents .con_l .ft_co {
	margin-top: .8em;
}
#seminar .contents .con_r .list1 li{
	font-size: 100%;
	letter-spacing:normal;
}
#seminar .contents .con_r .list1 li span i{
	right: .5em;
	font-size:100%;
}
#seminar .contents .con_r .inbox{
	margin-top: 4%;
	padding: 5% 4%;
	display: block;
}
#seminar .contents .con_r .inbox .inbox_tit{
	width:100%;
	font-size: 105%;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 1.3em;
}
#seminar .contents .con_r .inbox .list1{
	width:100%;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#seminar .bg{
	padding: 15% 0;
	margin-bottom: 15%;
}
#seminar .flex_box{
	display: block;
}
#seminar .flex_box .img{
	width: 60%;
	margin: 0 auto 9%;
}
#seminar .flex_box .txt{
	width: 100%;
	max-width: 100%;
}

#seminar .contents{
	/*margin-top: 8%;*/
	padding: 8% 5%;
}
#seminar .contents_inbox{
	display: block;
}
#seminar .contents .con_l{
	width:100%;
	display: flex;
    justify-content: start;
    align-items: center;
	margin-bottom: 2em;
}
#seminar .contents .con_l h5 {
	font-size: 120%;
	letter-spacing: 0.05em;
	line-height: 1em;
	padding-right: 1em;
}
#seminar .contents .con_l .ft_co {
	font-size: 95%;
	margin-top: 0;
}
#seminar .contents .con_r{
	width: 100%;
}
#seminar .contents .con_r .list1{
	flex-wrap: wrap;
}
#seminar .contents .con_r .list1 li{
	width: 48%;
	font-size: 95%;
	letter-spacing: normal;
	line-height: 1.4em;
	margin-top: 2em;
}
#seminar .contents .con_r .list1 li:nth-child(-n+2){
	margin-top: 0;
}
#seminar .contents .con_r .list1 li span i{
	font-size: 100%;
	right: .7em;
}
#seminar .contents .con_r .list1 li strong{
	margin: 0 -0.15em;
}
#seminar .contents .con_r .inbox{
	margin-top: 6%;
	padding:6% 6%;
	display: block;
}
#seminar .contents .con_r .inbox .inbox_tit{
	width: 100%;
	font-size:100%;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 1em;
}
#seminar .contents .con_r .inbox .list1{
	width:100%;
}
}





/* doctor
---------------------------------------------------------*/
#doctor{
	margin-bottom: 150px;
}
#doctor .about_index1{
	margin-bottom: 3em;
}
#doctor .about_index1 span{
	font-size: 80%;
}
#doctor .box1{
	display: flex;
    justify-content: space-between;
}
#doctor .box1_l{
	width: 38%;
}
#doctor .box1_l h4{
	text-align: center;
	margin: 2em 0 2.5em;
}
#doctor .box1_l h4 span{
	display: block;
}
#doctor .box1_l h4 span:nth-child(1){
	letter-spacing: 0.1em;
	line-height: 1em;
	margin-bottom: 1em;
}
#doctor .box1_l h4 span:nth-child(2){
	font-size:200%;
	letter-spacing: 0.1em;
	line-height: 1em;
}
#doctor .box1_l ul li{
	position: relative;
	font-size:95%;
	padding-left: .9em;
	box-sizing: border-box;
}
#doctor .box1_l ul li::before{
	position: absolute;
	display: block;
	content: "";
	background: #5b91b0;
	background-size: 100% auto;
	width: 5px;
	height: 1em;
	top:.65em;
	left: 0;
}

#doctor .box1_r{
	width: 56%;
}
#doctor .box1_r .ft_co{
	font-size:130%;
	line-height: 1em;
	letter-spacing: 0.1em;
	color: #5b91b0;
	margin-bottom: 1.2em;
}

#doctor .box2{
	margin-top: 80px;
	padding-top: 80px;
	border-top:1px solid #c2c6c9;
}
#doctor .box2 > li{
	max-width: 1220px;
	margin: 0 auto 70px;
	font-size:95%;
}
#doctor .box2 > li:last-child{
	margin-bottom: 0;
}
#doctor .box2 h5{
	margin-bottom: 1em;
}
#doctor .box2 .list1 li{
	display: flex;
    justify-content: space-between;
}
#doctor .box2 .list1 li p:nth-child(1){
	width: 9em;
}
#doctor .box2 .list1 li p:nth-child(2){
	width: calc(100% - 9em);
}
#doctor .box2 .list2 li{
	position: relative;	
	padding-left: 1em;
	box-sizing: border-box;
}
#doctor .box2 .list2 li::before{
	position: absolute;	
	display: block;
	content: "・";
	left: 0;
	top:0;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#doctor{
	margin-bottom: 10%;
}
#doctor .about_index1{
	margin-bottom: 2em;
}
#doctor .box2{
	margin-top: 8%;
	padding-top: 8%;
}
#doctor .box2 > li{
	margin: 0 auto 7%;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#doctor{
	margin-bottom: 15%;
}
#doctor .about_index1{
	margin-bottom: 2em;
}
#doctor .box1{
	display: block;
}
#doctor .box1_l{
	width:100%;
	margin-bottom: 12%;
}
#doctor .box1_l .img{
	width: 55%;
	margin: 0 auto;
}
#doctor .box1_l h4{
	margin: 1.5em 0 1.5em;
}
#doctor .box1_l h4 span:nth-child(2){
	font-size:190%;
}

#doctor .box1_r{
	width: 100%;
}
#doctor .box1_r .ft_co{
	margin-bottom: .8em;
}

#doctor .box2{
	margin-top: 8%;
	padding-top: 8%;
}
#doctor .box2 > li{
	margin: 0 auto 7%;
	font-size:95%;
}
#doctor .box2 h5{
	margin-bottom: .5em;
}
#doctor .box2 .list1 li p:nth-child(1){
	width: 7em;
}
#doctor .box2 .list1 li p:nth-child(2){
	width: calc(100% - 7em);
}
}