/* ----------------------------

- 下層共通
- 会のご案内
    - 事業内容
    - MTC会員制度
- 医院案内
    - 治療方針
    - スタッフ紹介
    - 施設紹介
    - 診療スケジュール
    - 入れ歯治療
    - 料金表
    - よくある質問
- MTコネクター
- 症例紹介
- お問い合わせ
    - サンクスページ
- 書籍紹介
---------------------------- */

/* ----------------------------
   下層共通
---------------------------- */
/* 医院案内見出し */
.info-header {
    background: url(/wp-content/uploads/2025/08/top_bg01-scaled.png) center / cover no-repeat;
    height: 50vh;
    position: relative;
    display: grid;
    overflow: hidden;
    align-items: center;
    padding:0 0 ;
    margin: 0 0;
    justify-content: center;
}

.main-header {
    color: #fff;
    font-size: 3vw;
    letter-spacing: 9px;
    text-shadow: 0px 0px 7px rgb(0 0 0 / 38%);
}

.breadcrumb {
    padding: 5px 3rem;
    margin: 0 0;
    font-size: 16px;
    background: #f9dfd5;
}

.breadcrumb a {
    color: #633c3c;
    text-decoration: none;
    font-weight: 600;
}

.breadcrumb a:hover{
	color:#ed7f7f;
}

.common {
    padding: 8rem 7rem;
}

.common h2 {
    padding: 10px 20px 15px;
    letter-spacing: 5px;
    font-size: 32px;
    margin-bottom: 25px;
}

/* .common h2 span {
    font-size: 44px;
} */

.common_h2 {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    gap: 0px;
}

.ttl_em {
    color: #E2967F;
    font-size: 38px;
    font-weight: 600;
    letter-spacing: 11px;
    padding: 0 0px 0 7px;
    text-align: center;
}

.ttl_em span {
    position: relative;
    display: inline-block;
}

.ttl_em span::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 40%;
    transform: translateX(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #515151;
}

.common_h2:before,
.common_h2:after {
    border-radius: 50px;
    content: "";
    display: block;
    width: calc(150 / 1920 * 100vw);
    height: 1.5px;
    background: linear-gradient(137.78deg, rgba(245, 226, 219) 0%, rgba(236, 212, 202) 7.54%, rgb(183 133 133) 35.1%, rgba(228, 199, 188) 41%, rgba(245, 226, 219) 44.97%, rgb(255 255 255) 47.89%, rgba(207, 188, 182) 51.31%, rgb(151 127 119) 55.02%, rgba(193, 175, 169) 59.5%, rgba(201, 166, 153) 65.7%, rgb(183 133 113) 70.98%, rgba(219, 184, 170) 75.08%, rgba(230, 203, 192) 79.81%, rgba(239, 216, 207) 85.04%, rgba(243, 224, 216) 91.12%, rgba(245, 226, 219) 100%);
}

.common_h3 {
    margin: 0 auto;
    text-align: center;
    padding: 20px 0 10px 0px;
    align-items: center;
}

.common_h3 h3 {
    margin: 0 0;
    line-height: normal;
    font-size: 30px;
    text-align: center;
    letter-spacing: 4px;
    font-weight: 600;
    color: #63553C;
}

.common h3 span {
    font-size: 35px;
    font-weight: 600;
}

.common_h3_line {
    width: 100%;
    height: 1px;
    background: #63553C;
}

.common p{
    margin: 12px 0;
    line-height: 30px;
}

.common section {
    margin-top: 120px;
}

.common section:first-of-type {
    margin: 0; 
}

.common_sbttl {
    font-size: 21px;
    font-weight: 600;
    text-align: center;
    margin: 5px 0 30px 0;
}

.line-break br{
        position: relative;
        display: contents; 
}

.h3_box {
background: linear-gradient(120.83deg, rgba(243, 234, 226, 1) 0%, rgba(244, 235, 228, 1) 70.92%, rgba(249, 239, 235, 1) 100%);
    padding: 10px 50px 20px;
    border-radius: 10px;
    margin: 40px 0 0 0;
}
/*  - - - タブレット用css - - -  */
@media (max-width: 780px) {
	.info-header{
height: 40vh;
	}
	
.common {
    padding: 4rem 2.5rem;
}
.common h2 {
    letter-spacing: 3px;
    font-size: 27px;
}
	
.ttl_em {
    font-size: 34px;
    letter-spacing: 6px;
    line-height: 53px;
}

.ttl_em span::before {
    top: 2px;
}

.common_h3 h3 {
    letter-spacing: 1.5px;
    font-size: 25px;
}

.common h3 span {
    font-size: 31px;
    font-weight: 600;
}

.common section {
    margin-top: 90px;
}

}

/*  - - - スマホ用css - - -  */
@media (max-width: 480px) {

.info-header {
    height: 20vh;
}

.main-header{
    font-size: 5vw;
letter-spacing: 5px;
}

.breadcrumb {
	display:none;	
	}

.common {
    padding: 3rem 1.5rem;
}

.common h2 {
    padding: 10px 0 8px 0;
    letter-spacing: 1.2px;
    font-size: 20px;
    margin-bottom: 0px;
}
	
.ttl_em {
    white-space: nowrap;
    letter-spacing: 5px;
    font-size: 23px;
    padding: 0 4px;
    line-height: 63px;
}
	
.ttl_em span::before {
    top: 9px;
    left: 42%;
    width: 3px;
    height: 3px;
}
	
/* h2横 */
.common_h2 {
    gap: 2px;
    justify-content: space-between;
}

.common_h2:before, .common_h2:after {
    width: calc(200 / 480 * 31vw);
}
/* h2横 */
	
/* h2縦 */
/* .common h2{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.common_h2:before, .common_h2:after {
    width: calc(200 / 480 * 9vw);
}
 */
/* h2縦 */

.common_h3 h3 {
    font-size: 19px;
    letter-spacing: 1px;
}

.common h3 span {
    font-size: 22px;
    font-weight: 600;
}

.common_h3 {
    margin: 0 0;
    padding: 20px 0 10px 0px;
}

.common p {
    margin: 12px 0;
    line-height: 29px;
}
	
.h3_box > p:first-of-type {
    margin: 0;
}

.common section {
    margin-top: 70px;
}

.common_sbttl {
    font-size: 16px;
    margin: 10px 0;
}
	
.line-break br{
        display: flex;
        flex-direction: column;
        align-items: center;
}

.h3_box {
    background-color: #fafafa;
    padding: 0 20px 20px;
    border-radius: 7px;
}
}

