﻿@charset "UTF-8";

/*---------------------------------------------------
topConts
---------------------------------------------------*/
.contsArea {
    width: 90%;
    margin: 0 auto;
    max-width: 1000px;
}

.fixedBnr{
    display: none;
}
/* ==================================================
共通
================================================== */
h4 {
    line-height: 1.3;
}

.iTxt {
    width: 100%;
}

.contsArea .csSet {
    width: 90%;
    margin: 0 auto;
}

.txtSet + .txtSet {
    margin: 50px 0 30px
}

p {
    text-align: left;
}

.copyright p {
    text-align: center;
}

.imgBlk{
    width: 100%;
}

.note{
    font-size: 1.2rem;
}



/* ==================================================
PAGE TOP
================================================== */
/*
.footerArea .footerSubNav {
    display: block !important;
}
.footerArea .footerSubNav .pageTop {
    position: fixed;
    top: auto;
    bottom: 50px;
    right: 0;

}
*/

/* ==================================================
MENU LIST
================================================== */


.contsArea.guideBlk {}

.guideBlk a{
    text-decoration: underline;
}
.contsArea .menuList {
    margin: 0 auto 40px;
    text-align: left;
}

.contsArea .menuList li {
    line-height: 1.5;
}

.contsArea .menuList li a {
    padding: 12px 30px 15px 0;
    position: relative;
}

.contsArea .menuList li a:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: .5em;
    top: 35%;
    /*    -webkit-transition: all .6s;*/
    /*    transition: all .6s;*/
}

@media screen and (min-width: 641px) {
    .contsArea .menuList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0 auto 70px;

    }
    .contsArea .menuList li {
        line-height: 1.5;
        margin: 0 20px;
    }

}

/* ==================================================
各ブロック
================================================== */
.topConts{
    padding: 60px 0 80px;
}
.cntTtl{
    margin: 0 auto 40px;
}
.contsBlk {
}
.contsBlk + .contsBlk {
    margin-top: 60px;
}

.contsBlk .subTitle {
    text-align: left;
    border-bottom: solid 1px #999;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.contsBlk .txtBlk ol li{
    list-style: decimal !important;
    text-align: left;
    margin: 7px auto 7px 30px;
    line-height: 1.5;

}.contsBlk .txtBlk ul li{
    /*    list-style: decimal !important;*/
    text-align: left;
    margin: 7px auto 7px 15px;
    line-height: 1.5;
}
.contsBlk .txtBlk ol li{
}

.contsBlk .txtBlk p.qIcon:before {
    content: "Q.";
    padding-right: 0.5em;
    font-weight: bold;
}

.contsBlk .txtBlk p.aIcon:before {
    content: "A.";
    padding: 0 .6em 0 .1em;
}

.contsBlk dl.txtBlk {
    text-align: left;
    line-height: 1.5;
}

.contsBlk dl.txtBlk .flex {
    border-bottom: solid 1px #cccccc;
    padding-bottom: 5px;
    margin: 10px auto;
}

.contsBlk dl.txtBlk dt,
dd {
    width: 100%;
}


@media screen and (min-width: 641px) {
    .contsBlk dl.txtBlk .flex {
        padding-bottom: 10px;
        margin: 10px auto 0 20px;
    }

    .contsBlk dl.txtBlk dt,
    dd {
        width: 40%;
        margin: 10px 0;
    }

    .contsBlk + .contsBlk {
        padding-top: 70px;
        margin-top: 0;
    }
}

@media screen and (min-width: 961px) {
    .topConts{
        padding: 100px 0 0;
    }
}
