@charset "UTF-8";

/*--------------------------------------------*/
/*レイアウト*/
/*--------------------------------------------*/

* {
    box-sizing: border-box;
}

body {
    /*font-size: px;*/
}

img {
    max-width: 100%;
}

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

.center{text-align:center;}

/*--------------------------------------------*/
/*文字*/
/*--------------------------------------------*/

.mincho {
    font-family: "游明朝体", "YuMincho", "HiraMinProN-W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
}

.under {
    background: url(../images/content-bg.png) repeat-x bottom center;
    font-size: 24px;
}

.bold {
    font-weight: bold;
}

.voice-bold {
    font-weight: bold;
    color: #CB232E;
}

.red{
color: #CB232E;}


/*--------------------------------------------*/
/*リンク*/
/*--------------------------------------------*/

a:hover {
    opacity: 0.8;
}

#kansou-followup,
#kansou-hantoshi,
#kansou-sanka {
    margin-top: -60px;
    padding-top: 60px;
}


/*----------------------------------*/
/*ヘッダとメインビジュアル*/
/*----------------------------------*/

.top-headimg {
    background:#000564 url(../images/header-lp-sft_bg.jpg) no-repeat top center; 
    background-size: cover;
}


/*----------------------------------*/
/*ヘッダ*/
/*----------------------------------*/

.header {
    padding: 0px;
    position: relative;

}



.header h1 {
    font-size: 12px;
    margin-bottom:0;
}

.header h1 img{
    display:block;
    margin:0 auto;
    padding:0;
}


ul.hd-contact {
    position: absolute;
    top: 36px;
    right: 20px;
}

ul.hd-contact li {
    float: left;
}

ul.hd-contact li:last-child {
    margin-left: 31px;
    padding-top: 13px;
}

ul.hd-social {
    position: absolute;
    top: 5px;
    right: 20px;
}

ul.hd-social li {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    padding: 0;
}

ul.hd-social li:last-child {
    margin-right: 0;
}

.fb-like>span {
    vertical-align: top !important;
}


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

.main-vis .inner {
    position: relative;
}


/*----------------------------------*/
/*グローバルナビ*/
/*----------------------------------*/

.g-nav {
    background: #064571;
    /* background: url(../images/nav-center-bg.jpg) no-repeat center, url(../images/nav-bg.png) repeat-x;  */
    
    background:linear-gradient(to bottom, #0c0535 0%,#2f2fc4 100%);
    height: 60px;
    z-index:9999;
}

.g-nav ul li {
    float: left;
    font-size: 16px;
}

.g-nav ul li a {
    display: block;
    padding: 17px 15px;
    color: #fff;
}

.g-nav ul li.btn a {
    padding: 10px 10px;
}


/*--------------------------*/
/*グローバルナビ追従*/
/*--------------------------*/

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}


/*----------------------------------*/
/*contents*/
/*----------------------------------*/

