@charset "UTF-8";
/* CSS Document */
body{
    color: #333333;
    font-family: "Mplus 1p","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Helvetica,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 1.05rem;
    line-height: 1.6;
    margin: 0 auto;
    padding: 0;
    -webkit-text-size-adjust: 100%;
    font-weight: 300;
}
/*------------
common
-------------*/
br.pc{
    display:none;
}
.t-center{text-align:center;}
/*-------title */
.title{
    color:#104B77;
    text-align: center;
}
/*------------
header
-------------*/
header{
    margin: 0 auto 8px;
    width:94%;
}
.logo{
    margin: 0;
}
.logo img{
    max-width:260px;
    vertical-align: middle;
    width:100%;
}
/*-----------
nav
-------------*/
nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    background: #fff;
    color: #000;
    /*text-align: center;*/
    transform: translateY(-100%);
    transition: all 0.3s;
    width: 100%;
}
nav.globalMenuSp ul {
    background-color: rgba(253,253,253,0.8);
    margin: 0 auto;
    padding: 0;
    width: 100%;
} 
nav.globalMenuSp ul li {
    font-size: 0.98em;
    list-style: none;
    padding: 0;
    width: 100%;   
}
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
nav.globalMenuSp ul li a {
    display: block;
    color: #333;
    padding: 1em 0 1em 1.5em;
    border-bottom: 1px dotted #ccc;
    text-decoration: none;
}
nav.globalMenuSp ul li a:hover{
    background-color:#f2f2f2;
    text-decoration: none;
}
nav.globalMenuSp ul ul li a{
    padding-left: 3.5em;
}
nav.globalMenuSp ul ul li{}
nav.globalMenuSp.active {
    transform: translateY(0%);
}
.navToggle {
    display: block;
    position: fixed;
    right: 13px;
    top: 12px;
    width: 42px;
    height: 40px;
    cursor: pointer;
    z-index: 3;
    /*background: #666;*/
    text-align: center;
} 
.navToggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 3px #666;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .3s ease-in-out;
    left: 6px;
} 
.navToggle span:nth-child(1) {
    top: 9px;
} 
.navToggle span:nth-child(2) {
    top: 18px;
}
.navToggle span:nth-child(3) {
    top: 27px;
}
.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*-----------
main_visual
-------------*/
section#main_visual{
    margin:0 auto;  
}
#visual{
    background-color:#F4F8F9;
    height:350px;
    margin:0 auto;
    position: relative;
    width:100%;
}
.ttl_visual{
    position: absolute;
    color:#104B77;
    margin: 0 auto;
    left: 0;
    right: 0;
    font-size: 1.8em;
    top:30%;
    width:94%;
}
.ttl_visual span{
    font-size: 60%;
    font-weight: normal;
}
/*-----------
area_why
-------------*/
section#area_why{
    margin:0 auto;
    padding-top: 40px;
    width:94%;
}
.lead{
    line-height: 2;
    font-weight: 400;
}
/*-----------
recommend
-------------*/
#recommend .photo{
    display: none;
}
#recommend .photo img{
    vertical-align: bottom;
    width:100%;
}
#recommend .text{
    background-color: #1C74A5;
    color:#fff;
    padding: 3%;
}
#recommend .text .area_lead{}
.ttl_recommend{
    text-align:center;
}
#recommend .text .area_lead ul{
    list-style:none;
    margin: 0;
    padding: 0;
}
#recommend .text .area_lead ul li{
    padding-left:54px;
    margin-bottom:30px;
}
#recommend .text .area_lead ul li:first-child{background: url(images/number1.png) no-repeat left 4% / 40px auto;}
#recommend .text .area_lead ul li:nth-child(2){background: url(images/number2.png) no-repeat left 4% / 40px auto;}
#recommend .text .area_lead ul li:nth-child(3){background: url(images/number3.png) no-repeat left 4% / 40px auto;}
#recommend .text .area_lead ul li h3{
    margin-bottom:5px;
}
#recommend .text .area_lead ul li h3 span{
    font-weight: 300;
    font-size: 90%;
}
#recommend .text .area_lead ul li p{
    margin-top:0;
}
/*-----------
type
-------------*/
section#type{
    padding-top:40px;
    margin: 0 auto;
    width:94%;
}
section#type ul{
    list-style: none;
    margin: 0 auto 60px;
    padding: 0;
    width:90%;
}
section#type ul li{
    text-align: center;
    padding: 3%;
    margin-bottom:3px;
}
section#type ul li:first-child{background-color: #61AFDB;}
section#type ul li:nth-child(2){background-color: #318CC4;}
section#type ul li:nth-child(3){background-color: #1D6A99;}
section#type ul h3{
    color: #fff;
    margin: 0 0 15px;
}
section#type ul h3 span{
    font-weight: 300;
    font-size: 90%;
}
section#type ul li img{
    max-width:232px;
    width:100%;
}
/*-----------
support
-------------*/
section#support{
    background-color: #BEDEED;
    padding: 3%;
}
section#support ul {
    list-style:none;
    margin: 0;
    padding: 0;
}
section#support ul li{
    margin-bottom:30px;
}
section#support ul li .number{
    background-color: #255077;
    border-radius: 3px;
    color: #fff;
    padding: 2px 10px;
    font-weight: 400;
    margin-bottom:8px;
}
section#support ul li .number span{
    font-size: 80%;
}
section#support ul li .contents{}
section#support ul li .contents h3{
    color:#104B77;
    margin: 0 0 10px;
}
section#support ul li .contents p{
    margin-top: 0;
}
/*-----------
service
-------------*/
section#service{
    background-color:#F7F7F7;
    padding:3% 3% 5%;
}
.memo{
    text-align:center;
}
.memo:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f337";
    color:#ccc;
    margin-left: 10px;
    font-size: 1.8em;
    vertical-align: middle;
}
.table_sc{
    overflow:scroll;
}
table.table_style{
    border-top:1px solid #ccc;
    border-right:1px solid #ccc;
    margin-bottom:10px;
    width:100%;
}
table.table_style th,
table.table_style td{
    border-left:1px solid #ccc;
    border-bottom:1px solid #ccc;
    padding: 10px;
    text-align: center;
    white-space: nowrap;
}
table.table_style th{
    font-weight: normal;
    background-color: #E8EDEF;
}
table.table_style td.ttl{
    background-color: #F2F2F2;
}
table.table_style td img{
    max-width:280px;
    width: 100%;
}
table.table_style span.cp{
    font-size:70%;
}
ul.caution{
    margin: 0;
    padding:0;
    list-style:none;
    font-size: 80%;
}
ul.caution li{
    margin-bottom:8px;
}
.btn a{
    background-color: #F9B406;
    border-radius: 3px;
    border:3px solid #F9B406;
    color:#fff;
    display: block;
    text-decoration: none;
    text-align:center;
    text-shadow: #999 1px 1px 0px;
    font-weight: bold;
    font-size: 1.3em;
    margin: 30px auto;
}
section#type ul,
ul.btn_link{}
section#type ul li,
ul.btn_link li{}
section#type ul.btn_link li:first-child,
section#type ul.btn_link li:nth-child(2),
section#type ul.btn_link li:nth-child(3){
    background-color: transparent;
}
ul.btn_link li a{}
/*----------
voice
------------*/
section#voice{
    padding-top: 40px;
}
section#voice ul{
    background-color: #efefef;
    margin: 0;
    padding: 3%;
    list-style: none;
}
section#voice ul li{
    background-color: #fff;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 6px;
}
section#voice ul li .p{
    display: none;
}
section#voice ul li .p img{
    max-width:200px;
    width:100%;
}
section#voice ul li p{
    margin: 0;
}
section#voice ul li p.name{
    text-align:right;
}
/*-----------
faq
-------------*/
section#faq{
    background-color: #E7F4F7;
    padding: 3% 3% 5%;
}
section#faq ul{
    list-style:none;
    margin: 0;
    padding: 0;
}
section#faq ul li{
    border-bottom:1px dotted #255077;
    margin-bottom: 30px;
}
section#faq ul li h3{
    font-weight: 400;
    margin: 0 0 15px;
    font-size: 100%;
    padding-left: 1.8em;
    text-indent: -1.8em;
}
section#faq ul li h3::before{
    background-color: #255077;
    content: "Q";
    color:#fff;
    padding: 5px 7px;
    border-radius: 15px;
    text-align: center;
    margin-right: 10px;
}
section#faq ul li p{
    margin-top:0;
    padding-left: 1.8em;
    text-indent: -1.8em;
}
section#faq ul li p::before{
    content: "A";
    background-color: #318CC4;
    color:#fff;
    padding: 5px 7px;
    border-radius: 15px;
    text-align: center;
    margin-right: 10px;
}
/*-----------
footer
-------------*/
footer{
    background-color:#313233;
    color:#fff;
    font-size: 70%;
    padding:2%;
}
footer ul{
    margin: 0 0 8px;
    padding: 0;
    list-style: none;
    display:flex;
    justify-content: space-evenly;
}
footer ul li a{
    text-decoration: none;
    color:#fff;
}
footer ul li a::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f101";
    margin-right: 10px;
}
footer ul li a:hove{
    text-decoration: underline;
}
footer .copyright{
    text-align: center;
}
 /* ===================================================
768px以上 tablet
======================================================= */
@media screen and (min-width: 768px){
    br.sp{
        display:none;
    }
    nav.globalMenuSp{
        width:40%;
    }
    /*-----------
    type
    -------------*/
    section#type ul{
        display:flex;
    }
    section#type ul h3{
        font-size: 1em;
    }
    /*-----------
    support
    -------------*/
    section#support ul li{
        display: flex;
    }
    section#support ul li .number{
        margin:0 20px 0 0;
        white-space: nowrap;
        text-align: center;
        padding: 8px 10px;
        height: 47px;
    }
    section#support ul li .number span{
        display:block;
    }
    /*-----------
    service
    -------------*/
    table.table_style td img{
        width:230px;
    }
    .btn a{
        width:60%;
        padding: 30px;
    }
    /*-----------
    voice
    -------------*/
    section#voice{
        margin: 0 auto 3%;
        width:94%;
    }
    section#voice ul li{
        display:flex;
    }
    section#voice ul li .p{
        display:block;
        margin-right:2%;
        width:18%;
    }
    section#voice ul li .t{
        width:80%;
    }
}

