@charset "UTF-8";

html, body {
    margin: 0;
    padding: 0;
}

body {
    color: #3f3f3f;
    font-size: 12px;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, Verdana, sans-serif;
    height: 100%;
    background-color: #FFF;
    min-width: 1200px;
}

a {
    cursor: pointer;
    text-decoration: none;

}

a:hover {
    opacity: 0.7;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

div, p {
    margin: 0;
}

ul {
    padding: 0;
}

video {
    vertical-align: bottom;
}

.clearfix::after {
    content: "";
    display: block;
    font-size: 0;
    clear: both;
}

/*============================================
 header Section
============================================*/
.header {
    margin: 0;
}

.main {
    background-image: url(../../img/movie_over.png);
    position: relative;
    width: 100%;
}

.main .topArea {
    position: absolute;
    top: 10px;
    width: 100%;
}

.main .logo {
    margin-left: 20%;
    text-align: left;
}

.main h1 {
  width: 100%;
  color: #fff;
  font-size: 2.6em;
  font-weight: normal;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 10px;
  margin-top: 10%;
}

.main video {
    position: relative;
    width: 100%;
    z-index: -1;
 }

.recommend {
    color: #fff;
    text-align: center;
    margin: 5% auto 0;
}

.recommend li {
    width: 15%;
    display: inline-block;
    padding: 1%;
    vertical-align: top;
    border: #fff solid 1px;
    background-color: rgba(240,240,240,0.15);
    font-size: 1.3em;
    line-height: 1.5;
    letter-spacing: 0.1em;
}

.recommend li:nth-child(2) {
    width: 25%;
    margin: 0 2%;
}

.btnComp {
    margin-top: 5%;
}

.btnComp a {
    width: 400px;
    display: block;
    margin: 0 auto;
    padding: 27px 0;
    color: #FFF;
    font-size: 1.5em;
    font-weight: normal;
    letter-spacing: 5px;
}

.btnComp a img {
    vertical-align: text-bottom;
    padding: 0 0 0 0.5em;
}

.btnComp_app {
    background-color: #20b2aa;
}

.btnComp_check {
    background-color: #999;
}


.head {
    margin-top: 1%;
}

.att {
    font-size: 1.08em;
    margin-right: 3%;
}



/*============================================
 common
============================================*/
section {
    margin: 0 auto;
    text-align: center;
}

.section_head {
    width: 42%;
    margin: 35px auto;
    border-bottom: dotted 2px #a9a9a9;
    color: #333;
    font-size: 2.083em;
    font-weight: bold;
    line-height: 3;
    letter-spacing: 4px;
}

.appeal_catch {
    font-size: 2.25em;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.3em;
}

.appeal_text {
    color: #3F3F3F;
    font-size: 1.333em;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.1em;
}

.fcGreen {
    color: #8fc31f;
}

hr {
    width: 100%;
    border-width: 1px 0px 0px 0px;
}

/*============================================
 drawer-toggle
============================================*/

.drawer-hamburger {
    position: absolute;
    left: 80%;
}

.drawer-toggle img {
    background-color: transparent;
}

.drawer--right .drawer-nav {
    background: rgba(0,0,0,0.75) !important;
    color: #fff !important;
    z-index: 120 !important;
}

.drawer-nav {
    font-size: 1.167em;
    text-align: left;
}

.drawer-nav a {
    color: #FFF;
}

.drawer-nav h2 {
    font-size: 1.667em;
    border-bottom: 2px solid #fff;
    margin-right: 10%;
    margin-left: 10%;
}

.drawer-menu {
    margin: 10% 0 10% 15% !important;
}

.drawer_btn_close {
    text-align: right;
    margin-top: 15px;
    cursor: pointer;
    width: 90%;
}

.drawer-menu li {
    margin: 1em 0 0 0;
    text-align: left;
}

.drawer-menu li a img {
    width: 15px;
    height: 15px;
    padding: 0em 0.5em 0 0;
    vertical-align: sub;
}

.drawer-menu-list-comp {
    margin: 10% 0 10% 22%;
}

.drawer-menu-list-comp li {
    list-style: disc;
}

.drawer-menu-list-icon {
    text-align: center;
}

.drawer-menu-list-icon li {
    display: inline-block;
    margin: 0 auto;
    padding: 0 2%;
}


/*============================================
 voiceArea
============================================*/
.voiceArea {
    margin-top: 0%;
}


/*============================================
 swiper
============================================*/
.swiper-button-next {
    left: auto;
    right: 10%;
}

.swiper-button-prev {
    left: 10%;
    right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: none;
}

.swiper-pagination-bullet-active {
    opacity:1;
    background:#7a7a7a;
    }

.swiper-pagination-white .swiper-pagination-bullet-active {
    background:#fff;
    }

.swiper-pagination-black .swiper-pagination-bullet-active {
    background:#000;
    }

.swiper-pagination-bullet {
    width:15px;
    height:15px;
    display:inline-block;
    border-radius:100%;
    background:#fff;
    opacity:1;
    border: solid 1px #777;
    }

.swiper-pagination-bullet-active {
    opacity:1;
    background:#7a7a7a;
    }

.swiper-pagination-white .swiper-pagination-bullet-active {
    background:#fff;
    }

.swiper-pagination-black .swiper-pagination-bullet-active {
    background:#000;
    }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin:10px;
    }

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom:10px;
    left:0;
    width:100%;
    top: 320px;
    }

