/* 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.7;
    color: #000;
    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;}
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;
}
/*▲ 初期設定 ▲*/
::selection{
    background: #7af7cf;
    color: #ceff49;
}
/* for Firefox */
::-moz-selection{
    background: #7af7cf;
    color: #ceff49;
}

.bg_white{background:#fff} 
.bg_red{background:#ef5d3e}
.bg_blue{background:#3ab3bd}
.bg_gray{background:#f4f2f0}
.bg_brown{background:#fff8ea}
.bg_yellow{background:#e3911b}
.marker_red{
    background-image: linear-gradient(transparent 70%,#ef5d3e 0);
}
.marker_yellow{
    text-decoration: underline solid #f3c11d 7px;
}

.bold{font-weight:700}
.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:#ba2636}
.col_red02{color:#ff0000}
.col_blue{color:#4993ba}
.col_gray{color:#363636}

.marker_yel {
    background-color: transparent;
    background-image: linear-gradient(transparent 10%,#fef263 0);
}

.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}
.pb0{padding-bottom:0!important}

.mr20 {
  margin-right: 20px;
}

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

.font_16{font-size: 1.6rem}
.font_24{font-size: 2.4rem}

.flex_space{display:flex;justify-content:space-between}
.flex_wrap{display:flex;flex-wrap:wrap;justify-content: space-evenly;}
.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.1);
    -webkit-box-shadow: 0px 13px 20px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 13px 20px -1px rgba(0, 0, 0, 0.1);
    position: relative;
}
.linethrough{
    text-decoration: line-through;
}
.blank_link{
	text-decoration: underline;
	color: #ef5d3e;
}
.pc_block{
    display: block;
}
.marker_red {
    font-style: normal;
    background-color: transparent;
    background-image: linear-gradient(transparent 70%,#ef5d3e 0);
}
.border{
    text-decoration: solid underline #333 3px;
    text-underline-offset:0.2em; 
}



img {
    width:100%;
    height: auto;
}
table{
	width: 100%;
}
h1,h2,h3,h4{
    line-height: 1.4;
}
/* sの打ち消し線　装飾 */
.gray_bd{
    text-decoration: line-through 1px solid #999
}
/*　▼ header　▼　*/
header{
  background: url(../img/mv_bg.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
}
header h1{
	margin-bottom: 0;
}
header h1 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;
}

.center-block {
  display: flex;
  justify-content: center; /* 横方向中央 */
  align-items: center;     /* 縦方向中央 */
}

/*▼ ボタン設定　▼*/
.btn{
    text-align: center;
    color: #fff;
    display: block;
    position: relative;
    z-index: 2;
    font-weight: 700;
}
.btnfont{
    font-size: 4.1rem;
}
.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);
}

/*▼ ボタン設定　▼*/
.btn{
    text-align: center;
    color: #fff;
    display: block;
    position: relative;
    z-index: 2;
    font-weight: 700;
}
.btnfont{
    font-size: 4.1rem;
}
.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);
}
.btn01保存用{
    background: #ff9d00;
    filter: drop-shadow(0px 8px 0px #ff9d00);
}
.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 50px;
}
.btn01:hover,.btn02:hover,.btn03:hover{
    letter-spacing: 5px;
}
.flex_space {
  gap: 20px; /* ボタンの間に20pxのスペースを作ります */
}

/*　▲　申込みボタン*/
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;
}

/*　▲　申込みボタン
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;
}
*/

/*▼ ボタン設定　▼
.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);
}
*/


section{
	width: 1000px;
	margin: 0 auto;
	padding: 110px 0;
}
h1{
    /*font-weight: 700;*/
	text-align: center;
	margin-bottom: 60px;
	font-size: 2.2rem;
    font-style: italic;
}
.en{
    font-weight: 700;
    text-align: center;
    font-size: 4.4rem;
    font-family: 'Poppins', sans-serif;
}
p{
    line-height: 2;
}

/* PC hayawari */
.hayawari_wrap{
    z-index: 2;
    background: #fff;
}
.hayawari{
    padding: 21px 0;
}


/* PC 昨年より大幅にブラッシュアップ！ */
.brush h1{
    font-style: normal;
    font-size: 3.2rem;
    letter-spacing: .1em;
    width: 16em;
    margin: 0 auto 80px;
}
.brush_img{
    width: 30%;
    height: 100%;
}


/* PC topics */
.topics_wrap{
    background: url(../img/topics_bg.jpg) no-repeat;
}
.topics h1{
    font-style: normal;
    font-size: 3rem;
}
.topics{
    font-size: 2.4rem;
}
.topics .font_big{
    font-size: 3rem;
}

/* PC topics2 */
.topics2_wrap{
    background: #f5f5f5
}
.topics2 ul,.topics h2{
    font-size: 3.3rem; 
}
.topics2 ul li{
    line-height: 1.4;
    margin-bottom: 20px;
}
.topics2 ul li:before{
    font-family: "Font Awesome 5 Free";
    content: '\f00c';
    color: #4993ba;
    font-style: normal;
    padding-right: 0.5%;
    font-weight:700;
}

.topics2 h1{
    font-style: normal;
    font-size: 5rem;
}




/* PC message */
.message .font_big{
    font-size: 2.8rem;
}
.check_blue {
    padding: 2%;
    padding: 4%;
}
.check_blue li:before{
    font-family: "Font Awesome 5 Free";
    content: '\f00c';
    color: #3ab3bd;
    font-style: normal;
    padding-right: 0.5%;
    font-weight: 700;
}
.check_blue li{
    font-size: 2.2rem;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 10px;
}
.check_blue li:last-of-type{
    margin-bottom: 0;
}

/* PC point 使いやすくなった３つのポイント*/
.brush .box {
    display: flex;
    justify-content: space-between;
    /* justify-content: flex-start; */
    /*align-items: center;*/
    margin-bottom: 40px;
    background:#fff;
}

.brush .box:nth-of-type(even) {
    flex-direction: row-reverse;
}
.brush .box .left{
    padding-top:4%;
}
.brush .box p{
    font-size: 2.4rem;
}

.right_img{
    width:45%;
}
.point_img {
    width: 24%;
    margin: 0 auto 22px;
}
.point .box{
    padding: 3%;
    display: flex;
    justify-content:space-between;
    /*justify-content:flex-start;*/
    align-items: center;
    margin-bottom: 40px;
    background: #fff;
    border-radius: 5px;
}
.point .box:nth-of-type(odd) {
    flex-direction: row-reverse;
}
.point .box:nth-of-type(odd) .point_img {
    margin-right: 78px;
    width: 28%;
}
.point .nam {
    width: 28%;
    height: auto;
    margin: 0 auto 30px;
}
.point h2{
    font-size: 2.4rem;
}
.point .narrow{
    width: 447px;
}
.point .txt{
    font-size: 1.8rem;
}
@media screen and (max-width: 599px) {
.brush .box {
    display:block;
}
.right_img {
    width: 100%;
}
}






/* PC feature チェックシートの特徴！ */
.feature h2 {
    font-size: 2.4rem;
    border-radius: 5px;
    padding: 1%;
    margin: 0 auto;
    width: 11em;
}
.feature_img01, .checksheet_01-1, .checksheet_01-2, .checksheet_01-3 {
    height: 400px;
    width: auto;
    object-fit: cover;
    margin: 0 auto;
}
.new {
    background: #ef5d3e;
    border-radius: 5px;
    color: #fff;
    padding: 0.2% 1% 0.5%;
    font-size: 1.6rem;
    vertical-align: 3px;
}
.feature ul {
    font-size: 2.4rem;
    width: 100%;
    padding-top: 7%;
    margin-left: 90px;
}
.feature ul li {
    margin-bottom: 12px;
    text-indent: -1em;
    padding-left: 1em;
}
.feature .box01 .top {
    margin-bottom: 40px;
}
.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: 5px;
    font-size: 1.6rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.box_wrap01 {
    margin-bottom: 130px;
}
.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 img {
    margin-bottom: 50px;
}
.box02 h3 {
    height: 3em; /* 適切な高さに設定してください */
    overflow: hidden; /* テキストが長すぎる場合に表示をカット */
}

/* SP feature チェックシートの特徴！ */
@media screen and (max-width: 768px) {
    .feature h2 {
        margin: 0 auto 30px;
    }
    .feature_img01, .feature_img02, .checksheet_01-1, .checksheet_01-2, .checksheet_01-3 {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto 30px; /* 画像の下に30pxの余白を追加 */
    }
    .feature ul {
        font-size: 2.2rem;
        padding-top: 7%;
        margin-left: 0;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }
    .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; /* 「…」での省略を解除 */
    }

    .feature img {
        margin-bottom: 40px; /* 画像の下に30pxの余白を統一的に追加 */
    }
	
    .entry .flex_space {
        display: block;
    }
    .flex_start, {
        flex-direction: column;
        align-items: center;
    }
    .sp_noflex {
        display: block;
    }
    .box02 h3 {
    height: 2.5em; /* 適切な高さに設定してください */
    overflow: hidden; /* テキストが長すぎる場合に表示をカット */
}
}


/*PC profile 講師プロフィール*/
.profile h2{
    font-size: 2.4rem;
    line-height: 2;
}

.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: 15%;
    margin-top:30px;
}
.sec06_message_lead {
	font-weight: bold;
	font-size: 2.4rem;
	letter-spacing: 0.05em;
	margin-bottom: 4px;
}
.sec06_message {
	border: 4px solid #0d5a91;
	margin-bottom: 20px;
	padding: 2%;
	letter-spacing: 0;
	line-height: 1.6;
}


/* PC
 sec05  お客様の声
 */
.sec05 .box{
    padding: 4%;
    margin-bottom: 20px;
}
.sec05 h2{
    font-size: 3rem;
    border-bottom: 2px solid #3a6ba5;
    margin-bottom: 20px;
}
.sec05 .left{
    margin-right: 40px;
}
.sec05 .left img{
    width: 100%;
}
.sec05 .name{
    line-height: 1.2;
}
.sec05 .name .font_small{
    font-size: 1.4rem;
}
.sec05 .name .font_big{
    font-size: 2rem;
}
.sec05 .right_txt{
    width: 80%;
}


/* sp sec05 */
@media screen and (max-width: 599px) {
.sec05 h2 {
    font-size: 2.4rem;
    line-height: 1.2;
    padding-bottom: 3%;
}
.sec05 .left {
    width: 100%;
}
.sec05 .left img {
    width: 70%;
    margin: 0 auto 10px;
}
.sec05 .name{
    margin-bottom: 20px;
}
.sec05 .right_txt{
    width: 100%;
}
.sec05 .name .font_small {
    font-size: 1.6rem;
}
.sec05 .name .font_big {
    font-size: 2.4rem;
}
}


/* PC　details 商品の詳細 */

.details h2{
    font-size: 2.4rem;
    line-height: 2;
    margin-bottom:40px;
}
.goods{
    width: 27%;
}
.details .top{
    width: 90%;
    margin: 0 auto 60px;
}
.shadow02 {
    -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 / 42%);
}
.details .box{
    border-radius: 5px;
    padding: 2%;
}
.dtl_tbl{
    font-size: 1.8rem;
}
.dtl_tbl tr{
    border-bottom: 2px solid #3ab3bd;
}
.dtl_tbl tr:last-of-type{
    border: none;
}
.dtl_tbl th{
    text-align: left;
    vertical-align: middle;
}
.dtl_tbl th,.dtl_tbl td{
    padding: 2%;
}
.dtl_tbl td{
    padding: 2% 0 2% 9%;
}

.plrf_img{
    width: 22%;
    height: 100%;
    margin-right: 51px;
}
@media screen and (max-width: 599px) {
    .plrf_img{
        width:70%;
        margin:0 auto 20px;
    }
}

/*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　entry お申し込み */
.entry .box{
    padding: 5%;
    margin-bottom: 10px;
}
.entry h2{
    width: 19em;
    text-align: center;
    margin: 0 auto 20px;
    padding: .2%;
}
.entry h3{
    margin-bottom: 20px;
}

/* sp sec05 */
@media screen and (max-width: 599px) {
.price_box {
    display: flex; /* Flexboxで横並び */
    flex-direction: row; /* 横方向に配置 */
    justify-content: space-between; /* 要素間のスペースを均等に */
    }
}


/*------------------------
▲ 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: 1055px){
    .feature .box02 h3 {
    font-size: 63%;
}
}*/
@media screen and (max-width: 1024px){
.point .narrow {
    width: 50%;
}
.point_img02{
    margin-left: 70px;
}
}
/*------------------------
913-1200
------------------------*/
@media screen and (min-width: 913px) and (max-width: 1200px) {
header h1 img{
    width: 98%;
    margin: 0 auto;
}
section {
    width: 94%;
}
#page-top img{
    display: none;
}
.logo{
    width: 67%;
}
}

