@charset "UTF-8";

/* ====================================

common.css
---------------------------

INDEX:
---------------------------
ALL SIZES:
0. General
1. Module
2. Layout
3. Header
4. Navigation
5. MainArea
6. Footer

Media Queries:
Print styles

==================================== */

/* ===================================================

ALL SIZES:

=================================================== */
:root {
	margin-top: 78px;
	scroll-padding-top: 80px;
	scroll-behavior: smooth;
	--var-theme-color: #ffeebc;
	--var-button-color: #0FAD00;
}
body {
	font-feature-settings: 'palt';
}
td p {
	text-align: left!important;
}
/* recaptcha非表示 */
.grecaptcha-badge { visibility: hidden; }

#sec03 {
	width: 95%;
	max-width: 1000px;
	margin: 0 auto;
}
@media screen and (max-width:780px) {
	.profile_img {
		object-fit: cover;
		float: initial!important;
		margin: 0 0 15px 0!important;
		width: 100%;
		height: 200px;
	}
}
/* campaignボタン */
button.campaign {
    border: none;
    background: none;
}
/* width */
.w40 {
	width: 40%;
}
.w95 {
	width: 95%;
}
/* flex */
.d-flex{
	display: flex;
	padding: 10px 0;
	justify-content: center;
	align-items: center;
} @media screen and (max-width:884px) {
	.d-flex{
		flex-direction: column;
	}
}
@media screen and (max-width:340px) {
	.d-flex a{
		padding-left: 13px!important;
	}
	.d-flex i{
		display: none;
	}
}
/* メインコピー */
#lead {
	padding: 50px 10px;
	background-color: var(--var-theme-color);
}
.lead_image img {
    width: 400px;
    max-width: 95%;
    margin: 2rem auto 1rem;
}
.main_copy {
	font-family: "ryo-gothic-plusn", sans-serif;
	font-weight: 900;
	font-size: clamp(30px, 2.5vw, 80px);
	font-feature-settings: "palt";
	line-height: 1.4;
	max-width: 1000px;
	margin: 0 auto;
}
.main_copy span {
	font-size: clamp(26px, 2vw, 53px);
	font-weight: 900;
}
.sub_copy {
	margin-top: 26px;
	line-height: 2;
}
.sub_copy span{
	font-size: clamp(14px, 1.3vw, 30px);
	font-weight: 600;
}
/* トップキャンペーン */
div.top_campaign {
    display: flex;
	flex-wrap: wrap;
    padding: 10px 0;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}
.campaign {
	width: 50%;
}
@media screen and (max-width: 575px){
	.campaign {
		width: 100%;
	}
}
/* バナー */
.campaign img{
	width: 475px;
	max-width: 95%;
	border-radius: 10px;
	margin-bottom: 10px;
}