/* ---------------------------------------- 会のご案内css ---------------------------------------- */
/* ----------------------------
   事業内容
---------------------------- */
.mtc-about{
    padding: 8rem 0rem;
}
.mtc-about_box {
    display: flex;
    width: 54%;
    flex-direction: column;
    padding: 0 90px;
}

.mtc-about-h3_box {
	    background-image: url("/wp-content/uploads/2025/09/p06.jpg");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 45%;
}

.mtc-about_box h3{
	color:#2b2b2b;
	text-align:center;
}

.mtc-about_box p{
    font-size: 20px;
    line-height: 38px;
    letter-spacing: 2px;
    margin: 0 0;
    padding: 10px 0 40px 0;
}

.mtc-about_list .MT-list li::before {
    top: 0px;
}

.mtc-about_list .MT-list li::after {
    top: -4px;
}



/*  - - - タブレット用css - - -  */
@media (max-width: 780px) {
.mtc-about_box {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 0 90px 340px;
    box-sizing: border-box;
}
	
.mtc-about-h3_box {
    background-repeat: no-repeat;
background-position: center bottom;
    background-size: 65%;
}

}
/*  - - - スマホ用css - - -  */
@media (max-width: 480px) {
.mtc-about_box {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 0 40px 180px;
    box-sizing: border-box;
}

.mtc-about {
    padding: 5rem 0rem;
}
}

/* ----------------------------
   MTC会員制度
---------------------------- */
.membership_box {
    display: grid;
    grid-template-columns: 2fr 1.4fr;
    gap: 40px;
    align-items: center;
    margin-top: 40px;
}

.member_txt span {
    color: #E2967F;
    font-weight: 600;
}

.membership_fee {
    text-align: center;
    background: linear-gradient(120.83deg, rgba(243, 234, 226, 1) 0%, rgba(244, 235, 228, 1) 70.92%, rgba(249, 239, 235, 1) 100%);
    padding: 35px 20px;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
	    box-sizing: border-box;
	    margin: 17px auto;
}


.sub-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 96%;
    font-size: 25px;
    font-weight: normal;
    white-space: nowrap;
    margin: 0 auto;
    color: #63553C;
}

.sub-label:before, .sub-label:after {
    border-radius: 50px;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #63553C;
}

.sub-price {
    font-size: 25px;
    margin: 30px 0 15px;
    font-weight: 600;
}

.sub-price span {
    font-size: 50px;
    font-weight: 600;
    margin: 0 6px;
}

.membership_fee p {
    width: auto;
    text-align: left;
    margin: 0 0;
}

.member_box {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.member_box2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 60px auto;
    justify-items: center;
    gap: 20px;
    width: 85%;
}

.member_box2 section{
    margin-top: 0px;
}

.member_box2 .common_h3{
    margin-bottom: 20px;
}

.member_sbbox {
    border-radius: 10px;
    background: linear-gradient(120.83deg, rgba(243, 234, 226, 1) 0%, rgba(244, 235, 228, 1) 70.92%, rgba(249, 239, 235, 1) 100%);
    padding: 19px 40px 46px;
    box-sizing: border-box;
    width: 100%;
}

.member_sbbox .common_h3_line {
    margin-bottom: 30px;
}
.repair-list li span {
    color: #63553C;
}

.member_sbbox2 {

}

.sbbox2_img {
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 50%;
}

