@charset "utf-8";

/* ドクターのための金融コンサル */
main.doctor_main{
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#doctor_header{
	background: url("../img/doctor/bg_sky.jpg") top center / cover no-repeat;
}
#doctor_header_title{
	background-image: url("../img/doctor/bg_leaf.png");
	background-repeat: no-repeat;
	background-position: right 10% bottom;
}
.doctor_header_form_anchor{
	position: relative;
	color: #fff !important;
	background-color: #e27e08;
	transition: background .2s;
}
.doctor_header_form_anchor:hover{
	background-color: #f48f21;
}
.doctor_header_form_anchor::before,
.doctor_header_form_anchor::after{
	position: absolute;
	top: 50%;
	right: 20px;
	content: "";
	width: 10px;
	height: 1px;
	background-color: #fff;
}
.doctor_header_form_anchor::before{
	transform: rotate(45deg);
	transform-origin: right bottom;
}
.doctor_header_form_anchor::after{
	transform: rotate(-45deg);
	transform-origin: right top;
}
@media (min-width: 768px) {
	#doctor_header{
		border-top: 10px solid #006eb6;
		height: 490px;
	}
	#doctor_header_title{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
	}
	.doctor_header_form{
		position: absolute;
		top: 20px;
		right: 0;
		box-shadow: 0 2px 4px rgba(0,0,0,.5);
	}
	.doctor_header_form_anchor{
		display: block;
		padding: .8em 50px .8em 1em;
	}
}
@media (max-width: 767px) {
	#doctor_header_title{
		padding: 2em 1em;
		text-align: center;
		background-size: 113px auto;
	}
	.doctor_header_title_img{
		width: 80%;
		max-width: 300px;
		height: auto;
	}
	.doctor_header_form{
		padding: 8px;
		text-align: right;
		font-size: 8pt;
		background-color: #006eb6;
	}
	.doctor_header_form_anchor{
		display: inline-block;
		padding: .5em 50px .5em 1em;
		border: 1px solid #f48f21;
	}
}

