@charset "UTF-8";
/* CSS Document */

.as-to {
    width: 1000px;
    margin: 0 auto;
    padding: 50px 0 75px 0;
}
.as-to h1 {
    text-align: center;
    font-size:34px ;
    font-size: 3.4rem;
    line-height: 21px;
    line-height: 2.1rem;
    font-weight: 400;
    margin-top: 15px;
}
.as-to h1 span {
	font-family :"Gotham",  "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    color: #00a53c;
    font-size:15px ;
    font-size: 1.5rem;
    font-weight: 300;
}

.as-to-cont {
    padding-top: 35px;
}
.as-to-cont h2 {
    font-family: 'Shippori Mincho', serif;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 500;
}
/*.as-to-cont h2 rp,
.as-to-cont h2 rt {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 13px;
    line-height: 1.3rem;
    font-weight: 300;
}*/
[data-ruby] {
    position: relative;
}
[data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    top: -0.8em;
    left: 50%;
    width: 2.5em;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 13px;
    line-height: 1.3rem;
    font-weight: 300;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.as-to-cont p {
    margin: 15px 0 40px 0;
    font-size:16.5px ;
    font-size: 1.65rem;
    line-height: 25px;
    line-height: 2.5rem;
}

@media only screen and (min-width:600px) and (max-width:768px) {
    .as-to {
        width: 100%;
    }
}

@media screen and ( max-width:599px ) {
    .as-to {
        width: 100%;
        margin: 0 auto;
        padding: 50px 0;
    }
    .as-to h1 {
        font-size:30px ;
        font-size: 3.0rem;
        margin-top: 0;
    }
    .as-to h1 span {
        font-size:12px ;
        font-size: 1.2rem;
    }
    
    .as-to-cont {
        width: 87.5%;
        margin: 0 auto;
        padding-top: 45px;
    }
    .as-to-cont h2 {
        font-size: 22px;
        font-size: 2.2rem;
        font-weight: 500;
    }
    .as-to-cont h2 rp,
    .as-to-cont h2 rt {
        font-size: 10px;
        font-size: 1.0rem;
    }
    .as-to-cont p {
        margin: 15px 0 40px 0;
        font-size: 16.5px ;
        font-size: 1.65rem;
        line-height: 25px;
        line-height: 2.5rem;
    }
}

.basic_policy {
    width: 100%;
    padding: 50px 0;
    background-color: #ffffcc;
}
.basic_policy h1 {
    text-align: center;
    font-size:34px ;
    font-size: 3.4rem;
    line-height: 21px;
    line-height: 2.1rem;
    font-weight: 400;
    margin-top: 15px;
}
.basic_policy h1 span {
	font-family :"Gotham",  "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    color: #00a53c;
    font-size:15px ;
    font-size: 1.5rem;
    font-weight: 300;
}
.basic_policy-cont {
    width: 1000px;
    margin: 20px auto 30px auto;
    border-top: 2px solid #00a53c;
    border-bottom: 2px solid #00a53c;
}
.basic_policy-cont ul {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    border-bottom: 1px solid #000;
}
.basic_policy-cont ul:last-child {
    border-bottom: none;
}
.basic_policy-cont li {
    padding: 25px 0;
}
.basic_policy-cont li:first-child {
    width: calc(20% - 10px);
    color: #00a53c;
    font-size:22px ;
    font-size: 2.2rem;
    font-weight: 500;
    padding-left: 10px;
}
.basic_policy-cont li:last-child {
    width: 80%;
    font-size:16.5px ;
    font-size: 1.65rem;
}

.basic_policy-link {
    width: 1000px;
    margin: 0 auto;
}

@media only screen and (min-width:600px) and (max-width:768px) {
    .basic_policy-cont {
        width: 100%;
    }
    .basic_policy-cont li:first-child {
        width: calc(25% - 10px);
    }
    .basic_policy-cont li:last-child {
        width: 75%;
        line-height: 20px;
        line-height: 2.0rem;
    }

    .basic_policy-link {
        width: 100%;
    }
}

@media screen and ( max-width:599px ) {
    .basic_policy {
        padding: 40px 0;
    }
    .basic_policy h1 {
        font-size:30px ;
        font-size: 3.0rem;
        margin-top: 0;
    }
    .basic_policy h1 span {
        font-size:12px ;
        font-size: 1.2rem;
    }
    .basic_policy-cont {
        width: 87.5%;
        margin: 0 auto;
        margin: 20px auto 30px auto;
        border-top: 2px solid #00a53c;
        border-bottom: 2px solid #00a53c;
    }
    .basic_policy-cont ul {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .basic_policy-cont li:first-child {
        width: 100%;
        padding: 20px 0 12px 0;
        color: #00a53c;
        font-size:20px ;
        font-size: 2.0rem;
        font-weight: 500;
        padding-left: 0;
    }
    .basic_policy-cont li:last-child {
        width: 100%;
        padding: 0 0 20px 0;
    }

    .basic_policy-link {
        width: 87.5%;
        margin: 0 auto;
    }
}