.sbbox2_img img {
/*     mask-image: linear-gradient(to right, black 60%, transparent 96%); */
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.point-list {
    margin: 30px auto 0;
    width: 90%;
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.point-list li {
    padding: 20px 30px;
    line-height: 37px;
    display: flex;
    flex-direction: column;
    background: #fdf3f0;
    border: 1px solid #E2967F;
    border-radius: 10px;
    justify-content: space-evenly;
    box-shadow: 0 0 4px 0 rgb(85 85 85 / 31%);
}

.point-list span {
    background: #E2967F;
    color: #fff;
    padding: 7px 10px;
    font-weight: 500;
    text-align: center;
}

.pdf-link {
    text-align: center;
}

.point-list p{
	margin:5px 10px 0;
}
/*  - - - タブレット用css - - -  */
@media (max-width: 780px) {
	
.membership_box {
    gap: 0px;
    display: flex;
    flex-direction: column;
}

.member_txt{
    width: 95%;
    margin: 0 auto;
}

.membership_fee {
    width: 80%;
}

.sub-price {
    font-size: 18px;
}

.sub-price span {
    font-size: 38px;
}

.member_box2 {
    display: flex;
    margin: 40px auto;
    justify-items: center;
    flex-direction: column;
    gap: 30px;
    width: 100%;
}

.point-list {
    width: 95%;
    margin: 0 auto;
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.point-list li {
    padding: 20px 24px;
    line-height: 39px;
}
	
.membership_fee p {
    text-align: center;
}

.point-list p {
    margin: 5px 10px 0;
    text-align: center;
}
}

/*  - - - スマホ用css - - -  */
@media (max-width: 480px) {
	.membership_box {
margin-top: 20px;		
	}

		.member_sbbox {
    padding: 19px 30px 46px;
}
	
.membership_fee {
    width: 90%;
}

.membership_fee div {
    font-size: 20px;
    margin: 10px 0 15px;
}

.membership_fee {
    width: 100%;
    padding: 20px 20px;
}

.membership_fee p {
    text-align: left;
    width: 95%;
    margin: 0 auto;
}

.member_box {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    flex-direction: column-reverse;
}

.point-list li {
    padding: 15px 15px;
    line-height: 39px;
    display: flex;
    flex-direction: column;
}

.point-list p {
    text-align: left;
}

.member_sbbox2 {

}

.sbbox2_img {
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 170px;
}

.sbbox2_img img {
    mask-image: none;
}
	
}
/* ---------------------------------------- 医院案内css ---------------------------------------- */
/* ----------------------------
   治療方針
---------------------------- */
.imgl-txtr {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 20px;
    padding-top: 40px;
}

.imgl-img{
position: relative; width: 100%;
}

.imgl-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.imgl-txtr .h3_box{
	margin:0 0;
}

.policy_box1 {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 3fr;
    width: 100%;
    align-items: start;
}

.policy_img {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
}

.policy-table {
    text-align: center;
    width: 100%;
border-collapse: collapse;
	border-spacing: 0; 
}

.bg_gr{
background: linear-gradient(90deg, rgba(180, 180, 178, 1) 0%, rgba(104, 104, 104, 1) 100%);
	color:#fff;
}

.policy-table th, td {
    padding: 10px;
}

.item_name {
    background-color: #f3eeee;
    border-bottom: 1px solid #ffffff;
    padding: 12px 0;
}

.item_name_mt>td:first-of-type {
    background-color: #E2967F;
    color: #fff;
    border-radius: 5px 0 0 5px;
    font-size: 20px;
}

.item_name_mt>td:last-of-type {
    border-radius: 0 5px 5px 0;
}

.item_name_mt {
    background-color: #fdefe9;
    color:  #ad461f;
    font-weight: 600;
    border-bottom:none;
}

.item_name_mt td {
    padding: 20px 0px;
    font-size: 22px;
}

.policy-table td:nth-child(n+2):nth-child(-n+7) {
    border-bottom: 1px solid #f3eeee;
    padding: 11px 0;
}

.policy-table tr:last-child td:nth-child(n+2):nth-child(-n+7),
.policy-table tr:nth-last-child(2) td:nth-child(n+2):nth-child(-n+7) {
    border-bottom: none;
}


.policy_box2 {
    display: flex;
    gap: 20px;
    padding: 10px 0;
    height: 680px;
}

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

.policy_box3 {
    display: flex;
    gap:70px;
    margin: 0 0;
	padding-bottom:70px;
}

.policy_box3_img {
    width: 100%;
    overflow: hidden;
}

.policy_box3_img img {
    width: auto;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.policy_box3_txt{
	height:100%;
}

.policy_box4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
    margin: 0 0;
}

.policy_box4_txt {
    width: 100%;
}

.policy_box4_img {
    width: 70%;
    height: auto;
    object-fit: contain;
    object-position: center;
}

.policy_box4_img img {
    width: 100%; 
    height: 100%;
    object-fit: cover; 
	    object-fit: contain;
}
/*  - - - タブレット用css - - -  */
@media (max-width: 780px) {
.policy_box1 {
    display: flex;
    flex-direction: column;
	align-items: center;
}
.policy_box2 {
    display: flex;
    gap: 20px;
    padding: 10px 0;
    height: auto;
    flex-direction: column;
}
.policy_box3 {
    display: flex;
    gap: 0px;
    margin: 0 0;
    padding-top: 20px;
    padding-bottom: 70px;
    flex-direction: column;
}

.policy_box3_img, .policy_box4_img  {
    width: 70%;
    overflow: hidden;
    margin: 0 auto;
}

.policy_box3_img img , .policy_box4_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
	
.policy_box4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
    margin: 0 0;
    flex-direction: column-reverse;
}	
}

/*  - - - スマホ用css - - -  */
@media (max-width: 480px) {
.imgl-txtr {
    display: flex;
    gap: 20px;
    padding-top: 40px;
    flex-direction: column;
}
	
.policy_box1 {
    display: flex;
    flex-direction: column;
	align-items: center;
}
	
.policy_img {
    display: flex;
    gap: 5px;
    flex-direction: column;
    width: 340px;
}

.policy_img img {
    width: 100%;
    height: auto;
    object-fit: cover; /* 必要に応じて使用 */
}

.policy_txt section{
	margin:0 0 0 0 ;	
	}
	
.policy-table{
	font-size:14px;
	}

.policy-table td:nth-child(n+2):nth-child(-n+7) {
    border-bottom: 1px solid #f3eeee;
    padding: 7px 6px;
}

.bg_gr {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 20px;
    background: linear-gradient(90deg, rgb(221 221 220) 0%, rgba(104, 104, 104, 1) 100%);
}
	
.item_name {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 20px;
    width: 33%;
padding: 10px 0;
}

.item_name_mt>td:first-of-type {
    font-size: 15px;
    letter-spacing: 0.5px;
}

.item_name_mt td {
    font-size: 20px;
}

.policy_box2 {
    display: flex;
    gap: 10px;
    padding: 10px 0;
    height: auto;
    flex-direction: column;
}
	
.policy_box3 {
    display: flex;
    gap: 0px;
    margin: 0 0;
    padding-top: 20px;
    padding-bottom: 70px;
    flex-direction: column;
}

.policy_box3_img img , .policy_box4_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.policy_box4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
    margin: 0 0;
    flex-direction: column-reverse;
}

.policy_box4_img {
    width: 100%;
}
}

/* ----------------------------
   スタッフ紹介
---------------------------- */
.staff_box1 {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
    gap: 80px;
}

.staff_box2 {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    align-items: center;
    gap: 80px;
    padding-top: 100px;
}

.staff_box1 p{
	margin:20px 0;
    line-height: 40px;
}

.staff_box2 p{
	margin:20px 0;
    line-height: 40px;
}

.staff_img{
    height: 100%;
}

.staff_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pres-img {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 20px;
}

.pres-img img {
    width: 100%;
    height: 490px;
    object-fit: cover;
    display: block;
}

.staff_name {
    padding: 10px 0 15px 0;
    letter-spacing: 5px;
    font-size: 32px;
    text-align: left;
    width: 90%;
    margin: 0 auto;
}

.staff_name .supp {
    letter-spacing: 3px;
    font-size: 21px;
    color: #9d9d9d;
    margin-left: 7px;
}

.staff_bio {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding-top: 30px;
    width: 90%;
    margin: 0 auto;
}

.staff_bio section{
    margin-top: 0px;
}

.bio-box{
background-color: #fafafa;
    padding: 30px;
    border-radius: 10px;
}

.career-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 14px 10px 0 10px;
}

.career-list div{
	margin:0 0;
}

.profile-title {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 15px;
    margin: 0px 10px 20px 10px;
}