/* 限定キャンペーン */
#limited_campaign {
	background-color: var(--var-theme-color);
	padding-bottom: 1px;
}
.limited_campaign_ttl {
    font-family: "ryo-gothic-plusn", sans-serif;
    font-size: clamp(22px,3vw,40px);
    font-weight: 800;
	color: #fff;
	display: inline-block;
	max-width: 95%;
    margin: 0 auto;
	padding: 1rem 2rem;
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left bottom, right top, from(#f83600), to(#ff8500));
    background-image: -webkit-linear-gradient(top, #f83600 0%, #ff8500 100%);
    background-image: linear-gradient(to bottom, #f83600 0%, #ff8500 100%);
}
.limited_campaign_wrap {
    display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	max-width: 1000px;
	margin: 2rem auto;
}
.limited_campaign_item {
	margin: 1rem 0.5rem;
	max-width: calc( 500px - 1rem );
}
.limited_campaign_img  {
	width: 100%;
	border-radius: 10px;
}

/* こんな悩みありませんか */
.worries_sec {
    width: 95%;
    margin: 0 auto;	
}
/* 吹き出し */
.speechBubble {
	position: relative;
	display: inline-block;
	margin-bottom: 26px;
	padding: 16px;
	border: 5px solid #5cb32e;
	border-radius: 30px;
	background-color: #f4f7ee;
	text-align: center;
	font-family: "ryo-gothic-plusn", sans-serif;
	font-weight: 900;
	font-size: clamp(16px, 3.5vw, 28px);
	font-feature-settings: "palt";
	line-height: 1.5;
	color: #000000;
	width: 100%;
	max-width: 1000px;
}
.speechBubble_big {
	font-size: clamp(23px, 6.5vw, 55px);
	color: #60b630;
	font-weight: 900;
}
.speechBubble::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 85%;
	border-style: solid;
	border-width: 26px 20px 0 0;
	border-color: #5cb32e transparent transparent;
	translate: -50% 100%;
	transform: skew(-25deg);
	transform-origin: top;
}
.speechBubble::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 85%;
	border-style: solid;
	border-width: 12.1px 11.5px 0 0;
	border-color: #f4f7ee transparent transparent;
	translate: calc(-50% - 0.3px) 100%;
	transform: skew(-25deg);
	transform-origin: top;
}
/* 選ばれる理由 */
.reason_ttl_text {
	position: absolute;
	top: 17px;
	left: 85px;
	font-size: clamp(20px,4vw,32px);
	font-weight: 900;
	font-family: "ryo-gothic-plusn", sans-serif;
	font-feature-settings: 'palt';
	color: #f39800;
	line-height: 1.2;
} 
@media screen and (min-width:595px){
	.reason_ttl_text {
		top: 9px;
	}
} @media screen and (min-width:769px){
	.reason_ttl_text {
		top: 19px;
		left: 127px;
	}
}
.reason > h2 > img {
	width: 95%;
	max-width: 600px;
}
/* 改行禁止 */
.nowrap {
	display: inline-block;
}
/* borderなし */
.noborder {
	border: none!important;
}
/* アンダーラインマーカー */
.highlight {
	text-decoration: underline; /* 下線 */
	text-decoration-thickness: 0.5em; /* 線の太さ */
	text-decoration-color: rgba(255, 228, 0, 0.4); /* 線の色 */
	text-underline-offset: -0.2em; /* 線の位置。テキストに重なるようにやや上部にする */
	text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}
/* popup maker用*/
.pm-title {
	font-weight:bold;
	text-align:center;
}
.pm-text {
	margin:10px;
}
.pm-img {
	text-align:center;
}
.pm-ul {
	width:207px;margin:0 auto;
}
.pm-ul li {
	text-align:left;
}
.pm-btn {
    display: flex;
    justify-content: center;
    text-decoration: none!important;
    color: #fff!important;
    background-color: #60b630;
    margin-top: 10px;
    padding: 10px;
    border-radius: 10px;
}
.pm-btn p {
	padding:10px;
	margin:8px;
}
.pum-close {
	font-family: sans-serif!important;
}
/* 申し込みボタン */
.apply-botton {
	display: block;
	width: 95%;
	max-width: 950px;
	min-height: 80px;
	margin: 0 auto;
	padding-left: 13px!important;
	border-radius: 13px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: calc(14px + 6 * ((100vw - 100px) / 1300));
}
.apply-botton p {
	line-height: initial!important;
	font-family: "ryo-gothic-plusn", sans-serif;
	font-size: clamp(15px,3vw,30px);
	font-weight: 900;
	font-style: normal;
}
.apply-botton .large-font {
    font-size: clamp(23px,4vw,35px);
    font-weight: 900;
}
.apply-botton .tap {
	display: none;
} @media screen and (max-width:959px) {
	.apply-botton .tap {
		display: inline;
		font-weight: 900;
	}
}
.apply-botton .click {
	display: inline;
	font-weight: 900;
} @media screen and (max-width:959px) {
	.apply-botton .click {
		display: none;
	}
}
/* contactform7 送信ボタン */
.wpcf7-submit {
    font-family: 'ryo-gothic-plusn';
    font-weight: 800;
    font-size: 21px;
    letter-spacing: 2px;
    max-width: 300px!important;
    border-radius: 10px;
    background-color: #60b630!important;
    color: #fff!important;
}
.wpcf7-submit:hover {
	background-color: #7fbe5c!important;
}
/* 送信ローダーの位置調整 */
.wpcf7 .wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 75%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.wpcf7-submit-block {
    position: relative;
    margin-bottom: 2em;
    max-width: 300px;
    margin: 0 auto 2em;
}
.wpcf7-submit-block input[type='submit'] {
    min-width: 200px;
}
/* 送信ローダークリック時 */
.wpcf7-submit.wpcf7-active {
    pointer-events: none;
    opacity: .5;
}
/* contactform7 spinner 位置変更 */
.button {
	display: block;
	text-align: center;
}
.wpcf7-spinner {
	display: block;
	margin: 0 auto 0;
}

/* contactform7 spinner セレクトボックスの幅を140pxに */
.bw-140{
	width: 150px!important;
}

/**/
#select_time {
	margin-left: 5px;
}

/* contactform7 ラジオボタンを縦並びに */
.wpcf7-radio .wpcf7-list-item {
	margin-top:5px;
	margin-bottom: 10px;
	display: block;
}

/* contactform7 ラジオボタンを大きく */
input[type=radio] {
	transform: scale(1.5);
}
/* contactform7 ラジオボタンラベルの位置調整 */
.wpcf7-list-item-label {
    position: relative;
    top: -3px;
    left: 3px;
}

/* お問い合わせフォームの余白 */
#contact-form-inquiry {
	padding: 5%;
}


/* footer 位置調整 */
#footer {
	width: 100%;
	margin-bottom: -50px;
	overflow: hidden;
}

/* トップに戻るボタン上下位置調整 */
.go-to-top {
	bottom: 20px;
}

