@charset "utf-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body{
    font-family:"Noto Sans", "Noto Sans CJK JP", sans-serif;
}

.cent {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.white {
    color: #FFF;
}
.zei {
    font-size: 1em;
}
.title-box-con {
    position: relative;
    height: 130px;
}
#curriculum .title-box-con h1 {
    color: #ffffff;
}
.title-box-con h1 {
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    color: #000;
}

.bb-top-left {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0;
    left: 0;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}
.bb-bottom-left {
    position: absolute;
    width: 15px;
    height: 15px;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
}
.bb-top-right {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0;
    right: 0;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
.bb-bottom-right {
    position: absolute;
    width: 15px;
    height: 15px;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}
.title-box-con img {
    margin-bottom: -60px;
}

#curriculum .bb-top-left,
#curriculum .bb-bottom-left,
#curriculum .bb-top-right,
#curriculum .bb-bottom-right {
    border-color: #fff
}

.btnflow {
    margin: 0 auto;
    text-align: center;
    max-width:420px;
    padding: 15px 0px;
    margin-bottom:90px;
}
.btnflow .blockcan {
    padding: 20px 40px 20px 40px;
    background-color: #a6937c;
    border: 1px solid #a6937c;
}
.btnflow .blockcan:hover {
    background: #FFF;
    color: #a6937c; 
	border: 1px solid #a6937c;
}
.bttom {
    margin-bottom: 30px;
}
.brown {
    background-color: #342620 !important;
    border: 5px solid #fff !important;
    color: #fff;
}
.whiteline {
    border: 5px solid #fff !important;
}
.gray {
    border: 5px solid #fff !important;
    background-color: #d9d9d9;
}
.headerright {
    margin-left: auto;
    display: flex;
}
.square_btn {
    margin-top: 10px;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    border: solid 2px #342620;
    background-color: #342620;
    transition: .4s;
    width: 12em;
    text-align: center;
    margin-left: 20px;
    height: 40px;
    font-size: 1.5em;
}

.square_btn:hover {
    background: #ffffff;
    color: #342620;
}


.menu {
    background-color: #f7891f;
    text-align: center;
    padding: 84px 0 18px 0;
    overflow: hidden;
}
.menu a {
    font-size: 18px;
    text-align: center;
    color: #fff;
    font-weight: 600;
}
.menu a:hover {
    color: #4e2501;
}

.menu a.small{
    padding:0;
}

/*firstview------------------------*/

.fv_contents {
    width: 100%;
}
.fv_contents img {
    margin: 80px auto 20px auto;
}

.fv_contents h2{
    color:#f7891f;
    font-size:42px;
    font-weight:bold;
    margin-bottom:90px;
}

.fv_contents h3 {
    font-size:36px;
    font-weight:900;
    letter-spacing: 0.2em;
}

.fv_contents h3 span{
    border-bottom: solid 5px #f7891f;
}

.fv_contents p {
    line-height: 2em;
    font-size: 2.0em;
    margin-top: 20px;
    font-weight: 600;
}
@media screen and (max-width:992px){
    .sp-none{
        display:none;
    }
}

@media screen and (min-width:993px){
    .pc-none{
        display:none;
    }
}

.img-responsive{
	max-width:100%;
	display:inline-block;
}
@media screen and (max-width:992px) and (min-width:540px){
    
	.mv-sp{
		width:100%;
	}
    
	.mv-sp img{
		width:100%;
	}
    
}
.covervid-wrapper {
    position: absolute;

    left: 0;
    width: 100%;
    max-height: 675px;
    overflow: hidden;
}

.covervid-wrapper video{
	width: 100%;
	overflow: hidden;
	z-index: 0;
    opacity: 0.25;
}

.grabg{
	background: rgb(0,0,0);
    background-size: 400% 400%;
}

-webkit-animation: AnimationName 30s ease infinite;
-moz-animation: AnimationName 30s ease infinite;
animation: AnimationName 30s ease infinite;
}
@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/*SOプロモーション------------------------*/
.sopbox {
    border: solid 15px #a0a0a0;
    background-color: #fff;
    padding: 30px;
}
.sop {
    display: flex;
}
.sop .col {
    padding-right: 50px;
    padding-bottom: 20px;
    font-size: 2em;
}