.doctor_first_wrap{
	padding: 3em 1em;
	font-size: 1rem;
	background-color: #e5e9ef;
}
.doctor_first_text{
	margin: auto;
	padding: .8em 1em;
	text-align: center;
	color: #fff;
	background-color: #006fb7;
	border-radius: 100px;
}
.doctor_greeting_wrap{
	margin: 1em auto 0;
	background-color: #fff;
	border: 1px solid #333;
}
.doctor_greeting_title{
	text-align: center;
	font-size: 1.2em;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; 
}
.doctor_greeting_text{
}
.doctor_greeting_img_wrap{
	text-align: center;
	font-size: .9em;
}
.doctor_greeting_img{
	width: 240px;
	height: auto;
	margin-bottom: 1em;
	border-radius: 10px;
}
.doctor_merit_wrap,
.doctor_plan_wrap,
.doctor_voice_wrap,
.doctor_opening_wrap{
	font-size: 1rem;
}
@media (min-width: 768px) {
	.doctor_merit_wrap,
	.doctor_plan_wrap,
	.doctor_voice_wrap,
	.doctor_opening_wrap{
		padding: 60px 0 30px;
		width: 960px;
		margin: 0 auto;
	}
	.doctor_first_text{
		width: 800px;
	}
	.doctor_greeting_wrap{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-around;
		align-items: center;
		flex-direction: row-reverse;
		padding: 40px 0;
		width: 900px;
	}
	.doctor_greeting_text_wrap{
		width: 450px;
	}
	.doctor_greeting_text{
		margin-top: 2em;
	}
}
@media (max-width: 767px) {
	.doctor_merit_wrap,
	.doctor_plan_wrap,
	.doctor_voice_wrap,
	.doctor_opening_wrap{
		padding: 45px 0 20px;
		width: 500px;
		max-width: 90%;
		margin: 0 auto;
	}
	.doctor_greeting_wrap{
		padding: 2em 1em;
	}
	.doctor_greeting_text{
		margin-top: 1em;
	}
	.doctor_greeting_img_wrap{
		margin-top: 2em;
	}
}
.doctor_blue_title,
.doctor_open_banner{
	text-align: center;
}
.doctor_blue_title_img{
	width: 404px;
	max-width: 100%;
	height: auto;
}
.doctor_open_banner{
	margin-top: 2em;
}
.doctor_open_banner_img{
	width: 420px;
	height: auto;
	max-width: 100%;
	transition: opacity .2s;
}
.doctor_open_banner_img:hover{
	opacity: .7;
}
.doctor_merit_text{
	margin-top: 2em;
}
.doctor_merit_item{
	margin-top: 3em;
}
@media (min-width: 768px) {
	.doctor_merit_item{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: row-reverse;
	}
	.doctor_merit_item_text_wrap{
		position: relative;
		padding-left: 70px;
	}
	.doctor_merit_item_text_wrap::before{
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		width: 50px;
		height: 67px;
		background-size: 100%;
		background-repeat: no-repeat;
	}
	.doctor_merit_item:nth-of-type(1) .doctor_merit_item_text_wrap::before{
		background-image: url("../img/doctor/merit_icon_1.png");
	}
	.doctor_merit_item:nth-of-type(2) .doctor_merit_item_text_wrap::before{
		background-image: url("../img/doctor/merit_icon_2.png");
	}
	.doctor_merit_item:nth-of-type(3) .doctor_merit_item_text_wrap::before{
		background-image: url("../img/doctor/merit_icon_3.png");
	}
	.doctor_merit_item_img_wrap{
		flex: 0 0 260px;
		margin-left: 2em;
	}
	.doctor_merit_item_title{
		padding-bottom: .2em;
		font-size: 1.5em;
	}
}
@media (max-width: 767px) {
	.doctor_merit_item_img_wrap{
		text-align: center;
	}
	.doctor_merit_item_text_wrap{
		margin-top: 1em;
	}
	.doctor_merit_item_title{
		position: relative;
		padding-left: 60px;
	}
	.doctor_merit_item_title::before{
		position: absolute;
		bottom: 10px;
		left: 0;
		content: "";
		width: 50px;
		height: 67px;
		background-size: 100%;
		background-repeat: no-repeat;
	}
	.doctor_merit_item:nth-of-type(1) .doctor_merit_item_title::before{
		background-image: url("../img/doctor/merit_icon_1.png");
	}
	.doctor_merit_item:nth-of-type(2) .doctor_merit_item_title::before{
		background-image: url("../img/doctor/merit_icon_2.png");
	}
	.doctor_merit_item:nth-of-type(3) .doctor_merit_item_title::before{
		background-image: url("../img/doctor/merit_icon_3.png");
	}
	.doctor_merit_item_title{
		padding-bottom: .5em;
		font-size: 1.2em;
	}
}
.doctor_merit_item_img{
	border-radius: 5px;
}
.doctor_merit_item_title{
	border-bottom: 1px solid #006fb7;
}
.doctor_merit_item_text{
	margin-top: 1em;
}
.doctor_merit_item_notice{
	margin-top: 1em;
	font-size: .9em;
	color: #006098;
}