.appeal_kindOf li {
    display: inline-block;
    margin: 5px;
    border-radius: 79px;
    vertical-align: middle;
}


/*============================================
 service_section
============================================*/
.service_section {
    position: relative;
    overflow: hidden;
    min-width: 1200px;
    background-image: url(../../img/movie_over.png);
    letter-spacing: 4px;
    /*height: 0;*/
    /*background-color: #FF6600;*/
    /*background-image: url(../../img/movie_over.png);*/
    /*padding: 0 0 43%;*/
}

.service_section_text {
    position: absolute;
    z-index: 2;
    display: inline-block;
    top: 30%;
}

.video_contents {
    display: block;
    position: relative;
    z-index: -100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: auto;
}


.service_section_L {
    left: 20%;
}

.service_section_R {
    right: 20%;
}


.service_title {
    width: 200px;
    height: 40px;
    background-color: #fff;
    opacity: 0.8;
    /*margin: 0 0 40px;*/
    /*border-style: none;
    font-weight: 100;
    vertical-align: middle;*/
    font-size: 1.2em;
    line-height: 40px;
    /*font-weight: normal;
    text-align: center;*/
}

.service_lead {
    color: #FFF;
    font-size: 1.75em;
    letter-spacing: 0.2em;
    line-height: 1.76;
    /*margin-bottom: 40px;*/
    /*font-weight: 100;*/
}

.service_text {
    /*text-align: left;*/
    color: #fff;
    font-size: 1.4em;
    line-height: 1.5;
    /*font-weight: 100;*/
}

.section_title_R {
    width: 200px;
    height: 40px;
    background-color: #fff;
    opacity: 0.8;
    border-style: none;
    font-weight: 100;
    vertical-align: middle;
    text-align: center;
    font-size: 1.2em;
    line-height: 40px;
    margin-bottom: 50px;
    display: block;
    right: 0
}

.service_section_inner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}


/*==============================
FAQ Section
================================*/

.accordion {
    width: 800px;
    margin: 0 auto;
    padding: 0.5em;
    border: #a9a9a9 solid 1px;
    color: #444;
}

.accordion dt {
    cursor: pointer;
    font-size: 1.667em;
    min-height: 60px;
}

.accordion dt span {
    display: block;
}

.accordion dt span.iconQ {
    width: 2.5em;
    padding: 0.7em 0 0 0;
}

.accordion dt span.qText {
    border-bottom: #a9a9a9 1px solid;
    width: 90%;
    padding: 0.7em 0 0 0;
    font-weight: bold;
}

.accordion dt span.qText span {
    padding: 0 0.5em 0.3em;
}

.accordion dt span img {
    margin: 0;
}


.accordion dt img {
    /*float: right;*/
    /*margin: 10px 0 0 0;*/
}

.accordion img {
    vertical-align: middle;
    /*padding: 0 1em;*/
}

