@charset "UTF-8";


/* //////////////////////////////////////////////////

　汎用的なパーツのスタイル

////////////////////////////////////////////////// */


/* タイトル
-------------------------------------------------- */
.h1,
.wp_entry h1 {
	margin-bottom: 50px;
	background-image: url(/img/bg_stripe.png);
	padding: 35px 25px;
	font-size: 1.625em;
	font-weight: bold;
	line-height: 1.3;
}
.wp_entry h2 {
	margin-bottom: 30px;
	border-bottom: 1px dotted transparent;
	background: url(/img/bg_h2.png) no-repeat left center;
	padding: 5px 13px;
	font-size: 1.375em;
	font-weight: bold;
	line-height: 1.3;
}
.wp_entry h3 {
	margin-bottom: 25px;
	background-image: url(/img/bg_stripe.png);
	padding: 15px 25px;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.3;
}
.wp_entry h4 {
	margin-bottom: 20px;
	border-bottom: 1px dotted transparent;
	background: url(/img/bg_h4.png) no-repeat left center;
	padding: 5px 13px;
	font-size: 1.125em;
	font-weight: bold;
	line-height: 1.3;
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	.h1,
	.wp_entry h1 {
		margin-left: -10px;
		margin-right: -10px;
		margin-bottom: 30px;
		padding: 17px 10px;
	}
	.wp_entry h2 {
		margin-bottom: 20px;
	}
	.wp_entry h3 {
		margin-left: -10px;
		margin-right: -10px;
		margin-bottom: 15px;
		padding: 12px 10px;
	}
	.wp_entry h4 {
		margin-bottom: 15px;
	}
}