.colimg {
    width: 40%;
    display: block;
}
.colimg img {
    width: 100%;
}
.coltext {
    width: 70%;
    line-height:1.7;
}
.sop .col:first-of-type {
    margin-left: 35px;
    line-height:1.7;
}
.sop .col:last-of-type {
    margin-top: 40px;
    margin-right: 15px;
    line-height:1.7;
    padding-right: 0;
}
.sopbox h2 {
    margin-top: 20px;
    margin-bottom: 30px;
}
h2 img {
    height: 2em;
    width: 2em;
    margin-right: 1em;
}

.spbr {
    display: none;
}
.tbbr {
    display: none;
}
@media screen and (max-width:740px){
    .sop .col:last-of-type {
        margin-top: 0;
    }
}
@media screen and (max-width:991px){
    .sop {
        flex-wrap: wrap;
    }
    .sop .col {
        width: 50%;
    }
}
@media screen and (max-width: 480px) {
    .sop .col{
        width: 100%;
    }
    .spbr {
        display: block;
    }
    .sopbox h2 {
        font-size: 2em;
    }
}

/* ///////////////////////////////////////////////////////////////////// 
//  01 - Custom Fonts 
/////////////////////////////////////////////////////////////////////*/

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

@font-face {
    font-family: 'caviar_dreams';
    src: url('../fonts/CaviarDreams-webfont.woff2') format('woff2'),
         url('../fonts/CaviarDreams-webfont.woff') format('woff'),
         url('../fonts/CaviarDreams-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* ///////////////////////////////////////////////////////////////////// 
//  02 - Global 
/////////////////////////////////////////////////////////////////////*/

* {
    outline: none !important;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 100%;
	color: #222;
	background: #f0f0f0;
}
.noto100 {font-weight:100;}
.noto200 {font-weight:200;}
.noto300 {font-weight:300;}
.noto400 {font-weight:400;}
.noto500 {font-weight:500;}
.noto600 {font-weight:600;}
.noto700 {font-weight:700;}
.noto800 {font-weight:800;}
.noto900 {font-weight:900;}
a {
    transition: all 0.3s ease-out;
    position: relative;
    padding: .5em;
    /*margin: -.5em;*/
}

a:focus, 
a:hover {
    text-decoration: none;
    color: #FFF;
}

.img_res{
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}
.block-title {
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.6;
    margin: 0;
    padding: 70px 40px 10px 40px;
    position: relative;
    text-transform: uppercase;
    width: 15em;
}

.block {
    padding: 80px 0px 50px 0px;
    overflow: hidden;
}
.title-box{
    text-align: center;
    margin-bottom: 50px;
}
.contact-btn {
    display: block;
    color: #fff;
	background: #342620;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    padding: 20px 0px;
    margin: 30px 0px 20px 0px;
    transition: 0.4s ease all;
	letter-spacing: 0.05em;
	border: 1px solid #342620;
}
.contact-btn span{
	font-size: 20px;
	margin-right: 5px;
}
.ion {
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: "Ionicons";
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    transform: translate(0px, 0px);
}

/* ///////////////////////////////////////////////////////////////////// 
//  03 - Side Menu
/////////////////////////////////////////////////////////////////////*/

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 260px;
    height: 100%;
    margin-right: -260px;
    overflow-y: auto;
    background: #FFF;
    z-index: 99999999;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
    border-bottom: 1px dotted rgba(247, 137, 31, 0.75);
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: rgba(247, 137, 31, 1.0);
    font-size: 16px;
    padding: 15px 15px;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: rgba(247, 137, 31, 0.5);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}
#sidebar-wrapper.active {
    right: 250px;
    width: 260px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}
.close-btn {
    display: block;
    color: rgba(247, 137, 31, 1.0);
    font-size: 2em;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 100%;
    padding-right: 25px;
}
.close-btn:hover {
    color: rgba(247, 137, 31, 0.75);
}




/* ///////////////////////////////////////////////////////////////////// 
//  04 - Preloader
/////////////////////////////////////////////////////////////////////*/

#preloader { 
    position: fixed; 
    left: 0; 
    top: 0; 
    z-index: 99999999999; 
    width: 100%; 
    height: 100%; 
    overflow: visible; 
    background: #fff url('../img/preloader.gif') 
    no-repeat center center; 
}

/* ///////////////////////////////////////////////////////////////////// 
//  05 - Header
/////////////////////////////////////////////////////////////////////*/