/* 220207 注意喚起 BOX :start */
.cautionbox{
	max-width: 1000px;
	width: 100%;
	background-color: var(--var-theme-color);
	margin: 30px auto 50px;
	padding: 30px;
}
.cautionbox-title{
	color: #ff6347;
	font-size: 23px;
	font-weight: bold;
}

.cautionbox p{
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	line-height:2.5em;
}

/* recaptcha_text */
.recaptcha_text{
	font-size: 10px;
	color: #aaa!important;
}
/* 220207 注意喚起 BOX :end */

/* レイヤー順調整 */
.main{
	z-index: initial!important;
}
header{
	z-index: 1!important;
}
/* 240221 申し込みボタン */
.btn--x, a.btn--x {
	color: #fff;
	background: #000;
	text-decoration: none;
	padding-left: 69px;
	width: 475px;
	max-width: 95%;
	border-radius: 10px;
	line-height: 23px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 11px;
}
.btn--x:hover,
a.btn--x:hover {
	color: #fff;
	background: #000;
}
.btn--xmini {
	margin-top: 5px!important;
	border-radius: 5px!important;
	box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.5);
}
.btn--xmini div {
	padding-left: 69px!important;
}
.x-innertext {
	margin: 10px 0 10px 0;
}
.follow {
	border-top: solid 1px #181717;
	padding: 0.5em;
	margin-top: 0.5em;
}
.fa-position-left-x {
	position: absolute;
	font-size: 50px;
	top: calc(50% - .5em);
	left: 11px;
}
.btn--blue,
a.btn--blue {
	color: #fff;
	background-color: #0077c8;
	text-decoration:  none;
	padding-left: 34px;
	box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.5);
}
.btn--blue:hover,
a.btn--blue:hover {
	color: #fff;
	background: #3A89FF;
}
.btn--orange,
a.btn--orange {
	color: #fff;
	/*background-color: #C75300;*/
	background-color: var(--var-button-color);
	text-decoration:  none;
	padding-left: 34px;
	box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.5);
}
a.btn p {
	line-height: 23px;
	font-weight: bold;
}

.btn--orange:hover,
a.btn--orange:hover {
	color: #fff;
	/*background: #EDA324;*/
	background: #81c14e;
}
.fa-position-left {
	position: absolute;
	top: calc(50% - .5em);
	left: 11px;
}

/* アコーディオンメニュー */
.accordion-001 {
	margin-bottom: 7px;
	border: 1px solid #a1a1a1;
	border-radius: 5px;
	background: #fff;
}
.accordion-001 summary {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 1em 4em 1em 2em;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2214%22%20cy%3D%2214%22%20r%3D%2214%22%20style%3D%22fill%3A%23ee7800%3B%22%2F%3E%0A%3C%2Fsvg%3E');
	background-position: right calc(2em - 7px) center;
	background-size: 22px;
	background-repeat: no-repeat;
	color: #ee7800;
	font-weight: 600;
	font-size: calc(16px + 6 * ((100vw - 320px) / 1600));
	cursor: pointer;
}
.accordion-001 summary::-webkit-details-marker {
	display: none;
}
.accordion-001 summary::before,
.accordion-001 summary::after {
	position: absolute;
	right: calc(2em + 2.5px);
	width: 3px;
	height: 10px;
	border-radius: 5px;
	background-color: #fff;
	content: '';
}
.accordion-001 summary::before {
	rotate: 90deg;
}
.accordion-001 summary::after {
	transition: rotate .3s;
}
.accordion-001[open] summary::after {
	rotate: 90deg;
}
.accordion-001 p {
	transform: translateY(-10px);
	opacity: 0;
	margin: 0;
	padding: 0 2em 1.5em;
	color: #333333;
	transition: transform .5s, opacity .5s;
}
.accordion-001[open] p {
	transform: none;
	opacity: 1;
}

/* ドロワー */
.drawer-hamburger {
	z-index: 4!important;
}
.drawer-nav {
	background-color: rgba( 255, 255, 255, .9);
}
.drawer-header{
	display: flex;
	align-items: center;
	height: 100px;
}
.drawer-nav img{
	display: block;
	height: 60px;
	margin: 0 auto;
	width: min-content;
}
.drawer-title {
	margin-top: 10px;
	margin-left: 10px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: solid 1px gray; 
}
.drawer-menu {
	color: black;
	text-decoration: none;
} @media screen and (max-height:650px){
	.drawer-menu {
		display: none;
	}
}
.drawer-menu li {
	padding: 20px 10px;
	text-align: center;
	border-bottom: solid 1px gray; 
}
.drawer-menu li:active {
	background-color: #f0f0f0;
}
.drawer-menu a {
	text-decoration: none;
	color: black;
}
.drawer-menu-botton {
	margin-top:10px;
}
.drawer-menu-botton p {
	width: 100%;
	text-align: center;
	padding: 5px;
}
.drawer-menu-botton a {
	width: 80%;
	padding: initial;
}
/* autozip非表示*/
#autozip {
	display:none!important;
}

