/* ===================================================================
toppage-css
=================================================================== */

/*	maincolumn
----------------------------------------------------*/

.mainimage {
    margin-bottom:20px;
}

.section01 {
    margin-bottom:20px;
}
.section01 ul {
    margin: 0 -8px;
}
.section01 li {
    float: left;
    padding: 0 8px;
    margin-top: 16px;
    width: 50%;
    box-sizing: border-box;
}
.section01 ul li img {
    width: 100%;
    height: auto;
}

.section01 .bg {
    position: relative;
    padding-top: 30%;
    background-image: url(images/section01_img06.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.section01 .bg a {
    position: absolute;
    top: 50%;
    right: 10px;
    padding-left: 10px;
    font-size: 15px;
    color: #e83356;
    text-decoration: underline;
    background: url(images/arrow.png) no-repeat 0px 5px;
}

.section02 {
    margin:10px 0 20px 0;
    border:1px solid #ee859a;
}

.section02 dl {
padding:10px;
    font-size:13px;
    border-bottom:1px dotted #7f7f7f;
}

.section02 dt {
    float:left;
}

.section02 dd {
    margin-left:120px;
}

.section03 {
    margin:10px 0 20px 0;
}

@media screen and (max-width: 768px) {
    .mainimage {
        margin-bottom: 10px;
    }
    .section01 {
        margin-bottom: 0;
    }
    .section01 ul {
        padding: 10px 0;
        margin: 0;
    }
    .section01 li {
        float: initial;
        padding: 5px 10px;
        margin-top: 10px;
        width: 100%;
        border-top: 1px #e83356 dotted;
        box-sizing: border-box;
    }
    .section01 li:first-child {
        margin-top: 0;
    }
    .section01-title {
        display: inline-block;
        margin-bottom: 5px;
        font-size: 16px;
        font-weight: bold;
        color: #e83356;
        border-bottom: 2px #e83356 solid;
    }
    .section01-body {
        font-size: 12px;
    }
    .section01-link,
    .section01-link:link,
    .section01-link:hover,
    .section01-link:visited {
        display: block;
        margin: -5px -10px;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        line-height: 40px;
        text-align: center;
        background-color: #e83356;
    }
    .section02 dd {
        margin-left: 90px;
    }
    .section03 {
        margin: 10px 0;
    }
    .section03-area {
        padding: 10px;
        border: 1px #e83356 solid;
    }
    .section03-title {
        font-size: 15px;
        font-weight: bold;
        text-align: center;
    }
    .section03-emphasis {
        margin-bottom: 10px;
        font-size: 17px;
        font-weight: bold;
        color: #e83356;
        text-align: center;
    }
    .section03-body {
        font-size: 12px;
    }
}