body {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	letter-spacing:1px;
}
/* h1,
h2,
h3{
	font-family: "Zen Antique Soft", serif;
} */

.l-contents__inner:last-child {
    padding-bottom: 0;
}
/* 基本設定 */
p,
a,
li{
    font-weight: 500;
}
.pt_0{
	padding-top:0!important;
}
.pt_10{
	padding-top:10px!important;
}
.pb_0{
	padding-bottom:0!important;
}
.pb_10{
	padding-bottom:10px!important;
}
.pt_20{
    padding-top: 20px!important;
}
.pb_20{
    padding-bottom: 20px!important;
}
.mt_0{
	margin-top:0!important;
}
.mb_0{
	margin-bottom:0!important;
}
.mr_0{
	margin-right: 0!important;
}
.ml_0{
	margin-left: 0!important;
}
.mt_10{
	margin-top:10px!important;
}
.mb_10{
	margin-bottom:10px!important;
}
.z_0 {
    z-index: 0;
}
.z_1 {
    z-index: 1;
}
.p_ab{
	position: absolute;
}
.p_rel{
	position: relative;
}
.d_flex{
	display:flex;
}
.d_flex.f_wrap {
    flex-wrap: wrap;
}
.inline_b{
	display:inline-block;
}
.js_sb{
	justify-content:space-between;
}
.js_fs{
	justify-content:flex-start;
}
.of_hd{
	overflow: hidden;
}
.border_pink {
    border-bottom: 2px solid #ed7780!important;
}
.mincho{
	font-family: "Zen Antique Soft", serif;
}
.maru{
	font-family: 'Zen Maru Gothic', serif;
}
.smb-panels__item__action>a:focus:after {
    outline: none;
    outline-offset: 0px;
}
.tate{
	writing-mode: vertical-rl;
}
/* 基本設定 終わり*/
/* アイコン */
svg.svg-inline--fa {
    margin-right: 4px;
}
 .p-global-nav--hover-extend-underline .c-navbar__item.cta:hover>a:after {
    width: 0;
}
/* アイコン 終わり*/
/* テーブル
table,
tbody{
    display: block;
    width: 100%;
}
tr {
    display: flex;
    flex-wrap: wrap;
}

figure.wp-block-table tr td:first-child {
	background-color:  var(--wp--preset--color--sm-accent);
    width: 30%;
    text-align: center;
    vertical-align: middle;
    font-weight: 500;
    font-size: 1.1rem;
	color: #fff;
}
figure tr td:last-child {
    width: 70%;
    border-right: 1px solid #eee;
    padding-left: 1.2rem;
}
figure.wp-block-table tr td {
    border: none;
    border-bottom: 1px solid #fff;
    display: block;
    padding: 1rem;
	font-weight: 500;
}
figure.wp-block-table tr:first-child{
		border-top: 1px solid #fff;
}
@media(max-width:640px){
	figure.wp-block-table tr td:first-child,
	figure tr td:last-child {
		width:100%;
	}
	figure.wp-block-table tr td:first-child{
	border-right: 1px solid var(--wp--preset--color--sm-accent);
    border-left: 1px solid var(--wp--preset--color--sm-accent);
    box-sizing: border-box;
	border-bottom: none;
	}
	figure.wp-block-table tr:first-child {
    border-top: none;
}
	figure tr td:last-child {
    border-bottom: none;
	border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    box-sizing: border-box;
	background-color: #ffffff73;
}
	figure.wp-block-table tr:last-child {
    border-bottom: 1px solid #fff;
}
.footer_btn_txt {
    background-color: #ffffff8c;
    width: 80%;
    padding: 12%;
}
}*/
/* ボタン */
a.smb-btn {
    font-size: 1.4rem;
    font-weight: 500;
    border-radius: 50px;
    background-color: rgb(245 101 0);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    padding: 1rem;
}