.content-wrap{background: #fff; width: 100%;margin:0 auto;margin-top: 0px; }
.header.inner{background: transparent;}

h2 {

    line-height: 1.5;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    background: transparent;
    margin-bottom: 40px;
}

header.cosmo{
    display: flex;
    border: 1px solid #000563;
    box-shadow: 0px 0px 10px 0px #fff inset;
    justify-content: center;
    align-items: center;
    margin:2.5em auto 2em;
    min-height:150px;
    padding: .8em 0 0;
    font-feature-settings: "palt";
    color: #ffffff;
    background: #000564 url(../images/header-lp-sft_bg.jpg) no-repeat top center;
    background-size:cover;
    background-repeat: repeat-x;
    /*box-shadow: 0px 0px 10px 0px #ffffff inset;*/

}
.cosmo h2{
    height:auto;
    padding: 0;
    margin: 0;
    font-weight: bold;
    font-size:38px;
    font-family:Times,YuMincho,serif;
    text-shadow:0px 0px 10px #4fa6ff;
    line-height: 1.3;
    font-feature-settings : "palt";
    background: transparent;
}



/*----------------------------------*/
/*スケジュール*/
/*----------------------------------*/

.kouza-sche p{
margin-bottom:.8em;
}



/*----------------------------------*/
/*リスト*/
/*----------------------------------*/
.list-good,.list-bad{margin: 1em 0em;
    border: 5px solid #ddd;
    padding: 1em;}
.list-good li,.list-bad li{
    margin-bottom: 0.8em;
    font-weight: bold;
    position: relative;
    padding-left: 2em;
    font-size: 120%;
    line-height: 1.4;
}

.list-good li::before{
    display: inline-block;
    position: absolute;
    left: 0;
    font: normal normal bold 14px/1 'Font Awesome 5 Free';
    content: "\f058";
    color: #76c73b;
    font-size: 160%;
    line-height: 1;
    top:-2px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    text-shadow: 2px 2px 0px  #ccc;
}

.list-bad li::before{
    display: inline-block;
    position: absolute;
    left: 0;
    font: normal normal bold 14px/1 'Font Awesome 5 Free';
    content: "\f05e";
    color: #e67373;
    font-size: 160%;
    line-height: 1;
    top:-2px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    text-shadow: 2px 2px 0px  #ccc;
    font-weight: 900;
}

/*----------------------------------*/
/*Q and A セクション*/
/*----------------------------------*/


.faqarea h3{padding: 0.3em;
    color: #163f40;
    font-size: 110%;
    font-weight: bold;
position: relative;
padding-left: 2em;}
.faqarea h3::before{
    content:"Q.";
    font-weight:noral;
    font-family: serif;
    font-size:1.6em;
    position: absolute;
    left:0;
    top:-5px;
}

.faqarea p{margin-bottom: 1.5em;}


/*----------------------------------*/
/*メールセミナー*/
/*----------------------------------*/

.mailseminar{
    color: #000;
    background: #fff url(../images/header-lp-sft_bg.jpg) no-repeat top center;
    background-size:cover;
    background-repeat: repeat-x;
    position: relative;
    padding: 1.5em;
    border: 3px solid #003;
    z-index: 5;
}



.mailseminar::before{
    content:"";
    height:100%;
    position: absolute;
    top:0;
    left:0;
    right:0;
    width:100%;
    background:linear-gradient(180deg, rgba(255,255,255,0.1),white 60%,white);
    z-index:-1 ;
}

.mailseminar table{
    width:95%;
    margin:0.5em auto;
    text-align: center;
}
.mailseminar table td{text-align: center;}

.mailseminar table td input[type="text"]{
    font-size:2em;
    padding:5px;
    margin-bottom: 10px;
    width: 100%;
}
.mailseminar button[type="submit"]{
    padding: 10px 20px;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    color: #fff;
    border: 0;
    border-radius: 5px;

    /*background: linear-gradient(to bottom, #73d657 0%,#55ba2a 51%,#2ea500 52%,#2ea500 100%);
    box-shadow: 0px 5px 0px 0px #050;*/
    
    background: linear-gradient(to bottom, #ff9f3f 0%,#ff9216 50%,#ff7c00 51%,#ff7c00 100%);
    box-shadow: 0px 5px 0px 0px #E55700;
    cursor: pointer;
    width:95%;
}


/*----------------------------------*/
/*LINE QR*/
/*----------------------------------*/
.w100{width:100%;}
.line{margin: 1.5em 0;}
.line h2{margin-bottom: 0;}

.line-in {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.line-in-h3 {
    background-color: #1dcd00;
    color: #fff;
    font-size: 1.5em;
    line-height: 2em;
    margin-top: 0.5em;
}
.line-in-box-content {
    padding: 20px;
    border: 4px solid #1dcd00;
}
.line-in-id-code {
    border: 2px solid #c8c8c8;
    font-size: 1.5em;
    line-height: 2.5em;
}


.youtubeBlock {
    margin-bottom: 15px;
        text-align: center;
    width: 100%;
}
.youtube-player{width: 100%;}



/*  石井プロフィール */

.profile-box{
    margin:1.5em auto;
    border:1px solid #669;
    padding:0.6em 1em;
}

.profile-photo{
    text-align: center;
    margin-bottom: 1em;
}

.ishiiphoto{float:left;width:300px;margin-bottom: 0.5em;}


.btn-large{
    color: #fff;
    background:#03f ;
    text-decoration: none;
    text-align: left;
    font-size: 46px;
    line-height: 1.3;
    display: block;
    min-height: 26px;
    padding: 0.6em 10px 0.6em 2em;
    border-radius: 8px;
    vertical-align: middle;
    position: relative;
    border: 1px solid #fff;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
    box-shadow: inset 0 0 10px 2px rgba(255,255,255,1), 0px 1px 10px 1px rgba(0, 0, 0, 0.56);
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
    letter-spacing: -1px;
    font-weight: 600;
}
.btn-large:hover{
    text-decoration: none;
}
.btn-large::before{
    display: inline-block;
    position: absolute;
    left: 2%;
    font: normal normal bold 14px/1 'Font Awesome 5 Free';
    content: "\f138";
    color: #fff;
    font-size: inherit;
    line-height: 0;
    top: 50%;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.btn-large small{
    display: block;
    font-size: 75%;
    line-height: 1;
}

.contact-area .btn-large{font-size:34px}


.btn-blue {
    background: #007fff;
background: -moz-linear-gradient(top, #007fff 0%, #65edb4 100%);
background: -webkit-linear-gradient(top, #007fff 0%,#65edb4 100%);
background: linear-gradient(to bottom, #007fff 0%,#65edb4 100%);
}

.btn-green{
   background: #87e241;
background: -moz-linear-gradient(top, #87e241 0%, #2fb701 50%, #87e241 100%);
background: -webkit-linear-gradient(top, #87e241 0%,#2fb701 50%,#87e241 100%);
background: linear-gradient(to bottom, #87e241 0%,#2fb701 50%,#87e241 100%);
}

.btn-red{
background: #ea0003; /* Old browsers */
background: -moz-linear-gradient(top, #ea0003 0%, #ad0002 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ea0003 0%,#ad0002 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ea0003 0%,#ad0002 100%); 
}


/*-------------------------------*/
/*インストラクター紹介*/
/*-------------------------------*/


.instructor h3{
    font-size: 120%;
    font-weight: bold;
}
.instructor h4{
    font-weight: bold;
}
.instructor hr{
    margin: 0.8em 0;
}

.tprof{
    
    margin-top:10px;
    display: flex;
    flex-wrap: wrap;
    }

.tprof-photo{
    flex-basis: 240px;
    flex-shrink: 0;
    margin-right: 10px;
    margin-bottom:10px;
    }

.tprof-txt{
    flex-grow: 2;
    flex-basis: 300px;
}
.instvoice{position: relative;
	display: block;
 	margin: 1.2em 0;
	padding: 7px 10px;
	min-width: 120px;
 	max-width: 100%;
 	color: #333;
	font-size: 16px;
	background: #e0edff;
    border-radius:10px;
}

.instvoice::before{
	content: "";
	position: absolute;
	top: -30px;
	left: 5%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #e0edff;
}



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

.about {
    margin-top: -60px;
    padding-top: 80px;
}

.about .lead {
    width: 980px;
    border: 1px solid #91918A;
    text-align: center;
    padding: 41px 0;
    border-radius: 4px;
    background-color: #fff;
    font-size: 33px;
    margin-bottom: 30px;
}

.about-inr {
    width: 800px;
    margin: 0 auto 30px;
}

.about-inr-bg {
    position: relative;
    margin-bottom: 26px;
}

.about-inr-bg .bg {
    background-color: #064472;
    padding: 12px 55px;
    color: #fff;
    font-size: 16px;
}

.about-inr-bg .corner {
    position: absolute;
    left: 0;
    bottom: -16px;
}

.about-intro {
    padding: 0 55px;
    font-size: 16px;
}

a.voice {
    text-decoration: underline;
}









/*----------------------------------*/
/*お申込み*/
/*----------------------------------*/

.inquiry {
    margin-top: -60px;
    padding-top: 120px;
}

.inquiry .ishii {
    float: left;
    width: 279px;
}

.inquiry .main {
    float: left;
    width: 680px;
    margin: 20px 0 0 20px;
    font-size: 16px;
}

.inquiry table {
    width: 100%;
    font-size: 16px;
    border-collapse: collapse;
    font-weight: bold;
    margin-bottom: 50px;
}

.inquiry td {
    border-bottom: 1px dotted #BABABA;
    padding: 12px 0;
}

.inquiry td:first-child {
    background-color: #EDECDF;
    padding-left: 66px;
    width: 13em;
}

.inquiry td:last-child {
    padding-left: 24px;
}

.inquiry li {
    line-height: 1.7;
}

.inquiry-btn {
    text-align: center;
    margin-bottom: 70px;
    cursor: pointer;
}



/*----------------------------------*/
/*contact*/
/*----------------------------------*/

.contact {
    background:url(../images/group-photo_01.jpg);
    background-repeat:repeat;
    background-size: auto;
    position: relative;
}

.contact::before {
    z-index: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:rgba(255,255,255,0.6);
  }

.contact .inner {
    position: relative;
    font-size: 18px;
    padding: 14px 0 14px;
}

.contact p {
    color: #fff;
    font-size: 27px;
    text-align: center;
    left: auto;
    width: 980px;
}

.contact .text{
    font-size: 1em;
    color:#333;
    background: transparent;
    text-align: left;
}

.contact .text ol{
    list-style-type: decimal;
    margin:0.5em 1em;
    padding: 0.5em;
}
.contact .text ol li{
    margin-bottom: 0.5em;
}

.contact ul {
    width: 90%;
    margin: 10px auto;
}

.contact ul li {
    float: left;
    margin-right: 10px;
    margin-left: 10px;
}

.contact ul li:last-child {
    margin-right: 0;
}

.contact table {
    display: block;
    padding: 20px;
    background-color: #fff;
    width: 90%;
    margin: 10px auto;
    border-collapse: collapse;
    font-weight: bold;
}

.contact td.midashi {
    font-size: 17px;
   padding-left: 120px;
    min-width: 18em;
}

.contact .woman img {
    position: absolute;
    bottom: 0;
    left: -92px;
    z-index: 10;
}

.contact-box {
    width: 100%;
        background: rgba(255, 255, 255, 0.85);
    border: 1px solid #fff;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin: 2em auto;
    padding: 10px 10px 10px;
    box-shadow:0px 0px 5px 2px rgba(0,0,0,0.3)
}

.contact-area {
    width: 88%;
    margin: 0 auto 10px;
}

.sp-phone {
    margin-bottom: 0.8em;
}

.contact-area p {
    width: auto;
    display: inline-block;
}

.btn-area{    margin: 0.8em;
    text-align: center;}


.contact-area .mail-link a,
.contact-area .entry-link,
.btn-area a {
    display: block;
    position: relative;
    font-size: 17px;
    font-weight: normal;
    text-align: center;
    padding: 12px 13px 12px 44px;
    border-radius: 5px;
    margin: 0 0 2px;
    cursor: pointer;
    text-decoration: none;
    line-height: 1.3;
}

.contact-area a::after,.btn-area a::after {
    position: absolute;
    top: 50%;
    left: 4%;
    content: "";
}

.mail-link a {
    background: linear-gradient(0deg, #870000 0%, #e81800 91.94%);
    color: #f60;
    background: #fec;
    border: 1px solid #f60;
}

.mail-link a::after {
    background: url(../images/icon-mail_og.svg) no-repeat center center;
    background-size: cover;
    width: 24px;
    height: 16px;
    margin-top: -8px;
}

.req-link a {
    
    color: #fff;
    background: #94c429;
    background: -moz-linear-gradient(top, #94c429 0%, #27b245 100%);
    background: -webkit-linear-gradient(top, #94c429 0%, #27b245 100%);
    background: linear-gradient(to bottom, #94c429 0%, #27b245 100%);
    border: none;
    display: block;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 12px 13px 12px 44px;
    border-radius: 5px;
    margin: 0 0 2px;
    cursor: pointer;
    text-decoration: none;
    line-height: 1.3;
    min-width: 200px;
}

.req-link a::after {
    background:transparent;
    font-family:'Font Awesome 5 Free';
    font-weight: bold;
    content: "\f518";
    background-size: cover;
    width: 24px;
    height: 20px;
    margin-top: -13px;
}
.btn-req{padding-top: 40px;padding-bottom: 40px;}

.btn-req::before{
    display: inline-block;
    position: absolute;
    left: 2%;
    font: normal normal bold 14px/1 'Font Awesome 5 Free';
    content: "\f518";
    color: #fff;
    font-size: inherit;
    line-height: 0;
    top: 50%;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}


.btn-area .entry-link,.text-link{
display:inline-block;
}

.entry-link a {
    color: #fff;
    background: linear-gradient(0deg, #21b148 0%, #99c528 100%);
}

.entry-link a::after {
    background: url(../images/icon-cart.svg) no-repeat center center;
    background-size: cover;
    width: 24px;
    height: 24px;
    margin-top: -12px;
}

.text-link a {
    color: #fff;
    background: linear-gradient(0deg, #21b148 0%, #99c528 100%);
    padding-left:13px;
}


.ribbon-wrap {
    box-sizing: border-box;
    /*height: 45px;*/
    margin: 0px auto;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 95%;
    z-index: 5;
    margin-bottom: 20px;
}

.ribbon-wrap::before,
.ribbon-wrap::after {
    border-color: #1A3ABC;
    border-style: solid;
    bottom: -10px;
    content: '';
    position: absolute;
    width: 0;
    z-index: -2;
}

.ribbon-wrap::before {
    border-left-color: transparent;
    border-width: 20px 15px 20px 15px;
    left: -20px;
}

.ribbon-wrap::after {
    border-right-color: transparent;
    border-width: 20px 15px 20px 15px;
    right: -20px;
}

h3.ribbon {
    font-size: 20px;
    text-align: center;
}

.ribbon {
    background: #4996fc;
background: -moz-linear-gradient(-45deg, #4996fc 0%, #2044e5 100%);
background: -webkit-linear-gradient(-45deg, #4996fc 0%,#2044e5 100%);
background: linear-gradient(135deg, #4996fc 0%,#2044e5 100%);
    color: #fff;
    padding: 12px 20px;
    position: relative;
}

.ribbon::before,
.ribbon::after {
    border: none;
    border-bottom: solid 10px transparent;
    content: '';
    position: absolute;
    top: 100%;
}

.ribbon::before {
    left: 0;
    border-right: solid 10px #00213a;
}

.ribbon::after {
    right: 0;
    border-left: solid 10px #00213a;
}

.voice-scan {
    background-color: #EAF4F8;
    margin-bottom: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between;
    -webkit-align-content: flex-start;
    /* Safari */
    align-content: flex-start;
    padding: 20px;
}

.scanbox {
    box-sizing: border-box;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    /* Safari */
    flex-grow: 1;
    margin-bottom: 15px;
    text-align: center;
}

.flex-schedule {
    display: table;
    width: 100%;
    height: 132px;
}

.schedule-title {
    display: table-cell;
    width: 18%;
    font-size: 11px;
    font-size: 0.6875rem;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    background: #235b79;
}

.schedule-list {
    display: table-cell;
    border-right: 1px solid #235b79;
    border-bottom: 1px solid #235b79;
}

.schedule-list li+li {
    border-top: 1px dotted #235b79;
}

.schedule-list p {
    min-height: 28px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    padding: 4px 0px;
    display: inline-block;
}
.schedule-list p:first-child{padding-right:10px;}


.schedule-list li{
padding:0 16px;}

.schedule-list p:before,
.schedule-list p:after {
    content: " ";
    display: table;
    clear: both;
}

.top-schedule{
     margin: 0 auto;
    width: 800px;
    background: #fff;
}
.seminarschedule{
width:100%;
}



.top-schedule h2,.seminarschedule h2{
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 4px 10px;
    background: #235b79;
    height: auto;
    margin: 0;
}

.top-schedule h2 span,.seminarschedule h2 span {
    padding-left: 10px;
    font-size: 1rem;
    font-weight: normal;
}



.seminarschedule table{
    width:100%;
    font-size:16px;
    border-collapse: collapse;
}

.seminarschedule tr {
    border-top: dotted 1px #bababa;
}
.seminarschedule th{
    background: #c4def5;
        border-top: 1px solid;padding:4px;
}

.seminarschedule td{
padding:4px;
}

.seminarschedule tr:last-child td {
    padding-bottom: 1em;
}



.seminarschedule h4 {
    background: #c4def5;
    border-top: 1px solid;
    padding: 4px;
    font-weight: bold;}

.seminarschedule li{padding:4px; border-bottom: dotted 1px #bababa;}
.seminarschedule ul{margin-bottom:0.7em;}

.seminarschedule li:first-child {
    border-top: dotted 1px #bababa;
}







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


/*フッタ*/


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

.footer {
    background-color: #064472;
    height: 107px;
    background: #0c0535;
background:url(../images/bg-star-trans1.png), -moz-linear-gradient(top, #0c0535 0%, #2f2fc4 100%);
background:url(../images/bg-star-trans1.png), -webkit-linear-gradient(top, #0c0535 0%,#2f2fc4 100%);
background:url(../images/bg-star-trans1.png), linear-gradient(to bottom, #0c0535 0%,#2f2fc4 100%);
    background-size:auto;
    background-repeat: repeat-x;
    padding-top:40px;
}

.footer p {
    color: #fff;
    text-align: center;

}
.footer p a{
 color:#fff;
}

#footer-fixed {
    z-index: 9999;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 5px 0;
    background-color: rgba(9, 68, 114, 0.8);
}

#footer-fixed p {
    text-align: center;
    font-weight: bold;
    padding: 5px 0 0 0;
    color: white;
}

#footer-fixed ul {
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%;
}

#footer-fixed ul li {
    display: table-cell;
    text-align: center;
}

#footer-fixed ul li a {
    display: block;
    width: 90%;
    margin: 5px auto;
    padding: 10px 0 8px 12px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-align: center;
    font-weight: bold;
    color: white;
    text-decoration: none;
    line-height: 1;
    position: relative;
}

#footer-fixed #sp-fix-entry a {
    background: #e81801;
    background: -moz-linear-gradient(top, #e81801 0%, #8c0100 100%);
    background: -webkit-linear-gradient(top, #e81801 0%, #8c0100 100%);
    background: linear-gradient(to bottom, #e81801 0%, #8c0100 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e81801', endColorstr='#8c0100', GradientType=0);
    border-radius: 10px;
}

#footer-fixed #sp-fix-req a {
    background: #94c429;
    background: -moz-linear-gradient(top, #94c429 0%, #27b245 100%);
    background: -webkit-linear-gradient(top, #94c429 0%, #27b245 100%);
    background: linear-gradient(to bottom, #94c429 0%, #27b245 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94c429', endColorstr='#27b245', GradientType=0);
    border-radius: 10px;
}

#sp-fix-entry a::before{
        display: inline-block;
    position: absolute;
    left: 2%;
    font: normal normal bold 18px/0 'Font Awesome 5 Free';
    content: "\f51c";
    color: #fff;
    top: 50%;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

#sp-fix-req a::before{
        display: inline-block;
    position: absolute;
    left: 5%;
    font: normal normal bold 18px/0 'Font Awesome 5 Free';
    content: "\f518";
    color: #fff;
    top: 50%;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}


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


/*メディアクエリ*/


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

@media (max-width: 480px) {
    .schedule-list p {
        font-size: 0.75rem;
        display: block;
    }
    .top-schedule h2 span {
        font-size: 0.9rem;
    }
    .about-inr-bg .bg {
        padding: 12px 30px;
    }
    .plan-detail dd {
        width: auto;
    }
    .plan-detail {
        margin-left: -5em;
    }
    .header {
    margin-top: 80px;
}
}

@media (max-width: 768px) {
    .under{font-size: 140%;}
    
    .manga{margin: 0 -1.5em;}
    
    
    .dt-only {
        display: none;
    }
    ul.hd-social {
        position: relative;
        text-align: right;
    }
    .header h1 {
        font-size: 0.75rem;
        text-align: center;
    }
    
    header.inner{
    width:100%;
    }
    
    .top {
        background: transparent;
        height: auto;
    }
    
    .top-headimg{
         background-size: cover;
        height: auto;
    }
    
    .main-vis .sp-original img {
        width: 100%;
    }
    .g-nav {
        display: none;
    }
    .inner {
        width: 90%;
    }
    .about .lead {
        width: 100%;
    }
    .about-inr {
        width: 100%;
    }
    .about-intro {
        padding: 0;
    }
    .kansou-inr {
        width: 100%;
    }
    .head {
        position: fixed;
        top: 0;
        width: 100%;
        background: rgba(255, 255, 255, 0.85);
        z-index: 100;
    }
    .head-inner {
        width: 94%;
        padding: 10px;
        margin: 0 auto;
    }
    .head-inner:before,
    .head-inner:after {
        content: " ";
        display: table;
        clear: both;
    }
    .logo {
        float: left;
        width: 75%
    }
    .logo img {
        width: 100%;
    }
    .nav-btn {
        float: right;
        width: 12%;
        max-width: 70px;
    }
    .nav-btn.close {
        display: none;
    }
    .gnav {
        display: none;
        clear: both;
        width: 100%;
        padding: 10px 0 0;
    }
    .gnav li {
        width: 100%;
        margin-top: 10px;
    }
    .gnav a,
    .gnav p {
        display: block;
        font-size: 14px;
        font-size: 0.875rem;
        color: #fff;
        text-decoration: none;
        background: #235b79;
        padding: 10px 15px;
    }
    .gnav .nav-btn {
        float: none;
        width: 100%;
        max-width: inherit;
        background: #999;
    }
    .gnav .nav-mail {
        background: #870000;
    }
    .gnav .nav-entry {
        background: #aa0000;
    }
    .gnav .nav-req {
        background: #007e00;
    }
    .kansou p.fuan {
        width: 100%;
    }
    .voice-box {
        padding: 10px 15px 15px;
    }
    .voice-box table td:first-child {
        width: 7em;
        padding-right: 8px;
        font-size: 11px;
    }
    .voice-box table td:last-child {
        font-size: 12px;
    }
    .ikaga .main {
        float: none;
        width: 100%;
        margin: 10px 0;
    }
    .ishiiphoto,.ikaga .ishii,
    .inquiry .ishii {
        float: none;
        text-align: center;
        width: 100%;
    }
    .contact p {
        font-size: 13px;
        width: 100%;
    }
    .contact .woman img {
        display: none;
    }
    .contact table {
        width: 100%;
        top: 295px;
        right: 0;
    }
    .contact td {
        font-size: 12px;
    }
    .contact td.midashi {
        font-size: 12px;
        padding-left: 5px;
        width: 10em;
    }
    h3.ribbon {
        font-size: 12px;
    }
    .contact ul li {
        float: none;
        margin-right: 0;
    }
    .sche-midashi {
        font-size: 20px;
    }
    .schedule table {
        font-size: 13px;
    }
    .cell-photo {
        display: block;
    }
    .cell-photo~td {
        display: block;
        border: none;
        margin-bottom: 10px;
    }
    .tab-btn::after {
        background: url(../images/icon-arrow.svg) no-repeat center center;
        background-size: cover;
        width: 18px;
        height: 18px;
        margin-top: -9px;
        position: absolute;
        top: 50%;
        left: 10%;
        content: "";
    }
    .tab-btn {
        display: block;
        position: relative;
        font-size: 12px;
        font-size: 0.75rem;
        font-weight: normal;
        color: #fff;
        text-align: center;
        padding: 12px 0;
        border-radius: 5px;
        margin: 0 0 2px;
        cursor: pointer;
        background: linear-gradient(0deg, #21b148 0%, #99c528 100%);
        border-style: solid;
        border-color: #99c528;
        border-width: 2px;
        padding: 18px 0;
        font-size: 18px;
        font-size: 1.125rem;
        margin: 0 0 3px;
    }
    .risonare {
        width: 100%;
    }
    .faq-block .faq-q {
        padding: 0 0 16px 85px;
    }
    .faq-block .faq-q p {
        font-size: 16px;
        line-height: 1.2;
    }
    .inquiry .main {
        float: none;
        width: 100%;
        margin: 10px 0;
    }
    .top-schedule {
        position: relative;
        left: inherit;
        top: inherit;
        width: 94%;
        margin: 10px auto 30px;
    }

    .cosmo h2{font-size: 5.2vw}
    .contact-area .btn-large{font-size: 5vw;
    line-height: 1.3;/*padding-top: 0.6em;*/}
    .btn-large{font-size: 5.1vw;
    padding-left: 1.6em}
    
    .mailseminar table td input[type="text"]{
        font-size: 1em;
    }

}

@media (max-width: 839px) {
    h2 {font-size: 28px;}

}

@media (min-width: 480px) and (max-width: 768px) {
    .header {
        margin-top: 110px;
    }
}




@media (min-width: 769px) {
    .head {
        display: none;
    }
    
    .sp-original {
        display: none;
    }
    .contact-area {
        background: transparent url(../images/contact-tel-pc-2.png) top center no-repeat;
        padding-top: 92px;
        text-align: center;
        width: 94%;
    }
    header.cosmo{min-height: 180px; }
    .btn-large{margin: 0.3em 1.5em;}
    .youtube-player{width:800px;height:450px;}
    .content-wrap{}
    .bg-wrap{background: transparent url(../images/bg-people.jpg);}
    
    .profile-photo{float: right; width: 280px;margin-left: 2em;}
    
    header.inner{width: 100%;}
    
    .line-in-box {    width: calc((100% - 30px)/2);}
    .line-in-h3 {
    font-size: 1.5em;
    line-height: 2.5em;}
    .line-in-box-content {
    padding: 50px 30px;
    height: 20em;}
    .line-in-id p {
    font-size: 2em;}
    .line-in-id-code {
    font-size: 2em;
    line-height: 2.5em;}
    
    .mailseminar button[type="submit"]{font-size:29px;}
    
    
}

@media (min-width: 839px) {


}

@media (min-width: 1024px) {
      .header.inner{
    /*width: 1200px;*/
    padding: 0;}
    
    .content-wrap{background: #fff; max-width: 1180px; margin:0 auto;margin-top: 60px;}
}
