@charset "UTF-8";

#notice{
	text-align:center;
}

#notice p{
	line-height:1.4em;
}

#notice p.fnt14e{
	font-size:1.4em;
}

#notice p.fnt16e{
	font-size:1.6em;
}

#notice p.fnt18e{
	font-size:1.8em;
	font-weight:bold;
}

#notice p.fnt20e{
	font-size:2.0em;
	font-weight:bold;
}

#notice p.fnt12e{
	font-size:1.2em;
}

.redText{
	color: #f00;
}

@media only screen and (min-width: 768px) and (max-width: 1120px) {

	#notice p.fnt14e{
		font-size:1.2em;
	}

	#notice p.fnt16e{
		font-size:1.4em;
	}

	#notice p.fnt18e{
		font-size:1.6em;
		font-weight:bold;
	}

	#notice p.fnt20e{
		font-size:1.8em;
		font-weight:bold;
	}

	#notice p.fnt12e{
		font-size:1.0em;
	}

}

@media only screen and (max-width: 767px) {
	#notice p.fnt14e{
		font-size:0.85em;
	}

	#notice p.fnt16e{
		font-size:0.95em;
	}

	#notice p.fnt18e{
		font-size:1.05em;
		font-weight:bold;
	}

	#notice p.fnt20e{
		font-size:1.55em;
		font-weight:bold;
	}
	
	#notice p.fnt12e{
		font-size:0.85em;
	}
}



h4.academyVoiceCommentTitle{
	letter-spacing: -0.01em !important;
}

.academyBannerBox01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; 
}

.academyBannerBox01Wrapper {
  width: 48.7%;
  flex-basis: 48.7%;
  padding: 0 0 20px; 
}

.academyBannerBox01Img {
  margin: 0 auto; 
}

.academyBannerBox01Img img{
	width:100%;
}

