@charset "UTF-8";
/*--------------------------------------------------------------
 * this is original style
 *
 * @package isenorgoc
--------------------------------------------------------------*/

/*----------------------------------------------------------------------
	下層ページ
----------------------------------------------------------------------*/

.conts_block {
	margin: 0 0 30px;
}

.inner {
	padding: 0 15px;
	position: relative;
}



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


}



/*--------------------------------------------------------------
　院長紹介
--------------------------------------------------------------*/
.greeting_area {
	padding: 100px 0 70px;
}

.greeting_box {
	padding: 25px 0 0;
}

.greeting_box .left {
	float: left;
	width: 52%;
}

.greeting_box .right {
	float: right;
	width: 44%;
}

.greeting_box p {
	line-height: 1.9;
	margin: 0 0 10px;
}

.greeting_box .incho {
	text-align: right;
	font-size: 18px;
	font-size: 1.8rem;
}

.list_area {
	padding: 50px 0 70px;
}

.list_flex {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}

.list_flex li {
	width: 48%;
	list-style: none;
}

.list_content {
	padding: 0 0 0 10px;
	margin: 0 0 30px;
}

.list_content li {
	position: relative;
	width: 100%;
	list-style: none;
	padding-left: 15px;
	margin: 0;
}

.list_content li::before {
	position: absolute;
	top: 0;
	left: 0;
	font-family: "Font Awesome 5 Free";
	content: '\f0da';
	font-weight: 900;
	color: #55a78f;
}



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

}


@media screen and (max-width : 767px) {
	.greeting_area {
		padding: 70px 0 20px;
	}

	.greeting_box .left,
	.greeting_box .right {
		float: none;
		width: 100%;
		margin: 0 0 30px;
	}

	.list_flex {
		display: block;
	}
	
	.list_flex li {
		width: 100%;
		margin: 0 0 10px;
	}

}



/*--------------------------------------------------------------
　診療案内
--------------------------------------------------------------*/
.medical_list_area {
	padding: 100px 0 80px;
}

.medical_attempt_area {
	padding: 65px 0 90px;
}

.medical_hinyou_area {
	padding: 105px 0 60px;
	/* background-color: #f3ffec; */
}

.medical_jinzou_area {
	padding: 40px 0 70px;
}

.medical_box {
	margin: 0 0 50px;
	padding: 10px 0 0;
	box-sizing: border-box;
}

.medical_box .left {
	width: 52%;
	float: left;
}

.medical_box .left p {
	line-height: 1.8;
	margin: 0 0 30px;
}

.medical_box .right {
	width: 44%;
	float: right;
}

.disease_name {
	margin: 0 0 20px;
}

.disease_name_box {
	display: none;
}

.disease_name_inner {
	padding: 0 15px;
	box-sizing: border-box;
	margin: 0 0 40px;
}

.disease_name_inner p {
	margin: 0 0 10px;
}

.disease_name_inner ul {
	margin: 0 0 20px;
	padding: 0;
}

.disease_name_inner li {
	position: relative;
	width: 100%;
	list-style: none;
	padding-left: 15px;
	margin: 0;
}

.disease_name_inner li::before {
	position: absolute;
	top: 0;
	left: 0;
	font-family: "Font Awesome 5 Free";
	content: '\f0da';
	font-weight: 900;
	color: #55a78f;
}

.disease_name_inner th,
.disease_name_inner td {
	background-color: #fff;
	text-align: center;
	padding: 10px 0;
	box-sizing: border-box;
	border-top: 1px solid #55a78f;
	border-right: 1px solid #55a78f;
}

.disease_name_inner tr:first-child th,
.disease_name_inner tr:first-child td {
	color: #55a78f;
}

.disease_name_inner tr:last-child th,
.disease_name_inner tr:last-child td {
	border-bottom: 1px solid #55a78f;
}

.disease_name_inner th {
	width: 70%;
	border-left: 1px solid #55a78f;
}

