/* 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: 0;
    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_40{font-size: 4.0rem}
.font_44{font-size: 4.4rem}
.font_26{font-size: 2.6rem}
.font_28{font-size: 2.8rem}
.font_30{font-size: 3rem}

.fw700{font-weight:700}
.bold{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!important}
.font_16{font-size: 1.6rem!important}
.font_18{font-size: 1.8rem!important}
.font_20{font-size: 2.0rem!important}
.font_24{font-size: 2.4rem!important}
.font_26{font-size: 2.6rem!important}
.line_h12{line-height:1.2!important}

.bg_white{background:#fff} 
.bg_red{background:#d45b41}
.bg_blue{background:#006bae}
.bg_gray{background:#f6f7f7}
.bg_gray02{background:#808080}
.bg_brown{background:#e8e2d5}
.bg_yellow{background:#e3911b}
.bg_light{background:#F9E7E5}
.bg_mrkr{background:#f3cf1d}
.bg_orange{background:#DF664A}
.bg_light2{background:#d8eced}
.bg_light3{background:#dbffff}

.col_white{color:#fff}
.col_black{color:#000}
.col_red{color:#cf4646}
.col_red02{color:#b10000}
.col_blue{color:#0d5a91}
.col_blue02{color:#001c79}
.col_light{color:#7cc6fa}
.col_orange{color:#DF664A}

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

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

.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%,#fffb00 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 #e3e1e1;
    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: 80%;
    padding-top: 56.25%;
    margin: 0 auto 50px;
}
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/*▼ ボタン設定　▼*/
.btn {
  	text-align: center;
  	display: block;
	position: relative;
	z-index: 1;
	font-weight: 700;
	border-radius: 5px;
	height: 80px;
	line-height: 80px;
	letter-spacing: .1em;
	width: 80%;
	display: block;
	margin-bottom: 20px;
	font-size: 2.4rem;
	margin:0 auto;
}
.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: #f6a406;
    filter: drop-shadow(0px 8px 0px #894434);
}
.btn02{
    background: #009e79;
    filter: drop-shadow(0px 8px 0px #007b5e);
}
.btn03{
    background: #e3911b;
    filter: drop-shadow(0px 8px 0px #bb7209);
}
.btn05{
    background: #797979;
    /* filter: drop-shadow(0px 8px 0px #5e5e5e); */
}
.btn01,.btn02,.btn03,.btn05 {
    color: #fff;
    border-radius: 5px;
    height: 80px;
    line-height: 80px;
    width:80%;
    margin:0 auto;
    display: block;
    margin-bottom:20px;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.btn01:hover,.btn02:hover,.btn03:hover,.btn05:hover{
    letter-spacing: 5px;
}

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

/* banner */
.banner_wrap {
    /* background: url(../img/banner_bg.jpg) no-repeat;
    background-position: top center;
    background-size: cover; */
}
.banner{
    padding: 30px 0;
}
.banner02 {
    padding: 20px 0 40px;
}
.banner_img{
    width: 100%;
    margin: 0 auto;
}
/* banner02 */
.banner02 p {
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0;
}
.banner02 p a {
    color: #c80000;
    text-decoration: underline;
}


/*PC topics */
.topics_wrap{
    padding: 100px 0;
}
.topics {
    width: 85%;
    padding: 0 18%;
}
.topics h1 {
    margin-bottom: 40px;
}
.topics ul,.topics h2{
    font-size: 2.6rem; 
    font-weight: bold;
    text-align: left;
}
.topics ul li{
    line-height: 1.8;
    margin-bottom: 20px;
    letter-spacing: .05em;
    text-indent: -0.1em;
    position: relative;
    padding-left: 32px;
}
.topics ul li:before{
    position: absolute;
    content: "";
    background-image: url(../img/check_blue.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 20px;
    left: 0;
    top: 16px;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
    .topics {
        padding: 0 8%;
    }
    .topics ul,.topics h2{
        font-size: 3rem; 
    }
    .topics ul li:before{
        font-size: 3rem;
    }
}


/*point */
.points {
  width: 100%;
  background-color: #004976;
}
.point_wrap {
  margin-top: 50px;
}
.point_box {
  background-color: #fff;
  padding: 3%;
  border-radius: 5px;
}
.row_flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.row_card {
    width: 30%;
    padding: 3% 2%;
    border: 5px solid;
    border-image: linear-gradient(to bottom, #b59247, #e0d0ac) 1;
    background-image: linear-gradient(0deg, #f5f4ed, #e3dabd);
}
.row_card img {
    width: 32%;
    margin: 0 auto 14px;
}
.row_card h2 {
    text-align: center;
    font-size: 2.6rem;
    margin-bottom: 14px;
    color: #583404;
}
@media (min-width: 1000px) {
  .point_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 599px) {
  .point_box {
    padding: 20px;
  }
  .row_flex {
    display: block;
  }
  .row_card {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .row_card img {
    width: 14%;
  }
}
.point_box:nth-of-type(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.point_box:not(:nth-of-type(1)) {
  margin-top: 50px;
}
.point_txt-side {
  width: 100%;
}
@media (min-width: 1000px) {
  .point_txt-side {
    width: 62.5%;
  }
}
.point_txt-side .point_lead {
    font-style: italic;
    font-weight: 600;
    font-size: 3rem;
    margin-bottom: 14px;
}
.point_txt-side .point_num {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 2.4rem;
  color: rgba(197, 168, 104, 0.5);
}
@media (max-width: 599px) {

}
@media (min-width: 1000px) {
  .point_img {
    width: calc( 40% - 60px);
  }
}
@media (min-width: 600px) and (max-width: 999px) {
  .point_img {
    margin: 0 auto;
    width: 50%;
  }
}
@media (max-width: 599px) {
  .point_img {
    margin: 0 auto;
    width: 60%;
  }
}
._inner {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (min-width: 600px) and (max-width: 999px) {
  ._inner {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 599px) {
  ._inner {
    max-width: 100%;
    padding: 0 20px;
  }
}
.sec_pad {
  padding: 70px 0;
}
@media (max-width: 599px) {
  .sec_pad {
    padding: 50px 0;
  }
}
.sec_title {
  font-family: "Noto Sans JP", Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  color: #d1b475;
  letter-spacing: .02em;
  text-align: center;
  position: relative;
}
@media (min-width: 600px) and (max-width: 999px) {
  .sec_title {
    font-size: 32px;
  }
}
@media (max-width: 599px) {
  .sec_title {
    font-size: 28px;
  }
}
.sec_title::before {
  position: absolute;
  content: "";
  background-color: #c5a868;
  width: 30%;
  height: 2px;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sec_title.col_blue {
  color: #c5a868;
}
.sec_title.col_blue::before {
  background-color: #c5a868;
}




/*PC message レター部分　*/
.narrow{
  width:90%;
  margin:0 auto;
}
.message h1{
    margin-bottom: 70px;
}
.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
}

.message .narrow{
    width: 88%;
    margin: 0 auto;
    line-height: 2.2;
}
.letter {
    padding: 100px 0;
}
.letter h1{
	font-size: 4rem;
}
.letter ul{
	background:#efefef;
	padding:2%;
    letter-spacing: 0.05em;
}
.letter p{
    line-height: 1.4;
    letter-spacing: 0;
}



/* PC feature チェックシートの特徴！ */
.feature_wrap {
    background-color: #f4f7f9;
}
.feature h2 {
    font-size: 2.4rem;
    border-radius: 5px;
    padding: 1%;
    margin: 0 auto;
    width: 11em;
}
.new {
    background: #ef5d3e;
    border-radius: 5px;
    color: #fff;
    padding: 0.2% 1% 0.5%;
    font-size: 1.6rem;
    vertical-align: 3px;
}
.feature h4 {
    text-align: center;
    font-weight: 600;
    font-style: italic;
    font-size: 3.4rem;
}
.feature .box01 .top {
    margin-bottom: 60px;
    justify-content: space-between;
    align-items: center;
}
.feature_img01{
    width: 28%;
}
.feature ul {
    color: #333;
    width: 68%;
    font-size: 2.8rem;
    font-style: italic;
}
.feature ul li {
    margin-bottom: 12px;
    text-indent: -1em;
    padding-left: 1em;
}
.feature .bdbox {
    border: 2px solid #ef5d3e;
    padding: 5%;
    border-radius: 5px;
    margin-bottom: 80px;
}
.feature .box02 {
    width: 90%;
    margin: 0 auto;
}
.feature .bd {
    border: 1px solid #ebebeb;
}
.box_wrap01 .box02 .left {
    width: 100%;
    margin-right: 0;
    text-align: center;
}
.feature .box02 h3 {
    margin-bottom: 30px;
    font-size: 1.6rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.feature h3 {
    margin-bottom: 14px;
    font-size: 3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.feature_img02 {
    width: 23%;
    height: 100%;
}
.box_wrap02 .left {
    margin-right: 69px;
}
.box_wrap02 .box02 {
    margin-bottom: 50px;
}
.box_wrap02 .box02 .left, .box_wrap02 .box02 .right {
    width: 48%;
}
.box_wrap02 .box02 .right.txt {
    font-size: 1.8rem;
    padding-top: 80px;
}
.feature .left img {
    
}
.box02 h3 {
    height: 4.5em; /* 適切な高さに設定してください */
    overflow: hidden; /* テキストが長すぎる場合に表示をカット */
}

/* SP feature チェックシートの特徴！ */
@media screen and (max-width: 768px) {
    .feature h2 {
        margin: 0 auto 30px;
    }
    .feature_img01 {
        width: 60%;
        margin: 0 auto;
    }
    .checksheet_01-1, .checksheet_01-2, .checksheet_01-3 {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto 30px; /* 画像の下に30pxの余白を追加 */
    }
    .feature ul {
        width: 100%;
        font-size: 2.8rem;
    }
    .feature .bdbox {
        margin-bottom: 40px;
    }
    .feature .box02, .feature .box01 {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }
    .box_wrap01 .box02 .left, .box_wrap02 .box02 .left, .box_wrap02 .box02 .right {
        width: 100%;
        margin: 0 auto 60px;
    }
    .box_wrap02 .box02 .right.txt {
        font-size: 2rem;
        padding-top: 0;
        width: 100%;
        margin-bottom: 0;
    }
    .feature .box02 h3 {
    font-size: 1.8rem;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px; /* 見出しの下に余白を追加 */
    
    /* 以下を追加 */
    white-space: normal; /* テキストを複数行に折り返す */
    overflow: visible; /* オーバーフローを表示 */
    text-overflow: unset; /* 「…」での省略を解除 */
    }
    .flex_start, .flex_space {
        flex-direction: column;
        align-items: center;
    }
    .sp_noflex {
        display: block;
    }
    .box02 h3 {
    height: 2.5em; /* 適切な高さに設定してください */
    overflow: hidden; /* テキストが長すぎる場合に表示をカット */
}
}



/*
チェックシートの詳細項目
*/
.detail_wrap {
	width: 80%;
	margin: 0 auto;
}
.detail p {
	margin-top: 30px;
	font-size: 22px;
    text-indent: -1.2em;
	/*color: #d45b41;*/
}
.detail_list {
	margin-top: 10px;
	padding-left: 20px;
	padding-bottom: 30px;
	border-bottom: dotted #d45b41;
	font-size: 20px;
}

/*ボタン誘導*/
.yudo_wrap {
    background: url(../img/yudo_bg.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
}
.yudo {
    text-align: center;
}
.yudo h1 {

}
.yudo h2 {
    margin-top: 50px;
}
.yudo_img-link {
    display: block;
    margin: 0 auto;
    width: 86%;
}
.yudo_img-link:hover {
    transform: scale(1.03);
}


/*PC profile 講師プロフィール*/
.sec06_wrap {
    background-color: #0d5a91;
}
.sec06 h1{
	margin-bottom:20px;
}
.sec06 h2{
	font-size: 2.0rem;
	line-height: 1.2;
	margin-bottom: 50px;
}
.sec06 .box{
	padding: 4%;
	border-radius: 5px;
}
.sec06 .top{
	justify-content: space-between;
    align-items: start;
}
.sec06 .inner{
	width: 74%;
}
.koushi{
	width: 24%;
	height: 100%;
}
.sec06 .name{
	margin-bottom:5px;
    font-size: 2.6rem;
}
.koushi_lead {
    font-size: 3rem;
}
.koushi_txt {
    font-size: 1.8rem;
    line-height: 1.4;
}
.book_img {
    margin-top: 20px;
}
@media (max-width: 599px) {
    .sec06 .inner{
	    width: 100%;
    }
}


/*PC details DVDの詳細 */
.att{
	font-size: 1.6rem;
	line-height:1.2;
}
.sec07_wrap{
	background:#f2eee5;
}
.dtl_tbl{
	margin-bottom: 15px;
}
.dtl_tbl tr{
	border-bottom: 1px solid #383d41;
}
.dtl_tbl th {
	font-weight: 700;
	padding: 3% 2% 3% 3%;
	width: 9.6em;
	text-align: left;
	vertical-align: middle;
}
.dtl_tbl td{
	padding: 3%;
	vertical-align: middle;
}
.tbl_br{
	border-right:1px solid #383d41;
}
.tbl_br_white{
	border-right:1px solid #fff;
}
.tbl_br_orange{
	border-right:1px solid #383d41;
}
.dtl_tbl td.alc{
	text-align: center;
}
.bg_tbl_yellow{
	background:#d8eced;
}
.w16em{
	width:15em;
}
@media screen and (max-width: 980px) {
    .w16em{
        width:10em;
    }
}
.td_left {
    text-align: left;
}
.kaiin {
    width: 12em;
    text-align: center;
}
@media screen and (max-width: 980px) {
    .kaiin{
        width:10em;
    }
}
.ippan {
    text-align: center;
}
.small_f {
    display: block;
    font-weight: 400;
    font-size: 1.3rem;
}

/*PC soudankai 相互相談会とは*/
.soudankai h2{
	font-size:3.2rem;
	line-height: 1.5;
	margin-bottom: 20px;
	font-weight: 600;
}
.row_excard {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4% 2%;
    margin-bottom: 30px;
    background-color: #fff;
}
.row_excard-img {
    width: 30%;
}
.row_excard-txt {
    width: 68%;
}
.row_excard-txt img {
    width: 12%;
    margin: 0 auto 20px;
}
.row_excard-txt h3 {
    font-weight: 600;
    font-size: 2.5rem;
    letter-spacing: 0;
    margin-bottom: 10px;
    color: #583404;
}
.row_excard-txt p {
    line-height: 1.4;
    letter-spacing: 0;
    color: #583404;
}

@media (max-width: 599px) {
    .row_excard {
        display: block;
        padding: 4%;
    }
    .row_excard-img {
        display: none;
    }
    .row_excard-txt {
        width: 100%;
    }
    .row_excard-txt img {
        width: 12%;
    }
}

/*サンプル*/
.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;
    color:#fff;
}
.btn04 {
    background: #e3911b;
    filter: drop-shadow(0px 8px 0px #bb7209);
}


/*
tomoni
ともに
*/
.tomoni{

}
.tomoni_bg{
    background: url(../img/tomoni_bg.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
}




/* 限定 */
.tokuten h2 {
    font-size: 2.4rem;
    font-weight: 700;
}
.tokuten_contents {
    margin-top: 20px;
    background-color: #fff;
    border-radius: 5px;
    padding: 3%;
    text-align: center;
}
.tokuten_contents h3 {
    font-size: 4.2rem;
    font-weight: 700;
    /* -webkit-text-stroke: 1px black; */
    display: inline-block;
    padding: 0 10%;
    position: relative;
}
.tokuten_contents h3::before {
    position: absolute;
    content: "";
    width: 14%;
    height: 2px;
    background-color: #cf4646;
    left: 0;
    top: 54%;
    transform: translateY(-50%);
}
.tokuten_contents h3::after {
    position: absolute;
    content: "";
    width: 14%;
    height: 2px;
    background-color: #cf4646;
    right: 0;
    top: 54%;
    transform: translateY(-50%);
}

.tokuten_flex {
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
.tokuten_flex .tokuten_txt {
    text-align: left;
    width: 70%;
    letter-spacing: .01em;
    line-height: 1.3;
}
.tokuten_txt p {
    line-height: 1.5;
}
.tokuten_flex img {
    width: 29%;
}
@media screen and (max-width: 599px) {
    .tokuten_contents {
        margin-bottom: 20px;
    }
    .tokuten_flex {
        margin-top: 20px;
        display: block;
    }
    .tokuten_flex .tokuten_txt {
        width: 100%;
        margin-top: 20px;
    }
    .tokuten_flex img {
        margin: 0 auto;
        width: 40%;
    }
}
.tokuten_contents video {
    margin-top: 20px;
}
/*PC entry お申し込み */
.entry_wrap {
    background-color: #edf2f7;
}
.entry .box01{
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 70px;
}
.entry .heading{
    background: #737373;
    align-items: center;
    height: 5em;
}
.entry .heading h2{
    font-size: 2.4rem;
    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: 15%;
    margin-bottom: 20px;
}
.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%;
}
/* プラン */
.plan h1 {
    margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
    .plan {
        padding: 50px 10px;
    }
}



/*------------------------
▲ 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: 10em;
}
.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;
}
.btn{
    width: 100%;
    background-size: 2.4%;
    background-position: 92% 50%;
}
/*banner */
.banner {
    padding: 30px 0;
}
/* topics  */
.topics_wrap {
    padding: 50px 0;
}
.topics h1 {
    font-size: 4.4rem;
}
.topics h1,.message h1{
    margin-bottom: 30px;
}
.topics {
    padding: 0 7% 0 7%;
}
.topics ul {
    font-size: 2.8rem;
}
.topics ul li:before {
    font-size: 3rem;
}


/*SP　レター部分 */
.letter {
    padding: 14% 6%;
}
.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　プロフィール */
.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%;
}

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

@media screen and (max-width: 599px) {
.btn01,.btn02{
    width:100%;
}

/*sp サンプル*/
.sec05 h1 {
	font-size: 3.5rem;
}
.sec05 .box{
	display: block;
}
.sec05_img {
	width: 100%;
	margin: 0 auto;
}
.nam03 {
	width: 22%;
}
.sec05 .inner {
	width: 100%;
}
.sec05 p{
	margin-bottom:20px;
}
.sec05_movie-sp {
	width: 100%;
	aspect-ratio: 16 / 9;
}
.sec05_movie-sp iframe {
	width: 100%;
 	height: 100%;
}
.sample_img{
	width:100%;
}
.sample_img01{
	margin-bottom:20px;
}
/*
SP-チェックシートの詳細項目
*/
	.detail_wrap {
		width: 100%;
	}
	.detail p {
		font-size: 20px;
	}
	.detail_list {
		padding-left: 10px;
		font-size: 18px;
	}
/*
SP-著者プロフィール
*/
.sec06 h2 {
	margin-bottom: 40px;
}
.koushi {
    width: 44%;
    margin-right: 0;
    margin: 0 auto 20px;
}

/*
SP-商品詳細
*/
.dtl_tbl th,.dtl_tbl td{
	display:block;
}
.tbl_br,.tbl_br_white{
	border:none;
}
.kaiin:before{
	background:#d8eced;
	content:'税務相互相談会会員';
	font-weight:700;
	width:100%;
	padding:2%;
	display:block;
	text-align: center;
}
.ippan:before{
	background:#d8eced;
	content:'一般';
	font-weight:700;
	width:100%;
	padding:2%;
	display:block;
	text-align: center;
}
.sp_fw700{
	font-weight: 700;
}
.spnone{
	display:none!important;
}

/*お申込*/
.sec010 ul{
	padding: 12px;
}
.sec010 ul li{
	text-indent: -1em;
	padding-left:1em;
}
.sec010 .box02 h2{
	width:100%;
}
.btn{
	font-size: 1.8rem;
}
}


/*サンプル*/
.sample_wrap{
    background:#f6f7f7;
}
.sample h1{
    font-size: 3.6rem;
}
.sample h2{
    font-size: 2.6rem;
}
.fw700{
    font-weight: 700;
}
.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: 50%;
    display: block;
    margin: 0 auto;
}
@media screen and (max-width: 599px) {
    .btn04 {
        width:100%;
    }
}
.btn04 {
    background: #e3911b;
    filter: drop-shadow(0px 8px 0px #bb7209);
}
/* サンプルボタン */
@media screen and (min-width: 601px) {

}

/* --- ブラッシュアップ版 CTAボタン --- */
.btn_gold {
    background: #00C853;
    color: #fff;
    border-radius: 4px; /* 角を少しだけ丸くして誠実さを出す */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* 柔らかい浮き出し感 */
    height: 80px;
    line-height: 80px;
    width: 80%;
    margin: 0 auto 20px;
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 2.4rem;
    position: relative;
    transition: all 0.3s ease;
}

/* ホバー時に少し浮き上がり、光る演出 */
.btn_gold:hover {
    transform: translateY(-3px); /* 少し浮く */
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    opacity: 0.9;
    letter-spacing: 5.5px; 
}

@media screen and (max-width: 599px) {
    .btn_gold {
        width: 100%;
        font-size: 2rem;
    }
}


/* カウントダウンバーの共通フェード効果 */
.cdt_wrapper {
  transition: opacity 1.0s ease, visibility 1.0s ease;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
/* フェードアウト用クラス */
.cdt_wrapper.is-hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}