/* フッターナビ */
.fnav {
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/*	0. General
----------------------------- */
/*body {
border-top: 8px solid #e60012;
}*/
.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
/*	1. Module
-------------------------------- */

/*	2. Layout
----------------------------- */
header {
	position: fixed;
	top: 0;
	width: 100%;
	margin-top: -1px;
	background-color: var(--var-theme-color);
	box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.4);
}
.header_inner {
	max-width: 1200px;
	height: 80px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
} @media screen and (max-width:600px) {
	.header_inner {
		justify-content: space-between;
	}
}
.h_id_logo {
	float: left;
	padding: 4px 0 4px 0;
	height: 100%;
	display: flex;
	align-items: center;
}
.h_id_logo img{
	width: 130px;
	margin: 0 5px 0 5px;
}
.h_id_logo p{
	font-weight: bold;
	padding-left: 32px;
	display: flex;
	align-items:  center;
	justify-content: center;
	text-align: left;
	font-size: small;
} @media screen and (max-width:930px) {
	.h_id_logo p{
		width: 0px;
		display: none;
	}
} @media screen and (max-width:600px) {
	.h_tel_tel, .h_tel_pre {
		display: none;
	}
	.drawer-hamburger {
		display: block!important;
	}
}
.drawer-hamburger {
	position: initial!important;
	display: none;
}
.drawer-toggle {
	border: solid 1px #222;
	border-radius: 10px;
	margin-right: 10px;
}
.h_tel {
	display: flex;
}
.h_tel a{
    margin-right: 8px;
	border: none;
    border-radius: 10px;
    box-shadow: none;
}
footer {
	background: #000;
	color: #fff;
	padding: 20px 0 20px 0;
}
footer:after {
	content: "";
	display: block;
	clear: both;
}
.f_inner {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
.f_inner:after {
	content: "";
	display: block;
	clear: both;
}

/*.fnav {
}*/
.fnav a {
	color: #fff;
	text-decoration: none;
}
.fnav a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.fnav li {
	font-size: 13px;
	padding: 0px 12px;
	white-space: nowrap;
	display: flex;
	align-items: center;
}
.fnav li:first-child {
	border: none;
	padding-left: 0px;
}
/* 三角形 */
.triangle {
	background: #ffffff;
	height: calc(tan(60deg) * 12px / 2);
	width: 8px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	margin-right: 3px;
}
.copyright {
	font-size: 10px;
	/* position: absolute; */
	top: 3px;
	right: 0;
	line-height: initial;
}
.btn_contact {
	padding: 20px;
	margin: 1em auto 2em;
}
.btn_contact_inquiry {
	background-color: var(--var-theme-color);
	padding: 40px 20px 20px 20px;
}
.btn_contact span{
	font-weight: bold;
}

/* ===================================================

page styles

=================================================== */
/* main */
.main_bg {
	display: block!important;
	width: 100%;
	background: url(../img/main_bg.jpg) no-repeat top right;
	height: 440px;
	margin-bottom: 40px;
} @media screen and (max-width:440px) {
	.main_bg {
		height: 330px;
		margin-bottom: 20px;
	}
}
.main_inner {
    max-width: 1020px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.main_t01 {
	padding-top: 15px;
} @media screen and (max-width:1280px) {
	.main_t01 {
		float: left;
		padding-left: 30px;
		max-width: 500px;
		width: 50%;
	}
}@media screen and (max-width:640px) {
	.main_t01 {
		float: left;
		padding-left: 21px;
		max-width: 500px;
		width: 66%;
	}
}
.ct_,
.ct_mess {
	box-sizing: border-box;
	max-width: 1000px;
	width: 95%;
	margin: 30px auto 50px;
	padding: 15px;
	border: 10px solid #dae9b5;
	border-radius: 30px;
	text-align: left;
	font-size: calc(14px + 6 * ((100vw - 320px) / 1600));
	letter-spacing: -0.02em;
}

.ct_mess p {
	font-weight: 500!important;
	letter-spacing: -0.02em;
}

.ct_mess p + p {
	margin-top: 1.5em;
}
.inbox {
	background-color: white;
	padding: 15px;
}
.profile_img {
	float: right;
	margin: 15px;
}
/* tw */
.tw_box {
	max-width: 1000px;
	margin: 20px auto;
	padding: 20px 0;
	background: var(--var-theme-color);
}
/* タイトル背景 */
.price_list01 {
	max-width: 1000px;
	height: 600px;
	margin: 20px auto;
}
.price_list {
	max-width: 1000px;
	height: 738px;
	margin: 20px auto;
}
.price_list_old {
	max-width: 1000px;
	height: 680px;
	margin: 20px auto;
}

/* 3ステップ */
.step_ttl {
	font-family: "ryo-gothic-plusn", sans-serif;
	font-size: clamp(20px,7vw,55px);
	font-weight: 900;
	color: #60b630;
	max-width: 950px;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	text-shadow: 3px 4px 0px #ffd65c;
}
.step_ttl_big {
	font-size: clamp(40px,9vw,93px);
	font-weight: 900;
}
.step {
	text-align: center;
	background: #ecf4e3;
	padding: 20px 0 40px;
	margin-bottom: 40px;
}

.reason {
	text-align: center;
	background: var(--var-theme-color);
	padding: 30px 0;
	margin-bottom: 10px;
}

.reason2 {
	text-align: center;
	background: var(--var-theme-color);
	padding: 10px;
	margin-bottom: 10px;
}

.footer_link {
	text-align: center;
	background: var(--var-theme-color);
	padding: 10px 5px 40px 5px;
	margin: 0 0 -1px 0;
}
.footer_link img {
	border-radius: 6px;
	margin-bottom: 10px;
}
.reason p + p {
	margin-top: 30px;
}
.faq_box {
	background: var(--var-theme-color);
	padding: 20px 0;
	margin-bottom: 40px;
}
.faq_ttl {
    text-align: center;
    width: 95%;
    margin: 0 auto -1px;
}
.faq_wrap {
	max-width: 943px;
	width: 95%;
	margin: 0 auto;
	background: #fff;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
div.faq {
	padding: 15px;
}@media screen and (max-width:500px) {
	div.faq {
		padding: 10px;
	}
}
.faq dt {
	color: #ee7800;
	margin-bottom: 5px;
	font-size: calc(14px + 6 * ((100vw - 320px) / 1600));
}
.faq dd + dt {
	margin-top: 1.5em;
}
.faq dd {
	font-size: calc(14px + 6 * ((100vw - 320px) / 1600));
	text-indent: -1.3em;
	padding-left: 1.3em;
}

.faq ul {
	list-style-type: circle;
	text-indent: initial;
	padding-left: 20px;
}

.faq .unindent {
	text-indent: initial;
}

.notification {
	color: red;
}

.faq .bold {
	font-weight: bold
}

.faq {
	padding: 15px;
	background: #f7b044;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

/* フォーム */
.wpcf7-submit {
    max-width: 450px;
    margin-bottom: 20px;
}
.sec_from {
	max-width: 1000px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
	background: #fff;
}
.form_ttl {
	background: #dae9b5;
	text-align: center;
	line-height: 1;
	padding: 12px 0 6px;
}
.btn_form {
	width: 482px;
	margin: 0 auto 50px;
	text-align: center;
}
table.formTable {
	margin-bottom: 30px;
	border-collapse: collapse;
	/*font-size: 1.3em;*/
}
table.formTable td,
table.formTable th {
	border: 1px solid #c1db81!important;/*追加部分*/
	padding: 15px;
	vertical-align: top;
	color: #333;
} @media screen and (max-width:770px){
	table.formTable td {
		display: block;
	}
	table.formTable th {
		width: 100%!important;
		display: block;
		border-top: none;
		border-bottom: none;
		border-right: 1px solid #c1db81;
		border-left: 1px solid #c1db81;
	}
	table.formTable tr:first-of-type > th {
		border-top: 1px solid #c1db81;
	}
	table.formTable tr:last-of-type > td {
		border-top: none;
	}
}
table.formTable th {
	width: 24%;
	font-weight: normal;
	background: #f9f7f1;
	text-align: left;
	font-size: 120%;
}

table.type03 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 3px solid #369;
}
table.type03 th {
	width: 170px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	color: #153d73;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
table.type03 td {
	width: 349px;
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

input,
textarea {
	padding: 0.5em;
	font-size: 1em;
	color: #333;
}
input.radio_btn {
	width: 1em;
	padding: 0;
	border: none;
}
.icon {
	/* display: block; */
	/* float: right; */
	color: #fff;
	background: #008A27;
	font-size: 70%;
	font-weight: bold;
	line-height: 1;
	padding: 2px 5px;
	margin-right: 0.7em;
	border-radius: 3px;
	vertical-align: middle;
}

.btn_form:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	cursor: pointer;
}
.thanks {
	max-width: 1000px;
	margin: 60px auto;
	text-align: center;
	min-height: 400px;
}
.thanks h1 {
	font-size: 1.8em;
	line-height: 1.2;
}
.thanks_tel img {
	width: 65%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.btn_back {
	font-size: 1.2em;
}
.atten {
	font-size: 0.8em;
}
.radio_set {
	font-size: 0.8em;
	margin-bottom: 0.5em;
}
.form-atten {
	text-align: center;
	font-size: 1.5em;
	color: #2aa42a;
	margin-bottom: 10px;
}
.form_notes {
	color: #727171;
	font-size: 14px;
	margin-top: 5px;
}
.select_box {
	display: flex!important;
	flex-wrap: wrap;
	justify-content: space-evenly;
	border-top: none!important;
	border-bottom: none!important;
	border-left: none!important;
} @media screen and (max-width:770px){
	.select_box {
		border: 1px solid #c1db81!important;
	}
}
.select_dbox {
	width: 209px;
	margin: 10px;
	text-align: center;
}
.select_dbox.last {
	margin-right: 0;
}
.select_dbox label {
	font-weight: bold;
	line-height: 1;
}
.t_box_size {
	font-size: 12px;
	margin-bottom: 5px;
}
.t_box_hr {
	width: 100%;
	height: 20px;
	padding: 10px;
	border-bottom: 1px solid #CCC;
	border-top: 0;
}
.select_dbox select {
	width: 140px;
	margin-right: 8px;
	font-size: 100%;
	margin-top: 10px;
}
.small {
	font-size: 13px;
	line-height: 1.3;
	margin-top: 5px;
}
#contact_f {
	font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
	width: 95%;
	margin: 0 auto;
}
/* thanks page */
.thanks_mess {
	text-align: center;
	padding: 30px;
	background: var(--var-theme-color);
}
/*.thanks_ttl {
}*/
h1.thanks_ttl {
	position: relative;
	text-align: center;
	color: #ed1f00;
	font-size: 2.2em;
	margin-bottom: 1.5em;
}
h1.thanks_ttl span {
    font-family: "ryo-gothic-plusn", sans-serif;
    font-weight: 900;
    font-size: clamp(16px, 5.5vw, 40px);
}
h1.thanks_ttl::before {
	position: absolute;
	top: 120%;
	left: 50%;
	margin-left: -50px;
	content: "";
	display: block;
	width: 100px;
	height: 2px;
	background-color: #ed1f00;
}
.thanks_mess p {
    max-width: 600px;
    margin: 0 auto 58px;
    text-align: left;
    line-height: 2;
}

.back_link {
	display: block;
	margin: 10px auto 40px;
	font-weight: bold;
}

/* 無料キット */
.kit_box {
	max-width: 1000px;
	padding: 20px 0 0 0;
	background: #0077c8;
	border-radius: 20px;
}
.kit_box_in {
    margin: 0 auto;
    padding: 25px;
    background: #fff;
    border: 10px solid #0077c8;
    border-radius: 30px;
}
.kit_box_in:after {
	content: "";
	display: block;
	clear: both;
}
.kit_col_l {
	max-width: 515px;
	float: left;
	font-size: calc(14px + 6 * ((100vw - 320px) / 1600));
}
.kit_m04 {
	margin-bottom: 8px;
	font-size: 15px;
	text-align: left;
}
.kit_m04 span {
	padding: 3px 5px;
	background: #0077c8;
	color: #fff;
}
.sage {
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 0.5em;
	text-align: left;
}
.aka {
	text-indent: -1em;
	padding-left: 1em;
	color: #e7211a;
	font-size: 90%;
}
.no_kit_atten {
	border: 1px solid #ff0000;
	padding: 20px;
	color: #ff0000;
	margin-bottom: 20px;
}
.no_kit_atten > h4 {
	font-size: 16px;
	font-weight: bold;
}
.dm-bnr {
	display: block;
	margin: 0 auto 70px;
	padding: 0;
}
.dm-bnr img {
	display: block;
	margin: 0 auto;
}
.yugi-bnr {
	display: block;
	margin: 0 auto 70px;
	padding: 0;
}
.yugi-bnr img {
	display: block;
	margin: 0 auto;
}
.vg-bnr {
	display: block;
	margin: 0 auto 70px;
	padding: 0;
}
.vg-bnr img {
	display: block;
	margin: 0 auto;
}
.ptop_120 {
	padding-top: 120px;
}

/* ====== 追加 ====== */

/* 画像ポップアップ */
.c {
	text-align: center;
}
.overlay { /* グレーの背景 */
	position: fixed;
	background: rgba(0, 0, 0, 0.2);
	transition: all 0.5s 0s ease;
	visibility: hidden;
	opacity: 0;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
#pop-up {
	display: none!important;
}
#pop-up:checked + .overlay {
	visibility: visible;
	opacity: 1;
	z-index: 100000;
	background-color: #000000D0;
	width: 100%;
}
.popWindow {
	border-radius: 5px;
	overflow: auto; /* スクロールバー用 */
	width: 800px;
	max-height: 95%; /* すき間 */
	min-width: fit-content; /* 横幅が広い時に白の部分が大きくならないため */
	max-width: 95%; /* すき間 */
	position: fixed;
	top: 50%; /* 中央に */
	left: 50%; /* 中央に */
	transform: translate(-50%, -50%); /* 中央に */
	z-index: 100010;
	font-size: 13px;
	line-height: 18px;
	margin: 10px auto;
	padding: 4px 10px;
	background: #FFFD; /* 枠の色 */
	text-align: center; /* 文字を中央寄せ */
	transition: all 500ms ease-in-out;
}
.popWindow .ptitle {
	font-size: 15px;
	margin: 8px;
	color: #333;
}
.popWindow .close {
	position: absolute;
	top: 8px;
	right: 10px;
	transition: all 300ms;
	font-size: 24px;
	line-height: inherit;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	padding: 2px;
}
.popWindow .close:hover {
	color: #06D85F;
}
.popWindow::-webkit-scrollbar-track {
	background: none;
}
.popWindow::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}
.popWindow::-webkit-scrollbar-thumb {
	background: #999;
	border-radius: 5px;
}
.clickable:hover {
	cursor: pointer;
}
@media screen and (max-width: 200px){
	#pop-up:checked + .overlay {
		visibility: hidden;
		opacity: 0;
	}
}/* end */

/* 安心の買取保証 */
#price_list {
	padding-bottom: 1px;
	background-color: var(--var-theme-color);
}
.price_list_div {
	border: solid 10px;
	border-radius: 30px;
	margin: 0 auto;
	width: 95%;
	max-width: 1000px;
	background-color: #fff;
}
.price_ttl_bg {
	width: 100%;
	padding: 15px 0;
	font-size: clamp(20px, 3vw , 40px);
	font-weight: bold;
	font-family: "ryo-gothic-plusn", sans-serif;
	white-space: nowrap;
}

