@charset "UTF-8";

/* smooth scroll */
html {
  scroll-behavior: smooth;
}
:target {
  scroll-margin-top: 60px; /* ヘッダーの高さ（60px）を指定 */
}

a:hover {
	opacity: 0.8;
	cursor: pointer;
}

.tac{
	text-align:center;
}
.inr_wrapper {
	max-width: 1010px;
	width: 100%;
	margin: 0 auto;
}
p{
	font-size:18px;
	line-height: 1.6;
	color: #434343;
}

.fv {
	position: relative;
}
.newttl {
	position: absolute;
	left: -50px;
	top: -20px;
	z-index: 10;
	font-size: 30px;
	background-color: #444692;
	width: 260px;
	height: 260px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #EBE64D;
	line-height: 1.6;
}

.inr_wrapper .notice_banner {
font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 2px 10px rgba(0,0,0,0.08);
margin: 40px auto;
}
.inr_wrapper .notice_banner__header {
background: #e8352b;
color: #fff;
font-size: 26px;
font-weight: 700;
text-align: center;
padding: 22px 20px;
letter-spacing: 0.02em;
}
.inr_wrapper .notice_banner__header .highlight {
color: #f5e926;
}
.inr_wrapper .notice_banner__body {
background: #fbdde0;
padding: 40px 50px 36px;
}
.inr_wrapper .notice_banner__title_row {
display: flex;
align-items: center;
gap: 24px;
margin-bottom: 30px;
}
.inr_wrapper .notice_banner__badge {
flex: 0 0 auto;
width: 118px;
height: 118px;
border-radius: 50%;
background: #e8352b;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
font-size: 26px;
font-weight: 700;
box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}
.inr_wrapper .notice_banner__title {
font-size: 30px;
font-weight: 700;
line-height: 1.5;
color: #333;
}
.inr_wrapper .notice_banner__title .red {
color: #e8352b;
}
.inr_wrapper .notice_banner__text {
font-size: 16px;
line-height: 1.9;
color: #333;
margin-bottom: 24px;
}
.inr_wrapper .notice_banner__text .red-bold {
color: #e8352b;
font-weight: 700;
}
.inr_wrapper .notice_banner__note {
font-size: 14px;
color: #333;
margin-bottom: 30px;
}
.inr_wrapper .notice_banner__buttons {
display: flex;
gap: 24px;
}
.inr_wrapper .btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
padding: 18px 30px;
border-radius: 40px;
font-size: 18px;
font-weight: 700;
color: #fff;
text-decoration: none;
cursor: pointer;
border: none;
}
.inr_wrapper .btn_primary {
background: #3f3f9e;
flex: 1;
}
.inr_wrapper .btn_secondary {
background: #1a9e4e;
flex: 1;
}
.inr_wrapper .btn .arrow {
font-size: 16px;
}
.inr_wrapper .btn.btn_primary .arrow {
	padding-bottom: 10px;
}
.inr_wrapper .btn.btn_primary:after {
	content: "";
    width: 6px;
    height: 6px;
    border-right: solid 2px #fff;
    border-top: solid 2px #fff;
    position: absolute;
    bottom: 50%;
    right: 3rem;
    transform: rotate(135deg);
    transition: .3s;
}
.fixed-width{
	padding-left:30px !important;
	padding-right:30px !important;
}

.pt40{
	padding-top:4rem;
}
.ptb{
	padding-top:8rem;
	padding-bottom:4rem;
}

.bg_full{
	overflow: hidden;
}

.bg_sky_full{
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background:rgba(255, 255, 255, 0.8);
}



.hero_refund_bg{
	background-image: url(../images/webp/new-bg.webp);
	padding: 3rem 3rem;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	position:relative;
}


.hero_refund_box{
	background:#fff;
	border-radius: 30px;
	border: 2px solid #444692;
	padding: 2rem;
	margin: 0 auto;
	z-index:1;
	position:relative;
	text-align:center;
}

.hero_refund_box .h1Box{
	display: flex;
	justify-content: center;
	align-items: center;
	gap:2rem;
	flex-direction: row-reverse;
	margin: 0 auto 1rem;
}
.hero_refund_box .h1Box h1{
	font-size:0;
}


.hero_refund_box .h1Box > p{
	width: 100px;
	height: 100px;
	background:#EBE64D;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #222222;
	font-weight:bold;
	font-size: 16px;
	line-height:1.0;
}
.hero_refund_box .h1Box > p big{
	font-size: 34px;
	display:inline;
}


.hero_refund_box h2{
	font-size:46px;
	background:linear-gradient(to right, #667EE8,#764BA0);
	-webkit-background-clip:text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 1.5rem;
	line-height: 1.2;
}
.hero_refund_box h2 small{
	font-size:40px;
}

.hero_refund_box h2 + p{
	font-size:16px;
	line-height: 1.6;
}

.hero_refund_box .h1Img{
	margin: 2rem auto 0;
}
.hero_refund_box .h1Img img{
	width:60%;
}

.bg_main{
	background:url('/product/taxfree/images/new/webp/bg_main.webp') repeat-y center top;
	background-size: cover;
	position:relative;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.2);
	background-blend-mode: lighten;
}
.bg_sky{
	background:rgba(255, 255, 255, 0.8);
}
.bg_blue{
	background:rgba(224, 227, 254, 0.8);
}

/* attention */
.inr_wrapper .notice_banner {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}
.inr_wrapper .notice_banner__header {
	background: #e8352b;
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	text-align: center;
	padding: 22px 20px;
	letter-spacing: 0.02em;
}
.inr_wrapper .notice_banner__header .highlight {
	color: #f5e926;
}
.inr_wrapper .notice_banner__body {
	background: #fbdde0;
	padding: 40px 50px 36px;
}
.inr_wrapper .notice_banner__title_row {
	display: flex;
	align-items: center;
	gap: 24px;
	margin-bottom: 30px;
}
.inr_wrapper .notice_banner__badge {
	flex: 0 0 auto;
	width: 118px;
	height: 118px;
	border-radius: 50%;
	background: #e8352b;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	font-weight: 700;
	box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}
.inr_wrapper .notice_banner__title {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.5;
	color: #1a1a1a;
}
.inr_wrapper .notice_banner__title .red {
	color: #e8352b;
}
.inr_wrapper .notice_banner__note {
	font-size: 14px;
	color: #333;
	margin-bottom: 30px;
}
.inr_wrapper .notice_banner__buttons {
	display: flex;
	gap: 24px;
}
.inr_wrapper .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 18px 30px;
	border-radius: 40px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	border: none;
}
.inr_wrapper .btn_primary {
	background: #3f3f9e;
	flex: 1;
}
.inr_wrapper .btn_secondary {
	background: #1a9e4e;
	flex: 1;
}
.inr_wrapper .btn .arrow {
	font-size: 16px;
}


.refundList {
	margin: 0 auto 0;
	padding: 3rem 0;
}
.refundList ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 8px;
	align-items: center;
}
.refundList li{
  display: grid;
  grid-template-rows: subgrid;
  position:relative;
	box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
}


