@charset "UTF-8";

h1{ text-align: center; font-size: 36px; margin: 0px; padding: 0px; }
h2{ font-size: 32px; margin: 0px; padding: 0px; font-weight: bold; }
h3{ text-align: center; font-size: 28px; margin: 0px; padding: 0px; }
.defW{ max-width: 1170px; margin: 0px auto; }
.contsBody{ margin: 4vw 0 0 0; }

.nodeco{ text-decoration: none; }
a:hover > img{
    cursor:pointer;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity:0.8;
    zoom:1;
}
.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
}

html body {
line-height: 1.629;
}


.is-fixed-sp {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    background-color: rgba(0,178,169,0.8);
    text-align: center;
    padding: 10px 0px;
}

.toplink{
    position: absolute;
    bottom:10px;
    right: 10px;
    z-index: 3;
    padding: 10px;
    border:1px solid #999;
    background-color: rgba(200,200,200,0.8);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}

.toplink{
    position: absolute;
    bottom:10px;
    right: 10px;
    z-index: 3;
    padding: 10px;
    border:1px solid #999;
    background-color: rgba(200,200,200,0.8);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}
.toplink a{ text-decoration: none; }



.GM{
    background-color: #5dc2b2;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border: none;
}

.navbar-default .navbar-nav > li > a{
    color:#FFF;
    text-decoration: none;
    width: 147px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin: 0px 10px;
}

.navbar-default .navbar-nav > li > a.small{
    width: 100px;
    text-align: center;
}

.navbar-default .navbar-nav > li > a:hover{
    color:#FFF;
    text-decoration: none;
/*    background-image: url(../image/gmBG.png);
    background-repeat: no-repeat;
    background-position: center*/

    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border: none;
    background-color: #00b2a9;
}

.navbar { margin-bottom: 0px; }