/* ====================================================
980px以上用（PC用）
======================================================= */
@media screen and (min-width: 980px){
    /*-----------
    common
    ------------*/
    br.pc{
        display:block;
    }
    /*----------
    layout
    -----------*/
    header{ 
       width:1024px; 
    }
    section#area_why,
    section#type,
    section#voice{
        margin: 0 auto 60px;
        width:1024px;
    }
    section#recommend,
    section#service{
        margin-bottom:60px;
    }
    /*-----------
    main_visual
    -------------*/
    #visual{
        height: 500px;
    }
    .ttl_visual{
        font-size: 2.5em;
        line-height: 1.4;
        
    }
    /*-----------
    area_why
    -------------*/
    .lead{
        text-align: center;
        line-height: 2.5;
    }
    /*-----------
    recommend
    -------------*/
    #recommend{
        display: flex;
    }
    #recommend .photo{
        display: block;
    }
    #recommend .photo img{
        height:100%;
    }
    #recommend .text{
        padding:30px;
    }
    #recommend .text .area_lead ul li:nth-child(3){margin-bottom:0;}
    /*-----------
    type
    -------------*/
    section#type ul{
        justify-content: space-between;
    }
    /*-----------
    support
    -------------*/
    section#support ul{
        margin: 40px auto 0;
        width:1024px;
    }
    /*-----------
    service
    -------------*/
    .memo{
        display:none;
    }
    .table_sc{
        overflow: hidden;
    }
    table.table_style{
        margin:30px auto 10px;
        width:1024px;
    }
    ul.caution{
        margin:0 auto;
        width:1024px;
    }
    .btn a{
        letter-spacing:2px;
    }
    .btn a:hover{
        background-color: #fff;
        color:#F9B406;
        text-shadow: #fff 0 0 0;
    }
    .btn a span{
        font-size: 1.6em;
    }
    /*-----------
    faq
    -------------*/
    section#faq{
        padding-top:60px;
    }
    section#faq ul{
        margin: 0 auto;
        width:1024px;
    }
    section#faq ul li h3{
        margin-bottom:27px;
    }
    section#faq ul li p{
        margin-bottom:30px;
        margin-left:20px;
    }
    section#faq ul li h3::before,
    section#faq ul li p::before{
        font-size: 1.2em;
        font-weight: bold;
        padding:10px 12px;
        border-radius: 20px;
    }
}