.profile-title div{
	margin:0 0;
}

.bio-box_ttl {
    font-size: 28px;
    margin: 0 0;
    font-weight: 400;
}

.bio-box_sbttl {
    font-size: 14px;
    color: #9d9d9d;
    line-height: normal;
    letter-spacing: 2px;
}

.career-item {
    display: grid;
    grid-template-columns: 0.6fr 2.4fr;
/*     justify-items: start; */
    align-items: start;
    gap: 15px;
}

.career-item .supp{
    font-size: 16px;
}

.career-item dt {
    font-weight: 600;
    white-space: nowrap;
    color: #E2967F;
    font-size: 16px;
	text-align:right;
}

.career-item dd {
    margin: 0;
    line-height: normal;
}
.qualifications {
    list-style-type: none;
    padding: 0;
    margin: 14px 10px 0 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.qualifications li{
	margin::10px 0;
}


/*  - - - タブレット用css - - -  */
@media (max-width: 780px) {
.staff_box1 {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.staff_img {
    height: 410px;
    width: 100%;
}

.staff_box2 {
    display: flex;
    gap: 10px;
    flex-direction: column-reverse;
    padding-top: 50px;
}

.staff_box1 p{
	margin:12px 0;
    line-height: 29px;
}

.staff_box2 p{
	margin:12px 0;
    line-height: 29px;
}

.pres-img {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 13px;
}

.pres-img img {
    width: 100%;
        height: 400px;
    object-fit: cover;
    display: block;
}

.staff_name {
    font-size: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0;
}

.staff_name .supp {
    font-size: 14px;
    margin-left: 0px;
}

.bio-box {
    padding: 20px 15px;
}

.profile-title {
    gap: 8px;
    margin: 0px 0px 15px 0px;
	}

.bio-box_ttl {
    font-size: 19px;
    margin: 0 0;
}

.staff_bio {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
}

.career-list {
    gap: 20px;
    margin: 20px 0px 0 0px;
}

.career-item {
    grid-template-columns: 1fr 2.8fr;
    gap: 8px;
    align-items: start;
}

.career-item dt {
    font-size: 14px;
}

.career-item .supp {
    font-size: 14px;
}

.qualifications {
    margin: 20px 10px 0 10px;
    gap: 20px;
}

.qualifications li {
    letter-spacing: 2px;
}
}

/*  - - - スマホ用css - - -  */
@media (max-width: 480px) {
.staff_box1 {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.staff_img {
    height: 200px;
}

.staff_box2 {
    display: flex;
    gap: 10px;
    flex-direction: column-reverse;
    padding-top: 30px;
}

.staff_box1 p{
	margin:12px 0;
    line-height: 29px;
}

.staff_box2 p{
	margin:12px 0;
    line-height: 29px;
}

.pres-img {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 13px;
}

.pres-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.staff_name {
    font-size: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0;
}

.staff_name .supp {
    font-size: 14px;
    margin-left: 0px;
}

.bio-box {
    padding: 20px 15px;
}

.profile-title {
    gap: 8px;
    margin: 0px 0px 15px 0px;
	}

.bio-box_ttl {
    font-size: 19px;
    margin: 0 0;
}

.staff_bio {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
}

.career-list {
    gap: 15px;
    margin: 14px 0px 0 0px;
}

.career-item {
    grid-template-columns: 1fr 2.8fr;
    gap: 8px;
    align-items: start;
}

.career-item dt {
    font-size: 14px;
}

.career-item .supp {
    font-size: 14px;
}

.qualifications li {
    letter-spacing: 2px;
}
}

/* ----------------------------
   施設紹介
---------------------------- */
.facility_box1{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.facility_img {
    height: 70%;
    margin-bottom: 30px;
}

.facility_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}

.facility_box3 {
    width: 50%;
    margin: 0 auto;
}

.facility_box3 .facility_img {
    height: 480px;
    margin-bottom: 30px;
}


/*  - - - タブレット用css - - -  */
@media (max-width: 780px) {

.facility_box3 .facility_img {
    width: 90%;
    height: 360px;
    margin: 0 auto;
}

}
/*  - - - スマホ用css - - -  */
@media (max-width: 480px) {
	
.facility_box1 {
    display: flex;
    justify-items: center;
    margin: 10px auto 0 auto;
    gap: 40px;
    flex-direction: column;
}

.facility_box2 .common_sbttl {
    margin: 13px 0;
    font-size: 19px;
}

.facility_box2 p{
		margin:0 0 12px 0;
	}

.facility_box3 {
    margin: 23px 0 0 0;
    width: 100%;
}

.facility_img {
    margin-bottom: 20px;
}


.facility_box3 .facility_img {
    width: 100%;
    height: 240px;
    margin-bottom: 20px;
}

.facility_box3 .common_sbttl {
    margin: 13px 0;
    font-size: 19px;
}

.facility_box3 p{
		margin:0 0 12px 0;
	}
}


/* ----------------------------
   診療スケジュール
---------------------------- */
.flow_item_block {
    margin: 0px auto;
    padding: 30px 0;
    width: 85%;
}

.flow_ttl_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 0 0 30px 0;
}

.ttl_sbbox {
    display: flex;
    align-items: center;
    gap: 4px;
}

.flow_ttl {
    letter-spacing: 5px;
    font-size: 32px;
    text-wrap-mode: nowrap;
    font-weight: 600;
}

.flow_sbttl {
    color: #fff;
    background-color: #2b2b2b;
    text-wrap-mode: nowrap;
    padding: 4px 18px;
    border-radius: 50px;
    font-size: 16px;
    top: 2px;
    position: relative;
}

.flow_line {
    width: 100%;
    height: 1.5px;
    background: #2b2b2b;
    margin: 0 0;
}

.flow_process {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin: 40px 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #e1dfdf;
}

.process_one,.flow_process:last-of-type{
	border:none;
}

.flow_nu {
    background: #E2967F;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    text-shadow: 0px 0px 3.5px rgb(0 0 0 / 32%);
}

.process_sbttl{
    color: #fff;
    background-color: #E2967F;
    padding: 4px 18px;
    border-radius: 50px;
    font-size: 16px;
    display: inline;
}

.tech_box {
    margin: 13px 0 0 30px;
}

.tech_box2 {
    margin: 13px 0 0 30px;
}

.tech {
    background-color: #63553C;
}

.process-ttl-txt {
    display: flex;
    align-items: center;
    gap: 10px;
}

.process-ttl-txt2{
	
}

.process_ttl{
    letter-spacing: 5px;
    font-size: 29px;
    text-wrap-mode: nowrap;
    font-weight: 600;
}

.flow_process2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 80%;
    margin: 0 auto 80px auto;
    gap: 30px;
}

.flow-summary {
    background: #fafafa;
    padding: 20px 30px;
    border-radius: 10px;
}

.flow-summary-ttl{
    text-align: center;
    font-size: 25px;
}

.flow-summary .line {
    margin: 16px 0;
}

.flow-summary-txt{
    width: 90%;
    margin: 0 auto;
}



.common_btn {
    margin: 25px auto;
    display: flex;
}

.common_btn a {
    margin: 0 auto;
    width: 60%;
}

/*  - - - タブレット用css - - -  */
@media (max-width: 780px) {
.process-ttl-txt {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex-direction: column;
}
.flow_process2 {
    display: flex;
    width: 100%;
    margin: 0 auto 80px auto;
    gap: 10px;
    flex-direction: column;
}

.tech_box {
    margin: 13px 0 0 10px;
    background: #fafafa;
    padding: 15px 20px;
    border-radius: 10px;
}

	.process_ttl {
    letter-spacing: 5px;
    font-size: 29px;
    text-wrap-mode: wrap;
    font-weight: 600;
}
}
/*  - - - スマホ用css - - -  */
@media (max-width: 480px) {
.flow_item_block {
    width: 95%;
}

.flow_nu {
    width: 45px;
    height: 45px;
    font-size: 16px;
	}
	
.flow_ttl_box {
    gap: 5px;
    margin: 0 0 15px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flow_ttl {
    letter-spacing: 2px;
    font-size: 23px;
}

.ttl_sbbox {
    display: flex;
    gap: 4px;
    flex-direction: column;
    align-items: center;
}

.process_ttl {
    font-size: 20px;
}

.flow_process {
    display: grid;
    grid-template-columns: 1fr 6fr;
    gap: 10px;
}

.tech_box {
    margin: 0px 0 0 0px;
    border-radius: 5px;
}

.process_one, .flow_process:last-of-type {
    border: none;
    margin: 40px 0 0px 0;
    padding-bottom: 0px;
}

.flow_process2 {
    margin: 30px auto 0px auto;
}


.common_btn a {
    margin: 0 auto;
    width: 80%;
}
}

/* ----------------------------
   入れ歯治療
---------------------------- */
.features-box{
	text-align:center;
	margin:0 auto;
}

.denture-features section {
    margin-top: 20px;
}

.features-box h3{
font-size: 25px;
}

.features-box2 h3{
font-size: 25px;
	text-align:left;
}

.features-box3 h3{
	padding: 50px 0 10px 0px;
}

.features-nuttl {
    display: flex;
    align-items: center;
    margin: 30px auto 15px;
    gap: 10px;
}

.features-nuttl .common_h3{
    padding: 0 0;
}

.features-box-img {
    margin: 60px auto 0;
    width: 80%;
}

.features-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.maintenance_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
    gap: 40px;
    width: 90%;
}

.maintenance_sbbox .line {
    margin: 10px auto 20px;
    width: 45%;
}

.maintenance_ttl {
    text-align: center;
    font-size: 22px;
    margin: 0 0;
    font-weight: 500;
}

.maintenance_img {
    text-align: center;
    margin-bottom: 20px;
}

.maintenance_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
	    border-radius: 10px;
}