.sticky{
    position: fixed;
    width: 100%;
    background: transparent;
    padding: 15px 0px;
    transition: all 0.5s;
    z-index: 99999;
}
.fixed {
    position: fixed;
    top:0; 
    left:0;
    width: 100%;
    height: 67px;
    background-color: #FFF;
    padding: 0px;
}
.logo {
    font-family: 'caviar_dreams';
    color: #fff;
    font-size: 2.5em;
    line-height: 1.6;
}
#logo_menu {
    padding: 5px 0px;
    display: flex;
}
#menu-toggle {
    z-index: 1;
    font-size: 35px;
    float: right;
    border: 1px solid #222;
    color: #222;
    margin: 5px 0px;
    padding: 2px 10px;
    line-height: 0;
}
.store-btn-container {
    padding-top: 15px;
}
.store-btn:hover,#menu-toggle:hover {
    background: #f7891f;
    border-color: #f7891f;
    color: #fff;
}

/* ///////////////////////////////////////////////////////////////////// 
//  06 - Banner
/////////////////////////////////////////////////////////////////////*/

#banner {
    background-size: cover;
    padding-top: 60px;
    background-attachment: fixed;
    position: relative;
    background-color: #333;
}
.headings {
    padding: 11% 0 5% 0;
}

.headings #lead-area .orange-lead{
    color:#ff8900;
    font-weight:900;
    font-size:65px;
    padding-left:16px;
    margin-bottom:4%;
}
.headings #lead-area .sub-lead{
    color:#000000;
    font-size:27px;
    font-weight:900;
    padding-left:15px;
    margin-bottom:3%;
}

.headings #lead-area .w100{
    width:100%;
    margin-bottom:2%;
}

.headings .lead-text{
    font-size:17px;
    line-height:1.8;
    margin-top:3%;
}


.hand-container {
    max-height: 630px;
    overflow: hidden;
}
.iphone-hand {
    padding: 20px 30px 0px 30px;
}
.store:hover{
    background: #FFF;
    color: #342620; 
	border: 1px solid #342620;
}
.contact-btn i {
    padding-right: 6px;
}
.slidedown {
    font-size: 50px;
    color: #fff;
    position: absolute;
    bottom: 0%;
    left: 50%;
    z-index: 99;
    cursor: pointer;
}



/* ///////////////////////////////////////////////////////////////////// 
//  07 - feature
/////////////////////////////////////////////////////////////////////*/

.feature-box {
    padding: 30px 0px;
    text-align: center;
    max-width: 360px;
    margin: 0 auto;
}
.feature-box img{
	margin: 0 auto;
}
.feature-box i {
    font-size: 7em;
    line-height: 0 !important;
    margin: 0;
    padding: 0;
}
.feature-box p {
    padding: 0px 20px;
	font-size: 14px;
	text-align: left;
}
.feature-box h2 {
    margin: 0;
	font-size: 21px;
    padding: 20px 0px;
    font-weight: 500;
}
.susbcribe-text {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
	line-height: 2;
    margin-top: 50px;
}
.susbcribe-text span{
	color: #f7891f;
}
.feature-fig{
	max-width: 250px;
}

#contents-list .col-md-3{
    margin-bottom:25px;
}

#contents-list .col-md-3 img{
    max-width:100%;
}

@media screen and (min-width:768px) and (max-width: 996px){
    .susbcribe-text {
    min-height:200px;
}
br{
    display:none;
}
}

/* ///////////////////////////////////////////////////////////////////// 
//  08 - curriculum
/////////////////////////////////////////////////////////////////////*/


#curriculum{
    background: url(../img/curriculum-bg.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
#curriculum section.bg-white{
	padding-top: 40px;
	padding-bottom: 40px;
}
#curriculum dl{
	margin-bottom: 40px;
}
#curriculum dl dt{
	background: #a6937c;
	padding: 5px 10px;
	font-size: 13px;
	color: #FFF;
	display: inline-block;
	font-weight: 200;
	margin-bottom: 5px;
}
#curriculum dl dd.ttl{
	font-size: 20px;
	color: #000;
	font-weight: 600;
	margin:10px 0 10px -10px;
}
#curriculum dl dd.ttl span{
	color: #f7891f;
}
#curriculum dl dd.desc{
	font-size: 16px;
	color: #000;
	font-weight: 300;
}
.bg-white{
	background: rgba(255,255,255,1);
}

.sclist-pc{
    width:84%;
    margin:0 auto;
}
.sclist-pc2 {
    width: 100% !important;
}


