@charset "utf-8";

*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
html{
    overflow-y: scroll;
}
body{
    color: #333;
    background: #FFF;
    font-size: 14px;
    font-family: "Quicksand","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","メイリオ","Meiryo","sans-serif";
    line-height: 2;
    -webkit-text-size-adjust: 100%;
}
body,div,pre,p,blockquote,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,th,td,figure,figcaption,button{
    margin: 0;
    padding: 0;
}
a,
a:focus{
    outline: none;
}
a{
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
a:hover{
    opacity: 0.8;
}
li{
    list-style-type: none;
}
img{
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
a{color: #3d6b9c;text-decoration: none;}
a:hover{color: #64256a;text-decoration: underline;}
a:visited{color: #3d6b9c;text-decoration: none;}

/*----base color----
main #dbeff0
sub #2d3e3f
bkg #edf7f7
sub-bkg #eeeeee
-------------------*/
section{
    padding: 70px 0 80px;
}
.wrap{
    margin: 0 auto;
}
/*--Large screens only--*/
@media print, screen and (min-width: 1025px){
    .for-sp_tb,
    .for-tb{
        display: none;
    }
    .wrap{
        width: 1000px;
    }
}
/*--Large screens--*/
@media print, screen and (min-width: 768px){
    .for-sp{
        display: none;
    }
}
/*--Medium screens--*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    section{
        padding: 40px 0 50px;
    }
    .wrap{
        padding: 0 30px;
    }
    .for-sp_and_pc{
        display: none;
    }
}
/*--Small~Medium screens--*/
@media only screen and (max-width: 1024px){
    .for-pc-only{
        display: none;
    }
    .wrap{
        width: 100%;
    }
}
/*--Small screens--*/
@media only screen and (max-width: 767px){
    body{
        font-size: 15px;
    }
    section{
        padding: 20px 0px;
    }
    .container .wrap{
        padding: 0 15px;
    }
    .for-pc,
    .for-tb{
        display: none;
    }
}
/*-----------------------------------
header
-----------------------------------*/
#header{
    position: relative;
}
.head-group .nav a{
    display: block;
    padding: 0 0 0 55px;
    background-image: url(/image/icon/area.png);
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 30px auto;
    font-weight: bold;
    text-decoration: none;
    font-size: 15px;
    color: #333;
    line-height: 30px;
}
.head-inq a{
    text-decoration: none;
}
/*--Large screens--*/
@media print, screen and (min-width: 768px){
    .head-group{
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    .head-group .logo,
    .head-group .lead-txt,
    .head-group .nav,
    .head-inq{
        display: table-cell;
        vertical-align: middle;
    }
    .head-group .logo{
        width: 200px;
        padding-left: 30px;
    }
    .head-group .logo img{
        width: 160px;
        margin: 20px 0;
    }
    .head-group .lead-txt p{
        margin-left: 10px;
        font-size: 0.8em;
        line-height: 1.5;
    }
    .head-group .nav{
        width: 275px;
        padding-right: 110px;
    }
    .head-inq{
        position: absolute;
        top: 20px;
        right: 0;
        display: table;
        width: 110px;
        padding: 0 30px 0 20px;
    }
    .head-inq li{
        display: table-cell;
        vertical-align: middle;
    }
    .head-inq .mail a{
        display: block;
        width: 60px;
        height: 60px;
        background-color: #2d3e3f;
        background-image: url(/image/icon/mail.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 26px auto;
        border-radius: 50%;
        text-align: center;
    }
}
/*--Medium screens--*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .head-group .nav{
        width: 270px;
    }
}
/*--Small screens--*/
@media only screen and (max-width: 767px){
    .head-group{
        padding: 10px 0;
    }
    .head-group .logo{
        padding: 26px 0 0 15px;
    }
    .head-group .logo img{
        width: 120px;
    }
    .head-group .lead-txt{
        position: absolute;
        top: 10px;
        left: 15px;
    }
    .head-group .lead-txt p{
        font-size: 0.6em;
    }
    .head-group .nav{
        position: absolute;
        top: 20px;
        right: 0;
        width: 120px;
    }
    .head-group .nav a{
        display: block;
        padding: 35px 10px 10px;
        background-position: center 18px;
        background-size: 20px auto;
        font-size: 0.85em;
        text-align: center;
        text-decoration: none;
        color: #333;
    }
    .head-inq{
        position: fixed;
        z-index: 10000;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 12px 0;
        background-color: rgba(0, 0, 0, 0.8);
        line-height: 1.5;
        color: #FFF;
        text-align: center;
    }
    .head-inq{
        display: table;
        table-layout: fixed;
        width: 100%;
        border-collapse: separate;
        border-spacing: 10px 0;
    }
    .head-inq li{
        display: table-cell;
        width: 100%;
        border: 1px solid #FFF;
        vertical-align: middle;
    }
    .head-inq .mail a{
        display: block;
        padding: 7px 5px;
    }
    .head-inq .mail a span{
        padding-left: 22px;
        background-image: url(/image/icon/mail.png);
        background-position: 0;
        background-repeat: no-repeat;
        background-size: 16px auto;
        font-size: 1.05em;
        font-weight: bold;
        color: #FFF;
    }
}

/*-----------------------------------
pagetop
-----------------------------------*/
/*--Large screens only--*/
@media print, screen and (min-width: 1025px){
    .pagetop{
        position: fixed;
        z-index: 2000;
        bottom: 30px;
        right: 30px;
        width: 50px;
        height: 50px;
        content: "";
        cursor: pointer;
        transform: rotateY(270deg);
        -webkit-transform: rotateY(270deg);
        transition: transform 0.3s linear;
        -webkit-transition: -webkit-transform 0.3s linear;
        opacity: 0.8;
    }
    .pagetop .arrow:before{
        position: absolute;
        content: "";
        top: 50%;
        left: 50%;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-left: -10px;
        border-top: 4px solid #666;
        border-right: 4px solid #666;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
}
/*--Small~Medium screens--*/
@media only screen and (max-width: 1024px){
    .pagetop{
        position: relative;
        width: 100%;
        height: 38px;
        padding: 27px 5px 26px;
        background-color: #dbdbdb;
        font-size: 0.8em;
        color: #333;
        text-align: center;
        cursor: pointer;
    }
    .pagetop .arrow:before{
        position: absolute;
        content: "";
        top: 15px;
        left: 50%;
        width: 14px;
        height: 14px;
        margin-left: -7px;
        border-top: 3px solid #333;
        border-right: 3px solid #333;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
}
/*--Medium screens--*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .pagetop{
        margin-bottom: 30px;
    }
}
/*--Small screens--*/
@media only screen and (max-width: 767px){
    .pagetop{
        width: auto;
        margin: 0 -15px 20px;
    }
}

/*-----------------------------------
footer-inq
-----------------------------------*/
.ft-inq{
    margin-bottom: 40px;
}
.ft-inq .form-btn a{
    display: block;
    width: 300px;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #FFF;
    text-align: center;
}
.ft-inq .form-btn a span{
    padding-left: 26px;
    background-image: url(/image/icon/mail.png);
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    text-decoration: none; 
}
.ft-inq .tel{
    font-size: 1.6em;
    text-align: center;
}
.ft-inq .tel a{
    padding-left: 26px;
    background-image: url(/image/icon/tel_wh.png);
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: 22px auto;
    font-weight: bold;
    text-decoration: none;
}
.ft-inq .tel span{
    margin-left: 15px;
    padding: 0 5px 5px;
    background-image: url(/image/common/line.png);
    background-position: 0 bottom;
    background-repeat: no-repeat;
    background-size: auto 1px;
    font-size: 0.6em;
    font-weight: bold;
    vertical-align: 7px;
}
/*--Medium screens--*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .ft-inq{
        margin-bottom: 30px;
    }
}
/*--Small screens--*/
@media only screen and (max-width: 767px){
    .ft-inq{
        margin-bottom: 10px;
    }
    .ft-inq .form-btn a{
        width: 90%;
    }
    .ft-inq .tel{
        font-size: 1.4em;
        line-height: 1.5;
    }
    .ft-inq .tel span{
        margin-left:0;
    }
    .ft-inq .tel a{
        padding-left: 26px;
        background-size: 20px auto;
    }
}

/*-----------------------------------
footer
-----------------------------------*/
#footer{
    padding: 60px 0 30px;
    background-color: #2d3e3f;
}
#footer,
#footer a,
#footer a:hover{
    color: #FFF;
}
.ft-logo{
    margin-bottom: 10px;
}
.ft-logo img{
    width: 120px;
}
.ft-name p{
    font-size: 0.8em;
}
.ft-nav li a{
    font-size: 0.85em;
}
.external-link{
    margin: 30px 0;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.85em;
    text-align: center;
}
.external-link img{
    width: 120px;
    margin-top: 3px;
}
#footer .external-link a:hover{
    text-decoration: none;
}
.copyright{
    clear: both;
    display: block;
    font-size: 0.8em;
    text-align: right;
}
/*--Large screens only--*/
@media print, screen and (min-width: 1025px){
    .ft-name,
    .ft-nav{
        float: left;
    }
    .ft-name{
        width: 35%;
        padding: 0;
    }
    .ft-nav{
        width: 65%;
        padding: 0 0 0 30px;
    }
    .ft-nav ul{
        float: right;
    }
    .ft-nav li{
        margin-left: 20px;
    }
}
/*--Large screens--*/
@media print, screen and (min-width: 768px){
    .ft-nav ul{
        margin-top: 5px;
    }
    .ft-nav .sub{
        margin-bottom: 20px;
    }
    .ft-nav li{
        float: left;
    }
}
/*--Medium screens--*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #footer{
        padding: 0 0 40px 0;
    }
    .ft-logo{
        text-align: center;
    }
    .ft-logo img{
        width: 110px;
    }
    .ft-nav{
        margin-top: 30px;
        padding-top: 25px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    .ft-nav li{
        margin-right: 20px;
    }
    .external-link{
        margin: 15px 0 30px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        font-size: 0.8em;
    }
}
/*--Small screens--*/
@media only screen and (max-width: 767px){
    #footer{
        padding: 0 15px 80px;
        font-size: 0.9em;
    }
    .ft-nav{
        margin-top: 20px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .ft-nav ul:first-child li:first-child{
        border-top: 1px solid #1f1f1f;
    }
    .ft-nav li a{
        display: block;
        padding: 3px 15px;
        border-bottom: 1px solid #1f1f1f;
        text-decoration: none;
    }
    .ft-logo{
        margin: 20px 0 10px;
        text-align: center;
    }
    .ft-logo img{
        width: 100px;
    }
    .external-link{
        margin: 20px 0;
        padding: 0;
        border: none;
        font-size: 0.78em;
    }
    .copyright{
        margin-top: 20px;
        text-align: center;
    }
}

/*-----------------------------------
clear
-----------------------------------*/
.ft-content,
.ft-nav ul{
    display: block;
    min-height: 1%;
}
.ft-content:after,
.ft-nav ul:after{
    clear: both;
    content:".";
    display: block;
    height: 0;
    visibility: hidden;
}