.disease_name_inner td {
	width: 30%;
}

.disease_title {
	position: relative;
	cursor: pointer;
}

/*アイコンの＋と×*/
.disease_title::before,
.disease_title::after {
  position: absolute;
  content:'';
  width: 19px;
  height: 3px;
  background-color: #fff;  
}

.disease_title::before {
  top: 50%;
  right: 15px;
  transform: rotate(0deg);  
}

.disease_title::after {   
  top: 50%;
  right: 15px;
  transform: rotate(90deg);
}

.disease_title.close::after {
	/*　closeというクラスがついたら形状変化　*/
	display: none;
}


.btn_area {
	margin: 65px 0 35px;
}

.disease_name_btn_area {
	padding: 10px 0 20px;
	box-sizing: border-box;
}

.btn_area ul,
.disease_name_btn_area ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}

.btn_area ul:after,
.disease_name_btn_area ul::after {
	content: "";
	display: block;
	width: 32%;
}

.btn_area ul li,
.disease_name_btn_area ul li {
	width: 32%;
	list-style: none;
	margin: 0 0 20px;
}

.disease_name_btn_area ul {
	margin: 0;
}

.disease_name_btn_area ul li {
	padding: 0;
}

.disease_name_btn_area ul li::before {
	content: none;
}




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

}


@media screen and (max-width : 767px) {
	.medical_list_area {
		padding: 70px 0 50px;
	}

	.medical_attempt_area {
		padding: 50px 0 60px;
	}

	.medical_hinyou_area {
		padding: 70px 0 40px;
	}

	.medical_jinzou_area {
		padding: 20px 0 40px;
}

	.btn_area ul,
	.disease_name_btn_area ul {
		display: block;
	}
	
	.btn_area ul li,
	.disease_name_btn_area ul li {
		width: 100%;
		margin: 0 0 15px;
	}

	.medical_box {
		margin: 0 0 40px;
	}

	.medical_box .left,
	.medical_box .right {
		float: none;
		width: 100%;
	}

	.medical_box .left {
		margin: 0 0 30px;
	}

	.disease_name {
		margin: 0 0 20px;
	}

	.disease_name p {
		margin: 0;
	}

	.disease_name_inner th {
		width: 65%;
	}

	.disease_name_inner td {
		width: 35%;
	}

}



/*--------------------------------------------------------------
	院内紹介
--------------------------------------------------------------*/
.clinic_time_area {
	padding: 100px 0 50px;
}

.clinic_time_box {
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0 0;
}

.medical_info_area {
	padding: 95px 0 20px;
}

.medical_info_box {
	padding: 30px 0 0;
}

.facility_info_area {
	padding: 25px 0 20px;
}

.facility_info_box {
	padding: 10px 0 0;
}

.photo_box {
	position: relative;
	max-width: 900px;
	margin: 0 auto;
}

.photo_box .photo_box_txt {
	text-align: center;
	font-size: 22px;
	font-size: 2.2rem;
	margin: 0 0 30px;
}

.photo_box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
	margin: 0;
}

.photo_box ul li {
	width: 48%;
	margin: 0 0 75px;
	list-style: none;
	text-align: center;
}

.photo_box ul li p {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 2.5;
	margin: 0;
}

.photo_box ul li a {
	display: inline-block;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 2.5;
	color: #666;
	transition: all .3s;
}



