/* 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;
}
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: #000;
    /*letter-spacing: .2em;*/
    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;}
a:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
img {
    display:block;
}
#page-top img {
    position: fixed;
    cursor: pointer;
}
/*▲ 初期設定 ▲*/

.font_30{font-size: 3rem}
.font_40{font-size: 4rem}
.font_42{font-size: 4.2rem}
.font_50{font-size: 5rem}

.bg_white{background:#fff} 
.bg_red{background:#d45b41}
.bg_blue{background:#4993ba}
.bg_gray{background:#f6f7f7}
.bg_brown{background:#e8e2d5}
.bg_yellow{background:#e3911b}
.bg_mrkr{background:#f3cf1d}
.bg_light{background:#d8eced}
.bg_black{background:#000}
.bg_blue02{background:#5eb5e4}
.bg_green{background:#01a75d}

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

.col_white{color:#fff}
.col_black{color:#000}
.col_red{color:#d45b41}
.col_blue{color:#000b89}
.col_red02{color:#ff0000}

.mb0{margin-bottom:0!important}
.mb10{margin-bottom:10px}
.mb20{margin-bottom:20px}
.mb30{margin-bottom:30px}
.mb40{margin-bottom:40px!important}
.mb50{margin-bottom:50px}
.mb60{margin-bottom:60px}
.mb100{margin-bottom:100px}
.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 {
    background-color: transparent;
    background-image: linear-gradient(transparent 70%,#d45b41 0);
}
.marker_yel {
    background-color: transparent;
    background-image: linear-gradient(transparent 70%,#ffe400 0);
}
.marker_yel02 {
    background-color: transparent;
    background-image: linear-gradient(transparent 70%,#ffde00 0);
}
.border_red{
    text-decoration: solid underline #d45b41 3px;
    text-underline-offset:0.2em;
}
img {
    width:100%;
    height: auto;
}
table{
	width: 100%;
}
/*　▼ header　▼　*/
header{
    background:url(../img/mv_bg.jpg) no-repeat;
    background-size: cover;
    background-position: right top;
}
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 #d45b41;
    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;
    right: 28px;
    width: 70px;
    bottom: 230px;
}
.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;
}
/*動画設定
ダイジェスト動画部分（PCのみ80％表示・PC以外100％）*/
.video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin: 0 auto;
}
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/*▼ ボタン設定　▼*/
.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: #00C853;
    filter: drop-shadow(0px 8px 0px #00C853);
}
.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;
}

/*　▲　申込みボタン*/
section{
	width: 1000px;
	margin: 0 auto;
	padding: 110px 0;
}
h1{
	text-align: center;
	margin-bottom: 60px;
	font-size: 2.2rem;
}
.en{
    font-weight: 700;
    text-align: center;
    font-size: 4.4rem;
    font-family: 'Poppins', sans-serif;
}

/* PC hayawari */

.hayawari{
    padding: 22px 0;
}
.hayawari_img{
    width: 90%;
    margin: 0 auto;
}
/* PC hyoutei */
.hyoutei{
    padding: 0;
}
.hyoutei_img{
    display: block;
    width: 96%;
    padding-left: 9%;
}

/* PC hayawari */
.hayawari{
    padding: 40px 0;
}
.banner_wrap {
    background: url(../img/banner_bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.banner {
    padding: 50px 0;
}

/*PC topics */
.topics_wrap{
    background: url(../img/topic_bg.jpg) no-repeat;
    background-size: cover;
}
.topics ul,.topics h2{
    font-size: 3.2rem; 
    letter-spacing: 0;
}
.topics ul {
    margin-bottom: 80px;
}
.topics ul li{
    line-height: 2.2;
    margin-bottom: 20px;
}
.fa-check{
    color:#4993ba;
}
.topics p {
    font-size: 3.4rem;
}
@media screen and (max-width: 599px) {
    .topics ul{
        font-size: 2.4rem;
    }
}




/*PC message レター部分　*/
.message {
    letter-spacing: 0;
}
.message h1{
    margin-bottom: 70px;
}
.message h2{
    font-size: 3.3rem;
}
.message .check_red{
    background: #f6f7f7;
    padding: 4%;
    width: 100%;
    letter-spacing: .1em;
}
.message .check_red li{
    margin-bottom: 10px;
    text-indent: -1em;
    padding-left: 1em;
}
.message .check_red li:last-of-type{
    margin-bottom:0
}
.check_red li:before{
    font-family: "Font Awesome 5 Free";
    content: '\f00c';
    color: #4993ba;
    font-style: normal;
    padding-right: 0.5%;
    font-weight:700;
}
.message .narrow{
    width: 88%;
    margin: 0 auto;
}
.message .box{
    border:1px solid #333;
    padding:2%;
}
.letter_book_img{
    width: 80%;
    height: 100%;
    text-align: center;
}


/*PC contents
 DVD内容*/
 .contents{
    line-height: 1.2;
 }
.contents ul,.contents .box03,.contents .box04{
    width: 80%;
    margin: 0 auto;
    font-size: 2.2rem;
}
.contents ul li{
    margin-bottom: 20px;
}
.contents .box{
    margin-bottom: 70px;
}
/*
.contents .box02 ul li:before{
    font-family: "Font Awesome 5 Free";
    content: '\f00c';
    color: #4993ba;
    font-style: normal;
    padding-right: 0.5%;
}
*/
.contents .box03 .check_blue:before{
    font-family: "Font Awesome 5 Free";
    content: '\f00c';
    color: #4993ba;
    font-style: normal;
    padding-right: 0.5%;
}
.contents .box03 .heading,
.contents .box04 .heading{
    margin-bottom: 20px;
    text-indent: -1.3em;
    padding-left: 1.3em;
}
.contents .box03 .inner,
.contents .box04 .inner{
    font-weight: 400;
    font-size: 2rem;
    width: 90%;
    margin-bottom: 30px;
    color: #363636;
}
.contents .box03_inner,
.contents .box04_inner{
    border-bottom: 1px solid #fff;
    margin-bottom: 35px;
}
.contents .box03_inner:last-of-type{
    margin-bottom: 0;
}
.contents .box03 .inner li:before{
    content: '';  
}
.contents .box01 ul li,.contents .box02 ul li{
    border-bottom: 2px dashed #bfd2c3;
    padding-bottom: 3%;
}
.contents .box01 ul li,.contents .box02 ul li{
    border-bottom: 2px dashed #bfd2c3;
    padding-bottom: 3%;
}

.contents .box04 .inner li:before{
    content: '';  
}

/*PC satisfaction セミナーのお客様満足度*/
.level{
    width: 12%;
    margin-bottom: 20px;
}
.satisfaction h1{
    font-size: 2.4rem;
    width: 14em;
    border-radius: 5px;
    margin: 0 auto 30px;
}
.hoshi{
    width: 80%;
}



/*PC voice セミナー受講者の声*/
.voice .box{
    border-radius: 5px;
    margin-bottom: 40px;
}
.voice .box:last-of-type{
    margin-bottom: 0;
}

.voice .box_inner{
    padding: 2% 3%;
}
.voice .box_inner02{
    padding: 2% 3%;
    display: flex;
    justify-content: space-between;
}
.voice_img{
    width: 30%;
    height: 100%;
}
.voice-txt_img {
    width: 100%;
}
.voice h2{
    font-size: 2.6rem;
    margin-bottom: 25px;
}
.voice h3{
    line-height: 1.6;
    padding: 2% 3%;
    font-size: 3rem;
}
.voice .coment{
    margin: 0 auto 20px;
    width: 94%;
}
.voice .txt{
    width: 68%;
    font-size: 4rem;
    line-height: 1.6;
}
.voice .box_inner .txt{
    width: 100%;
    font-size: 4rem;
    line-height: 1.6;
}
.voice_ex {
    text-align: center;
    margin: 60px auto 40px;
    font-size: 2.2rem;
    font-weight: 500;
}


/*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: 2.2;
}
.book{
    width: 100%;
}


/*PC details DVDの詳細 */
.details .box{
    padding: 0 4%;
}
.dtl_tbl{
    font-size: 2.0rem;
    margin-bottom: 20px;
    border: 1px solid #d45b41;
}
.dtl_tbl th {
    padding: 3%;
    width: 12em;
    text-align: left;
    vertical-align: middle;
    color: #d45b41;
    font-weight: 700;
    border-right:1px solid #d45b41;
    letter-spacing: .2em;
}
.dtl_tbl tr{
    border-bottom: 1px solid #d45b41;
}
.dtl_tbl td{
    padding: 3%;
}
.details .att{
    font-size: 1.4rem;
}
.kakau{
    width:11em;
}
.bdr{
    border-right:1px solid #d45b41;
}
.bdr_w{
    border-right:1px solid #fff;
}
.w100per{
    white-space: nowrap;
}
.vac{
    vertical-align: middle;
}


/*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 .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;
}


/*PC more さらに */
.more{
    padding: 52px 0;
}
.more_img{
    width: 100%;
    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表示終わり　▲
------------------------*/
/*-----------------------------------
　↓ 685pxまでのfooter設定　消さない！！　↓ 
-----------------------------------*/
@media screen  and (min-width: 600px) and (max-width: 684px) {
footer .left {
    width: 50%;
}
.logo {
    width: 29%;
    height: auto!important;
}
}
@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%;
    padding: 10% 0;
}
.contents ul, .contents .box03 {
    width: 90%;
}
.dtl_tbl th {
    padding: 3% 0 3% 6%;
    width: 12em;
}
.entry .box02 .narrow {
    width: 100%;
}
.toha .check_blue {
    padding: 5% 7%;
}
}
@media screen and (max-width: 1023px){
.btn03{
    width: 100%;
}
}
@media screen and (max-width: 768px) {
html{
    font-size: 50%;
}
.message .narrow {
    width: 100%;
}
.toha .box h2 {
    font-size: 2.3rem;
    height: 5.5em;
    padding: 3% 4% 5%;
}
.btn03{
    width: 100%;
}
.logo {
    width: 65%;
}
}

@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%;
}
/*▼ 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: 2.5rem;
    margin-bottom: 50px;
}
.btn{
    width: 100%;
    background-size: 2.4%;
    background-position: 92% 50%;
}
/*SP　早割 */
.hayawari_img {
    width: 96%;
    margin: 0 auto;
}
/*SP　評定平均 */
.hyoutei_img{
    padding-left: 0;
    width: 100%;
}
.topics h1,.message h1{
    margin-bottom: 30px;
}


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


/*SP　DVD内容 */
.contents ul, .contents .box03, .contents .box04{
    width:100%
}

/*SP　ダイジェスト動画 */
.video{
    width: 100%;
}

/*SP　セミナーのお客さま満足度 */
.level {
    width: 23%;
}
.hoshi {
    width: 100%;
}

/*SP　セミナー受講者の声 */

/* box_inner02（写真がある場合） */
.voice .box_inner02 {
    padding: 2%;
    display: block;
}
.voice .box_inner02 .txt {
    width: 100%;
    margin-bottom: 10px;
    font-size: 2.5rem;
    line-height: 1.6;
}
.voice_img {
    width: 50%;
    height: auto; 
    margin: 0 auto;
}
/* box_inner（写真がない場合） */
.voice .box_inner {
    padding: 2%;
}
.voice .box_inner .txt {
    width: 100%;
    margin-bottom: 10px;
    font-size: 2.5rem; 
    line-height: 1.4;
}

.voice h3 {
    line-height: 1.6;
    padding-top: 3%; 
    font-size: 1.8rem; 
}


/*SP　プロフィール */
.profile .box {
    padding: 7%;
}
.koushi {
    width: 45%;
    margin: 0 auto 11px;
}
.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: 14% 6%;
}
.more_img {
    width: 100%;
}
.toha .box h2 {
    height: 7.5em;
    padding: 7% 4% 5%;
}
.price{
    width: 100%;
    margin: 0 auto 20px;
}
.btn03 {
    width: 100%;
}
.details .box{
  padding:0;
}

/*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%;
}
}


/*サンプル*/
.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;
}
.btn04 {
    background: #e3911b;
    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ではグラデーションを無効化 */
    }
}


/*
本DVDは生前贈与をテーマにした全3回のシリーズ作です。
series
*/
.j_img{
    width:30%;
    height:100%;
    margin-right:20px;
}

.series h1{
    font-size: 3.8rem;
}

.series02_tbl td{
    padding:2%;
    border-bottom:1px solid #d45b41;
}
.kaishi, .time{
    width:8em;
}
.series02 .txt{
    font-size: 3rem;
}
.series .center{
    width:38%;
}
.series .last{
    margin-right:0;
}
.series .last,.series .left{
    padding-top:11%;
}



@media screen and (max-width: 599px) {
.series02_tbl td{
    display:block;
}
.series .last, .series .left {
    padding-top: 6%;
}
.j_img {
    width: 30%;
    height: 100%;
    margin-right: 4px;
}

}



.hanbai h2{
    font-size: 3rem;
    width:15em;
    margin:0 auto;
    border-radius:5px;
}
.hanbai .box{
    padding:5%;
}
.hanbai .box02_img{
    width:30%;
    padding-right:20px;
}
.hanbai .ttl{
    padding: 2%;
    border-radius: 5px;
    /*width: 7em;*/
    text-align: center;
}
.check_bl_li li{
    position: relative;
    padding-left: 30px;
}
.check_bl_li li::before{
    position: absolute;
    content: "";
    background-image: url(../img/check_blue.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    left: 0;
    top: 30%;
}
.check_bl_li .eg::before{
    top: 16%;
}
.hanbai .voice{
    width:16rem;
}
.hanbai .kakaku_ttl{
    /*width: 11em;*/
}
.kakaku_ttl{
    /*padding:4% 2% 2%!important;*/
}
.kakaku_ttl02{
    margin-left:20px;
}
.hanbai .box02_img{
    height:100%;
}
.hanbai .check li .eg{
    background-position: left 2px;
}
@media screen and (max-width: 599px) {
    .hanbai .box02_img{
        width:60%;
        margin:0 auto 20px;
    }
    .tokuten_dvd_img_sp{
        width:60%;
        margin:0 auto 20px;
    }
    .hanbai h2{
        width:100%;
    }
    .entry .flex_space {
        display: block;
    }
}

.tokuten .box{
    padding:2%;
}
.tokuten_dvd_img{
    width: 24%;
    height: 100%;
}

.kakaku_head{
    padding:2%;
}
.kakaku_head h1{
    margin-bottom:0;
}
.kakaku_tbl .att{
    color:#fff;
    text-align: right;
}
.kakaku_tbl{
    padding: 30px 0;
    margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
.kakaku_sp{
    width:90%;
    margin:0 auto;
}
}

.tomoni_01_wrap {
    padding: 30px 0;
}
@media screen and (max-width: 599px) {
    .tomoni_01_wrap {
        padding: 3%;
    }
}


/*
特典
benefit
*/
.bg_benefit{
    background:url(../img/bene_bg.jpg) no-repeat;
    background-color: #fff;
    background-size: cover;
}


/* カルーセルの基本スタイル */
.carousel {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden; /* コンテンツがカルーセルの外にはみ出さないようにする */
}

/* PC用のスタイル */
@media screen and (min-width: 768px) {
  .carousel-inner {
    display: block; /* PCでは全てのスライドを表示するために block を使用 */
  }

  .carousel-inner .box {
    display: block; /* PCでは全てのスライドを表示 */
  }

  .prev, .next {
    display: none; /* PCではボタンを非表示 */
  }
}

/* SP用のスタイル */
@media screen and (max-width: 767px) {
  .carousel-inner {
    display: flex; /* スライドを横並びに配置 */
    transition: transform 0.5s ease-in-out; /* スライドが切り替わるときのアニメーション */
  }

  .carousel-inner .box {
    min-width: 100%; /* 各スライドをカルーセル全体の幅に設定 */
    box-sizing: border-box; /* パディングとボーダーを含むボックスサイズ */
    display: none; /* SPでデフォルトで非表示 */
  }

  /* 表示するスライドのみをブロック表示（SPのみ） */
  .carousel-inner .box.active {
    display: block; /* activeクラスが付いているスライドのみ表示 */
  }

  .prev, .next {
    display: block; /* SPでボタンを表示 */
    cursor: pointer;
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    padding: 10px;
    color: white;
    font-weight: bold;
    font-size: 24px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    user-select: none;
  }

  .prev {
    left: 10px;
  }

  .next {
    right: 10px;
  }

  .prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
}



/* アコーディオン */
.accordion-header {
  background-color: #f6f7f7;
  color: #333;
  cursor: pointer;
  padding: 15px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between; /* 見出しと「タップして開く」を左右に配置 */
  align-items: center;
}

/* 「タップして開く」テキストのスタイル */
.accordion-toggle-text {
  font-size: 14px;
  color: #666; /* グレー系で目立ちすぎないように */
  font-weight: normal;
}

/* 開いているセクションのスタイル */
.accordion-header.active {
  background-color: #e0e0e0;
  font-weight: bold;
}

/* 開いているときは「タップして開く」を非表示 */
.accordion-header.active .accordion-toggle-text {
  display: none;
}

/* アコーディオンの内容を隠す・表示するトランジション */
.accordion-content {
  display: none;
  padding: 10px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  transition: max-height 0.3s ease-out;
  overflow: hidden;
}