@charset "UTF-8";

/* 木村さん用のCSSです。自由に書き込んでください。 */

.recruit_bnr {
	margin: 15px 0 0;	
}

.recruit_bnr a {
	display: block;
    width: 100%;
    padding: 17px 0 15px 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .075em;
    line-height: 1;
    text-align: center;
    border: 1px solid #617aa2;
}

.recruit_bnr a:hover {
	color: #fff;
	background-color: #00296a;
}

.top_page .news {
	margin-bottom: 20px;
}

figure {
	margin: 0;
	padding: 0;
}

article {
	padding-top: 80px;
}

header {
	padding-top: 90px;
}

.container2 {
	width: 71%;
    margin: 0 18.5% 0 10.5%;
}

.news_list li:last-child {
	/*display: none;*/
}

.menu {
	position: fixed;
    right: 32px;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}

.gnav_container .gnav_list>li>a {
	padding: 23px 45px;
}

.gnav_container .gnav_list .sub-menu li {
	margin: 14px 5% 0px 0;
}

.news .news_list li a {
	margin-bottom: 0;
	margin-top: 19px;
}

.news .news_list li:first-child a {
	margin-top: 0;
}

.top_page {
    padding-top: calc((100vh - 665px) * .5);
}

@media screen and (min-height: 891px){
.top_page {
    padding-top: calc((100vh - 785px) * .5);
}
}

@media screen and (min-height: 993px){
.top_page {
    padding-top: calc((100vh - 900px) * .5);
}
}

.photo_slide .goto_gallery {
	display: none;
}

.button_list li a .description {
	margin-top: 0;
}


.content .button_list {
	margin-top: 30px;
}

.content {
	width: 71%;
    margin: 0 18.5% 0 10.5%;
    padding: 20px 0 100px;
}

.content p:first-child,
.content section:first-child,
.content ul:first-child,
.content dl:first-child,
.content div:first-child {
	padding-top: 0;
	margin-top: 0;
}

.content .catchcopy {
	font-size: 24px;
	letter-spacing: 0.2em;
	line-height: 1.7;
}

.content .title {
	font-size: 19px;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 1.75;
}

.content p {
	font-size: 15px;
	line-height: 1.75;
	letter-spacing: 0.14em;
	margin-top: 1.7em;
}

.content .basic01 {
	padding: 70px 0 0;
}

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

.content .pageindex li {
	width: calc(50% - 5px);
	margin: 10px 0 0;
}

.content .pageindex li a {
	display: block;
	font-size: 15px;
	padding: 18px 0 18px 15px;
	border: 1px solid #7990B7;
	font-weight: 700;
	background-image: url(../img/arrow4.svg);
	background-position: calc(100% - 18px) center;
	background-repeat: no-repeat;
	background-size: 12px 7px;
	box-sizing: border-box;
}

.content .page_nav {
	padding: 20px 0 0;
}

.content .page_nav li {
	margin-top: 10px;
}

.content .page_nav li a {
	display: block;
	border: 1px solid #7990B7;
	padding: 18px;
	font-size: 16px;
	font-weight: 700;
	background-image: url(../img/arrow1.svg);
    background-repeat: no-repeat;
    background-size: 19px 13px;
    background-position: calc(100% - 22px) center;
}

.content .inner_section h5 {
	font-size: 17px;
	margin: 2.1em 0 0;
	padding: 0;
	line-height: 1.5;
}

.content .inner_section h5 + p {
	margin-top: 1.2em;
}

.content .inner_section h5 + .tel_wrap {
	padding-top: 15px;
}

.content .table {
	width: 100%;
	margin-top: 1.6em;
}

.content .table th {
	font-weight: bold;
}

.content .table th,
.content .table td {
	text-align: center;
	padding: 10px 0;
}

.content .table .entry {
	width: 30%;
}

.content .tel_wrap {
	padding: 30px 0 0;
}

.content .tel_wrap .number {
	margin: 0 0 15px;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: .075em;
    line-height: 1.61;
}

.content .tel_wrap .number a {
	font-weight: 700;
}

