@charset "utf-8";

/*=============================================================================
    box-sizing
=============================================================================*/
*{
    box-sizing:border-box;
}

/*=============================================================================
    font size setting
=============================================================================*/
/*html { font-size: 62.5%; }*/
html { font-size: 60%; }
body { font-size: 1.2rem; }

/*=============================================================================
    base link style]
=============================================================================*/
a{
    outline: none;
}
a:link{
    color: #000;
    text-decoration:none;
}

a:focus, *:focus { outline:none; }

a:visited{
    color: #000;
    text-decoration:none;
}
a:hover{
    min-height: 1em;
    color: #333;
    text-decoration:none;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=80)";
}

/*=============================================================================
    #共通グリッド設定
=============================================================================*/
.row {
}
.row .col{
    float: left;
}
.row  .grid01{
    width: 100%;
}
.row  .grid02{
    width: 50%;
}
.row  .grid03{
    width: 33.333333%;
}
.row  .grid04{
    width: 25%;
}
.row  .grid05{
    width: 20%;
}
.row  .grid03-1{
    width: 33.333333%;
}
.row  .grid03-2{
    width: 66.666666%;
}
/*=============================================================================
    #lo01
=============================================================================*/
.lo01{
    background: #E5E5E5;
    padding: 10px;
    border-radius: 10px;        /* CSS3草案 */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;   /* Firefox用 */
    position: relative;
}
    .lo01:after {
        content: '';
        background:url(../images/reason/icn01.png) 0 0 no-repeat transparent;
        position: absolute;
        top:-35px;
        left:50%;
        margin-left:-45px;
        width: 99px;
        height:51px;
    }

    .lo01 .headline{
        padding:10px 20px 0 20px;
    }
    .lo01 .lo01Inner{
        margin:20px 0 0 ;
        background: #FFF;
        overflow: hidden;
        border-radius: 10px;        /* CSS3草案 */
        -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
        -moz-border-radius: 10px;   /* Firefox用 */
    }

/*=============================================================================
    #form
=============================================================================*/
.formPage{
}
    .formPage #main{
        padding:30px 0 0;
    }
        .formPage #c01{
            text-align: left;
        }

        .formPage #c01 .headline{
            font-size: 2.4rem;
            font-weight: bold;
            padding:0 0 5px;
            color: #0071BC;
            border-bottom: 1px solid #E5A326;
        }
        .formPage #c01 .formNote{
            font-size: 1.4rem;
            line-height: 1.8;
        }
.formPage .inputAssist{
    color:#CCC;
}
.formStyle01{
    width: 770px;
    margin:0 auto;
    padding:30px 0 0 0;
    text-align: left;
}
    .formStyle01 .errorArea {
        background: #ffeded;
        font-size: 1.4rem;
        color:#CC0000;
        margin-bottom: 20px;
        padding: 20px;
        text-align: center;
    }
    .formStyle01 .eMassage {
        font-size: 1.4rem;
        color:#CC0000;
        margin-top: 10px;
    }
    .formStyle01 input[type="text"]{
        padding:10px 10px;
        border:1px solid #ccc;
    }
    .formStyle01 textarea{
        padding:10px 10px;
        border:1px solid #ccc;
    }
    .formStyle01 select{
        padding:5px 10px;
    }
    .formStyle01 .w80px{
        width: 80px;
    }
    .formStyle01 .w180px{
        width: 180px;
    }
    .formStyle01 .w240px{
        width: 240px;
    }
    .formStyle01 .w480px{
        width: 480px;
    }
    .formStyle01 .separateStyle01{
        font-size: 1.4rem;
        border-bottom:1px dotted #ccc;
        padding:10px 0;
    }
    .formStyle01 .separateStyle01:last-child{
        border-bottom:none;
    }
    .formStyle01 .separateStyle01 .sTit:before{
        content:'■';
        color:#0071BC;
    }
    .formStyle01 .upload ,
    .formStyle01 .delete {
        display: inline-block;
        cursor: pointer;
    }
    .formStyle01 .delete:hover ,
    .formStyle01 .upload:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
        -ms-filter: "alpha(opacity=80)";
    }
    .formStyle01 .separateStyle01 li{
        padding:5px 0 0;
    }
    .formStyle01 table{
        width: 100%;
        border-right:1px solid #ccc;
    }
    .formStyle01.confirm table{
        border-right:none;
    }
    .formStyle01 table tr{
        border-bottom:1px solid #ccc;
    }
    .formStyle01 table tr:first-child{
        border-top:1px solid #ccc;
    }
    .formStyle01 table td{
        padding:15px 10px;
        vertical-align: middle;
    }
    .formStyle01 table td.none{
        text-align: center;
        width: 45px;
        background: #F2F2F2;
    }
    .formStyle01 table td.req{
        text-align: center;
        width: 45px;
        background: #E5A326;
        color:#FFF;
        font-size: 1.2rem;
    }
    .formStyle01 table td.titWrap{
        width: 200px;

        font-size: 1.4rem;
    }
    .formStyle01 table td.inputWrap{
        font-size: 1.4rem;
    }
    .formStyle01 .privacyCheck{
        padding:30px 0 0;
        font-size: 1.15rem;
    }
    .formStyle01 .privacyCheck p a{
        text-decoration: underline;
    }
    .formStyle01 .privacyCheck ul{
        border:1px solid #ccc;
        background: #F2F2F2;
        padding:20px;
        text-align: center;
        font-size: 1.4rem;
        margin-top: 5px;
    }
    .formStyle01 .privacyCheck li{
        display: inline;
    }

    .formStyle01 .btnWrap{
        padding:30px 0 0;
    }
    .formStyle01 .btnWrap .btn{
        display: inline;
        cursor: pointer;
        padding:0 10px;
    }
    .formStyle01 .btnWrap .btn:hover{
        opacity: 0.7;
        filter: alpha(opacity=70);
        -ms-filter: "alpha(opacity=80)";
    }
    .formStyle01 .btnWrap.toComfirm{
        text-align: center;
    }

    .attension{
        color:#CC0000;
    }