@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.photo_box .photo_box_txt {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.photo_box ul li p {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.photo_box ul li a {
		font-size: 18px;
		font-size: 1.8rem;
	}

}



@media screen and (max-width : 767px) {
	.clinic_time_area {
		padding: 70px 0 50px;
	}

	.clinic_time_box {
		max-width: unset;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.medical_info_area {
		padding: 50px 0 20px;
	}

	.medical_info_box,
	.facility_info_box {
		padding: 0;
	}

	.photo_box {
		max-width: unset;
		margin: 0;
	}

	.photo_box .photo_box_txt {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.photo_box ul {
		display: block;
	}

	.photo_box ul li {
		width: 100%;
		margin: 0 0 30px;
	}

	.photo_box ul li p {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.photo_box ul li a {
		font-size: 18px;
		font-size: 1.8rem;
	}

}



/*--------------------------------------------------------------
	アクセス
--------------------------------------------------------------*/
.access_area {
	padding: 100px 0 50px;
}

.access_box {
	padding: 5px 0 0;
}

.access_box p {
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 3;
}

.map_area {
	padding: 30px 0 70px;
}

.map_box p {
	text-align: right;
	font-size: 24px;
	font-size: 2.4rem;
	margin: 10px 0 0;
}

.root_area {
	padding: 50px 0 30px;
}

.root_box {
	max-width: 900px;
	margin: 0 auto 50px;
}

.root_box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 30px 0 0;
	margin: 0;
}

.root_box ul li {
	width: 48%;
	list-style: none;
	margin: 0 0 50px;
}

.root_box ul li p {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0 0 20px;
	padding: 0 0 0 70px;
	height: 50px;
	line-height: 1.75;
}

.root_box p span {
	position: absolute;
	top: 50%;
	left: 25px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	font-size: 30px;
	font-size: 3.0rem;
	color: #fff;
	background-color: #91ca72;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	line-height: 1;
}



@media screen and (min-width: 768px) and ( max-width: 1024px) {
}



@media screen and (max-width : 767px) {
	.access_area {
		padding: 70px 0 30px;
	}

	.access_box {
		padding: 0;
	}

	.access_box p {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 2.5;
	}

	.map_area {
		padding: 30px 0 60px;
	}

	.map_box p {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.root_area {
		padding: 20px 0 30px;
	}

	.root_box {
		max-width: unset;
	}

	.root_box ul {
		display: block;
		padding: 20px 0 0;
	}

	.root_box ul li {
		width: 100%;
		margin: 0 0 50px;
	}

}



/*--------------------------------------------------------------
	お問い合わせ
--------------------------------------------------------------*/
.attention_txt {
	margin: 0 auto 40px;
	font-size: 1.4rem;
}

.attention_txt h3 {
	margin: 0;
	font-size: 1.8rem;
}

.attention_txt ul {
	padding-left: 20px;
}

.attention_txt ul li {
	list-style: disc;
}

.mw_wp_form {
	width: 100%;
	margin: 0 auto;
}

.mw_wp_form input,
.mw_wp_form textarea {
	border: none;
	background-color: #f3f3f3;
	padding: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mw_wp_form textarea {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop,
.mw_wp_form textarea {
	width: 100%;
}

input[type='text'] {
	width: 70%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mw_wp_form input[type='text'].contact_add {
	width: 80%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop,
.mw_wp_form input[type='text'].contact_add {
	width: 90%;
}

.mw_wp_form input[type='email'].contact_mail {
	width: 100%;
	margin: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop,
.mw_wp_form input[type='email'].contact_mail {
	width: 90%;
}

.page .entry_content .mw_wp_form table {
	width: 100%;
	border: none;
	border-top: 1px dashed #ccc;
	margin-bottom: 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.page .entry_content .mw_wp_form table tr {
	border-bottom: 1px dashed #ccc;
}

.page .entry_content .mw_wp_form table th {
	width: 25%;
	border: none;
	background-color: #fff;
	font-size: 1.5rem;
	font-family: "TBUDGothic B";
	background-color: #fffbeb;
}

.page .entry_content .mw_wp_form table th span.nini {
	font-size: 1.3rem;
	color: #ccc;
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop,
.page .entry_content .mw_wp_form table th {
	width: 30%;
}

.page .entry_content .mw_wp_form table td {
	padding: 35px 20px 35px 40px;
}

.page .entry_content .mw_wp_form table td.pd_right {
	padding: 35px 140px 35px 40px;
}

.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 0;
}

/* IE11 */
/* _:-ms-lang(x)::-ms-backdrop,
.page .entry_content .mw_wp_form table td {
	width: 80%;
} */

.page .entry_content .mw_wp_form table td .text-small {
	font-size: 1.3rem;
}

.mw_wp_form .consent {
	text-align: center;
	margin: 0 0 30px;
}

.privacy_link:hover {
	text-decoration: underline;
}

.mw_wp_form input[type='submit'] {
	background-color: #32a8e1;
	padding: 15px 40px;
	display: block;
	margin: 0 auto 30px;
}

.mw_wp_form input[type='submit']:hover {
	opacity: .7;
}

.mw_wp_form input[type='button'] {
	padding: 15px 40px;
	display: block;
	margin: 0 auto;
}

.mw_wp_form input[type='button']:hover {
	opacity: .7;
}

.mw_wp_form .wpcf7-spinner {
	display: none;
}

.mw_wp_form p.thanks-page {
	font-size: 2.2rem;
}

.required,
.mw_wp_form .error {
	color: red;
}

.mw_wp_form input[type='submit'].return {
	background-color: #ccc;
	color: #333;
}

.mw_wp_form_complete {
	background-color: #fcfbed;
	padding: 40px 70px 50px;
}

.mw_wp_form_complete .thanks-page {
	margin-bottom: 20px;
}

.wpcf7 form .wpcf7-response-output {
	display: none !important;
}



@media screen and (max-width: 767px) {
	.attention_txt {
		width: 100%;
	}

	.mw_wp_form {
		width: 100%;
		padding: 0;
	}

	.mw_wp_form input,
	.mw_wp_form textarea,
	.mw_wp_form input[type='text'].contact_add {
		width: 100%;
	}

	.page .entry_content .mw_wp_form table th {
		display: block;
		width: 100%;
		padding: 10px 10px;
	}

	.page .entry_content .mw_wp_form table td {
		display: block;
		padding: 20px 10px;
	}

	.page .entry_content .mw_wp_form table td.pd_right {
		padding: 20px 40px;
	}

	.mw_wp_form input[type='checkbox'] {
		width: 5%;
	}

	.mw_wp_form input[type='submit'] {
		width: 70%;
	}

	.mw_wp_form_complete {
		padding: 30px 20px 40px;
		margin: 0;
	}

	.mw_wp_form .horizontal-item {
		display: block;
	}

}



/*--------------------------------------------------------------
	チェックボックススタイル
--------------------------------------------------------------*/
.mwform-checkbox-field input[type='checkbox'].contact_cb,
.mwform-checkbox-field input[type='checkbox'].agree_cb {/* まず、＜input＞タグの表示を消します*/
	display: none;
}

.mwform-checkbox-field input[type='checkbox'].contact_cb + span,
.mwform-checkbox-field input[type='checkbox'].agree_cb + span {/* ＜span＞タグのスタイル（各項目幅や余白など） */
	padding-left: 20px;
	position: relative;
	/* margin-right: 30px; */
	font-size: 1.6rem;
}

.mwform-checkbox-field input[type='checkbox'].contact_cb + span::before,
.mwform-checkbox-field input[type='checkbox'].agree_cb + span::before {/* チェックボックスの大きさや形のスタイル */
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #999;
	border-radius: 4px;
	background-color: #fff;
}

.mwform-checkbox-field input[type='checkbox']#contact_cb-3 {
	margin-right: 100px;
}

.mwform-checkbox-field input[type='checkbox'].contact_cb:checked + span::after,
.mwform-checkbox-field input[type='checkbox'].agree_cb:checked + span::after {/* 選択時のチェックボックススタイル */
	content: "";
	display: block;
	position: absolute;
	top: -4px;
	left: 5px;
	width: 7px;
	height: 14px;
	transform: rotate(40deg);
	border-bottom: 4px solid #f04d30;
	border-right: 4px solid #f04d30;
	border-radius: 4px;
}



/*--------------------------------------------------------------
	個人情報保護方針ページスタイル
--------------------------------------------------------------*/
.privacy_block p {
	margin-bottom: 30px;
}

.privacy_block ol {
	padding-left: 25px;
}

.privacy_block ol li,
.privacy_block ol li h5 {
	font-size: 2.0rem;
}

.privacy_block ol li {
	margin-bottom: 30px;
}

.privacy_block ol li h5 {
	margin-bottom: 5px;
}

.privacy_block ol li h5,
.privacy_block ol li::marker {
	color: #9bcb60;
}

.privacy_block ol li p {
	font-size: 1.5rem;
	color: #333;
	margin: 0;
}

.privacy_block ol li ul,
.privacy_block ol li ol {
	padding-left: 20px;
}

.privacy_block ol li ul li,
.privacy_block ol li ol li {
	font-size: 1.5rem;
	color: #333;
	margin-bottom: 0;
}

.privacy_block ol li ul li {
	list-style-type: disc;
}

.privacy_block ol li ol li::marker {
	color: unset;
}

.privacy_block ol li p a {
	display: inline-block;
	color: #9bcb60;
	text-decoration: underline;
}

.privacy_block ol li p a:hover {
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.privacy_block {
		padding: 30px 15px 1px;
	}

	.privacy_block h4 {
		font-size: 2.5rem;
		padding: 0 15px;
		margin-bottom: 25px;
	}

}



/*--------------------------------------------------------------
　お知らせ
--------------------------------------------------------------*/
.post_main {
	width: 75%;
	float: right;
	margin: 0 0 100px;
}

.post_sidebar {
	width: 22%;
	float: left;
}

.archive_post {
	margin: 0 0 50px;
}

.post_main h1 {
	font-size: 2.0rem;
	margin: 10px 0 20px;
	border-top: 1px dashed #111;
	border-bottom: 1px dashed #111;
	text-align: left;
}

.post_main h1 a {
	color: #333;
	display: block;
	padding: 10px 0 10px 15px;
}

.post_main h1 a:hover {
	background: #fefbf0;
}

.blog .entry_content h1,
.single .entry_content h1,
.archive .entry_content h1 {
	text-align: left;
	border-left: 8px solid #76493a;
	background-color: #f6f0e6;
	line-height: 2;
	padding: 5px 0 5px 10px;
	margin: 30px 0;
	border-top: none;
	border-bottom: none;
	font-size: 2.2rem;
}

.blog .entry_content h2,
.single .entry_content h2,
.archive .entry_content h2 {
	text-align: left;
	position: relative;
	font-size: 2.1rem;
	border-bottom: 4px solid #dcd3c6;
	margin: 30px 0;
}

.blog .entry_content h2::after,
.single .entry_content h2::after,
.archive .entry_content h2::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #76493a;
}

.post_main h2.post_title_archive {
	border-bottom: none;
	margin: 10px 0 20px;
}

.post_main h2.post_title_archive::after {
	bottom: 0;
	left: 0;
	z-index: 0;
	width: 0;
	height: 0;
	background-color: #fff;
}

.blog #main .post_wrap .entry_content h3,
.single #main .post_wrap .entry_content h3,
.archive #main .post_wrap .entry_content h3 {
	text-align: left;
	font-size: 1.9rem;
	position: relative;
	padding: 0 5px 0 25px;
	margin: 30px 0 10px;
}

.blog #main .post_wrap .entry_content h3::after,
.single #main .post_wrap .entry_content h3::after ,
.archive #main .post_wrap .entry_content h3::after {
	position: absolute;
	top: .4em;
	left: 0;
	z-index: 2;
	content: '';
	width: 10px;
	height: 10px;
	background-color: #fff;
	border: 4px solid #76493a;
	border-radius: 100%;
}

.blog .entry_content h4,
.single .entry_content h4,
.archive .entry_content h4 {
	text-align: left;
	font-size: 1.7rem;
	border-left: 5px solid #76493a;
	padding-left: 10px;
	line-height: 1.5;
	margin: 30px 0 10px;
}

.blog .entry_content h5,
.single .entry_content h5,
.archive .entry_content h5 {
	text-align: left;
	font-size: 1.6rem;
	font-family: "TBUDRGothic B";
	color: #76493a;
	margin: 30px 0 10px;
}

.blog .entry_content h6,
.single .entry_content h6,
.archive .entry_content h6 {
	text-align: left;
	font-size: 1.55rem;
	font-family: "TBUDRGothic B";
	margin: 30px 0 10px;
}

.post_main .date {
	padding: 0 0 0 20px;
}

.post_main .entry_content p {
	line-height: 1.7;
	overflow: hidden;
}

.post_main .entry_content a {
	color: #333;
}

.post_main .entry_content a:hover {
	text-decoration: underline;
}

.post_main .entry_content table {
	border: 1px solid #ccc;
	margin: 0 auto 30px;
}

.post_main .entry_content table tr {
	border-bottom: 1px solid #ccc;
}

.post_main .entry_content table th,
.post_main .entry_content table td {
	border-left: 1px solid #ccc;
	padding: 15px 10px;
}

.post_main .entry_content table th {
	text-align: center;
	background-color: #ffffe6;
}

.post_main .entry_footer {
	overflow: hidden;
}

.single_news_list {
	text-align: right;
	float: right;
	font-size: 1.3rem;
	display: inline-block;
	margin-right: 30px;
}

.single_news_list a {
	color: #333;
	padding: 5px 10px;
	border-radius: 5px;
	background: #fffade;
}

.single_news_list a:hover {
	background: #f9eeb3;
}



@media screen and (max-width : 767px) {
	.subvisu h1,
	.single .subvisu h2,
	.archive .subvisu h2,
	.blog .subvisu h2 {
		font-size: 2.8rem;
		letter-spacing: .1em;
		line-height: 1.2;
	}

	.subvisu h1 span,
	.single .subvisu h2 span,
	.archive .subvisu h2 span,
	.blog .subvisu h2 span {
		font-size: 1.8rem;
	}

	.post_main {
		margin: 0 0 50px;
	}

	.post_main h1 {
		font-size: 1.8rem;
		line-height: 1.5;
	}

	.post_main h1 a {
		padding: 5px;
	}

	.post_main .date {
		padding: 0 0 0 10px;
	}

	.blog .entry_content h1,
	.single .entry_content h1,
	.archive .entry_content h1 {
		padding: 2px 0 2px 10px;
	}

	.post_main h2 {
		font-size: 1.8rem;
		line-height: 1.5;
	}

	.blog #main .post_wrap .entry_content h3,
	.single #main .post_wrap .entry_content h3,
	.archive #main .post_wrap .entry_content h3 {
		font-size: 1.7rem;
		line-height: 1.5;
	}

	.blog #main .post_wrap .entry_content h3::after,
	.single #main .post_wrap .entry_content h3::after,
	.archive #main .post_wrap .entry_content h3::after {
		top: .2em;
	}

	.blog .entry_content h4,
	.single .entry_content h4,
	.archive .entry_content h4 {
		font-size: 1.6rem;
	}

	.blog .entry_content h5,
	.single .entry_content h5,
	.archive .entry_content h5 {
		font-size: 1.55rem;
	}

	.blog .entry_content h6,
	.single .entry_content h6,
	.archive .entry_content h6 {
		font-size: 1.5rem;
	}

}



/*--------------------------------------------------------------
	404ページ
--------------------------------------------------------------*/
.post_title_404 {
	text-align: center;
	padding: 3px 0;
	margin: 10px 0 30px;
	background: #eee;
	color: #333;
	border-radius: 5px;
}

.txt_404 {
	text-align: center;
	margin-bottom: 50px;
}



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

}