/* 7つのコンサルティングプラン */
.doctor_plan_title{
	text-align: center;
}
.doctor_plan_item{
	margin-top: 2em;
}
.doctor_plan_title_img{
	width: 477px;
	max-width: 100%;
	height: auto;
}
.doctor_plan_item_title_sub{
	padding-left: 1rem;
	font-size: 1.2em;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	color: #006fb7
}
.doctor_plan_item_title{
	display: inline-block;
	margin-top: .2em;
	padding: .5em 1.5em .5em 70px;
	font-weight: 100;
	color: #fff;
	background-color: #006fb7;
	border-radius: 50px 50px 50px 0;
	background-repeat: no-repeat;
	background-position: left 20px center;
	background-size: auto 68px;
}
@media screen\0 { /* IE修正用 */
	.doctor_plan_item_title{
		padding-bottom: .1em;
	}
}
.doctor_plan_item:nth-of-type(1) .doctor_plan_item_title{
	background-image: url("../img/doctor/plan_1.png");
}
.doctor_plan_item:nth-of-type(2) .doctor_plan_item_title{
	background-image: url("../img/doctor/plan_2.png");
}
.doctor_plan_item:nth-of-type(3) .doctor_plan_item_title{
	background-image: url("../img/doctor/plan_3.png");
}
.doctor_plan_item:nth-of-type(4) .doctor_plan_item_title{
	background-image: url("../img/doctor/plan_4.png");
}
.doctor_plan_item:nth-of-type(5) .doctor_plan_item_title{
	background-image: url("../img/doctor/plan_5.png");
}
.doctor_plan_item:nth-of-type(6) .doctor_plan_item_title{
	background-image: url("../img/doctor/plan_6.png");
}
.doctor_plan_item:nth-of-type(7) .doctor_plan_item_title{
	background-image: url("../img/doctor/plan_7.png");
}
.doctor_plan_item_text{
	padding: 1.5em 1em;
	line-height: 1.6;
	border: 1px solid #dae2ee;
}
@media (min-width: 768px) {
	.doctor_plan_item_title{
		font-size: 1.4em;
	}
}
@media (max-width: 767px) {
	.doctor_plan_item_title{
		font-size: 1.3em;
	}
}