/*=============================================================================
    #lnav style
=============================================================================*/
#lnav{
    padding:0 0 30px;
}
    #lnav ul{
    }
    #lnav li{
        font-weight: bold;
        font-size: 1.5rem;
        float: left;
        padding:10px 30px 10px 0;
    }
        #lnav li a{
            display: block;
        }

        #lnav li a:before{
            content: "\f0da";
            font-family: FontAwesome;
            color:#E5A326;
            padding:0 5px 0 0;
        }
/*=============================================================================
    #top style
=============================================================================*/
#top{
    background-color: #000;
}
    #top > .inner{
        width: 980px;
        margin: 0 auto;
    }
        #top #tSummary{
            padding:10px 0;
            font-size: 1.2rem;
            line-height: 1;
            float: left;
            color: #FFF;
        }

/*=============================================================================
    #header style
=============================================================================*/
#header{
}
    #header > .inner{
        width: 980px;
        margin: 0 auto;
        padding: 10px 0 16px;
    }

       #header #exLink{
        text-align:right;
        padding-bottom: 4px;
       }

       #header #exLink a{
        color:#c41413;
        text-decoration: underline;
         position: relative;
        display: inline-block;
        padding-left: 10px;
       }


       #header #exLink a:hover{
        color:#d21414;
       }

       #header #exLink a:before {
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 4px 0 4px 6px;
            border-color: transparent transparent transparent #c41413;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            margin: auto;
        }

        #header #exLink a:hover::before {
             border-color: transparent transparent transparent #d21414;
        }


        #header #hTop {
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0 0 16px;
        }
            #header #hTop #hCi{
                width: 251px;
            }
            #header #hTop #hLink{
                width: 340px;
                text-align: left;
            }
                #header #hTop #hLink > a{
                    position: relative;
                    display: inline-block;
                    padding-left: 24px;
                }
                #header #hTop #hLink > a::before{
                    content: '';
                    position: absolute;
                    top: 50%;
                    left: 0;
                    transform: translateY(-50%);
                    width: 16px;
                    height: 16px;
                    background: url(../images/common/icn_hlink.svg) 0 0 no-repeat;
                    background-size: cover;
                }
            #header #hTop #hSearch{
                line-height: 1;
                padding:5px 0;
            }
                #header #hTop #hSearch dl{
                    display: flex;
                    align-items: center;
                }
                    #header #hTop #hSearch dl dt{
                        padding:0 10px 0 0;
                    }
                    #header #hTop #hSearch dl dd{
                    }
                    #header #hTop #hSearch dl dd input[type=text]{
                        height: 30px;
                        border: 1px solid #ccc;
                        border-radius: 2px;
                    }
                    #header #hTop #hSearch dl dd input[type=submit]{
                        width: 50px;
                        height: 30px;
                    }
        #header #hNavi{
        }
            #header #hNavi .gnav{
                display: flex;
                justify-content: space-between;
            }
                #header #hNavi .gnav .gnav-item{
                    position: relative;
                }
                #header #hNavi .gnav .gnav-item::before{
                    content: '';
                    position: absolute;
                    top: 50%;
                    left: 0;
                    transform: translateY(-50%);
                    display: block;
                    width: 1px;
                    height: 24px;
                    background-color: #ccc;
                }
                #header #hNavi .gnav .gnav-item:last-child:before{
                    display: none;
                }
                    #header #hNavi .gnav .gnav-item > a{
                        display: block;
                        width: 163px;
                        height: 46px;
                        line-height: 46px;
                        font-size: 14px;
                        font-weight: bold;
                    }
                    #header #hNavi .gnav .gnav-item > a.gnav-contact{
                        background-color: #0064B9;
                        color: #fff;
                        border-radius: 4px;
                    }
                        #header #hNavi .gnav .gnav-item > a .arrow-bottom {
                            position: relative;
                            top: -2px;
                            box-sizing: border-box;
                            display: inline-block;
                            width: 0;
                            height: 0;
                            margin-left: 12px;
                            border-style: solid;
                            border-width: 5px 5px 0 5px;
                            border-color: #999 transparent transparent transparent;
                        }
                        #header #hNavi .gnav .gnav-item > a .arrow-bottom.white {
                            border-color: #fff transparent transparent transparent;
                        }
                    #header #hNavi .gnav .gnav-item .gnav-dropdown {
                        position: absolute;
                        top: 46px;
                        left: 0;
                        width: 200px;
                        text-align: left;
                        background-color: rgba(255,255,255,0.9);
                        z-index: 1;
                        border: 1px solid #ccc;
                        border-radius: 4px;
                        pointer-events: none;
                        visibility: hidden;
                        opacity: 0;
                        transition: all 0.2s ease-out;
                        transform: translateY(-3px);
                    }
                    #header #hNavi .gnav .gnav-item.is-open .gnav-dropdown {
                        pointer-events: auto;
                        visibility: visible;
                        opacity: 1;
                        transform: translateY(0);
                    }
                    #header #hNavi .gnav .gnav-item:last-child .gnav-dropdown {
                        left: auto;
                        right: 0;
                    }
                        #header #hNavi .gnav .gnav-item .gnav-dropdown > li + li {
                            border-top: 1px dotted #ccc;
                        }
                            #header #hNavi .gnav .gnav-item .gnav-dropdown > li > a {
                                display: block;
                                padding: 10px 14px;
                                font-size: 13px;
                                font-weight: normal;
                            }

