/* 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;
}
/*▲ 初期設定 ▲*/


.bg_white{background:#fff} 
.bg_red{background:#d45b41}
.bg_blue{background:#4993ba}
.bg_blue02{background:#001892}
.bg_gray{background:#f6f7f7}
.bg_brown{background:#e8e2d5}
.bg_yellow{background:#e3911b}

.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:#be0000}
.col_red02{color:#ff0000}
.col_blue{color:#4993ba}
.col_blue02{color:#001892}
.col_gold{color:#9e7f4f}

.font_23{font-size: 2.3rem}
.font_26{font-size: 2.6rem}
.font_30{font-size: 3rem}

.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}

.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{
    font-size: 1.6rem;
    color: #000;
}
.blank_link::before{
    font-family: "Font Awesome 5 Free";
    content: '\f08e';
    color: #4993ba;
    font-style: normal;
    padding-right: 0.5%;
    font-weight: 700;
}
.blank_link:hover{
    color: #d45b41;
}
.pc_block{
    display: block;
}
.marker_yel {
    background-color: transparent;
    background-image: linear-gradient(transparent 70%,#ffea00 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: center 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: 145px;
}
.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;
    color: #fff;
    display: block;
    position: relative;
    z-index: 2;
    font-weight: 700;
    background: #43aaa0;
    filter: drop-shadow(0px 8px 0px #065a55);
    border-radius: 5px;
    height: 80px;
    line-height: 80px;
    width: 48%;
    display: block;
    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: #4993ba;
    filter: drop-shadow(0px 8px 0px #346a87);
}
.btn02{
    background: #d45b41;
    filter: drop-shadow(0px 8px 0px #98412e);
}
.btn03{
    background: #e3911b;
    filter: drop-shadow(0px 8px 0px #bb7209);
}
.btn01,.btn02 ,.btn03{
    border-radius: 5px;
    height: 80px;
    line-height: 80px;
    width: 48%;
    display: block;
}

.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 topics */
.topics_wrap{
    background: url(../img/topic_bg.jpg) no-repeat;
    background-size: cover;
}
.topics ul,.topics h2{
    font-size: 3.3rem; 
}
.topics ul li{
    line-height: 1.4;
    margin-bottom: 20px;
    font-style: italic;
}
.topics ul li:before{
    font-family: "Font Awesome 5 Free";
    content: '\f00c';
    color: #4993ba;
    font-style: normal;
    padding-right: 0.5%;
}


/*PC message レター部分　*/
.message h1{
    margin-bottom: 70px;
}
.message .check_red{
    background: #f6f7f7;
    padding: 4%;
    width: 100%;
}
.message .check_red li{
    margin-bottom: 10px;
    text-indent: -1em;
    padding-left: 1em;
}
.message .check_red li:last-of-type{
    margin-bottom:0
}
.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;
    line-height: 1.5;
}



/*PC contents
 DVD内容*/
.contents ul,.contents .box03,.contents .box04{
    width: 80%;
    margin: 0 auto;
    font-size: 2.2rem;
}
.contents ul li{
    margin-bottom: 22px;
    /* text-indent: -1.3em; */
    /* padding-left: 1.3em; */
}
.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: -2.3em;
    padding-left: 2.3em;
    letter-spacing: .05em;
}
.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: 25px;
}
.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: '';  
}
.contents .box04 .heading{
    /*color:#4993ba;*/
    color:#ba2636;
}



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



/*PC details DVDの詳細 */
.details .box{
    padding: 0 4%;
}
.dtl_tbl{
    font-size: 1.8rem;
    margin-bottom: 20px;
    font-weight: 500;
}
.dtl_tbl th {
    padding: 3% 0 3% 10%;
    width: 16em;
    text-align: left;
    vertical-align: middle;
    color: #d45b41;
    font-weight: 700;
}
.dtl_tbl tr{
    border-bottom: 1px solid #d45b41;
}
.dtl_tbl td{
    padding: 3%;
}
.details .att{
    font-size: 1.4rem;
}
.map{
    width: 100%;
    margin-bottom: 20px;
}



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

/*------------------------
▲ 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%;
    margin-bottom: 40px;
}
/*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;
}
.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: 30%;
}
.toha .box h2 {
    height: 7.5em;
    padding: 7% 4% 5%;
}
.price{
    width: 100%;
    margin: 0 auto 20px;
}
.btn03 {
    width: 100%;
    line-height: 1.2;
    padding-top: 4%;
}
}

/*------------------------
thanks
------------------------*/
/* PC thaks */
.fw500{
    font-weight:500;
}
.thanks{
    width:1200px;
    margin:0 auto;
    padding: 20px 0 79px;
}
.thanks_logo{
    width:146px;
}
.thanks_img {
    width: 15%;
    margin: 0 auto 20px;
}
.thanks h1{
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
}
.thanks p{
    margin-bottom:40px;
}
.arrow_img{
    width: 7%;
    margin: 0 auto;
}
@media screen and (max-width: 1200px) {
.thanks {
    width: 98%;
}
}
@media screen and (max-width: 599px) {
/* sp thanks */
.thanks{
    padding: 2% 2% 6%;
}
.thanks h1 {
    margin-bottom: 20px;
}
.thanks p {
    margin-bottom: 20px;
}
.thanks_img {
    width: 29%;
}
.arrow_img {
    width: 12%;
}
}
.hanbai .voice{
    width:16rem;
}
.hayawari02_wrap{
    background:url(../img/hayawari02_bg.jpg) no-repeat;
    background-size: cover;
}
.hayawari02{
    padding: 30px 0;
}



.attention h1{
    padding:2%;
    border-radius: 5px;
}
.attention ul li {
    background: url(../img/check_red.png) no-repeat;
    background-size: 3%;
    background-position: left 6px;
    padding-left: 42px;
}




.bene_img{
    width:80%;
    margin:0 auto;
}




