@charset "UTF-8";
/* CSS Document */

/*------------------------------
reset start
------------------------------*/
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,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: inherit;
}

a {
    text-decoration: none;
    color: #fff;
}

a:hover {
    color: #A2A0A0;
}

html {
    -webkit-text-size-adjust: 100%;
}

:focus {
    outline: 0;
}

/*------------------------------
reset end
------------------------------*/

body {
    font-family: 'メイリオ', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #1d1e1f;
    font-size: 10px;
    font-size: 1.0rem;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
}

.wrap {
    width: 960px;
    margin: 0 auto;
    position: relative;
}


/* アンダーライン */
hr {
    margin: 0;
    /*リセット*/
    border-style: none;
}

.hr_01 {
    height: 4px;
    background-color: #129fc7;
    margin-bottom: 4px;
}

.hr_02 {
    height: 2px;
    background-color: #58c3e0;
}

.hr_03 {
    width: 60px;
    height: 4px;
    background-color: #0b9fc7;
}

/* ハイライト */
.hilight {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffeb3b));
    background: linear-gradient(transparent 70%, #ffeb3b 70%);
    /*background-image:url(images/hilight.gif);
	background-repeat:repeat-x;
	background-size:1px 20px;
	background-position:0 82%;
	padding:0 2px;
	margin-left:2px;
	margin-right:2px;
	display:inline-block;*/
}

.bold {
    font-weight: bold;
}

/* マウスオーバー */
.hover:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
}


/* アニメーションリンク */
.hover,
header #top-head nav ul li a,
.cv_btn input {
    transition: .2s linear;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    -ms-transition: .2s linear;
}

/* 横並び */
.flex,
.flex_direction,
.flex_w {
    display: -webkit-box;
    /* Android4.3以前ブラウザ用 */
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    /*--- IE10 ---*/
    /* iOS8以前Safari用 */
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
}

.flex_w {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex_direction {
    -webkit-box-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.jc_sb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.jc_c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.jc_fs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.jc_fe {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.ai_c {
    -webkit-box-align: center;
    /* Android4.3以前ブラウザ用 */
    /* iOS8以前Safari用 */
    -ms-flex-align: center;
    align-items: center;
}

.t_c {
    text-align: center;
}

.t_l {
    text-align: left
}

.lh0 {
    line-height: 0;
}

.sp_tel {
    display: none;
}

/*----- 余白 ---------------*/
.mra_mla {
    margin-left: auto;
    margin-right: auto;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb2 {
    margin-bottom: 2%;
}


/* 背景余白*/
.offer,
#about {
    padding: 6% 0;
}

#works .wrap,
#voice .wrap,
#service .wrap {
    padding: 6% 0 10% 0;
}

/* 項目毎余白*/
#check,
#trouble,
#lesson,
#flow,
#price,
#qa,
#boost {
    margin-bottom: 10%;
}


#flow .mb6,
#check .mb6,
#check .photo_01,
#check .photo_02,
#check .flame,
#check .flame #bunpo dl,
#works .mb6,
#trouble .mb6,
#voice .mb6,
#trouble .mb6,
#lesson .mb6,
#price .mb6,
#voice_02 .mb6,
#voice h3,
#voice_02 h3,
#about p {
    margin-bottom: 6%;
}

#check .flame h3,
#check .flame .text_02,
#works .mb4,
#voice .mb4,
#voice_02 .mb4,
#price h3,
#lesson h3,
#lesson h4,
#service .flex_w p,
#voice .mb4,
.yt,
.offer .mb4,
#about .mb4 {
    margin-bottom: 4%;
}

/* firefox ハック */
@-moz-document url-prefix() {
    #service .flex_w p {
        margin-bottom: 40px;
    }
}

#service .flex_w p:nth-child(n+3) {
    margin-bottom: 0;
}


#check .flame #tango,
#price .mb10,
#lesson .mb10,
#flow .mb10,
#trouble .mb10 {
    margin-bottom: 10%;
}

#voice .text_02 {
    margin-bottom: 3%
}


/*----- テキスト ---------------*/
/* 見出し */
#check h2,
#trouble h2,
#lesson h2,
#flow h2,
#price h2,
#voice_02 h2,
#qa h2,
#boost h2 {
    margin-bottom: 6%;
}

#check h2,
#works h2,
#voice h2,
#trouble h2,
#lesson h2,
#service h2,
#flow h2,
#price h2,
#voice_02 h2,
#qa h2,
#boost h2 {
    background: #ffeb3b;
    width: 100%;
    padding: 4%;
    text-align: center;
    line-height: 0;
}

/* 太文字 */
h1,
h2,
h3,
h4 {
    font-weight: bold;
}

h3,
h4 {
    font-size: 32px;
    font-size: 3.2rem;
    text-align: center;
    line-height: 1.5;
}

.ud {
    text-decoration: underline;
    line-height: 1.8;
}

.bold {
    font-weight: bold;
}

.st {
    font-size: 120%;
}

.sm {
    font-size: 80%;
}

.ff {
    font-family: "Times New Roman", Times, serif;
    font-size: 120%;
}

.text_01,
.text_02 {
    line-height: 1.6
}

/* 角丸 */
.rounded_corners_4 {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

/* シャドウ */
.box_s {
    box-shadow: 0px 3px 12px 0px #555;
    -moz-box-shadow: 0px 3px 12px 0px #555;
    -webkit-box-shadow: 0px 3px 12px 0px #555;
}

/* リセット */
header h1,
header p,
#works .photo_01,
#flow .photo_01,
#about p,
#check .photo_01,
#check .photo_02,
#voice h3,
.offer .mb4,
#flow .photo_01,
#service .flex_w p,
#price .img_01,
#price .img_02,
#price h3,
#price .photo_01,
#voice_02 h3,
#voice_02 .flex .photo_01,
#voice_02 .flex .photo_01 p {
    line-height: 0;
}

/* 改行 */
.sp_br_768,
.sp_br_640,
.sp_br_480,
.sp_br_425,
.sp_br_375,
.sp_br_320,
.sp {
    display: none;
}

.pc {
    display: block;
}

header #page_top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 2;
}

header #page_top a {
    font-size: 14px;
    font-size: 1.4rem;
    width: 46px;
    height: 46px;
    line-height: 46px;
    background-color: rgba(51, 51, 51, 0.4);
    display: block;
    text-align: center;
}

/*------------------------------
header start
------------------------------*/
header {
    background: url(img/bg_mv.png) no-repeat top center;
    background-size: cover;
}

header #hd

/*header #top-head*/
    {
    /*padding: 8px 0 8px 0;
	background-color:#fff;
	width:100%;*/
    padding: 1% 0 1.5% 0;
    background-color: #fff;
    width: 100%;
}

header h1 {
    width: 200px;
    height: auto;
    margin: 2% 0 1% 0;
}

p.logo {
    width: 200px;
}

.logo_area {
    margin: 0% auto 0% 0;
}

.logo_area h1 {
    font-weight: bold;
    font-size: 13px;
    margin: 7px 0;
}

#mv {
    position: relative;
}

#banner {
    position: absolute;
    top: 5%;
    right: -5px;
    width: 34.375%;
}

/* 固定ナヴィ */
header #top-head {
    /*display: none;*/
    top: 0px;
    line-height: 1;
    z-index: 5;
}

header #top-head nav {
    background-color: #1450aa;
    border-top: 1px solid #1450aa;
    border-bottom: 1px solid #1450aa;
}

header #top-head nav ul li {
    font-size: 16px;
    font-size: 1.6rem;
    width: 25%;
    text-align: center;
}

header #top-head nav ul li a {
    width: 100%;
    display: block;
    border-left: 1px solid #0A2F65;
    height: 54px;
    /*line-height:54px;*/
    background-color: #1450aa;
    padding-top: 0.5em;
    line-height: 1.3;
}

header #top-head nav ul li:last-child a {
    border-right: 1px solid #0A2F65
}

header #top-head nav ul li a:hover {
    background-color: #fff;
    color: #1450aa;
}

header #top-head nav ul .nav_aj a {
    padding-top: 1.15em;
}


header #top-head.fixed {
    margin-top: 0;
    top: 0;
    width: 100%;
    position: fixed;
    transition: top 2s ease-in;
    -webkit-transition: top 2s ease-in;
    -moz-transition: top 2s ease-in;
    z-index: 500;
}

header #top-head.fixed nav {
    box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.3);
    z-index: 500;
}

/*スクロールトップ*/
#teacher02,
#lesson02,
#works02,
#voice02,
#test,
#price02,
#cv_footer02 {
    margin-top: -96px;
    padding-top: 96px;
}