/* PCスマホ共通 */
#question .copy p {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 900;
    color: #fff;
    text-shadow: 2px 0px 2px #000, 0px 2px 2px #000, -2px 0px 2px #000,0px -2px 2px #000;
}
#question .copy p.point_txt {
    line-height: 102px;
    font-size: 3rem;
}
span.dasai {
    position: relative;
    padding-left: 300px;
    padding-top: calc(102px - 2.5rem);
}
span.dasai::before {
    content: "";
    background-image: url(https://ken100.relations.ne.jp/wp-content/uploads/2024/10/qes_txt.png);
    width: 290px;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}
#question figure.man {
    max-width: 300px;
    width: 30%;
    top: 0;
    left: 0;
}
#question .attention {
    padding-left: 100px;
    position: relative;
}
#question .attention p.point {
    font-size: 1.7rem;
    font-weight: 900;
}
#question .attention::before {
    content: "";
    background-image: url(https://ken100.relations.ne.jp/wp-content/uploads/2024/10/qes_icon1.png);
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: translateY(-50%);
}
#question  .demerit {
    justify-content: center;
}
.demerit p {
    background-color: #5e0b79;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 5px 1rem;
    margin-left: 0;
    margin-right: 20px;
}
.demerit p span.down {
    position: relative;
    padding-right: 30px;
}
.demerit p span.down::after {
    content: "";
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(https://ken100.relations.ne.jp/wp-content/uploads/2024/10/qes_down.png);
    background-repeat: no-repeat;
    background-position: center;
}
h2.about_ttl {
    text-align: center;
    font-weight: 900;
    font-size: 2rem;
    position: relative;
    margin-top: -5%!important;
    width: fit-content;
}
h2.about_ttl span.about_icon {
    padding-left: 45px;
    position: relative;
}
h2.about_ttl span.about_icon::before {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(https://ken100.relations.ne.jp/wp-content/uploads/2024/10/about_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}
p.about_txt {
    font-size: 1.4rem;
    font-weight: 500;
}
h2.acce_ttl {
    text-align: center;
    font-size: min(2.5rem, 8vw);
    font-weight: 900;
    line-height: 1.2;
    padding: 0 5%!important;
    width: fit-content;
}
h2.acce_ttl::before,
h2.acce_ttl::after{
    content: "";
    position: absolute;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 8%;
    height: 100%;
    background-position: bottom;
}
h2.acce_ttl::before{
    background-image:url(https://ken100.relations.ne.jp/wp-content/uploads/2024/10/acce_l.png);
    left: 0;
}
h2.acce_ttl::after{
    background-image:url(https://ken100.relations.ne.jp/wp-content/uploads/2024/10/acce_r.png);
    right: 0;
}
h2.voice_ttl {
    width: fit-content;
    background-color: #000!important;
    color: #fff;
    padding: 5px 1rem!important;
    margin-top: -2%!important;
}
#faq h2 {
    font-size: 2.3rem;
    border-bottom: 6px dotted;
    padding-bottom: 10px;
    width: fit-content;
}
#faq .smb-accordion__item__title {
    align-items: center;
    background-color: #ffc300;
    font-weight: 600;
    font-size: 1.2rem;
    border-radius: 5px;
}
#faq .pickup .smb-accordion__item__title {
    font-size: 1.8rem;
}
#faq .pickup p.answer-txt.a-txt_b {
    font-size: 1.8rem;
}
.step-column{
border-radius:30px}
/* スマホ版 */
.page-id-1352 .l-contents__inner:first-child {
    padding-top: 0;
}
.page-id-1352 #question .copy p {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 900;
    color: #fff;
    text-shadow: 2px 2px 5px #000;
}
.page-id-1352 #question .copy p.point_txt {
    line-height: 1.4;
    font-size: 2.4rem;
}
.page-id-1352 span.dasai  {
    position: relative;
    padding-left: 200px;
    padding-top: calc(60px - 2rem);
    display: inline-block;
}
.page-id-1352 span.dasai::before {
    width: 190px;
}
.page-id-1352 #question .attention {
    padding-left: 0;
}
.page-id-1352 #question .attention::before {
    width: 55px;
    height: 55px;
    left: 50%;
    top: unset;
    bottom: calc(100% + 6px);
    transform: translateX(-50%);
}
.page-id-1352 p.about_txt {
    font-size: 1.1rem;
    font-weight: 500;
}
.page-id-1352 #faq h2{
    font-size: 1.6rem;
    border-bottom: 3px dotted;
}
.page-id-1352 #faq .pickup .smb-accordion__item__title {
    font-size: 1.4rem;
}
.page-id-1352 #faq .smb-accordion__item__body.pickup {
    padding-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 60px;
    position: relative;
}
.page-id-1352 #faq .smb-accordion__item__body.pickup::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 0;
    background-image: url(https://ken100.relations.ne.jp/wp-content/uploads/2024/10/faq_girl_sp.png);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    width: 90px;
    height: 90px;
}
.page-id-1352 #faq .before_none.smb-accordion__item__body::after{
    display: none;
    padding-bottom: 0;
}
.page-id-1352 #faq .pickup p.answer-txt.a-txt_b {
    font-size: 1.4rem;
}
.page-id-1352 figure.greeting_img {
    position: absolute;
    bottom: -20px;
    right: 0;
    max-width: 150px;
}
.page-id-1352 h2.voice_ttl {
    font-size: 1.2rem;
}
.smb-read-more-box__content[aria-hidden=false] {
    height: 100%;
}
.page-id-1352 p.relaymons {
    padding-bottom: 260px;
    position: relative;
}
.page-id-1352 p.relaymons::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 250px;
    max-width: 250px;
    background-image: url(https://ken100.relations.ne.jp/wp-content/uploads/2024/10/relaymons.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#greeting h2{
    border-bottom: 2px dotted;
    width: fit-content;
    margin-left: 0;
}
/* お問い合わせフォーム */
.smf-text-control__control::placeholder {
    color: #cccccc !important;
}
span.smf-item__label__text {
    font-weight: 700;
    color: #0693e3;
    font-size: 1.2rem;
}
/* 必須の文字 */
span.nece {
    margin-left: 10px;
    padding: .2em .6em;
    border-radius: 2px;
    background-color: #cd2b43;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 500;
}

.smf-item__description {
    width: fit-content;
    padding: .2em .8em;
    border-radius: 2px;
    background-color: #cd2b43;
    color: #ffffff !important;
    font-weight: 600;
}

/* 確認ボタン */
.smf-action {
    margin-bottom: 20px !important;
}

.smf-action .smf-button-control__control {
    position: relative;
    width: 100%;
    max-width: 400px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border: none;
    border-radius: 100px;
    background: linear-gradient(58deg, rgb(255, 184, 29) 0%, rgb(239, 130, 0) 97%);
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600 !important;
    letter-spacing: 3px;
}
.smf-action .smf-button-control__control {
    margin-bottom: 20px;
}
#autozip {
    display: none !important;
}
#difference_sect figure.scroll{
	overflow: hidden;
    overflow-x: scroll;
    width: 100%;
}
#difference_sect figure.scroll img{
	min-width: 600px;
}