.mainImage{
    background-image: url(../image/mainImage.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 59vw;
    position: relative;
}

.maincomitBtn{
    position: absolute;
    top: 42vw;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 35vw;
}

.box1{
    max-width: 900px;
    margin: 0px auto;
    padding: 10px 0px;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
}
.box1text{
    margin-top: 50px;
    max-width: 100%;
}

.box1>.title{
    background-color: #00b2a9;
    border-bottom: 10px #ffe900 solid;
    color: #FFF;
    padding: 24px;
}
.box1>ul{
    margin: 30px 40px;
}
.box1>ul>li{
    text-align: left;
    list-style: none;
    font-size: 25px;
    line-height: 40px;
}
.box1>ul>li:before{
    content: "\f1db";
    font-family: FontAwesome;
    color: #00b2a9;
    margin-right: 10px;
}

.boxRelative{ position: relative; }

.box2{ background-color: #00b2a9; overflow:hidden; color: #FFF; font-size: 15px; padding-top: 2%; }
.box2Title{ }
.box2Strleft{ padding: 0 4% 0 2%; font-weight: bold; line-height: 25px; }
.box2StrRight{ padding: 0 4% 0 4%; font-weight: bold; line-height: 25px; }
.box2Str1Img{
    position: absolute;
    top:10%;
    right: 7%;
}

.box3{ background-color: #ffe900; overflow:hidden; font-size: 15px;  }
.box3Body{ min-height: 190px;}
.box3Title{ padding-top: 40px; text-align: left; }
.box3Strleft{ padding: 0 4% 0 3%; font-weight: bold; line-height: 25px; }
.box3StrRight{ padding: 0 0% 0 4%; font-weight: bold; line-height: 25px; }

.box3Str1Img{
    position: absolute;
    top:-10%;
    left: 9%;
}

.box4{ background-color: #00b2a9; overflow:hidden; color: #FFF; font-size: 15px; padding-top: 2%; padding-bottom: 40px; }
.box4Title{   }
.box4Title2{   }
.box4Strleft{ padding: 1% 4% 0 3%; font-weight: bold; line-height: 25px; }
.box4StrRight{ padding: 1% 0% 0 4%; font-weight: bold; line-height: 25px; }
.box3Str1Img{
    position: absolute;
    top:-10%;
    left: 9%;
}

.backRitsu{ max-width: 47%; width: 47%; margin: 0; padding: 4% 0 0 7%; float: left; text-align: right; }
.bank{ max-width: 53%; width: 53%; margin: 0; padding: 3% 5% 0 2%; float: right; }

.comitArea{
    background-image: url(../image/bg1.png);
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
}
.comitFont{
    font-weight: bold;
    font-size:18px;
}

.nagareArea{
    padding-bottom: 50px;
    margin-top: 50px;
}

.nagareBody{
    float: left;
    max-width: 22%;
    margin-left: 4%;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
}
.nagareBody:first-child{
    margin-left: 0;
}
.nagareArrow{
    float: left;
    position: relative;
    padding-top: 10%;
}
.nagareArrow:after {
    content: "\f054";
    font-family: FontAwesome;
    float: left;
    position: absolute;
    top:35%;
    left:3%;
    font-size: 3vw;
    margin-left: 8px;
    color: #CCC;
}

.nagareTitle{
    background-color: #00b2a9;
    padding: 5px 10px;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
}
.nagareStr{
    padding: 15px;
    text-align: left;
    min-height: 100px;
}

.voiceArea{
    padding: 50px 0;
    padding-bottom: 50px;
    background-color: #00b2a9;
    background-image: url(../image/voiceBG.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    color: #FFF;
}

.voiceBody{
    background-color: #FFF;
    margin-top: 50px;
    padding: 0px 10px;
}
.voiceL{ color: #c975c0; font-weight: bold; font-size: 16px; }
.voiceM{ color: #00b2a9; font-weight: bold; font-size: 16px; }
.voiceL:before,
.voiceM:before {
    content: "\f075";
    font-family: FontAwesome;
    font-size: 30px;
    margin-right: 10px;
}
.voiceStr{
    color: #333;
    padding: 5px 10px 5px 40px;
}

.faqArea{
    padding: 50px 0;
    padding-bottom: 50px;
    margin-top: 0px;
    background-color: #deeaea;
}


.faqBody{ box-shadow: 10px 10px 10px rgba(0,0,0,0.2); margin-top: 30px; }
.qTitle{
    background-image: url(../image/qTitle.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    background-color: #00b2a9;
    padding: 4% 12% 3% 12%;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    position: relative;
    cursor: pointer;
}
.aStr{
    background-color: #FFF;
    padding: 10px;
}

.CamArea{
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
}

.acMenu dt{
    display:block;
    text-align:left;
    cursor:pointer;
}
.acMenu dt:after{
    content: "\f13a";
    font-family: FontAwesome;
    position: absolute;
    top: 15%;
    right:15px;
    font-size:30px;

}
.acMenu dd{
    background:#f2f2f2;
    text-align:cleft;
    display:none;
    padding:10px;
    background-color: #FFF;
}
.acMenu dd>div{
    background-image: url(../image/a.png) ;
    background-repeat: no-repeat;
    background-size: 40px auto;
    background-position: top left;
    padding-left: 50px;
}
.acMenu dt.active{

}
.acMenu dt.active:after{
    content: "\f139";
    font-family: FontAwesome;
}

.imgwrap {
    position: relative;
    width: 100%;
    background-color: #ffe900;
    color: #00b2a9;
    -moz-border-radius: 50% 50%;
    -webkit-border-radius: 50% 50%;
    -o-border-radius: 50% 50%;
    -ms-border-radius: 50% 50%;
}
.imgwrap:before {
    content:"";
    display: block;
    padding-top: 100%; /* 高さを幅の75%に固定 */
}
.circleStr {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.circle3{
    text-align: center;
    background-color: #ffe900;
    color: #00b2a9;
    -moz-border-radius: 50% 50%;
    -webkit-border-radius: 50% 50%;
    -o-border-radius: 50% 50%;
    -ms-border-radius: 50% 50%;
    width: 100px;
    height: 100px;
    position: absolute;
    top:0;
    right:3%;
    font-size: 25px;
    z-index: 2;
}
.circleStr{
    line-height: 15px;
    padding-top: 19px;
}
.mcenter{ margin: 20px 10px; max-width: 50%; width: auto; height: auto; }

footer a{ color: #999; text-decoration: none; margin-top: 20px; }

div.contactPage{ padding-bottom: 3%;
    color: #999;
}

.subpage_i{
    color:#00b2a9;
}

.notopborder{ border-top: none; }
.bottomborder1 { border-bottom:#00b2a9 1px solid; }


.form-group{ margin-bottom: 0px;}
.form-horizontal .control-label {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 500px;
    padding: 0;
    display: block;
    float: none;
  }
  .btn-success:hover {
    color: #0D0D0D;
    background-color: #fecd1e;
    border-color: #fecd1e;
  }
  .btn-success {
    background-color: #fecd1e;
    color: #0D0D0D;
    font-weight: bold;
    border-radius: 30px;
    border: 2px solid #0D0D0D;
    padding-top: 15px;
padding-bottom: 15px;
  }
@media only screen and (min-width:1400px){
    .nagareArrow:after {
        top:25%;
    }
}

@media only screen and (max-width:992px){
.col-md-3 {
    width: 30%;
  }
  .col-md-9 {
    width: 70%;
  }
}

@media only screen and (min-width:992px){
  body .col-md-3 {
      width: 30%;
    }
    body .col-md-9 {
      width: 70%;
    }
  }




@media only screen and (max-width:991px){
    .box2Strleft{ padding-left: 5%;}
    .box2StrRight{ padding-top: 0%; padding-left: 5%;}
    .box3Body{ min-height: 0px;}
    .box3Title{ padding-top: 0px; text-align: left; }
    .CamArea{
        padding-top: 20px;
        padding-bottom: 0px;
        margin-top: 0px;
    }

    .mcenter{ margin: 20px 15px; max-width: 90%; width: auto; height: auto; }

    footer{ padding-bottom: 13%; }
    .hyouTitle{ text-align: left; }

}

@media only screen and (max-width:846px){

    .box2Strleft{ padding-left: 5%;}
    .box2StrRight{ padding-top: 0%; padding-left: 5%;}
    .box3Body{ min-height: 0px;}
    .box3Title{ padding-top: 0px; text-align: left; }
    .CamArea{
        padding-top: 20px;
        padding-bottom: 0px;
        margin-top: 0px;
    }

    .nagareArea{ padding-bottom: 20px; margin-top: 20px; }
    .nagareBody{
        float: none;
        max-width: 90%;
        width: 90%;
        margin: -10px 5%;
    }
    .nagareBody:first-child{ margin: -10px 5%; }
    .nagareArrow{ float: none; position: relative; padding-top: 0; }
    .nagareArrow:after {
        content: "\f078";
        font-family: FontAwesome;
        float: none;
        position: relative;
        top: 0%;
        left: 0%;
        margin-left: 0;
        font-size: 13vw;
    }
    .nagareStr{ font-size: 18px; }

    .voiceArea{ padding: 30px 0; margin-top: 30px; }
    .hyouTitle{ text-align: left; }
}
@media only screen and (max-width:767px){
    .box2Strleft{ padding-left: 5%;}
    .box2StrRight{ padding-top: 0%; padding-left: 6%;}
    .box3Body{ min-height: 0px;}
    .box3Title{ padding-top: 0px; text-align: left; }

    .CamArea{ padding-top: 20px; padding-bottom: 0px; margin-top: 0px; }
    .backRitsu{ max-width: 94%; width: 94%; margin: 3%; padding: 20px 0 0 0; float: none; text-align: center; }
    .bank{ max-width: 94%; width: 94%; margin: 3%; padding: 0; float: none; text-align: center; }

    .faqBody{ margin-top: 10px;}
    .qTitle{ height: 70px;}
    footer{ padding-bottom: 18%; }
    .hyouTitle{ text-align: left; }

}
@media only screen and (max-width:640px){

    h1{ font-size: 24px; }
    h3{ font-size: 20px; }
    .box1>ul{
        margin: 10px 10px;
        padding: 10px 0px;
    }
    .box1>ul>li{
        text-align: left;
        list-style: none;
        font-size: 16px;
        line-height: 25px;
    }
    .box1text{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .box2Strleft{ padding-left: 5%;}
    .box2StrRight{ padding-top: 0%; padding-left: 5%;}

    .box3Body{ min-height: 0px;}
    .box3Title{ padding-top: 40px; text-align: left; }
    .box3Strleft{ padding-left: 5%;}
    .box3StrRight{ padding-top: 0%; padding-left: 5%;}
    .box4Title2{ margin-top: 30px; }

    .navbar-default .navbar-nav{ max-width: 100%;}
    .navbar-default .navbar-nav > li{ width: 100%; text-align: center; border-bottom: 1px dotted #FFF;}
    .navbar-default .navbar-nav > li > a{ width: 100%; text-align: center; margin: 0px;}
    .navbar-default .navbar-nav > li > a.small{ width: 100%; text-align: center; margin: 0px;}
    .navbar-default .navbar-nav > li:last-child{ border-bottom: none;}
    .navbar-default .navbar-nav > li > a:hover{ background-image: none; }
    .navbar-default .navbar-nav { margin: 0px; }

    .CamArea{ padding-top: 20px; padding-bottom: 0px; margin-top: 0px; }
    .backRitsu{ max-width: 94%; width: 94%; margin: 3%; padding: 20px 0 0 0; float: none; text-align: center; }
    .bank{ max-width: 94%; width: 94%; margin: 3%; padding: 0; float: none; text-align: center; }

    .qTitle{ min-height: 60px;}

    footer{ padding-bottom: 20%; }
    .hyouTitle{ text-align: left; }
}
td iframe {
width: 100%;
max-width: 100%;
}
img {
width: auto;
height: auto;
max-width: 100%;
}



/*   ここからカスタムCSS    */

* {
color: #0D0D0D;
font-family: "Noto Sans JP",sans-serif;
}


.head_text {
position: absolute;
top: 60px;
bottom: 0;
margin: auto;
width: 100%;
line-height: 0;
max-height: 390px;
}
.head_text * {
line-height: 1em;
}
.inner {
max-width: 1700px;
margin-right: auto;
margin-left: auto;
padding-top: 30px;
padding-bottom: 30px;
z-index: 1;
position: relative;
}
header .inner {
padding-top: 0;
padding-bottom: 0;
min-height: 700px;
line-height: 700px;
position: relative;
max-width: 1300px;
}

.top_text {
font-size: 96px;
line-height: 1.3;
letter-spacing: .04em;
font-weight: bold;
position: relative;
}
.bottom_text {
font-size: 50px;
font-weight: bold;
letter-spacing: .04em;
margin-top: 40px;
margin-bottom: 40px;
font-family: 'M PLUS Rounded 1c', sans-serif;
}
.navi {
position: relative;
padding-right: 30px;
padding-left: 30px;
}
.list {
margin-bottom: 0;
font-size: 0;
padding: 0;
}
.list li {
list-style: none;
font-size: 16px;
display: inline-block;
vertical-align: top;
}

.navi .list {
float: right;
width: 50%;
text-align: center;
height: 80px;
vertical-align: middle;
}
.navi .list li {
width: 20%;
height: 80px;
line-height: 80px;
}
.navi_logo {
float: left;
width: 50%;
vertical-align: middle;
}
.cb{
  clear: both;
}
.navi_logo img {
max-width: 400px;
}
footer .list {
max-width: 900px;
margin-right: auto;
margin-left: auto;
text-align: center;
}
footer .list li {
width: 33.333333%;
text-align: center;
}
footer .list li a {
color: #0D0D0D;
}

h2 {
    font-weight: 700;
    font-size: 43px;
    line-height: 1.629;
    margin-bottom: 20px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
.news {
    background-color: #0D0D0D;
    position: relative;
}


.p_text {
font-weight: normal;
font-size: 20px;
}

.contents {
background-color: #fff;
}





.cv_box {
max-width: 700px;
font-size: 0;
}


.cv_box .cv_button,.cv_box .cv_line {
width: 100%;
display: inline-block;
vertical-align: top;
}
.cv_box .cv_button a,.cv_box .cv_line a {
font-size: 16px;
width: 95%;
margin-right: auto;
margin-left: auto;
position: relative;
color: #fff;
}
.merit .explanation_box {
    max-width: 1000px;
}
.btn-wrap {
  text-align: center;
}


.cv_bottom .cv_box {
margin-right: auto;
margin-left: auto;
max-width: 1000px;
}
.cv_bottom {
padding-top: 25px;
padding-bottom: 20px;
background-color: rgba(0,0,0,.5);
position: fixed;
bottom: 0;
width: 100%;
z-index: 999;
}
.info {
transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
-webkit-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
-ms-transition-duration: 0.5s;
}


.cv_line:hover {
opacity: .8;
}
.p_text p {
margin-bottom: 23px;
line-height: 2;
}

h2 b {
background-color: #0D0D0D;
color: #fff;
padding-right: 5px;
padding-left: 5px;
padding-top: 2px;
padding-bottom: 2px;
}
footer {
    padding-bottom: 105px;
    background-color: #fecd1e;
    border-top: 3px solid #0D0D0D;
}

footer .list li {
height: 80px;
line-height: 80px;
}
footer a {
margin-top: 0;
font-weight: bold
}
.merit_box {
font-size: 0;
}

.merit_box .merit_text {
font-size: 18px;
display: inline-block;
width: 50%;
vertical-align: middle;
line-height: 30px;
padding-right: 2%;
padding-left: 2%;
}
.merit_box .merit_img {
text-align: center;
display: inline-block;
font-size: 18px;
width: 50%;
vertical-align: middle;
line-height: 30px;
padding: 30px;
}
.merit .inner {
max-width: 1500px;
}
.merit_text h2 {
font-size: 28px;
margin-top: 5px;
margin-bottom: 25px;
color: #fecd1e;
text-shadow: 1px 1px 1px #0D0D0D, -1px 1px 1px #0D0D0D, 1px -1px 1px #0D0D0D, -1px -1px 1px #0D0D0D, 1px 0px 1px #0D0D0D, 0px 1px 1px #0D0D0D, -1px 0px 1px #0D0D0D, 0px -1px 1px #0D0D0D;
}
.merit_box {
min-height: 720px;
line-height: 720px;
}
.info,.genre {
min-height: 720px;
}
.genre .list li {
    width: 25%;
    padding-right: 1.5%;
    padding-left: 1.5%;
    margin-bottom: 35px;
}

.genre .inner {
    max-width: 1200px;
}
.genre .inner h2 {
text-align: center;
}
.genre_box {
    border: 1px solid #0D0D0D;
    border-radius: 5px;
    padding: 10px;
}
.genre_english {
font-family: 'Open Sans', sans-serif;
}
.genre_text {
font-size: 1.5em;
text-align: center;
}
.info {
    background-color: #fecd1e;

}
.info h2 {
text-align: center;
color: #0D0D0D;
padding-top: 100px;
padding-bottom: 15px;
}
.info .inner {
max-width: 1000px;
}
.info .p_text p {
color: #0D0D0D;
}
.merit_title {
font-size: 90px;
line-height: 1.3;
font-weight: 700;
color: #0D0D0D;
text-shadow    : 
2px  2px 1px #ffffff,
-2px  2px 1px #ffffff,
2px -2px 1px #ffffff,
-2px -2px 1px #ffffff,
2px  0px 1px #ffffff,
0px  2px 1px #ffffff,
-2px  0px 1px #ffffff,
0px -2px 1px #ffffff;        /* 文字の影 */
}
.merit_title {
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
.merit_title * {
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
.top_text {
    font-family: 'M PLUS Rounded 1c', sans-serif;
min-height: 192px;
}
.top_text * {
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
@media (min-width: 1200px){
.move {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  margin: auto;
transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
-webkit-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
-ms-transition-duration: 0.5s;
min-height: 192px;
}
.move.wait {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
}
.explanation_box {
max-width: 1000px;
margin-right: auto;
margin-left: auto;
}
.explanation_box h2 {
text-align: center;
}
.black {
color: #fff;
background-color: #0D0D0D;
padding-right: 3px;
padding-left: 3px;
margin-right: 3px;
margin-left: 3px;
border-radius: 5px;
}
.business .inner {
max-width: 1000px;
}
table.business_table {
    width: 100%;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
}
table.business_table th {
border: 1px solid #ccc;
padding: 15px;
font-size: 17px;
color: #fff;
background-color: #0D0D0D;

}
table.business_table td {
border: 1px solid #ccc;
padding: 15px;
font-size: 17px;
}
.business h2 {
text-align: center;
}

.contents .cv_area {
background-color: #0D0D0D;
padding-top: 20px;
padding-bottom: 20px;
}

.contents .cv_box {
margin-right: auto;
margin-left: auto;
}

.contents .cv_contents {
max-width: 1000px;
background-color: #fff;
margin-right: auto;
margin-left: auto;
padding-top: 20px;
padding-bottom: 20px;
}
.merit {
    background-color: #f5f5f5;
    padding-top: 50px;
    position: relative;
}





@media only screen and (max-width:600px){
.pc_only {
display: none !important;
}
}
@media only screen and (min-width:601px){
.ip_only {
display: none !important;
}
}



h2.se span {
    position: relative;
    font-family: 'M PLUS Rounded 1c', sans-serif;

}
h2.se span::before,h2.se span::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 38px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    bottom: 8px;
}
h2.se span::before {
    background-image: url(../image/img_title_deco-left.png);
    left: -50px;
}
h2.se span::after {
    background-image: url(../image/img_title_deco-right.png);
    right: -50px;
}
.genre {
    padding-top: 40px;
    padding-bottom: 0;
}
.merit_box .merit_text p {
    font-size: 16px;
}
.d_none {
    display: none;
}
.genre_english {
    text-align: center;
}
.genre ul.list li a {
    text-decoration: none;
    background-color: #fecd1e;
    display: block;
    padding: 15px;
    border: 2px solid #0D0D0D;
    border-radius: 5px;
}
.genre h2 {
    margin-bottom: 60px;
}
.genre_box {
    border: 0px solid #333;
    border-radius: 5px;
    padding: 20px;
    background-color: #fff;
}
hr {
    width: 100%;
    height: 0;
    border-top: 1px solid #e2e1e0;
    border-bottom: 1px solid #fff;
    border-left: 0;
    border-right: 0;
}

.percent {
    text-align: center;
    color: #0397ea;
    font-size: 1.8em;
    font-family: 'Teko', sans-serif;
}

.percent span.number {
    color: #0397ea;
    font-weight: 800;
    font-size: 2.5em;
    font-family: 'Teko', sans-serif;
    line-height: .8em;
    }
    .times {
        text-align: center;
        background-color: #01cca3;
        color: #fff;
        max-width: 170px;
        margin-right: auto;
        margin-left: auto;
        border-radius: 5px;
        margin-top: 5px;
        font-size: 14px;
        padding-top: 2px;
        padding-bottom: 2px;
        background: linear-gradient(to right, #00A1EE , #13C581);
    }

.cv_box i {
    color: #fff;
    margin-right: 5px;
}


@keyframes updown-anim{
    0%{
      transform: translateY(110%); /*表示範囲外から*/
    }
    3%{
      transform: translateY(0); /*通常の位置へ*/
    }
    50%{
      transform: translateY(0); /*文字が上に揃うまで待機*/
    }
    53%{
      transform: translateY(110%); /*下がる*/
    }
    100%{
      transform: translateY(110%); /*待機*/
    }
  }
  
  /*** アニメーションする要素の親 ***/
  .updown{
    display: flex; /*　横並びに */
    overflow: hidden; /* はみ出たものを非表示に */
  }
  
  /*** アニメーションを適用する要素 ***/
  .updown span {
    color: red;
    transform: translateY(110%); /*デフォルトで下に隠す*/
    display: block; /*ブロック要素に*/
    animation: 6.5s updown-anim linear infinite; /* アニメーション */
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
  
  /*** 各span(文字)に遅延時間delayを設定 ***/
  .updown span:nth-child(1) {
    animation-delay: 0s;
  }
  .updown span:nth-child(2) {
    animation-delay: 0.05s;
  }
  .updown span:nth-child(3) {
    animation-delay: 0.1s;
  }
  .updown span:nth-child(4) {
    animation-delay: 0.15s;
  }
  .updown span:nth-child(5) {
    animation-delay: 0.2s;
  }
  .updown span:nth-child(6) {
    animation-delay: 0.25s;
  }
  .updown span:nth-child(7) {
    animation-delay: 0.3s;
  }
  .updown span:nth-child(8) {
    animation-delay: 0.35s;
  }
  .updown span:nth-child(9) {
    animation-delay: 0.4s;
  }
  .updown span:nth-child(10) {
    animation-delay: 0.45s;
  }
  .updown span:nth-child(11) {
    animation-delay: 0.5s;
  }
  .updown span:nth-child(12) {
    animation-delay: 0.55s;
  }
  .updown span:nth-child(13) {
    animation-delay: 0.6s;
  }
  .updown span:nth-child(14) {
    animation-delay: 0.65s;
  }
  .updown span:nth-child(15) {
    animation-delay: 0.7s;
  }
  .updown span:nth-child(16) {
    animation-delay: 0.75s;
  }
  .updown span:nth-child(17) {
    animation-delay: 0.8s;
  }
  .updown span:nth-child(18) {
    animation-delay: 0.85s;
  }
  .updown span:nth-child(19) {
    animation-delay: 0.9s;
  }
  .updown span:nth-child(20) {
    animation-delay: 0.95s;
  }
  
  
  /*** 装飾用 ***/
  .updown{
    font-weight: bold;
    font-size: 2rem;
    margin: 2rem;
    text-align: center;
margin-right: auto;
margin-left: auto;
max-width: 1000px;
justify-content: center;
align-items: center;
  }
.white_box {
    background-color: #fff;
    border-radius: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

.message {
    display: none;
    text-align: center;
  }
  
  .message.appear {
    display: block;
  }
.procedure {
    background-color: #fecd1e;
    padding-top: 100px;
    padding-bottom: 100px;
}

.procedure .inner h2 {
    text-align: center;
  }

.procedure ul.list li {
    width: 100%;
    padding: 20px;
    margin-bottom: 10px;
}
.procedure ul.list li h2 {
    text-align: left;
}


.procedure ul.list {
max-width: 1000px;
margin-right: auto;
margin-left: auto;
margin-top: 50px;
}
.procedure ul.list li .list_box {
    padding: 10px;
    border-radius: 10px;
}
.procedure ul.list li .list_img {
    max-width: 300px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top; 
}
.list_text {
    display: inline-block;
    width: calc(100% - 300px);
    padding-left: 0;
    vertical-align: top;
    font-size: 18px;
    padding-right: 15px;
}

.procedure ul.list li h2 {
    font-size: 35px;
}
.list_border {
    background-color: #fff;
    padding: 35px 30px;
    border-radius: 10px;
    font-size: 0;
}
.list_label {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 1.1em;
}


.list_label span {
    color: #fff;
    border-radius: 100%;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    display: block;
    max-width: 90px;
    margin-right: 15px;
}
.procedure ul.list li:nth-child(1) .list_label span,.procedure ul.list li:nth-child(1) .list_box {
    background-color: #25b3dc;
}
.procedure ul.list li:nth-child(2) .list_label span,.procedure ul.list li:nth-child(2) .list_box {
    background-color: #fb903d;
}
.procedure ul.list li:nth-child(3) .list_label span,.procedure ul.list li:nth-child(3) .list_box {
    background-color: #23c223;
}
.procedure ul.list li:nth-child(4) .list_label span,.procedure ul.list li:nth-child(4) .list_box {
    background-color: #ea4a84;
}
.procedure h2 span {
    text-shadow: 2px 2px 2px #ffffff, -2px 2px 2px #ffffff, 2px -2px 2px #ffffff, -2px -2px 2px #ffffff, 2px 0px 2px #ffffff, 0px 2px 2px #ffffff, -2px 0px 2px #ffffff, 0px -2px 2px #ffffff;
}
.business {
    padding-top: 100px;
    padding-bottom: 100px;
}
.question {
    padding-top: 100px;
    padding-bottom: 100px;
}
.question .inner {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}
.question h2 {
    text-align: center;
    margin-bottom: 70px;
}
.question .inner .qa {
    font-size: 18px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    margin-bottom: 30px;
}
.question .inner .q {
    font-size: 1.3em;
    font-weight: bold;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    padding-left: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    cursor: pointer;
    margin-bottom: 10px;
    background-color: #fecd1e;
}
.question .inner .a {
    padding-left: 200px;
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    display: none;
}
.question .inner .a::before {
    content: "";
    position: absolute;
    height: 160px;
    width: 160px;
    background-image: url(../image/operator.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 20px;
}
.border {
    min-height: 100px;
    padding: 15px;
    background-color: #edf1ee;
    border-radius: 30px;
    font-size: 16px;
    max-width: 600px;
}




h2 strong::after {
    content: "";
    background: url("../image/main_c.png") no-repeat;
      background-size: auto;
    background-size: contain;
    width: 125px;
    height: 125px;
    display: inline-block;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    position: absolute;
    top: -40px;
    border: 0;
    margin: auto;
    right: -145px;
  }
  h2 b {
    color: #0073af;
    font-size: 50px;
    display: inline-block;
    margin-top: 5px;
    background: linear-gradient(transparent 75%, #fff100 0%);
    line-height: 1.3em;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    text-align: center;
  }
  h2.center {
    text-align: center;
    font-size: 30px;
  }

  h2 strong {
  display: inline-block;
position: relative;
font-family: 'M PLUS Rounded 1c', sans-serif;
font-size: 50px;
  }
  .info h2 b,.procedure h2 b {
    text-shadow: 2px 2px 2px #ffffff, -2px 2px 2px #ffffff, 2px -2px 2px #ffffff, -2px -2px 2px #ffffff, 2px 0px 2px #ffffff, 0px 2px 2px #ffffff, -2px 0px 2px #ffffff, 0px -2px 2px #ffffff;
  }


  .content {
    overflow: hidden; /* はみ出た部分は表示しない */
  }
  .content {
    overflow: hidden; /* はみ出た部分は表示しない */
  }
  .content01{
    position: relative;
    height: 120px;
    width: 100%;
    background-color: #fff;
  }
  .content01::after {
    content: '';
    display: block;
    position: absolute;
    left:0;
    bottom: 0;
    border-top: 60px solid transparent;  /* 透明 */ 
    border-left: 50vw solid transparent;  /* 透明 */ 
    border-right: 50vw solid #f5f5f5;  /* むらさき */ 
    border-bottom: 60px solid #f5f5f5;  /* むらさき */ 
  }
  .content03{
    position: relative;
    height: 120px;
    width: 100%;
    background-color: #f5f5f5;
  }
  .content03::after {
    content: '';
    display: block;
    position: absolute;
    left:0;
    bottom: 0;
    border-top: 60px solid transparent;  /* 透明 */ 
    border-left: 50vw solid transparent;  /* 透明 */ 
    border-right: 50vw solid #fecd1e;  /* むらさき */ 
    border-bottom: 60px solid #fecd1e;  /* むらさき */ 
  }
.p_text ul.list li {
    width: 20%;
    text-align: center;
    position: relative;
}
.p_text ul.list li::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 25px;
    height: 25px;
    right: -12px;
    background-image: url(../image/cross.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .p_text ul.list li:nth-child(5)::after {
    background-image: none;
}
.p_text ul.list li strong {
    color: #0073af;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 1.3em;
}
.p_img {
    background-color: #f5f5f5;
    border-radius: 100%;
    overflow: hidden;
    width: 160px;
    height: 160px;
    padding-top: 10px;
    margin-right: auto;
    margin-left: auto;
}
.speak {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 50px;
    font-size: 2.3em;
    background-color: #0D0D0D;
    color: #fff;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 5px;
    position: relative;
}
.speak span {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color: #fff;
    z-index: 1;
    position: relative;
}
.speak::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -20px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-top: 70px solid #0D0D0D;
    border-right: 80px solid transparent;
    border-left: 80px solid transparent;
}

.p_img img {
max-width: 120px;
display: block;
margin-right: auto;
margin-left: auto;
}

.p_text ul.list li:nth-child(1) .p_img {
    border: 2px solid #25b3dc;
}
.p_text ul.list li:nth-child(2) .p_img {
    border: 2px solid #fb903d;
}
.p_text ul.list li:nth-child(3) .p_img {
    border: 2px solid #23c223;
}
.p_text ul.list li:nth-child(4) .p_img {
    border: 2px solid #ea4a84;
}
.p_text ul.list li:nth-child(5) .p_img {
    border: 2px solid #828282;
}
.p_text ul.list li a {
    text-decoration: none;
}
.p_text ul.list li:nth-child(1) a:hover .p_img {
    background: #25b3dc;
    transition: 0.5s;
}
.p_text ul.list li:nth-child(2) a:hover .p_img {
    background: #fb903d;
    transition: 0.5s;
}
.p_text ul.list li:nth-child(3) a:hover .p_img {
    background: #23c223;
    transition: 0.5s;
}
.p_text ul.list li:nth-child(4) a:hover .p_img {
    background: #ea4a84;
    transition: 0.5s;
}
.p_text ul.list li:nth-child(5) a:hover .p_img {
    background: #828282;
    transition: 0.5s;
}

.p_text ul.list li:nth-child(1) a:hover .p_img strong {
    color: #fff;
    transition: 0.5s;
}
.p_text ul.list li:nth-child(2) a:hover .p_img strong {
    color: #fff;
    transition: 0.5s;
}
.p_text ul.list li:nth-child(3) a:hover .p_img strong {
    color: #fff;
    transition: 0.5s;
}
.p_text ul.list li:nth-child(4) a:hover .p_img strong {
    color: #fff;
    transition: 0.5s;
}
.p_text ul.list li:nth-child(5) a:hover .p_img strong {
    color: #fff;
    transition: 0.5s;
}



.shapedividers_com-7970{
    overflow:hidden;
    position:relative;
    height: 90px;
    }
    .shapedividers_com-7970::before{ 
    content:'';
    font-family:'shape divider from ShapeDividers.com';
    position: absolute;
    z-index: 3;
    pointer-events: none;
    background-repeat: no-repeat;
    bottom: -0.1vw;
    left: -0.1vw;
    right: -0.1vw;
    top: -0.1vw; 
    background-size: 100% 90px;
    background-position: 50% 0%;  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="0 0 669.4 133.88"><path fill="%23fecd1e" d="M0 0c0 133.88 334.7 0 334.7 133.88C334.7 0 669.4 133.88 669.4 0z"/></svg>'); 
    }
    
    @media (min-width:2100px){
    .shapedividers_com-7970::before{
    background-size: 100% calc(2vw + 90px);
    }
    }
     

.form {
    background-color: #fecd1e;
    padding-top: 100px;
    padding-bottom: 100px;
}
.form .inner {
    background: repeating-linear-gradient(-45deg, rgba(255, 255, 255,.6),rgba(255, 255, 255,.6) 3px, rgba(255, 255, 255,.7) 0, rgba(255, 255, 255,.7) 6px);
    max-width: 1000px;
margin-right: auto;
margin-left: auto;
padding: 40px;
border-radius: 10px;
}
body .form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
    border-top: none;
  }
.comit-thanks h2 {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 30px;
}
body .row {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px;
  }
.contsSubbody.ptComTop {
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
}


.formTitle {
    font-weight: normal;
    font-size: 18px;
}
label {
    font-weight: normal;
    font-size: 18px;
}
.text-warning i {
    color: red;
}
input[type="text"], input[type="tel"], input[type="email"], select.form-control, input[type="date"],input[type="number"],.form-control {
    width: 100%;
    padding: 0 12px;
    font-size: 18px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: .1em;
    background: #f2f1f1;
    height: 50px;
    line-height: 50px;
  }
  .red-a {
    color: #fc2929;
    float: right;
  }
  .formTitle {
    height: 50px;
    line-height: 50px;
    padding-right: 0;
padding-left: 0;
  }
.error {
    display: none;
}
label {
    margin-bottom: 0;
}
.formArea label.mr40 {
    height: 50px;
    line-height: 50px;
}
.form-inline {
    font-size: 18px;
}
.c_check a {
    background-color: #fecd1e;
    color: #0D0D0D;
    font-weight: bold;
    border-radius: 30px;
    border: 2px solid #0D0D0D;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    max-width: 500px;
    text-align: center;
    text-decoration: none;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
}
.c_area .form-horizontal {

}
.calc_number {
    color: #0397ea;
    font-family: 'Teko', sans-serif;
    font-weight: bold;
}
#necessary,#result {
    color: #0397ea;
    font-size: 2.2em;
    font-family: 'Teko', sans-serif;
    margin-right: 2px;
}
dt {
    font-weight: normal;
    width: 100%;
  }
  dd {
    width: 100%;
  }

  .c_area .formTitle,.c_area .formArea {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .c_area .row {
    width: 50%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    padding-right: 20px;
padding-left: 20px;
  }
  .c_area #text-select {
    font-size: 0;
    max-width: 800px;
margin-right: auto;
margin-left: auto;

  }
  .form-inline .form-control {
    max-width: 100%;
  }

  .c_area #text-select .row:nth-child(1) .formTitle {
  background-color: #25b3dc;
  color: #fff;
  font-family: 'M PLUS Rounded 1c', sans-serif;
margin-bottom: 15px;
border-radius: 5px;
  }
  .c_area #text-select .row:nth-child(2) .formTitle {
    background-color: #fb903d;
    color: #fff;
    font-family: 'M PLUS Rounded 1c', sans-serif;
margin-bottom: 15px;
border-radius: 5px;
  }
  .c_area #text-select .three .row .formTitle {
    background-color: #23c223;
    color: #fff;
    font-family: 'M PLUS Rounded 1c', sans-serif;
margin-bottom: 15px;
border-radius: 5px;
  }
  .c_area .row:nth-child(4) .formTitle {
    background-color: #ea4a84;
    color: #fff;
    font-family: 'M PLUS Rounded 1c', sans-serif;
margin-bottom: 15px;
border-radius: 5px;
  }
  .attention_calc {
    text-align: left;
font-size: .8em;
  }
  .yellow_area {
    background-color: #fcf6db;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .calc_box dd {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  }
  .c_area .calc_number {
    margin-bottom: -7px;
    display: inline-block;
  }
  .hyouStr {
    background-color: transparent;
  }
  .c_area #text-select .three .row {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }
  .t-container {
    line-height: 1.2em;
  }
.top .navi .list li a {
    color: #0D0D0D;
    text-decoration: none;
}
header .inner .header_img {
    position: absolute;
    max-width: 600px;
    right: 0;
    top: 50px;
    bottom: 0;
    margin: auto;
}
.bottom_text {
    color: #0073af;
    font-size: 35px;
    line-height: 1.3em;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    margin-top: 40px;
    display: inline-block;
    line-height: 1.4em;
    background: linear-gradient(transparent 75%, #fff100 0%);
}
@media only screen and (max-width:800px){
    .merit_box .merit_text {
        display: inline-block;
        width: 100%;
    }
    .merit_title {
        font-size: 50px;
    }
    .merit_text h2 {
        font-size: 20px;
    }
    .merit_box .merit_img {
        width: 100%;
    }
    h2.center {
        font-size: 23px;
        margin-top: 50px;
        margin-bottom: 50px;
        
    }
    h2 strong {
        font-size: 37px;
    }
    h2 b {
        font-size: 37px;
    }
    h2 strong::after {
        top: -135px;
        border: 0;
        margin: auto;
        right: 0;
        left: 0;
        width: 100px;
        height: 100px;
    }
    .list_text {
        width: 100%;
        padding-right: 0;
        font-size: 16px;
        line-height: 1.7em;
        font-weight: normal;
    }
    .list_label span {
        max-width: 60px;
    }
    .list_border {
        padding: 25px 15px;
    }
    .procedure ul.list li .list_box {
        padding: 5px;
    }
    .procedure ul.list li {
        padding: 20px 10px;
    }
    .list_label {
        line-height: 1.2em;
        font-size: .7em;
    }
    .procedure ul.list li .list_img {
        margin-right: auto;
        margin-left: auto;
        display: block;
        margin-top: 15px;
    }
    .question .inner .q {

        padding-left: 10px;
padding-right: 40px;
font-size: 17px;
    }
    .question .inner .qa {
        padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
    }
    .form .inner {
        padding: 15px;
    }
    .contsSubbody.ptComTop {
        padding: 15px 20px;
    }
    .formTitle {
        display: block;
        width: 100%;
    }
    .col-md-9 {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
      }
      #price {
        display: inline-block;
        margin-right: 10px;
      }
      h2 {
        font-size: 26px;
      }
      .form {
        background-color: #fecd1e;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-right: 10px;
        padding-left: 10px;
      }
      h2.se span::before, h2.se span::after {
        width: 22px;
        height: 28px;
        bottom: 6px;
      }
      h2.se span::before {
        left: -40px;
      }
      h2.se span::after {
        right: -40px;
      }
      .business {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-right: 15px;
padding-left: 15px;
      }
      .list li {
        font-size: 13px;
      }
      footer .list li {
        height: 50px;
        line-height: 50px;
      }
      footer {
        padding-bottom: 120px;
      }
      .c_area .row {
        padding-right: 5px;
        padding-left: 5px;
      }
      .c_area #text-select {
        padding-right: 5px;
        padding-left: 5px;
      }
      footer .list li a {
        font-size: 11px;
      }
      .ip_only .updown {
        font-size: 1.7rem;
      }


      .genre {
        padding-right: 7px;
        padding-left: 7px;
      }
      .genre .list li {
        width: 50%;
        padding-right: 1%;
        padding-left: 1%;
        margin-bottom: 8px;
      }
      .genre ul.list li a {
        padding: 5px;
        border: 1px solid #0D0D0D;
      }
      .genre_box {
        background-color: #fff;
      }
      .genre_box {
        padding: 5px;
        }
        .times {
        font-size: 12px;
        padding-top: 5px;
        padding-bottom: 5px;
        }
        hr {
          margin-top: 10px;
          margin-bottom: 10px;
        }
        .genre_english {
        font-size: 12px;
        }
        .question .inner .a::before {
            height: 100px;
            width: 100px;
            top: 0;
            bottom: auto;
            margin: auto;
            left: 0;
        }
        .border {
            font-size: 15px;
        }
        .question .inner .a {
            padding-top: 0;
            padding-left: 110px;
        }
        .red-a {
            color: #fc2929;
            float: none;
          }
          .top_text {
            font-size: 55px;
            text-align: center;
          }
          .navi {
            padding-right: 0;
            padding-left: 0;
          }
          .navi_logo img {
            width: 100%;
          }

.bottom_text {
    margin-right: auto;
    margin-left: auto;
    display: block;
    font-size: 23px;
}
header .inner .header_img {
    position: relative;
    margin: auto;
    display: block;

}
.news {
    padding-right: 10px;
    padding-left: 10px;
    
}
.p_text ul.list li {
    width: 33.333333%;
    margin-bottom: 10px;

}
.p_img {
    width: 120px;
    height: 120px;
}
.p_img img {
    max-width: 90px;
}
.p_text ul.list li::after {
    display: none;
}


}

.white_box a {
    text-decoration: none;
}
header .cv_box {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
}

.menu a i {
    margin-right: 5px;
    }
    
    
    .menu a {
      text-decoration: none;
      color: #fff;
    }
    
    .menu ul {
    list-style: none;
    font-size: 16px;
    margin: 0;
    padding: 0;
    color: #fff;
    }
    
    .menu {
      -webkit-transition: ease .5s;
      transition: ease .5s;
      z-index: 100;
    position: absolute;
    top: 0;
    left: -400px;
    height: 100vh;
    padding: 4em 5em 3em;
    background-color: #0D0D0D;
    z-index: 20;
    position: fixed;
    max-width: 400px;
    }
    
    .menu ul li {
    padding: 1em 1em;
    border-bottom: 1px solid #fff;
    max-width: 350px;
    width: 260px;
    }
    
    .menu.open {
      display: block;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
    left: 0;
    z-index: 99999;
    }
    
    .drawers {
    position: absolute;
    right: 20px;
    top: 8px;
    overflow: hidden;
    }
    
    .drawer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-direction: row;
      position: relative;
      height: 70px;
      padding: 0 1em;
    }
    
    /* タブレット以下のサイズで表示 */
    
    @media (max-width: 768px) {
    
    
    
    
    
    
      .drawers {
        display: block;
      }
      .drawer {
        height: 60px;
      }
    }
    
    .navbar_toggle {
      z-index: 999;
    cursor: pointer;
    }
    
    .navbar_toggle_icon {
      position: relative;
      display: block;
      height: 2px;
      width: 30px;
      background: #0D0D0D;
      -webkit-transition: ease .5s;
      transition: ease .5s;
    }
    
    .navbar_toggle_icon:nth-child(1) {
      top: 0;
    }
    
    .navbar_toggle_icon:nth-child(2) {
      margin: 8px 0;
    }
    
    .navbar_toggle_icon:nth-child(3) {
      top: 0;
    }
    
    /*ハンバーガーメニューの開閉*/
    .navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
      top: 10px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    
    .navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      opacity: 0;
    }
    
    .navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
      top: -10px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
    
    .navbar_toggle {
      margin: 0 0 0 auto;
    }
    .tel a {
        font-family: 'Teko', sans-serif;
        color: #0D0D0D;
text-decoration: none;
font-size: 60px;
    }
    .tel {
      position: absolute;
      right: 20px;
      top: 25px;
    }

    .popup {
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 9999;
      opacity: 0;
      visibility: hidden;
      transition: .6s;
    }
    .popup.is-show {
      opacity: 1;
      visibility: visible;
    }
    .popup-inner {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%,-50%);
      width: 80%;
      max-width: 500px;
      padding: 0;
      background-color: #fff;
      z-index: 999999;
    border-top: none;
    }
    .popup-inner a {
    display: block;
    }
    .cv_pop {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    }
    .title_pop {
    text-align: center;
    max-width: 420px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
    }
    #CDT {
    color: #fff;
    background-color: #F9265C;
    text-align: center;
    font-size: 3.3em;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1.2em;
    letter-spacing: 0;
    }
    
    #CDT * {
    font-family: 'Lora', serif;
    }
    
    .Timer_area {
    position: relative;
    }
    .time_text {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    left: 10px;
    color: #fff;
    font-size: 14px;
    }
    .popup-inner img {
      width: 100%;
    }
    .close-btn {
      position: absolute;
      right: 7px;
      top: 14px;
      width: 30px;
      height: 30px;
      line-height: 35px;
      text-align: center;
      cursor: pointer;
    
    }
    .close-btn i {
    font-size: 25px;
    color: #fff;
    z-index: 99999999;
    position: relative;
    }
    .black-background {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0,.3);
      z-index: 999998;
      cursor: pointer;
    }
    .is-none {
      opacity: 0;
      visibility: visible;
      transition: all 0.5s;
    }
    .is-none.is-show {
    display: none;
    opacity: 0;
    }
    @media only screen and (max-width:800px){
    body .popup-inner {
    padding-right: 0;
    padding-left: 0;
    width: 95%;
    }
    body .popup-inner .title_pop img {
    max-width: 97%;
    margin-right: auto;
    margin-left: auto;
    }
    body .popup-inner a {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    }
    #CDT {
    font-size: 3em;
    line-height: 1.1em;
    }
    .close-btn {
    right: 0;
    top: 6px;
    }
    .close-btn i {
        font-size: 20px;
    }
    .time_text {
    font-size: 12px;
    height: 15px;
    }
    .title_pop {
    max-width: 250px;
    margin-bottom: 10px;
    }
    
    
    }


    .cv_box {
        max-width: 1000px;
    }

    .tel a i {
        transform: scale(-1, 1);
        font-size: 42px;
        margin-right: 10px;
    }

  .clear{
      clear:both;
    }
    .block_global {
      color: #fff;
      background-color: #0D0D0D;
      border-bottom: 20px solid #fecd1e;
    }
    .block_global a {
      list-style: none;
      color: #fff;
      text-decoration: none;
      display: block;
padding-top: 15px;
padding-bottom: 15px;
    }
    .block_global ul {
      padding: 0;
      max-width: 1000px;
      margin-right: auto;
      margin-left: auto;
      font-size: 0;
      border-left: 2px groove #fff;
      margin-bottom: 0;
    }
    .block_global li {
      display: inline-block;
      width: 20%;
      text-align: center;
      font-size: 15px;
      border-right: 2px groove #fff;
    }
    .question .inner .q {
      background-image: url(../image/plus.png);
      background-repeat: no-repeat;
      background-size: 25px;
      background-position: 98% center;
  }
  .question .inner .q.open {
    background-image: url(../image/minus.png);
  }
  .btn,
  a.btn,
  button.btn {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
  }
  

  
  a.btn-c {
    font-size: 2.2rem;
  
    position: relative;
  
    padding: 0.25rem 2rem 1.5rem 3.5rem;
  
    color: #fff;
    background: #e94919;
    -webkit-box-shadow: 0 5px 0 #d44114;
    box-shadow: 0 5px 0 #d44114;
  }
  
  a.btn-c span {
    font-size: 1.5rem;
    position: absolute;
    top: -1.25rem;
    left: calc(50% - 150px);
    display: block;
    max-width: 300px;
    width: 100%;
    padding: 0.2rem 0;
  
    color: #d44114;
    border: 2px solid #d44114;
    border-radius: 100vh;
    background: #fff;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  
  a.btn-c span:before,
  a.btn-c span:after {
    position: absolute;
    left: calc(50% - 10px);
  
    content: "";
  }
  
  a.btn-c span:before {
    bottom: -10px;
  
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #d44114 transparent transparent transparent;
  }
  
  a.btn-c span:after {
    bottom: -7px;
  
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
  }
  
  a.btn-c i {
    margin-right: 1rem;
  }
  
  a.btn-c:hover {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
  
    color: #fff;
    background: #eb5b30;
    -webkit-box-shadow: 0 2px 0 #d44114;
    box-shadow: 0 2px 0 #d44114;
  }



  .cv_line a.btn-c {
  background: #2ca559;
  box-shadow: 0 5px 0 #248447;
  }
  .cv_line a.btn-c span:before {
    border-color: #248447 transparent transparent transparent;
  }
  .cv_line a.btn-c span {
    color: #248447;
    border: 2px solid #248447;
  }
  @media only screen and (max-width:1000px){
    .panel-body {
      padding: 0;
    }
    .navi.ip_only .yellow_bottom {
      border-bottom: 30px solid #0D0D0D;
      padding-top: 5px;
      padding-bottom: 5px;
      padding-left: 5px;
      padding-right: 5px;
    }
    .cv_box .cv_button a, .cv_box .cv_line a {
      font-size: 12px;
    }
    a.btn-c {
      padding: 0.25rem 0rem 1rem 0;
    }
    a.btn-c span {
      font-size: 10px;
/*      left: 0;*/
      padding-top: 5px;
      padding-bottom: 2px;
      top: -1.3rem;
    }
    .block_global.ip_only ul li {
      width: 33.33333%;
      font-size: 12px;
    }
    .navi.ip_only .tel a {
      background-color: #008000;
color: #fff;
padding: 10px 10px 6px 10px;
font-size: 1em;
display: block;
border-radius: 10px;
    }
    .navi.ip_only a i {
      margin-right: 0;
      color: #fff;
      font-size: 25px;
    }
    .ip_only .navi_logo {
      float: none;
width: 60%;
    }
    .navi.ip_only .tel {
      position: absolute;
      right: 65px;
      top: 20px;
    }
    body .merit_box {
      min-height: 0;
line-height: 0;
    }

    .p_text ul.list {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    }
    .p_text ul.list li {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-around;
    }

  }


  header {
    position: relative;
  }
  .top_text b {
    z-index: 9999;
  }
  .move:not(.wait) {
    opacity: 0;
    top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
  }
  .move.wait {

  }

.container-fluid.BoxArea {
  padding-top: 50px;
  padding-bottom: 50px;
}

.menu a i {
  margin-right: 5px;
  }
  
  
  .menu a {
    text-decoration: none;
    color: #fff;
  }
  
  .menu ul {
  list-style: none;
  font-size: 16px;
  margin: 0;
  padding: 0;
  color: #fff;
  }
  
  .menu {
    -webkit-transition: ease .5s;
    transition: ease .5s;
    z-index: 100;
  position: absolute;
  top: 0;
  left: -400px;
  height: 100vh;
  padding: 4em 3em 3em;
  background-color: rgba(13, 13, 13, 0.95);
  z-index: 20;
  position: fixed;
  max-width: 330px;
  }
  
  .menu ul li {
  padding: 1em 1em;
  border-bottom: 1px solid #fff;
  max-width: 350px;
  width: 215px;
  }
  
  .menu.open {
    display: block;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  left: 0;
  z-index: 99999;
  }
  
  .drawers {
  position: absolute;
  right: 0;
  top: 10px;
  overflow: hidden;
  }
  
  .drawer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    position: relative;
    height: 70px;
    padding: 0 1em;
  }
  
  /* タブレット以下のサイズで表示 */
  
  @media (max-width: 768px) {
    .drawers {
      display: block;
    }
    .drawer {
      height: 60px;
    }
  }
  
  .navbar_toggle {
    z-index: 999;
  cursor: pointer;
  }
  
  .navbar_toggle_icon {
    position: relative;
    display: block;
    height: 2px;
    width: 30px;
    background: #0D0D0D;
    -webkit-transition: ease .5s;
    transition: ease .5s;
  }
  
  .navbar_toggle_icon:nth-child(1) {
    top: 0;
  }
  
  .navbar_toggle_icon:nth-child(2) {
    margin: 8px 0;
  }
  
  .navbar_toggle_icon:nth-child(3) {
    top: 0;
  }
  
  /*ハンバーガーメニューの開閉*/
  .navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
  }
  
  .navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
    top: -10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  .navbar_toggle {
    margin: 0 0 0 auto;
  }

.navi.ip_only {
  border-bottom: 20px solid #fecd1e;
}
.red_thanks {
  color: red;
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
  font-size: 1.2em;
}
.panel.panel-default.subPage {
  border-color: transparent;
}


/* ポップアップ */
.popup-area {
  display:none;
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  max-width: 100%;
  width: 100%;
}
/* 背景色 */
.cover-eml {
  background:rgba(0,0,0,0.3);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;   
  top:0;
  right:0;
  bottom:0;
  left:0;
}



#form-complete{
    margin: 150px auto 210px;
    padding: 5px;
    width: 100%;
    max-width: 450px;
}
#form-complete span{
    font-size: 20px;
}