.features_hr {
    margin: 5em 0 0 0;
}
.telephone_box {
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

.telephone_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pamphlet-box ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.pamphlet-box li {
    width: 100%;
}

.pamphlet-box a {
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    text-align: left;
    display: flex;
    align-items: center;
}
/*  - - - タブレット用css - - -  */
@media (max-width: 780px) {
.pamphlet-box ul {
    grid-template-columns: repeat(2, 1fr);
}
}
/*  - - - スマホ用css - - -  */
@media (max-width: 480px) {
.features-box h3 {
    font-size: 18px;
}
	
.features-box p {
        margin:0 0 12px 0;
}

.features-nuttl {
    display: grid;
    grid-template-columns: 1fr 6fr;
    margin: 30px auto 15px;
    gap: 10px;
}

.features-box2 h3 {
    font-size: 19px;
}

.features-box-img {
    margin: 30px auto 0;
    width: 100%;
}

.maintenance_box {
    display: flex;
    margin: 0 auto;
    gap: 30px;
    width: 90%;
    flex-direction: column;
    align-items: center;
}

.features_hr {
    margin: 2em 0 0 0;
}

.features-box3 h3 {
    padding: 0px 0 10px 0px;
}

	.features-box3{
        margin-top: 40px !important;
	}

.maintenance_sbbox .line {
    margin: 10px auto 20px;
    width: 100%;
}

.telephone_box {
    width: 100%;
}

.pamphlet-box ul {
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: stretch;
}

.pamphlet-box{
    margin: 30px 0;

}



}
/* ----------------------------
   料金表
---------------------------- */
.case-table {
    width: 100%;
    table-layout: auto;
    margin: 40px auto 0 auto;
    font-size: 19px;
    border-collapse: collapse;
}

table td, table th {
  text-align: center; /* 横方向中央揃え */
  vertical-align: middle; /* 縦方向中央揃え */
  padding: 10px; /* セルの余白を調整（必要に応じて） */
  border: 1px solid #ddd; /* セルの枠線を設定（必要に応じて） */
}

.cost_box .common_h3 {
    margin-bottom: 20px;
}

.cost_box_txt {
    width: 90%;
    margin: 30px auto;
}

.cost_box_txt_top{
	width:90%;
	margin: 0 auto;
}

.cost_box2 {
    margin: 70px 0 0;
    text-align: center;
}

.case-table tr {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
}

.case-table th {
    background: linear-gradient(143deg, rgb(163 163 163) 0%, rgba(104, 104, 104, 1) 100%);
    font-weight: normal;
    color: white;
    text-align: center;
    font-weight: 600;
}

.case-table th, .case-table td {
    padding: 12px;
    border: 1px solid #ddd;
}

.case-table td {
    background-color: #fff;
    font-weight: 600;
}

.case-table2{
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 1.5px;
    margin: 3px 0;
    color: #2b2b2b;
}

.case-table2 tr td:first-of-type {
    width: 45%;
}

.case-table2 tr td:nth-of-type(2) {
    width: 30%;
}

.tooth-decay tr td:first-of-type {
    width: 20%;
}

.case-table2 th, .case-table2 td {
    padding: 12px;
    border: 1px solid #ddd;
}

.cost-top-head {
    background: linear-gradient(143deg, rgb(163 163 163) 0%, rgba(104, 104, 104, 1) 100%);
    color: white;
    text-align: center;
    font-weight: 600;
}

.cost-head{
    background: linear-gradient(143deg, rgb(163 163 163) 0%, rgba(104, 104, 104, 1) 100%);
    color: white;
    text-align: center;
    font-weight: 600;
}

.case-table2 td span {
    font-weight: 600;
    color: #d75933;
}



/*  - - - タブレット用css - - -  */
@media (max-width: 780px) {
.case-table {
    width: 90%;
}
.case-table tr {
    display: flex;
    flex-direction: column;
    text-align: center;
}

}
/*  - - - スマホ用css - - -  */
@media (max-width: 480px) {

.case-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    margin: 20px auto 0 auto;
    font-size: 16px;
}

.case-table tr {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.case-table th {
    padding: 8px;
}

.case-table td {
    padding: 13px 0;
}

.case-table2 {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.5px;
    margin: 3px 0;
    color: #2b2b2b;
}

.case-table2 tr td:first-of-type {
    width: 30%;
}
}

/* ----------------------------
   よくある質問
---------------------------- */
.qa-box {
    margin: 70px auto;
    width: 80%;
}

.qa-box details{
margin: 0 auto 30px;
}

.qa-block {
  background: 
    linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)),
    url(/wp-content/uploads/2025/09/26411268-scaled.jpg) center / cover no-repeat;
}