.breadcrumb-outer {
    background-color: #f1f7ff;
    padding: 6px 0;
    margin-bottom: 30px;
}

.breadcrumb-outer.no_mb {
    margin-bottom: 0;
}

.breadcrumb {
    width: 980px;
    margin: 0 auto;
}

.breadcrumb li {
    display: inline-block;
    color: #222;
    margin: 0 0.5em;
    font-size: 14px;
}

.breadcrumb a {
    color: #67cbeb;
}

/*------------------------------
header end
------------------------------*/
.header_bar {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.tel_num,
.header_inquiry_btn_sp {
    display: none;
}

.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
}

.header_nav {
    background-color: #1450aa;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.header_nav ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 960px;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header_nav li {
    position: relative;
}

.header_nav a {
    color: #FFF;
    text-decoration: none;
    font-size: 16px;
    padding: 20px 0;
    font-weight: bold;
    display: block;
}

.header_nav a:hover {
    color: #ffeb3b;
}

.header_nav li::after {
    content: "";
    display: block;
    width: 1px;
    height: 57%;
    position: absolute;
    top: 21%;
    right: -25px;
    background-color: #041125;
}

.header_nav li:last-child::after {
    display: none;
}

.header_nav.is-fixed a {
    padding: 10px 0;
    font-size: 14px;
}

.header_nav.is-fixed li::after {
    right: -34px;
}

.menu-trigger_outer {
    display: none;
}

#drawer_menu {
    display: none;
}


.pc_tel_num {
    font-size: 33px;
    font-weight: 900;
    margin: 0 10px;
    color: #222;
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.pc_tel_num .fa-phone-square {
    margin-right: 0.3em;
    color: #1450aa;
}

.tel_time {
    display: block;
    font-size: 15px;
    text-align: center;
    line-height: 1;
}

.header_inquiry_btn a {
    display: block;
    background-color: #ff9900;
    width: 260px;
    height: 50px;
    line-height: 50px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: 0 5px 0 #d68103;
    box-shadow: 0 5px 0 #d68103;
}

.header_inquiry_btn a:hover {
    -webkit-transform: translate3d(0, 5px, 1px);
    transform: translate3d(0, 5px, 1px);
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
}

.header_h1 {
    font-weight: bold;
    font-size: 12px;
    margin: 5px 0;
    line-height: 1.2;
}


/*------------------------------
about start
------------------------------*/
#about {
    background-color: #0075c2;
    text-align: center;
}

#about ul {
    width: 83.334%;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: left;
}

/*------------------------------
about end
------------------------------*/

/*------------------------------
offer start
------------------------------*/
.offer {
    background-image: url(img/bg_offer.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: auto;
    background-size: cover;
    text-align: center;
}

.offer_cont {
    position: relative;
}

.offer_cont .cv_btn {
    position: absolute;
    bottom: 4%;
    width: 81.818181818182%;
    left: 9.090909090909%;
}


/*------------------------------
offer end
------------------------------*/


/*------------------------------
check start
------------------------------*/

#check .text_01,
#check .flame .text_02 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.6;
    text-align: center;
}

#check .flame .text_02 {
    font-weight: bold;
}

#check .text_01 .st {
    font-size: 120%;
}

#check .text_01 .sm {
    font-size: 80%;
    margin-top: 1.5%;
    display: block;
}

#check .flame {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    padding: 5%;
}

#check .flame dl dt,
#check .flame dl dd {
    line-height: 1.5;
}

#check .flame dl {
    width: 100%;
    font-size: 20px;
    font-size: 2.0rem;
}


/* table s */
#check .flame table tr:nth-child(even)

/*, #check .flame #bunpo dl:nth-child(odd)*/
    {
    background-color: #fff;
}

#check .flame table {
    width: 100%;
    border-collapse: collapse;
}

#check .flame #tango table .caption th,
#check .flame #tango table .caption td {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    font-weight: bold;
    font-size: 24px;
    font-size: 2.4rem;
    background-color: #eee;
}

#check .flame #tango table .caption th {
    text-align: center;
    border-right: 1px dashed #999;
}

#check .flame #tango table .caption th,
#check .flame #tango table .contents th {
    padding: 10px 5px;
}

#check .flame #tango table .caption td,
#check .flame #tango table .contents td {
    padding: 10px 20px 10px 30px;
}

#check .flame #tango table .contents td {
    position: relative;
}

#check .flame #tango table .contents td,
#check .flame #tango table .contents th {
    border-bottom: 1px dashed #999;
    font-size: 20px;
    font-size: 2.0rem;
}

#check .flame #tango table .contents td span {
    color: #c00;
    font-weight: bold;
}

#check .flame #tango table .contents th {
    text-align: center;
    padding: 10px;
    border-right: 1px dashed #999;
    width: 30%;
}

#check .flame #tango table .contents td button {
    position: absolute;
    top: 50%;
    right: 5%;
    height: 32px;
    margin-top: -16px;
    font-size: 20px;
    font-size: 2.0rem;
    cursor: pointer;
    background-color: #999;
}

/* table e */

/*#check .flame #tango table .caption th, #check .flame #tango table .caption td {
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	font-weight:bold;
	font-size: 24px;
	font-size: 2.4rem;
}*/

#check .flame #tango dl dt,
#check .flame #tango dl dd {
    min-height: 50px;
    height: auto !important;
    height: 50px;
}

#check .flame #tango dl dt {
    position: absolute;
    width: 40%;
    text-align: center;
    padding: 10px;
    border-right: 1px dashed #999;
}

#check .flame #tango dl dd {
    padding: 10px 15px 10px 50%;
    text-align: left;
}

#check .flame dl dd {
    position: relative;
}

#check .flame dl dd span {
    color: #c00;
    font-weight: bold;
}

#check .flame dl dd button {
    position: absolute;
    top: 50%;
    right: 3%;
    height: 32px;
    margin-top: -16px;
    font-size: 20px;
    font-size: 2.0rem;
    cursor: pointer;
    background-color: #999;
}

#check .flame #bunpo dl dt,
#check .flame #bunpo dl dd {
    padding: 15px 10px;
    min-height: 62px;
}

#check .flame #bunpo dl dd {
    padding-right: 20%;
}

#check .flame #bunpo dl dt {
    border-bottom: 1px dashed #999;
}

#check .flame #bunpo dl dd {
    text-align: left;
    border-bottom: 1px solid #999;
}

.m0a {
    padding: 0px 10px;
    border-style: none;
    color: #fff;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.active {
    background-color: #f24848 !important;
}


/*------------------------------
check end
------------------------------*/


/*------------------------------
works start
------------------------------*/
#works {
    background-color: #f6f4ef;
}

#works .bg_02 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 5%;
    background-color: #fff;
}

#works .text_01,
#works .text_02 {
    text-align: center;
}

#works .text_01,
#voice .text_01 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.6;
}

#works .text_02 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.6;
    font-weight: bold;
}

#works .photo_01,
#flow .photo_01 {
    text-align: center;
}

.has_table table {
    width: 100%;
    font-size: 20px;
    font-size: 2.0rem;
}

.has_table table th {
    text-align: center;
    padding: 0.8% 2% 0.8% 2%;
    width: 25%;
    border-right: 1px solid #eee;
    background-color: #282828;
    color: #fff;
    font-weight: bold;
}

.has_table table tr {
    width: 100%;
    border-bottom: 1px solid #eee;
}

.has_table table tr:nth-child(odd) td {
    background-color: #fff;
}

.has_table table tr:nth-child(even) td {
    background-color: #fffeec;
}

.has_table table td:last-child {
    border-right: none;
}

.has_table table td {
    text-align: center;
    padding: 0.8% 2% 0.8% 2%;
    width: 25%;
    border-right: 1px solid #eee;
}

/*------------------------------
works end
------------------------------*/

.has_table.blue_table {
    margin-bottom: 60px;
}

.has_table.blue_table table th {
    background-color: #67cbeb;
}

.has_table.blue_table table tr:nth-child(even) td {
    background-color: #F3F9FC;
}

.table_flex {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;

}

.mini_table_outer {
    width: 32%;
    background-color: #f6f6f6;
    padding: 1%;
    margin-bottom: 20px;
}

.mini_table {
    margin: 0;
    width: 100%;
    border: 1px solid #67cbeb;

}

.mini_table dt {
    font-size: 17px;
    font-weight: bold;
    color: #FFF;
    background-color: #67cbeb;
    padding: 5px 10px;
    text-align: center;
}

.mini_table dd {
    font-size: 17px;
    text-align: center;
    border-bottom: 1px solid #67cbeb;
    background-color: #FFF;
}

.mini_table dd:last-child {
    border-bottom: none;
}

.mini_table dd span {
    display: inline-block;
    padding: 5px;
    width: 48%;
}