/* ///////////////////////////////////////////////////////////////////// 
//  09 - price
/////////////////////////////////////////////////////////////////////*/
#price{
}
#price div.box{
	text-align: center;
	background: url(../img/bg_dot.gif) repeat center top;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 10px;
}
#price div.box:first-child{
	border: 1px solid #000000;
	border-collapse:collapse;
}
#price div.box:last-child{
	border: 1px solid #000000;
}
#price div.box dl{
}
#price div.box dl dt{
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	background: #f7891f;
	color: #FFF;
	padding: 10px 50px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	margin-bottom: 20px;
}
#price div.box dl dd{
	font-size: 38px;
	font-weight: 800;
}
#price div.box dl dd span{
	font-size: 50%;
}
p.note{
	font-size: 14px;
	padding-left: 15px;
    padding-right: 15px;
}

/* ///////////////////////////////////////////////////////////////////// 
//  09-2 - sc-list
/////////////////////////////////////////////////////////////////////*/

.sclist-pc table{
	border:5px solid #9fa0a0;
	border-collapse:collapse;
	font-size:15px;
	font-weight:500;
	color:#343434;
}

.sclist-pc table th,
.sclist-pc table tr,
.sclist-pc table td{
	border:5px solid #9fa0a0;
}

.sclist-pc table th{
	width:2%;
	text-align:center;
}

.sclist-pc table td{
	padding:15px 0 15px 5px;
}

.sclist-pc table td.center{
	text-align:center;
}

.sclist-pc table td span.small{
	font-size:0.8em;
}

.sclist-pc table td ul{
	padding:0 0 0 25px;
}

.sclist-pc table .our-plan{
	width:7%;
	background-color:#fadab8;
	border:5px solid #f58a1d;
	font-weight:600;
	font-size:16px;
	padding:10px 20px;
}

.sclist-pc table td .att,
#sclist-sp table td .att{
	background-color:#e8380d;
	border-radius:50px;
	text-align:center;
	color:#ffffff;
	font-weight:400;
	padding:5px;
	width:60%;
	margin:5% auto;	
}

.sclist-pc table td .att-text,
#sclist-sp table td .att-text{
	color:#e8380d;
}

/*--------------------------------------*/

#sclist-sp table{
	border:5px solid #9fa0a0;
	border-collapse:collapse;
	font-size:16px;
}

#sclist-sp table th,
#sclist-sp table td,
#sclist-sp table tr{
	border:5px solid #9fa0a0;
	text-align: center;
	vertical-align: middle;
	padding:5px 0 5px 0;
}

#sclist-sp table td.our-company,
#sclist-sp table td.company{
	width:20%;
}

#sclist-sp table td.our-company{
	background-color:#fadab8;
	border:5px solid #f58a1d;
	font-weight:600;
}

#sclist-sp table td ul{
	margin:0;
	padding: 5px 13px 0 30px;
	text-align:left;
}

#sclist-sp table th{
	background-color:#f58a1d;
	color:#ffffff;
	letter-spacing:2px;
    font-weight:500;
}

@media screen and (max-width:992px){
	.sclist-pc{
		display:none;
	}
}

@media screen and (min-width:992px){
	#sclist-sp{
		display:none;
	}
}


/* ///////////////////////////////////////////////////////////////////// 
//  10 - flow
/////////////////////////////////////////////////////////////////////*/
#flow{
}
#flow .box{
	text-align: center;
	background: url(../img/bg_dot.gif) repeat center top;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}
#flow img.feature-flow{
    max-width: 750px;
	margin: 0 auto;
}




/* ///////////////////////////////////////////////////////////////////// 
//  11 - Contact Section
/////////////////////////////////////////////////////////////////////*/

#contact{
    background: url(../img/bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
	font-size: 36px;
}
#contact p.note{
	margin-bottom: 20px;
}




/* ///////////////////////////////////////////////////////////////////// 
//  12 - pagetop
/////////////////////////////////////////////////////////////////////*/

#pagetop{
    background: #FFF;
	font-size: 16px;
	padding: 1em 0;
}
#pagetop a{
	color: #000;
}
#pagetop a:hover{
	color: #f7891f;
}
#pagetop a span{
	color: #f7891f;
	padding-right: 10px;
}




/* ///////////////////////////////////////////////////////////////////// 
//  13 - Footer Section
/////////////////////////////////////////////////////////////////////*/