/*  - - - スマホ用css - - -  */
@media (max-width: 480px) {
.qa-box {
    margin: 40px 0;
	    width: 100%;
}
.qa-box details {
    margin: 0 auto 15px;
}
}


/* ----------------------------
    MTコネクター
---------------------------- */

/* ----------------------------------------------
--------新時代の入れ歯「ＭＴ-CONNECTOR®」とは------ */
.MT_box1 {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    justify-content: center;
    align-items: center;
    gap: 80px;
}

.MT-span {
    color: #E2967F;
    font-size: 25px;
}
        .video-wrap {
          max-width: 900px;
          margin: 0 auto;
          padding-top: 50px;
        }

        .video-wrap video {
          width: 100%;
          height: auto;
          aspect-ratio: 16 / 9;
          display: block;
        }
/* ------------------------------------------
----------こんな悩みのあるかたに最適です------- */
.MT-flex {
    max-width: 1300px;
    height: auto;
    margin: 80px auto 0 auto !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 60px 0px;
}

.MT-flex section {
    margin-top: 0px;
}

.worries01 {
    width: 45%;
    height: 660px;
    background: rgba(255, 255, 255, .8);
    /* margin: 47px 34px 0 50px; */
    margin: 0 auto;
    box-shadow: 0px 0px 15px -5px #777777;
    text-align: center;
    /* 中央寄せ */
    display: flex;
    flex-direction: column;
    /* 要素を縦に並べる */
    justify-content: center;
    /* 垂直方向中央 */
    align-items: center;
    /* 水平方向中央 */
}

.worries01 h3 {
    text-align: center;
    margin-top: 30px;
    /* font-size: 27px; */
    color: #E2967F;
    font-weight: 600;
}

.worries-img {
    width: 85%;
    margin: 0 auto;
}

.worries-img img {
    width: 90%;
    margin: 15px auto;
}

.worries-img p {
    text-align: left;
}

.red-text {
      color: #d75933;  
}
/* ----------------------------------------------
--------従来、日本で受けられた代表的な「欠損歯治療」と、
ＭＴコネクターを比較してみましょう------ */
.width1200 {
    max-width: 1200px;
    margin: 0 auto !important;
}

.width30 {
    width: 30%;
}

.width70 {
    width: 65%;
}

/* ----------------------------------------------
-------全てのマイナスポイントを払拭する究極の快適義歯＝ＭＴコネクター。------ */
.img-center {
    width: 500px;
    height: auto;
    padding: 10px 0;
    text-align: center;
    margin: 0 auto !important;
}

.img-center img {
    width: 100%;
}