.mini_table .b_left {
    border-left: 1px solid #67cbeb;
}

.mini_table .sogo {
    color: #f00;
    font-weight: bold;
}


.thin_mb {
    margin-bottom: 10px;
}



/*------------------------------
voice start
------------------------------*/
#voice {
    background-color: #67cbeb;
}

#voice .w90,
#qa .w90 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#voice .bg_02,
#voice_02 .bg_02 {
    padding: 5%;
    background-color: #fff;
    margin-bottom: 2%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.yt {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.yt iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

#voice .text_03,
#trouble .text_01,
#lesson .text_01,
#price .text_01 {
    font-size: 24px;
    font-size: 2.4rem;
}

#flow .text_01,
#voice .text_01,
#voice_02 .text_01 {
    font-size: 20px;
    font-size: 2.0rem;
}

#voice .text_02 {
    font-size: 30px;
    font-size: 3.0rem;
    color: #d50000;
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
}

.blue {
    color: #2196f3;
}

.red {
    color: #f44336;
}

#voice ol,
#trouble ul,
#lesson ul {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
}

#voice ol li {
    list-style-type: decimal;
}

#trouble ul li,
#lesson ul li {
    list-style-type: disc;
}

#voice ol li,
#trouble ul li,
#lesson ul li {
    line-height: 1.6;
    margin-left: 4%;
}

/*------------------------------
voice end
------------------------------*/


/*------------------------------
trouble start
------------------------------*/
#flow .w80,
#trouble .w80,
#lesson .w80,
#price .w80 {
    width: 83.334%;
    margin-left: auto;
    margin-right: auto;
}

#trouble_list {
    padding: 4% 2%;
    border: 6px solid #008fc2;
    width: 91.66666666667%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 10%;
}

#trouble_list:after,
#trouble_list:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#trouble_list:before {
    border-color: rgba(0, 143, 194, 0);
    border-top-color: #008fc2;
    border-width: 64px;
    margin-left: -64px;
}

#trouble_list:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #fff;
    border-width: 56px;
    margin-left: -56px;
}

#trouble_list li {
    font-size: 24px;
    font-size: 2.4rem;
    text-align: left;
    position: relative;
    list-style-type: none !important;
    /* padding-left: 68px; */
    color: #008fc2;
    margin-bottom: 1em;
    line-height: 1.6;
    margin-left: 4%;
}

#trouble_list li img {
    width: 6.5%;
    vertical-align: middle;
    margin-right: 2%;
}

/*------------------------------
trouble end
------------------------------*/


#lesson .hr_dots,
#price .hr_dots {
    height: 10px;
    width: 83.334%;
    margin-left: auto;
    margin-right: auto;
    background-image: url(img/dots.png);
    background-repeat: repeat-x;
    background-size: 25px 5px;
}

#lesson h3,
#price h3 {
    width: 83.334%;
    margin-left: auto;
    margin-right: auto;
    padding: 2% 0%;
    line-height: 1.5;
    margin-bottom: 0;
    color: #0075c2;
    font-weight: bold;
}

#lesson .mb4,
#price .mb4 {
    margin-bottom: 4%;
}

/*------------------------------
service start
------------------------------*/
#service .bg {
    background-image: url(img/bg.gif);
    background-repeat: repeat;
}

#service .w90 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#service .flex_w p {
    width: 48%;
}

/*------------------------------
service end
------------------------------*/


/*------------------------------
price start
------------------------------*/
#price .bg {
    background-color: #f5f5f5;
}

/*------------------------------
price end
------------------------------*/



/*------------------------------
voice02 start
------------------------------*/

#voice_02 {
    background-image: url(img/bg_02.gif);
    background-repeat: repeat;
    padding-bottom: 10%;
}

#voice_02 .w90 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#voice_02 .flex .photo_01 {
    width: 34.028%;
}

#voice_02 .flex .photo_01 p {
    margin-bottom: 10px;
}

#voice_02 .flex .detail_01 {
    width: 60%;
}

#voice_02 .flex .detail_01 .text_01 {
    font-size: 20px;
    font-size: 2.0rem;
}

#boost .text_01 {
    font-size: 24px;
    font-size: 2.4rem;
}

#voice_02 h4 {
    font-size: 22px;
    font-size: 2.2rem;
    text-align: left;
    border-bottom: 2px solid #ffeb3b;
    padding-bottom: 6px;
    margin-bottom: 15px;
}

/*------------------------------
voice02 end
------------------------------*/

/*------------------------------
 qa start
------------------------------*/
#qa .bg {
    background-image: url(img/qa_bg.gif);
    background-repeat: repeat;
    padding: 2.5%;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#qa .bg dl {
    background-color: #fff;
    padding: 5%;
}

#qa .bg dl dt,
#qa .bg dl dd {
    line-height: 1.6;
}

#qa .bg dl dt img {
    width: 48px;
}

#qa .bg dl dd img {
    width: 48px;
}

#qa .bg dl dt img,
#qa .bg dl dd img {
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

#qa .bg dl dt span,
#qa .bg dl dd span {
    position: relative;
    z-index: 1;
}

#qa .bg dl dt {
    background-image: url(img/qa_q_b.gif);
    color: #0075c2;
    margin-bottom: 5%;
    font-weight: bold;
}

#qa .bg dl dd {
    background-image: url(img/qa_a_b.gif);
    color: #f44336;
    margin-bottom: 10%;
}

#qa .bg dl dt,
#qa .bg dl dd {
    position: relative;
    padding: 20px 0 0 20px;
    font-size: 24px;
    font-size: 2.4rem;
    background-repeat: repeat-x;
    background-size: 16px 16px;
    background-position: 0 35px;
    z-index: 1;
}

#qa .bg dl dd {
    font-size: 18px;
    font-size: 1.8rem;
}

#qa .bg dl dd p {
    margin-top: 1%;
}

#qa .bg dl dd a {
    text-decoration: underline;
    color: #f44336;
    font-size: 120%;
    font-weight: bold;
}


/*------------------------------
qa end
------------------------------*/

#boost .w80 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}


footer {
    background-color: #0241AB;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: center;
    color: #fff;
    padding: 0 0 4% 0
}

footer #copy a {
    text-decoration: underline;
}

footer .nav_f {
    background-color: #01348b;
    text-align: center;
    margin-bottom: 3%;
    padding: 2% 0;
}

footer .nav_f span {
    vertical-align: 1px;
    margin-right: 1%;
}

footer .nav_f a {
    margin: 0 3%;
}

/*------------------------------------------------------------
  フォーム start
------------------------------------------------------------*/
#cv_footer h2 {
    font-size: 36px;
    font-size: 3.6rem;
    text-align: center;
    padding-bottom: 16px;
    border-bottom: 1px dashed #ccc;
    margin-left: 5%;
    margin-right: 5%;
}

#cv_footer table tr:nth-child(even) {
    background-color: #f5f5f5;
}

#cv_footer {
    background-color: #fff;
    width: 91.6666666666666%;
    margin-left: auto;
    margin-right: auto;
    padding: 6% 0;
    border: 5px solid #666;
    box-shadow: 0px 6px 12px 0px #aaa;
    -moz-box-shadow: 0px 6px 12px 0px #aaa;
    -webkit-box-shadow: 0px 6px 12px 0px #aaa;
    margin-bottom: 4%;
}

#cv_footer form {
    font-size: 18px;
    font-size: 1.8rem;
    background-color: #fff;
    padding: 0 5%;
}

/*#cv_footer table,
#confirmation table {
	width:100%;
}*/

#cv_footer table th,
#cv_footer table td,
#confirmation table th,
#confirmation table td {
    vertical-align: middle;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f5f5f5;
}

#cv_footer table th,
#confirmation table th {
    width: 30%;
    font-weight: bold;
    position: relative;
    padding-left: 24px;
}

#cv_footer table td,
#confirmation table td {
    width: 65%;
    padding-left: 5%;
    padding-right: 24px;
}

#cv_footer table .inputTextShort,
#cv_footer table .inputTextLong,
#cv_footer table .required,
#cv_footer table .any {
    height: 36px;
}

#cv_footer table .required,
#cv_footer table .any {
    display: inline-block;
    font-size: 75%;
    color: #fff;
    width: 56px;
    line-height: 36px;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -18px;
}

#cv_footer table .required {
    background-color: #e64437;
}

#cv_footer table .any {
    background-color: #999;
}

#cv_footer table select,
#cv_footer table .inputTextShort,
#cv_footer table .inputTextLong,
#cv_footer table textarea {
    border: none;
}

#cv_footer table .hover {
    cursor: pointer;
    margin-left: 0.3em;
}

