/* // =======================================
// COMMONっぽいcss
// ======================================= */

/* 
html, body {
  overflow-x: clip;
}

h1{
    font-family: "shippori-mincho", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5em;
    padding-top: 5px;
}
h1 a{
    font-size: 30px;
    font-family: "shippori-mincho", sans-serif;
    font-weight: 400;
}

 span.pink{
  color:#da6b7d;
}

span.purple{
    color: #917dc3;
}

.catch-box{
    position: absolute;
    display: flex;
    flex-direction: row-reverse;
    align-items: start;
}

.catch{
    background: #fff;
    color: #4a413e;
}

img{
  vertical-align:top;
}

#top section{
  position: relative;
  padding-top: 70px;
}

section.bg-cream{
  background: #fcfaf1;
}

section.bg-white{
  background: #fff;
}

.c-inner{
    width: 100%;
    max-width: 1560px;
    margin: auto;
    padding: 0 20px;
}

.vertical-text {
  writing-mode: vertical-rl;
}
 */
/* // =======================================
// 下層ページcss
// ======================================= */

/* // =======================================
// subページmv+leadセクション
// ======================================= */
main.sub-page{
    background: #f6f6fa;
    color: #333333;
	    padding-bottom: 150px;
}
strong{
    font-weight: 600;
    font-size: 130%;
    color: #ce5668;
}
.pb80{
padding-bottom:80px;	
}
.pb40{
padding-bottom:40px;	
}