.refundList li::before{
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 0;
        border-radius: 10px;
	background:linear-gradient(to right, #667EE8,#764BA0);
}
.refundList li::after {
        content: "";
        position: absolute;
        /* ボックスのサイズから線として出したい部分の分だけ小さくする */
        /* border-size: 2px; にしたいときは2*2px（上下or左右の分） */
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        top: 2px;
        left: 2px;
        z-index: 0;  /* グラデーションの上に被せる、かつ表示したいテキストより下にする */
        border-radius: 8px;
        background: #fff;
}

.refundList li a{
	z-index:1;
	position:relative;
	width: 100%;
	height: 100%;
	place-content: center;
	text-align: center;
	padding: 2rem;
	font-size:16px;
	color: #434343;
	line-height: 1.4;
}

.refundList li a span {
	font-size: 14px;
	font-weight:bold;
	background: #EBE64D;
	color: #434343;
	padding: 2px 5px;
	display:block;
	width:fit-content;

	margin: 0 auto 5px;
}

.refundList li a:after{
	content: "";
	width: 6px;
	height: 6px;
	border-right: solid 2px #444;
	border-top: solid 2px #444;
	position: absolute;
	bottom: 50%;
	right: 3rem;
	transform: rotate(135deg);
	transition: .3s;
}

.refundList p a{
	z-index:1;
	position:relative;
	place-content: center;
	text-align: center;
	font-size:16px;
	color: #444692;
	line-height: 1.4;
	margin: 4rem auto 0;
	display:block;
	width: fit-content;
}
.refundList p a:after{
	content: "";
	width: 6px;
	height: 6px;
	border-right: solid 2px #444692;
	border-top: solid 2px #444692;
	position: absolute;
	bottom: 6px;
	right: -2rem;
	transform: rotate(45deg);
	transition: .3s;
}

.refundH2{
	text-align:center;
	position:relative;
	font-size: 28px;
	font-weight:bold;
	margin-bottom:6rem;
}
.refundH2:after{
    background: #444692;
    height: 2px;
    width: 60px;
    bottom: -20px;
    margin: 0 -30px;
    opacity: 0.3;
    border-radius: 0;
}
.refundH2 strong{
	font-size: 40px;
	color:#444692;
}
.refundH2 span{
	background:linear-gradient(to right, #667EE8,#764BA0);
	display:block;
	width: fit-content;
	padding: 0.2em 0.8em;
	color:#fff;
	font-size:40px;
	margin: 0.4em auto;
}
.refundH2 big{
	font-size: 40px;
}
.refundH2 small{
	font-size:28px;
}

.refundH2 + p{
	font-size:16px;
	text-align:center;
}


.refundH3{
	text-align:center;
	position:relative;
	font-size: 32px;
	font-weight:bold;
	margin-bottom:3rem;
}
.refundH3 strong{
	font-size: 32px;
	color:#444692;
}

.refundH3 br{
	display:none;
}

.refundH3 + p{
	text-align:center;
}

.featureBox{
	padding: 5rem 0;
}
.featureBox .feature{
	padding: 55px 0 0 35px;
	width: 100%;
	margin: 0 auto 2rem;
	position:relative;
}
.featureBox .feature .featureNum{
	background:#989ACE;
	color:#fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction:column;
	font-size: 20px;
	font-weight:bold;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	position:absolute;
	top: 0;
	left: 0;
	gap: 1rem;
	
}
.featureBox .feature .featureNum big{
	font-size: 50px;
}
.featureBox .feature .featureIn{
	display: flex;
	justify-content: center;
}
.featureBox .feature .featureTxt{
	padding: 70px 30px;
	background:#fff;
	width:54%;
}
.featureBox .feature .featureTxt h3{
	font-size: 24px;
	margin-bottom:3rem;
}
.featureBox .feature .featureTxt p{
	font-size: 14px;
	font-weight:normal;
}

.featureBox .feature .featureImg{
	width:46%;
	display:flex;
	background:#fff;
}
.featureBox .feature .featureImg img{
	width:100%;
	flex-grow:1;
	object-fit:cover;
}
.featureBox .feature:nth-of-type(1) .featureImg img{
}
.featureBox .feature:nth-of-type(2) .featureImg img{
	object-fit:contain;
}
.featureBox .feature:nth-of-type(3) .featureImg {
	padding: 1rem;
}
.featureBox .feature:nth-of-type(3) .featureImg img{
	object-fit:contain;
}

.featureBox .featureTax{
	width:100%;
	padding-top: 5rem;
}
.featureBox .featureTax img{
	width:100%;
	margin-top: 5rem;
}



.bg_cta{
	background:linear-gradient(-90deg,rgba(67, 69, 133, 0.8) 0%, rgba(102, 126, 232, 0.8) 39%, rgba(68, 70, 146, 0.8) 100%),url('/product/taxfree/images/new/webp/bg_cta.webp') no-repeat center center;
	background-size: cover;
}

.ctaBox{
	padding: 8rem 0;
	display: flex;
	align-items: center;
	gap: 8rem;
}
.ctaBox .ctaTxt{
}
.ctaBox .ctaTxt h2{
	font-size:40px;
	font-weight:bold;
	color:#fff;
	text-shadow: 0px 0px 10px rgba(68, 70, 146, 1.0);
	margin-bottom: 5rem;
	line-height:1.4;
}
.ctaBox .ctaTxt h2 small{
	font-size:24px;
}
.ctaBox .ctaTxt h2 b{
	font-size:34px;
}
.ctaBox .ctaTxt h2 strong{
	color:#EBE64D;
}
.ctaBox .ctaTxt h2 + p{
	font-size:20px;
	color:#fff;
	font-weight:bold;
	text-shadow: 0px 0px 10px rgba(68, 70, 146, 1.0);
}
.ctaBox .ctaBtn{
	display:flex;
	flex-direction:column;
	gap: 10px;
}
.ctaBox .ctaBtn a.contactBtn{
	background:#00A64E;
	color:#fff;
	font-size: 24px;
	font-weight:bold;
	box-shadow: 0px 0px 20px 0px rgba(7, 8, 44, 0.3);
	border-radius: 10px;
	border: 2px solid #fff;
	padding: 0 4rem;
	display:block;
	min-width: 344px;
	height:100px;
	place-content:center;
}
.ctaBox .ctaBtn a.contactBtn span{
	color:#EBE64D;
	font-size: 18px;
}

.ctaBox .ctaBtn a.seminartBtn{
	background:#fff;
	color:#009965;
	font-size: 24px;
	font-weight:bold;
	box-shadow: 0px 0px 20px 0px rgba(7, 8, 44, 0.3);
	border-radius: 10px;
	border: 2px solid #009965;
	padding: 0 4rem;
	display:block;
	min-width: 344px;
	text-align:center;
	height:100px;
	place-content:center;
	line-height:1.2;
}
.ctaBox .ctaBtn a.seminartBtn span{
	font-size: 18px;
}


.nowBox{
	padding: 8rem 0;
}

.nowH3{
	text-align:center;
	position:relative;
	font-size: 28px;
	font-weight:bold;
	margin-bottom:3rem;
}
.nowH3 br{
	display:none;
}

.nowPlan{
	max-width: 880px;
	margin: 0 auto;
	padding: 3rem 0;
}
.nowPlan .nowFlex{
	display: flex;
	justify-content: center;
	margin: 0 auto 2rem;
}
.nowPlan .nowL{
	background:linear-gradient(to right, #667EE8,#764BA0);
	border-radius: 30px 0 0 0;
	min-width: 256px;
	padding: 2rem 3rem;
	place-content:center;
}
.nowPlan .nowL h4{
	background:#fff;
	border-radius: 0 15px 0 15px;
	padding: 1rem 2rem;
	display:block;
	margin-bottom: 1rem;
}
.nowPlan .nowL h4 img{
	max-width: 156px;
	width: 100%;
}

.nowPlan .nowL p{
	font-size:32px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	line-height: 1.2;
}
.nowPlan .nowL p span{
	color:#EBE64D;
}
.nowPlan .nowL p big{
	font-size:52px;
}
.nowPlan .nowL p sup{
	font-size:20px;
	vertical-align:super;
}


.nowPlan .nowR{
	background:#E0E3FE;
	border-radius: 0 0 30px 0;
	padding: 4rem 3rem;
}
.nowPlan .nowR h4{
	font-size:20px;
	margin-bottom: 2rem;
}
.nowPlan .nowR p{
	font-size:14px;
}

.anno{
	font-size: 12px;
	text-align:right;
}



.nowPlan2{
	margin: 0 auto;
	padding: 3rem 0 0;
}
.nowPlan2 .nowFlex{
	display: flex;
	justify-content: center;
	margin: 0 auto 2rem;
	gap: 2rem;
}

.nowPlan2 .nowF{
	display:flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	background:#E0E3FE;
	padding: 2rem 1.5rem;
	flex: 1;
}
.nowPlan2 .nowF h4{
	font-size: 20px;
	line-height:1.4;
/*	flex-grow:1;*/
	text-align:center;
	margin: 0 auto 1rem;
	order:1;
	display: flex;
	align-items: center;
	min-height:3.5em;
}
.nowPlan2 .nowF span{
	display:block;
	font-size:16px;
	font-weight:normal;
	background:#fff;
	padding: 0.4em 0.8em;
	margin: 0 auto 1rem;
	order:0;
}
.nowPlan2 .nowF p{
	flex-grow:1;
	font-size:14px;
	line-height:1.4;
	order:2;
}
.startBox h2 br{
	display:none;
}

.startFlex{
	display:flex;
	justify-content: center;
	align-items: center;
	padding: 2.5rem;
	background:#fff;
	margin: 4rem auto 8rem;
	gap:2rem;
}
.startH3{
	text-align:left;
	position:relative;
	font-size: 28px;
	font-weight:bold;
	margin-bottom:3rem;
}
.startH3 strong{
	color:#444692;
}
.startH3 + p{
	font-size: 14px;
	line-height:1.6;
}

.startSet{
	margin: 0 auto;
}
.bg_sky_full > .startSet{
	margin: 0 auto 6rem;
	max-width:950px;
}

.startSet .setBoxWrap{
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	border-radius: 40px;
	background:#fff;
	margin-top: 4rem;
	margin-bottom: 4rem;
}
.startSet .setBox1{
	border-radius: 40px 40px 0 0;
	background:#fff;
	padding: 4rem 4rem;
}
.startSet .setBox1 .setFlex{
	gap:3rem;
	display:flex;
	justify-content: start;
	margin-bottom:1rem;
	align-items:start;
}
.startSet .setBox1 .setFlex .setImg{
	width:290px;
	margin-left:0 !important;
}
.startSet .setBox1 .setFlex .setTxt{
	background:#fff !important;
	padding:0 !important;
	width:60%;
}
.startSet .setBox1 h5{
	margin-top:0rem;
	margin-bottom:0;
	line-height:1.4;
}
.startSet .setBox1 ul{
	font-size:1.6rem;
	line-height:1.6;
}
.startSet .setBox1 li{
	text-indent: -0.8em;
	padding-left:1em;
}
.startSet .setBox2{
	border-radius: 0 0 40px 40px;
	background:#F0F1FB;
	padding: 4rem 2rem;
	margin-bottom: unset !important;
}


.startSet .setBox{
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	border-radius: 40px;
	background:#fff;
	padding: 4rem 2rem;
	margin-bottom: 4rem;
}
.startSet .setBox:last-child{
	margin-bottom: 0;
}
.startSet .setH3{
	font-size: 32px;
	line-height:1.4;
	text-align:center;
	margin: 0 auto 2rem;
	color:#434343;
}
.startSet .setH3 span{
	display:block;
	font-size:28px;
	background:#fff;
	padding: 0.8rem 2rem;
	margin: 0 auto 3rem;
	width: fit-content;
	border:1px solid #ccc;
}
.startSet .setH3 br,
.startSet .setH3 span br{
	display:none;
}
.startSet .setH3 a{
	color:#434343;
	text-decoration:underline;
}
.startSet h3+p{
	font-size:1.6rem;
	text-align:center;
	margin-bottom:4rem;
}

.startSet h4{
	background:linear-gradient(to right, #667EE8,#764BA0);
	font-size: 28px;
	line-height:1.4;
	text-align:center;
	margin: 0 auto 3rem;
	padding: 0.8rem 2rem;
	color:#fff;
	width: fit-content;
	display:block;
}


.startSet .setFlex{
	gap:0;
	display:flex;
	justify-content: space-between;
	margin-bottom:1rem;
}

.startSet .setFlex .setImg{
	width:30%;
	max-width: 348px;
	position:relative;
	text-align:center;
	margin-left:1rem;
}
.startSet .setFlex .setImg img{
	width:100%;
}
.startSet .setFlex .setImg .swiper-slide li img{
	width:100%;
	max-width: 348px;
	margin-bottom:1rem;
}
.swiper-container{
	overflow:hidden;
	position:relative;
	text-align:center;
	padding-bottom: 2rem;
	width: 100%;
	height: 100%;
}
.swiper-slide{
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-button-next{
	position:absolute;
	top:42%;
	right: -2rem;
}
.swiper-button-prev{
	position:absolute;
	top:42%;
	left: -2rem;
}

.swiper-button-next:after,
.swiper-button-prev:after{
	color:#444692;
	font-size:30px;
}
.swiper-pagination{
	bottom: 0 !important;
}
.swiper-pagination-bullet-active{
	background:#444692;
}


.setBox .setFlex .setTxt,
.setBox1 .setFlex .setTxt{
	background:#F6F6F6 ;
	padding: 2.5rem 3rem;
	width: 66%;
display: grid;
grid-template-columns: 1fr;
grid-column-gap: 1rem;
grid-row-gap: 1rem;
}
.setBox2 .setFlex .setTxt{
	background:#fff !important;
	padding: 2.5rem 3rem !important;
	width: 66%;
}

.startSet .setFlex  dt{
	font-weight:bold;
	margin-bottom:1.5rem;
}

.startSet .setFlex  .priceDl{
	color:#434343;
	margin-bottom:2rem;
grid-area: 1 / 1 / 2 / 3;}
.startSet .setFlex  .priceDl dt{
	font-size:18px;
}
.startSet .setFlex  .priceDl dt sup{
	font-size:14px;
	vertical-align:super;
	font-weight:normal;
}
.startSet .setFlex  .priceDl dd{
	font-size:40px;
	font-weight:bold;
	color:#D33B3A;
}
.startSet .setFlex  .priceDl dd strong{
	font-size:28px;
	color:#434343;
	padding-right: 1rem;
}
.startSet .setFlex  .priceDl dd small{
	font-size:28px;
}
.startSet .setFlex  .priceDl dd span{
	font-size:16px;
	font-weight:normal;
	color:#D33B3A;
}

.startSet .setFlex  .setDl{
grid-area: 2 / 1 / 3 / 2;}
.startSet .setFlex  .setDl dt{
	font-size:16px;
}
.startSet .setFlex  .setDl dd{
	font-size:14px;
	margin-bottom:0.6rem;
	text-indent: -0.8em;
	padding-left:1em;
	line-height:1.4;
}
.startSet .setFlex  .setDl dd:last-child{
	margin-bottom:0rem;
}

.startSet .setFlex  .optionDl{
grid-area: 2 / 2 / 3 / 3;}
.startSet .setFlex  .optionDl dt{
	font-size:18px;
}
.startSet .setFlex  .optionDl dd{
	font-size:14px;
}
.startSet .setFlex  .optionDl dd .optionImg{
	background:#fff;
	padding:1rem;
	margin-top:2rem;
}
.startSet .setFlex  .optionDl dd img{
	max-width:150px;
	margin:0 auto;
	display:block;
}



.startSet .setBox2 .setFlex:nth-of-type(1){
	margin-bottom:3rem;
}

.setFlex .setTxt2{
	width:100%;
}
/* ---- レンタルプラン表示の場合 ---- 
.setFlex .setTxt2{
	width:28.5%;
}
 ---- /レンタルプラン表示の場合 ---- */


.setFlex .setTxt2 p{
	font-size:14px;
}
.setFlex  .setTbl{
	font-size:18px;
	font-weight:bold;
	color:#434343;
	flex: 1;

}
.setFlex h5{
	font-size:20px;
	margin-bottom:1rem;
}
.setFlex  .setTbl table{
	width: 100%;
}
.setFlex  .setTbl th{
	font-size:18px;
	font-weight:bold;
	color:#fff;
	background:#444692;
	text-align:center;
	padding: 2rem 3rem;
	width:50%;
}
.setFlex  .setTbl th:last-child{
	border-left:1px solid #DDDDDD;
}
.startSet .setTbl  td {
	text-align:center;
	font-weight:bold;
	background:#fff;
	padding: 2rem 3rem;
	width:50%;
	border-left:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
}
.setFlex  .setTbl tr td:nth-of-type(2){
	color:#D33B3A;
}
.setFlex  .setTbl tr td:last-child{
	border-left:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
}
.startSet .setTbl  td small{
	font-size:16px;
}
.startSet .setTbl  td span{
	font-size:16px;
	font-weight:normal;
	color:#434343;
}


.bnr_pc{
	display:block;
	max-width:1140px;
	width:96%;
	margin:6rem auto 5rem;
}
.bnr_pc img{
	width:100%;
}
.bnr_sp{
	display:none;
}



.faqH2 {
	font-size: 2.4rem;
	text-align: center;
	line-height: 1.5;
	position: relative;
	margin: 0 0 50px
}

.faqH2 span {
	font-size: 3.4rem
}

.faqH2 span.sub_title {
	font-size: 2.4rem
}

.faqH2 span.sub {
	font-size: 1.5rem;
	font-weight: 400
}

.faqH2::after {
    content: '';
    width: 60px;
    height: 2px;
    background: #444692;
    opacity: 0.3;
    border-radius: 3px;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.faq h3{
	position: relative;
	padding-bottom: 1.2em;
	font-size: 15px;
	cursor: pointer;
   transition: transform 0.3s;
}
        .faq h3:hover {
            transform: translateY(-4px);
			opacity:0.7;
        }

.faq h3::before {
	background-image: url(/product/atkessai/images/Q.svg);
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	background-size: contain;
	vertical-align: -9px;
	margin-left: -10px;
	background-size: contain
}
.faq h3::after {
	content:"\2b";
	font-family:Font Awesome\ 5 Free;
	font-weight:600;	
	right: 20px;
	bottom: 15px;
	font-size: 16px;
	position:absolute;
	width:18px;
	height:18px;
	text-align:center;
	line-height: 18px;
	color:#fff;
	background:#444692;
	border-radius:50%;
	padding: 2px;
}
.faq h3.open::after {
	content:"\f068";
	font-size:14px;
}
.faq p {
	position: relative;
	padding-bottom: 2rem;
	font-size: 15px;
	position: relative;
	margin-left: 30px;
	display: none;
	}


.newtaxBox{
	padding: 8rem 0;
	text-align:center;
	background:#444692;
}
.newtaxBox h2{
	font-size:40px;
	font-weight:bold;
	color:#fff;
	margin-bottom: 3rem;
	line-height:1.4;
}
.newtaxBox h2 small{
	font-size:24px;
}
.newtaxBox h2 + p{
	font-size:16px;
	color:#fff;
}

.taxhowBox{
	padding: 14rem 0 5rem;
	position:relative;
}
.taxhowBox:before{
	content:'●　●　●';
	writing-mode: vertical-rl;
/*	content:'\f142';
	font-family:Font Awesome\ 5 Free;
*/
	font-weight:600;
	
	font-size: 12px;
	color:#AAAAAA;
	left: calc(50% - 0.2em);
	top: 4rem;
	position:absolute;
	text-align:center;
}

.taxhowDl{
	font-size:16px;
	color:#434343;
	display:flex;
	flex-wrap: wrap;
	gap: 3rem 0;
	margin-bottom: 3rem;
}
.taxhowDl dt{
	font-weight:bold;
	text-align:center;
	padding: 1rem;
	background:#E9EAF3;
	line-height: 1.6;
	width: 20%;
	place-content:center;
}
.taxhowDl dd{
	line-height: 1.6;
	padding: 1rem 1rem 1rem 2rem;
	width:80%;
}

.taxGrid .taxhow:nth-of-type(1) label {
	display:none;
}
.taxGrid{
	display:grid;
	grid-template-columns: 1fr 1fr;
	gap: 10%;
}
.taxGrid .taxhow{
	position:relative;
}
.taxGrid .taxhow:nth-of-type(2)::before{
  display: inline-block;
  position:absolute;
  top: 50%;
  right: calc(100% + 10px);
  content:'';
  width: 70px;
  height: 67.9px;
	background:linear-gradient(to right, #667EE8,#764BA0);
  clip-path: polygon(0 22%, 51.5% 22%, 51.5% 0, 100% 50%, 51.5% 100%, 51.5% 78%, 0 78%);
}

.taxGrid .taxhow .howTit{
	background:#989ACE;
	text-align:center;
	padding: 1rem;
}
.taxGrid .taxhow .howTit h3{
	display:flex;
	flex-direction: column;
	align-items: center;
	font-size:24px;
	color:#fff;
	line-height: 1.4;
}
.taxGrid .taxhow .howTit h3 small{
	font-size:12px;
	margin-bottom: 1rem;
}
.taxGrid .taxhow .howTit h3 span{
	display:block;
	width: fit-content;
	font-size:18px;
	padding: 0.6rem 1rem;
	color:#434343;
	background:#fff;
}


.taxGrid .taxhow.change .howTit{
	background:#444692 !important;
}
.taxGrid .taxhow.change .howTit h3{
	color:#EBE64D !important;
}
.taxGrid .taxhow.change .howTit h3 small{
}
.taxGrid .taxhow.change .howTit h3 span{
	color:#444692 !important;
	background:#fff !important;
}


.taxGrid .howTxt{
	background:#E9EAF3;
	display: flex;
	gap: 5rem;
	flex-direction: column;
	padding: 3rem 2rem;
}
.taxGrid .howTxt .how{
	background:#fff;
	border-radius: 15px;
	position:relative;
}
.taxGrid .howTxt .how:after{
	content:'';
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 25px solid #C5C6E1;
  border-bottom: 0;
	position: absolute;
	bottom: -40px;
	left: calc(50% - 20px);
}
.taxGrid .howTxt .how h4{
	display:block;
	background:#C5C6E1;
	color:#434343;
	border-radius: 15px 0 15px 0;
	text-align:center;
	padding: 2rem;
	position:absolute;
	top:0;
	left:0;
}

.taxGrid .howTxt .how .howTxtFlex{
	display:flex;
	align-items: center;
	gap: 2rem;
	padding: 4rem 2rem 1rem;
}
.taxGrid .howTxt .how:nth-of-type(2) .howTxtFlex{
	padding: 8rem 2rem 3rem;
}
.taxGrid .howTxt .how .howTxtFlex p{
	font-size:16px;
	line-height:1.4;
}
.taxGrid .howTxt .how .howTxtFlex p strong{
	font-size:16px;
}
.taxGrid .howTxt .how .howTxtFlex p small{
	font-size:16px;
}

.taxGrid .howTxt .howLast{
	width: 110px;
	height: 110px;
	background:#444692;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border-radius:50%;
	margin: 0 auto;
}
.taxGrid .howTxt .howLast .howTxtlast{
	
}
.taxGrid .howTxt .howLast .howTxtlast p{
	font-size:16px;
	line-height: 1.4;
	color:#fff;
	text-align:center;
}



.diffBox{
background: linear-gradient(0deg,rgba(39, 42, 128, 1) 0%, rgba(68, 70, 146, 1) 100%);
padding: 5rem 0;
}

.diffBox h2{
	position: relative;
	padding-bottom: 1.2em;
	font-size:40px;
	font-weight:bold;
	color:#fff;
	line-height:1.4;
	cursor: pointer;
   transition: transform 0.3s;
   text-align:center;
   position:relative;
}
.diffBox h2 small{
	font-size:24px;
}

        .diffBox h2:hover {
            transform: translateY(-4px);
			opacity:0.7;
        }
.diffBox h2::before,
.diffBox h2::after,
.diffBox h2 small{
  pointer-events: none;
}
.diffBox h2::before {
	content: "";
	display: block;
	width: 95px;
	height: 5px;
	position: absolute;
	left: calc( 50% - 47.5px);
	bottom: 0px;
	background-color: #EBE64D;
}
.diffBox h2::after {
	content:"\2b";
	font-family:Font Awesome\ 5 Free;
	font-weight:600;	
	right: 20px;
	bottom: 50px;
	font-size: 40px;
	position:absolute;
	width:40px;
	height:40px;
	text-align:center;
	line-height: 40px;
	color:#444692;
	background:#EBE64D;
	border-radius:50%;
	padding: 4px;
}

.diffBox.open{
	background:#F0F1FB;
}
.diffBox.open  h2{
	color:#434343;
}
.diffBox.open  h2::after {
	content:"\f068";
	font-size:24px;
	background:#444692;
	color:#fff;
}
.diffBox .diffTbl {
	position: relative;
	padding: 5rem 0 2rem;
	font-size: 16px;
	line-height:1.4;
	position: relative;
	display: none;
	}

.diffBox .diffTbl table{
	width: 100%;
}
.diffBox .diffTbl th{
	font-size:18px;
	font-weight:bold;
	color:#fff;
	background:#444692;
	text-align:left;
	padding: 2rem 3rem;
	width:auto;
	text-align:center;
}
.diffBox .diffTbl th:last-child{
	border-left:1px solid #444692;
	color:#EBE64D;
}
.diffBox .diffTbl  td {
	text-align:left;
	background:#fff;
	padding: 2rem 1rem;
	width:auto;
	border-left:1px solid #444692;
	border-right:1px solid #444692;
	border-bottom:1px solid #444692;
}
.diffBox .diffTbl tr:nth-of-type(n+1) td{
	background:#F4F5F8;
}
.diffBox .diffTbl tr td:last-child{
	border-left:1px solid #444692;
	border-right:1px solid #444692;
	border-bottom:1px solid #444692;
}
.diffBox .diffTbl  td small{
	font-size:16px;
}
.diffBox .diffTbl  td span{
	font-size:16px;
	font-weight:normal;
	color:#434343;
}




.flowBox{
	padding-top:8rem;
}
.flowBox h2{
	margin-bottom:9rem;
}

.flowBox .flowCase{
	margin-bottom:5rem;
}
.flowBox .flowCase br{
	display:none;
}

.flowBox .flowCase:nth-of-type(2){
}


.flowBox h3{
	font-size:28px;
	line-height:1.4;
	font-weight:bold;
	text-align:left;
	margin-bottom:3rem;
}

.flowBox .flowCase h3:before{
	color:#444692;
	content:'\f007';
	font-size: 40px;
	margin-right:1.5rem;
	font-family: 'Font Awesome 5 Free';
	font-weight: 800;
}
.flowBox .flowCase:nth-of-type(2) h3:before{
	content:'\f54e';
}
.flowBox .flowGrid{
	display:grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 4%;
	background:#E9EAF3;
	padding: 3rem 2rem;

}
.flowBox .flowGrid .flow{
	background:#fff;
	border-radius:30px;
	box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
	position:relative;
	padding: 1.5rem;
}
.flowBox .flowGrid .flow::after{
	content:'';
  border-style: solid;
  border-right: 0;
  border-left: 20px solid #C5C6E1;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
	position: absolute;
	bottom: calc(50% - 18px);
	left: calc(100% + 9px);
}
.flowBox .flowGrid .flow:last-child::after{
	display:none;
}
.flowBox .flowGrid .flow h4{
	position:relative;
	display: grid;
	align-items: center;
	line-height:1.4;
	grid-template-columns: auto 1fr;
	font-size:16px;
	margin-bottom:1rem;
}
.flowBox .flowGrid .flow h4 span{
	background:linear-gradient(to right, #667EE8,#764BA0);
	display:inline-block;
	width:36px;
	height:36px;
	line-height:36px;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	border-radius:50%;
	text-align:center;
	margin-right:1rem;
}

.flowBox .flowGrid .flow dl{
	display:flex;
	flex-direction: column;
	align-items:center;
	gap:1rem;
}
.flowBox .flowGrid .flow dl dt{
	text-align:center;
}
.flowBox .flowGrid .flow dl dd{
	font-size:14px;
	line-height:1.4;
}





.readyBox{
background: linear-gradient(0deg,rgba(39, 42, 128, 1) 0%, rgba(68, 70, 146, 1) 100%);
padding: 5rem 0;
}

.readyBox h2{
	position: relative;
	padding-bottom: 1.2em;
	font-size:40px;
	font-weight:bold;
	color:#fff;
	line-height:1.4;
	cursor: pointer;
   transition: transform 0.3s;
   text-align:center;
}
.readyBox h2 small{
	font-size:24px;
}

        .readyBox h2:hover {
            transform: translateY(-4px);
			opacity:0.7;
        }

.readyBox h2::before {
	content: "";
	display: block;
	width: 95px;
	height: 5px;
	position: absolute;
	left: calc( 50% - 47.5px);
	bottom: 0px;
	background-color: #EBE64D;
}
.readyBox h2::after {
	content:"\2b";
	font-family:Font Awesome\ 5 Free;
	font-weight:600;	
	right: 20px;
	bottom: 50px;
	font-size: 40px;
	position:absolute;
	width:40px;
	height:40px;
	text-align:center;
	line-height: 40px;
	color:#444692;
	background:#EBE64D;
	border-radius:50%;
	padding: 4px;
}

.readyBox.open{
	background:#F0F1FB;
}
.readyBox.open  h2{
	color:#434343;
}
.readyBox.open  h2::after {
	content:"\f068";
	font-size:24px;
	background:#444692;
	color:#fff;
}
.readyBox .readyWrap {
	padding: 5rem 0 2rem;
	font-size: 16px;
	line-height:1.4;
	position: relative;
	display: none;
	margin: 0 auto;
}
.readyBox .readyWrap .readyFlex {
	display: flex;
	justify-content: center;
	gap: 2rem;
	flex-wrap:wrap;
}
.readyBox .readyWrap .readyFlex .ready {
	display: flex;
	background:#fff;
	flex-direction:column;
	gap: 2rem;
	padding: 2rem;
	width:31%;
}

.readyBox .readyWrap .readyFlex .ready h3 {
	color:#434343;
	font-size: 26px;
	font-weight:bold;
	margin-bottom:1rem;
}
.readyBox .readyWrap .readyFlex .ready h3 i{
	font-family:Font Awesome\ 7 Free;
	font-weight:600;
	color:#444692;
	font-size:30px;
	font-style:normal;
	margin-right:1rem;
}
.readyBox .readyWrap .readyFlex .ready .readyDl dt,
.readyBox .readyWrap .readyFlex .ready .readyDl2 dt{
	font-size: 16px;
	font-weight:bold;
	color:#fff;
	line-height:1.4;
	background:#989ACE;
	display:block;
	width: fit-content;
	padding: 0.6rem 1rem;
	margin-bottom:1rem;
}
.readyBox .readyWrap .readyFlex .ready .readyDl dd,
.readyBox .readyWrap .readyFlex .ready .readyDl2 dd{
	font-size:14px;
	line-height: 1.4;
	color:#434343;
}
.readyBox .readyWrap .readyFlex .ready .readyDl2 {
}
.readyBox .readyWrap .readyFlex .ready .readyDl2 dt {
	background:#444692;
}


@media screen and (max-width:1023px) {
.full-width .fixed-width{
	padding-left:30px !important;
	padding-right:30px !important;
}
.hero_refund_bg .fixed-width{
	padding-left:unset !important;
	padding-right:unset !important;
}
.hero_refund_bg{
	background-image: url(../images/webp/new-bg-sp.webp);
	padding: 30px 0;
	background-position: top right;
	position:relative;
}
.newttl {
    position: inherit;
    left: 0;
    top: 0;
    z-index: 0;
    font-size: 30px;
    background-color: #444692;
    width: 100%;
    height: auto;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #EBE64D;
    line-height: 1.2;
    padding: 20px 0;
}


.hero_refund_box{
	background:unset;
	border-radius: unset;
	border: unset;
	padding: 2rem 2rem 0;
	margin: 0 auto;
	z-index:1;
	position:relative;
	text-align:left;
}

.hero_refund_box .h1Box{
	display: flex;
	justify-content: start;
	align-items: end;
	gap:2rem;
	flex-direction: row;
	margin: 0 auto 2rem;
}

.hero_refund_box .h1Box > p{
	width: 20vw;
	height: 20vw;
	font-size: 2.8vw;
	line-height:1.2;
}
.hero_refund_box .h1Box > p big{
	font-size: 5vw;
	display:inline;
	line-height: 0.6;
}
.hero_refund_box h1 > img{
	width:100%;
	max-width:300px;
}
.hero_refund_box .h1Box h2 img {
	width: 200px;
}

.hero_refund_box h2{
	font-size:5vw;
}
.hero_refund_box h2 small{
	font-size:4vw;
}

.hero_refund_box h2 + p{
	font-size:16px;
	line-height: 1.6;
}

.hero_refund_box .h1Img{
	margin: 2rem auto 0;
}
.hero_refund_box .h1Img img{
	width:70%;
}


.bg_sky{
	background:#F0F1FB;
	padding: 3rem;
}
.bg_blue{
	background:#F0F1FB;
}

.refundList{
	background:rgba(255, 255, 255, 0.8);
	border-radius:30px;
}

.refundList ul{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 8px;
	align-items: center;
}
.refundList li{
  display: grid;
  grid-template-rows: subgrid;
  position:relative;
	box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
	width:80%;
	margin: 0 auto;
}
.refundList li a{
	z-index:1;
	position:relative;
	width: 100%;
	height: 100%;
	place-content: center;
	text-align: center;
	padding: 1.5rem;
	font-size:14px;
	color: #434343;
	line-height: 1.4;
}
.refundList li:nth-of-type(3) a br{
	display:none;
}
.refundList p a{
	margin: 2rem auto 0;
}


.refundH2{
	font-size: 24px;
	line-height:1.4;
}
.refundH2 strong{
	font-size: 28px;
}
.refundH2 span{
	font-size:24px;
	line-height:1.4;
}
.refundH2 big{
	font-size: 28px;
}
.refundH2 small{
	font-size:18px;
}

.refundH2 + p{
	font-size:14px;
	text-align:left;
}


.refundH3{
	font-size: 20px;
	margin-bottom:2rem;
}
.refundH3 strong{
	font-size: 20px;
}

.refundH3 + p{
	text-align:center;
	font-size:14px;
}

.featureBox{
	padding: 5rem 0;
}
.featureBox .feature{
	padding: 3vw 0 0 0;
	width: 100%;
	margin:0 auto 4rem;
}
.featureBox .feature .featureNum{
	flex-direction:column;
	font-size: 100%;
	width: 20vw;
	height: 20vw;
	max-width:100px;
	max-height:100px;
	border-radius: 100%;
	top: -4vw;
	left: -2vw;
	gap: 0.5rem;
	
}
.featureBox .feature .featureNum big{
	font-size: 270%;
}
.featureBox .feature .featureIn{
	display: flex;
	justify-content: center;
	flex-direction:column;
}
.featureBox .feature .featureTxt{
	padding:50px 20px 20px;
	width:100%;
}
.featureBox .feature .featureTxt h3{
	font-size: 18px;
	margin-bottom:1rem;
}
.featureBox .feature .featureTxt p{
	font-size: 14px;
	font-weight:normal;
}

.featureBox .feature .featureImg{
	width:100%;
	display:flex;
	background:#fff;
}
.featureBox .feature .featureImg img{
	width:100%;
	flex-grow:1;
	object-fit:cover;
}
.featureBox .feature:nth-of-type(1) .featureImg img{
}
.featureBox .feature:nth-of-type(2) .featureImg img{
	object-fit:contain;
}
.featureBox .feature:nth-of-type(3) .featureImg {
	padding: 1rem;
}
.featureBox .feature:nth-of-type(3) .featureImg img{
	object-fit:contain;
}

.featureBox .featureTax{
	width:100%;
	padding-top: 0;
}
.featureBox .featureTax .scrollBox{
	width:100%;
	margin-top: 2rem;
	overflow:hidden;
}
.featureBox .featureTax .scrollBox img{
	width:850px;
	margin-top: unset;
}


.ctaBox{
	padding: 4rem 0;
	display: flex;
	align-items: center;
	gap: 3rem;
	flex-direction:column;
}
.ctaBox .ctaTxt{
}
.ctaBox .ctaTxt h2{
	font-size:28px;
	margin-bottom: 2rem;
	line-height:1.4;
	text-align:center;
}
.ctaBox .ctaTxt h2 small{
	font-size:20px;
}
.ctaBox .ctaTxt h2 b{
	font-size:28px;
}
.ctaBox .ctaTxt h2 strong{

}
.ctaBox .ctaTxt h2 + p{
	font-size:14px;
}

.ctaBox .ctaBtn{
	display:flex;
	flex-direction:row;
	gap: 10px;
}

.ctaBox .ctaBtn a.contactBtn{
	font-size: 18px;
	border-radius: 10px;
	border: 2px solid #fff;
	padding: 2rem 4rem;
	display:block;
	min-width: 280px;
	text-align:center;
}
.ctaBox .ctaBtn a.contactBtn span{
	font-size: 18px;
}


.ctaBox .ctaBtn a.seminartBtn{
	font-size: 18px;
	border-radius: 10px;
	border: 2px solid #009965;
	padding: 0 4rem;
	min-width: 280px;
	text-align:center;
}
.ctaBox .ctaBtn a.seminartBtn span{
	font-size: 18px;
}




.nowBox{
	padding: 4rem 0;
}

.nowBox .refundH2{
	font-size: 28px;
	line-height:1.4;
}

.nowH3{
	font-size: 20px;
	margin-bottom:2rem;
}


.nowPlan{
	max-width: 880px;
	margin: 0 auto;
	padding: 1rem 0;
}
.nowPlan .nowFlex{
	display: flex;
	justify-content: center;
	margin: 0 auto 1rem;
	flex-direction:column;
}
.nowPlan .nowL{
	background:linear-gradient(to right, #667EE8,#764BA0);
	border-radius: 30px 0 0 0;
	min-width: 256px;
	padding: 2rem 3rem;
	place-content:center;
}
.nowPlan .nowL h4{
	padding: 1rem 2rem;
	text-align:center;
	max-width:450px;
	margin:0 auto 1rem;
}
.nowPlan .nowL h4 img{
	max-width: 156px;
	width: 100%;
}

.nowPlan .nowL p{
	font-size:32px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	line-height: 1.2;
}
.nowPlan .nowL p span{
	color:#EBE64D;
}
.nowPlan .nowL p big{
	font-size:52px;
}
.nowPlan .nowL p sup{
	font-size:20px;
	vertical-align:super;
}


.nowPlan .nowR{
	background:#E0E3FE;
	border-radius: 0 0 30px 0;
	padding: 4rem 3rem;
}
.nowPlan .nowR h4{
	font-size:20px;
	margin-bottom: 2rem;
}
.nowPlan .nowR p{
	font-size:14px;
}

.anno{
	font-size: 12px;
	text-align:left;
}


.nowPlan2{
	margin: 0 auto;
	padding: 3rem 0 0;
}
.nowPlan2 .nowFlex{
	display: flex;
	justify-content: center;
	margin: 0 auto 2rem;
	gap: 2rem;
	flex-direction:column;
}

.nowPlan2 .nowF{
	display:flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	background:#E0E3FE;
	padding: 2rem 1.5rem;
	flex: 1;
}
.nowPlan2 .nowF h4{
	font-size: 20px;
	line-height:1.4;
	margin: 0 auto 2rem;
	min-height:unset;
}
.nowPlan2 .nowF h4 br{
	display:none;
}

.nowPlan2 .nowF span{
	display:block;
	font-size:16px;
	font-weight:normal;
	background:#fff;
	padding: 0.4em 0.8em;
	margin: 0 auto 1rem;
	order:0;
}
.nowPlan2 .nowF p{
	flex-grow:1;
	font-size:14px;
	line-height:1.6;
	order:2;
}


.startBox{
	padding: 4rem 0 0;
}
.startFlex{
	padding: 2.0rem;
	margin: 2rem auto 4rem;
	gap:2rem;
	flex-direction:column;
}
.startFlex .startImg{
	width:100%;
	text-align:center;
}

.startFlex .startImg img{
	width:100%;
	max-width:600px;
}

.startH3{
	text-align:center;
	font-size: 20px;
	margin-bottom:2rem;
}
.startH3 strong{
}
.startH3 + p{
	font-size: 14px;
	line-height:1.6;
}

.ptb{
	padding-top:4rem;
	padding-bottom:2rem;
}

.startSet{
	margin: 0 ;
}
.bg_sky_full > .startSet{
	margin: 0 3rem 3rem;
}

.startSet .setBoxWrap{
	margin: 2rem auto;
}
.startSet .setBox1{
	padding: 2rem 2rem;
	border-radius:20px 20px 0 0;
}
.startSet .setBox1 .setFlex{
	gap:2rem;
	flex-direction:column;
	display:flex;
	justify-content: start;
	margin-bottom:1rem;
	align-items:start;
}
.startSet .setBox1 .setFlex .setImg{
	width:100%;
	margin:0 auto !important;
}
.startSet .setBox1 .setFlex .setTxt{
	width:100%;
}
.startSet .setBox1 h5{
	margin-top:0.5rem;
	margin-bottom:1rem;
	line-height:1.4;
	font-size:18px;
}
.startSet .setBox1 ul{
	font-size:1.6rem;
	line-height:1.6;
}
.startSet .setBox1 li{
}
.startSet .setBox2{
	padding: 4rem 1rem 2rem;
	border-radius: 0 0 20px 20px;
}


.startSet .setBox{
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	border-radius: 20px;
}
.startSet .setBox:last-child{
	margin-bottom: 0;
}
.startSet .setH3{
	font-size: 24px;
	line-height:1.4;
	margin: 0 auto 2rem;
}
.startSet .setH3 span{
	font-size:20px;
	width: fit-content;
	margin: 0 auto 2rem;
}

.startSet .setH3 a{
}
.startSet h3+p{
	font-size:1.4rem;
	text-align:left;
	margin-bottom:2rem;
}

.startSet h4{
	font-size: 20px;
	line-height:1.4;
	margin: 0 auto 2rem;
	padding: 0.8rem 2rem;
}


.startSet .setFlex{
	gap:0;
	display:flex;
	justify-content: space-between;
	margin-bottom:1rem;
	flex-direction: column;
}

.startSet .setFlex .setImg{
	width:90%;
	max-width: 600px;
	margin:0 auto 2rem;
}
.startSet .setFlex .setImg img{
	width:100%;
}
.startSet .setFlex .setImg .swiper-slide li img{
	width:90%;
	max-width: 600px;
	margin-bottom:1rem;
}
.swiper-container{
	padding-bottom: 2rem;
}
.swiper-slide{
	place-content: center;
}

.swiper-button-next{
	top:42%;
	right: -2rem;
}
.swiper-button-prev{
	top:42%;
	left: -2rem;
}

.swiper-button-next:after,
.swiper-button-prev:after{
	font-size:26px;
}
.swiper-pagination{
	bottom: 0 !important;
}
.swiper-pagination-bullet-active{
}


.setBox .setFlex .setTxt,
.setBox1 .setFlex .setTxt{
	padding: 2.5rem 2rem;
	width: 100%;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(3, auto);
	gap:0;
}
.setBox2 .setFlex .setTxt{
	padding: 2.5rem 2rem !important;
	width: 100%;
}






.startSet .setFlex  dt{
	font-weight:bold;
	margin-bottom:1.0rem;
	position:relative;
}


.startSet .setFlex  .priceDl{
	margin-bottom:2rem;
	grid-area: unset;
	padding-bottom:1rem;
	padding-right:1rem;
	padding-left:1rem;
}
.startSet .setFlex  .priceDl dt{
	font-size:14px;
}
.startSet .setFlex  .priceDl dt sup{
	font-size:12px;
}
.startSet .setFlex  .priceDl dd{
	font-size:28px;
}
.startSet .setFlex  .priceDl dd strong{
	font-size:16px;
	padding-right: 1rem;
}
.startSet .setFlex  .priceDl dd small{
	font-size:16px;
}
.startSet .setFlex  .priceDl dd span{
	font-size:12px;
}

.startSet .setFlex  .setDl{
	grid-area: unset;
	padding-bottom:1rem;
	padding-right:1rem;
	padding-left:1rem;
}
.startSet .setFlex  .setDl dt{
	font-size:14px;
	margin-bottom:1rem;
}
.startSet .setFlex  .setDl dd{
	font-size:12px;
	margin-bottom:0.6rem;
	line-height:1.4;
	display:none;
}
.startSet .setFlex  .setDl dd:last-child{
	margin-bottom:0rem;
}

.startSet .setFlex  .optionDl{
	grid-area: unset;
	padding-bottom:1rem;
	margin-top:2rem;
	padding-right:1rem;
	padding-left:1rem;
}
.startSet .setFlex  .optionDl dt{
	font-size:14px;
	margin-bottom:1rem;
}
.startSet .setFlex  .optionDl dd{
	font-size:12px;
	display:none;
}
.startSet .setFlex  .optionDl dd .optionImg{
	width:fit-content;
}
.startSet .setFlex  .optionDl dd img{
	max-width:150px;
	display:block;
}

.startSet .setFlex dl{
	border-bottom: 1px solid #ddd;
	padding-bottom: 1rem;
}




.startSet .setFlex .setDl dt::after,
.startSet .setFlex .optionDl dt::after{
	content:"\2b";
	font-family:Font Awesome\ 5 Free;
	font-weight:600;	
	right: 0;
	bottom: 0;
	font-size: 16px;
	position:absolute;
	width:18px;
	height:18px;
	text-align:center;
	line-height: 18px;
	color:#fff;
	background:#444692;
	border-radius:50%;
	padding: 2px;
}
.startSet .setFlex .setDl dt.open::after,
.startSet .setFlex .optionDl dt.open::after{
	content:"\f068";
	font-size:14px;
}






.startSet .setBox2 .setFlex:nth-of-type(1){
	margin-bottom:2rem;
}

.setFlex .setTxt2{
	width:100%;
}
/* ---- レンタルプラン表示の場合 ---- 
.setFlex .setTxt2{
	width:28.5%;
}
 ---- /レンタルプラン表示の場合 ---- */


.setFlex .setTxt2 p{
	font-size:14px;
}
.setFlex  .setTbl{
	font-size:18px;
	font-weight:bold;
	color:#434343;
	flex: 1;

}
.setFlex h5{
	font-size:20px;
	margin-bottom:1rem;
}
.setFlex  .setTbl table{
	width: 100%;
}
.setFlex  .setTbl th{
	font-size:18px;
	font-weight:bold;
	color:#fff;
	background:#444692;
	text-align:center;
	padding: 2rem 3rem;
	width:50%;
}
.setFlex  .setTbl th:last-child{
	border-left:1px solid #DDDDDD;
}
.startSet .setTbl  td {
	text-align:center;
	font-weight:bold;
	background:#fff;
	padding: 2rem 3rem;
	width:50%;
	border-left:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
}
.setFlex  .setTbl tr td:nth-of-type(2){
	color:#D33B3A;
}
.setFlex  .setTbl tr td:last-child{
	border-left:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
}
.startSet .setTbl  td small{
	font-size:16px;
}
.startSet .setTbl  td span{
	font-size:16px;
	font-weight:normal;
	color:#434343;
}

.bnr_pc{
	width:90%;
	margin:6rem auto 5rem;
}




.faqH2 {
	font-size: 24px;
	line-height: 1.4;
	margin: 0 0 60px;
}

.faqH2 span {
	font-size: 24px;
}

.faqH2 span.sub_title {
	font-size: 2.4rem
}

.faqH2 span.sub {
	font-size: 1.5rem;
	font-weight: 400
}

.faqH2::after {
    content: '';
    width: 60px;
    height: 2px;
    background: #444692;
    opacity: 0.3;
    border-radius: 3px;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.faq h3{
	font-size: 14px;
	text-indent: -3rem;
	padding: 1rem 3rem;
}
        .faq h3:hover {
            transform: translateY(-4px);
			opacity:0.7;
        }

.faq h3::before {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	background-size: contain;
	vertical-align: -9px;
	margin-left: -10px;
}
.faq h3::after {
	right: 0;
	bottom: 2.5rem;
	width:18px;
	height:18px;
	line-height: 18px;
	padding: 2px;
	text-indent: 0rem;
}
.faq h3.open::after {
	font-size:14px;
}
.faq p {
	position: relative;
	padding-bottom: 2rem;
	font-size: 15px;
	position: relative;
	margin-left: 30px;
	display: none;
}

.faq_list li:first-of-type {
	padding-top: 20px;
	border-bottom: 1px dotted #0097a7;
	margin: 0;
}

.faq_item{
	padding:0;
}
.next_link {
	margin-top:2rem;
	text-align: right;
}




.newtaxBox{
	padding: 4rem 0;
}
.newtaxBox h2{
	font-size:28px;
	margin-bottom: 2rem;
	line-height:1.4;
}
.newtaxBox h2 small{
	font-size:20px;
}
.newtaxBox h2 + p{
	font-size:14px;
}

.taxhowBox{
	padding: 14rem 0 5rem;
	position:relative;
}
.taxhowBox:before{
	font-weight:600;
	font-size: 12px;
	left: calc(50% - 0.2em);
	top: 4rem;
	position:absolute;
}

.taxhowBox .refundH2{
	font-size:24px;

}
.taxhowBox .refundH2 small{
	font-size:20px;

}
.taxhowDl{
	font-size:16px;
	gap: 1rem 0;
	margin-bottom: 3rem;
	flex-direction:column;
}
.taxhowDl dt{
	padding: 1rem;
	line-height: 1.6;
	width: 100%;
}
.taxhowDl dd{
	line-height: 1.6;
	padding: 1rem 1rem 2rem;
	width:100%;
}


.taxGrid{
	grid-template-columns: 1fr;
	gap: 8rem;
}
.taxGrid .taxhow{
	position:relative;
}
.taxGrid .taxhow:nth-of-type(2)::before{
  bottom: unset;
  top: -7rem;
  right: calc(50% - 25px);
  width: 50px;
  height: 70px;
	background:linear-gradient(to right, #667EE8,#764BA0);
  clip-path: polygon(0 22%, 51.5% 22%, 51.5% 0, 100% 50%, 51.5% 100%, 51.5% 78%, 0 78%);
  transform:rotate(90deg);
}

.taxGrid .taxhow:nth-of-type(1){
    position: relative;
    max-height: 190px;
    margin-bottom: 0;
    overflow: hidden;
    transition: max-height 1s;
}
.taxGrid .taxhow:nth-of-type(1):has(:checked){
max-height: 110vh;
}
.taxGrid .taxhow:nth-of-type(1)::after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, .9) 0, #fff);
    content: '';
}


.taxGrid .taxhow:nth-of-type(1):has(:checked)::after {
    content: none;
}
.taxGrid .taxhow:nth-of-type(1) label {
    display: flex;
    align-items: center;
    gap: 0 4px;
    position: absolute;
    bottom: 2rem;
	z-index:1;
    left: 50%;
    transform: translateX(-50%);
    color: #4f96f6;
    font-size: .8em;

	font-size:14px;
	background:linear-gradient(to right, #667EE8,#764BA0);
	-webkit-background-clip:text;
	-webkit-text-fill-color: transparent;
}
.taxGrid .taxhow:nth-of-type(1) label:hover {
    text-decoration: underline;
    cursor: pointer;
}

.taxGrid .taxhow:nth-of-type(1):has(:checked) label {
    display: none;
}


.taxGrid .taxhow:nth-of-type(1) input {
    display: none;
}


.taxGrid .taxhow .howTit{
	background:#989ACE;
	text-align:center;
	padding: 1rem;
}
.taxGrid .taxhow .howTit h3{
	display:flex;
	flex-direction: column;
	align-items: center;
	font-size:24px;
	color:#fff;
	line-height: 1.4;
}
.taxGrid .taxhow .howTit h3 small{
	font-size:12px;
	margin-bottom: 1rem;
}
.taxGrid .taxhow .howTit h3 span{
	display:block;

	width: fit-content;
	font-size:18px;
	padding: 0.6rem 1rem;
	color:#434343;
	background:#fff;
}


.taxGrid .taxhow.change .howTit{
	background:#444692 !important;
}
.taxGrid .taxhow.change .howTit h3{
	color:#EBE64D !important;
}
.taxGrid .taxhow.change .howTit h3 small{
}
.taxGrid .taxhow.change .howTit h3 span{
	color:#444692 !important;
	background:#fff !important;
}


.taxGrid .howTxt{
	background:#E9EAF3;
	display: flex;
	gap: 5rem;
	flex-direction: column;
	padding: 3rem 2rem;
}
.taxGrid .howTxt .how{
	background:#fff;
	border-radius: 15px;
	position:relative;
}
.taxGrid .howTxt .how:after{
	content:'';
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 25px solid #C5C6E1;
  border-bottom: 0;
	position: absolute;
	bottom: -40px;
	left: calc(50% - 20px);
}





.taxGrid .howTxt .how h4{
	padding: 1.5rem 2rem;
	top:0;
	left:0;
	font-size:14px;
}

.taxGrid .howTxt .how .howTxtFlex{
	display:flex;
	align-items: center;
	gap: 2rem;
	padding: 4rem 2rem 1rem;
}
.taxGrid .howTxt .how:nth-of-type(2) .howTxtFlex{
	padding: 8rem 2rem 3rem;
}
.taxGrid .howTxt .how .howTxtFlex p{
	font-size:16px;
	line-height:1.4;
}
.taxGrid .howTxt .how .howTxtFlex p strong{
	font-size:16px;
}
.taxGrid .howTxt .how .howTxtFlex p small{
	font-size:16px;
}

.taxGrid .howTxt .howLast{

}
.taxGrid .howTxt .howLast .howTxtlast{
	
}
.taxGrid .howTxt .howLast .howTxtlast p{
	font-size:16px;
	line-height: 1.4;
}



.diffBox{
padding: 2rem 0;
margin-right:auto;
margin-left:auto;
width: 90%;
border-radius:20px;
}

.diffBox h2{
	padding-bottom: 1.2em;
	font-size:28px;
	line-height:1.4;
   text-align:left;
   padding-right:5rem;
}
.diffBox h2 small{
	font-size:24px;
}

        .diffBox h2:hover {
            transform: translateY(-4px);
			opacity:0.7;
        }

.diffBox h2::before {
	width: 95px;
	height: 5px;
	position: absolute;
	left: calc( 50% - 47.5px);
	bottom: 0px;
}
.diffBox h2::after {
	right: 0;
	bottom: calc(50% - 20px);
	font-size: 40px;
	width:40px;
	height:40px;
	line-height: 40px;
	border-radius:50%;
	padding: 4px;
}

.diffBox.open{
	background:#F0F1FB;
	margin:0;
	border-radius:0;
	width:100%;
}
.diffBox.open  h2{
	padding-right:6rem;
}
.diffBox.open  h2::after {
	font-size:24px;
}

.diffBox .diffTbl {
	padding: 2rem 0 2rem;
	font-size: 16px;
	line-height:1.4;
	}
.diffTbl .js-scrollable {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.diffBox .diffTbl .scrollBox{
  width: 100%;
  overflow: visible;
}
.diffBox .diffTbl table{
  width: max-content;
  min-width: 850px;
}





.flowBox{
	padding-top:4rem;
}
.flowBox h2{
	margin-bottom:6rem;
	font-size: 24px;
}
.flowBox h2 small{
	font-size: 20px;
}
.flowBox .flowCase{
	margin-bottom:5rem;
}
.flowBox .flowCase:nth-of-type(2){
}


.flowBox h3{
	font-size:20px;
	line-height:1.4;
	font-weight:bold;
	text-align:left;
	margin-bottom:2rem;
	display: flex;
	justify-content: start;
	align-items:center;
}
.flowBox .flowCase h3:before{
	font-size: 50px;
	margin-right:1.5rem;
}
.flowBox .flowCase:nth-of-type(2) h3:before{
}
.flowBox .flowGrid{
	display:grid;
	grid-template-columns: 1fr;
	gap: 40px;
	padding: 2rem;
	height:auto;
	min-height:0;

}
.flowBox .flowGrid .flow{
}
.flowBox .flowGrid .flow::after{
	bottom: -35px;
	left: calc(50% - 10px);
  transform:rotate(90deg);
}
.flowBox .flowGrid .flow:last-child::after{
	display:none;
}
.flowBox .flowGrid .flow h4{
}
.flowBox .flowGrid .flow h4 br{
	display:none;
}
.flowBox .flowGrid .flow h4 span{
	margin-right:1.0rem;
}

.flowBox .flowGrid .flow dl{
	flex-direction: row;
}
.flowBox .flowGrid .flow dl dt{
	width:50%;
}
.flowBox .flowGrid .flow dl dt img{
	width:100%;
	max-width:160px;
}
.flowBox .flowGrid .flow dl dd{
	width:50%;
	font-size:14px;
	line-height:1.4;
}

}

@media screen and (max-width:767px) {
.fixed-width{
	padding-left:20px !important;
	padding-right:20px !important;
}
.full-width .fixed-width{
	padding-left:20px !important;
	padding-right:20px !important;
}
.hero_refund_bg .fixed-width{
	padding-left:unset !important;
	padding-right:unset !important;
}

.hero_refund_box .h1Box{
	display: flex;
	justify-content: start;
	align-items: end;
	gap:0;
	flex-direction: row;
	margin: 0 auto;
}
.hero_refund_box .h1Box h1{
}
.hero_refund_box h1 > img{
	max-width:340px;
	padding-bottom:2vw;
}
.hero_refund_box .h1Box > p{
	width: 60%;
	height:unset;
	font-size: 5.2vw;
}
.hero_refund_box .h1Box > p big{
	font-size: 10vw;
}
.hero_refund_box .h1Box > p:before{
 content: '';
 display: block;
 padding-top: 100%;
}
.hero_refund_box h2{
	font-size:9vw;
	line-height:1.4;
}
.hero_refund_box h2 small{
	font-size:7vw;
}
.hero_refund_box h2 br{
	display:block;
}
.hero_refund_box .h1Img img{
	width:100%;
}

.bg_sky{
	padding: 2rem;
}

.refundList li a:after{
	right: 2rem;
}
.featureBox .feature .featureNum{
	top: -6vw;
	left: -2vw;

}

.ctaBox .ctaBtn{
	display:flex;
	flex-direction:column;
	gap: 10px;
}
.ctaBox .ctaBtn a.contactBtn,
.ctaBox .ctaBtn a.seminarBtn{
	height: 90px;
	min-width:310px;
	
}

.refundH3 br{
	display:block;
}

.anno{
	font-size: 12px;
	text-align:left;
	padding-left: 1.5em;
	text-indent:-1.3em;
}

.startSet .anno{
	text-align:right;
}

/*
.startSet .setH3 span br{
	display:block;
}
*/


.bnr_pc{
	display:none;
}
.bnr_sp{
	display:block;
	width:100%;
	margin: 0 auto 2rem;
}
.bnr_sp img{
	width:100%;
}
.diffBox{
margin-right:2rem;
margin-left:2rem;
}
.flowBox .flowCase br{
	display:block;
}

.nowH3 br{
	display:block;
}

.startBox h2 big br{
	display:block;
}

.startH3{
	text-align:left;
}

.startSet{
	margin: 0;
}
.bg_sky_full > .startSet{
	margin: 0 2rem 3rem;
}

.startSet .setH3 br,
.startSet .setH3 span br{
	display:block;
}
}

/* アコーディオン部分 */

.steps-wrap {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 16px;
    font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
    padding: 20px;
    box-sizing: border-box;
    flex-wrap: nowrap;
	margin-bottom: 40px;
  }
 
  .step-card {
    flex: 1 1 0;
    min-width: 0;
    max-width: 340px;
    border: 3px solid;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-direction: column;
  }
 
  .step-card.red    { border-color: #b32c2c; }
  .step-card.blue   { border-color: #35519c; }
  .step-card.green  { border-color: #0f7a52; }
 
  .step-header {
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    padding: 16px 0;
    letter-spacing: 0.05em;
  }
 
  .step-card.red   .step-header { background: #b32c2c; }
  .step-card.blue  .step-header { background: #35519c; }
  .step-card.green .step-header { background: #0f7a52; }
 
  .step-body {
    padding: 15px;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
  }
 
  .step-tag {
    display: inline-block;
    background: #eef1f6;
    color: #6b7280;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 4px;
    margin-bottom: 10px;
  }
 
  .step-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.6;
  }
 
  .step-arrow {
    flex: 0 0 auto;
    align-self: center;
    width: 32px;
    height: 32px;
    color: #cfd3d8;
  }

  .accordion-content-inner h2 {
	font-size: 24px;
	margin-bottom: 20px;
	text-align: center;
  }
 
  @media (max-width: 900px) {
    .steps-wrap {
      flex-wrap: wrap;
    }
    .step-arrow {
      transform: rotate(90deg);
    }
    .step-card {
      max-width: 100%;
      flex: 1 1 100%;
    }
  }

/* ==================================================
   Base & Reset
   ================================================== */
:root {
    --primary: #3b5998;
    --primary-light: #5a78b5;
    --accent: #d33b3a;
    --accent-hover: #b02a29;
    --bg-gray: #f4f7fb;
    --text-main: #333333;
    --text-light: #666666;
    --border-color: #dce1e8;
    --arrow-color: #aeb6c4;
    --pattern-a: #2B4C7E;
    --pattern-b: #1A6D4B;
    --pattern-c: #A84918;
    --pattern-d: #6A4C9C;
}

html { scroll-behavior: smooth; }
.procedure-page { font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif; color: var(--text-main); line-height: 1.6; background-color: #ffffff; font-size: 1.6rem; }
.procedure-page a { text-decoration: none; transition: 0.3s; }

/* ==================================================
   Layout & Utilities
   ================================================== */
.section_padding { padding: 80px 20px; }
.section_pattern_details { padding-top: 0; }
.bg_gray { background-color: var(--bg-gray); }
.procedure-container { max-width: 1000px; margin: 0 auto; }
/* Schedule お手続きの流れ セクションの上下余白 */
.procedure-page > .procedure-container {
    padding: 80px 20px;}
.text-center { text-align: center; }
.mt-15 { margin-top: 15px; }
.mt-20 { margin-top: 20px; }
.mt-25 { margin-top: 25px; }
.mt-40 { margin-top: 40px; }
.mb-0 { margin-bottom: 0 !important; }
.mb-20 { margin-bottom: 20px; }

.text-main-color { color: var(--text-main); }
.text-accent-bold { color: var(--accent); font-weight: bold; }
.text-light-note { color: var(--text-light); }

/* Initial Hidden States for Diagnosis */
#q2_box, #q3_box, #arrow1, #arrow2, #diag_results, #result_a, #result_b, #result_c, #result_d { display: none; }

/* ==================================================
   Typography & Headings
   ================================================== */
.proc_title { font-size: 3.4rem; font-weight: 800; color: var(--text-main); text-align: center; margin-bottom: 50px; line-height: 1.4; position: relative; }
.proc_title .sub { display: block; font-size: 1.4rem; color: var(--text-light); font-weight: normal; margin-top: 5px; text-transform: uppercase; letter-spacing: 1px; }
.proc_title::after { content: ""; display: block; width: 60px; height: 4px; background: var(--primary); margin: 15px auto 0; border-radius: 2px; opacity: 0.3; }

/* ==================================================
   Fixed Button & Sticky Nav
   ================================================== */
.fixed_contact_btn { position: fixed; z-index: 999; background: var(--accent); color: #fff !important; text-decoration: none; font-weight: bold; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: 0.3s; display: flex; align-items: center; justify-content: center; }
.fixed_contact_btn:hover { background: var(--accent-hover); box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3); }

@media screen and (min-width: 769px) {
    .fixed_contact_btn { right: 20px; bottom: 20px; padding: 15px 30px; border-radius: 50px; font-size: 1.6rem; }
    .fixed_contact_btn::before { content: "\f0e0"; font-family: "Font Awesome 5 Free"; font-weight: 900; margin-right: 8px; }
}
@media screen and (max-width: 768px) {
    .fixed_contact_btn { left: 0; bottom: 0; width: 100%; height: 60px; font-size: 1.6rem; border-top: 2px solid #fff; border-radius: 0; }
    body { padding-bottom: 60px; }
}

.sticky_nav { position: fixed; top: 60px; left: 0; width: 100%; background: rgba(255, 255, 255, 0.95); box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); z-index: 2; transform: translateY(-100%); opacity: 0; visibility: hidden; pointer-events: none; transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s ease, visibility 0.3s; padding: 10px 20px; backdrop-filter: blur(5px); }
.sticky_nav.is-active { transform: translateY(0); opacity: 1; visibility: visible; pointer-events: auto; }
.sticky_nav_inner { display: flex; justify-content: center; gap: 15px; max-width: 1000px; margin: 0 auto; }
.sticky_nav a { display: flex; align-items: center; background: #fff; border: 2px solid var(--border-color); color: var(--text-main); padding: 6px 20px; border-radius: 30px; font-weight: bold; font-size: 1.4rem; text-decoration: none; transition: 0.3s; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02); }

/* バッジの形状を真ん丸にし、A・B・C・Dに対応 */
.sticky_nav a span.nav_badge { width: 24px; height: 24px; padding: 0; background: var(--bg-gray); border: 1px solid var(--border-color); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; margin-right: 8px; font-size: 1.3rem; transition: 0.3s; font-weight: bold; flex-shrink: 0; }
.sticky_nav a.nav_a span.nav_badge { color: var(--pattern-a); }
.sticky_nav a.nav_b span.nav_badge { color: var(--pattern-b); }
.sticky_nav a.nav_c span.nav_badge { color: var(--pattern-c); }
.sticky_nav a.nav_d span.nav_badge { color: var(--pattern-d); }
.sticky_nav a.nav_a:hover { border-color: var(--pattern-a); color: var(--pattern-a); }
.sticky_nav a.nav_b:hover { border-color: var(--pattern-b); color: var(--pattern-b); }
.sticky_nav a.nav_c:hover { border-color: var(--pattern-c); color: var(--pattern-c); }
.sticky_nav a.nav_d:hover { border-color: var(--pattern-d); color: var(--pattern-d); }
.sticky_nav a.nav_a:hover span.nav_badge { background: var(--pattern-a); color: #fff; border-color: var(--pattern-a); }
.sticky_nav a.nav_b:hover span.nav_badge { background: var(--pattern-b); color: #fff; border-color: var(--pattern-b); }
.sticky_nav a.nav_c:hover span.nav_badge { background: var(--pattern-c); color: #fff; border-color: var(--pattern-c); }
.sticky_nav a.nav_d:hover span.nav_badge { background: var(--pattern-d); color: #fff; border-color: var(--pattern-d); }

/* アクティブ（現在表示中）のリンク */
.sticky_nav a.nav_a.is-current { border-color: var(--pattern-a); color: var(--pattern-a); background: #eef2f9; }
.sticky_nav a.nav_b.is-current { border-color: var(--pattern-b); color: var(--pattern-b); background: #eef6f2; }
.sticky_nav a.nav_c.is-current { border-color: var(--pattern-c); color: var(--pattern-c); background: #fdf2ed; }
.sticky_nav a.nav_d.is-current { border-color: var(--pattern-d); color: var(--pattern-d); background: #f4f0f9; }
.sticky_nav a.nav_a.is-current span.nav_badge { background: var(--pattern-a); color: #fff; border-color: var(--pattern-a); }
.sticky_nav a.nav_b.is-current span.nav_badge { background: var(--pattern-b); color: #fff; border-color: var(--pattern-b); }
.sticky_nav a.nav_c.is-current span.nav_badge { background: var(--pattern-c); color: #fff; border-color: var(--pattern-c); }
.sticky_nav a.nav_d.is-current span.nav_badge { background: var(--pattern-d); color: #fff; border-color: var(--pattern-d); }

@media screen and (max-width: 768px) {
    .sticky_nav { top: 60px; padding: 10px 5px; }
    .sticky_nav_inner { gap: 5px; flex-wrap: wrap; }
    .sticky_nav a { font-size: 1.1rem; padding: 6px 8px; flex-direction: column; justify-content: center; text-align: center; flex: 1 1 calc(25% - 5px); min-width: 75px; }
    .sticky_nav a span.nav_badge { margin-right: 0; margin-bottom: 4px; font-size: 1.2rem; }
}

/* ==================================================
   Hero & System Wrapper
   ================================================== */
.hero { background: linear-gradient(135deg, #f8f9fc 0%, #e6e9f5 100%); padding: 80px 20px; text-align: center; border-bottom: 5px solid var(--accent); }
.hero h1 { font-size: 4rem; color: var(--primary); font-weight: 900; line-height: 1.3; margin-bottom: 20px; }
.hero p { font-size: 2rem; font-weight: bold; color: var(--text-main); margin-bottom: 10px; }
.hero .badge { display: inline-block; background: var(--accent); color: #fff; padding: 8px 20px; border-radius: 30px; font-size: 1.6rem; font-weight: bold; margin-bottom: 20px; }

.system_wrapper { background: #fff; border-radius: 20px; padding: 50px 40px; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06); border: none; }
.system_wrapper h3 { font-size: 2.6rem; color: var(--primary); text-align: center; margin-bottom: 20px; font-weight: 900; }
.system_wrapper > p { text-align: center; font-size: 1.6rem; color: var(--text-main); line-height: 1.8; margin-bottom: 40px; }

.tax_grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; margin-bottom: 50px; }
.tax_how { background: #f8f9fa; border-radius: 16px; padding: 25px 20px; border: 1px solid #e9ecef; display: flex; flex-direction: column; }
.tax_how.change { background: #fff; border: 2px solid var(--accent); box-shadow: 0 10px 30px rgba(211, 59, 58, 0.12); transform: scale(1.03); position: relative; z-index: 2; }
.how_tit { text-align: center; border-bottom: 2px dashed #dee2e6; padding-bottom: 15px; margin-bottom: 20px; }
.tax_how.change .how_tit { border-bottom-color: #ffcdd2; }
.how_tit h3 { font-size: 1.5rem; color: var(--text-light); margin: 0; font-weight: bold; }
.how_tit h3 span { display: block; font-size: 2.2rem; color: var(--text-main); margin-top: 8px; font-weight: 900; }
.tax_how.change .how_tit h3 span { color: var(--accent); }
.how_txt { padding: 0 10px; flex-grow: 1; display: flex; flex-direction: column; justify-content: center; }
.how_step { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #e9ecef; display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.tax_how.change .how_step { border-bottom-color: #ffebee; }
.how_step:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.how_step_text { flex-grow: 1; }
.how_step_text h4 { font-size: 1.4rem; color: var(--text-light); margin-bottom: 5px; font-weight: bold; display: flex; align-items: center; gap: 6px; }
.tax_how.change .how_step_text h4 { color: var(--accent); }
.how_step_text h4 i { font-size: 1.6rem; }
.how_step_text p { font-size: 1.6rem; margin: 0; line-height: 1.5; color: var(--text-main); font-weight: bold; }
.how_step_text p small { font-size: 1.2rem; color: var(--text-light); font-weight: normal; display: block; margin-top: 4px; }
.how_step img { width: 110px; height: auto; flex-shrink: 0; }

.role_share_box { margin-top: 60px; padding-top: 50px; border-top: 2px dashed var(--border-color); }
.role_share_title { text-align: center; color: var(--text-main); font-size: 2.4rem; font-weight: 900; margin-bottom: 40px; }
.role_share_flex_visual { display: flex; align-items: stretch; justify-content: center; gap: 30px; }
.role_card_visual { flex: 1; background: #f8faff; border-radius: 16px; display: flex; flex-direction: column; box-shadow: 0 4px 15px rgba(59, 89, 152, 0.05); position: relative; border: 1px solid #e2e8f0; border-top: 6px solid var(--primary); }
.role_card_header { padding: 40px 20px 20px; display: flex; align-items: center; flex-direction: column; text-align: center; }
.role_card_header i.icon_main { background: #fff; width: 80px; height: 80px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3.5rem; color: var(--primary); box-shadow: 0 4px 15px rgba(59, 89, 152, 0.15); margin-bottom: 20px; }
.role_card_header .badge { position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%); padding: 6px 24px; border-radius: 30px; font-size: 1.4rem; font-weight: bold; color: #fff; background: var(--primary); white-space: nowrap; box-shadow: 0 3px 10px rgba(59, 89, 152, 0.3); }
.role_card_header h5 { font-size: 2.2rem; margin: 0; font-weight: 900; color: var(--text-main); }
.role_visual_content { padding: 0 30px 30px; flex-grow: 1; display: flex; flex-direction: column; }
.role_visual_content p { font-size: 1.5rem; line-height: 1.7; margin: 0; color: var(--text-main); text-align: center; }
.role_visual_content small { font-size: 1.3rem; color: var(--text-light); margin-top: auto; text-align: left; line-height: 1.5; padding-top: 20px; margin-top: 20px; border-top: 1px dashed #cbd5e1; }
.role_plus_visual { display: flex; align-items: center; justify-content: center; font-size: 3rem; color: var(--primary); opacity: 0.3; }

.refund_notice_visual { background: #fffafa; border: 1px solid #ffcdd2; border-radius: 12px; margin-top: 50px; padding: 30px; box-shadow: 0 4px 15px rgba(211, 59, 58, 0.05); position: relative; }
.refund_notice_visual .notice_header { display: flex; align-items: center; margin-bottom: 20px; border-bottom: 2px solid #ffebee; padding-bottom: 15px; }
.refund_notice_visual .notice_header i { font-size: 2.4rem; color: var(--accent); margin-right: 12px; }
.refund_notice_visual .notice_header h5 { font-size: 2rem; margin: 0; font-weight: 900; color: var(--accent); line-height: 1.4; }
.refund_notice_visual .notice_body p { font-size: 1.5rem; color: var(--text-main); margin-bottom: 20px; line-height: 1.8; }
.refund_notice_visual .notice_body p.highlight { font-weight: bold; }
.refund_notice_visual .alert_box { background: #fff; border-left: 5px solid var(--accent); padding: 15px 20px; border-radius: 6px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04); }
.refund_notice_visual .alert_box p { color: var(--accent); font-weight: bold; margin: 0; font-size: 1.5rem; display: flex; align-items: center; }
.refund_notice_visual .alert_box p i { margin-right: 10px; font-size: 1.8rem; }

/* ==================================================
   Flow Chart & Steps
   ================================================== */
.question_flow_wrapper { background: var(--bg-gray); padding: 50px 30px; border-radius: 16px; border: 1px solid var(--border-color); max-width: 900px; margin: 0 auto 50px; }
.diag_intro { text-align: center; margin-bottom: 40px; }
.diag_intro_title { font-size: 2.6rem; color: var(--text-main); font-weight: bold; margin-bottom: 15px; }
.diag_intro_text { font-size: 1.6rem; color: var(--text-main); }
.question_box { background: #fff; border: 1px solid var(--border-color); border-top: 4px solid var(--primary); border-radius: 8px; padding: 30px; position: relative; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03); margin-bottom: 0; }
.q_label { position: absolute; top: -16px; left: 30px; background: var(--primary); color: #fff; font-size: 1.6rem; font-weight: bold; padding: 4px 20px; border-radius: 30px; }
.q_text { font-size: 2rem; color: var(--text-main); font-weight: bold; text-align: center; margin-top: 15px; margin-bottom: 25px; line-height: 1.4; }
.q_answers { display: flex; gap: 20px; justify-content: center; align-items: stretch; padding-bottom: 10px; }
.answer_btn { flex: 1; max-width: 400px; background: #ffffff; border: 2px solid var(--border-color); color: var(--text-main); padding: 25px 20px; border-radius: 16px; text-align: center; font-size: 1.8rem; font-weight: bold; text-decoration: none; transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; cursor: pointer; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04); position: relative; }
.answer_btn.btn_yes:hover, .answer_btn.btn_choice:hover { border-color: var(--primary); box-shadow: 0 8px 20px rgba(59, 89, 152, 0.15); transform: translateY(-3px); }
.answer_btn.btn_yes.selected, .answer_btn.btn_choice.selected { background: var(--primary); color: #fff; border-color: var(--primary); box-shadow: 0 4px 10px rgba(59, 89, 152, 0.3); transform: translateY(0); }
.answer_btn.btn_no:hover { border-color: var(--accent); box-shadow: 0 8px 20px rgba(211, 59, 58, 0.15); transform: translateY(-3px); }
.answer_btn.btn_no.selected { background: var(--accent); color: #fff; border-color: var(--accent); box-shadow: 0 4px 10px rgba(211, 59, 58, 0.3); transform: translateY(0); }
.answer_btn span.dest { font-size: 1.3rem; padding: 6px 18px; border-radius: 30px; transition: 0.3s; background: var(--bg-gray); color: var(--text-light); display: inline-block; font-weight: normal; margin-top: 5px; }
.answer_btn.selected span.dest { background: rgba(255, 255, 255, 0.2) !important; color: #fff !important; }
.yn_icon { font-size: 4rem; display: block; transition: 0.3s; }
.btn_yes .yn_icon, .btn_choice .yn_icon { color: var(--primary); }
.btn_no .yn_icon { color: var(--text-light); }
.btn_no:hover .yn_icon { color: var(--accent); }
.answer_btn:hover .yn_icon { transform: scale(1.1); }
.answer_btn.selected .yn_icon { color: #fff; }
.yn_label { font-size: 2.8rem; font-weight: 900; line-height: 1; transition: 0.3s; display: block; }
.btn_yes .yn_label, .btn_choice .yn_label { color: var(--primary); }
.btn_no .yn_label { color: var(--text-light); }
.btn_no:hover .yn_label { color: var(--accent); }
.answer_btn.selected .yn_label { color: #fff; }
.yn_text { font-size: 1.5rem; font-weight: bold; color: var(--text-main); transition: 0.3s; display: block; }
.btn_no .yn_text { color: var(--text-light); }
.btn_no:hover .yn_text { color: var(--text-main); }
.answer_btn.selected .yn_text { color: #fff; }

.q_hint { background: #fffbe6; border: 1px solid #ffe58f; padding: 15px 20px; border-radius: 8px; font-size: 1.4rem; line-height: 1.6; color: var(--text-main); margin-bottom: 15px; }
.q_hint i { color: #faad14; font-size: 1.8rem; margin-right: 5px; }
.question_box .q_hint { margin-bottom: 0; }
.doc_btn_item .q_hint { width: 100%; margin-top: 10px; margin-bottom: 0; order: 3; }
#q3_box .q_hint { margin-bottom: 20px; }
.q_arrow_down { text-align: center; font-size: 3rem; color: var(--border-color); margin: 15px 0; }

.diag_results_wrapper { margin-top: 40px; }
.result_box { background: #fff; border: 1px solid var(--border-color); border-top: 5px solid var(--accent); border-radius: 8px; padding: 40px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); animation: fadeIn 0.5s ease; }
.result_box_inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; text-align: left; }
.result_content { flex: 1; }
.result_ill { flex-shrink: 0; width: 320px; text-align: center; }
.result_ill img { width: 100%; height: auto; max-height: 250px; object-fit: contain; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } }

.result_box h3 { font-size: 2.4rem; color: var(--text-main); margin-bottom: 15px; font-weight: bold; margin-top: 0; }
.result_box h3 span { font-size: 2.8rem; }
#result_a h3 span { color: var(--pattern-a); }
#result_b h3 span { color: var(--pattern-b); }
#result_c h3 span { color: var(--pattern-c); }
#result_d h3 span { color: var(--pattern-d); }
.result_box p { font-size: 1.6rem; margin-bottom: 25px; color: var(--text-main); }
.diag_reset_wrapper { text-align: center; margin-top: 20px; }
.reset_btn { background: transparent; border: none; color: var(--text-light); font-size: 1.4rem; text-decoration: underline; cursor: pointer; transition: 0.3s; }
.reset_btn:hover { color: var(--primary); }
.diag_help_box { margin-top: 40px; text-align: center; background: #fff; padding: 25px; border-radius: 8px; border: 1px solid var(--border-color); box-shadow: 0 4px 10px rgba(0,0,0,0.02); }
.diag_help_text { font-size: 1.5rem; color: var(--text-main); margin-bottom: 15px; font-weight: bold; }
.diag_help_icon { color: var(--primary); font-size: 2rem; vertical-align: middle; margin-right: 5px; }
.diag_help_btn { font-size: 1.4rem; padding: 12px 30px; }

/* ==================================================
   Pattern Sections
   ================================================== */
.pattern_section { background: #fff; border-radius: 16px; padding: 50px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04); border: 1px solid var(--border-color); margin-bottom: 60px; overflow: hidden; scroll-margin-top: 114px; }
.pattern_section:last-child { margin-bottom: 0; }
.pattern_header { display: flex; align-items: center; justify-content: flex-start; gap: 40px; color: #fff; padding: 15px 50px; margin: -50px -50px 35px -50px; }
#pattern-a .pattern_header { background: var(--pattern-a); }
#pattern-b .pattern_header { background: var(--pattern-b); }
#pattern-c .pattern_header { background: var(--pattern-c); }
#pattern-d .pattern_header { background: var(--pattern-d); }
.pattern_header_left { display: flex; align-items: center; }
.pattern_header_left .badge_abc { width: 48px; height: 48px; background: #fff; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 2.4rem; font-weight: bold; margin-right: 20px; flex-shrink: 0; }
#pattern-a .badge_abc { color: var(--pattern-a); }
#pattern-b .badge_abc { color: var(--pattern-b); }
#pattern-c .badge_abc { color: var(--pattern-c); }
#pattern-d .badge_abc { color: var(--pattern-d); }
.pattern_header_text h3 { font-size: 2.4rem; color: #fff; margin: 0 0 5px 0; line-height: 1.3; }
.pattern_header_text small { font-size: 1.5rem; color: rgba(255, 255, 255, 0.8); font-weight: normal; display: block; }
.pattern_header_ill { width: 140px; height: 140px; flex-shrink: 0; margin-left: 0; }
.pattern_header_ill img { width: 100%; height: 100%; object-fit: contain; }

.pattern_step { margin-bottom: 0; position: relative; background: #fff; border-radius: 12px; padding: 30px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); }
.pattern_step:last-child { margin-bottom: 0; }
.pattern_step.step1 { border: 2px solid var(--accent); border-top: 6px solid var(--accent); position: relative; }
.pattern_step.step2 { border: 2px solid var(--primary); border-top: 6px solid var(--primary); position: relative; }
.pattern_step.step3 { border: 2px solid #1A6D4B; border-top: 6px solid #1A6D4B; position: relative; }

/* STEP3 2カラム導入フロー */
.install_2col { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 20px; }
.install_col { background: #f8faff; border: 1px solid var(--border-color); border-radius: 10px; overflow: hidden; }
.install_col_header { padding: 14px 18px; font-weight: bold; font-size: 1.5rem; display: flex; align-items: center; gap: 10px; color: #fff; }
.install_col_header.stera { background: #1a4a8a; }
.install_col_header.windows { background: #0078d4; }
.install_col_header i { font-size: 1.8rem; }
.install_col_body { padding: 18px; }
.install_flow_steps { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0; }
.install_flow_step { display: flex; align-items: flex-start; gap: 12px; padding: 14px 0; border-bottom: 1px solid #eef0f3; position: relative; }
.install_flow_step:last-child { border-bottom: none; padding-bottom: 0; }
.install_step_num { width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 1.3rem; color: #fff; flex-shrink: 0; margin-top: 1px; }
.install_col_header.stera ~ .install_col_body .install_step_num { background: #1a4a8a; }
.install_col.stera .install_step_num { background: #1a4a8a; }
.install_col.windows .install_step_num { background: #0078d4; }
.install_step_body { flex: 1; }
.install_step_title { font-weight: bold; font-size: 1.4rem; color: var(--text-main); margin-bottom: 4px; }
.install_step_desc { font-size: 1.3rem; color: var(--text-light); line-height: 1.6; margin: 0; }
.install_step_desc a { color: var(--primary); text-decoration: underline; }
.install_step_img { margin-top: 8px; }
.install_step_img img { max-width: 140px; height: auto; border: 1px solid var(--border-color); border-radius: 4px; }

@media screen and (max-width: 768px) {
    .install_2col { grid-template-columns: 1fr; }
}

.step_connector { display: flex; flex-direction: column; align-items: center; margin: 0; padding: 0; gap: 0; }
.step_connector_line { width: 2px; height: 20px; background: var(--border-color); }
.step_connector_arrow { width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 12px solid var(--border-color); }

.step_title { font-size: 2rem; color: var(--text-main); margin-bottom: 20px; display: flex; align-items: flex-start; font-weight: bold; border-bottom: 1px dashed var(--border-color); padding-bottom: 15px; flex-wrap: wrap; gap: 4px; }
.step_title span.num { display: inline-flex; align-items: center; gap: 6px; padding: 7px 20px; border-radius: 30px; font-size: 1.5rem; font-weight: 900; margin-right: 15px; letter-spacing: 1px; white-space: nowrap; flex-shrink: 0; margin-top: 12px; }
.step_title_text { display: flex; flex-direction: column-reverse; flex: 1; }
.step_title_main { font-size: 2rem; font-weight: bold; color: var(--text-main); line-height: 1.3; }
.step_title_sub { font-size: 1.5rem; font-weight: normal; color: var(--text-light); margin-bottom: 6px; display: inline-block; background: var(--bg-gray); padding: 5px 14px; border-radius: 4px; align-self: flex-start; }
.pattern_step.step1 .step_title span.num { background: var(--accent); color: #fff; box-shadow: 0 3px 8px rgba(211,59,58,0.3); }
.pattern_step.step2 .step_title span.num { background: var(--primary); color: #fff; box-shadow: 0 3px 8px rgba(59,89,152,0.25); }
.pattern_step.step3 .step_title span.num { background: #1A6D4B; color: #fff; box-shadow: 0 3px 8px rgba(26,109,75,0.25); }
.step_title span.req { font-size: 1.2rem; background: #fffafa; color: var(--accent); border: 1px solid #ffcdd2; padding: 4px 10px; border-radius: 20px; margin-left: auto; font-weight: bold; }
.step_content_box { background: transparent; padding: 0; }

.step_lead_text { font-weight: bold; font-size: 1.4rem; margin-bottom: 10px; color: var(--text-main); }
.step_desc_text { margin-bottom: 10px; font-size: 1.4rem; line-height: 1.7; color: var(--text-light); }
.step_note_text { font-weight: bold; font-size: 1.4rem; color: var(--accent); margin-bottom: 15px; }

.step_alert_box { background: #fffafa; border-left: 4px solid var(--accent); padding: 15px; border-radius: 4px; margin: 20px 0; display: flex; align-items: center; gap: 10px; }
.step_alert_icon { color: var(--accent); font-size: 2rem; }
.step_alert_text { font-weight: bold; margin: 0; font-size: 1.4rem; color: var(--text-main); }
.step_action_wrapper { text-align: center; margin-top: 25px; }

/* ==================================================
   Steps (Clean List Style)
   ================================================== */
.sub_steps { margin-top: 20px; }
.s_step { margin-bottom: 30px; }
.s_step:last-child { margin-bottom: 0; }

.s_step_header { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.s_step_header .s_num { background: var(--primary); color: #fff; width: 26px; height: 26px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 1.3rem; flex-shrink: 0; }
.s_step_header h5 { margin: 0; font-size: 1.8rem; color: var(--text-main); font-weight: bold; }

.s_step_body { padding-left: 36px; }
.s_step_body > p { margin: 0 0 12px 0; font-size: 1.5rem; line-height: 1.7; color: var(--text-light); }
.s_step_body p:last-child { margin-bottom: 0; }

.s_step_note { background: #fffafa; border-left: 4px solid var(--accent); padding: 15px; border-radius: 4px; margin: 15px 0; display: flex; align-items: flex-start; gap: 10px; }
.s_step_note i { font-size: 1.8rem; color: var(--accent); flex-shrink: 0; margin-top: 1px; }
.s_step_note span { font-size: 1.4rem; color: var(--text-main); line-height: 1.6; font-weight: normal; }
.s_step_note span strong { color: var(--accent); }

.id_code_box { background: #f0f4ff; border: 2px solid var(--primary); padding: 14px 20px; border-radius: 8px; margin: 14px 0 18px 0; display: block; }
.id_code_label { font-size: 1.3rem; color: var(--text-light); display: block; margin-bottom: 6px; text-align: center; }
.id_code_value { font-size: 2.2rem; color: var(--primary); letter-spacing: 1px; display: block; text-align: center; font-weight: bold; }

/* ==================================================
   Unified Document Card
   ================================================== */
.doc_unified_card { background: #fff; border: 1px solid var(--border-color); border-radius: 8px; margin: 16px 0; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04); overflow: hidden; }
.doc_u_body { padding: 24px; }
.doc_u_title { font-size: 1.6rem; font-weight: bold; color: var(--primary); margin: 0 0 16px 0; display: flex; align-items: center; gap: 8px; border-bottom: 1px solid var(--border-color); padding-bottom: 12px; }
.doc_u_title i { color: var(--primary); font-size: 1.8rem; }
.doc_u_desc { font-size: 1.5rem; color: var(--text-light); line-height: 1.6; margin-bottom: 16px; }

.doc_btn_group { display: flex; flex-direction: column; gap: 0; }
.doc_btn_item { display: flex; align-items: center; gap: 16px; padding: 14px 0; border-bottom: 1px solid #eef0f3; flex-wrap: wrap; }
.doc_btn_item:first-child { padding-top: 0; }
.doc_btn_item:last-child { padding-bottom: 0; border-bottom: none; }
.doc_label { font-size: 1.5rem; font-weight: bold; color: var(--text-main); flex: 1; min-width: 120px; padding-left: 10px; border-left: 3px solid var(--primary); }
.doc_desc { font-size: 1.25rem; color: var(--text-light); margin: 8px 0 0; line-height: 1.5; width: 100%; padding-left: 13px; order: 2; }

/* 新規: 2カラムレイアウト (Cパターンの見本用) */
.doc_2col_wrapper { display: flex; gap: 20px; margin-top: 15px; border-top: 1px dashed var(--border-color); padding-top: 15px; }
.doc_col { flex: 1; background: #f8faff; border: 1px solid var(--border-color); border-radius: 8px; overflow: hidden; display: flex; flex-direction: column; }
.doc_col_header { background: #f0f2f5; color: var(--text-main); padding: 10px 15px; font-weight: bold; font-size: 1.4rem; text-align: center; border-bottom: 2px solid var(--border-color); border-top: 3px solid #7a9cc0; }
.doc_col:nth-child(2) .doc_col_header { border-top-color: #7aab93; }
.doc_col_body { padding: 15px; display: flex; flex-direction: column; flex: 1; }
.doc_col_body .doc_desc { margin-bottom: 15px; padding-left: 0; line-height: 1.6; flex: 1; }
.doc_col_body .btn_doc { width: 100%; justify-content: center; }

.btn_doc { display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 12px 22px; font-size: 1.4rem; font-weight: bold; border-radius: 6px; text-decoration: none; transition: 0.2s; white-space: nowrap; }
.btn_doc.doc_primary { background: var(--primary); color: #fff; border: 1px solid var(--primary); }
.btn_doc.doc_primary:hover { background: var(--primary-light); border-color: var(--primary-light); }
.btn_doc.doc_accent { background: #fff; color: var(--accent); border: 1px solid var(--accent); }
.btn_doc.doc_accent:hover { background: var(--accent-hover); color: #fff; border-color: var(--accent-hover); }

.doc_u_submit { display: flex; align-items: flex-start; gap: 14px; background: #f8faff; border-radius: 8px; padding: 14px 16px; margin-top: 20px; border: 1px solid #dce6f5; }
.doc_u_submit_title { font-size: 1.2rem; font-weight: bold; color: #fff; background: var(--primary); padding: 3px 10px; border-radius: 4px; white-space: nowrap; display: inline-block; flex-shrink: 0; margin-top: 2px; }
.doc_u_submit_body { flex: 1; }
.doc_u_submit_desc { font-size: 1.35rem; color: var(--text-main); line-height: 1.7; margin: 0 0 4px 0; }
.doc_u_submit_note { font-size: 1.2rem; color: var(--text-light); line-height: 1.6; margin: 0; }
.doc_u_submit_link { color: var(--primary); text-decoration: underline; font-weight: bold; transition: 0.3s; }
.doc_u_submit_link:hover { color: var(--primary-light); text-decoration: none; }

/* ==================================================
   Tips & Notes Container
   ================================================== */
.doc_tips_container { background: #f8f9fa; border: 1px solid var(--border-color); border-radius: 8px; padding: 16px; margin-top: 20px; }
.doc_tips_title { font-size: 1.4rem; color: var(--text-main); font-weight: bold; margin: 0 0 12px 0; display: flex; align-items: center; gap: 6px; }
.doc_tips_title i { color: var(--primary); font-size: 1.6rem; }
.doc_tip_item { background: #fff; border: 1px solid #eef0f3; border-radius: 6px; padding: 14px 16px; margin-bottom: 8px; display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.doc_tip_item:last-child { margin-bottom: 0; }
.tip_text { flex: 1; }
.tip_label { font-size: 1.4rem; font-weight: bold; color: var(--text-main); display: flex; align-items: center; gap: 6px; margin-bottom: 4px; }
.tip_desc { font-size: 1.3rem; color: var(--text-light); margin: 0; line-height: 1.5; }

.btn_doc.doc_sub { background: #fff; color: var(--text-main); border: 1px solid var(--border-color); font-weight: normal; flex-shrink: 0; box-shadow: 0 2px 4px rgba(0,0,0,0.02); }
.btn_doc.doc_sub:hover { border-color: #aaa; background: var(--bg-gray); }

.doc_u_footer { background: #f8f9fa; padding: 14px 24px; border-top: 1px solid var(--border-color); }
.doc_u_footer_title { font-size: 1.3rem; font-weight: bold; color: var(--text-light); margin: 0 0 4px 0; display: flex; align-items: center; gap: 6px; }
.doc_u_footer_title i { color: var(--text-light); }
.doc_u_footer_desc { font-size: 1.25rem; color: var(--text-light); line-height: 1.6; margin: 0 0 6px 0; }

.doc_ref_link { color: var(--primary); text-decoration: underline; display: inline-flex; align-items: center; gap: 5px; font-weight: bold; font-size: 1.3rem; }
.link_underline_bold { color: var(--primary); text-decoration: underline; font-weight: bold; }

/* ==================================================
   Buttons & Links
   ================================================== */
.btn_proc { display: inline-flex; align-items: center; justify-content: center; padding: 15px 30px; font-size: 1.5rem; font-weight: bold; border-radius: 50px; text-decoration: none; transition: 0.3s; cursor: pointer; border: none; }
.btn-primary { background: var(--primary); color: #fff !important; }
.btn-primary:hover { background: var(--primary-light); }
.btn-accent { background: var(--accent); color: #fff !important; }
.btn-accent:hover { background: var(--accent-hover); }
.btn_proc i { margin-left: 10px; }

.link_item { display: flex; align-items: center; justify-content: space-between; background: #fff; padding: 20px; border-radius: 8px; border: 1px solid var(--border-color); transition: 0.3s; margin-top: 15px; }
.link_item:hover { box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); }
.link_item_text h4 { font-size: 1.6rem; color: var(--text-main); margin-bottom: 5px; }
.link_item_text p { font-size: 1.3rem; color: var(--text-light); margin: 0; }
.badge-gov { background: #506f53; color: #fff; padding: 2px 6px; border-radius: 4px; font-size: 1.1rem; margin-left: 8px; vertical-align: middle; font-weight: normal; }
.badge-bc { background: var(--primary); color: #fff; padding: 2px 6px; border-radius: 4px; font-size: 1.1rem; margin-right: 8px; vertical-align: middle; }

/* ==================================================
   Schedule Timeline
   ================================================== */
.timeline { display: flex; justify-content: space-between; position: relative; margin: 40px 0 0; }
.timeline::before { content: ''; position: absolute; top: 16px; left: 0; width: 100%; height: 2px; background: var(--border-color); z-index: 1; }
.timeline_item { position: relative; z-index: 1; width: 23%; text-align: center; }
.timeline_dot { width: 34px; height: 34px; background: #fff; border: 2px solid var(--primary); border-radius: 50%; margin: 0 auto 14px; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 1.3rem; color: var(--primary); }
.timeline_content h4 { color: var(--text-main); font-size: 1.5rem; font-weight: bold; margin-bottom: 6px; }
.timeline_content p { font-size: 1.3rem; color: var(--text-light); margin: 0; line-height: 1.5; }

/* ==================================================
   Seminar
   ================================================== */
.seminar_grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.seminar_card { background: #fff; border: 1px solid var(--border-color); border-radius: 8px; overflow: hidden; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05); }
.seminar_img { height: 160px; background: #ddd; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 4rem; }
.seminar_img.bg1 { background-color: #5a78b5; }
.seminar_img.bg2 { background-color: #4a90e2; }
.seminar_img.bg3 { background-color: #f39c12; }
.seminar_body { padding: 20px; }
.seminar_body h4 { font-size: 1.8rem; color: var(--text-main); margin-bottom: 10px; line-height: 1.4; font-weight: bold; }
.seminar_body p { font-size: 1.4rem; color: var(--text-light); margin: 0; }

/* ==================================================
   Footer CTA
   ================================================== */
.footer_cta { background: linear-gradient(135deg, var(--primary) 0%, #2b4273 100%); padding: 60px 20px; text-align: center; color: #fff; }
.footer_cta h2 { font-size: 3rem; margin-bottom: 20px; color: #fff; }
.footer_cta p { font-size: 1.6rem; margin-bottom: 30px; opacity: 0.9; }
.btn-white { background: #fff; color: var(--primary) !important; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); }
.btn-white:hover { background: #f0f0f0; }

/* ==================================================
   Responsive
   ================================================== */
@media screen and (max-width: 768px) {
    .system_wrapper { padding: 30px 20px; }
    .tax_grid, .seminar_grid { grid-template-columns: 1fr; gap: 20px; }
    .role_share_flex_visual { flex-direction: column; gap: 40px; }
    .role_plus_visual { margin: -10px 0; transform: rotate(90deg); }
    .tax_how.change { transform: none; }
    .refund_notice_visual .notice_body { padding: 15px; }
    .refund_notice_visual .notice_header h5 { font-size: 1.6rem; }
    .hero h1 { font-size: 2.8rem; }
    .hero p { font-size: 1.6rem; }
    .pattern_section { padding: 30px 20px; }
    .pattern_header { flex-direction: row; align-items: center; justify-content: flex-start; gap: 15px; margin: -30px -20px 20px -20px; padding: 20px; }
    .pattern_header_text h3 { font-size: 2.0rem; }
    .pattern_header_text small { font-size: 1.3rem; }
    .pattern_header_ill { width: 80px; height: 80px; margin-left: 0; }
    .step_title span.req { margin-left: 0; margin-top: 10px; }
    .pattern_step { padding: 20px; }
    .link_item { flex-direction: column; align-items: flex-start; gap: 15px; }
    .link_item .btn_proc { width: 100%; }
    .schedule_grid { grid-template-columns: 1fr; }
    .timeline { flex-direction: column; gap: 0; margin: 20px 0 0; }
    .timeline::before { top: 0; left: 16px; width: 2px; height: 100%; }
    .timeline_item { width: 100%; display: flex; align-items: flex-start; gap: 16px; text-align: left; padding-bottom: 20px; }
    .timeline_item:last-child { padding-bottom: 0; }
    .timeline_dot { margin: 0; flex-shrink: 0; }
    .q_answers { flex-direction: column; }
    .answer_btn { max-width: 100%; }
    .q_text { font-size: 1.8rem; }
    .result_box_inner { flex-direction: column-reverse; text-align: center; gap: 20px; }
    .result_ill { width: 220px; margin: 0 auto; }
    .result_box h3 { font-size: 2.2rem; }
    .result_box h3 span { font-size: 2.6rem; }
    
    .s_step_body { padding-left: 0; }
    .doc_u_body { padding: 20px; }
    .doc_u_footer { padding: 20px; }
    .doc_u_submit { padding: 15px; }
    .doc_btn_item { flex-direction: column; align-items: stretch; gap: 10px; }
    .doc_label { flex: none; }
    .btn_doc { width: 100%; padding: 12px; font-size: 1.4rem; justify-content: center; }
    
    .doc_tip_item { flex-direction: column; align-items: flex-start; }
    .btn_doc.doc_sub { width: 100%; justify-content: center; margin-top: 10px; }
    .doc_2col_wrapper { flex-direction: column; gap: 15px; }
}
/* question_box内のeあっと免税リンク色 */
.q_link_eatmenzei {
    color: var(--primary);
    font-weight: bold;
    text-decoration: underline;
}
.q_link_eatmenzei:hover {
    color: #d35400;
}

/* 解約手続きの注意文 */
.cancel_notice {
    background: #fff8e1;
    border-left: 4px solid #f0a500;
    padding: 10px 15px;
    border-radius: 4px;
    color: #7a5c00;
    font-size: 1.4rem;
    margin: 10px 0 15px;
}
.cancel_notice i {
    margin-right: 6px;
    color: #f0a500;
}

/* 鉤括弧内の赤文字 */
.text-red-bold {
    color: var(--accent);
    font-weight: bold;
}
/* ==========================================
   パターン別 お手続きの流れ スタイル
   ========================================== */
.flow_pattern_block {
    margin-bottom: 48px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    overflow: hidden;
}

.flow_pattern_label {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 28px;
    font-size: 1.7rem;
    font-weight: bold;
    color: #fff;
}

.flow_badge_abc {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.3);
    font-size: 1.8rem;
    font-weight: 900;
    flex-shrink: 0;
}

.flow_label_a { background: linear-gradient(90deg, #1a6c3e, #2b9a5a); }
.flow_label_b { background: linear-gradient(90deg, #1a5c8a, #2980b9); }
.flow_label_c { background: linear-gradient(90deg, #7a4a1a, #c0782a); }
.flow_label_d { background: linear-gradient(90deg, #5a2d82, #8e44ad); }

.flow_pattern_block .timeline {
    padding: 24px 28px 8px;
}

/* パターンB完了ドット */
.timeline_dot_green {
    background: #2ecc71 !important;
    color: #fff;
    font-size: 1.4rem;
}

@media (max-width: 640px) {
    .flow_pattern_label {
        font-size: 1.5rem;
        padding: 14px 18px;
    }
    .flow_pattern_block .timeline {
        padding: 16px 16px 4px;
    }
}

/* 導入手順 端末選択導線ボックス */
.install_intro_box {
    background: #f0f7f4;
    /* border-left: 4px solid var(--primary); */
    border-radius: 6px;
    padding: 12px 18px;
    margin-bottom: 20px;
}
.install_intro_text {
    margin: 0;
    font-size: 1.5rem;
    color: #2b7a4b;
    font-weight: bold;
}
.install_intro_text i {
    margin-right: 8px;
}

/* パターンB セクション末尾の補足文 */
.pattern_b_note {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f0f7f4;
    /* border-left: 4px solid var(--primary); */
    border-radius: 6px;
    padding: 14px 18px;
    margin-top: 20px;
    font-size: 1.5rem;
    color: #2b7a4b;
    font-weight: bold;
}
.pattern_b_note i {
    font-size: 1.8rem;
    flex-shrink: 0;
}
/* ==========================================
   アコーディオン パターンセクション
   ========================================== */
.accordion_pattern .pattern_header {
    cursor: pointer;
    position: relative;
    user-select: none;
    transition: background 0.2s;
}
.accordion_pattern .pattern_header:hover {
    background: rgba(59, 89, 152, 0.03);
}
.accordion_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--bg-gray);
    border: 2px solid var(--border-color);
    color: var(--text-light);
    font-size: 1.6rem;
    flex-shrink: 0;
    transition: transform 0.35s cubic-bezier(0.4,0,0.2,1), background 0.2s, color 0.2s;
    margin-left: 16px;
}
.accordion_trigger.is-open .accordion_icon {
    transform: rotate(180deg);
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
}

/* アコーディオンの閉じた状態 */
.accordion_body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.4,0,0.2,1);
}
.accordion_body.is-open {
    /* max-heightはJS側でscrollHeightをセット */
}

/* アコーディオンが閉じているときのパターンヘッダーの下ボーダー */
.accordion_pattern {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 24px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    background: #fff;
}
.accordion_pattern .pattern_header {
    border-radius: 0;
    margin-bottom: 0;
    border-bottom: 2px solid transparent;
    transition: border-color 0.2s;
}
.accordion_trigger.is-open {
    border-bottom: 2px solid var(--border-color) !important;
}

/* pattern_headerにflex alignをopen時にも維持 */
.pattern_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 16px;
    padding: 24px 28px;
}
.pattern_header_left {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
}

/* ==========================================
   診断案内モーダル
   ========================================== */
.diag_modal_overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s;
    padding: 20px;
}
.diag_modal_overlay.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.diag_modal_box {
    background: #fff;
    border-radius: 20px;
    padding: 50px 40px 40px;
    max-width: 520px;
    width: 100%;
    text-align: center;
    position: relative;
    box-shadow: 0 20px 60px rgba(0,0,0,0.2);
    animation: modalIn 0.35s cubic-bezier(0.34,1.56,0.64,1) both;
}
@keyframes modalIn {
    from { transform: scale(0.85) translateY(20px); opacity: 0; }
    to   { transform: scale(1) translateY(0); opacity: 1; }
}
.diag_modal_close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    font-size: 2rem;
    color: var(--text-light);
    cursor: pointer;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background 0.2s, color 0.2s;
}
.diag_modal_close:hover {
    background: var(--bg-gray);
    color: var(--text-main);
}
.diag_modal_icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    color: #fff;
    font-size: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 8px 24px rgba(59,89,152,0.25);
}
.diag_modal_title {
    font-size: 2.4rem;
    font-weight: 900;
    color: var(--primary);
    margin-bottom: 14px;
}
.diag_modal_text {
    font-size: 1.5rem;
    color: var(--text-light);
    line-height: 1.8;
    margin-bottom: 30px;
}
.diag_modal_btns {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}
.diag_modal_btn_go {
    width: 100%;
    max-width: 340px;
    font-size: 1.7rem;
    padding: 16px 30px;
}
.diag_modal_btn_skip {
    background: none;
    border: none;
    color: var(--text-light);
    font-size: 1.4rem;
    cursor: pointer;
    text-decoration: underline;
    padding: 4px 0;
    transition: color 0.2s;
}
.diag_modal_btn_skip:hover {
    color: var(--text-main);
}

@media (max-width: 768px) {
    .diag_modal_box {
        padding: 40px 24px 30px;
    }
    .diag_modal_title {
        font-size: 2rem;
    }
    .accordion_icon {
        width: 36px;
        height: 36px;
        font-size: 1.4rem;
    }
    .pattern_header {
        padding: 18px 16px;
        gap: 10px;
    }
}

/* ==========================================
   診断セクション 背景
   ========================================== */
.bg_diag {
    background: #d4ddef;
    border-top: 4px solid var(--primary);
    border-bottom: 4px solid var(--primary);
    position: relative;
}

.section_pattern_details {
    padding-top: 60px !important;
}

/* ==========================================
   パターンD 導線リンク
   ========================================== */
.pattern_d_guide_link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--primary);
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: underline;
    margin-top: 6px;
}

/* ==========================================
   【重要】消費税返金サービス モーダル
   ========================================== */
.important_modal_overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s;
    padding: 20px;
    overflow-y: auto;
}
.important_modal_overlay.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.important_modal_box {
    background: #fff;
    border-radius: 20px;
    padding: 48px 40px 40px;
    max-width: 560px;
    width: 100%;
    text-align: center;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
    animation: importantModalIn 0.35s cubic-bezier(0.34, 1.56, 0.64, 1) both;
    margin: auto;
}
@keyframes importantModalIn {
    from { transform: scale(0.85) translateY(20px); opacity: 0; }
    to   { transform: scale(1) translateY(0);       opacity: 1; }
}
.important_modal_close {
    position: absolute;
    top: 14px;
    right: 14px;
    background: none;
    border: none;
    font-size: 1.8rem;
    color: var(--text-light);
    cursor: pointer;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background 0.2s, color 0.2s;
}
.important_modal_close:hover {
    background: var(--bg-gray);
    color: var(--text-main);
}
.important_modal_icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #5b7fa6;
    color: #fff;
    font-size: 2.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 8px 24px rgba(91, 127, 166, 0.3);
}
.important_modal_title {
    font-size: 2.2rem;
    font-weight: 900;
    color: var(--accent);
    line-height: 1.5;
    margin-bottom: 10px;
}
.important_modal_audience {
    font-size: 1.4rem;
    color: var(--text-light);
    margin-bottom: 10px;
}

.important_modal_body {
    text-align: left;
    margin-bottom: 20px;
}
.important_modal_body p {
    font-size: 1.4rem;
    color: var(--text-main);
    line-height: 1.8;
    margin-bottom: 12px;
}
.important_modal_body p:last-child {
    margin-bottom: 0;
}
.important_modal_note {
    font-size: 1.3rem !important;
    color: var(--text-light) !important;
}
.important_modal_btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
}
.important_modal_btn_go {
    width: 100%;
    max-width: 360px;
    font-size: 1.7rem;
    padding: 16px 30px;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .important_modal_overlay {
        padding: 12px;
        align-items: flex-start;
    }
    .important_modal_box {
        padding: 48px 20px 28px;
        border-radius: 16px;
        margin-top: 20px;
    }
    .important_modal_title {
        font-size: 1.9rem;
    }
    .important_modal_icon {
        width: 60px;
        height: 60px;
        font-size: 2.4rem;
    }
    .important_modal_body p {
        font-size: 1.35rem;
    }
    .important_modal_btn_go {
        max-width: 100%;
        font-size: 1.5rem;
        padding: 14px 20px;
    }
}
@media (max-width: 480px) {
    .important_modal_box {
        padding: 44px 16px 24px;
    }
    .important_modal_title {
        font-size: 1.7rem;
    }
}
/* コンテンツ部分のベース（必須・修正を反映） */
.accordion-content {
  max-height: 0; /* height: 0 から max-height: 0 に変更 */
  overflow: hidden;
  transition: max-height 0.3s ease-out; /* max-height にアニメーションをかける */
}

/* accordion */
.accordion-container {
  max-width: 100%;
  margin: 0 auto;
}
.accordion-item {
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
}
.accordion-item:last-child {
  margin-bottom: 0;
}
.accordion-item button {
  background-color: #444692;
  color: #fff;
}
.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 40px;
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  text-align: left;
  border-radius: 10px;
}
.accordion-header span {
  font-size: 16px;
  font-weight: bold;
}
.accordion-header span span {
  font-size: 32px;
}
.accordion-icon {
  position: relative;
  width: 30px;
  height: 30px;
}
.accordion-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  transform: translateY(-50%);
}
.accordion-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background-color: #fff;
  transform: translateX(-50%);
  transition: transform 0.3s ease, opacity 0.3s ease; /* opacityも滑らかに */
}

/* 【修正】JSはheaderに .is-open を付与するため、
  クラスの対象を .accordion-item から .accordion-header に変更しました
*/
.accordion-header.is-open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion-header.is-open .accordion-icon::after {
  transform: translateX(-50%) rotate(90deg);
  opacity: 0;
}

.accordion-content-inner {
  padding: 15px;
  background-color: #fff;
}

/* 必要な手続きと免税フロー */
.accordion-container {
	padding: 60px 20px;
	background-color: #F0F1FB;
}

/* faq */
  * { box-sizing: border-box; }
  .faq_section_title {
    font-size: 22px;
    font-weight: 700;
    margin: 40px 0 16px;
    color: #1a1a1a;
  }
  .faq_section_title:first-child {
    margin-top: 0;
  }
  .faq_item {
	padding-bottom: 0;
    margin-bottom: 20px;
  }
  .faq_item:last-child {
    margin-bottom: 0;
  }
  .faq_question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #eef0f6;
    border: none;
    text-align: left;
    padding: 18px 20px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    color: #222;
    transition: background 0.2s ease;
  }
  .faq_question:hover {
    background: #e4e7f0;
  }
  .faq_question .q_label {
    color: #3b4ba0;
    margin-right: 10px;
  }
  .faq_question .q_text {
    flex: 1;
	margin: 0;
	text-align: left;
    font-size: 16px;
  }
  .faq_icon {
    position: relative;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-left: 16px;
  }
  .faq_icon::before,
  .faq_icon::after {
    content: "";
    position: absolute;
    background: #3b4ba0;
    transition: transform 0.25s ease;
  }
  .faq_icon::before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    transform: translateY(-50%);
  }
  .faq_icon::after {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    transform: translateX(-50%);
  }
  .faq_item.open .faq_icon::after {
    transform: translateX(-50%) rotate(90deg);
    opacity: 0;
  }
  .faq_answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #ffffff;
  }
  .faq_answer_inner {
    padding: 18px 20px;
    font-size: 14px;
    line-height: 1.8;
    color: #333;
  }


.device-section {
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 20px 80px;
    text-align: center;
    color: #333;
    box-sizing: border-box;
  }
  .device-section figure {
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
  }  
  .device-section figure img {
    width: 100%;
  }
  .device-section * {
    box-sizing: border-box;
  }
 
  .device-section .main_title {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    line-height: 1.2;
	margin: 0 0 60px;
  }
  .device-section .main_title strong {
    font-size: 34px;
    font-weight: 800;
  }
 
  .device-section .eyebrow {
    font-size: 15px;
    font-weight: 600;
    color: #4a4aa0;
    letter-spacing: 0.05em;
    margin: 0 0 28px;
  }
 
  .device-section .lead {
    font-size: 16px;
    line-height: 1.9;
    color: #333;
    margin: 0 0 36px;
  }
 
  .device-cards {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 8px;
  }
 
  .device-card {
    background: #f2f2f2;
    border-radius: 10px;
    padding: 32px 28px 24px;
    flex: 1 1 460px;
    max-width: 480px;
    text-align: center;
  }
 
  .device-badge {
    display: inline-block;
    padding: 10px 40px;
    border-radius: 30px;
    background: linear-gradient(90deg, #7b5fc7, #3f4bb0);
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 24px;
  }
 
  .device-labels {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 14px;
    font-weight: 700;
    font-size: 15px;
    color: #222;
  }
 
  .device-note {
    text-align: right;
    font-size: 12px;
    color: #666;
    max-width: 480px;
    margin: 8px auto 0;
    flex: 1 1 480px;
  }
 
  .device-cta {
    display: inline-block;
    margin-top: 40px;
    padding: 22px 60px;
    border-radius: 40px;
    background: #444692;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    border: none;
    cursor: pointer;
	line-height: 1.4;
  }
  .device-cta:hover {
    opacity: 0.8;
  }

/* レスポンシブコード */
@media (max-width: 768px) {
	.attention {
		padding: 0 20px;
	}
	.inr_wrapper .notice_banner__badge {
		width: 80px;
		height: 80px;
	}
	.inr_wrapper .notice_banner__title {
		font-size: 24px;
	}
	.inr_wrapper .notice_banner__body {
		padding: 15px;
	}
	.inr_wrapper .notice_banner__header {
		line-height: 1.4;
	}
	.inr_wrapper .notice_banner__title_row {
		margin-bottom: 15px;
	}
	.inr_wrapper .notice_banner__buttons {
		display: block;
	}
	.inr_wrapper .btn_primary {
		margin-bottom: 20px;
	}
	.accordion-header span span {
		font-size: 18px;
	}
	.accordion-icon {
		max-width: 30px;
		width: 100%;
	}
	.device-cards {
      flex-direction: column;
      align-items: center;
    }
    .device-card {
      max-width: 100%;
      width: 100%;
    }
}

#start {
	padding-top: 60px;
}