select {
    -webkit-appearance: none;
    /* 1 */
    -moz-appearance: none;
    appearance: none;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: 97.5% center;
    height: 40px;
    line-height: 1em;
    padding: 0 12px;
}

#cv_footer table select,
#cv_footer table .inputTextShort,
#cv_footer table .inputTextLong,
#cv_footer table textarea {
    width: 85%;
    background-color: #f9f9f9;
    border: 2px solid #ccc;
    font-size: 16px;
    font-size: 1.6rem;
    text-indent: 4px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

#cv_footer table .radio label {
    line-height: 1.6;
    cursor: pointer;
}

#cv_footer table .radio label:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
}

#cv_footer table .radio input {
    vertical-align: 3px;
    margin-right: 8px;
}

#cv_footer table textarea {
    height: 300px;
    resize: vertical;
    padding: 3%;
}

#cv_footer table .inputTextShort:focus,
#cv_footer table .inputTextLong:focus,
#cv_footer table textarea:focus {
    border-color: #999;
    background-color: #eee;
}

/* ボタン */
.cv_btn input {
    height: 80px;
    line-height: 76px;
    color: #fff;
    font-size: 30px;
    font-size: 3.0rem;
    background-color: #de6461;
    display: block;
    text-align: center;
    font-weight: bold;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    border: none;
    cursor: pointer;
    border: 1px solid #BC3D3A;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: 0px 6px 0px 0px #BC3D3A;
    -moz-box-shadow: 0px 6px 0px 0px #BC3D3A;
    -webkit-box-shadow: 0px 6px 0px 0px #BC3D3A;
    margin-top: 32px;
}

.cv_btn input:hover {
    background-color: #fff;
    /*color:#2D9434;*/
    color: #BC3D3A;
}

input[type=submit] {
    font-family: FontAwesome;
    -webkit-appearance: none;
}

/*------------------------------------------------------------
  フォーム end
------------------------------------------------------------*/

#thanks {
    border-top: 2px solid #01348b;
    padding: 8% 0;
}

#contact {
    padding: 5% 0 8% 0;
}

#contact,
#thanks {
    background-image: url(img/bg_02.gif);
    background-repeat: repeat;
}


#thanks .txt {
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 4%;
}

/*----------992px start------------------------------*/
@media screen and (max-width: 992px) {
    .wrap {
        width: 96%;
    }

    .logo_area {
        width: 19.966%;
        height: auto;
    }

    header #info,
    header #info02 {
        width: 51.542%;
        height: auto;
    }

    #voice_02 .pt_02 p {
        width: 47.262%;
    }

    header {
        background: url(img/bg_mv.png) no-repeat top center;
        background-size: cover;
    }

    header h1 {
        width: 19.966%;
        height: auto;
    }
}

/*-----992px end-----------------------------------------------------------------------------------------------------------------------------*/


/*-----768px start---------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {

    /* 改行 */
    .sp_br_768 {
        display: block;
    }

    /* 見出し */
    h3,
    h4 {
        font-size: 28px;
        font-size: 2.8rem;
    }

    /* テキストサイズ */
    #check .flame dl,
    #check .flame #tango table .contents td,
    #check .flame #tango table .contents th {
        font-size: 18px;
        font-size: 1.8rem;
    }

    #voice .text_03,
    #trouble .text_01,
    #lesson .text_01,
    #price .text_01,
    #check .flame #tango .caption,
    #check .flame .text_02,
    #boost .text_01 {
        font-size: 20px;
        font-size: 2.0rem;
    }

    #check .flame #tango table .caption th,
    #check .flame #tango table .caption td {
        font-size: 22px;
        font-size: 2.2rem;
    }

    /* 余白 */
    #voice .text_02 {
        margin-bottom: 4%;
    }

    #check .flame .text_02 {
        margin-bottom: 2%;
    }

    #check .photo_02,
    .photo_text_01,
    #check .text_01 {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    #about .mb4 {
        margin-bottom: 6%;
    }

    /* 横幅 */
    #works .bg_02,
    #voice .w90,
    #qa .w90,
    #service .w90,
    #voice_02 .w90,
    #qa .bg,
    #about .wrap,
    #about ul {
        width: 100%;
    }

    #about .wrap,
    #about ul {
        width: 90%;
    }

    #check .flame #bunpo dl dd {
        padding-right: 25%;
    }

    #check .flame #tango dl dt {
        width: 30%;
    }

    #check .flame #tango dl dd {
        padding: 10px 15px 10px 38%;
    }

    #works .text_02,
    #voice .text_02 {
        font-size: 28px;
        font-size: 2.8rem;
    }

    #works table {
        font-size: 18px;
        font-size: 1.8rem;
    }

    #flow .w80,
    #lesson h3,
    #price h3,
    #trouble .w80,
    #lesson .w80,
    #price .w80 {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    /*------------------------------------------------------------
  フォーム start
------------------------------------------------------------*/
    #cv_footer h2 {
        font-size: 27px;
        font-size: 2.7rem;
        padding-bottom: 1%;
    }

    #cv_footer table {
        font-size: 16px;
        font-size: 1.6rem;
    }

    #cv_footer table th,
    #cv_footer table td,
    #confirmation table th,
    #confirmation table td {
        padding-top: 2%;
        padding-bottom: 2%;
    }

    #cv_footer table th,
    #confirmation table th {
        width: 30%;
        padding-left: 3%;
    }

    #cv_footer table td,
    #confirmation table td {
        width: 65%;
        padding-left: 5%;
        padding-right: 3%;
    }

    #cv_footer table .inputTextShort,
    #cv_footer table .required,
    #cv_footer table .any {
        height: 30px;
    }

    #cv_footer table .required,
    #cv_footer table .any {
        width: 50px;
        line-height: 30px;
        margin-top: -15px;
    }


    #cv_footer table .radio input {
        vertical-align: -1px;
    }

    #cv_footer table textarea {
        height: 240px;
    }

    /* ボタン */
    .cv_btn input {
        width: 70%;
        height: 60px;
        line-height: 56px;
        font-size: 24px;
        font-size: 2.4rem;
    }



    body {
        padding-top: 55px;
        position: relative;
        right: 0;
        overflow-x: hidden;
    }

    .logo_area {
        width: 100%;
    }

    .logo_area h1 {
        font-size: 10px;
    }

    .logo_area .logo {
        width: 85%;
    }

    .header_inquiry_btn,
    .pc_tel_num {
        display: none;
    }


    .tel_num,
    .header_inquiry_btn_sp {
        display: block;
        margin: 0 1.5%;
    }

    .tel_num a {
        display: block;
        background-color: #67cbeb;
        border-radius: 3px;
        font-weight: bold;
        color: #FFF;
        text-align: center;
        text-decoration: none;
        -webkit-box-shadow: 0 5px 0 #4c98b1;
        box-shadow: 0 5px 0 #4c98b1;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }

    .header_inquiry_btn_sp a {
        display: block;
        background-color: #ff9900;
        border-radius: 3px;
        font-weight: bold;
        color: #FFF;
        text-align: center;
        text-decoration: none;
        -webkit-box-shadow: 0 5px 0 #d68103;
        box-shadow: 0 5px 0 #d68103;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }

    .has_table table {
        font-size: 2.9vw;
    }

    .has_table table td {
        padding: 1%;
    }

    .has_table.blue_table table {
        font-size: 3.5vw;
    }

    .mini_table_outer {
        width: 100%;
        background-color: transparent;
        margin-bottom: 0;
    }

    .mini_table,
    .thin_mb {
        margin-bottom: 5%;
    }

    .breadcrumb-outer {
        padding: 98px 6px 6px 10px;
    }

    #sp_fix_wrap {
        display: block;
        position: fixed;
        z-index: 99;
        width: 100%;
        top: 0;
        left: 0;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    nav#swipe_navigation {
        background-color: #f8f8f8;
        height: 42px;
        overflow: hidden;
        position: relative;
        z-index: 1;
        border-top: 1px solid #e6e6e6;
        margin-top: 105px;
    }

    .sp_swipe_menu {
        -webkit-user-select: none;
        display: block;
        height: 54px;
        overflow-y: hidden;
        padding: 0;
        position: relative;
        -webkit-overflow-scrolling: touch;
        overflow-x: scroll;
    }

    .sp_swipe_menu ul {
        display: inline-block;
        width: initial;
        position: relative;
        white-space: nowrap;
        overflow: hidden;
        font-size: 0;
        margin: 0;
        border-bottom: 1px solid #1450aa;
    }

    .sp_swipe_menu ul li {
        display: inline-block;
        line-height: 40px;
        height: 40px;
        margin: 0;
        text-align: center;
        background-color: #1450aa;
        font-size: 14px;
        position: relative;
    }

    .sp_swipe_menu ul li a {
        border-right: 1px solid #7ba5e4;
        font-size: 0.87em;
        padding: 0px 16px;
        display: inline-block;
        color: #fff;
    }



    #drawer_menu {
        display: block;
        position: fixed;
        top: 64px;
        right: -240px;
        width: 240px;
        height: 100%;
        background: #01348b;
        padding-top: 50px;

    }

    #drawer_menu li {
        border-bottom: 1px solid #295094;
        border-top: 1px solid #0C2858;
    }

    #drawer_menu li:first-child {
        border-top: none;
    }

    #drawer_menu li:last-child {
        border-bottom: none;
    }

    #drawer_menu li a {
        display: block;
        color: #fff;
        font-weight: bold;
        font-size: 15px;
        padding: 5%;
    }


    .menu-trigger_outer {
        display: block;
        margin-left: 3%;
    }

    .menu-trigger,
    .menu-trigger span {
        display: inline-block;
        -webkit-transition: all .4s;
        transition: all .4s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .menu-trigger {
        position: relative;
        width: 32px;
        height: 23px;
        cursor: pointer;
    }

    .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #1450aa;
        border-radius: 4px;
    }

    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }

    .menu-trigger span:nth-of-type(2) {
        top: 10px;
    }

    .menu-trigger span:nth-of-type(3) {
        bottom: 0;
    }

    .open .menu-trigger span:nth-of-type(1) {
        -webkit-transform: translateY(10px) rotate(-45deg);
        transform: translateY(10px) rotate(-45deg);
    }

    .open .menu-trigger span:nth-of-type(2) {
        opacity: 0;
    }

    .open .menu-trigger span:nth-of-type(3) {
        -webkit-transform: translateY(-10px) rotate(45deg);
        transform: translateY(-10px) rotate(45deg);
    }

    .menu-trigger p {
        position: absolute;
        bottom: -10px;
        margin: 0;
        font-size: 11px;
        color: #1450aa;
    }

    /*header{
	padding-top: 60px;
}*/







    /*------------------------------------------------------------
  フォーム end
------------------------------------------------------------*/
}