.sub-mv{
    position:relative;
    background-image:url(../img/sub/sub-mv-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
	background-size:cover;
    width:100%;
    height:270px;
    margin-top: 100px;
}

.bg-purple{
    background: #f6f6fa;
}

h2.sub-ttl{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    font-weight: bold;
    white-space: nowrap;
color: #fff;	
}

.sub-lead{
    background: #263166;
    padding: 0 20px;
}

.sub-lead-inner{
    max-width: 1500px;
    margin: auto;
    padding:60px 15px;
}

.lead-card{
    display: flex;
    width: 100%;
    padding: 80px;
    gap: 45px;
    background: #fff;
    border-radius: 50px;
    align-items: center;
    outline: 5px solid #e9dbb9;
}

.lead-card-text-box{
    flex:4.5;
}

h3.sub-lead-ttl{
    font-size: 25px;
    font-weight: bold;
    color: #263166;
}
.point_h4{
    color: #333;
    padding: 5px;
    border-left: none;
    border-bottom:solid #ddddc7 2px;
    margin-top: 40px;
    font-weight: 600;
    font-size: 1.1rem;
	    margin-bottom: 20px;	
}

.lead-card__text{
    display: flex;
    color: #333333;
    margin-top: 30px;
    line-height: 2;
    font-weight: bold;
}

.lead-card-img {
    position: relative;
    flex: 5.5;
}

.lead-card-img::before{
    position: absolute;
    content: "";
    background-image: url(../img/top/deco-lotus-cloud-03.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 506px;
    height: 374px;
    bottom: -7.175vw;
    right: -8.33vw;
    z-index: 1;
}

.lead-card-img img{
    width: 100%;
    outline: 6px solid #e9dbb9;
    object-fit: cover;
    border-radius: 30px;
}

@media (max-width: 1200px){
    .lead-card{
        flex-direction: column;
        gap: 20px;
        padding: 40px 20px; 
    }

    .lead-card-text-box{
        display: contents;
    }

    h3.sub-lead-ttl{
        order: 1;
    }
    .lead-card__text{
        order: 3;
        margin-top: 0;
        position: relative;
        z-index: 2;
    }
    .lead-card-img {
        order: 2;
        width: 90%;
        max-width: 500px;
        min-width: 300px;
        margin: auto;
    }

    .lead-card-img::before {
    width: 42.1vw;
    height: 31.1vw;
    bottom: -9.175vw;
    right: -14.33vw;
    }
}

@media (max-width: 750px){
    .sub-mv {
        height: 200px;
        margin-top: 80px;
    }

    .sub-lead {
        padding: 0;
    }

    .lead-card-img::before{
    width: 42.1vw;
    height: 31.1vw;
    bottom: -14.175vw;
    right: -8.33vw;
    }

    h2.sub-ttl{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    font-weight: bold;
    }

    h3.sub-lead-ttl{
    font-size: 20px;
    }
}
@media (max-width: 600px){
	.lead-card-img img{
	outline: 4px solid #e9dbb9;
    border-radius: 20px;	
	}
	h2.sub-ttl{
        font-size: 28px;		
	}
	main.sub-page{
	    padding-bottom: 100px;	
	}
	strong{
    font-size: 105%;		
	}
    .c-inner {
        padding: 0 10px;
    }
}
/* // =======================================
// subページメインコンテンツ
// ======================================= */

.sub-content__inner{
 max-width: 1240px;
 margin: auto;
 color: #4a413e;
}

h3.sub-ttl{
    position:relative;
    font-size: 35px;
    font-weight: bold;
    color: #444444;
    text-align: center;
    padding-top: 100px;
    margin-bottom: 80px;
}

h3.sub-ttl span{
    color: #917dc3;
    font-weight: bold;
}

h3.sub-ttl:before{ 
    position: absolute;
    content: "";
    background-size: contain;
    background-color: #263166;
    width: 60px;
    height: 5px;
    border-radius: 2.5px;
    bottom:-20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

h4.sub-ttl{
    font-size: 23px;
    font-weight: bold;
    padding-left: 35px;
    background-color: #263166;
    border-radius: 5px;
    line-height: 55px;
	    margin-top: 50px;
    margin-bottom: 20px;
	    color: #fff;

}
h4.sub-ttl a{
font-weight: bold;
 text-decoration: underline;
}

@media (max-width: 750px){
h3.sub-ttl {
    font-size: 28px;
}


h3.sub-ttl:before{ 
    width: 50px;
    bottom: -15px;
	height: 4px;
}

h4.sub-ttl {
    font-size: 19px;
    padding-left: 5px;
	margin-bottom: 10px;
    margin-top: 20px;	
}
}
@media (max-width: 600px){
h3.sub-ttl {
        margin-bottom: 55px;
        padding-top: 80px;
margin-top: 30px;	
        font-size: 24px;
}	
}

.sub-page .plan-card__figure{
  margin: 40px auto 0px; 
    text-align: center;
}

.sub-page .plan-card,
.sub-page .voice-card{
    padding: 0 10px;
}

/* ---------- メタ情報 ---------- */
.plan-meta {
/*   margin: 120px auto 0; */
}

.plan-meta__term {
    font-weight: 600;
    color: #4a413e;
    background-color: #ebe7f8;
    border-radius: 2px 2px 0 0;
    padding: 8px;
    font-size: 20px;
    margin-bottom: 8px;
    margin-top: 18px;
}

.plan-meta__desc {
    color: #4a413e;
  padding: 0px 0 0px 10px;
    font-size: 18px;
}

.plan-card-text-wrapper{
    text-align: center;
}

.plan-card-text{
    display: inline-block;
    color: #4a413e;
    margin-top: 20px;
    text-align: left;
    line-height: 1.8;
}

.plan-card-text p{
	color: #4a413e;
}

.plan-card.plan-card-bottom{
/*     padding-bottom: 150px; */
    text-align: left;
}

.g-map iframe{
  width: 100%;
  vertical-align: top;
}

.plan-size__wrapper{
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
}

.plan-size__wrapper.flex-column{
    display: flex;
    flex-direction: column;
}

.plan-size__wrapper p,
.plan-size__wrapper li{
    color: #4a413e;
}


.plan-size__text strong{
    color: #4a413e;
}

@media (max-width: 750px){
/* .sub-page .plan-card__figure {
    margin: 30px auto 0px;
} */

.plan-meta {
    margin: 50px auto 0;
}

/* .sub-page .plan-card {
    margin-top: 80px;
    padding: 0 10px;
} */

/* .plan-card.plan-card-bottom {
    padding-bottom: 100px;
} */

.plan-meta__term {
    font-size: 20px;
    padding-left: 10px;
margin-top: 20px;	
}

.plan-meta__desc {
    font-size: 17.5px;
}
.plan-size__wrapper {
    flex-direction: column;
}
}

@media (max-width: 600px){
.sub-page .plan-card__figure {
    margin: 20px auto 0px;
}
    .plan-meta {
        margin: 20px auto 0;
    }
	.plan-meta__term{
        font-size: 18px;		
	}
}
/* 下層アクセスページ */
.s-access.sub-page .plan-card, .s-access.sub-page .voice-card {
    margin-top: 0;
}

.s-access .sub-content:not(.bg-purple){
	margin-bottom:80px;
}

.s-access .img-wrapper{
	width:100%;
	margin:60px auto 0;
	text-align:center;
}

.s-access p.lead-card__text{
	display:block;
	color:#4a413e;
	text-align:center;
	margin:0;
	font-size: 20px;
}

.s-access p.lead-card__text span{
	font-size:20px;
	font-weight:bold;
}

.s-access p.lead-card__text:nth-of-type(1){
	margin-top:50px;
}

.s-access .access-title{
    font-size: 30px;
    font-family: "shippori-mincho", sans-serif;
    font-weight: 400;
    color: #4a413e;
    display: block;
    background: none;
    height: auto;
    line-height: initial;
    padding: 0;
    text-align: center;
	margin-top:70px;
}

.s-access .access-address{
  margin: 0 0 24px;
  line-height: 1.9;
  color: #4a413e;
  text-align: center;
}

.s-access .button-area {
    display: flex;
    gap: 20px;
    margin: 0 auto;
    width: fit-content;
}

.s-access .button-area br{
    display:none;
}

.s-access .button-area .button {
    width: 260px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.s-access .button-area .button.contact {
    position: relative;
    border: 1px solid #4a413e;
    text-decoration: none;
}

.s-access .button-area .button.contact::before {
    position: absolute;
    content: "";
    background-image: url(../img/top/mail-icon.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
    top: 21px;
    right: 40px;
}

/* TELブロック */
.s-access .tel-row br{
	display:none;	
}

.s-access .access-tel{
  position:relative;
  margin: 35px 0 0;
  text-align: center;
}

.s-access .acess-tel-text{
  display: inline-block;
  text-align: left;
}

.s-access .access-tel .lotus{
  width: 92px; 
  height: auto;
}

.s-access .access-tel .tel-label{
  letter-spacing: .08em; 
  color:#8bbd80;
}
.s-access .access-tel .tel-number{
  font-size: 24px;
  font-weight: bold;
  color: #8bbd80;
  text-decoration: none;
}
.s-access .access-tel .tel-number ruby{
    color: #8bbd80;
    font-size: 24px;
    font-weight: bold;
}
.s-access .access-tel .tel-number ruby rt{
    color: #4a413e;
    font-size: 12px;
}

.s-access .access-tel .tel-note{
  position: relative;
  color: #4a413e; 
  margin-top: 4px;
}



.s-access .img-wrapper.s-access-map {
	width:100%;
    max-width: 900px;
	overflow:hidden;
	border:1px solid #bfb498;
	border-radius:50px;
    margin: 60px auto 0;
    text-align: center;
}

.s-access .img-wrapper.s-access-map img{
    vertical-align: bottom;
}

@media (max-width: 750px) {
    .s-access .button-area .button.reserve::before {
        top: 15px;
        right: 38px;
    }
	
}
@media (max-width: 600px) {
	.s-access .img-wrapper{
	margin: 40px auto 0;	
	}
    .s-access .button-area .button.reserve::before {
        top: 15px;
        right: 38px;
		transform:scale(0.7);
    }
	.lead-card{
	        padding: 10px 15px 20px;
		    gap: 15px;
		    border-radius: 40px;
	}
}

/* お客様の声 */
.customer-voice .sub-content.bg-purple {
  background: #f4f5fb;
  padding: 80px 10px;
}

 .sub-content__inner {
  margin: 0 auto;
}
/* 
#voice-ttl.sub-ttl {
  text-align: center;
  color: #4a413e;
  margin: 0 0 36px;
  position: relative;
} */

.customer-voice .sub-content{
    padding-bottom: 16vw;
}

.customer-voice.sub-page .voice-card {
  display: flex;
  align-items: center;
  gap: 50px;
  background: #fff;
  border-radius: 24px;
  flex-direction: row-reverse;
  padding:5.2vw;
}

.customer-voice.sub-page .voice-card:not(:first-of-type) {
    margin-top: 40px;
}

.voice-card__avatar {
  flex:1;
}

.customer-voice figure{
    text-align: center;
}

.voice-card__content {
  flex: 2;
  min-width: 0;
}

.voice-card__title {
  color: #263166;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 15px;
  position: relative;
  padding-bottom: 10px;
}

.voice-card__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #e8e7f8;
}

.voice-card__text {
  color: #4a413e;
  line-height: 2.0;
}

.voice-card.is-reverse { 
	flex-direction: row;
}

@media (max-width: 750px) {
.customer-voice.sub-page .voice-card {
    flex-direction: column-reverse;
    gap: 0;
    padding: 10px 50px 35px;
}

.customer-voice .sub-content {
    padding-bottom: 120px;
}

.voice-card__title {
    text-align: center;
    font-size: 18px;
}

.customer-voice .sub-content figure img{
    transform: scale(0.7);
}
}

@media (max-width: 500px) {
    .customer-voice.sub-page .voice-card {
        padding: 10px 30px 35px;
    }

    .customer-voice .sub-content figure img {
        transform: scale(0.6);
    }
}


/* 葬儀プラン */
.content_box {
    width: 30%;
}
.content_box dl{
    background-color: #263166;
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
    padding: 10px;
    font-weight: 600;	
}
.content_box_wrap{
	    display: flex;
    justify-content: center;
	    flex-wrap: wrap;
	gap:10px;
	    margin: 0 auto;
	    justify-content: center;
}

p{
	color: #333;
}
.plan-includes {
  --card-bg: #ffffff;
  --card-border: #e6e6e6;
  --text-main: #333;
  --text-sub: #666;
  padding: 16px 0;
}

.plan-includes__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
    gap: 10px 8px;
    margin: 0 10px;
}

.plan-includes__item {
  display: grid;
  place-items: center;
  padding: 10px;
  background: var(--card-bg);
  border: 2px solid var(--card-border);
  border-radius: 16px;
  box-shadow: 0 2px 6px rgba(0,0,0,.04);
  text-align: center;
}

.plan-includes__icon {
  max-width: 140px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.plan-includes__caption {
  line-height: 1.4;
}

.plan-includes__caption .main {
  display: block;
  font-weight: 700;
  color: var(--text-main);
}

.plan-includes__caption .sub {
  display: block;
  font-weight: 500;
  font-size: clamp(12px, 1.1vw, 15px);
  color: var(--text-sub);
}

.color_box{
    background-color: #263166;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 20px;
    padding: 30px;
    border: solid 5px #e9dbb9;
}


.text_box strong{
font-size:100%;
font-weight:600;
}
.price_text{
	margin-bottom:10px;
}
.telbtn{
    display: block;
    position: relative;
    border-radius: 100px;
    width: 280px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    background-color: #d07987;
    padding: 0 57px 0 27px;	
	    margin-bottom: 10px;
}
.telbtn::before {
    position: absolute;
    content: "";
    background-image: url(../img/top/phone-icon.png);
    background-repeat: no-repeat;
    width: 17px;
    height: 30px;
    top: 16px;
    right: 33px;
}
.tel_box{
	
}
/* レスポンシブ */
@media (max-width: 1024px) {
  .plan-includes__grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
  .plan-includes__grid { grid-template-columns: repeat(2, 1fr); gap: 20px 18px; }
}



@media (max-width: 600px) {
	.plan-includes__icon{
    max-width: 90px;		
	}
	    .plan-includes__grid {
        gap: 5px 5px;
    }
.content_box_wrap {
    flex-direction: column;
}
.content_box {
    width: 100%;
}
.color_box {
    padding: 30px 5px;
    border: solid 5px #e9dbb9;
}
	.telbtn{
		margin:0 auto;
	}
	.tel_box strong{
display: block;
    margin-bottom: 8px;
    margin-top: 5px;
text-align: center;
	}
}

/* テーブル */
/* 既存レイアウトに影響しない最小限の指定 */
.nenki-list-wrap{width:100%;}
.nenki-list{
  width:100%;
  border-collapse: collapse;
  table-layout: fixed;
    margin-top: 50px;
}
.nenki-list th,
.nenki-list td{
  padding:.9rem 1rem;
  border-bottom:1px solid #cfd6e6; /* 行の区切り線 */
  vertical-align:middle;
}

/* 左列（名称）：淡色の帯＋中央寄せ */
.nenki-list th{
  width:38%;
  background:#eef1f7;           /* 画像のような淡い帯 */
  font-weight:600;
  text-align:center;
  white-space:nowrap;            /* 改行させない */
}

/* 右列（時期） */
.nenki-list td{
  text-align:center;
}

/* 角の丸みが必要なら（画像の端が丸い場合） */
.nenki-list tr:first-child th{border-top-left-radius:6px;}
.nenki-list tr:first-child td{border-top-right-radius:6px;}
.nenki-list tr:last-child th{border-bottom-left-radius:6px;}
.nenki-list tr:last-child td{border-bottom-right-radius:6px;}

/* スマホ微調整 */
@media (max-width: 768px){
  .nenki-list th,
  .nenki-list td{ padding:.7rem .8rem; font-size:95%; }
  .nenki-list th{ width:42%; }   /* 文字が折れにくいよう少し広げる */
}


/* 採用 */

.text_box_back{
background: url(https://kiddotestsite.kiddotest.xyz/wp-content/themes/myoukenji/img/sub/rec.jpg) no-repeat;
    width: 100%;
    height: auto;
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-position: center !important;
    background-size: cover !important;
}
.text_box_back .text_box{
	margin:0 auto;
}
.text_box_back p{
	color:#fff;
}

.recruit-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
  font-size: 95%;
}
.recruit-table th,
.recruit-table td {
  border: 1px solid #ddd;
  padding: 12px 15px;
  vertical-align: top;
}
.recruit-table th {
  background-color: #f6f6f6;
  font-weight: 600;
  text-align: left;
  width: 25%;
  white-space: nowrap;
}
.recruit-table td {
  background-color: #fff;
  line-height: 1.6;
}
.recruit-table tr:nth-child(even) td {
  background-color: #fafafa;
}
.recruit-table caption {
  text-align: left;
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 10px;
}
.recruit-table.seisyain th {
  background-color: #6a6a93; 
  color: #fff;
  font-weight: 600;
  text-align: left;
  width: 25%;
  white-space: nowrap;
}

/* パート用 */
.recruit-table.part th {
  background-color: #9983b5;
  color: #fff;
  font-weight: 600;
  text-align: left;
  width: 25%;
  white-space: nowrap;
}

/* ごあいさつ **/
.center_text{
    text-align: center;
    font-size: 130%;
    font-weight: 600;
    padding-top: 100px;
    color: #263166;
}
.gap{
    margin-top: 10px;	
}
.jusyoku img{
    border-radius: 20px;
    border: 6px solid #e9dbb9;	
}
.goaisatubox{
    text-align: left;
    border: solid 3px #e9dbb9;
    border-radius: 20px;
        padding: 30px 30px !important;
    background-color: #fff;	
}

/* お問合せフォーム **/
.whttl{
	color:#fff !important;
}
.whttl:before{
    background-color: #ffffff !important;
	
}
.inner{
	max-width:1200px;
	margin:0 auto;
    width: 95%;	
}

.form_table{
margin-top: 100px;	
}
.form table{
    border: 1px solid #c4c4c4;
    width: 100%;
    line-height: 1.5;
}
.form th{
color: #fff;
    width: 35%;
    text-align: left;
    padding: calc(15 / 1920 * 100vw) calc(20 / 1920 * 100vw);
    vertical-align: top;
    background:#4b3f67;
    position: relative;
}
.form th p{
color:#fff;	
}
.form td{
	width: 65%;
	   padding: calc(15 / 1920 * 100vw) calc(20 / 1920 * 100vw);
background-color: #fff;	
}
.form tr:not(:last-child) th{
border-bottom: 1px solid #fff;	
}

.form td input{
	border: 1px solid #ddd;
    padding: calc(4 / 1920 * 100vw);
    width: 90%;
	    font-size: unset;
}
.wpcf7-list-item input{
	    width: auto !important;
}
.form td textarea{
    border: 1px solid #ddd;
    width: 100%;
    max-height: calc(200 / 1920 * 100vw);	
		    font-size: unset;
}

.form td input:focus{
    border: 2px solid #333;
    border-radius: calc(4 / 1920 * 100vw);
}
.submit_btn input:disabled {
    background: #ddd;
}
.submit_btn input {
    width: 100%;
    text-align: center;
    color: #fff;
        background: #b9a560;
    line-height: 1;
        padding: 15px 0px;
    letter-spacing: .1em;
	    font-size: unset;
}
.submit_btn{
     margin: 50px auto 0px;
    text-align: center;
    position: relative;
   max-width:280px;
    width: 100%;
}

.wpcf7-response-output{
    background-color: #fff;	
}

/* ローディング中アニメーション（デフォルト） */
.wpcf7-spinner {
    margin:20px 24px !important
}
.wpcf7-response-output{
    border-color: #46b450;
       margin-top: -30px !important;
    font-size: 17px;
}

.required {
    font-size: 85%;
    color: #fff;
    background-color:#b39b45;
    border-radius: 2px;
    padding: 2px;
    vertical-align: 2px;
    margin-left: 10px;
    font-weight: 500;
	    position: absolute;
    right: 20px;
}

@media screen and (max-width:750px) {
	.form td,.form tr,.form th{
width:100%;
display: block;
	}
.form td input{
    width: 100%;
}
.form td,.form th{
     padding: 2vw 3vw 3vw;
	}
.form td textarea {
    max-height: calc(400 / 1920 * 100vw);
}
	.form_table{
	    margin-top: 50px;	
	}
}

/* 施設情報 */
.facility {
  margin: 60px 0;
}

.facility-section-title {
  font-size: 120%;
  font-weight: 700;
  margin-bottom: 20px;
  border-left: 6px solid #a05b9e;
  padding-left: 10px;
  color: #4b2a4e;
}

.facility-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start; 
}

.facility-item {
  background: #fff;
  border: 1px solid #ddd;
  width: calc(33.333% - 10px);
  padding: 15px;
  box-sizing: border-box;
  color: #333;
    border-radius: 10px;
}

.facility-item-title {
  font-weight: 700;
  color: #7b3e84;
  margin-bottom: 5px;
  font-size: 100%;
}

.facility-item p {
  margin: 0;
  line-height: 1.6;
}


@media (max-width: 768px) {
  .facility-item {
    width: calc(50% - 5px); 
	      padding: 10px;
  }
}


/* table01 */

.table_01{
    width: 100%;
    max-width: 1100px;
    margin: 50px auto 0px;
}

.table_01 th{
    width: 30%;
	font-weight: 600;
	background-color: #263166;
	color: #fff;
}
.table_01 td{
    width: 70%;
}
.table_01 td,.table_01 th{
padding: 20px;
   border: solid 1px #d8d8d8;
	
}
@media screen and (max-width: 750px) {
.table_01 td, .table_01 th {
    padding: 10px;
}
.table_01 {
    width: 100%;
 
	}
}
	@media screen and (max-width: 500px) {
	.table_01 td, .table_01 th {
    display: block;
		width: 100%;
		    padding: 2px 5px 5px;
}
.table_01 tr {

    display: block;
}
}

.two_img{
	display:flex;
	justify-content: center;
    gap: 10px;
}
.two_img img{
width:45%;
}
.text_box{
	max-width:1100px;
	margin:20px auto 0;
}