/* 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: .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:#d45b41}
.bg_blue{background:#4993ba}
.bg_gray{background:#f6f7f7}
.bg_brown{background:#e8e2d5}
.bg_brown02{background:#f9f5ed}
.bg_yellow{background:#e3911b}
.bg_mrkr{background:#f3cf1d}
.bg_light{background:#d8eced}
.bg_black{background:#000}
.bg_blue02{background:#052558}
.bg_green{background:#cdd8d9}

.marker_red{
    background-image: linear-gradient(transparent 70%,#ef5d3e 0);
}
.marker_yellow{
    background-color: transparent;
    background-image: linear-gradient(transparent 70%, #ffe400 0);
}

.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:#1f7aab}
.col_blue02{color:#02067f}
.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);
}
.under_line {
    text-decoration: underline;
    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);
}
/*　▼　申込みボタン*/
.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;
}

/* PC hayawari */
.hayawari_wrap{
    z-index: 2;
    background: #fff;
}
.hayawari{
    padding: 21px 0;
}
.banner_wrap {
    background: url(../img/banner_bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.banner {
    padding: 20px 0;
}

/* PC 本商材おすすめのポイント！ */
.brush_wrap {
    background: url(../img/topics_bg.jpg) no-repeat;
    background-size: cover;
}
.brush h1{
    font-style: normal;
    font-size: 3.2rem;
    letter-spacing: .1em;
    width: 16em;
    margin: 0 auto 80px;
}
.brush .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4% 2%;
    margin-bottom: 40px;
    background:#fff;
}
.brush .left {
    width: 68%;
}
.brush .box:nth-of-type(even) {
    flex-direction: row-reverse;
}
.brush h3 {
    margin-bottom: 20px;
    font-style: italic;
    color: #76b3d3;
    font-weight: 600;
    font-size: 3rem;
    opacity: .7;
}
.brush h3 span {
    font-size: 5rem;
}
.brush .box h2 {
    font-weight: 600;
    font-size: 2.4rem;
    margin-bottom: 16px;
}
.brush .box p{
    line-height: 1.4;
}
.right_img{
    width: 30%;
}

/* PC topics */
.topics_wrap{
    /* background: url(../img/topics_bg.jpg) no-repeat; */
}
.topics {
    padding: 60px 0;
}
.topics_img-wrap {
    text-align: center;
    padding: 60px 0;
}
.topics_img-wrap h2 {
    background-color: #49b2ba;
    color: #fff;
    text-align: center;
    font-weight: 600;
    padding: 1% 2%;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 30px;
    font-size: 3rem;
}
.topics_img-flex {
    display: flex;
    justify-content: center;
}
.topics_img-wrap img {
    width: 40%;
    border: 1px solid #cecece;
}
.topics_img01 {
    margin-right: 4%;
}
.topics .list01 {
    background: #f6f7f7;
    padding: 3%;
    line-height: 1.6;
}
.topics .list01 li {
    text-indent: -1rem;
    padding-left: 1rem;
}
.topics .list02 {
    line-height: 1.6;
}
.topics .list02 li {
    text-indent: -1rem;
    padding-left: 1rem;
}
.topics .list02 li::before {
    font-family: "Font Awesome 5 Free";
    content: '\f00c';
    color: #4993ba;
    font-style: normal;
    padding-right: 0.5%;
    font-weight: 700;
}

/*PC profile 講師プロフィール*/
.profile h2{
    font-size: 3.6rem;
}
.profile h3{
    font-size: 2.8rem;
}
.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;
}
.book{
    width: 15%;
    margin-top:30px;
}

/* 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: 0 2%;
}
.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{
        margin-bottom: 20px;
    }
}

/* PC　entry お申し込み */
.entry h2{
    width: 19em;
    text-align: center;
    margin: 0 auto 20px;
    padding: .2%;
}
.entry h3{
    margin-bottom: 20px;
}
.entry .box_end {
    padding: 2%;
}
/*------------------------
▲ PC表示終わり　▲
------------------------*/


/*-----------------------------------
　↓ 685pxまでのfooter設定　消さない！！　↓ 
-----------------------------------*/
@media screen  and (min-width: 600px) and (max-width: 684px) {
footer .left {
    width: 50%;
}
.logo {
    width: 29%;
    height: auto!important;
}
}

/*------------------------
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{
  background: url(../img/mv_bg_sp.jpg) no-repeat;
}
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*/
.brush h1{
    width: auto;
}
.brush .left {
    width: 100%;
}
.brush .box {
    display: block;
    padding: 4%;
    margin-bottom: 20px;
}
.brush .box p{
    margin-bottom: 20px;
}
.right_img{
    width: 50%;
    margin: 0 auto;
}
/*SP　topics */
.topics {
    padding: 6%;
}
.topics_img-wrap p {
    padding: 0 6%;
}
/*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;
}
}