/*-----768px end---------------------------------------------------------------------------------------------------------------------------*/

/*-----640px start---------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {

    /* 改行 */
    .sp_br_640 {
        display: block;
    }


    header #page_top {
        bottom: 56px;
        right: 10px;
    }

    header #top-head nav {
        border-top: 1px solid #0A2F65;
    }

    header #hd {
        position: fixed;
        top: 0;
        left: 0;
        /*padding: 1% 2% 2%;*/
        box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.3);
        z-index: 100;
        /*height: 105px;*/
    }

    header #mv_body {
        padding-top: 2.6%;
    }

    header #top-head nav ul li {
        font-size: 14px;
        font-size: 1.4rem;
    }

    header #top-head nav ul li a {
        height: 44px;
        /*line-height: 44px;*/
    }

    header #top-head .wrap {
        width: 100%;
    }

    header #top-head {
        display: block;
        position: absolute;
        top: inherit;
        bottom: 0;
        line-height: 1;
        z-index: 500;
        width: 100%;
    }

    header #top-head.fixed {
        margin-top: 0;
        top: inherit;
        bottom: 0;
        width: 100%;
        position: fixed;
        transition: top 2s ease-in;
        -webkit-transition: top 2s ease-in;
        -moz-transition: top 2s ease-in;
        padding-top: 0;
    }

    header #top-head.fixed nav {
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }

    /*スクロールトップ*/
    #lesson02,
    #works02,
    #voice02,
    #test,
    #price02,
    #cv_footer02 {
        margin-top: -60px;
        padding-top: 60px;
    }

    #flow .text_01,
    #check .text_01,
    #check .flame #tango .caption,
    #voice_02 .text_01,
    #voice .text_01,
    #trouble .text_01,
    #lesson .text_01,
    #price .text_01,
    #voice_02 .flex .detail_01 .text_01,
    #boost .text_01,
    #voice .text_03 {
        font-size: 18px;
        font-size: 1.8rem;
    }

    #qa .bg dl dt,
    #works .text_01,
    #check .flame .text_02 {
        font-size: 20px;
        font-size: 2.0rem;
    }

    h3,
    h4,
    #works .text_02,
    #voice .text_02 {
        font-size: 24px;
        font-size: 2.4rem;
    }

    #check .flame #tango table .caption td,
    #check .flame #tango table .contents td {
        padding: 10px 25% 10px 20px;
    }

    #check .flame h3 {
        margin-bottom: 3%;
    }

    #check .flame {
        border-left: none;
        border-right: none;
        padding: 3%;
    }

    #voice ol li,
    #lesson ul li,
    #trouble ul li {
        margin-left: 6%;
    }

    /*#check .flame #tango dl dd {
    padding: 10px 15px 10px 50%;
}*/

    #check .flame #tango table .contents td button {
        right: 1%;
        font-size: 18px;
        font-size: 1.8rem;
    }

    #check .flame dl dd button {
        right: 1%;
        font-size: 18px;
        font-size: 1.8rem;
    }

    #trouble .w80,
    #lesson .w80,
    #price .w80 {
        width: 90%;
    }

    #check .flame #bunpo dl dd {
        padding-right: 30%;
    }

    #lesson .hr_dots,
    #price .hr_dots {
        width: 90%;
    }

    #lesson h3,
    #price h3 {
        width: 90%;
    }

    #lesson .mb4,
    #price .mb4 {
        margin-bottom: 4%;
    }

    #works table {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .pc_tel {
        display: none;
    }

    .sp_tel {
        display: block;
    }


    #trouble_list li {
        font-size: 1.8rem;
        position: relative;
        padding-left: 8%;
        margin-left: 4%;
    }

    #trouble_list li img {
        position: absolute;
        top: 8%;
        left: 0;
    }

    #trouble_list:before {
        border-width: 20px;
        margin-left: -20px;
    }

    #trouble_list:after {
        border-width: 16px;
        margin-left: -16px;
    }

    #trouble_list {
        border: 3px solid #008fc2;
    }

    /*------------------------------------------------------------
  フォーム start
------------------------------------------------------------*/
    #cv_footer {
        width: 100%;
    }

    #cv_footer table th,
    #cv_footer table td,
    #confirmation table th,
    #confirmation table td {
        display: block;
        width: 100%;
        padding-right: 3%;
    }

    #cv_footer table th,
    #confirmation table th {
        padding-bottom: 0;
        border-bottom: none;
        padding-left: 64px;
    }

    #cv_footer table td,
    #confirmation table td {
        padding-top: 1%;
        padding-left: 3%;
    }

    #cv_footer table .required,
    #cv_footer table .any {
        width: 40px;
        height: 26px;
        line-height: 26px;
        margin-top: 0;
        top: 26%;
        left: 3%;
    }

    .cv_btn input {
        margin-top: 3%;
    }

    /*------------------------------------------------------------
  フォーム end
------------------------------------------------------------*/

    #thanks {
        padding-top: 20%;
    }

    #contact {
        padding-top: 18%;
    }

    #thanks .txt {
        font-size: 18px;
        font-size: 1.8rem;
    }


}

/*-----640px end-----------------------------------------------------------------------------------------------------------------------------*/

