@charset "utf-8";


body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"
}

#wrap {
    width: 730px;
    margin: 10px auto;
    border: 1px solid #000;
}

.text {
    
}
.text h2 {
    font-size: 21px;
    line-height: 1em;
    font-weight: normal;
    text-align: center;
    margin-bottom: 20px;
}
.text h2 span {
    color: #00A5E4;
    margin: 0 2px;
}
.text h2 span em {
    font-style: normal;
}
.text h3 {
    font-size: 23.5px;
    line-height: 1em;
    text-align: center;
    padding: 7px 0;
    margin-bottom: 15px;
    background-color: #CCE9F6;
    border: 1px solid #00A5E4;
    border-radius: 10px;
}
.text p {
    font-size: 24px;
    line-height: 1.8em;
    padding-left: 5px;
}
.text td {
    font-size: 24px;
    line-height: 1.8em;
    vertical-align: top;
    padding-left: 5px;
}
.text tr td:nth-of-type(1) {
    padding-right: 7px;
}

.box1 {
    width: 330px;
    padding-top: 50px;
    margin: 0 0 40px 80px;
}
.box2 {
    width: 330px;
    margin: 0 0 40px 325px;
}
.box3 {
    width: 330px;
    margin: 0 0 40px 80px;
}
.box4 {
    width: 330px;
    margin: 0 0 60px 325px;
}

.prof {
    width: 480px;
    padding-bottom: 50px;
    margin: auto;
}
.text .prof h2 {
    font-size: 23px;
    margin-bottom: 25px;
}
.prof li {
    font-size: 24px;
    line-height: 1em;
    margin-bottom: 15px;
}
.prof li::before {
    content: "●";
    color: #00A5E4;
    font-size: 24px;
}



footer {
    color: #fff;
    text-align: center;
    padding: 30px 0;
    background-color: #00A5E4;
}
footer h2 {
    margin-bottom: 16px;
}
footer p {
    font-size: 18px;
    line-height: 1.6em;
}
footer p.copy {
    font-size: 14px;
    line-height: 1em;
    margin-top: 30px;
}
footer p br.sp {
    display: none;
}


a {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 1;
}
a:hover {
    opacity: 0.45;
}

.pc {
    font-size: 0;
}
.sp {
    display: none;
    font-size: 0;
}

@media only screen and (max-width: 750px) {
    #wrap {
        width: 100%;
        margin: 0;
        border: none;
    }
    #wrap img {
        max-width: 100%;
        height: auto;
    }
    
    
    .text {
        background: none;
    }
    .text h2 span {
        margin: 0;
    }
    .text h2 span em {
        display: none;
    }
    .text h3 {
        font-size: 23.5px;
        line-height: 1em;
        text-align: center;
        padding: 7px 0;
        margin-bottom: 15px;
        background-color: #CCE9F6;
        border: 1px solid #00A5E4;
        border-radius: 10px;
    }
    .text p {
        font-size: 24px;
        line-height: 1.8em;
        padding-left: 5px;
    }

    .box1 {
        width: 100%;
        padding: 20px 25px 0;
        margin: 0 0 40px 0;
        box-sizing: border-box;
    }
    .box2 {
        width: 100%;
        padding: 0 25px;
        margin: 0 0 40px 0;
        box-sizing: border-box;
    }
    .box3 {
        width: 100%;
        padding: 0 25px;
        margin: 0 0 40px 0;
        box-sizing: border-box;
    }
    .box4 {
        width: 100%;
        padding: 0 25px;
        margin: 0 0 60px 0;
        box-sizing: border-box;
    }

    .prof {
        width: 100%;
        padding: 0 25px 50px;
        box-sizing: border-box;
    }
    .text .prof h2 {
        font-size: 21px;
        margin-bottom: 20px;
    }
    .prof li {
        font-size: 23px;
        line-height: 1.5em;
        text-indent: -1em;
        padding-left: 1em;
        margin-bottom: 10px;
    }
    .prof li::before {
        content: "●";
        color: #00A5E4;
        font-size: 23px;
    }
    
    
    
    .pc {
        display: none;
    }
    img.sp,
    br.sp {
        display: inline-block !important;
    }
    footer {
        padding: 23px 0;
    }
    footer h2 {
        margin-bottom: 25px;
    }
    footer p.copy {
        margin-top: 20px;
    }
}