.content .tel_wrap .number:before {
    content: 'TEL';
    margin-right: 8px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .075em;
    line-height: 1.66;
}

.content .tel_wrap .info {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .075em;
    line-height: 1.79;
    margin: 0;
}

.content .dl_table {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding-top: 10px;
}

.content .dl_table dt {
	width: 200px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.6;
	padding: 20px 0 12px;
	border-bottom: 1px solid #7990B7;
}

.content .dl_table dd {
	width: calc(100% - 200px);
	font-size: 15px;
	line-height: 1.6;
	padding: 20px 0 12px;
	border-bottom: 1px solid #7990B7;
}

.content .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	padding: 14px 0 4px;
}

.content .list li {
	width: calc(50% - 15px);
	margin-top: 10px;
	border-bottom: 1px solid #7990B7;
	padding: 16px 0 10px;
}

.content .slide_imgs {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 25px;
}

.content .slide_imgs:before {
	content: "";
	display: block;
	padding-top: 48%;
	background-color: #efefef;
}

.content .slide_imgs .img {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.content .slide_imgs .img img {
	width: 100%;
	height: auto;
}

/* 医療方針 */

.about_medical_policy_page .catchcopy i {
	font-style: normal;
	display: block;
	font-size: 11px;
	margin-top: 10px;
	letter-spacing: 0.075em;
}

.about_medical_policy_page .catchcopy + p {
	margin-top: 3em;
}


/* ごあいさつ */
.greeting {
	padding: 70px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.greeting .title {
	width: 100%;
}

.greeting .title i {
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	display: block;
}

.greeting .img {
	width: 38%;
	margin-top: 22px;
}

.greeting .img img {
	width: 100%;
	height: auto;
}

.greeting .message {
	width: 58%;
	margin-top: 22px;
}

.greeting .message p:first-child {
	margin-top: 0;	
}

/* 医師紹介・スタッフ紹介　*/

.staff_list {
	display: flex;
	flex-wrap: wrap;
}

.staff_list .staff {
	width: calc((100% - 60px)/3);
	margin: 0 30px 30px 0;
}

.staff_list .staff:nth-child(3n) {
	margin-right: 0;
}

.staff_list .staff .img {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.staff_list .staff .img:before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 90%;
}

.staff_list .staff .img img {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: -5%;
}

.staff_list .staff .staff_name {
	font-size: 17px;
	margin-top: 12px;
}

.staff_list .staff .post {
	margin-top: 2px
}

.staff_list .staff .post li {
	font-size: 12px;
	margin-top: 2px;
	line-height: 1.5;
	letter-spacing: 0.05em;
}


/* history */

.history {
	margin-left: 75px;
	border-left: 1px solid #7990B7;
}

.history li {
	padding: 0 0 0 30px;
	margin-top: 60px;
}

.history li:first-child {
	margin-top: 0;
}

.history li.comment {
	margin-top: 110px;
}

.history h3 {
	font-size: 19px;
	font-weight: 700;
}

.history h4 {
	font-size: 18px;
	line-height: 1.55;
	position: relative;
}

.history h4 em {
	display: inline-block;
	position: absolute;
	left: -105px;
	top: 0;
	width: 75px;
	font-size: 16px;
	font-style: normal;
}

.history h4 em:after {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 20px;
	background-color: #00296A;
	position: absolute;
	right: -7px;
	top: 6px;
}

/* access */

.access_info {
	padding: 60px 0 0;	
}

.access_info h3 {
	font-size: 20px;
	font-weight: 700;
}

.access_info h3 i {
	font-size: 15px;
	font-style: normal;
	display: block;
	margin-bottom: 7px;
}

.access_info p a {
	border-bottom: 1px dashed #97a8c2;
}

.route dt {
	font-size: 17px;
	font-weight: 700;
	margin-top: 35px;
}

.route dd {
	font-size: 15px;
	line-height: 1.75;
	letter-spacing: 0.14em;
	margin-top: 1.1em;
}

.gmap {
	padding-top: 60%!important;
}

/* flow */

.flow li {
	border-top: 1px dotted #00296A;
	padding: 45px 0;
	position: relative;
}

.flow li p {
	margin-top: 1em;
}

.flow li:before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background-color: #fff;
	border: 1px dotted #00296A;
	transform: rotate(45deg) translate3d(-50%,0,0);
	position: absolute;
	left: 50%;
	bottom: -14px;
	z-index: 1;
}

.flow li:after {
	content: "";
	display: block;
	background-color: #fff;
	width: 40px;
	height: 15px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate3d(-50%,0,0);
	z-index: 1;
}

.flow li:last-child:before,
.flow li:last-child:after {
	display: none;
}

/* department */

.department_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.department_list li {
	width: calc(50% - 5px);
	margin-top: 19px;
	border-left: 2px solid #00296A;
	padding: 6px 20px;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.17em;
}

.department_list li:nth-child(1),
.department_list li:nth-child(2){
	margin-top: 0;
}

.privacy_content {
	padding: 70px 0 0px;
}


.privacy_section {
	padding: 50px 0 0;
}

.sec_title2 + .privacy_section {
	padding: 0;
}

.privacy_section h4 {
	font-size: 17px;
	font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.6;
    position: relative;
    padding-left: 1.1em;
}

.privacy_section h4:before {
	content: "■";
	position: absolute;
	left: 0;
	top: 0;
}

.privacy_section p {
	font-size: 14px;
	line-height: 1.75;
	padding: 17px 0 0;
	margin: 0;
}

.privacy_section ul {
	padding: 10px 0 0;
}

.privacy_section ul li {
	font-size: 14px;
	line-height: 1.6;
	padding: 8px 0 0 1.1em;
	position: relative;
}

.privacy_section ul li:before {
	content: "・";
	position: absolute;
	left: 0;
	top: 8px;
	
}

.privacy_list {
	padding: 40px 0 0;
}


.privacy_list li {
	font-size: 17px;
	font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.6;
    position: relative;
    padding: 0 0 12px 1.1em;
}

.privacy_list li:before {
	content: "■";
	position: absolute;
	left: 0;
	top: 0px;
}

.contact_page .form .agree .note a {
	font-weight: bold;
	text-decoration: underline;
}

.contact_end {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 3000;
}

.contact_close {
	width: 50%;
	min-width: 300px;
	background-color: #fff;
	padding: 90px 0 70px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%,-50%,0);
	text-align: center;
}