@media screen and (max-width: 962px) {
.message h2 .pc_block{
    display: inline;
}
}
@media screen and (max-width: 768px) {
h1{
    margin-bottom: 60px;
}

}
@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;
}
}
@media screen and (max-width: 680px) {
.sec04 h2.last {
    width: 100%;
}
}
@media screen and (max-width: 628px) {
}
/*----------------------
600~912
----------------------*/
@media screen and (min-width: 600px) and (max-width: 912px) {
html{
	font-size: 50%;
}
header h1 img{
	width: 98%;
}
section {
    width: 94%;
    padding: 10% 0;
}
#page-top img{
	display: none;
}
}
/*------------------------
スマホ~599px
------------------------*/
@media screen and (max-width: 599px) {
html {
    font-size: 54%;
}
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 .mv_area{
    padding: 0!important;
}
header h1 img{
	width: 100%;
	margin: 0 auto;
}
h1{
    font-size: 2rem;
}
.btn{
    width: 100%;
    background-size: 2.4%;
    background-position: 92% 50%;
}
/* 早割 SP*/
.hayawari {
    padding: 3% 1%;
}

/* 昨年より大幅にブラッシュアップ！ SP*/
.brush h1{
    width: auto;
}
.brush_img {
    width: 86%;
    height: 100%;
    margin: 0 auto 43px;
}
.brush_img:last-of-type{
    margin-bottom: 0;
}
.topics{
    font-size: 2.2rem;
}

/* 使いやすくなった３つのポイント SP*/
.point .box{
    display: block;
    padding: 7%;
}
.point .box:nth-of-type(odd) .point_img {
    margin-right: 0;
    width: 47%;
    margin: 0 auto 40px;
}
.point_img {
    width: 37%;
    margin-left: 0;
    margin: 0 auto 40px;
}
.point .narrow {
    width: 100%;
}
.point .nam {
    width: 31%;
}

/* トピック SP*/
.topics ul,.topics h2{
    font-size: 2.0rem; 
}
.topics ul li{
    line-height: 1.4;
    margin-bottom: 10px;
}


/*SP　プロフィール */
.profile .box {
    padding: 7%;
}
.koushi {
    width: 45%;
    margin: 0 auto 11px;
}
.profile .box{
    margin-bottom: 30px;
}
.book{
    width: 40%;
    margin-left: 30%;
}
.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*/
.details h2 {
    font-size: 2.4rem;
    line-height: 2;
    padding-top: 0;
    margin-bottom: 33px;
}



/* 商品の詳細 SP*/
.details h2 {
    padding-top: 0;
    margin-bottom: 33px;
}
.goods {
    width: 78%;
    margin: 0 auto;
}
.dtl_tbl th,.dtl_tbl td{
    display: block;
    font-size: 1.6rem;
}
.dtl_tbl th{
    text-align: center;
    width: 100%;
    font-weight: 700;
    padding-top: 6%;
}
.dtl_tbl td {
    padding: 2% 2% 6%;
}




.btn02 {
    margin-bottom: 20px;
}
}