/*-----480px start---------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {

    /* 改行 */
    .sp_br_480,
    .sp {
        display: block;
    }

    header h1 {
        width: 30%;
    }

    header #mv_body {
        padding-top: 2.6%;
    }

    header #top-head nav ul li {
        font-size: 12px;
        font-size: 1.2rem;
    }

    .pc {
        display: none;
    }

    .logo_area {
        width: 100%;
    }

    .logo_area h1 {
        font-size: 10px;
    }

    .logo_area .logo {
        width: 85%;
    }

    .header_h1 {
        font-size: 10px;
    }

    header #info,
    header #info02 {
        width: 60%;
    }

    #voice .text_02 {
        font-size: 24px;
        font-size: 2.4rem;
    }

    #voice ol,
    #trouble ul,
    #lesson ul,
    #works .text_02,
    #check .flame #tango table .caption th,
    #check .flame #tango table .caption td {
        font-size: 20px;
        font-size: 2.0rem;
    }

    #voice .text_01,
    #trouble .text_01,
    #lesson .text_01,
    #price .text_01,
    #voice_02 .text_01,
    #qa .bg dl dt,
    #works .text_01,
    #voice .text_01,
    #check .flame .text_02,
    #check .flame dl dd button {
        font-size: 18px;
        font-size: 1.8rem;
    }


    #about ul,
    #check .flame #tango .caption,
    #check .flame dl,
    #voice_02 .kome,
    #voice .kome,
    #check .flame #tango table .contents td,
    #check .flame #tango table .contents th {
        font-size: 16px;
        font-size: 1.6rem;
    }

    #works table {
        font-size: 14px;
        font-size: 1.4rem;
    }

    #check .text_01 .sm {
        font-size: 100%;
    }

    #check .flame #tango table .caption td,
    #check .flame #tango table .contents td {
        padding: 10px 30% 10px 20px;
    }

    #check .flame #tango dl dd {
        padding: 10px 35% 10px 40%;
    }

    #about ul {
        width: 100%;
    }

    #works table td {
        padding: 1%;
    }

    #works .bg_02 {
        padding: 4% 2%;
    }

    #lesson .photo_01 {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }

    #voice_02 .flex {
        display: inherit;
    }

    #voice_02 .flex .photo_01,
    #voice_02 .pt_02 p {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-bottom: 6%;
    }

    #voice_02 .flex .detail_01 {
        width: 100%;
    }

    #boost .w80 {
        width: 90%;
    }

    footer {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .sp .pass {
        text-align: center;
        margin-bottom: 6%;
    }

    #voice_02 h4 {
        text-align: center;
    }

    .sp h3,
    #voice_02 .sp {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.5 !important;
        padding-bottom: 4%;
        border-bottom: 2px solid #d50000;
    }

    .sp h3 span,
    #voice_02 .sp span {
        display: block;
        color: #444;
        margin-top: 1%;
    }

    /*------------------------------------------------------------
  フォーム start
------------------------------------------------------------*/
    #cv_footer table th,
    #confirmation table th {
        padding-top: 3%;
        padding-left: 60px;
    }

    #cv_footer table td,
    #confirmation table td {
        padding-top: 1.5%;
        padding-bottom: 3%;
    }

    #cv_footer table .required,
    #cv_footer table .any {
        top: 27%;
    }

    /* ボタン */
    .cv_btn input {
        width: 100%;
    }

    /*------------------------------------------------------------
  フォーム end
------------------------------------------------------------*/
    header #top-head nav ul .nav_aj a {
        padding-top: 1.35em;
    }

    header #top-head nav ul li a {
        padding-top: 0.65em;
    }
}

/*-----480px end-----------------------------------------------------------------------------------------------------------------------------*/

/*-----425px start---------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 425px) {

    /* 改行 */
    .sp_br_425 {
        display: block;
    }

    #service .flex_w p:nth-child(n+3) {
        margin-bottom: 4%;
    }

    .nav_aj02 {
        display: none;
    }

    /* firefox ハック */
    @-moz-document url-prefix() {
        #service .flex_w p {
            margin-bottom: 16px;
        }

        #service .flex_w p:nth-child(n+3) {
            margin-bottom: 16px;
        }
    }

    #service .flex_w p:nth-child(n+4) {
        margin-bottom: 0;
    }

    /*header #page_top {
    bottom: 10px;
    right: 10px;
}*/
    #voice h2 img,
    #flow h2 img,
    #voice_02 h2 img,
    #qa h2 img,
    #boost h2 img {
        width: 60%;
    }

    #price h2 img {
        width: 20%;
    }

    #mv {
        z-index: 0;
    }

    #banner {
        position: static;
        position: relative;
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-top: -2%;
        margin-bottom: 2%;
        z-index: 100;
    }

    /* 余白 */
    #about p {
        margin-bottom: 10%;
    }

    #check .flame #bunpo dl {
        margin-bottom: 20%;
    }

    #check .flame #bunpo dl dd {
        padding-right: 10px;
    }

    #check .flame #bunpo dl dd button {
        right: 2%;
        top: inherit;
        margin-top: 0;
        bottom: -40px;
    }

    /* テキストサイズ */
    #check .text_01 .sm {
        font-size: 90%;
    }

    #about ul,
    #check .flame dl dd button,
    #voice_02 .kome,
    #voice .kome,
    #check .flame #tango table .contents td button {
        font-size: 14px;
        font-size: 1.4rem;
    }

    #voice ol,
    #trouble ul,
    #lesson ul,
    #check .flame #tango table .caption th,
    #check .flame #tango table .caption td {
        font-size: 18px;
        font-size: 1.8rem;
    }

    h3,
    h4 {
        font-size: 22px;
        font-size: 2.2rem;
    }

    #check .flame dl dd button {
        right: 2%;
    }

    #check .flame #tango dl dd {
        padding: 10px 15px 10px 47%;
    }

    #check .flame #tango table .caption td,
    #check .flame #tango table .contents td {
        padding: 10px 32% 10px 15px;
    }

    #service .flex_w {
        display: inherit;
    }

    #service .flex_w p {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    #lesson h3,
    #price h3 {
        width: 100%;
    }

    #works table .a {
        width: 30%;
    }

    #works table .b,
    #works table .c,
    #works table .d {
        width: 20%;
    }

    footer {
        padding: 0 0 20% 0
    }

    #thanks_ft {
        padding: 0 0 8% 0
    }

    footer .nav_f {
        background-color: #01348b;
        text-align: center;
        margin-bottom: 6%;
        padding: 4% 0;
    }

    footer .nav_f span {
        vertical-align: 1px;
        margin-right: 1%;
    }

    footer .nav_f a {
        margin: 0 3%;
    }

    #thanks .txt {
        font-size: 16px;
        font-size: 1.6rem;
    }

}

/*-----425px end-----------------------------------------------------------------------------------------------------------------------------*/

/*-----375px start---------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 375px) {

    /* 改行 */
    .sp_br_375 {
        display: block;
    }

    header #top-head nav ul .nav_aj a {
        padding-top: 1.3em;
    }

    header #top-head nav ul li {
        font-size: 11px;
        font-size: 1.1rem;
        letter-spacing: -0.5px;
    }

    #flow .text_01,
    #voice .text_01,
    #trouble .text_01,
    #lesson .text_01,
    #price .text_01,
    #voice_02 .text_01,
    #qa .bg dl dt,
    #works .text_01,
    #voice .text_01,
    #check .text_01,
    #check .flame .text_02,
    #check .flame #tango .caption,
    #voice_02 .text_01,
    #qa .bg dl dd,
    #voice_02 .flex .detail_01 .text_01,
    #boost .text_01 {
        font-size: 16px;
        font-size: 1.6rem;
    }

    h4 {
        font-size: 18px;
        font-size: 1.8rem;
    }


    h3,
    #voice .text_02 {
        font-size: 20px;
        font-size: 2.0rem;
    }

    #works table,
    #about ul,
    #check .flame dl dd button,
    #voice_02 .kome,
    #voice .kome,
    #about ul,
    #check .flame dl dd button,
    #voice_02 .kome,
    #voice .kome,
    #check .flame #tango table .contents td button {
        font-size: 12px;
        font-size: 1.2rem;
    }

    #lesson h4 {
        font-size: 22px;
        font-size: 2.2rem;
    }

    #check .flame h3,
    #check .flame .text_02,
    #works .mb4,
    #voice .mb4,
    #voice_02 .mb4,
    #price h3,
    #lesson h3,
    #lesson h4,
    #service .flex_w p,
    #voice .mb4,
    .yt,
    #about .mb4 {
        margin-bottom: 6%;
    }

    #lesson .hr_dots,
    #price .hr_dots {
        width: 100%;
    }

    #lesson h3,
    #price h3 {
        width: 100%;
        margin-bottom: 0;
        padding: 2% 0;
    }

    footer .nav_f a {
        margin: 0 3% 3% 3%;
        display: block;
    }


    #price .adjustment {
        font-size: 90%;
    }

    .sp h3,
    #voice_02 .sp,
    #voice_02 h4 {
        font-size: 20px;
        font-size: 2.0rem;
    }

    /*------------------------------------------------------------
  フォーム start
------------------------------------------------------------*/
    #cv_footer h2 {
        font-size: 24px;
        font-size: 2.4rem;
    }

    .cv_btn input {
        font-size: 21px;
        font-size: 2.1rem;
    }

    #cv_footer table th,
    #confirmation table th {
        padding-left: 56px;
    }

    #cv_footer table .required,
    #cv_footer table .any {
        top: 25%;
    }

    /*------------------------------------------------------------
  フォーム end
------------------------------------------------------------*/


}

/*-----375px end-----------------------------------------------------------------------------------------------------------------------------*/