.contact_close h3 {
	font-size: 25px;
    font-weight: 600;
    letter-spacing: .075em;
}

.contact_close p {
	font-size: 16px;
	margin-top: 30px;
}

.contact_close a {
	display: block;
	width: 350px;
	padding: 11px 0 10px;
	font-size: 15px;
	border: 1px solid #00296a;
	color: #00296a;
	border-radius: 100px;
	margin: 20px auto 0;
	font-size: 16px;
	transition: 0.2s linear;
}

.contact_close a:hover {
	color: #fff;
	background-color: #00296a;
}

.top_page .inquiry {
	margin-top: 40px;
}

.certification_list {
	text-align: center;
	margin: 0 26% 0 14%;
}

.certification_list li {
	line-height: 1.4;
	margin: 10px 0 0;
	font-size: 15px;
}

.certification_list li span {
	font-size: 11px;
	display: block;
}

.certification_list_s {
	margin-top: 50px;
}

.certification_list_s dt {
	font-weight: bold;
}

.certification_list_s dd {
	line-height: 1.4;
	margin: 6px 0 0;
	font-size: 12px;
	padding: 0 0 0 1.15em;
	position: relative;
}

.certification_list_s dd:before {
	content: "◯";
	position: absolute;
	left: 0;
	top: 0;
}


.certification_list_s dt + dd {
	margin-top: 15px;
}

.contact_page .container2 {
	margin-bottom:70px;
}

.contact_page .mail .description {
	margin-bottom: 40px;
}

.contact_page .mail .description + div a {
	background-color: #00296a;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 20px 7em 18px;
	border-radius: 100px;
	text-align: center;
	display: inline-block;
}