.doctorBox02Movie{
	width: 768px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

.doctorBox02Movie .movieYoutube{
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}

.doctorBox02Movie .movieYoutube iframe{
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.academyBox02Section {
	width:31% !important;
	flex-basis:31% !important;
	margin: 40px 0 0 2% !important;
	
}

.doctorApplBox{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.doctorApplBox .doctorApplText{
	font-size: 1.3em;
	color:#C71125;
	font-weight: bold;
}

.doctorApplBox img.applAppstoreImg{
	max-width: 161px;
	width: 100%;
}

.doctorApplBox img.applGoogleplayImg{
	max-width: 200px;
	width: 100%;
}

.doctorApplBox .doctorApplDownload{
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	display: table;
	margin-left: auto;
	margin-right: auto;
	border-collapse: separate;
	border-spacing: 10px 10px;
}

.doctorApplBox .applAppstore{
	display: table-cell;
	width: 45%;
}

.doctorApplBox .applGoogleplay{
	display: table-cell;
	width: 55%;
}


.btnLink01 {
	max-width: 500px;
}

@media only screen and (max-width: 767px){
	.academyBox02Section {
		width:auto !important;
		margin: 25px 0 0 !important;

	}

    .academyShopBox .btnLink01 {
      width: 135px;
      }	

	.btnLink01 {
		max-width: 100%;
	}
	
}

.doctorTable table{
	width:100%;
	background:#fff;
	border-top:solid 1px #d9d9d9;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 20px;
}
	
.doctorTable table th{
	background: rgba(40,136,58,0.15);
	border-bottom: solid 1px #d9d9d9;
	color:#28883A;
	font-weight: normal;
	text-align: center;
	padding: 10px;
	width: 25%;
	vertical-align: middle;
}

.doctorTable table td{
	border-bottom: solid 1px #d9d9d9;
	text-align: center;
	padding: 10px;
	width: 25%;
	vertical-align: middle;
}

.doctorTable table th.title,
.doctorTable table td.title
{
	background: #808080;
	color:#fff !important;
	font-weight:normal;
}


.chusyaku{
	font-size: 0.7em;
}

.priceText{
	color:#C71125;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
}


.doctorBoxImage {
	padding:50px 0 0;
	width: 768px;
	vertical-align: top; 
	margin-left: auto;
	margin-right: auto;
}
.academyBoxImage img {
	width: 100%;
	height: auto; 
}


@media only screen and (max-width: 767px){

	.doctorTable table{
		font-size: 1.0em;
	}
	
	.chusyaku{
		font-size: 0.6em;
	}

}



.doctorBox01 {
	width: 768px;
	display: table;
	margin-top: 65px; 
	margin-left: auto;
	margin-right: auto;
}
.doctorBox01 .btnLink01 {
    margin: 30px 0 0; 
}

.doctorBox01Image {
	width: 430px;
	display: table-cell;
	vertical-align: top; 
}
.doctorBox01Image img {
    width: 100%;
    height: auto; 
}

.doctorBox01Text {
	display: table-cell;
	vertical-align: middle;
	font-size: 1.2em;
}


.doctorCurriculumBoxWrapper{
}

.doctorFlowTitle{
	color:#28883A;
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 10px;
	border: solid 1px #28883A;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 1px 1px #808080;
	background-color: #fff;
}

.doctorFlowText1{
	font-size: 1.1em;
	text-align: center;
	margin-top: 40px;
	font-weight: bold;
	color:#C71125;
}


.doctorFlowHr{
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	height: 5px;
	background-color: #28883A;
	border: none;
	margin-bottom: 50px;
	
}

.doctorCurriculumBox {
	width: 768px;
	display: table;
	background: #DFEDE1;
	padding: 0px 55px;
	margin-top: 20px; 
	margin-left: auto;
	margin-right: auto;
}

.doctorCurriculumBox:first-child {
	margin-top: 40px; 
}

.doctorCurriculumBoxNum {
	width: 200px;
	display: table-cell;
	vertical-align: middle;
	font-family: "Open Sans Condensed", "Arial", sans-serif;
	font-size: 50px;
	line-height: 50px;
	color: #28883A; 
}

.doctorCurriculumBoxTitleWrapper {
	width: 260px;
	display: table-cell;
	vertical-align: middle;
	border-right: solid 1px rgba(40, 136, 58, 0.5);
	padding: 20px 10px 20px 0;
	font-size: 1.1em;
	line-height: 1.4em;
	color: #28883A; 
}

.doctorCurriculumBoxTitle {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 10px; 
}

.doctorCurriculumBoxContents {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 0 20px 35px;
	font-size: 1.3em;
	line-height: 1.8em; 
}

.doctorCampaignBox02 {
	width: 768px;
	flex-basis: 48.7%;
	border: solid 1px #28883A;
	border-radius: 5px;
	padding: 30px 0 20px; 
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.doctorCampaignBox02TitleWrapper {
	width: 100%;
	display: table;
	text-align: center;
}

.doctorCampaignBox02TitleInner {
	width: 100%;
	height: 60px;
	display: table-cell;
	vertical-align: middle; 
}

.doctorCampaignBox02Title {
	font-size: 2em;
	line-height: 1em;
	font-weight: bold;
	color: #28883A; 
}

.doctorCampaignBox02Title span {
	display: block; 
}

.doctorCampaignBox02Contents02 {
	padding: 0 65px;
	font-size: 0.9em;
	line-height: 2em;
	margin-top: 20px; 
}

.osusumeText{
	font-size: 2em;
	border-bottom: dotted 2px #808080;
	margin-bottom: 30px;
	font-weight: bold;
	padding-bottom: 5px;
}

.doctorStepBox03 {
	width: 768px;
	flex-basis: 48.7%;
	border: solid 2px #28883A;
	border-radius: 5px;
	padding: 0 0 10px; 
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

.doctorStepBox03TitleWrapper {
	width: 100%;
	display: table;
	text-align: center;
}

.doctorStepBox03TitleInner {
	width: 100%;
	display: table-cell;
	vertical-align: middle; 
}

.doctorStepBox03Title {
	font-size: 2em;
	line-height: 1em;
	font-weight: bold;
	color: #fff; 
	background-color: #28883A;
	padding: 10px;
}

.doctorStepBox03Title span {
	display: block; 
}

.doctorStepBox03Contents02 {
	padding: 0 65px;
	font-size: 0.9em;
	line-height: 2em;
	margin-top: 40px; 
}

.stepText{
	font-size: 1.5em;
	border-bottom: dotted 2px #808080;
	margin-bottom: 30px;
	font-weight: bold;
	padding-bottom: 5px;
	text-indent: -1.4em;
	padding-left: 2em;
}

.btnBox{
	margin-top: 50px;
}


.doctorBox03 {
	width: 100%;
	display: table; 
}
.doctorBox03 .subTitle03 {
	padding-bottom: 20px;
	margin-bottom: 25px; 
}
.doctorBox03 .subTitle03 .subTitle03Ja {
	font-size: 1.6em;
	line-height: 1.4em;
	color: #28883A; 
}

.doctorBox03Text {
	display: table-cell;
	vertical-align: middle;
}

.doctorShopBoxWrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 30px 0 0 -4%; 
}

.doctorShopBox {
	width: 46%;
	flex-basis: 46%;
	margin: 50px 0 0 4%;
	position: relative; 
	padding-bottom:20px;
}
.doctorShopBox .btnLink01 {
	width: 200px;
	position: absolute;
	top: 0;
	right: 0; 
}

.doctorShopBox .btnLink01 a {
	  padding: 12px 5px; 
}

.doctorShopBoxTitle .subTitle05 {
	padding: 0 210px 30px 0; 
}
.doctorShopBoxTitle .subTitle05 .subTitle05Ja {
	font-size: 1.3em; 
}

.doctorShopBoxContents dl {
	width: 100%;
	display: table;
	margin-top: 10px;
	font-size: 0.9em;
	line-height: 1.8em; 
}

.doctorShopBoxContents dt {
	width: 120px;
	display: table-cell;
	vertical-align: top;
	font-weight: bold; 
}

.doctorShopBoxContents dd {
	display: table-cell;
	vertical-align: top; 
}

.subTitle05 .subTitle05Ja a{
	color:#28883A;
}

.subTitle05 .subTitle05Ja a:link{
	color:#28883A;
}

.subTitle05 .subTitle05Ja a:hover{
	color:#28883A;
	text-decoration: underline;
}

.subTitle05 .subTitle05Ja a:active{
	color:#28883A;
}


.shopText1{
	font-size:1.2em;
	text-align: center;
	line-height: 1.3em;
}

.shopJogaiText{
	font-size: 0.8em;
	text-align: center;
	margin-top: 20px;
	line-height: 1.7em;
}

.shopWebYoyakuTitle{
	color:#ffffff;
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
	margin-bottom: 50px;
	margin-top: 70px;
	padding: 10px;
	border: solid 1px #28883A;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 1px 1px #808080;
	background-color: #28883A;
	border-radius: 30px;
	
}

.shopWebYoyakuText{
	font-size:1.2em;
	text-align: center;
	line-height: 1.3em;
}


@media only screen and (min-width: 768px) and (max-width: 1120px) {

	.doctorBox01 {
		margin-top: 50px; 
		width: 723px;
	}
	.doctorBox01 .btnLink01 {
		  margin: 20px 0 0; 
	  }
	.doctorBox01Image {
		width: 40%; 
	}
	.doctorBox01Text {
		padding-left: 30px; 
	}
	.doctorFlowTitle{
	}
	.doctorCurriculumBox {
		padding: 10px 20px 10px 25px; 
		width: 723px;
	}
	.doctorCurriculumBoxNum {
		width: 200px;
		font-size: 50px;
		line-height: 50px; 
	}
	.doctorCurriculumBoxTitleWrapper {
		width: 220px;
		padding: 5px 10px 5px 0;
		font-size: 0.95em; 
	}
	.doctorCurriculumBoxContents {
		padding: 5px 0 5px 15px; 
	}
	.doctorBoxImage {
		width: 723px;
	}
	.doctorFlowHr{
	}
	.doctorBox02Movie{
		width: 723px;
	}
	.doctorApplBox{
		width: 723px;
	}
	.doctorCampaignBox02 {
		padding: 20px 0; 
		width: 723px;
	}
	.doctorCampaignBox02TitleWrapper {
		margin-top: 15px; 
	}
	.doctorCampaignBox02TitleInner {
		height: 55px; 
	}
	.doctorCampaignBox02Title {
		font-size: 1.8em; 
	}
	.osusumeText{
		font-size: 1.8em;
	}
	
	.doctorCampaignBox02Contents02 {
		padding: 0 65px;
		font-size: 0.85em;
		line-height: 1.8em;
		margin-top: 20px; 
	}	
	.doctorStepBox03 {
		padding: 0 0; 
		width: 723px;
	}
	.doctorStepBox03TitleWrapper {
		margin-top: 0px; 
	}
	.doctorStepBox03TitleInner {
	 }
	.doctorStepBox03Title {
		font-size: 1.5em; 
	}
	.doctorStepBox03Contents02 {
		padding: 0 65px;
		font-size: 0.85em;
		line-height: 1.8em;
		margin-top: 40px; 
	}		
	.doctorShopBoxWrapper {
		margin-top: 0; 
	}
	.doctorShopBox {
		margin-top: 45px; 
	}
	.doctorShopBox .btnLink01 {
		width: 170px; 
	}
	.doctorShopBox .btnLink01 a {
		padding: 8px 5px;
		font-size: 14px; 
	}
	.doctorShopBoxTitle .subTitle05 {
		padding: 0 160px 20px 0; 
	}
	.doctorShopBoxTitle .subTitle05 .subTitle05Ja {
		font-size: 1.4em; 
	}
	.doctorShopBoxContents dl {
		margin-top: 5px; 
	} 
	
}


@media only screen and (max-width: 767px) {

	.doctorBox01 {
		width: auto;
		display: block;
		margin-top: 40px; 
	}
	.doctorBox01 .btnLink01 {
		margin: 20px 0 0; 
	}
	.doctorBox01Image {
		width: 80%;
		display: block;
		margin: 0 auto 25px; 
	}
	.doctorBox01Text {
		display: block;
		padding-left: 0;
		font-size: 0.95em;
		line-height: 1.8em; 
	}
	.doctorFlowTitle{
		width: auto;
		font-size: 1.1em;
	}
	.doctorFlowText1{
		font-size: 1.0em;
	}
	
	.doctorCurriculumBox {
		width: auto;
		display: block;
		padding: 12px 15px 15px;
		margin-top: 20px; 
	}
	.doctorCurriculumBox:first-child {
		margin-top: 30px; 
	}
	.doctorCurriculumBoxNum {
		width: 80px;
		display: inline-block;
		vertical-align: middle;
		font-size: 30px;
		line-height: 30px;
		text-align: center; 
	}
	.doctorCurriculumBoxTitleWrapper {
		width: auto;
		display: inline-block;
		vertical-align: middle;
		border-right: none;
		padding: 7px 0 0;
		font-size: 0.9em;
		line-height: 1.4em; 
	}
	.doctorCurriculumBoxTitle {
		font-size: 1.1em;
		margin-bottom: 3px; 
	}
	.doctorCurriculumBoxContents {
		border-top: solid 1px rgba(40, 136, 58, 0.5);
		display: block;
		padding: 15px 0 0;
		margin-top: 10px;
		font-size: 0.85em;
		line-height: 1.6em; 
	}
	.doctorBoxImage {
		width: auto;
	}
	.doctorBox02Movie{
		width: auto;
	}
	.doctorCampaignBox02 {
		width: auto;
		padding: 20px 20px 15px;
		margin-bottom: 20px; 
	}
	.doctorCampaignBox02TitleWrapper {
		width: auto;
		display: block;
		margin: 15px 0; 
	}
	.doctorCampaignBox02TitleInner {
		width: auto;
		height: auto;
		display: block; 
	}
	.doctorCampaignBox02Title {
		font-size: 1.3em;
		line-height: 16px;
		margin: 10px 0; 
	}
	.doctorCampaignBox02Contents02 {
		padding: 0 15px;
		font-size: 0.85em;
		line-height: 1.8em;
		margin-top: 20px; 
	}
	
	.osusumeText{
		font-size: 1.2em;
		margin-bottom: 10px;
		text-indent: -1.4em;
		padding-left: 1.4em;
	}

	.doctorStepBox03 {
		width: auto;
		padding: 0px 0px 10px;
		margin-bottom: 20px; 
	}
	.doctorStepBox03TitleWrapper {
		width: auto;
		display: block;
		margin: 0 0; 
	}
	.doctorStepBox03TitleInner {
		width: auto;
		height: auto;
		display: block; 
	}
	.doctorStepBox03Title {
		font-size: 16px;
		line-height: 16px;
		margin: 0 0; 
	}
	.doctorStepBox03Contents02 {
		padding: 0 15px;
		font-size: 0.85em;
		line-height: 1.8em;
		margin-top: 20px; 
	}	
	
	.stepText{
		font-size: 1.0em;
		margin-bottom: 10px;
	}

	.doctorApplBox{
		width: auto;
	}

	.doctorApplBox .doctorApplText{
		font-size: 1.0em;
	}

	.doctorBox03 {
		width: auto;
		display: block; 
	}
	.doctorBox03 .subTitle03 {
		padding-bottom: 15px;
		margin-bottom: 15px; 
	}
	.doctorBox03 .subTitle03 .subTitle03Ja {
		font-size: 1.05em; 
	}
	.doctorBox03Image {
		width: auto;
		display: block; 
	}
	.doctorBox03Text {
		display: block;
		padding-left: 0;
		margin-top: 25px;
		font-size: 0.95em;
		line-height: 1.8em; 
	}

	.doctorShopBoxWrapper {
		display: block;
		margin: 0; 
	}
	.doctorShopBox {
		width: auto;
		margin: 40px 0 0; 
	}
	.doctorShopBox .btnLink01 {
		width: 170px;
		position: static;
		margin: 15px 0 0; 
	}
	.doctorShopBox .btnLink01 a {
		padding: 8px 5px; 
	}
	.doctorShopBoxTitle .subTitle05 {
		padding: 0 0 10px 0; 
	}
	.doctorShopBoxTitle .subTitle05 .subTitle05Ja {
		font-size: 1.05em; 
	}
	.doctorShopBoxContents dl {
		margin-top: 8px;
		font-size: 0.8em;
		line-height: 1.6em; 
	}
	.doctorShopBoxContents dt {
		width: 100px; 
	} 

	.shopText1{
		font-size:0.9em;
	}

	.shopJogaiText{
		font-size: 0.7em;
		line-height: 1.4em;
	}

	.shopWebYoyakuTitle{
		font-size: 1.0em;
		margin-bottom: 20px;
		margin-top: 50px;
	}

	.shopWebYoyakuText{
		font-size:0.9em;
	}
	
}
