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


.bg_white{background:#fff} 
.bg_red{background:#fa1134}
.bg_blue{background:#d8eced}
.bg_gray{background:#f6f7f7}
.bg_yellow{background: #fff766;}
.bg_orange{background:#e3911b}
.bg_green{background: #0c8e86;}
.bg_gold{
	background: rgb(185,169,128);
	background: linear-gradient(0deg, rgba(185,169,128,1) 0%, rgba(241,226,183,1) 100%);
}
.bg_brown {background: #e8e2d5;}
.bg_gray02 {
    background: #f6f7f7;
}


.fw700,.bold{font-weight:700}
.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}

.col_white{color:#fff}
.col_black{color:#000}
.col_red{color:#ff0000}
.col_blue{color:#0d5a91}
.col_blue2{color:#0d21d6}
.col_orange{color:#e3793b}

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

.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{
	font-size: 1.6rem;
}
.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_red {
	background-color: transparent;
	/*background-image: linear-gradient(transparent 70%,#d45b41 0);*/
	background-image: linear-gradient(transparent 82%,#d45b41 0);
}
.marker_yel {
    background-color: transparent;
    background-image: linear-gradient(transparent 70%, #ffde00 0);
}
.border_red{
	text-decoration: solid underline #d45b41 3px;
	text-underline-offset:0.2em;
}
.border{
	text-decoration: solid underline #000 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: top center;
}
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 #ccc;
	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;
}


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

.heading{
	font-size: 2.3rem;
    height: 4.5em;
    padding-top: 3%;
}

.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;
}
.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,.btn04:hover {
    letter-spacing: 8px;
}
.btn01, .btn02 {
    width: 48%;
}
@media screen and (max-width: 599px) {

}

/*　▲　申込みボタン*/
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;
}
@media screen and (max-width: 599px) {
h1{
	font-size: 3.5rem;
	margin-bottom: 50px;
}
}
/*
早割期間
*/
.hayawari_wrap {
	/*background:url(../img/sec01_bg.jpg) no-repeat;
	background-position: center 70%;*/
	background:#fff;
}
.hayawari{
	padding: 70px 0;
}
.hayawari_img {
	margin: 0 auto;
}
@media screen and (max-width: 599px) {
	.hayawari{
		padding: 50px 0;
	}
	.hayawari_img {
		margin: 0 auto;
		width: 90%;
	}
}


/*
バナー
*/
.banner_wrap {
    background: url(../img/banner_bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.banner {
    padding: 50px 0;
}
@media screen and (max-width: 599px) {
	.banner {
        padding: 6% 4%;
    }
}


/*
キャンペーン
*/
/* .can_wrap{
	background:url(../img/sec01_bg.jpg) no-repeat;
} */

/*
本商材の３つの見どころ
*/
.sec02 .box {
	color:#fff;
  display: flex;
  justify-content: space-between;
  /* justify-content: flex-start; */
  /*align-items: center;*/
  margin-bottom: 40px;
  /*background:#d8eced;*/
  background:#0c8e86;
  padding: 3%;
}
.sec02 .box:nth-of-type(even) {
  flex-direction: row-reverse;
}
.sec02_img {
  width:47%;
  hieght:100%;
}
.sec02 .box:nth-of-type(even) .sec02_img {
  /*margin-right: 78px;*/
  width: 47%;
}
.sec02 .box .inner{
  width:47%;
  padding-top: 2%;
}
.point_img{
  width: 21%;
  margin: 0 auto 20px;
}
.sec02 p{
  font-size: 2.4rem;
  letter-spacing: .1em;
}
@media screen and (max-width: 599px) {
.sec02 .box {
	display:inline-block;
}
.sec02 .box .inner,.sec02_img,.sec02 .box:nth-of-type(even) .sec02_img{
	width:100%;
}
.sec02 p {
	font-size: 2.4rem;
	margin-bottom: 20px;
}
}
/*
レター部分
letter
*/
.letter {
	line-height: 1.4;
	letter-spacing: 0;
}
.letter h1{
	font-size: 4rem;
}
.letter ul li {
	margin-bottom: 10px;
}
.letter_list {
	display: inline-block;
    padding: 2% 6% 2% 3%;
    line-height: 1.8;
	background: #dcfaff;
}
.letter_list li {
	padding-left: 26px;
    position: relative;
}
.letter_list li::before {
	position: absolute;
    content: "";
    background: url(../img/list_check.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    left: 0;
    top: 20px;
    transform: translateY(-50%);
}


/*
組織再編税制のスペシャリスト
佐藤信祐税理士が監修したチェックシート！！
*/
.sec03 h1 {
	letter-spacing: .1em;
	font-size: 4.5rem;
}
h1 .font_small{
  font-size: 2.8rem;
  letter-spacing: .1em;
}
.narrow{
  width:90%;
  margin:0 auto;
}
.sec03 ul{
	border-radius: 5px;
	padding: 2.4% 1.6%;
	letter-spacing: .1em;
}
.sec03 p{
	letter-spacing: .1em;
}
/* .sec03 ul li:before{
	font-family: "Font Awesome 5 Free";
	content: '\f00c';
	color: #0d5a91;
	font-style: normal;
	padding-right: 0.5%;
	font-weight: 700;
} */
@media screen and (max-width: 599px) {
.sec03 h1 {
	font-size: 3.5rem;
	line-height: 1.5;
}
h1 .font_small {
    font-size: 2.4rem;
	line-height: 1.3;
}
.narrow{
	width:100%;
}
.sec03 ul{
	border-radius: 5px;
	padding: 4%;
	letter-spacing: .1em;
}
}

/*
sec04
本商材の活用場面
*/
.sup_nam{
  width: 14%;
  margin: 0 auto 20px;
}
.sec04 h2{
  font-size: 3.7rem;
  margin-bottom: 40px;
}
.sec04_img{
  width: 33%;
  margin: 0 auto 30px;
}
.sec04 p{
  font-size: 2.2rem;
  margin-bottom:10px;
}
.icon{
  width: 11%;
	margin: 0 auto 10px;
}
.sec04 .inner{
	width:76%;
  background-color: #c5d8e5;
  padding: 2%;
  margin: 0 auto 40px;
}
.sec04 h3{
  font-size: 2.6rem;
}
.arrow_blue{
  width: 10%;
  margin: 30px auto 50px;
}
@media screen and (min-width: 767px) {
.sec04 .inner{
	padding:3%;
	background-size: 8%;
}
.sec04 h3{
	padding-left: 40px;
}
.sec04 .box02 h3,
.sec04 .box03 h3,
.sec04 .box04 h3 {
	padding-left: 40px;
}
}
@media screen and (max-width: 599px) {
.sup_nam{
	width: 24%;
}
.sec04_img {
	width: 53%;
}
.sec04 .inner{
	background-size: 11%;
	background-position: 5% 50%;
	width: 100%;
}
.sec04 h3 {
    font-size: 2.6rem;
    /* padding-left: 10%; */
    text-align: center;
}
.arrow_blue {
    width: 21%;
    margin: 30px auto 30px;
}
.icon {
    width: 16%;
    margin: 0 auto;
}
}

/*
セット内容
*/
.sec05 h1 {
	/* font-size: 4.6rem;
	letter-spacing: 0.1em; */
}
.sec05_head {
	width: 50%;
	margin: 0 auto;
}
.sec05 .box{
  border-radius: 5px;
  display: flex;
  /* padding: 4%; */
  /* margin-bottom:40px; */
  align-items: center;
}
.sec05_img{
  width: 43%;
  height: 100%;
  margin: 10px auto 0 0;
  display: block;
}
.sec05_movie {
	width: 46%;
	margin: 0 auto 0 0;
	aspect-ratio: 16 / 9;
}
.sec05_movie iframe {
	width: 100%;
  	height: 100%;
}
.nam03{
  width: 15%;
  margin: 0 auto 20px;
  text-align: center;
}
.sec05_card-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sec05_card {
	width: 49%;
	margin-bottom: 50px;
	border-radius: 5px 5px 0 0;
}
.sec05_card-head {
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 20px;
}
.sec05 h2{
  font-size: 2.6rem;
  line-height: 1.2;
  margin: 0 auto;
  letter-spacing: .1em;
  font-style: italic;
  font-weight: 600;
  color: #fff;
  background-color: #ca9400;
  /* background: rgb(185,169,128);
	background: linear-gradient(0deg, rgb(218, 172, 47) 0%, rgb(211, 99, 14) 100%); */
  padding: 4%;
  border-radius: 5px 5px 0 0;
}
.sec05 h3{
	line-height: 1.4;
	letter-spacing: 0;
	padding: 3%;
}
.sec05_card img {
	width: 80%;
	margin: 0 auto;
}
@media screen and (max-width: 599px) {
.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%;
}
.sec05_card-wrap {
	display: block;
}
.sec05_card {
	width: 100%;
}


}

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

}
@media screen and (max-width: 799px) {
	.detail_wrap {
		width: 96%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 599px) {
	.detail_wrap {
		width: 100%;
	}
	.detail p {
		font-size: 20px;
	}
	.detail_list {
		padding-left: 10px;
		font-size: 18px;
	}
}


/*
特典
tokuten
*/
.tokuten_wrap{
	background: rgb(185,169,128);
	background: linear-gradient(0deg, rgba(185,169,128,1) 0%, rgba(241,226,183,1) 100%);
}
.tokuten h1{
	color:#755500;
}
.tokuten h2{
	font-size: 3.4rem;
}





/*
著者プロフィール
*/
.sec06 h1{
	margin-bottom:20px;
}
.sec06 h2{
	font-size: 2.8rem;
	line-height: 1.2;
	margin-bottom: 90px;
}
.sec06 .box{
	padding: 5%;
	border-radius: 5px;
}
.sec06 .top{
	margin-bottom: 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;
}
.koushi{
	width: 24%;
	height: 100%;
	margin-right: 40px;
}
.sec06 .name{
	margin-bottom:8px;
}
.sec06 .inner h3 {
	font-size: 2rem;
	margin-bottom: 8px;
}
.sec06 .inner p{
	font-size: 1.8rem;
	letter-spacing: 0;
	line-height: 1.4;
}
.book {
	width: 70%;
}
@media screen and (max-width: 599px) {
.sec06 h2 {
	margin-bottom: 40px;
}
.koushi {
    width: 44%;
    margin-right: 0;
    margin: 0 auto 20px;
}
.sec06 .name{
	text-align: center;
}
}

/*
商品詳細
*/
.att{
	font-size: 1.6rem;
	line-height:1.2;
}
.sec07_wrap{
	background:#f2eee5;
}
.dtl_tbl{
	margin-bottom: 15px;
}
.dtl_tbl tr{
	border-bottom:2px solid #d8eced;
}
.dtl_tbl th {
	font-weight: 700;
	padding: 4%;
	width: 12em;
	text-align: left;
	vertical-align: middle;
}
.dtl_tbl td{
	padding: 4%;
	text-align: left;
	vertical-align: middle;
}
.tbl_br{
	border-right:2px solid #e3911b;
}
.tbl_br_white{
	border-right:2px solid #fff;
}
.dtl_tbl td.alc{
	text-align: center;
}
.bg_tbl_yellow{
	background:#e3911b;
}
@media screen and (max-width: 599px) {
.dtl_tbl th,.dtl_tbl td{
	display:block;
}
.tbl_br,.tbl_br_white{
	border:none;
}
.kaiin:before{
	background:#e3911b;
	content:'会員';
	font-weight:700;
	width:100%;
	padding:2%;
	display:block;
	text-align: center;
}
.ippan:before{
	background:#e3911b;
	content:'一般';
	font-weight:700;
	width:100%;
	padding:2%;
	display:block;
	text-align: center;
}
.sp_fw700{
	font-weight: 700;
}
.spnone{
	display:none!important;
}
}

/*
入会促進
*/
.more {
    padding: 52px 0;
}


/*
7月28日(金)までの期間限定特典
*/
.sec08_wrap {
	background:url(../img/sec01_bg.jpg) no-repeat;
	background-position: center 70%;
}
.sec08_big {
	font-size: 8rem;
}
.sec08 h1{
	font-size: 6.4rem;
	line-height:1.2;
	/*text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);*/
	background: #1f4037; /* fallback for old browsers */
	background: -webkit-linear-gradient(top, #8c141d, #f34d44);
	background: linear-gradient(to top, #8c141d, #f34d44);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.sec08 h2{
	font-size: 3.8rem;
	line-height:1.5;
	margin-bottom:40px;
}
.sec08_small {
	font-size: 3rem;
	font-weight: 400;
}
.sec08 h2 .font_small{
	font-size: 3.2rem;
}
.sec08_movie{
	width: 100%;
	aspect-ratio: 16 / 9;
	margin-bottom:40px;
}
.sec08_movie iframe {
	width: 100%;
	height: 100%;
}
.sec08 p{
	background-color: rgba(255, 255, 255, .46);
	font-size: 2.4rem;
	border-radius: 5px;
	padding: 28px 0;
}
.fs20 {
	font-size: 2rem;
}
@media screen and (max-width: 599px) {
.sec08 h1{
	font-size: 3.2rem;
}
.sec08_big {
	font-size: 4.6rem;
}
.sec08 h2 {
  font-size: 2.4rem;
}
.sec08_small {
	font-size: 2.2rem;
}
.sec08 p{
	font-size: 2rem;
	padding: 20px 0;
}
.fs20 {
	font-size: 1.6rem;
}
}
/*
本日24時までの限定価格！！
*/
.sec09_wrap{
	background:url(../img/sec01_bg.jpg) no-repeat;
}


/*
お申込み
*/
.sec010 .box{
	background:#e8e2d5;
	border-radius: 5px; 
	overflow: hidden;
	margin-bottom:40px;
}
.entry .box01 {
    border-radius: 5px;
    overflow: hidden;
}
.entry .head {
    background: #999;
    align-items: center;
	padding: 1.4% 0;
}
.entry .box01 p {
    padding: 4%;
    font-size: 1.8rem;
    line-height: 2;
}
.sec010 ul{
	font-size: 2.2rem;
	color:#d45b41;
	font-weight: 700;
	padding: 6% 16%;
}
.sec010 li:before{
	font-family: "Font Awesome 5 Free";
	content: '\f058';
	color: #0d5a91;
	font-style: normal;
	padding-right: 0.5%;
	font-weight: 700;
}
.sec010 .box02 h2{
	background: #0d5a91;
    font-size: 2.2rem;
    height: 55px;
    padding-top: 12px;
    width: 21em;
    margin: 0 auto 40px;
    color:#fff;
    border-radius: 5px;
}
.sec010 .box02{
	margin-bottom:40px;
}
@media screen and (min-width: 767px) {
.sec010 ul{
	padding: 6% 11%;
}
}
@media screen and (max-width: 599px) {
.sec010 ul{
	padding: 12px;
}
.sec010 ul li{
	text-indent: -1em;
	padding-left:1em;
}
.sec010 .box02 h2{
	width:100%;
}
.entry_box {
	display: block;
}
}
/*-----------------------------------
　↓ 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;
}
}
@media screen and (max-width: 768px) {
html{
    font-size: 50%;
}
}

@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%;
}
}


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