#footer {
	font-size: 12px;
    background: #f7891f;
    color: #ffffff;
    padding: 20px 0px 22px 0px;
}
#footer p {
    bottom: 0;
    margin: 10px 0 10px 200px;
    display: block;
    width: 23em;
}
#footer a{
	color: #ffffff;
	text-align: left;
    font-weight: bold;
}

#footer a:hover {
    color: #342620;
}
#footer img {
    float: left;
}
#footer small {
	display: block;
	text-align: right;
    position: absolute;
    right: 0;
}

.crosc {
    display: block;
    margin: 0 auto;
    width: 520px;
}
#footer .jodan a,
#footer .gedan a {
    font-weight: bold;
    font-size: 1.5em;
    display: inline-block;
    padding: 3px;
}

.jodan {
    padding-top: 20px;
    padding-bottom: 60px;
}
.gedan {
    padding-bottom: 50px;
    display: block;
}


/*5等分用カラム*/

.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5,
.col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5,
.col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5,
.col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}   
.col-xs-1-5 {
    width: 20%;
    float: left;
}
.col-xs-2-5 {
    width: 40%;
    float: left;
}

.col-xs-3-5 {
    width: 60%;
    float: left;
}

.col-xs-4-5 {
    width: 80%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-1-5 {
        width: 20%;
        float: left;
    }
    .col-sm-2-5 {
        width: 40%;
        float: left;
    }
    .col-sm-3-5 {
        width: 60%;
        float: left;
    }
    .col-sm-4-5 {
        width: 80%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-1-5 {
        width: 19%;
        float: left;
    }
    .col-md-1-5:nth-child(3) {
        width: 24%;
        float: left;
    }
    .col-md-2-5 {
        width: 40%;
        float: left;
    }
    .col-md-3-5 {
        width: 60%;
        float: left;
    }
    .col-md-4-5 {
        width: 80%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
    .col-lg-2-5 {
        width: 40%;
        float: left;
    }
    .col-lg-3-5 {
        width: 60%;
        float: left;
    }
    .col-lg-4-5 {
        width: 80%;
        float: left;
    }
}   


/* ///////////////////////////////////////////////////////////////////// 
//  14 - Responsive Fixes
/////////////////////////////////////////////////////////////////////*/


/*1340px - 1170px*/

@media all and (max-width: 1340px) and (min-width: 1170px) {
    .address-list li {
        font-size: 18px;
    }
    .address-list li i {
        width: 60px;
        height: 60px;
        font-size: 34px;
    }
}

/*1170px - 992px*/

@media screen and (min-width: 992px) and (max-width: 1200px) {
    #banner .container .row .col-md-5 .hand-container{
        vertical-align:bottom;
        margin-top:212px;
        max-height:1000px;
    }
}

/*1170px*/

@media all and (max-width: 1170px) {
	
}

/*992px - sm */

@media all and (max-width: 992px) {
    
	.menu a{
		margin: 0px;
		padding: 0px;
		font-size: 16px;
	}
    .tbbr {
        display: block;
    }
}

/*768px - xs */

@media all and (max-width: 768px) {
    
    #footer a{
	color: #ffffff;
	text-align: center;
	}
    
	#footer small {
		display: block;
		text-align: center;
        margin-right: 10px;
	}
    
    #footer p {
        position: static;
        margin: 10px auto;
        display: block;
    }
    
    #footer img {
        display: block;
        margin: 0 auto;
        float: none;
    }
	
	.menu.row {
		background: #ffffff none repeat scroll 0 0;
		border: 3px solid #f7891f;
		font-size: 20px;
		font-weight: 400;
		padding-left:20px;
		padding-right:20px;
		padding-bottom: 20px;
		padding-top: 20px;
		text-align: left;
	}
	#price div.box:first-child {
		border-right: 1px solid #000000;
		border-left: 1px solid #000000;
		border-top: 1px solid #000000;
	}
	#contact h1{
		font-size: 24px;
	}
	#footer .link{
		text-align: center;
		display: block;
	}
	#banner {
		background: none;
		background-size:cover;
	}
	#curriculum {
        background-image: none;
	}
	#curriculum dl dd.ttl {
        font-size: 17px;
        padding-left: 10px;
	}
    .headings {
    padding: 11% 0 5% 0;
    }

    .headings #lead-area .orange-lead{
        color:#ff8900;
        font-weight:900;
        font-size:34px;
        padding-left:16px;
        margin-bottom:4%;
    }
    .headings #lead-area .sub-lead{
        color:#000000;
        font-size:27px;
        font-weight:900;
        padding-left:20px;
        line-height:1.4;
        margin-bottom:3%;
    }

    .headings #lead-area .w100{
        width:100%;
        margin-bottom:2%;
    }

    .headings .lead-text{
        font-size:17px;
        line-height:1.8;
        margin-top:3%;
    }
    .tb-none {
        display: none;
    }
    #curriculum .title-box-con h1 {
        color: #000;
    }
	
}