/* ----------------------------------------------
---------ＭＴコネクターの特性の秘密------ */
.MTC_box3 {
    max-width: 1300px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.width20 {
    width: 15%;
}

.width20 img {
    object-fit: cover;
    width: 100%;
}

.width60 {
    width: 60%;
}

/* ----------------------------------------------
---------ＭＴコネクター例------ */
.contain img {
    object-fit: contain;
    margin: 30px 0 80px;
}

.margin-top70 {
    margin-top: 70px;
}

.mtc_ex .line {
    width: 75%;
    margin: 5px 0;
}

.mtc_ex_sb span{
    font-size: 23px;
    font-weight: 600;
}

.mtc_ex p{
    margin-bottom: 15px;
}

.mtc_ex_link {
    text-align: center;
    margin: 0 auto;
}

.mtc_ex_link a {
    width: 50%;
}


@media (max-width: 780px) {

    /* ----------------------------------------------
--------新時代の入れ歯「ＭＴ-CONNECTOR®」とは------ */
    .MT_box1 {
        max-width: 100%;
        display: block;
    }

    .MT_txt {
        width: 100%;
        margin: 20px auto 0 auto;
        display: inline-flex;
        justify-content: center;
    }

    .MT_img {
        width: 70%;
        height: 300px;
        margin: 0 auto;
    }

    .MT_img img {
        object-fit: cover;
    }

	          .video-wrap {
          padding-top: 5px;
        }
    /* ------------------------------------------
----------こんな悩みのあるかたに最適です------- */
    .MT-flex {
        max-width: 100%;
    }

    .worries01 {
        width: 100%;
        height: 660px;
    }

    /* ----------------------------------------------
--------従来、日本で受けられた代表的な「欠損歯治療」と、
ＭＴコネクターを比較してみましょう------ */
    .width1200 {
        max-width: 100%;
    }

    .width30 {
        width: 100%;
    }

    .width70 {
        width: 100%;
    }

    /* ----------------------------------------------
-------全てのマイナスポイントを払拭する究極の快適義歯＝ＭＴコネクター。------ */
    .img-center {
        width: 100%;
    }

    .mobile70 {
        width: 70%;
    }

    /* ----------------------------------------------
---------ＭＴコネクターの特性の秘密------ */
  .MTC_box3 {
    flex-wrap: wrap;                 /* 折り返し */
    justify-content: space-between;  /* 画像2枚の間を詰める */
    align-items: flex-start;
    gap: 16px;
  }

  /* 画像ボックス2つを横並び（50%ずつ） */
  .MTC_box3 .policy_box3_img { 
    flex: 0 0 calc(50% - 8px);
  }

  /* テキストは下段で全幅 */
  .MTC_box3 .policy_box3_txt {
    flex: 0 0 100%;
  }

  /* 画像をボックス幅にフィット */
  .MTC_box3 img {
    width: 100%;
    height: auto;
    display: block;
  }

/* ----------------------------------------------
---------ＭＴコネクター例------ */
.margin-top70 {
    margin-top: 30px;
}

.mtc_ex .line {
    width: 95%;
    margin: 0 0;
}

.mtc_ex_sb{
	text-align:center;
}

.mtc_ex_sb span {
    font-size: 19px;
}

.contain img {
    object-fit: contain;
    margin: 0px 0 35px;
}

.mtc_ex_link a {
    width: 70%;
}

}

@media (max-width: 480px) {

    /* ----------------------------------------------
--------新時代の入れ歯「ＭＴ-CONNECTOR®」とは------ */
    .MT_img {
        width: 100%;
    }

    .MT_img02 {
        height: auto;
    }

    /* ------------------------------------------
----------こんな悩みのあるかたに最適です------- */
    .MT-flex {
        margin: 50px auto 0 auto !important;
    }

    .worries01 h3 {
        margin-top: 30px;
    }
}

.blue-text {
    /* color: #d75933; */
    line-height: 1.7;
    font-size: 20px;
    font-weight: 600;
}


/* PCでは表示しない（改行しない） */
.sp-br {
    display: none;
}

/* モバイルだけ改行させる */
@media (max-width: 768px) {
    .sp-br {
        display: block;
    }
}

/* ----------------------------
   症例紹介
---------------------------- */
/* ===== ページ内リンクボタンブロック ===== */
.jump-buttons {
    margin-bottom: 90px;
    text-align: center;
}

.jump-buttons__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* ===== 症例 ===== */
.case_block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    justify-items: center;
    text-align: center;
    margin: 35px 0px;
}

.card_item_img img {
    width: 350px;
    height: auto;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}

.card_item_ttl{
    margin-top: 15px;
}

.card_item_link {
    background: #E2967F;
    padding: 10px 0;
    margin: 20px auto 0;
    width: 60%;
}

.card_item_link a{
	color:#fff;
}

.case_more_link {
    text-align: center;
    margin-top: 60px;
}

.case_none_txt{
	text-align:center;
}


@media (max-width: 780px) {
.jump-buttons__list {
    gap: 20px;
}

.case_block {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    align-items: stretch;
}

.card_item_img img {
    width: 320px;
}

.card_item_ttl {
    margin-top: 15px;
    height: 48px;
}
}

@media (max-width: 480px) {

.jump-buttons__list {
    flex-direction: column;
    align-items: center;
}

.jump-buttons__list li {
    width: 70%;
    margin: 0 auto;
}
	
.jump-buttons__list a {
    width: 76%;
    margin: 0 auto;
}

.case_block {
    display: flex;
    gap: 50px;
    justify-items: center;
    text-align: center;
    margin: 20px auto;
    flex-direction: column;
    width: 95%;
}

.card_item_img img {
    width: 100%;
}

}

/* ----------------------------
   お問い合わせ
---------------------------- */
.inquiry_box{
    padding: 8rem 7rem;
}

.inquiry_box h2 {
    padding-bottom: 40px;
}

.inquiry_notes {
    padding-bottom: 30px;
    font-size: 16px;
}

.inquiry_txt{
	text-align:center;
}

.inquiry_box .wpcf7 {
    width: 95%;
    margin: 15px auto 2.5em auto !important;
    padding: 20px 10px;
    border: none;
    background: #fafafa;
    border-radius: 10px;
    color: #2b2b2b;
}

.contact-form tr {
    display: grid;
    grid-template-columns: 1fr 4fr;
    gap: 40px;
    align-items: start;
    border-bottom: 1px solid;
    border-color: #e7e7e7;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.contact-form td {
    text-align: right;
}

.wpcf7 p {
    font-size: 19px;
    margin: 0 0 !important;
}

.form-label {
    padding-top: 6px;
    margin: 0 0;
}

.form-ttl {
    font-size: 18px;
    font-weight: 700;
}

.form-reqd {
    font-size: 15px;
    background: #db8d75;
    margin: 0 8px;
    padding: 1px 11px;
    color: #fff;
    border-radius: 50px;
}

.phone-row{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 17px;
}

.address-txt{
    text-align: left;
}

.address-group {
    margin: 25px 0 0 0;
    text-align: left;
}

.address-group button {
    font-family: 'Noto Serif JP', serif;
    border: 1px solid #2b2b2b91;
    background: rgb(255 255 255);
    margin: 5px 0 0 0;
    padding: 10px 24px;
    font-size: 19px;
box-shadow: 0 0 3px 0 rgb(63 63 63 / 24%);
}

.address-ttl {
    margin: 20px 0 8px 0;
}

.address-ttl label {
    font-size: 18px;
    font-weight: 600;
}

.wpcf7-form-control-wrap span {
    text-align: left;
}

.wpcf7-list-item label {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    padding-bottom: 17px;
}

.wpcf7-list-item-label {
    font-size: 18px !important;
}
.form-check span {
    text-align: center;
}