/*=============================================================================
    #wrapper style
=============================================================================*/
#wrapper{
    width: 980px;
    margin: 0 auto;
}
    .wrapperInner{
        padding:0 5px;
    }
/*=============================================================================
    #pTit style
=============================================================================*/
#pTit{
    padding:20px 0 0;
}

/*=============================================================================
    #breadcrumb style
=============================================================================*/
#breadcrumb{
    font-size: 1.2rem;
    padding:10px 0 0;
}
    #breadcrumb ul{
    }
    #breadcrumb li{
        float: left;
        background: url(../images/common/icn_arrow02.png) left center no-repeat;
        padding:0 5px 0 15px;
    }

/*=============================================================================
    #pSummary style
=============================================================================*/
#pSummary{
    font-size: 1.2rem;
    padding:10px 0 0;
    text-align: left;
}

#pSummary ul.caution{
    padding:5px 0 0;
    font-size:1.1rem;
    color:#A50000;
}
#pSummary ul.caution li{
    padding:3px 0 0 ;

}

/*=============================================================================
    #pageTop style
=============================================================================*/
#pageTop{
    padding:30px 0 10px;
    text-align: right;
}
    #pageTop .txt{
        background: url(../images/common/icn_arrow02.png) left center no-repeat;
        padding:0 0 0 15px;
    }

/*=============================================================================
    #header style
=============================================================================*/
#footer{
    background-color: #000;
}
    #footer > .inner{
        width: 980px;
        padding:45px 0 25px;
        margin: 0 auto;
    }
    #footer > .inner > .content{
        width: 25%;
        float: left;
        text-align: left;
    }
    #footer .fNavi{
    }
    #footer .fNavi a{
        color:#FFF;
    }
    #footer .fNavi .tit{
        background: url(../images/common/icn_arrow02.png) left center no-repeat;
        padding:0 0 0 15px;
        font-size: 1.4rem;
        color:#FFF;
    }
    #footer .fNavi ul{
        padding:5px 0 0 15px;
    }
    #footer .fNavi li{
        font-size: 1.1rem;
    }