/*タブレット対応------------------------------------*/

@media screen and (max-width:991px) and (min-width:540px){
    .fv_contents {
        display: none;
    }
    .menu {
        padding: 20px;
    }
    .block {
        padding: 30px 0px 30px 0px;
    }
    #schedule .block {
        padding: 80px 0 80px 0;
    }
    .sop .col{
        flex-wrap: wrap;
        width: 50%;
        margin: 0;
        padding: 20px;
    }
    .sop .col:first-of-type {
        margin-left: 0;
    }
    .sop .col:last-of-type {
        margin-right: 0;
    }
    .sop .col img {
        display: block;
        margin: 0 auto;
    }
    .bttom {
        margin-bottom: 0;
    }
    .gedan .col-sm-6 {
        margin-top: 20px;
        margin-bottom: 40px;
    }
    #curriculum .block-title .bb-top-left,
    #curriculum .block-title .bb-bottom-left,
    #curriculum .block-title .bb-top-right,
    #curriculum .block-title .bb-bottom-right {
        border-color: #000000 !important;
    }
    #curriculum h1 {
        color: #000000;
    }
    #feature,#curriculum,#sop,#price,#flow {
        padding-top: 80px;
        margin-top: -20px;
    }
}
/*スマホ対応------------------------------------*/


@media screen and (max-width: 540px) {
    .sop .col{
        width: 100%;
        margin: 0;
        padding: 0 20px 20px 20px;
    }
    .sop .col img {
        display: block;
        margin: 0 auto;
    }
    .spbr {
        display: block;
    }
    .sopbox {
        padding: 10px;
    }
    h2 img {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .sopbox h2 {
        font-size: 1.9em;
    }
    #price div.box dl dd {
        margin: 10px;
        font-size: 30px;
    }
    #contact {
        font-size: 25px !important;
    }
    #logo_menu img {
        width: 100%;
        margin-top: 8px;
    }
    .headerright {
        flex-wrap: wrap;
        width: 180px;
    }
    .square_btn {
        margin-top: 0;
        height: 30px;
        padding-top: 8px;
        font-size: 1em;
    }
    .square_btn:first-of-type {
        margin-bottom: 3px;
    }
    .fixed {
        height: 70px;
    }
    .fv_contents {
        display: none;
    }
    .menu {
        padding: 20px;
    }
    .menu .col-sm-1-5 {
        margin-top: 5px;
        letter-spacing: .2em;
    }
    .block {
        padding: 30px 0px 30px 0px;
    }
    #schedule .block {
        padding: 80px 0 80px 0;
    }
    .block-title {
        font-size: 180%;
        padding: 70px 0px 10px 0px;
    }
    .susbcribe-text {
        margin-top: 15px;
        margin-bottom: 40px;
    }
    .title-box {
        margin-bottom: 20%;
    }
    .title-box-con {
        height: 100px;
    }
    .title-box-con img {
        margin-bottom: -60px;
    }
    .title-box-con .long {
        bottom: 20%;
        transform: translate(-50%,70%);
    }
    .h1long {
        bottom: auto !important;
    }
    #price div.box dl dt {
        padding: 10px;
        width: 15em;
    }
    #sclist-sp table .hed {
        height: 60px;
    }
    #sclist-sp table th {
        font-weight: bold;
    }
    .linedeco {
        text-decoration-line: underline;
    }
    .jodan {
        padding-bottom: 10px;
    }
    .btnflow {
        margin-bottom: 0;
    }
    #curriculum .title-box-con h1 {
        color: #000000;
    }
    #curriculum .block-title .bb-top-left,
    #curriculum .block-title .bb-bottom-left,
    #curriculum .block-title .bb-top-right,
    #curriculum .block-title .bb-bottom-right {
        border-color: #000000 !important;
    }
    #feature,#curriculum,#sop,#price,#flow {
        padding-top: 80px;
        margin-top: -20px;
    }
    .sop .col:first-of-type {
        margin-left: 0;
    }
    .crosc {
        width: 100%;
    }
    .pcbr {
        display: none;
    }
}