.price_ttl_bg_02 {
	min-height: 56px; 
}

.price_txt {
	text-align: left;
	padding-top: 10px;
	width: 98%;
	margin: 0 auto;
	max-width: 1050px;
	align-items: center;
	justify-content: center;
}
.price_sage {
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 0.5em;
	text-align: left;
	font-weight: 500;
	letter-spacing: -0.02em;
}
/* end */

/* 悩み一覧 */
.worries_box {
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.worries_txt {
	color: black;
	background-color: white;
	font-weight: initial;
	text-align: left;
	border: none;
	padding: 0px 0px 10px 30px!important;
	font-size: calc(20px + 6 * ((100vw - 320px) / 1600));
	letter-spacing: -0.02em;
}
.worries_icon {
	color: #5bb531;
	padding-right: 0.1em;
}
.worries_sage {
	text-indent: -0.5em;
	margin-bottom: 0.5em;
	text-align: left;
	font-weight: 600;
	letter-spacing: -0.02em;
}/* end */

.main_bg_sp img {
	width: 100%;
	margin-top: 79px;
	margin-bottom: 20px;
}
.w98 {
	width:98%;
}
.mt_60 {
	margin-top: 60px!important;
}
.mb_60 {
	margin-bottom: 60px!important;
}
.mb_25 {
	margin-bottom: 25px;
}
.sp_newline {
	display: none;
}

@media screen and (max-width:768px) {
	.sp_newline {
		display: block;
	}
	.mt_60 {
		margin-top: 20px!important;
	}
	.mb_60 {
		margin-bottom: 20px!important;
	}
	.mb_25 {
		margin-bottom: 15px!important;
	}
}
@media screen and (max-width:900px) {
	.main_bg {
		height: 330px;
	}
}
@media screen and (max-width:650px) {
	.main_bg {
		height: auto;
	}
	.main_inner {
		flex-direction: column;		
	}
}
@media screen and (max-width:781px) {
	.reason3 img {
		padding-bottom: 10px;
	}
	.reason3 {
		padding-bottom: 0px
	}
}

/* フォームに追加 */
@media screen and (max-width: 770px){
	table.formTable th {
		width: 100% !important;
		display: block;
		border-top: none !important;
		border-bottom: none !important;
		border-right: 1px solid #c1db81;
		border-left: 1px solid #c1db81;
	}
	.formTable tbody {
		border-top: 1px solid #c1db81;
	}
}

/* 選ばれる理由 */
.reason_shell {
	text-align: center;
	background: var(--var-theme-color);
	padding: 30px 0;
}
.reason_box {
	margin: 0 auto;
	max-width: 1000px;
}
.reason_set {
	display: flex;
	padding: 20px;
	margin: 30px 20px 20px 20px;
	border-radius: 10px;
	border: 2px solid #eba82d;
	background-color: #ffffff;
	text-align: left;
	position: relative;
	left: auto;
	top: auto;
}
.reason_ttl img {
	height: 62px;
	width: auto;
	position: absolute;
	left: -19px;
	top: 10px;
	max-width: fit-content;
}
.reason_txt,.reason_img {
	padding-top: 46px;
}
.reason_set p {
	padding-top: 20px;  
	font-weight: 500!important;
	letter-spacing: -0.02em;
}
.r6_pc,.r2_pc {
	display: block;
}
.r6_sp,.r2_sp {
	display: none;
}/* end */

@media screen and (max-width: 768px) {
	.reason_set {
		flex-direction: column;
	}
	.od1 {
		order: 1;
	}
	.od2 {
		order: 2;
		padding-top: 52px;
		margin: 0 auto;
	}
	.reason_img.od2 {
		padding-top: 50px;
	}
	.od3 {
		order: 3;
	}
	.reason_txt p {
		padding-top: 20px;
	}.sp_pt_24 {
		padding-top: 24px!important;
	}
	.reason_txt {
		padding-top: 0;
	}
	.reason_ttl img {
		height: 42px;
		left: -13px;
		top: 10px;
	}
	.r6_pc,.r2_pc {
		display: block;
	}
	.r6_sp,.r2_sp {
		display: none;
	}
}
@media screen and (min-width: 769px) {
	.reason_set {
		max-width: 945px;
	}
	.reason_txt {
		width: 70%;
		margin: 0 10px;

		justify-items: center;
	}
	.reason_img {
		width: fit-content;
		margin: 0 10px;

		justify-items: center;
	}
	.sp_pt_24 {
		width: 100%;
	}
}
@media only screen and (max-width: 490px) {
	.r6_pc {
		display: none;
	}
	.r6_sp {
		display: block;
	}
}
@media only screen and (max-width: 398px) {
	.r2_pc {
		display: none;
	}
	.r2_sp {
		display: block;
	}
}
/* end */

/* 3ステップ */
.steps_shell {
	text-align: center;
	background: #ecf4e3;
	padding: 30px 0;
	margin-bottom: 40px;
}
.steps {
	margin: 0 auto;
	max-width: 1000px;
}
.steps_set {
	display: flex;
	padding: 20px;
	margin: 30px 20px 20px 20px;
	border-radius: 10px;
	border: 2px solid #60b630;
	background-color: #ffffff;
	text-align: left;
	position: relative;
	left: auto;
	top: auto;
}
.steps p {
	font-weight: 500!important;
	letter-spacing: -0.02em;
}
.steps_ttl img {
	height: 90px;
	width: auto;
	position: absolute;
	left: 18px;
	top: -28px;
}
.steps_txt {
	padding-top: 46px;
}/* end */
@media screen and (max-width: 768px) {
	.steps_set {
		flex-direction: column;
		margin-bottom: 40px!important;
	}
	.od1 {
		order: 1;
	}
	.od2 {
		order: 2;
		padding-top: 38px;
		margin: 0 auto;
	}
	.od3 {
		order: 3;
	}
	.steps_txt p {
		padding-top: 20px;
	}.sp_pt_24 {
		padding-top: 24px!important;
	}
	.steps_txt {
		padding-top: 0;
	}
	.steps_img.od2 {
		width: 80%;
	}
	.steps_ttl img {
		height: 63px;
		width: fit-content;
		position: absolute;
		left: 2%;
		top: -22px;
	}
}
@media screen and (min-width: 769px) {
	.steps_set {
		max-width: 945px;
	}
	.steps_txt {
		width: 70%;
		margin: 0 10px;

		justify-items: center;
	}
	.steps_img {
		width: 46%;
		margin: 0 10px;

		justify-items: center;
	}
	.sp_pt_24 {
		width: 100%;
	}
}/* end */

/* 宅配キットに追加 */
.kit_ttl_mgn {
	margin: 20px 8px 20px 5px;
}
.kit_ttl_mgn > img{
	width: 95%;
}
.kit_box_lead {
	margin: 0px auto;
	display: flex;
	text-align: left;
	justify-content: center;
	font-size: calc(22px + 6 * ((100vw - 100px) / 1300));
	font-weight: 600;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
	text-shadow: 1px 1px 2px #29282885;
	color: #0077c8;
	line-height: 1.4em;
}
.red_text {
	/*color: #fb272f;*/
	color: #e7211a;
	display: contents;
	font-weight: 600;
}
.kit_m04 span {
	padding: 3px 5px;
	background: #0077c8;
	color: #fff;
	font-weight: 600;
	font-size: calc(16px + 6 * ((100vw - 320px) / 1600));
}
.kit_box {
	width:95%;
	margin: 0 auto;
}
@media screen and (max-width: 501px) {
	.kit_box_lead {
		font-size: calc(16px + 6*((100vw - 100px) / 1300));
	}
	.kit_box_in {
		padding: 12px;
	}
} /* end */

/* 高額買取保証に追加 */
@media screen and (max-width:640px){
	.price_ttl_bg {
		font-size: clamp(22px,3vw,40px);
	}
	.price_txt {
		width: 88%
	}
} /* end */

/* Xボタン */
i.fa-solid.fa-square-caret-right {
	vertical-align: middle;
	font-size: large;
	padding-left: 8px;
}/* end */

/* キズ有サンプル */
.kizu {
	margin: 0 auto;
	padding: 20px 0 10px 0;
}
.kizu h3 {
	font-size: calc(20px + 6 * ((100vw - 320px) / 1600));
	font-weight: bold;
	color: #ee7800;
}
.kizu p {
	font-size: calc(14px + 6 * ((100vw - 320px) / 1600));
	font-weight: bolder;
	white-space: nowrap;
}
.kizu img {
	padding: 10px 10px 0 10px;
}/* end */