@charset "UTF-8";
/*---------------------------what*/
#colum62 {
    text-align: left;
    display: block;
    clear: both;
    margin: 5vh 0;
    padding: 0;
    /*padding:10vh 0;*/
    width: 100%;

    font-size: 110%;
    color: #555353;
    /*background-image:url(../images/bg1.png);*/
    line-height: 1.8;
    background: #fff;
}

#colum62:after {
    content: "";
    clear: both;
    display: block;
}

.colum62-box {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 1100px;
    clear: both;
    text-align: left;


}

.colum62-box:after {
    content: "";
    clear: both;
    display: block;
}


#colum62 a:link {
    color: #535253;
    text-decoration: none;
}

#colum62 a:hover {
    color: #535253;
    text-decoration: underline;
    transition: 1s;
}

#colum62 a:visited {
    color: #535253;
    text-decoration: none;
}

#colum62 dl {
    width: 94%;
    margin: 0.5em auto 2vh auto;
    padding: 0;
    display: block;
}

#colum62 dt {
    font-size: 120%;
    color: #302f2f;
    line-height: 1.8;
    margin: 1em 2%;
    padding: 0.5em 2%;
    border: 1px solid #31c5fc;
    background: #d4f3ff;
    border-radius: 5px;
    display: inline-block;
}

#colum62 dt:nth-child(2),
#colum62 dt:nth-child(4) {
    color: #31c5fc;
    border: 1px solid #fff;
    background: #fff;
    margin: 0;
    padding: 0;
}

#colum62 dt:nth-child(2) img,
#colum62 dt:nth-child(4) img {
    width: 20px;
    vertical-align: middle;
}

#colum62 p strong {
    font-size: 120%;
    color: #302f2f;
    line-height: 1.8;
}

#colum62 p strong i {
    color: #31c5fc;
    margin-right: 0.5em;
}

.yellowbg {
    background: #ffffd6;
}

#colum62 h5 {
    font-size: 120%;
    color: #302f2f;
    line-height: 1.8;
    margin: 1em auto 5vh auto;
    /*margin:1em 2% 5vh 2%;*/
    padding: 1em 1%;
    /*padding:0.25em 1%;*/
    border: 4px solid #249af0;
    display: block;
    width: 98%;
    /*width:94%;*/
}

#colum62 h3,
#colum62 h4 {
    font-size: 160%;
    color: #302f2f;
    line-height: 1.8;
    margin: 1em 2%;
    padding: 0.25em 1%;
    border-left: 8px solid #73d1f8;
    /*border-left:8px solid #249af0*/
    display: block;
    width: 94%;
}

#colum62 h2 {
    font-size: 200%;
    color: #fff;
    /*color:#302f2f;*/
    line-height: 1;
    margin: 1vh auto;
    padding: 0.5em 1%;
    text-shadow: 1px 1px 1px rgba(1, 1, 1, 0.5);
    border-left: 8px solid #24b4f0;
    background: #1479c2;
    display: block;
    width: 98%;
    background-image: url(../images/bg8.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

#colum62 h2 small {
    font-family: "M PLUS Rounded 1c";
    font-size: 50%;
    color: #fff;
    /*color:#302f2f;*/
    line-height: 1.8;
    margin: 0;
    padding: 0;
    display: block;

}

#colum62 ul {
    margin-left: 2em;
    margin-right: 1em;
}







.colum62-box img {
    width: 40%;
    margin: 2% 5%;
    padding: 0;
    float: right;
}

.colum62-smallbox {
    display: block;
    margin: 2vh 2%;
    padding: 0;
    width: 96%;
    text-align: left;

    /*background:#ededf0;
border:1px solid #cfced0;*/
}

.colum62-smallbox p {
    width: auto;
    margin: 0.5em auto;
    padding: 0 1em;
    float: right;
}

.colum62-box p {
    width: 94%;
    margin: 0.5em auto 2vh auto;
    padding: 0;
    display: block;
}




#colum62 h6 {
    clear: both;
    display: block;

    width: 60%;
    padding: 0.5em 5% 2em 5%;
    margin: 0 auto;
    text-align: left;
    border: 1px solid #1479c2;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    font-size: 120%;
    color: #555353;
    line-height: 1.8;
}

#colum62 h6:after {
    content: "";
    /* ※Clearfix */
    clear: both;
    display: block;
}

#colum62 h6 strong {
    font-size: 150%;
    color: #fff;
    line-height: 1;
    margin: 0vh auto 0.5em auto;
    padding: 0.5em 0.5em;
    text-align: center;
    border-radius: 5px;
    position: relative;
    top: -1.5em;
    display: block;
    width: 8em;
    background: #1068a8;
}

#colum62 table a:link {
    color: #535253;
    text-decoration: none;
}

#colum62 table a:hover {
    color: #535253;
    text-decoration: underline;
    transition: 1s;
}

#colum62 table a:visited {
    color: #535253;
    text-decoration: none;
}