/*-----320px start---------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 320px) {

    /* 改行 */
    .sp_br_320 {
        display: block;
    }

    header #top-head nav ul .nav_aj a {
        padding-top: 1.5em;
    }

    header #top-head nav ul li a {
        padding-top: 0.9em;
    }

    header #top-head nav ul li {
        font-size: 10px;
        font-size: 1.0rem;
    }

    #voice ol,
    #trouble ul,
    #lesson ul {
        font-size: 16px;
        font-size: 1.6rem;
    }

    #check .flame #tango .caption {
        font-size: 14px;
        font-size: 1.4rem;
    }

    #check .flame #tango dl dt {
        width: 35%;
    }

    #check .flame #tango dl dd {
        padding: 10px 15px 10px 42%;
    }

    .m0a {
        padding: 0px 5px;
    }

    #check .flame #bunpo dl dt {
        padding: 15px 0px;
    }

    #qa .bg dl dt,
    #qa .bg dl dd {
        padding: 25px 0 0 10px;
    }

    /*#voice_02 .adjustment span {
	font-size:90%;
}*/
    /*------------------------------------------------------------
  フォーム start
------------------------------------------------------------*/
    #cv_footer {
        border: 2px solid #666;
    }

    #cv_footer h2 {
        font-size: 21px;
        font-size: 2.1rem;
    }

    .cv_btn input {
        font-size: 18px;
        font-size: 1.8rem;
    }

    #cv_footer table th,
    #confirmation table th {
        padding-left: 56px;
    }

    #cv_footer table .required,
    #cv_footer table .any {
        top: 25%;
    }

    #cv_footer table textarea {
        height: 200px;
    }

    /*------------------------------------------------------------
  フォーム end
------------------------------------------------------------*/

}



/*------------------------------------------------------------
20170830追加 start
------------------------------------------------------------*/
/*-- 共通 start--*/
.font_c_yellow {
    color: #ffeb3b;
}

.font_c_red {
    /*color:#FF4100;*/
    /*color:#FF8C64;*/
    /*color:#FF6C39;*/
    color: #e95d5a;
}

.sm {
    font-size: 80%;
}

.font_s_xxxl {
    font-size: 130%;
}

.font_s_xxl {
    font-size: 120%;
}

.font_s_l {
    font-size: 90%;
}

.font_s_m {
    font-size: 80%;
}

.ff_naj {
    font-weight: 900;
    font-family: 'Noto Sans Japanese';
}

/*-- 共通 end--*/

/*-- メインビジュアル start--*/
#mv_body {
    overflow: hidden;
}

.mv_left {
    width: 85%;
    letter-spacing: -0.05em;
    position: absolute;
    top: 50%;
    left: -10%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mv_img01,
.mv_img02 {
    line-height: 0;
    margin-left: auto;
    margin-right: auto;
}

.mv_img01 {
    width: 76.1905%;
}

.mv_img02 {
    width: 55.2083%;
}

.mv_txt {
    font-size: 72px;
    font-size: 7.2rem;
    line-height: 1.3;
    /*margin:16px 0 24px 0;*/
    margin: 0.22em 0 0.35em 0;
    text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

/*-- メインビジュアル end--*/


/*-- メインビジュアル下 start--*/
#about .h2 {
    font-size: 39px;
    font-size: 3.9rem;
    line-height: 1.2;
    color: #fff;
    position: relative;
}

#about .h2:before,
#about .h2:after {
    position: absolute;
    top: 20%;
    font-size: 150%;
    content: "｜";
}

#about .h2:before {
    left: 6%;
    transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
}

#about .h2:after {
    right: 6%;
    transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
}

/*-- メインビジュアル下 end--*/


/*-- CV start--*/
.offer .h2 {
    font-size: 39px;
    font-size: 3.9rem;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 0.75em;
}

.offer .h2 .font_s_xxl {
    vertical-align: -3px;
}

.offer_body {
    position: relative;
    background-color: #01348b;
    padding: 4% 4% 6% 4%;
}

.offer_body {
    line-height: 1;
    width: 91.66666666667%;
    margin-left: auto;
    margin-right: auto;
}

.offer_body {
    box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.3);
}

/*-- CV end--*/



/*-- 目指す受験生のあなた start--*/
#check h2,
#trouble h2 {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 1.2;
}

/*#check h2 .red {
text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}*/
/*-- 目指す受験生のあなた end--*/





/*-- あなたのお悩みを解決 start--*/
.lesson_p_img {
    position: relative;
    width: 83.3333%;
    margin-left: auto;
    margin-right: auto;
}

.lesson_ball {
    padding: 0.4em 0.8em;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    font-size: 2.4rem;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 12%;
}

.lesson_ball::before {
    content: "";
    bottom: 20px;
    position: absolute;
    margin-left: 0;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
}

.lesson_p_blue {
    background-color: #3669e4;
    right: 62%;
}

.lesson_p_blue::before {
    border-width: 0 30px 20px 0;
    border-color: transparent transparent #3669e4 transparent;
    right: -30px;
}

.lesson_p_red {
    background-color: #e95d5a;
    left: 58.3%;
}

.lesson_p_red::before {
    border-width: 0 0 20px 30px;
    border-color: transparent transparent #e95d5a transparent;
    left: -30px;
}

/*-- あなたのお悩みを解決 end--*/

@media screen and (max-width: 960px) {
    .mv_txt {
        font-size: 60px;
        font-size: 6.0vw;
    }

    #about .h2,
    .offer .h2 {
        font-size: 39px;
        font-size: 3.9vw;
    }

    #check h2,
    #trouble h2 {
        font-size: 42px;
        font-size: 4.2vw;
    }

    .lesson_ball {
        font-size: 24px;
        font-size: 2.4vw;
    }


    .mv_left {
        width: 75%;
        left: 0;
    }

}

@media screen and (max-width: 640px) {
    header #mv_body {
        padding-top: 12.1%;
    }

    .mv_left {
        top: 55%;
    }

    .offer_body {
        width: 100%;
        box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.3);
    }

    #mv {
        padding-left: 20%;
    }

    .lesson_p_img {
        width: 100%;
    }

    .mv_txt {
        font-size: 39px;
        font-size: 3.9rem;
        /*font-size:6.0vw;*/
        letter-spacing: -0.05em;
    }

    #about .h2 {
        font-size: 27px;
        font-size: 2.7rem;
        /*font-size:3.9vw;*/
    }

    .offer .h2 {
        font-size: 27px;
        font-size: 2.7rem;
        /*font-size:3.9vw;*/
    }


    #check h2,
    #trouble h2 {
        font-size: 27px;
        font-size: 2.7rem;
        /*font-size:4.2vw;*/
    }

    .lesson_ball {
        font-size: 20px;
        font-size: 2.0rem;
        /*font-size:2.4vw;*/
    }

    .lesson_p_blue::before {
        border-width: 0 15px 10px 0;
        right: -15px;
    }


    .lesson_p_red::before {
        border-width: 0 0 10px 15px;
        left: -15px;
    }

    .mv_img01 {
        width: 66.1905%;
    }

    .mv_img02 {
        width: 45.2083%;
    }

    #about .h2:before,
    #about .h2:after {
        font-size: 120%;
    }

    #about .h2:before {
        left: -2%;
    }

    #about .h2:after {
        right: -2%;
    }

    .offer .h2 .font_s_xxl {
        vertical-align: -2px;
    }
}

@media screen and (max-width: 480px) {
    .mv_txt {
        font-size: 30px;
        font-size: 3.0rem;
        /*font-size:6.0vw;*/
    }

    #about .h2 {
        font-size: 24px;
        font-size: 2.4rem;
        /*font-size:3.9vw;*/
    }

    .offer .h2 {
        font-size: 22px;
        font-size: 2.2rem;
        /*font-size:3.9vw;*/
    }

    .offer .h2 .font_s_xxxl {
        font-size: 120%;
    }

    #check h2,
    #trouble h2 {
        font-size: 22px;
        font-size: 2.2rem;
        /*font-size:4.2vw;*/
    }

    .lesson_ball {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 425px) {
    .mv_txt {
        font-size: 25px;
        font-size: 2.5rem;
        /*font-size:6.0vw;*/
    }

    #about .h2 {
        font-size: 20px;
        font-size: 2.0rem;
        /*font-size:3.9vw;*/
    }

    .offer .h2 {
        font-size: 20px;
        font-size: 2.0rem;
        /*font-size:3.9vw;*/
    }

    #check h2,
    #trouble h2 {
        font-size: 20px;
        font-size: 2.0rem;
        /*font-size:4.2vw;*/
    }

    .lesson_ball {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .offer .h2 .font_s_xxxl {
        font-size: 110%;
    }

    .offer .h2 .font_s_xxl {
        vertical-align: -1px;
    }

}

@media screen and (max-width: 360px) {
    .mv_txt {
        font-size: 24px;
        font-size: 2.4rem;
        /*font-size:6.0vw;*/
    }

    #about .h2 {
        font-size: 18px;
        font-size: 1.8rem;
        /*font-size:3.9vw;*/
    }



    #check h2,
    #trouble h2 {
        font-size: 18px;
        font-size: 1.8rem;
        /*font-size:4.2vw;*/
    }

    .lesson_ball {
        font-size: 12px;
        font-size: 1.2rem;
    }

}

