/* http://meyerweb.com/eric/tools/css/reset/ 
     v2.0 | 20110126
    License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video{margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display: block;}
body{line-height: 1;}
ol, ul{list-style: none;}
blockquote, q{quotes: none;}
blockquote:before, blockquote:after,q:before, q:after{content: '';content: none;}
ul li{list-style: none;}
*, *:before, *:after{-webkit-box-sizing: inherit;box-sizing: inherit;}
* {box-sizing: border-box;}
a{text-decoration: none;-webkit-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
a:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border:none
}
input{border:none}
select{border:none}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}
table{border-collapse:collapse}
/*▲▲▲ reset ▲▲▲*/
html {
  font-size: 62.5%;
}
body {
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-feature-settings: "palt";
    line-height: 1.4;
    color: #172948;
    letter-spacing: .1em;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
    font-size: 2rem;
}
.font_nam{
    font-family: 'Poppins', sans-serif;
}

#wrapper {
    overflow: hidden;
}
a{text-decoration:none;
    -webkit-transition:all 0.3s ease;
    transition:all 0.3s ease;}
*:hover{
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*▲ 初期設定 ▲*/
.pcnone{
    display:none;
}

.bg_white{background:#fff} 
.bg_red{background:#d45b41}
.bg_blue{background:#4993ba}
.bg_gray{background:#f6f7f7}
.bg_yellow{background:#ffe400}
.bg_dblue{background:#447ea6}
.bg_orange{background:#e3911b}
.bg_brown{background:#e8e2d5}
.bg_red2{background:#eb3f3f}

.fw700{font-weight:700}
.fw500{font-weight:500}
.fw400{font-weight:400}
.alc{text-align:center}
.alL{text-align:left}
.alR{text-align:right}

.font_14{font-size: 1.4rem}
.font_16{font-size: 1.6rem}
.font_18{font-size: 1.8rem}
.font_22{font-size: 2.2rem}
.font_24{font-size: 2.4rem}

.col_white{color:#fff}
.col_blue{color:#235272}
.col_red{color:#d45b41}
.col_bnavy{color:#235272}
.col_gold{color:#aa9477}
.col_dblue{color:#447ea6}
.col_red2{color:#eb3434}
.bold{font-weight:700}

.mb0{margin-bottom:0!important}
.mb10{margin-bottom:10px}
.mb20{margin-bottom:20px}
.mb30{margin-bottom:30px}
.mb40{margin-bottom:40px}
.mb50{margin-bottom:50px}
.mb60{margin-bottom:60px}
.mt20{margin-top:20px}
.mt60{margin-top:60px}
.pb0{padding-bottom:0!important}

.palt{font-feature-settings:"palt"}
.font_italic{font-style: italic}
.auto{margin: 0 auto}

.flex_space{display:flex;justify-content:space-between}
.flex_wrap{display:flex;flex-wrap:wrap;justify-content: space-between}
.flex_row{display:flex;flex-direction: row}
.flex_start{display:flex;justify-content:flex-start}
.block{display: block}
.shadow {
    -moz-box-shadow: 0px 0px 12px 1px rgb(0 0 0 / 8%);
    -webkit-box-shadow: 0px 0px 12px 1px rgb(0 0 0 / 8%);
    box-shadow: 0px 0px 12px 1px rgb(0 0 0 / 8%);
}
.sec_shadow {
    -moz-box-shadow: 0px 13px 20px -1px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 13px 20px -1px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 13px 20px -1px rgba(0, 0, 0, 0.08);
    position: relative;
}
.under_line {
    text-decoration: underline;
    text-underline-offset:0.2em;
}
.linethrough{
    text-decoration: line-through;
}
.blank_link{
	text-decoration: underline;
	color: #bf3e3e;
}
.pc_block{
    display: block;
}
.marker_red {
    font-style: normal;
    background-color: transparent;
    background-image: linear-gradient(transparent 70%,#d45b41 0);
}
.marker_yel {
    background-color: transparent;
    background-image: linear-gradient(transparent 70%,#ffe400 0);
}
.border_red{
    text-decoration: solid underline #d45b41 3px;
    text-underline-offset:0.2em;
}
img {
    width:100%;
    height: 100%;
    display:block
}
table{
	width: 100%;
}
/*　▼ header　▼　*/
header{
    background:url(../img/mv_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
header img{
	background-size: cover;
	width: 100%;
}
header h1{
	margin-bottom: 0;
}
header img {
    width:1200px;
    margin:0 auto;
}
/*　▼ footer　▼　*/
footer {
	font-weight: 400;
	background:#fff;
	font-size: 1.4rem;
    padding: 29px;
    color: #333;
    border-top: 1px solid #aa9477;
    letter-spacing: 0;
}
footer .left{
    width: 200px;
}
footer .box {
	width:1000px;
	margin:0 auto;
}
footer .box ul {
	width: 490px;
    margin: 0 auto;
}
footer li a {	
	background-size: 15px;
    background-position: 26px center;
    color: #333;
}
.logo{
	width: 168px;
	height: auto!important;
}
#page-top img{
    position: fixed;
    cursor: pointer;
    height:auto;
    right: 28px;
    width: 70px;
    bottom: 151px;
}
.tel::before{
	content: '\e0b0';
	font-family: 'Material Icons';
	vertical-align: -2px;
	margin-right: 3px;
}
.mail::before{
	content: '\e0be';
	font-family: 'Material Icons';
	vertical-align: -2px;
	margin-right: 3px;
}
.btnfont{
    font-size: 4.1rem;
}
/*PDF設定
（PCのみ80％表示・PC以外100％）*/
.pdf {
    position: relative;
    width: 60%;
    padding-top: 56.25%;
    padding-top: 95%;
    margin: 0 auto 50px;
}
.pdf iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* PC hayawari */
.hayawari{
    padding: 22px 0;
}
.hayawari_img{
    width: 90%;
    margin: 0 auto;
}

/*
同時に入会したら…
*/
.hayawari2_wrap {
	background-color: #fff5e3;
	background-position: center center;
	background-size: cover;
}
.hayawari2 {
	padding: 50px 0;
}

@media screen and (max-width: 599px) {
	.hayawari_wrap2 {
		background:url(../img/sec01_bg.jpg) no-repeat;
		background-position: center 50%;
	}
	.hayawari2 {
		padding: 50px 0;
	}
	.hayawari2_img {
		margin: 0 auto;
		width: 90%;
	}
}

/*▼ ボタン設定　▼*/
.btn{
    text-align: center;
    color: #fff;
    display: block;
    position: relative;
    z-index: 2;
    font-weight: 700;
}
.btn::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(.5);
    transform: scale(.5);
}
.btn:hover::after {
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*　▼　申込みボタン*/
.btn01{
    background: #0067dc;
    filter: drop-shadow(0px 8px 0px #0067dc);
}
.btn02{
    background: #0067dc;
    filter: drop-shadow(0px 8px 0px #0067dc);
}
.btn03{
    background: #00C853;
    filter: drop-shadow(0px 8px 0px #00C853);
}
.btn01,.btn02,.btn03{
    border-radius: 5px;
    height: 80px;
    line-height: 80px;
    width:100%;
    display: block;
    margin-bottom:20px;
}
.btn03{
    width:54%;
    margin:0 auto;
}
.btn01:hover,.btn02:hover,.btn03:hover{
    letter-spacing: 5px;
}
.btn04 {
    border-radius: 5px;
    height: 80px;
    line-height: 80px;
    width: 60%;
    display: block;
    margin: 0 auto;
    background-color: #e3911b !important;
    filter: drop-shadow(0px 8px 0px #bb7209);
}

/*　▲　申込みボタン*/
section{
	width: 1000px;
	margin: 0 auto;
	padding: 110px 0;
}
h1{
	text-align: center;
	margin-bottom: 100px;
	font-size: 3.0rem;
    color:#235272;
    font-weight: 700;
}
.en{
    font-weight: 500;
    text-align: center;
    font-size: 2.6rem;
    font-family: 'Poppins', sans-serif;
    color: #aa9477;
    font-style: italic;
    text-transform: lowercase;
    margin-bottom: 13px;
}


/*PC ホワイトペーパーの概要説明 */
.topics_wrap{
    background: url(../img/topic_bg.jpg) no-repeat;
    background-size: cover;
}
.topics h1{
    font-size: 3.2rem;
    line-height:1.4;
}
.topics ul li{
    line-height: 2.2;
    margin-bottom: 20px;
}
.topics ul li:before{
    font-family: "Font Awesome 5 Free";
    content: '\f00c';
    color: #4993ba;
    font-style: normal;
    padding-right: 0.5%;
}


/*PC 貸倒損失が税務調査で重要視される3つのポイント */

.point .box {
    display: flex;
    justify-content: space-between;
    /* justify-content: flex-start; */
    /*align-items: center;*/
    margin-bottom: 100px;
}
.point .box:last-of-type{
    margin-bottom:0;
}
.point_nam{
    width: 21%;
    margin: 0 auto 19px;  
    height:auto; 
}
.point .box .point_img{
    margin-left: 38px;
    width: 47%;
}
.point .box:nth-of-type(even) {
    flex-direction: row-reverse;
}
.point .box:nth-of-type(even) .point_img {
    margin-right: 38px;
    margin-left: 0;
    width: 47%;
}


/*PC message レター部分　*/
.message h1{
    margin-bottom: 70px;
}
.message .check_red{
    background: #fff;
    padding: 4%;
    width: 100%;
}
.message .check_red li{
    margin-bottom: 10px;
    text-indent: -1em;
    padding-left: 1em;
}
.message .check_red li:last-of-type{
    margin-bottom:0
}
.message .check_red li:before{
    font-family: "Font Awesome 5 Free";
    content: '\f00c';
    color: #d45b41;
    font-style: normal;
    padding-right: 0.5%;
}
.message .narrow{
    width: 88%;
    margin: 0 auto;
    line-height: 1.7;
}

/*PC contents サンプル　*/
.sample_img{
    width:46%;
}

/*PC sample ホワイトペーパーの内容 */
.contents_wrap {
	width: 80%;
	margin: 0 auto;
}
.contents p {
	margin-top: 30px;
	font-size: 22px;
	font-weight: 700;
	color: #e3793b;
}
.contents_list {
	margin-top: 10px;
	padding-left: 20px;
	padding-bottom: 30px;
}
.contents_list li{
	border-bottom:1px solid #ccc;
	line-height: 2.0;
}
.contents h2 {
  margin-top: 40px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  border-bottom: 2px solid #e3793b;
  padding-bottom: 5px;
}
@media screen and (max-width: 799px) {
	.contents_wrap {
		width: 96%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 599px) {
	.contents_wrap {
		width: 100%;
	}
	.contents p {
		font-size: 20px;
	}
	.contents_list {
		padding-left: 10px;
		font-size: 15px;
	}
}

/*PC profile 講師プロフィール*/
.profile .box{
    border-radius: 5px;
    padding: 3%;
    margin-bottom: 50px;
}
.koushi{
    width: 25%;
    margin-right: 46px;
}
.profile .right{
    padding-top: 7%;
}
.furigana{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 2rem;
    text-align: left;
    letter-spacing: 0.2em;
}
.profile .name{
    font-size: 3rem;
    letter-spacing: 0.2em;
}
.profile .ttl{
    font-size: 1.8rem;
}
.profile .box_top{
    margin-bottom: 20px;
}
.profile .txt{
    font-size: 1.6rem;
    line-height: 1.6;
}
.book{
    width: 100%;
}


/*
商品詳細
*/
.att{
	font-size: 1.6rem;
	line-height:1.2;
}
.sec07_wrap{
	background:#f2eee5;
}
.dtl_tbl{
	margin-bottom: 15px;
}
.dtl_tbl tr{
	border-bottom:2px solid #e3911b;
}
.dtl_tbl th {
	font-weight: 700;
	padding: 4%;
	width: 12em;
	text-align: left;
	vertical-align: middle;
}
.dtl_tbl td{
	padding: 4%;
	text-align: left;
	vertical-align: middle;
}
.tbl_br{
	border-right:2px solid #e3911b;
}
.tbl_br_white{
	border-right:2px solid #fff;
}
.dtl_tbl td.alc{
	text-align: center;
}
.bg_tbl_yellow{
	background:#e3911b;
}
@media screen and (max-width: 599px) {
.dtl_tbl th,.dtl_tbl td{
	display:block;
}
.tbl_br,.tbl_br_white{
	border:none;
}
.kaiin:before{
	background:#e3911b;
	content:'会員';
	font-weight:700;
	width:100%;
	padding:2%;
	display:block;
	text-align: center;
}
.ippan:before{
	background:#e3911b;
	content:'一般';
	font-weight:700;
	width:100%;
	padding:2%;
	display:block;
	text-align: center;
}
.sp_fw700{
	font-weight: 700;
}
.spnone{
	display:none!important;
}
}


/*PC more さらに */
.more{
    padding: 52px 0;
}
.more_img{
    width: 70%;
    margin: 0 auto;
}
.more p{
    font-size: 3.2rem;
    letter-spacing: 0;
    line-height: 2.2;
}
.bd_white{
    text-decoration: underline;
    text-decoration-style: solid;
    text-underline-offset:0.3em;
    text-decoration-color: #fff;
}
.more .big{
    font-size: 4rem;
    position: relative;
}
.more .big:before,.more .big:after{
    background-color: #fff;
    position: absolute;
    bottom: -3%;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
}
.more .big:before {
    bottom: 6%;
}
/*PC toha KACHIEL税務アカデミーとは？ */
.toha .box{
    /*background: #e8e2d5;*/
    border-radius: 5px;
    overflow: hidden;
    /*margin-bottom: 8px;*/
}
.toha .box h2{
    font-size: 2.3rem;
    height: 4.5em;
    padding-top: 3%;
}
.toha .check_blue li{
    margin-bottom: 20px;
    text-indent: -1em;
    padding-left: 1em;
}
.toha .check_blue li:before{
    font-family: "Font Awesome 5 Free";
    content: '\f00c';
    color: #4993ba;
    font-style: normal;
    padding-right: 0.5%;
}
.toha .check_blue{
    padding: 5% 11%;
}
.toha .att{
    font-size: 1.6rem;
    margin-bottom: 30px;
}
.price{
    width: 48%;
    height: 100%;
    /*margin-bottom: 50px;*/
}
@media screen and (max-width: 599px) {
    .toha .box h2{
        height:6.5em;
        margin-bottom:40px;
    }
}


/*PC entry お申し込み */
.entry .box01{
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 70px;
}
.entry .heading{
    background: #d45b41;
    align-items: center;
    height: 5em;
}
.entry .heading h2{
    padding: 1.4% 0;
}
.entry h2 {
    color: #fff;
}
.entry .box01 p{
    padding: 4%;
    font-size: 1.8rem;
    line-height: 2;
}
.entry .box02{
    margin-bottom: 40px;
}
.entry .box02 h2 {
    font-size: 2.2rem;
    border-radius: 5px;
    width: 11em;
    height: 2em;
    padding-top: 0.2%;
    margin: 0 auto 30px;
}
.double{
    text-decoration: underline;
    text-decoration-style: double;
    text-underline-offset:0.2em;
}
.bd_red{
    text-decoration-color: #d45b41; 
}
.entry .box02 .narrow{
    width: 90%;
    margin: 0 auto;
    font-size: 1.8rem;
    line-height: 2;
}
.box.flex_space {
    display: flex;
    justify-content: space-between;
    gap: 20px; /* 適宜調整 */
}

/*------------------------
▲ PC表示終わり　▲
------------------------*/
/*-----------------------------------
　↓ 685pxまでのfooter設定　消さない！！　↓ 
-----------------------------------*/
@media screen  and (min-width: 600px) and (max-width: 684px) {
footer .left {
    width: 50%;
}
.logo {
    width: 29%;
    height: auto!important;
}
}
/*-----------------------------------
　↑ 685pxまでのfooter設定　消さない！！　↑
-----------------------------------*/
@media screen and (max-width: 1254px){
header img{
    width: 100%;
    padding: 0 2%;
}
}
@media screen and (max-width: 1024px){
#page-top img{
    display: none;
}
header img{
    width: 98%;
}
section {
    width: 94%;
    margin:0 auto;
}
.contents ul, .contents .box03 {
    width: 90%;
}
.dtl_tbl th {
    padding: 3% 0 3% 6%;
    width: 12em;
}
.entry .box02 .narrow {
    width: 100%;
}


@media screen and (max-width: 768px) {
html{
    font-size: 50%;
}
.message .narrow {
    width: 100%;
}
.btn03{
    width: 100%;
}
.logo {
    width: 65%;
}
.details .box{
    padding:0;
}
}
@media screen and (min-width: 767px) {
.pcnone {
	display:none;
}
}
@media screen and (min-width: 600px) and (max-width: 766px) {
.pcnone{
    display: none;
}
.spnone {
    display: block;
}
}
/*------------------------
スマホ~599px
------------------------*/
@media screen and (max-width: 599px) {
body {
	width:100%;
}
.sp_block,
.sp_br,
.pcnone,
.sp_noflex {
	display:block
}
.spnone {
    display:none
}
.pc_block {
	display:inline
}
.sp_alc {
    text-align: center;
}
.sp_flex_space{
    display:flex;justify-content:space-between
}
.sec_wrap {
    width:100%;
    padding:0;
}
section{
	width: 100%!important;
	padding: 14% 6%;
}
.box.flex_space {
    flex-direction: column;
    gap: 0px;
}
/*▼ footer ▼*/
footer {
	padding: 2%;
    font-size: 1.4rem;
}
.footer_inner {
    width: 92%;
    margin: 0 auto;
    padding: 2.60416% 0;
}
footer ul{
	width: 100%;
	text-align: left;
}
.logo {
    width:40%;
    display: block;
}
#page-top img {
    display: none;
}
.copy{
	margin-bottom: 10px;
}
/*▲ footer ▲*/
header{
    background: url(../img/mv_bg_sp.jpg) no-repeat;
    background-size: cover;
}
header .mv_area{
    padding: 0!important;
}
header h1 img{
	width: 100%;
	margin: 0 auto;
}
h1{
    font-size: 3rem;
    margin-bottom: 50px;
    line-height:1.2;
}
.btn{
    width: 100%;
    background-size: 2.4%;
    background-position: 92% 50%;
}
		
.en {
    font-size: 2.2rem;
}	
.en02{
    font-weight: 700;
    text-align: center;
    font-size: 4.4rem;
    font-family: 'Poppins', sans-serif;
}
	
/*SP　早割 */
.hayawari_img {
    width: 96%;
    margin: 0 auto;
}

/*SP　topics ホワイトペーパーの概要説明 */
.topics h1 {
    font-size: 3rem;
    line-height: 1.2;
}

/*SP　point 貸倒損失が税務調査で重要視される3つのポイント */
.point h2{
    font-size: 2.8rem;
}
.point .box {
    display: block;
    justify-content: space-between;
    margin-bottom: 80px;
}
.point_nam {
    width: 25%;
}
 .point .box p{
    margin-bottom: 20px;
}
.point .box .point_img {
    margin-left: 0;
    width: 100%;
}
.point .box:nth-of-type(even) .point_img{
    margin-right:0;
    margin-left: 0;
    width: 100%;
}

/*SP　レター部分 */
.message .check_red{
    padding: 7%;
}
.message .check_red li {
    margin-bottom: 20px;
    line-height: 1.4;
}

/*SP　サンプル　sample */
.sample_img {
    width: 90%;
    margin: 0 auto;
}
.sample_img:first-of-type{
    margin-bottom:40px;
}

/*SP　サンプルPDF */
.pdf{
    width: 100%;
}

/*SP　ホワイトペーパーの内容 contents */
.contents ul, .contents .box03 {
    width: 100%;
}

/*SP　プロフィール */
.koushi {
    width: 75%;
    margin: 0 auto 31px;
}
.name {
    margin-bottom: 0;
}
.profile .box{
    margin-bottom: 30px;
}
.book{
    width: 100%;
}
.dtl_tbl th,.dtl_tbl td{
    display: block;
}
.dtl_tbl th{
    padding: 4% 0;
}
.dtl_tbl td {
    padding: 0 0 4%;
}
.btn01 {
    margin-bottom: 20px;
}

/*SP　とは */
.more{
    padding: 6% 2%;
}
.more_img {
    width: 100%;
}
.toha .box h2 {
    height: 7.5em;
    padding: 7% 4% 5%;
}
.toha .box h2 {
    height: 7.5em;
    padding: 7% 4% 5%;
}
.btn03 {
    width: 100%;
}
.details .box{
  padding:0;
}

/*サンプル*/
.sample h1{
    font-size: 3rem;
}
.pdf {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    padding-top: 75%;
    margin: 0 auto 50px;
}
.pdf iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.btn04 {
    border-radius: 5px;
    height: 80px;
    line-height: 80px;
    width: 100%;
    display: block;
    margin: 0 auto;
    background-color: #e3911b !important;
    filter: drop-shadow(0px 8px 0px #bb7209);
}

/*トリガー部分*/

.grad-wrap{
    margin-bottom: 60px;
    position: relative;
}
.down:before {
    font-family: FontAwesome;
    content: "\f067";
}
.grad-btn {
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: -6%;
    left: 0;
    width: 148px;
    margin: auto;
    padding: 0.5em 0;
    border-radius: 2px;
    background: #e3911b;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: 1s all linear;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
    font-size: 1.6rem;
}
.grad-btn::before {
  content: "閉じる";
  margin-right: 8px;
}
.grad-btn02{
    width: 12em;
    font-size: 2.4rem;
}
.grad-btn02::before {
  content: "もっと見る";
  margin-right: 8px;
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 159px;
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #f4f3f3 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #f4f3f3 100%);
  content: "";
}
.grad-trigger {
  display: none;
}
.grad-trigger:checked ~ .grad-btn::before {
  content: "閉じる";
}
.grad-trigger:checked ~ .grad-item {
  height: auto;
}
.grad-trigger:checked ~ .grad-item::before {
  display: none;
}

/* スマホ向け (～599px) */
@media screen and (max-width: 599px) {
    .grad-btn, .grad-btn02 {
        display: block; /* スマホでは「もっと見る」ボタンを表示 */
        bottom: -6%;
    }
    .grad-item {
        height: 159px; /* スマホでは一部だけ表示 */
    }
    .grad-item::before {
        display: block; /* スマホではグラデーションを表示 */
    }
}

/* PC向け (600px以上) */
@media screen and (min-width: 600px) {
    .grad-btn, .grad-btn02 {
        display: none; /* PCでは「もっと見る」ボタンを非表示 */
    }
    .grad-item {
        height: auto; /* PCでは全て表示 */
    }
    .grad-item::before {
        display: none; /* PCではグラデーションを無効化 */
    }
}

/*sp テーブル追加*/
.details .box{
    padding:0;
}
.dtl_tbl,.bdr {
    border:none;
}
.dtl_tbl .spbd_none{
    border-bottom:none!important;
}
.dtl_tbl th{
    border-right:none;
}
.kaiin,.ippan{
    width: 96%;
    margin: 0 auto;
}
.dtl_tbl .spnone{
    display:none;
}
.dtl_tbl .sphead{
    padding-top:2%;
}
.pd0{
    padding:0!important;
}
.kakaku_kaiin:before{
    content:'会員';
    display:block;
    text-align: center;
    background:#e5a99c;
    padding:2%;
}
.kakaku_ippan:before{
    content:'一般';
    display:block;
    text-align: center;
    background:#e5a99c;
    padding:2%;
}
.kakau {
    width: 100%;
}
}
.nintei{
    padding:60px 0;
}
.btn01,.btn02{
    width:48%;
}
@media screen and (max-width: 599px) {
.btn01,.btn02{
    width:100%;
}
}

}
/*------------------------
form
------------------------*/

@media screen and (max-width: 1024px){
.form_tbl .name{
    width:42%;
}
}
@media screen and (max-width: 943px){
.form_tbl .name{
    width:41%;
}
}
@media screen and (max-width: 864px){
.form_tbl .name{
    width:40%;
}
}
@media screen and (max-width: 801px){
.form_tbl .name{
    width:39%;
}
}
@media screen and (max-width: 655px) {
.form_tbl .name:first-of-type {
    margin-right: 0;
}
.form_tbl name{
    width: 93%;
    margin-bottom: 20px;
}
}
@media screen and (max-width: 636px) {
.form_tbl td{
    display: block;
    width: 100%;
}
.tbl_head {
    padding-bottom: 0;
    width: 100%;
    margin-bottom: 10px;
}
input[type="text" i],select {
    margin-bottom: 20px;
}
.form_tbl .name,.add{
    width: 100%;
    height:40px;
}
select {
    height: 29px;
}
}
/*------------------------
thanks
------------------------*/
/* PC thaks */
.fw500{
    font-weight:500;
}
.thanks{
    width:1200px;
    margin:0 auto;
    padding: 20px 0 79px;
}
.thanks_logo{
    width:146px;
}
.thanks_img {
    width: 15%;
    margin: 0 auto 20px;
}
.thanks h1{
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    color:#d45b41
}
.thanks p{
    margin-bottom:40px;
}
.arrow_img{
    width: 7%;
    margin: 0 auto;
}
@media screen and (max-width: 1200px) {
.thanks {
    width: 98%;
}
}
@media screen and (max-width: 599px) {
/* sp thanks */
.thanks{
    padding: 2% 2% 6%;
}
.thanks h1 {
    margin-bottom: 20px;
}
.thanks p {
    margin-bottom: 20px;
}
.thanks_img {
    width: 29%;
}
.arrow_img {
    width: 12%;
}
}


/* PC（769px以上）ではチェックボックスを非表示 */
@media screen and (min-width: 769px) {
    .grad-trigger {
        display: none !important;
    }
}

/* スマホ（768px以下）のみに適用 */
@media screen and (max-width: 768px) {
    .grad-wrap {
        margin-bottom: 60px;
        position: relative;
    }
    .grad-btn {
        z-index: 2;
        position: absolute;
        right: 0;
        bottom: -10%;
        left: 0;
        width: 148px;
        margin: auto;
        padding: 0.5em 0;
        border-radius: 2px;
        background: #009e8f;
        color: #fff;
        text-align: center;
        cursor: pointer;
        transition: 1s all linear;
        box-shadow: 0 0 3px rgb(0 0 0 / 30%);
        font-size: 1.6rem;
    }
    .grad-btn::before {
        content: "もっと見る";
        margin-right: 8px;
    }
    .grad-btn02 {
        width: 12em;
        font-size: 2.4rem;
    }
    .grad-btn02::before {
        content: "もっと見る";
        margin-right: 8px;
    }
    .grad-item {
        position: relative;
        overflow: hidden;
        height: 159px;
    }
    .grad-item::before {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 90px;
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, #f4f3f3 100%);
        content: "";
    }
    .grad-trigger {
        display: none; /* スマホではチェックボックスを非表示 */
    }
    .grad-trigger:checked ~ .grad-btn::before {
        content: "閉じる";
          /* `!important` を一時的に追加して、他のCSSによる上書きを強制的に防ぎます */
  bottom: -10% !important; /* 例えば-10%に調整。この値を変更してみてください */
  left: 0 !important;
  right: 0 !important;
  margin: auto !important; /* 中央寄せを維持したい場合 */
    }
    .grad-trigger:checked ~ .grad-item {
        height: auto;
    }
    .grad-trigger:checked ~ .grad-item::before {
        display: none;
    }
    @media screen and (max-width: 599px) {
        .grad-btn {
            bottom: -6%;
        }
    }
}