/* テキスト
-------------------------------------------------- */
.wp_entry a {
	position: relative;
	margin-right: 0.875em;
}
.wp_entry a::after {
	display: inline-block;
	position: relative;
	top: 2px;
	left: 5px;
	content: "";
	width: 15px;
	height: 15px;
	background-image: url(/img/mrk_btn.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 5px;
	border-radius: 50%;
}
.wp_entry em {
	display: block;
	font-size: 1.125em;
	line-height: 1.7;
}
.wp_entry small {
	display: inline-block;
	line-height: 1.6;
	font-size: 0.875em;
}
.wp_entry strong {
	font-weight: bold;
}
.wp_entry b {
	font-weight: bold;
}
/* dl */
.wp_entry dt {
	font-weight: bold;
}
.wp_entry dd + dt {
	margin-top: 1em;
}
/* ol　ul */
.wp_entry ul li {
	padding-left: 1em;
	text-indent: -1em;
}
.wp_entry ul li::before {
	content: "・";
}
.wp_entry li a {
	margin-right: 0;
}
.wp_entry li a::after {
	display: none;
}
.wp_entry ol li {
	margin-left: 22px;
	list-style:  decimal;
}
.wp_entry a.img-link::after {
	display: none;
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	/* テキスト */
	.wp_entry a::after {
		zoom: .9;
	}
}
@media screen and (max-width: 480px) {
}





/* 画像
-------------------------------------------------- */
.wp_entry img {
	max-width: 100%;
	height: auto;
}
.wp_entry figcaption {
	margin-top: 10px;
	/*font-size: 0.875em;*/
	line-height: 1.6;
}





/* table
-------------------------------------------------- */
.wp_entry table {
	width: 100%;
	margin: -2px 0;
}
.wp_entry th,
.wp_entry td {
	padding: 18px 20px;
	border: 2px solid #fff;
	line-height: 1.5;
	word-break: break-word;
}
.wp_entry th {
	width: 25%;
	font-size: 1.125em;
	font-weight: bold;
}
.wp_entry th.change {
	font-size: 1em;
}
.wp_entry .clear {
	background-color: transparent;
}
.wp_entry .nowrap {
	white-space: nowrap !important;
}
.wp_entry .twf {
	width: auto;
}
.wp_entry .twa th {
	width: auto;
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	.wp_entry th,
	.wp_entry td {
		padding: 10px 15px;
	}
	
	.table_wrap {
		overflow-x: auto;
		overflow-y: hidden;
	}
	.table.head {
		background: rgba(255,123,126,1.00);
	}
	.table.head th,
	.table.head td {
		display: block;
		width: auto;
		border-top: none;
		border-left: none;
		border-right: none;
		border-bottom: 1px solid #fff;
		white-space: inherit;
	}
	.table_wrap .table th,
	.table_wrap .table td {
		white-space: nowrap;
	}
	.wp_entry th.clear,
	.wp_entry td.clear {
		display: none;
	}
	.table_note {
		margin: 10px 0;
		text-align: center;
		font-size: 12px;
	}
}
@media screen and (max-width: 480px) {
}






/* キャッチコピー
-------------------------------------------------- */
.box_copy_image {
	padding: 40px 25px;
	padding-right: 460px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(/subpage/img/bg_catch_pc.jpg);
}
.box_copy {
	padding: 25px 25px;
}
.copy {
	font-size: 1.625em;
	font-weight: bold;
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	.box_copy_image {
		padding: 15px 10px;
		padding-right: 35%;
		margin-left: -10px;
		margin-right: -10px;
		background-image: url(/subpage/img/bg_catch_sp.jpg);
	}
	.box_copy {
		padding: 15px 10px;
		margin-left: -10px;
		margin-right: -10px;
	}
}





/* ページ内リンク
-------------------------------------------------- */
.page_navi ul {
	overflow: hidden;
	margin: 0 -1px;
}
.page_navi ul li {
	float: left;
	display: table;
	height: 60px;
	padding: 0 1px;
	text-indent: 0;
}
.page_navi ul li::before {
	display: none;
}
.page_navi ul li a {
	display: table-cell;
	margin: 0;
	padding: 0 30px 0 10px;
	background-image: url(/img/mrk_nav_anchor.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 12px;
	font-size: 0.875em;
	line-height: 1.3;
	text-decoration: none;
	vertical-align: middle;
}
.page_navi ul li a:hover {
	opacity: .8;
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	.page_navi ul {
		margin: 0;
	}
	.page_navi ul li {
		float: none;
		width: 100%;
		height: 45px;
		padding: 0;
		margin-bottom: 1px;
	}
	.page_navi ul li a {
		padding: 0 10px 0 30px;
		background-position: left 10px center;
	}
}
@media screen and (max-width: 480px) {
}






/* ステップ
-------------------------------------------------- */
.step {
	display: table;
	width: 100%;
}
.step + .step {
	position: relative;
	margin-top: 60px;
}
.step + .step::before {
	position: absolute;
	top: -38px;
	left: 50%;
	margin-left: -24px;
	content: url(/img/mrk_arrow.png);
}
.step .title,
.step .content {
	display: table-cell;
	vertical-align: middle;
}
.step .title {
	padding: 20px;
	color: #fff;
	font-weight: bold;
	font-size: 1.25em;
	line-height: 1.4;
}
.step .content {
	padding: 20px;
	font-size: 0.875em;
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	.step {
		display: block;
	}
	.step + .step {
		margin-top: 40px;
	}
	.step + .step::before {
		zoom: .75;
	}
	.step .title,
	.step .content {
		display: block;
		width: 100%;
	}
	.step .title {
		padding: 10px;
	}
	.step .content {
		padding: 10px 15px;
	}
}
@media screen and (max-width: 480px) {
}






/* box
-------------------------------------------------- */
.box {
	padding: 20px 30px;
}
.box h4 {
	margin-bottom: 10px;
	background: none !important;
	border: none;
	padding: 0;
	font-size: 1.125em;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	.box {
		padding: 15px 15px;
	}
	.box h4 {
		margin-bottom: 6px;
	}
}





/* スライダー
-------------------------------------------------- */
.bx-wrapper {
	margin-bottom: 10px;
}
ul.bxslider li,
ul.bxpager li {
	padding: 0;
	text-indent: 0;
}
.bxslider li::before,
.bxpager li::before {
	display: none;
}
.bxslider li img {
	width: 100%;
}
.bx-controls-direction a {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 50px;
	margin-top: -25px;
	background-color: rgba(0,0,0,.2);
	background-position: center;
	background-repeat: no-repeat;
}
.bx-controls-direction .bx-prev {
	left: 50%;
	margin-left: -480px;
	background-image: url(../img/btn_prev.png);
}
.bx-controls-direction .bx-next {
	right: 50%;
	margin-right: -480px;
	background-image: url(../img/btn_next.png);
}

.bxpager {
	text-align: center;
}
.bxpager li {
	display: inline-block;
	padding: 0 2px;
}
.bxpager a {
	display: block;
	border: 3px solid transparent;
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	.bx-wrapper {
		margin: 0 -10px 10px;
		max-width: inherit !important;
	}
	.bx-controls-direction a {
		width: 30px;
		height: 40px;
		margin-top: -20px;
		background-size: 10px;
	}
	.bx-controls-direction .bx-prev {
		left: 10px;
		margin-left: 0;
	}
	.bx-controls-direction .bx-next {
		right: 10px;
		margin-right: 0;
	}

	.bxpager li {
		width: 23%;
	}
	.bxpager li img {
		width: 100%;
		height: auto;
	}
	.bxpager a {
		border: 2px solid transparent;
	}
}
@media screen and (max-width: 480px) {
}





/* ダウンロードボタン
-------------------------------------------------- */
.btn_download {
	display: inline-block;
	width: 300px;
	padding: 20px 0;
	border-radius: 5px;
	color: #fff;
	font-size: 1.125em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 1.3;
}
.btn_download:hover {
	opacity: .8;
}
.btn_download i {
	position: relative;
	display: inline-block;
	width: 28px;
	height: 1em;
}
.btn_download i::before {
	position: absolute;
	top: -5px;
	left: 0;
	content: "";
	width: 20px;
	height: 29px;
	background: url(../img/ico_download.png);
}
.wp_entry .btn_download::after {
	display: none;
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	.btn_download {
		width: 260px;
		padding: 15px 0;
	}
	.btn_download i {
		width: 26px;
	}
	.btn_download i::before {
		zoom: .9;
	}
}
@media screen and (max-width: 480px) {
	.btn_download i {
		width: 24px;
	}
	.btn_download i::before {
		zoom: .8;
	}
}





/* 医師紹介
-------------------------------------------------- */
.doctor {
	overflow: hidden;
}
.doctor figure {
	float: right;
	width: 180px;
}
.doctor .text {
	float: left;
	width: 790px;
}
.doctor .title {
	background: none;
	border-bottom: 1px solid transparent;
	padding: 0 0 6px;
	margin-bottom: 7px;
	line-height: 1.4;
	font-size: 1em;
	font-weight: normal;
}
.doctor .title .position {
	font-size: 0.875em;
}
.doctor .title .name {
	font-size: 1.375em;
	font-weight: bold;
}

.doctor .attach {
	margin-bottom: 0.6em;
	font-size: 0.875em;
}

.doctor table {
	margin: 1.5em 0 0;
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	.doctor figure {
		width: 90px;
		margin: 0 0 10px 15px;
	}
	.doctor .text {
		float: none;
		width: inherit;
	}
	.doctor .title {
		overflow: hidden;
	}
	.doctor .name {
		padding-bottom: 5px;
		margin-bottom: 6px;
	}

	.doctor th,
	.doctor td {
		display: block;
		width: 100%;
		border: none;
		padding: 10px 15px;
	}
	.doctor td {
		border-bottom: 1px solid #fff;
	}
}





/* お問い合わせ
-------------------------------------------------- */
.contact_box {
	padding: 0 0 25px;
	text-align: center;
}
.contact_box .title {
	padding: 10px;
	margin-bottom: 25px;
	border: none;
	background-image: none;
	color: #fff;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.3;
}
.contact_box .number {
	font-size: 1.75em;
	font-weight: bold;
}
.contact_box .tel {
	display: inline-block;
	padding: 3px;
	padding-left: 40px;
	background-image: url(../img/ico_tel_03.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	font-size: 1.15em;
	line-height: 1;
}
.contact_box a.tel {
	margin-right: 0;
	text-decoration: none;
}
.contact_box a.tel::after {
	display: none;
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	.contact_box {
		padding: 0 0 20px;
	}
	.contact_box .title {
		margin-bottom: 15px;
	}
	.contact_box .number {
		display: inline-block;
		margin-bottom: 5px;
		border-bottom: 1px solid transparent;
	}
	.contact_box .tel {
		padding-left: 35px;
		background-size: 28px;
	}
	
	._item .contact_box {
		zoom: .5;
	}
	._item .contact_box .tel {
		padding-left: 0;
		background: none;
	}
}
@media screen and (max-width: 480px) {
	.contact_box .tel {
		padding-left: 33px;
		background-size: 25px;
	}
}






/* FAQ
-------------------------------------------------- */
.faq dt,
.faq dd {
	position: relative;
	padding: 15px;
	border-left: 40px solid transparent;
	line-height: 1.6;
}
.faq dt {
	margin-top: 20px;
	font-weight: normal;
}
.faq dd {
	margin-top: 3px;
}
.faq dt::before,
.faq dd::before {
	position: absolute;
	top: 50%;
	left: -25px;
	margin-top: -12px;
	color: #fff;
}
.faq dt::before {
	content: "Q";
}
.faq dd::before {
	content: "A";
}

.faq dt::after {
	position: relative;
	top: 2px;
	left: 5px;
	display: inline-block;
	content: "";
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-image: url(/img/mrk_open.png);
	background-size: 7px;
	background-repeat: no-repeat;
	background-position: center;
}
.faq dt.active::after {
	background-image: url(/img/mrk_close.png);
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	.faq dt,
	.faq dd {
		padding: 13px;
		border-left: 30px solid transparent;
	}
	.faq dt {
		margin-top: 10px;
	}
	.faq dd {
		margin-top: 2px;
	}
	.faq dt::before,
	.faq dd::before {
		left: -20px;
		margin-top: -10px;
	}
	
	.faq dt::after {
		top: 3px;
	}
}
@media screen and (max-width: 480px) {
	.faq dt::after {
		zoom: .9;
	}
}





/* ローカルナビ
-------------------------------------------------- */
.local_navi ul {
	overflow: hidden;
	margin-left: -10px;
	margin-right: -10px;
}
.local_navi ul li {
	float: left;
	display: table;
	width: 33.3333%;
	height: 70px;
	padding: 0 10px;
	margin-bottom: 20px;
	text-indent: 0;
}
.local_navi ul li::before {
	display: none;
}
.local_navi li a {
	position: relative;
	display: table-cell;
	margin: 0;
	padding: 0 10px 0 45px;
	border-radius: 5px;
	font-weight: bold;
	line-height: 1.3;
	text-decoration: none;
	vertical-align: middle;
}
.local_navi li a:hover {
	opacity: .8;
}
.local_navi li a::before {
	position: absolute;
	top: 50%;
	left: 19px;
	margin-top: -7.5px;
	content: "";
	width: 15px;
	height: 15px;
	background-image: url(/img/mrk_btn.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 5px;
	border-radius: 50%;
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	.local_navi ul li {
		float: none;
		width: 100%;
		height: 50px;
		margin-bottom: 10px;
	}
	.local_navi li a {
		padding: 0 10px 0 30px;
	}
	.local_navi li a::before {
		left: 10px;
	}
}
@media screen and (max-width: 480px) {
	.local_navi li a::before {
		zoom: .9;
	}
}






/* 3カラムコンテンツ
-------------------------------------------------- */
.column_box_wrap {
	overflow: hidden;
	margin-left: -10px;
	margin-right: -10px;
}
.column_box {
	float: left;
	width: 33.3333%;
	padding: 0 10px;
	margin-bottom: 20px;
}

.column_box01 {
	padding: 20px;
}
.column_box01 .title {
	margin: 15px 0 7px;
	padding: 0;
	background-image: none;
	border: none;
	font-weight: bold;
	line-height: 1.3;
}
.column_box01 p {
	font-size: 0.875em;
}
.column_box01 .btn {
	display: block;
	margin: 0.9em 0 0;
	padding: 10px 0;
	border-radius: 5px;
	font-weight: bold;
	line-height: 1.3;
}
.column_box01 .btn::after {
	display: none;
}

.column_box02 {
	padding: 0 20px 20px;
}
.column_box02 .title {
	padding: 13px 0;
	margin: 0 -20px 20px;
	background-image: none;
	border: none;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}
.column_box02 .menu {
	margin-top: 10px;
	background: #fff;
}
.column_box02 .menu li {
	padding: 0;
	text-indent: 0;
}
.column_box02 .menu li::before {
	display: none;
}
.column_box02 .menu a {
	position: relative;
	display: block;
	margin: 2px 0 0;
	padding: 12px 15px;
	font-size: 0.875em;
	font-weight: bold;
	line-height: 1.3;
	text-align: left;
	text-decoration: none;
}
.column_box02 .menu a:hover {
	opacity: .8;
}
.column_box02 .menu a::after {
	display: block;
	position: absolute;
	z-index: 10;
	top: 50%;
	right: 10px;
	left: inherit;
	margin-top: -7.5px;
	content: "";
	width: 15px;
	height: 15px;
	background-image: url(/img/mrk_btn.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 5px;
	border-radius: 50%;
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	.column_box {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}

	.column_box01 {
		padding: 15px;
		text-align: center;
	}
	.column_box01 p {
		text-align: left;
	}
	.column_box01 .btn {
		display: inline-block;
		padding: 10px 25px;
	}

	.column_box02 {
		padding: 0 15px 15px;
	}
	.column_box02 .title {
		margin: 0 -15px 15px;
	}
	.column_box02 .menu {
		background: none;
	}
	.column_box02 .menu a {
		border-radius: 3px;
		padding: 12px 10px;
	}
}
@media screen and (max-width: 480px) {
	.column_box02 .menu a::after {
		zoom: .9;
	}
}






/* ボタン
-------------------------------------------------- */
.wp_entry a.btn_small {
	display: inline-block;
	margin-right: 0;
	padding: 10px 40px;
	border-radius: 5px;
	font-size: 1.125em;
	font-weight: bold;
	line-height: 1.3;
	text-decoration: none;
}
.wp_entry a.btn_small::after {
	display: none;
}

.link {
	position: relative;
	font-size: 0.875em;
	text-decoration: none;
}
.link:hover {
	text-decoration: underline;
}
.link::after {
	display: inline-block;
	position: relative;
	top: 2px;
	left: 5px;
	content: "";
	width: 15px;
	height: 15px;
	background-image: url(/img/mrk_btn.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 5px;
	border-radius: 50%;
}

.wp_entry .submit_button a {
	margin: 0 60px 0 0;
}
.wp_entry .btn_send,
.wp_entry .btn_back {
	display: inline-block;
	width: 300px;
	padding: 15px 0px;
	border-radius: 5px;
	color: #fff;
	font-size: 1.125em;
	font-weight: bold;
	line-height: 1.3;
	text-decoration: none;
	text-align: center;
}
.wp_entry .btn_send:hover,
.wp_entry .btn_back:hover {
	opacity: .8;
}
.wp_entry .btn_send::after,
.wp_entry .btn_back::after {
	display: none;
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	.link::after {
		zoom: .9;
	}
	
	.submit_button a {
		margin: 0 0 20px;
	}
	.btn_send,
	.btn_back {
		width: 250px;
	}
}
@media screen and (max-width: 480px) {
}






/* ラベル
-------------------------------------------------- */
.wp_entry .label {
	display: inline-block;
	padding: 7px 10px;
	margin-bottom: 2px;
	border-radius: 4px;
	font-size: .75em;
	color: #fff;
	line-height: 1.2;
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 480px) {
}

