@charset "utf-8";
/* 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;
}
input[type="submit"]{
    border: none;
}
input[type="button"]{
    border: none;
}
table{border-collapse:collapse}
input[type="submit"]:disabled,input[type="button"]:disabled{border: none}
/*▲▲▲ reset ▲▲▲*/
html {
  font-size: 62.5%;
}
body {
    font-family: Lato, 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight:400;
    color:#474960;
    overflow-x: hidden;
    line-height:1.8;
    background:#f3f5f5;
    margin: 0;
    letter-spacing: 0.012em;
    font-size: 2rem;
}
.pcnone{
    display:none;
}
#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 {
    position: fixed;
    cursor: pointer;
}
header .mv_area {
    width:1200px;
    margin:0 auto;
}
@media screen and (max-width: 1024px){
header .mv_area {
    width: 100%;
    margin: 0 auto;
    padding: 0 2%;
}
}
section{
    width: 1000px;
    margin: 0 auto;
    padding: 100px 0;
}
@media screen and (max-width: 1024px){
section{
    width: 100%;
    margin: 0 auto;
    padding: 6% 2%;
}
}
@media screen and (max-width: 599px) {
section{
    width: 96%!important;
    padding: 12% 2%;
}
}

/*▲ 初期設定 ▲*/

.bg_white{background:#fff}
.bg_navy{background:#273248}
.bg_blue{background:#d2e5ed}
.bg_darkblue{background:#5e92c4}
.bg_darkgray{background:#757774}
.bg_gray{background:#8c8e9c}
.bg_green{background:#3ab3bd}
.marker{background: #ffbb8c}
.marker03{background: linear-gradient(transparent 66%, #ffd2b3 7%);}
.marker02{background: linear-gradient(transparent 66%, #ffbb8c 7%);
    line-height: 1.2;
}

.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_orange{color:#ffa364}
.col_red{color:#da1a00}
.col_gold{color: #efd8ac}
.col_blue{color: #5e92c4}

.mb0{margin-bottom:0!important}
.mb10{margin-bottom:10px}
.mb20{margin-bottom:20px}
.mb30{margin-bottom:30px}
.mb40{margin-bottom:40px}
.mb60{margin-bottom:60px}
.mb100{margin-bottom:100px}
.pb0{padding-bottom:0!important}

.font_14{font-size: 1.4rem}
.font_16{font-size: 1.6rem}
.font_18{font-size: 1.8rem}
.font_20{font-size: 2rem}
.font_22{font-size: 2.2rem}
.font_24{font-size: 2.4rem}
.font_27{font-size: 2.7rem}
.font_30{font-size: 3rem}
.font_25{font-size: 2.5rem}
.font_40{font-size: 4rem}
.font_50{font-size: 4.6rem}
@media screen and (max-width: 768px) {
    .font_50{font-size: 3.6rem}
}
.font_64{font-size: 6.4rem}
.palt{font-feature-settings:"palt"}
.font_italic{font-style: italic}
.font_hina{font-family: Hina Mincho, '游明朝',"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;}
.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;
}
img {
    width:100%;
    height: auto;
}
table{
	width: 100%;
}
.flex_space img{
    height:100%;
}
h1,h2,h3,h4{
    line-height: 1.4;
}
/*　▼ header　▼　*/
header{
    background:url(../images/mv_bg.jpg) no-repeat;
    background-size: cover;
}
header img{
	background-size: cover;
	width: 100%;
}
header h1{
	margin-bottom: 0;
}
/*　▼ footer　▼　*/
footer {
    background:#fff;
    padding: 20px;
    font-size: 1.6rem;
    border:1px solid #333;
}
footer a{
	color: #272730;
}
.logo{
    width: 50%;
    height: auto!important;
}
.logo_a{
    display: block;
    width: 26%;
}
footer .box {
    width:980px;
    margin:0 auto;
}
footer .box ul {
    width: 490px;
    margin: 0 auto;
}
footer .box li {
    display: inline;
}
footer .box li a {  
    background-size: 15px;
    background-position: 26px center;
    padding-left: 46px;
}
.page-top{
    position: fixed;
    right: 28px;
    width: 70px;
   bottom: 61px;
}
.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;
}
/*▼ ボタン設定　▼*/
.btn{
    display:block;
	color: #fff;
    background-color: #fc7643;
    border-radius: 100px;
    height: 100px;
    line-height: 100px;
    width: 48%;
    text-align: center;
    position: relative;
    font-size: 2rem;
    font-weight: 700;
}
.btn:hover {
  top: 3px;
}
.btn:active {
  top: 3px;
  box-shadow: none;
}
.btn01{
    background-color: #fc7643;
}
.btn02{
    background-color: #0758d2;
}
@media screen and (max-width: 768px) {
.btn{
    height:80px;
    line-height:80px;
    width: 90%;
    margin: 0 auto 20px;
}
}

/*利用規約*/
.terms{
    padding: 2%;
    height: 300px;
    overflow-y: scroll;
    border: 1px solid #ddd;
    margin-bottom: 40px;
    font-size: 1.6rem;
}
.terms dt{
    font-weight: 700;
    margin-bottom: 10px;
}
.terms dd{
    margin-bottom: 20px;
}

h1{
	text-align: center;
	font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 70px;
}
/*期間限定募集*/
.rec{
    padding: 1%;
}


/*
.cp_area{
    padding:60px 0 0;
}*/
@media screen and (max-width: 1024px){
.cp_area,.sec01{
    width: 100%;
    margin: 0 auto;
    padding: 6% 2%;
}
}

/*バナー追加*/
.add_banner-wrap {
    background-image: url(../images/add_banner_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.add_banner {
    padding: 60px 0;
}

/*sec01*/
.sec01 h1 .font_big{
    font-size: 5rem;
}
/*
.ttl_head{
    position: relative;
}
.ttl_head::after, .sec01 .ttl_head::before {
    content: "";
    display: inline-block;
    width: 3px;
    background-color: #474960;
    position: absolute;
    height: 2.8vw;
    top: 0.33333vw;
}
.ttl_head::before {
    left: -20px;
    transform: rotate(-20deg);
}
.ttl_head::after {
    right: -20px;
    transform: rotate(20deg);
}*/
.sec01_img,.sec01 .oppose{
    width: 50%;
}
.sec01 .box{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding: 3%;
    border: 1px solid #ebeded;
    filter: drop-shadow(0px 0px 6px rgba(213,213,213,0.3));
}
.sec01 p{
    line-height: 1.3;
}
.sec01 .box:nth-of-type(even) {
    flex-direction: row-reverse;
}

/*sec02*/
.sec02{
    background-image: url(../images/sec02_img.png);
    background-repeat: no-repeat;
    background-size: 385px;
    background-position: 118% bottom;
}
@media screen and (max-width: 980px){
.sec02 {
    background-size: 36%;
    background-position: 116% bottom;
}
}
@media screen and (max-width: 768px) {
.sec02 {
    background-size: 43%;
    background-position: 120% bottom;
    padding-bottom: 34%;
}
}
@media screen and (max-width: 599px) {
.sec02 {
    padding-bottom: 32%;
}
}


/*sec03*/
.sec03 h1{
    letter-spacing: -0.01em;
}
.check_box li{
    background: #fff;
    border: 1px solid #474960;
    background-image: url(../images/check_circle.png);
    background-repeat: no-repeat;
    background-position: 4% center;
    box-shadow: 7px 7px 0px #5e92c4;
    padding: 2% 2% 2% 12%;
    background-size: 4%;
    width: 80%;
    margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
.check_box li{
    width:100%;
}
}


.sec03 .check_box{
    margin-bottom:60px ;
}
.narrow{
    width: 693px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
.narrow{
    width:100%!important
}
}

.sec03 .narrow{
    margin-bottom: 60px;
}
.sec03 .narrow:last-of-type{
    margin-bottom:0;
}
/*sec04*/
.sec04{
    background-image: url(../images/sec04_img.png);
    background-repeat: no-repeat;
    background-size: 36%;
    background-position: 0% bottom;
}
.sec04 .narrow_box{
    margin: 0 0 0 366px;
}
.sec04 p{
    margin-bottom: 40px;
}
.sec04 .check_box li{
    padding: 2% 0 2% 17%;
    margin: 0 0 20px;
    width: 87%;
}
@media screen and (max-width: 768px) {
.sec04{
    background-position: 100% bottom;
    padding-bottom: 24%;
}
.sec04 .narrow_box{
    margin:0 auto;
}
.sec04 .check_box li{
    width:100%;
}
}
@media screen and (max-width: 599px) {
.sec04 {
    background-size: 41%;
    background-position: right bottom;
    padding-bottom: 42%;
}
}


/*sec05*/
.sec05{
    background-image: url(../images/sec05_img.png);
    background-repeat: no-repeat;
    background-size: 34%;
    background-position: right 338px
}
.sec05_img{
    width: 44%;
}
@media screen and (max-width: 768px) {
.sec05{
    background-position: right 98%;
    padding-bottom: 30%;
}
}


/*sec06*/
.sec06{
    padding:60px 0 0;
}
.sec06 .narrow {
    width: 823px;
    margin: 0 auto 40px;
}
.refund_area{
    padding:60px 0;
}
.refund{
    width: 100%;
    margin: 0 auto;
}
.border{
    text-decoration: solid underline #474960 3px;
    text-underline-offset:0.2em;
}
@media screen and (max-width: 768px) {
.sec06{
    padding: 6% 2% 0;
}
}
@media screen and (max-width: 599px) {
.sec06{
    padding: 12% 2% 0;
}
}


/*sec07*/
.sec07 h1{
    margin-bottom:134px;
}
.sec07 .narrow{
    margin: 0 0 0 336px;
}
.sec07{
    background-image: url(../images/sec07_img.png);
    background-repeat: no-repeat;
    background-size: 32%;
    background-position: left bottom;
}
@media screen and (max-width: 1024px){
.sec07 .narrow{
    width: 60%;
}
}
@media screen and (max-width: 768px) {
.sec07 .narrow{
    margin: 0 auto;
}
.sec07 {
    background-size: 27%;
    background-position: center bottom;
    padding-bottom: 40%;
}
}
@media screen and (max-width: 599px) {
.sec07 {
    padding-bottom: 55%;
    background-size: 47%;
    background-position: 52% 107%;
}
}

/*
.sec07 .ttl_head::after, .ttl_head::before {
    content: "";
    display: inline-block;
    width: 3px;
    background-color: #474960;
    position: absolute;
    height: 2.8vw;
    top: 1.0vw;
}
.sec07 .ttl_head::after {
    right: -6px;
}
*/
/*sec08*/
.sec08 p{
    margin-bottom: 20px;
}
.sec08 p:last-of-type,
.sec04 p:last-of-type{
    margin-bottom: 0;
}
.check_blue li{
    background: url(../images/check_blue.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 2%;
    padding-left: 5%;
}
.sec08 .box{
    border: 1px solid #e2e3e6;
    padding: 4%;
    margin-bottom: 60px;
}
.sec08_img:first-of-type{
    margin-bottom: 60px;
}
.youtube {
    position: relative;
    width: 78%;
    padding-top: 56.25%;
    margin: 0 auto 40px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.sec08 .outer{
    margin-bottom: 100px;
}
.outer02{
    font-size: 2.4rem;
}
.outer02 h2 {
    background: #474960;
    color: #fff;
    padding: 1%;
    width: 20em;
    margin: 0 auto 30px;
}
.sec08 .marker02:first-of-type{
    width: 20em;
    margin: 0 auto 40px;
}
/*sec09*/
.sec09_img{
    width: 32%;
    height: 100%;
    margin-right: 40px;
}
.sec09 h2{
    border-bottom: 1px solid #fff;
    font-size: 3.4rem;
    margin-bottom: 10px;
    padding-bottom: 1%;
}
.sec09 h3{
    line-height: 1.2;
    margin-bottom: 25px;
}
.plof_tbl{
    line-height: 1.6;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
}
.plof_tbl th{
    width: 6em;
    text-align: left;
    padding-bottom: 1%;
}
.sec09 p{
    line-height: 1.2;
    letter-spacing: 0.2em;
}
.plof_box{
    margin-bottom: 40px;
}
/*sec010*/
.faq_box{
    background: #fff;
    border: 1px solid #aaabb8;
    padding: 5%;
    margin-bottom: 60px;
}
.jirei_nam{
    width: 90px;
    height: 100px;
    font-size: 2.5rem;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0;
    margin-top: -70px;
    padding: 1% 0 1% 0.5%;
}
.jirei_nam .nam{
    font-size: 4rem;
}
.faq_box h2{
    margin-top: -40px;
    margin-bottom: 30px;
}
.faq_box .box_inner .left{
    margin-right: 170px;
}
/*sec011*/
.sec011 .box{
    background: #f3f5f5;
    padding: 3%;
    margin-bottom: 40px;
}
.sec011 {
    position: relative;
}
.sec011_img{
    position: absolute;
    width: 17%;
    top: 28px;
}
@media screen and (max-width: 1024px){
.sec011_img{
    width: 14%;
}
    }
.voice_img{
    width: 16%;
    height: 100%;
    margin-right: 30px;
}
.sec011 h2{
    margin-bottom: 20px;
}
.sec011 .ttl {
    letter-spacing: 0.1em;
}
.sec011 .name{
    font-size: 2.5rem;
}
.sec011 .box_inner{
    margin-bottom: 30px;
}
/*sec012*/
.sec012_wrap{
    background: #ad9d7b;
}
.sec012 h1{
    color:#8d7748;
}
.h1_bg{
    background: url(../images/heading_bg.png) no-repeat;
    background-size: 55%;
    padding: 5%;
    background-position: center center;
}
.pdf_img{
    box-shadow: 7px 7px 0px #3d3e4d;
    width: 31%;
    height: 100%;
    margin-right: 40px;
}
.txt_pdf{
    background: #3d3e4d;
    width: 4em;
    text-align: center;
}
.sec012 .right{
    position: relative;
}
.present{
    position: absolute;
    width: 31%;
    right: 0;
    top: -64px;
}
.sec012 .top{
    margin-bottom: 20px;
}
.sec012 .bottom{
    letter-spacing: 0.2em;
}

/*sec013*/
.h1_arrow{
    background: url(../images/arrow.png) no-repeat;
    background-size: 4%;
    background-position: center 66px;
    padding-bottom: 3%;
}

.price{
    width: 49%;
}
.sec013 .box{
    margin-bottom: 40px;
}
.sec013 .refund{
    margin-bottom: 60px;
}
.check_navy li{
    background: url(../images/check_navy.png) no-repeat;
    background-position: left 3px;
    background-size: 2%;
    padding-left: 3%;
    line-height: 1.3;
    margin-bottom: 30px;
}
/*sec014*/
.card_img{
    width: 41%;
    height: 100%;
}
.sec014 .box{
    margin-bottom: 60px;
}
.sec014 .box h2{
    padding: 1%;
    width: 10em;
}
.sec014 .box h2 {
    padding: 0.5% 1%;
    width: 13em;
    text-align: center;
    margin-bottom: 30px;
}
.flow{
    margin-bottom: 20px;
}
.sec014 .like_h1{
    margin-bottom: 40px;
}
.sec014 .box02 p{
    margin-bottom: 40px;
}
/*faq*/
.faq dt{
    font-weight: 700;
    font-size: 2.4rem;
}
.faq .que{
    font-size: 3.5rem;
    margin-right: 5px;
}
.faq dd{
    border-bottom: 1px solid #ccc;
    margin-bottom: 12px;
    padding-bottom: 2%;
}
/*追記　230324*/

.bg_gray02{
    background:#F3F5F3;
}
.toha_wrap{
    background:url(../images/toha_bg.jpg);
    background-size: cover;
}
.toha .narrow{
    width:80%;
    margin:0 auto;
}
.toha .check_orange li:before{
    font-family: "Font Awesome 5 Free";
    content: '\f00c';
    color: #3ab3bd;
    font-style: normal;
    padding-right: 0.5%;
    font-weight: 700;
}
.toha .check{
    border:2px solid #3ab3bd;
}
.toha .check li:before{
    font-family: "Font Awesome 5 Free";
    content: '\f058';
    color: #3ab3bd;
    font-style: normal;
    padding-right: 0.5%;
    font-weight: 700;
}
.toha .check_orange li,
.toha .check li{
    margin-bottom:5px;
    text-indent: -1em;
    padding-left:1em;
}
.toha .check{
    padding:4%;
}
.btn03{
    display:block;
    height: 80px;
    line-height: 80px;
    width: 70%;
    margin: 0 auto;
    font-size: 2.6rem;
}

/* 規約＆申し込み */
.kiyaku h1 {
    font-size: 3.6rem;
    margin-bottom: 30px;
}
.rule-check {
    margin-bottom: 30px;
}


@media screen and (max-width: 1024px){
}

@media screen and (max-width: 767px) {
.pcnone {
    display:none;
}
}

/*------------------------
-599
------------------------*/
@media screen and (max-width: 599px) {
html {
  font-size: 50%;
}
body {
	width:100%;
	font-size:1.6rem;
}
#wrapper {
    overflow: hidden;
}
.pcnone {
	display:block
}
.spnone {
    display:none
}
.sp_br {
	display:block
}
.sp_alc {
    text-align: center;
}
.sp_noflex {
    display:block;
}
.sp_flex_space{
    display:flex;justify-content:space-between
}
.sec_wrap {
  width:100%;
  padding:0;
}

/*▼ footer ▼*/
footer {
    width: 100%;
	padding: 2%;
    font-size: 1.4rem
}
.footer_inner {
    width: 92%;
    margin: 0 auto;
    padding: 2.60416% 0;
}
.logo {
    width:23%;
    display: block;
}
.page-top img {
    display: none;
}
.copy{
	margin-bottom: 10px;
}
/*▲ footer ▲*/
header{
    background: url(../images/sp_mv_bg.jpg) no-repeat;
	background-position: center top;
    padding: 0!important;
    background-size: cover;
}
header .mv_area{
    padding: 0!important;
    width: 100%;
}
.btn {
    height: 70px;
    line-height: 70px;
    width: 100%;
    margin: 28px auto 0px;
    text-align: center;
    font-size: 1.8rem;
}
.btn03{
    margin:0 auto 40px;
    font-size: 2.6rem;
}
h1{
    font-size: 3.6rem!important;
    margin-bottom: 40px;
}
.sec01 .ttl_head::after, .sec01 .ttl_head::before {
    height: 7.8vw!important;
    top: 1.33333vw;
}
.sec07 .ttl_head::before,.sec07 .ttl_head::after {
    height: 5.8vw!important;
    top: 1vw;
}
.sec01 .box {
    display: block;
}
.sec01_img, .sec01 .oppose{
    width: 100%;
    margin-bottom: 20px;
}
/*
.sec02{
    padding-bottom: 70%;
}*/
.sec03 .narrow,.narrow{
    width: 100%!important;
}
.check_box li,.sec04 .check_box li {
    width: 100%!important;
    margin: 0 auto 20px;
}
.sec04 .narrow_box{
    width: 100%;
    margin: 0!important;
}

.sec05 h1{
    text-align: center;
}
.sec05{
    padding-bottom: 60%;
    background-size: 64%;
    background-position: center 95%;
}
.sec07 h1{
    font-size: 2.4rem!important;
    letter-spacing: 0;
}
.sec07 .narrow{
    margin: 0!important;
}
.sec08_im1g01{
    margin-bottom: 40px;
}

.sec09_img {
    width: 62%;
    height: 100%;
    margin: 0 auto 20px;
}
.sec09 h2 {
    font-size: 4.4rem;
}
.jirei_nam {
    width: 19%;
    height: 70px;
    font-size: 2rem;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0;
    margin-top: -33px;
    padding: 2% 0 0 0.5%;
}
.jirei_nam .nam {
    font-size: 3rem;
}
.faq_box h2 {
    margin-top: 16px;
}
.faq_box .box_inner .left {
    margin-right: 0;
    margin-bottom: 20px;
}
.sec011_img {
    width: 22%!important;
}
.sec011 h1 {
    padding-top: 23%;
    font-size: 3.0rem!important;
}
.voice_img {
    width: 46%;
    height: 100%;
    margin: 0 auto 20px;
}
.pdf_img {
    width: 61%;
    margin: 0 auto 90px;
}
.present {
    top: -35px;
}
.h1_bg {
    background-size: 84%;
}
.price {
    width: 100%;
}
.price:first-of-type{
    margin-bottom: 20px;
}
.card_img{
    width: 100%;
}
.sec014 p{
    margin-bottom: 10px;
}
.h1_arrow {
    background-size: 6%!important;
    background-position: center 99%!important;
    padding-bottom: 4%!important;
}
.sec014 .box h2 {
    padding: 1%;
    width: 100%;
}
.logo_a {
    width: 142%;
}
footer ul {
    width: 100%!important;
}
.youtube{
    width: 100%;
}
.outer02 h2,
.sec08 .marker02:first-of-type{
    width: 100%;
}
.font_40 {
    font-size: 3rem;
}
.cp_area {
    padding: 10px 0 0;
}
.refund_area{
    padding:10px 0 30px;
}
}
/*サンプル*/
.sample h2{
    font-size: 3rem;
    margin-bottom:20px;
}
.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;
}
.btn04 {
    background: #e3911b;
    filter: drop-shadow(0px 8px 0px #bb7209);
}

/*特別オファー*/
.thanks_wrap{
    background:url(../images/thanks_bg.jpg) no-repeat;
}
.thanks{
    padding:30px 0;
}
.thanks_img{
    width:78%;
    margin:0 auto;
}

.mv_after{
    padding: 40px 0;
}
.btn_to-entry {
    transition : .3s;
}
.btn_to-entry:hover {
    transform: scale(1.05);
    transition : .3s;
}
.taikai_txt{
    line-height: 1.2;
}