.inquiry_phone {
    text-align: center;
    margin: 0 0;
    padding-top: 60px;
}

.inquiry_phone p{
    padding-bottom:20px;
}

.inquiry_phone_img img {
    width: 40%;
}

/*  - - - タブレット用css - - -  */
@media (max-width: 780px) {
.inquiry_box{
        padding: 4rem 2.5rem;
    }
.inquiry_txt {
    text-align: left;
}

.contact-form tr {
    grid-template-columns: 1.5fr 4fr;
    gap: 20px;
    align-items: center;
}

.contact-form-ttl span {
    display: flex;
    flex-direction: column;
    align-items: center;
    white-space: nowrap;
}

.form-label {
    padding-top: 0px;
    margin: 0 0;
}
	
.form-check span {
    text-align: left;
}

.inquiry_phone_img img {
    width: 50%;
}
}

/*  - - - スマホ用css - - -  */
@media (max-width: 480px) {
.wpcf7 form {
    margin: 0px 15px !important;
}

.inquiry_box {
    padding: 3rem 1.5rem;
}

.inquiry_box h2 {
    padding-bottom: 20px;
    white-space: nowrap;
}

.form-reqd {
    font-size: 14px;
    padding: 0.5px 11px;
}

.inquiry_txt {
    text-align: left;
    width: 97%;
    margin: 0 auto;
}

.inquiry_notes {
    padding-bottom: 30px;
    font-size: 15px;
    margin: 10px 0 0 0;
}

.contact-form tr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.contact-form tr {
    margin-bottom: 25px;
    padding-bottom: 25px;
    gap: 11px;
    width: 100%;
}

.contact-form td {
    width: 100%;
}

.contact-form-ttl p {
    display: flex;
}

.phone-row {
    gap: 4px;
}

.address-txt {
    font-size: 15px;
    line-height: normal;
}

.address-ttl {
    margin: 25px 0 8px 0;
}
	
.address-group button {
    margin: 10px auto 0 auto;
    text-align: center;
    display: block;
    width: 100%;
}

.wpcf7-list-item {
    margin: 0 0 !important;
}

.wpcf7-list-item label {
    gap: 2px;
    padding-bottom: 18px;
}

.wpcf7-list-item-label {
    font-size: 16px !important;
}

.inquiry_phone {
    padding-top: 10px;
}

.inquiry_phone p {
    text-align: left;
}

.inquiry_phone_img img {
    width: 70%;
}
}

/* ----------------------------
   サンクスページ
---------------------------- */
.thanks_box {
    padding: 3rem 11rem;
}

.thanks_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    padding-top: 45px;
}
/*  - - - タブレット用css - - -  */
@media (max-width: 780px) {
.thanks_box {
    padding: 3rem 5rem;
}

.thanks_box p{
margin: 11px 0;
}

.thanks_btn {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 20px;
    padding-top: 38px;
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
}
	.toc-chapter-title .line-break{
		display:none;
	}
}
	
/*  - - - スマホ用css - - -  */
@media (max-width: 480px) {
.thanks_box {
    padding: 1rem 2.5rem 2rem;
}

.thanks_btn {
    gap: 20px;
    padding-top: 20px;
    width: 100%;
}		
}

/* ----------------------------
   書籍紹介
---------------------------- */
.book-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.books-contents {
    display: grid;
    row-gap: 130px;
    column-gap: 80px;
    margin: 0 auto;
    width: 100%;
    grid-template-columns: 1fr 1fr;
}

.book-cover {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    border: 1px solid #00000014;
    box-shadow: 0px 0px 5px 2px rgb(85 85 85 / 7%);
    gap: 13px;
    height: 400px;
    width: auto;
}

.no-toc {
    display: block;
}

.books-img {
    display: inline-block;
    width: auto;
}

.books-img img {
    display: block;
    width: fit-content;
    height: 400px;
}

/* 目次デザインここから */
.toc-box {
    text-align: center;
    padding: 20px 20px 20px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.toc-box2 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.toc-title {
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    font-weight: 600;
    color: #63553C;
}

.toc-box .common_h3_line {
    width: 100%;
    margin: 0 auto;
}

.toc-list {
    text-align: left;
    font-size: 16px;
}

.toc-list ul {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.toc-list li {
    display: flex;
    gap: 15px;
    margin: 0 0;
    align-items: center;
}

.toc-nu {
    position: relative;
    line-height: 33px;
    text-align: center;
    white-space: nowrap;
    font-size: 15px;
}

.toc-nu::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 94%;
    width: 1px;
    background-color: #2b2b2b;
    margin: 0 10px;
}

.toc-chapter-title {
    line-height: 21px;
    letter-spacing: normal;
}
/* 目次デザインここまで */
.book-details{
	text-align: center;
}

.book-ttl h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0;
    padding: 0 0;
    letter-spacing: 1.5px;
}

.book-block .line {
    margin: 20px 0;
}

.release-date{
    font-size: 16px;
    color: #636363;
}

.book-block .btn-frame {
    margin-top: 30px;
}

/*  - - - タブレット用css - - -  */
@media (max-width: 780px) {
.books-contents {
    flex-direction: column;
    display: flex;
    row-gap: 100px;
}
	
.book-cover {
        height: 420px;
}
.toc-list {
    margin-top: 5px;
}
.toc-list ul {
    gap: 10px;
}
.books-img img {
        height: 420px;
}
}
	
/*  - - - スマホ用css - - -  */
@media (max-width: 480px) {
.book-ttl h2 {
    font-size: 19px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 1.8px;
}
.release-date {
    font-size: 15px;
    margin-top: 0px;
}
.book-cover {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    height: auto;
}
	
.no-toc {
    padding: 20px 5px;
    width: 60%;
}
		
.no-toc .books-img img {
    margin: 0 0;
    width: 100%;
}
	
.books-img img {
    width: 60%;
    margin: 0 auto;
    height: auto;
}
.toc-box {
    padding: 10px 20px 20px;
}
.toc-list ul {
    gap: 15px;
}
.toc-box2 {
    gap: 10px;
}
.toc-nu {
    line-height: 43px;
}
.toc-list {
    margin-top: 10px;
}
}