.accordion dd {
    margin: 0;
    padding: 1em 0em 1em 3.5em;
    background-image: url(https://www.hokennojikan.com/wp-content/themes/jikan_pc/img/TOP_PC_FAQ_A.png);
    background-repeat: no-repeat;
    background-position: 1% 27%;
    font-size: 1.25em;
    font-weight: bold;
}

.question {
    border-bottom: 1px solid #a9a9a9;
    cursor: pointer;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #444;
    font-weight: 300;
    width: 100%;
}

.question span {
    margin-left: 28px;
}

.Vicon {
    width: 50px;
    margin-right: 5%;
}

.Qicon {
    margin-top: -10px;
}

.accordion p.open-2 .Aicon {
    vertical-align: middle;
    display: inline-block;
}

.open-2_answer {
    display: inline-block;
    margin-left:40px;
    margin-top: -60px;
    margin-left: 70px;
}

.answer {
    line-height: 1.5em;
    padding-top: 15px;
}

.accordion p {
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-size: 15px;
    color: #444;
    line-height: 1.5em;
}



/*==============================
company Section
================================*/

.company ul {
    margin: 0;
    padding: 0;
}

.company ul li {
    display: inline-block;
    width: 283px;
    font-size: 1.6em;
}

.company ul li span {
    display: block;
}

.company ul li span span {
    color: #66cc33;
}

.company a {
    color: #333;
}

/*===================================
Journal Section
====================================*/

.journal {
    width: 884px;
    margin: 0 auto;
}

.journal ul {
    padding: 0;
    border-top: #CACACA 2px solid;
}

.journal li {
    border-right: #CACACA 2px solid;
    border-bottom: #CACACA 2px solid;
    border-left: #CACACA 2px solid;
}

.journal li img {
    vertical-align: bottom;
}

/*===================================
Maternity Section
====================================*/

.maternity{
    width: 850px;
}

.maternityTitle{
    margin-top: 25px;
    font-size: 26px;
    letter-spacing: 8px;
    color: #666;
    text-align: left;
    width: 650px;
}

.maternityBun{
    display: block;
    font-size: 16px;
    letter-spacing: .2em;
    padding-left: 18px;
    margin-top: 30px;
}

/*==============================
inquiry Section
================================*/
.inquiry {
    font-size: 1.6em;
}

.inquiry .tel {
    color: #86ce20;
    font-size: 1.875em;
    letter-spacing: 2px;
}


/*==============================
inquiry Section
================================*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

/*==============================
footer Section
================================*/

.footer {
    padding: 30px 10% 0;
    background-color: #666;
    height:300px;
    font-size: 1.3em;
}

.footer a {
    color: #FFF;
}

.footer ul {
    overflow: hidden;
}

.footer li {
    float: left;
    margin-right: 2em;
}

.footer_link {
    float: left;
}

.footer_sns {
    float: right;
}

.footer_company {
    clear: both;
}

#footer {
    width: 100%;
    background-color: #666;
    height:300px;
}

#footer .inner {
    background-color: #666;
    margin:0 auto;
    padding: 0;
}

#footer #footernav {
    overflow: hidden;
    margin-left: 10%;
}

#footer #footernav .footerLink li {
    display: inline-block;
    padding:30px 30px 0 0;
}

#footer #footernav a {
    color: #fff;
    letter-spacing: 0.2em;
    font-size: small;
    text-decoration-line: none;
}

.copy {
    color: #fff;
    text-align: center;
    font-size: small;
}


#footernav li {
    display: inline-block;
}

.snsLink {
    margin-left: 70px;
}

.snsLink li {
    margin: 30px 5px;
}

#footer .out {
    margin-left: 10%;
    margin-bottom: 50px;
}

#footer .out a {
    color: #fff;
    letter-spacing: 2px;
    font-size: small;
    text-decoration-line: none;
    text-align: left;
}

#footer .out li {
    display: inline-block;
    margin: 0 30px 0 0;
}


/*-------------------------------------------------*/ 
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

.alignC {text-align:center !important;}
.alignR {text-align:right !important;}
.alignL {text-align:left !important;}

.Fleft {float:left !important;}
.Fright {float:right!important;}
.f_left {float: left;width: auto}
.f_right {float:right;width: auto}
.f_box {overflow: hidden}

.w100 {width: 100%}

.MrAuto { margin-right: auto; }
.MlAuto { margin-left: auto; }

