article{
    padding: 0 0 96px;
}
article h2{
    text-align: center;
    padding: 48px 0 40px 0;
    font-size: 24px;
    font-family: "UD新ゴ M";
}
.sect1 ul {
    display: flex;
    width: 763px;
    margin: 0 auto 40px;
}
.sect1 ul li{
    margin-right: 40px;
    font-family: "UD新ゴ M";
}
.sect1 ul li:last-child{
    margin-right: 0;
}
.sect1 ul li span{
    width: 160px;
    height: 160px;
    border-radius: 80px;
    color: #fff;
    background: #018da4;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    margin: 0 40px;
    font-size: 15px;
    line-height: 1.7;
}
.sect1 ul li:nth-child(even) span{
    background: #00afcc;
}
.sect1 p{
    font-size: 16px;
    line-height: 1.8;
    font-family: "ＭＳ Ｐゴシック", sans-serif;
}
.sect2{
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
}
.sect2 dl{
    width: 448px;
    margin-bottom: 32px;
}
.sect2 dl:nth-child(odd){
    margin-right: 64px;
}
.sect2 dt span{
    display: block;
    padding: 20px 0;
    color: #00afcc;
    font-size: 18px;
    font-family: "UD新ゴ M";
}
.sect2 dd{
    font-size: 16px;
    line-height: 1.8;
    font-family: "ＭＳ Ｐゴシック", sans-serif;
}
.sect3 dl{
    display: flex;
    font-family: "ＭＳ Ｐゴシック", sans-serif;
}
.sect3 dl:nth-child(odd){
    background: #ebf9fb;
}
.sect3 dl dt{
    padding: 10px 10px 10px 32px;
    width: 18%;
}
.sect3 dl dd{
    padding: 10px;
    width: 82%;
}
/* 画面の横幅が768px以下
==============================*/
@media screen and (max-width: 768px) {
    article{
        padding: 0 0 40px;
    }
    article h2{
        text-align: center;
        padding: 30px 0;
        line-height: 1.5;
        font-size: 18px;
        font-weight: bold;
    }
    .sect1 ul {
        display: flex;
        width: 600px;
        margin: 0 auto 30px;
    }
    .sect1 ul li{
        margin-right: 10px;
    }
    .sect1 ul li:last-child{
        margin-right: 0;
    }
    .sect1 ul li span{
        width: 140px;
        height: 140px;
        border-radius: 70px;
        color: #fff;
        background: #018da4;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
        font-size: 12px;
    }
    .sect1 ul li:nth-child(even) span{
        background: #00afcc;
    }
    .sect1 p{
        font-size: 16px;
        line-height: 1.6;
        
    }
    .sect2{
        margin-top: 32px;
        display: flex;
        flex-wrap: wrap;
    }
    .sect2 dl{
        width: 48%;
        margin-bottom: 32px;
    }
    .sect2 dl img{
        width: 100%;
    }
    .sect2 dl:nth-child(odd){
        margin-right: 4%;
    }
    .sect2 dt span{
        display: block;
        padding: 8px 0;
        line-height: 1.4;
        color: #00afcc;
        font-size: 16px;
    }
    .sect2 dd{
        font-size: 16px;
        line-height: 1.5;
    }
    .sect3 dl{
        display: flex;
    }
    .sect3 dl:nth-child(odd){
        background: #ebf9fb;
    }
    .sect3 dl dt{
        line-height: 1.5;
        padding: 10px 8px;
        width: 30%;
        font-weight:bold;
    }
    .sect3 dl dd{
        line-height: 1.5;
        padding: 10px 8px;
        width: 70%;
    }
}
/* 画面の横幅が640px以下
==============================*/
@media screen and (max-width: 650px) {
    .sect1 ul {
        display: flex;
        flex-wrap: wrap;
        width: 530px;
        margin: 0 auto 30px;
    }
    .sect1 ul li:nth-child(odd){
        margin-right: 8px;
    }
    .sect1 ul li:last-child{
        margin-right: 0;
    }
    .sect1 ul li span{
        width: 126px;
        height: 126px;
        border-radius: 63px;
        font-size: 10px;
    }
}
/* 画面の横幅が500px以下
==============================*/
@media screen and (max-width: 500px) {
    .sect1 ul {
        display: flex;
        flex-wrap: wrap;
        width: 480px;
        margin: 0 auto 30px;
    }
    .sect1 ul li:nth-child(odd){
        margin-right: 8px;
    }
    .sect1 ul li:last-child{
        margin-right: 0;
    }
    .sect1 ul li span{
        width: 126px;
        height: 126px;
        border-radius: 63px;
        font-size: 10px;
    }
}
/* 画面の横幅が460px以下
==============================*/
@media screen and (max-width: 480px) {
    .sect1 ul {
        display: flex;
        flex-wrap:wrap;
        width: 320px;
        margin: 0 auto 30px;
    }
    .sect1 ul li{
        margin-bottom: 20px;
    }
    .sect1 ul li:nth-child(odd){
        margin-right: 20px;
    }
    .sect1 ul li:nth-child(even){
        margin-right: 0;
    }
    .sect1 ul li span{
        width: 150px;
        height: 150px;
        border-radius: 75px;
        font-size: 13px;
    }
    .sect2 dl{
        width: 100%;
        margin-bottom: 32px;
    }
    .sect2 dl img{
        width: 100%;
    }
    .sect2 dl:nth-child(odd){
        margin-right: 0;
    }
}
/* 画面の横幅が360px以下
==============================*/
@media screen and (max-width: 360px) {
    .sect1 ul {
        width: 260px;
        margin: 0 auto 30px;
    }
    .sect1 ul li{
        margin-bottom: 10px;
    }
    .sect1 ul li:nth-child(odd){
        margin-right: 10px;
    }
    .sect1 ul li span{
        width: 120px;
        height: 120px;
        border-radius: 75px;
        font-size: 10px;
    }
}