.contact_page .smf-item__label {
	margin: 28px 0 0;
}

.contact_page .smf-item__label span {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .075em;
}

.contact_page .required .smf-item__label span:after {
	content: " *";
	color: #ef4040;
}

.contact_page .smf-form .note {
	margin: 0 0 50px;
}

.contact_page [data-screen="confirm"] .smf-form .note {
	display: none;
}

.contact_page .smf-form .note li {
	font-size: 13px;
	letter-spacing: .075em;
	line-height: 1.69;
	margin: 5px 0 0;
	padding: 0 0 0 1.2em;
	position: relative;
}

.contact_page .smf-form .note li:before {
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
}

.contact_page .smf-form .check_message {
	display: none;
}

.contact_page [data-screen="confirm"] .smf-form .check_message {
	display: block;
	font-size: 13px;
	padding: 0 0 50px;
}

.contact_page .smf-form .smf-text-control,
.contact_page .smf-form .smf-item__controls {
	margin: 10px 0 0;
}
.contact_page .smf-form .smf-text-control__control {
	width: 100%;
	padding: 10px 20px 8px 20px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .075em;
	line-height: 1.75;
	color: #00296a;
	border-radius: 0;
	border: none;
	background-color: #ebebeb;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.contact_page .smf-form textarea {
	width: 100%;
	height: 170px;
	margin: 0;
	padding: 15px 20px;
	font-size: 14px;
	border-radius: 0;
	border: none;
	color: #00296a;
	background-color: #ebebeb;
}

.contact_page .smf-form .check_attention {
	margin: 30px 0 0;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: .075em;
	line-height: 1.92;
	text-align: center;
}

.contact_page .smf-form .check_attention a {
	font-weight: bold;
	text-decoration: underline;	
}

.contact_page .smf-form .smf-checkbox-control {
	margin: 30px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.contact_page .smf-form .smf-checkbox-control__control {
	margin: 0;
}

.contact_page .smf-form .smf-checkbox-control span {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .075em;
}

.contact_page .smf-form .smf-checkbox-control span:after {
	content: " *";
	color: #ef4040;
}

.contact_page .smf-form .smf-error-messages {
	font-size: 14px;
	font-weight: bold;
	color: #ef4040;
}

.contact_page .smf-form .smf-checkboxes-control + .smf-error-messages {
	text-align: center;
}

.contact_page .smf-action .smf-button-control {
	margin: 40px 0 0;
	display: block;
}

.contact_page .smf-action .smf-button-control + .smf-button-control {
	margin: 15px 0 0;
}

.contact_page .smf-action .smf-button-control__control {
	display: block;
	width: 100%;
	padding: 20px 0 18px 0;
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	font-family: AppleSystem,dnp-shuei-mgothic-std,'Yu Gothic',HiraKakuProN-W3,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ',Meiryo,Osaka,'MS UI Gothic','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	letter-spacing: .075em;
	color: #fff;
	border: none;
	background-color: #00296a;
	background-image: none;
	-webkit-appearance: none;
	cursor: pointer;
}

.contact_page .smf-action .smf-button-control [data-action="back"] {
	background-color: #777;
	color: #fff;
	box-sizing: border-box;
	
}

.contact_page [data-screen="confirm"] .smf-placeholder {
  border-bottom: 1px solid #788eb0;
  padding: 12px 0 13px;
  line-height: 1.52;
  font-size: 15px;
}

.contact_page [data-screen="confirm"] [data-name="message"] {
  padding: 15px 0 30px;
}

.contact_page [data-screen="confirm"] .smf-form .check_attention,
.contact_page [data-screen="confirm"] .smf-form .check_attention + .smf-placeholder {
	display: none;
}

.contact_page .smf-complete-content h3 {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: .075em;
	line-height: 1.75;
}

.contact_page .smf-complete-content p {
	margin: 20px 0 0;
}

.contact_page .wp-block-buttons .wp-block-button__link {
	background-color: #00296a;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 20px 5em 18px;
	margin: 30px 0 0;
}