@media screen and (max-width: 320px) {
    .mv_txt {
        font-size: 22px;
        font-size: 2.2rem;
        /*font-size:6.0vw;*/
    }

    #lesson .text_01 .sp_br_640 {
        display: none;
    }

    .offer .h2 {
        font-size: 18px;
        font-size: 1.8rem;
        /*font-size:3.9vw;*/
    }

    #check h2,
    #trouble h2 {
        font-size: 16px;
        font-size: 1.6rem;
        /*font-size:4.2vw;*/
    }

}

/*------------------------------------------------------------
20170830追加 end
------------------------------------------------------------*/


.contact_nav {
    margin: 15px auto;
    text-align: center;
}

td.valid {
    /*	    background: url(img/icon_valid.png) no-repeat 465px center;*/
}

td.error {
    /*	background: #ffd7d7;*/
}

span.validationMessage {
    display: block;
    color: #e64437;
    /*	font-size:80%;*/
}

.cv_btn.double_btn input {
    display: inline-block;
}

.cv_btn a.back {
    background-color: #ccc;
    width: 40%;
    display: inline-block;
    margin: 10px;
    border-radius: 7%;
    text-align: center;
    border: 1px solid #888;
    height: 80px;
    font-size: 3.0rem;
    line-height: 76px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: 0px 6px 0px 0px #888;
    -moz-box-shadow: 0px 6px 0px 0px #888;
    -webkit-box-shadow: 0px 6px 0px 0px #888;
}

p.complete_msg {
    font-size: 20px;
    text-align: center;
}


/*------------------------------------------------------------
20181130追加 end
------------------------------------------------------------*/

.sp_only {
    display: none;
}

.tp_tels li {
    margin-bottom: 0;
}

.tp_tels li a {
    color: #000;
}

.tp_tels li:first-child {
    font-size: 140%;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
}

.tp_tels li span {
    background: #ffeb3b;
    padding: 5px 10px;
    color: #0c2858;
    margin-right: 10px;
}

.tp_tels li.telep {
    font-size: 500%;
    font-weight: bold;
    letter-spacing: 3px;

}

rt {
    font-size: 12px;
}

.tel_num-n {
    font-size: 40px;
    font-weight: 900;
    color: rgb(34, 34, 34);
    margin: 0px 5px;
    font-family: Arial, Helvetica, sans-serif, 'メイリオ', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.tel_num-n::before {
    content: '';
    background: url(https://jyuke-labo.com/wp_juke_2017/wp-content/themes/_starter-ver2/library/images/svg/phone-square-alt-solid.svg)no-repeat;
    width: 30px;
    height: 34px;
    display: inline-block;
    top: 3px;
    position: relative;
    margin-right: 5px;
}

.mv_contact {
    border-top: solid 3px #1550aa;
    padding-top: 20px;
}

@media screen and (max-width: 650px) {
    .tp_tels li:first-child {
        font-size: 60%;
        font-weight: bold;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 5px;
    }

    .tp_tels li span {
        background: #ffeb3b;
        padding: 5px 5px;
        color: #0c2858;
        margin-right: 10px;
    }

    .tp_tels li.telep {
        font-size: 230%;
        font-weight: bold;
        letter-spacing: 3px;
        text-align: right;

    }

    rt {
        font-size: 10px;
    }

    .sp_only {
        display: block;
    }

    .pc_only {
        display: none;
    }
}

#cv_footer h2 {
    font-size: 36px;
    text-align: center;
    padding-bottom: 16px;
    border-bottom: 1px dashed #ccc;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 0
}

#cv_footer table tr:nth-child(even) {
    background-color: #f5f5f5
}

#cv_footer {
    background-color: #fff;
    width: 91.6666666666666%;
    margin-left: auto;
    margin-right: auto;
    padding: 6% 0;
    border: 5px solid #666;
    box-shadow: 0 6px 12px 0 #aaa;
    -moz-box-shadow: 0 6px 12px 0 #aaa;
    -webkit-box-shadow: 0 6px 12px 0 #aaa;
    margin-bottom: 4%
}

#cv_footer form {
    font-size: 18px;
    background-color: #fff;
    padding: 0 5%
}

#confirmation table td,
#confirmation table th,
#cv_footer table td,
#cv_footer table th {
    vertical-align: middle;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f5f5f5
}

#confirmation table th,
#cv_footer table th {
    width: 30%;
    font-weight: 700;
    position: relative;
    padding-left: 24px;
    text-align: left
}

#confirmation table td,
#cv_footer table td {
    width: 65%;
    padding-left: 5%;
    padding-right: 24px
}

#cv_footer table .any,
#cv_footer table .inputTextLong,
#cv_footer table .inputTextShort,
#cv_footer table .required {
    height: 36px
}

#cv_footer table .any,
#cv_footer table .required {
    display: inline-block;
    font-size: 75%;
    color: #fff;
    width: 56px;
    line-height: 36px;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -18px
}

#cv_footer table .required {
    background-color: #e64437
}

#cv_footer table .any {
    background-color: #999
}

#cv_footer table .inputTextLong,
#cv_footer table .inputTextShort,
#cv_footer table textarea {
    border: none
}

#cv_footer table .inputTextLong,
#cv_footer table .inputTextShort,
#cv_footer table select,
#cv_footer table textarea {
    width: 100%;
    background-color: #f9f9f9;
    border: 2px solid #ccc;
    font-size: 16px;
    text-indent: 4px
}

#cv_footer table .radio label {
    line-height: 1.6;
    cursor: pointer
}

#cv_footer table .radio label:hover {
    opacity: .6;
    -ms-filter: "alpha(opacity=60)"
}

#cv_footer table .radio input {
    vertical-align: 3px;
    margin-right: 8px
}

#cv_footer table textarea {
    height: 300px;
    resize: vertical;
    padding: 3%
}

#cv_footer table .inputTextLong:focus,
#cv_footer table .inputTextShort:focus,
#cv_footer table textarea:focus {
    border-color: #999;
    background-color: #eee
}

.cv_btn input {
    height: 80px;
    line-height: 76px;
    color: #fff;
    font-size: 30px;
    background-color: #de6461;
    display: block;
    text-align: center;
    font-weight: 700;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    border: none;
    cursor: pointer;
    border: 1px solid #bc3d3a;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: 0 6px 0 0 #bc3d3a;
    -moz-box-shadow: 0 6px 0 0 #bc3d3a;
    -webkit-box-shadow: 0 6px 0 0 #bc3d3a;
    margin-top: 32px
}

.cv_btn input:hover {
    background-color: #fff;
    color: #bc3d3a
}

input[type=submit] {
    font-family: FontAwesome;
    -webkit-appearance: none
}

.thanks_txt {
    font-size: 24px;
    text-align: center;
    margin: 7vw 0
}

#cv_footer font {
    font-size: x-small;
}

.double_btn_confirm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 32px;
}

.double_btn_confirm a.back,
.double_btn_confirm input {
    margin: 0;
    width: 48%;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

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

    #cv_footer {
        width: 100%
    }

    #cv_footer h2 {
        font-size: 24px;
        margin-bottom: 3%
    }

    #cv_footer form {
        padding: 0 3%
    }

    #confirmation table td,
    #confirmation table th,
    #cv_footer table td,
    #cv_footer table th {
        display: block;
        width: 100%;
        padding-right: 3%
    }

    #confirmation table th,
    #cv_footer table th {
        padding-bottom: 0;
        border-bottom: none;
        padding-left: 64px;
        text-align: left
    }

    #confirmation table td,
    #cv_footer table td {
        padding-top: 1%;
        padding-left: 3%
    }

    #cv_footer table .any,
    #cv_footer table .required {
        width: 40px;
        height: 26px;
        line-height: 26px;
        margin-top: 0;
        top: 26%;
        left: 3%
    }

    .cv_btn input {
        margin-top: 3%;
        width: 100%;
        font-size: 23px;
        height: 60px;
        line-height: 56px
    }

    .thanks_txt {
        font-size: 18px;
        text-align: left;
        margin: 23vw 0
    }

    .hd-telcon {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .hd-telcon-time {
        font-size: 12px;
        font-weight: bold;
        margin-left: 10px;
    }

    .double_btn_confirm {
        margin: 0.7em 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .double_btn_confirm a.back,
    .double_btn_confirm input {
        font-size: 23px;
        font-weight: bold;
        margin: 0;
        height: 80px;
        width: 46%;
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

}
