
/* page-about-raitofu */

/* css by page @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

.right_button {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 23px;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1;
}

.right_button::before {
    content: "";
    margin: auto;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 45%;
}

.section_title {
    background-color: #008A7B;
    height: 100px;
    text-align: center;
    color:#fff;
    /* div２つを垂直方向中央に配置 */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section_title_main {
    font-weight: bold;
    font-size: 30px;
}

.section_title_sub {
    font-size: 20px;
}

/* page_title */
.page_title {
    background: url(../../common/images/line-bg.jpg);
    padding: 60px 0;
    text-align: center;
    margin-top: 80px;
}

.page_title .ja {
    font-size: 28px;
    font-weight: bold;
}

.page_title .en {
    color: #008A7B;
    margin-top: 5px;
}

/* outline */
.outline {
    margin: 90px 0;
}

.outline .w1000 {
    background-color: #DDF0ED;
    padding: 150px 0 150px;
}

.outline .contents {
    top: 40px;
    position: absolute;
    color: white;
    z-index: 1;
    text-align: center;
    width: 100%;
}

.outline .contents p {
    font-size: 10px;
}

.outline .contents .title {
    font-size: 25px;
    font-weight: bold;
}

.outline .contents .text {
    margin-top: 4px;
}

.outline ul {
    width: 360px;
    margin: 0 auto;
}

.outline li {
    margin-bottom: 40px;
}


/* access */

.access {
    margin: 80px 0;
}

.access .w1000 {
    background-color: #DDF0ED;
}

.access img {
    width: 100%;
}

.access iframe {
    width: 100%;
}

.access dl {
    text-align: center;
    padding: 40px 0;
}

.access dd {
    margin-bottom: 40px;
}

@media only screen and (max-width: 1100px) {

    .w1100 {
        width: inherit;
        margin: 0;
    }
        
}
@media only screen and (max-width: 1000px) {
    /* 全ページ共通 */
    body {
        min-width: 1000px;
    }

    .w1000 {
        width: inherit;
        margin: 0;
    }

}
@media only screen and (max-width: 800px) {
    .w800 {
        width: inherit;
        margin: 0;
    }
}
@media only screen and (max-width: 768px) {
    /* 全ページ共通 */
    body {
        font-size: 14px;
        min-width: 375px;
    }

    /* outline */

    .outline ul {
        width: 100%;
    }
    
    .access dl {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media only screen and (max-width: 400px) {
    .w400 {
        width: inherit;
        margin: 0;
    }
}