#colum62 table {
    border-collapse: collapse;
    border: 0px;
    margin: 2vh auto;
    padding: 0;
    width: 90%;
    color: #535253;
    font-weight: normal;
    border: solid 1px #dbd9d9;
    font-size: 80%;
}

#colum62 table caption {
    color: #fff;
    background: #278dd6;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    font-size: 150%;
    margin: 0;
    padding: 0.5em;
    background-image: url(../images/bg8.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

#colum62 .subgroup {
    /**/
    color: #313030;
    font-weight: normal;
    background: #f8f7f8;
}


#colum62 tr th:nth-child(1),
#colum62 tr th:nth-child(2),
#colum62 tr th:nth-child(3),
#colum62 tr th:nth-child(4),
#colum62 tr th:nth-child(9) {
    color: #313030;
    font-weight: bold;
    background: #ece9ec;
}

#colum62 table p {
    display: block;
    margin: 0;
    padding: 0;

}

#colum62 table th,
#colum62 table td {
    border: solid 1px #dbd9d9;
    /*#eae8e8*/
}

#colum62 table th {
    padding: 0.5em;
    white-space: nowrap;
}

#colum62 table td {
    color: #535253;
    font-weight: normal;
    padding: 0.5em;
}

#colum62 h6 figure {
    width: 30%;
    margin: 0 1% 5% 1%;
    box-sizing: border-box;
    float: left;
}

#colum62 h6 figcaption {
    text-align: center;
    color: #555353;
    font-weight: normal;
    font-size: 80%;
    width: 96%;
    margin: 1% auto;
}

#colum62 h6 figure img {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

/*----------photo*/
#colum62 .largephoto:link,
#colum62 .smallphoto:link {
    transition: 1s;
}

#colum62 .largephoto:hover,
#colum62 .smallphoto:hover {
    opacity: 0.5;
}

#colum62 .largephoto {
    display: block;
    width: 90%;
    margin: 0 5% 5vh 5%;
    padding: 0;
    transition: 1s;
}

#colum62 .largephoto img {
    width: 100%;
}

#colum62 .smallphoto {
    display: none;
    width: 100%;
    margin: 0 auto 5vh auto;
    padding: 0;
    transition: 1s;
}

#colum62 .smallphoto img {
    display: block;
    width: 100%;
}

/*----------photo*/

/*----------photo2*/
#colum62 .largephoto2 {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    transition: 1s;
}

#colum62 .largephoto2 img {
    display: block;
    width: 100%;
}

#colum62 .smallphoto2 {
    display: none;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    transition: 1s;
}

#colum62 .smallphoto2 img {
    display: block;
    width: 100%;
}

/*----------photo2*/

/*-------------------------btn3*/
#colum62 .btn3 {

    padding: 0.5em 1em;
    text-decoration: none;
    background-color: #1479c2;
    color: #fff;
    border-bottom: solid 4px #1068a8;
    border-radius: 3px;
    transition: all .4s ease-out;

    font-size: 90%;
    width: 30%;
    margin: 1.5em auto 1em auto;
    font-weight: normal;
    text-align: center;
    display: block;


}

#colum62 .btn3 i {
    vertical-align: middle;
    box-sizing: border-box;
    margin: 0 0.25em 0 0;
}

#colum62 .btn3:link {
    text-decoration: none;
    color: #fff;
}

#colum62 .btn3:hover {
    color: #fff;
    background-color: #b9a27f;
    border-bottom: solid 4px #98866a;
    /*opacity:0.5;*/
    transition: 1s;
}

#colum62 .btn3:visited {
    text-decoration: none;
    color: #fff;
}

/*-------------------------btn3*/