.P5px {padding:5px !important;}
.P10px {padding:10px !important;}
.P20px {padding:20px !important;}
.Mauto {margin:auto !important;}
.Mt00 {margin-top:0px !important;}
.Mt05 {margin-top:5px !important;}
.Mt10 {margin-top:10px!important;}
.Mt15 {margin-top:15px !important;}
.Mt20 {margin-top:20px !important;}
.Mt25 {margin-top:25px !important;}
.Mt30 {margin-top:30px !important;}
.Mt35 {margin-top:35px !important;}
.Mt40 {margin-top:40px !important;}
.Mt45 {margin-top:45px !important;}
.Mt50 {margin-top:50px !important;}
.Mt60 {margin-top:60px !important;}
.Mt70 {margin-top:70px !important;}
.Mt100 {margin-top:100px !important;}
.Mr00 {margin-right:0px !important;}
.Mr05 {margin-right:5px !important;}
.Mr10 {margin-right:10px !important;}
.Mr15 {margin-right:15px !important;}
.Mr20 {margin-right:20px !important;}
.Mr25 {margin-right:25px !important;}
.Mr30 {margin-right:30px !important;}
.Mr35 {margin-right:35px !important;}
.Mr40 {margin-right:40px !important;}
.Mb00 {margin-bottom:0px !important;}
.Mb05 {margin-bottom:5px !important;}
.Mb10 {margin-bottom:10px !important;}
.Mb15 {margin-bottom:15px !important;}
.Mb20 {margin-bottom:20px !important;}
.Mb25 {margin-bottom:25px !important;}
.Mb30 {margin-bottom:30px !important;}
.Mb35 {margin-bottom:35px !important;}
.Mb40 {margin-bottom:40px !important;}
.Mb50 {margin-bottom:50px !important;}
.Mb60 {margin-bottom:60px !important;}
.Mb70 {margin-bottom:70px !important;}
.Mb80 {margin-bottom:80px !important;}
.Mb100 {margin-bottom:100px !important;}
.Ml00 {margin-left:0px !important;}
.Ml05 {margin-left:5px !important;}
.Ml10 {margin-left:10px !important;}
.Ml15 {margin-left:15px !important;}
.Ml20 {margin-left:20px !important;}
.Ml25 {margin-left:25px !important;}
.Ml30 {margin-left:30px !important;}
.Ml35 {margin-left:35px !important;}
.Ml40 {margin-left:40px !important;}
.Pt00 {padding-top:0px !important;}
.Pt05 {padding-top:5px !important;}
.Pt10 {padding-top:10px !important;}
.Pt15 {padding-top:15px !important;}
.Pt20 {padding-top:20px !important;}
.Pt25 {padding-top:25px !important;}
.Pt30 {padding-top:30px !important;}
.Pt35 {padding-top:35px !important;}
.Pt40 {padding-top:40px !important;}
.Pr00 {padding-right:0px !important;}
.Pr05 {padding-right:5px !important;}
.Pr10 {padding-right:10px !important;}
.Pr15 {padding-right:15px !important;}
.Pr20 {padding-right:20px !important;}
.Pr25 {padding-right:25px !important;}
.Pr30 {padding-right:30px !important;}
.Pr35 {padding-right:35px !important;}
.Pr40 {padding-right:40px !important;}
.Pb00 {padding-bottom:0px !important;}
.Pb05 {padding-bottom:5px !important;}
.Pb10 {padding-bottom:10px !important;}
.Pb15 {padding-bottom:15px !important;}
.Pb20 {padding-bottom:20px !important;}
.Pb25 {padding-bottom:25px !important;}
.Pb30 {padding-bottom:30px !important;}
.Pb35 {padding-bottom:35px !important;}
.Pb40 {padding-bottom:40px !important;}
.Pl00 {padding-left:0px !important;}
.Pl05 {padding-left:5px !important;}
.Pl10 {padding-left:10px !important;}
.Pl15 {padding-left:15px !important;}
.Pl20 {padding-left:20px !important;}
.Pl25 {padding-left:25px !important;}
.Pl30 {padding-left:30px !important;}
.Pl35 {padding-left:35px !important;}
.Pl40 {padding-left:40px !important;}


/*desktop*/
@media screen and (max-width : 960px) {
    html {
        font-size : 100%;
    }
    .voiceArea {
        margin-top: 0%;
    }
    .head {
        margin-top: 5%;
    }
}

@media screen and (max-width : 768px) {
    html {
        font-size : 87.5%;
    }
    .voiceArea {
        margin-top: 0%;
    }
    .head {
        margin-top: 13%;
    }
}