/* お客様の声 */
.doctor_voice_title{
	text-align: center;
}
.doctor_voice_item{
	margin-top: 2em;
}
.doctor_voice_title_img{
	width: 148px;
	max-width: 100%;
	height: auto;
}
@media (min-width: 768px) {
	.doctor_voice_list{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
	}
	.doctor_voice_item{
		flex: 0 0 auto;
		width: calc(50% - 4em - 2px);
	}
}
.doctor_voice_item{
	position: relative;
	padding: 1.5em;
	border: 1px solid #dedede;
	background: url("../img/doctor/bg_graphpaper.gif") top left repeat;
}
.doctor_voice_item::after{
	position: absolute;
	bottom: -21px;
	left: 0;
	content: "";
	width: 100%;
	height: 20px;
	background: url("../img/doctor/box_shadow.png") left top / 100% auto no-repeat;
}
.doctor_voice_item_title{
	font-size: 1.4em;
	color: #006fb7;
}
.doctor_voice_item_person{
	margin-top: 1em;
	text-align: right;
}
.doctor_voice_item_text{
	margin-top: 1em;
	line-height: 2;
}
/* ご予約お問い合わせ */
.doctor_form_title{
	text-align: center;
}
.doctor_form_title_img{
	width: 232px;
	max-width: 100%;
	height: auto;
}
.f_no_img{
	width: calc(100% - 60px);
}
@media (min-width: 768px) {
	.doctor_form_wrap{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		height: 420px;
	}
	.doctor_form_inner{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		width: 600px;
		padding: 3em 2em;
	}
}
@media (max-width: 767px) {
	.doctor_form_inner{
		padding: 2em;
	}
}
.doctor_form_wrap{
	padding: 2em 1em;
	font-size: 1rem;
	background: url("../img/doctor/bg_form.png") center / cover no-repeat;
	border-top: 1px solid #dae2ee;
}
.doctor_form_inner{
	margin-top: 1.5em;
	text-align: center;
	background-color: rgba(255,255,255,.8);
}
.doctor_form_link{
	margin-top: 2em;
}
/* 新規開業の先生へ */
.doctor_blue_title_img2{
	width: 510px;
	max-width: 100%;
	height: auto;
}
.doctor_chart_first_img{
	width: 100px;
	height: auto;
}
.doctor_chart_item_column{
	margin: 1.5em 0;
}
.doctor_chart_item_inner_title{
	padding: .5em;
	text-align: center;
	font-size: 1.2em;
	font-weight: 800;
	color: #006fb7;
	border: 1px solid #006fb7;
	border-radius: 100px;
}
@media screen\0 { /* IE修正用 */
	.doctor_chart_item_inner_title{
		padding-bottom: .1em;
	}
}
@media (min-width: 768px) {
	.doctor_chart_item{
		position: relative;
		padding-left: 120px;
		background: url("../img/doctor/bg_dotted.png") left 45px top repeat-y;
	}
	.doctor_chart_item:first-of-type{
		margin-top: 60px;
	}
	.doctor_chart_item:nth-last-of-type(n + 2){
		padding-bottom: 50px;
	}
	.doctor_chart_item_number{
		position: absolute;
		top: 0;
		left: 0;
	}
	.doctor_chart_item_number_img{
		width: 102px;
		height: auto;
	}
	.doctor_chart_first{
		position: absolute;
		top: -90px;
		left: 1px;
	}
	.doctor_chart_item_column{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.doctor_chart_item_inner{
		flex: 0 0 auto;
		width: calc(50% - 2em - 1px);
	}
	.doctor_chart_item_inner_1{
		padding-right: 2em;
		border-right: 1px dashed #6798c9;
	}
	.doctor_chart_item_inner_2{
		padding-left: 2em;
	}
}
@media (max-width: 767px) {
	.doctor_chart_item:nth-of-type(n + 2){
		position: relative;
		padding-top: 90px;
	}
	.doctor_chart_item:nth-of-type(n + 2)::before{
		position: absolute;
		top: 25px;
		left: calc(50% - 40px);
		content: "";
		width: 80px;
		height: 64px;
		background: url("../img/doctor/doctor_chart_arrow.png") center / 100% no-repeat;
	}
	.doctor_chart_item_number{
		display: block;
		margin: 0 auto 1em;
		text-align: center;
	}
	.doctor_chart_item_number_img{
		width: auto;
		height: 70px;
	}
	.doctor_chart_first{
		margin-top: 2em;
		text-align: center;
	}
	.doctor_chart_item_inner_2{
		margin-top: 1.5em;
	}
}
.doctor_chart_item_title_sub{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	color: #006fb7;
}
.doctor_chart_item_title{
	background-color: #006fb7;
}
.doctor_chart_item_title_yellow{
	margin-right: .8em;
	font-size: 1.6em;
	color: #ffe57a;
}
.doctor_chart_item_title_white{
	display: inline-block;
	font-weight: 300;
	color: #fff;
}
@media (min-width: 768px) {
	.doctor_chart_item_title_sub{
		font-size: 1.2em;
	}
	.doctor_chart_item_title{
		margin-top: .2em;
		padding: .5em 2em;
		border-radius: 100px;
	}
}
@media screen\0 { /* IE修正用 */
	.doctor_chart_item_title{
		padding-bottom: .1em;
	}
}
@media (max-width: 767px) {
	.doctor_chart_item_title_sub{
		font-weight: 800;
	}
	.doctor_chart_item_title{
		margin-top: .5em;
		padding: .5em 1em;
		border-radius: 10px;
	}
}
.doctor_chart_item_text{
	margin-top: 1em;
	line-height: 1.8;
}
.doctor_chart_item_point{
	position: relative;
	margin-top: 1em;
	padding: 20px 0 0 60px;
	font-size: 1.1em;
	font-weight: 800;
	color: #e87f00;
}
.doctor_chart_item_point::before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 53px;
	height: 47px;
	background: url("../img/doctor/chart_point.png") center / 100% no-repeat;
}
.doctor_chart_item_box{
	margin-top: 1em;
}
.doctor_chart_item_box_title{
	font-weight: 800;
	color: #fff;
	background-color: #6798c9;
}
.doctor_chart_item_box_text{
	line-height: 1.6;
	background-color: #f4f4f4;
}
@media (min-width: 768px) {
	.doctor_chart_item_box{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
	}
	.doctor_chart_item_box_title,
	.doctor_chart_item_box_text{
		padding: 1em;
		border-bottom: 1px solid #fff;
	}
	.doctor_chart_item_box_title{
		width: 9.5em;
		border-right: 1px solid #fff;
	}
	.doctor_chart_item_box_text{
		width: calc(100% - 13.5em - 1px);
	}
	.doctor_chart_item_box_3 .doctor_chart_item_box_title{
		width: 7.5em;
	}
	.doctor_chart_item_box_3 .doctor_chart_item_box_text{
		width: calc(100% - 11.5em - 1px);
	}
	.doctor_chart_item_box_4 .doctor_chart_item_box_title{
		width: 15.5em;
	}
	.doctor_chart_item_box_4 .doctor_chart_item_box_text{
		width: calc(100% - 19.5em - 1px);
	}
}
@media (max-width: 767px) {
	.doctor_chart_item_box_title{
		padding: .5em;
	}
	.doctor_chart_item_box_text{
		padding: 1em .5em;
	}
}
.doctor_chart_item_notice{
	position: relative;
	margin-top: 1em;
	padding-left: 50px;
	font-weight: 800;
}
.doctor_chart_item_notice::before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 40px;
	height: 47px;
	background: url("../img/doctor/chart_notice.png") center / 100% no-repeat;
}
.doctor_chart_open{
	position: relative;
	padding-top: 110px;
	text-align: center;
}
.doctor_chart_open::before{
	position: absolute;
	top: 25px;
	left: calc(50% - 40px);
	content: "";
	width: 80px;
	height: 64px;
	background: url("../img/doctor/doctor_chart_arrow.png") center / 100% no-repeat;
}
.doctor_chart_open_img{
	width: 130px;
	height: auto;
}
.doctor_consulting_link{
	margin-top: 4em;
	text-align: center;
	font-weight: 800;
	color: #005483;
}
@media (min-width: 768px) {
	.doctor_consulting_link{
		font-size: 1.1rem;
	}
}
.doctor_consulting_anchor{
	transition: opacity .2s;
}
.doctor_consulting_anchor:hover{
	opacity: .6;
}
.doctor_consulting_img{
	margin-top: 1em;
	max-width: 100%;
	height: auto;
}
/* footer */
#gFooter.doctor_footer{
	background-color: #dae2ee;
	background-image: none;
}
#gFooter.doctor_footer .copyright{
	padding-bottom: 13px;
	background-color: #006fb7;
}
@media (max-width: 767px) and (min-width: 0px){
	#gFooter.doctor_footer{
		position: relative;
		margin-top: 60px;
		padding-top: 50px;
	}
	#gFooter.doctor_footer .tel a{
		color: #006fb7;
	}
	#gFooter.doctor_footer .name{
		border-top: solid 1px #006fb7;
	}
	#gFooter.doctor_footer .pagetop_anchor_sp{
		top: -35px;
		left: calc(50% - 35px);
		position: absolute;
		display: block;
		margin: auto;
		width: 70px;
		height: 70px;
		background-color: #dae2ee;
		border-radius: 35px;
	}
	#gFooter.doctor_footer .pagetop_anchor_sp::after{
		position: absolute;
		top: calc(50% - 10px);
		left: 50%;
		content: "";
		width: 20px;
		height: 20px;
		border-top: 1px solid #fff;
		border-left: 1px solid #fff;
		transform: rotate(45deg);
		transform-origin: left top;
	}
}
#gFooter.doctor_footer .top{
	margin-top: 0;
	margin-bottom: -10px;
}
.f_top_doctor_img{
	width: 70px;
	height: auto;
}