@media screen and (max-width: 768px) {
    #colum62 {
        text-align: left;
        display: block;
        clear: both;
        margin: 2vh auto 0 auto;
        padding: 0;
        width: 90%;

        font-size: 110%;
        color: #555353;
        /*background-image:url(../images/bg1.png);*/
        line-height: 1.8;
        background: #fff;
    }

    #colum62:after {
        content: "";
        clear: both;
        display: block;
    }

    .colum62-box {
        display: block;
        margin: 0 auto;
        padding: 0;
        width: 100%;
        clear: both;
        text-align: left;

        /*均等*/
        display: -webkit-box;
        display: -moz-box;
        display: -ms-box;
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        /*均等*/
    }


    .colum62-box:after {
        content: "";
        clear: both;
        display: block;
    }


    #colum62 dl {
        width: 94%;
        margin: 0.5em auto 2vh auto;
        padding: 0;
        display: block;
    }

    #colum62 dt {
        font-size: 120%;
        color: #302f2f;
        line-height: 1.8;
        margin: 1em 2%;
        padding: 0.5em 2%;
        border: 1px solid #31c5fc;
        background: #d4f3ff;
        border-radius: 5px;
        display: inline-block;
        width: 94%;
        text-align: center;
    }

    #colum62 dt:nth-child(2),
    #colum62 dt:nth-child(4) {
        color: #31c5fc;
        border: 1px solid #fff;
        background: #fff;
    }

    #colum62 dt img {
        width: 20px;
        transform: rotateZ(90deg);
        margin: 0 50%;
    }

    #colum62 h3,
    #colum62 h4 {
        font-size: 160%;
        color: #302f2f;
        line-height: 1.8;
        margin: 1em 2% 1em 0%;
        padding: 0em 0.5em 0.25em 0.5em;
        border-left: 8px solid #249af0;
    }

    #colum62 h2 {
        font-size: 200%;
        color: #fff;
        /*color:#302f2f;*/
        line-height: 1;
        margin: 1vh auto;
        padding: 0.5em 1%;
        text-shadow: 1px 1px 1px rgba(1, 1, 1, 0.5);
        border-left: 8px solid #24b4f0;
        background: #1479c2;
        display: block;
        width: 98%;
        background-image: url(../images/bg8.png);
        background-position: right;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #colum62 h2 small {
        font-family: "M PLUS Rounded 1c";
        font-size: 50%;
        color: #fff;
        /*color:#302f2f;*/
        line-height: 1.8;
        margin: 0;
        padding: 0;
        display: block;

    }

    #colum62 ul {
        margin-left: -1em;
        margin-right: 1em;
    }


    #colum62 img {
        width: 90%;
        margin: 2% 5%;
        padding: 0;
        float: left;
        box-sizing: border-box;
    }

    #colum62 table {
        border-collapse: collapse;
        border: 0px;
        margin: 2vh 0;
        padding: 0;
        width: 100%;
        color: #535253;
        font-weight: normal;
        border: solid 1px #dbd9d9;
        font-size: 80%;
    }

    .colum62-smallbox p {
        width: auto;
        margin: 0.5em auto;
        padding: 0 1em;
        display: block;
    }


    .colum62-smallbox figcaption br {
        display: block;
    }


    #colum62 h6 {
        clear: both;
        display: block;

        width: 90%;
        padding: 0.5em 5% 2em 5%;
        margin: 0 auto;
        text-align: left;
        border: 1px solid #1479c2;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
        font-size: 120%;
        color: #555353;
        line-height: 1.8;
    }

    #colum62 h6:after {
        content: "";
        /* ※Clearfix */
        clear: both;
        display: block;
    }

    #colum62 h6 strong {
        font-size: 150%;
        color: #fff;
        line-height: 1;
        margin: 0vh auto 0.5em auto;
        padding: 0.5em 0.5em;
        text-align: center;
        border-radius: 5px;
        position: relative;
        top: -1.5em;
        display: block;
        width: 8em;
        background: #1068a8;
    }

    /*-------------------------btn3*/
    #colum62 .btn3 {

        padding: 0.5em 1em;
        text-decoration: none;
        background-color: #1479c2;
        color: #fff;
        border-bottom: solid 4px #1068a8;
        border-radius: 3px;
        transition: all .4s ease-out;

        font-size: 90%;
        width: 90%;
        margin: 1.5em auto 1em auto;
        font-weight: normal;
        text-align: center;
        display: block;
    }

    /*-------------------------btn3*/

}

@media screen and (max-width: 600px) {
    #colum62 h6 figure {
        width: 96%;
        margin: 0 2% 2% 2%;
        padding: 0;
        box-sizing: border-box;
        float: left;
    }

    #colum62 h6 figcaption {
        text-align: center;
        color: #555353;
        font-weight: normal;
        font-size: 80%;
        width: 96%;
        margin: 1% auto;
    }

    #colum62 h6 figure img {
        width: 60%;
        display: block;
        margin: 0 20%;
        padding: 0;
    }

    /*----------photo*/
    #colum62 .largephoto:link,
    #colum62 .smallphoto:link {
        transition: 1s;
    }

    #colum62 .largephoto:hover,
    #colum62 .smallphoto:hover {
        opacity: 0.5;
    }

    #colum62 .largephoto {
        display: none;
        width: 90%;
        margin: 0 5% 5vh 5%;
        padding: 0;
        transition: 1s;
    }

    #colum62 .largephoto img {
        width: 100%;
    }

    #colum62 .smallphoto {
        display: block;
        width: 90%;
        margin: 0 5% 5vh 5%;
        padding: 0;
        transition: 1s;
    }

    #colum62 .smallphoto img {
        display: block;
        width: 100%;
    }

    /*----------photo*/
    /*----------photo2*/
    #colum62 .largephoto2 {
        display: none;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        transition: 1s;
    }

    #colum62 .largephoto2 img {
        display: block;
        width: 100%;
    }

    #colum62 .smallphoto2 {
        display: block;
        width: 100%;
        margin: 0 auto 0 auto;
        padding: 0;
        transition: 1s;
    }

    #colum62 .smallphoto2 img {
        display: block;
        width: 100%;
    }

    /*----------photo2*/

}

/*---------------------------what*/