@charset "UTF-8";
/* コンテンツ */

.suptitle {
    position: relative;
    box-sizing: border-box;
    border: 4px solid #37b4e7;
    padding: 50px 20px 30px;
    border-radius: 20px;
    background: linear-gradient(to bottom right, #fff, #dce3e5);
}
.suptitle strong {
    position: absolute;
    top: -20px;
    left: -20px;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #37b4e7;
    border-radius: 60px;
    font-family: 'Ropa Sans', sans-serif;
    font-size: 40px;
    text-align: center;
    color: #fff;
}
.suptitle h3 {
    text-align: center;
    margin-bottom: 45px;
}
.suptitle h3 span {
    display: inline-block;
    background-color: #1c4a6b;
    color: #fff;
    font-size: 46px;
    line-height: 60px;
    width: 60px;
    margin-right: 5px;
    margin-left: 5px
}
.suptitle p {
    line-height: 1.7;
}
.suptitle p span {
    display: block;
}
.fu_box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.fulist {
    width: 750px;
    margin-right: 50px;
    line-height: 1.7;
}
.fulist li {
    border-bottom: 1px dotted #999;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.fulist li:last-child {
    margin-bottom: 0;
}
.fuimg {
    width: 400px;
}
.fuimg img {
    width: 100%;
}

.caution {
    font-size: 1.4em;
    color: #37b4e7;
    text-decoration: underline;
    text-decoration-color: #ffff33;
    text-decoration-thickness: 3px;
    line-height: 1.7;
    font-weight: bold;
}

.tx1 {
    font-size: 1.24em;
    line-height: 1.7;
    text-align: center;
}
.tmap ul {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: -50px;
}
.tmap li {
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 50px;
  
}
.tmap p {
    box-sizing: border-box;
    border-radius: 20px;
    padding: 20px;
    width: 100%;
    background-color: #fff;
    margin-bottom: 20px;
}
.tmap p img {
    width: 100%;
}


@media screen and (min-width: 500px) {
.suptitle p {
    text-align: center;
}

}

@media screen and (max-width: 499px) {

.suptitle {
    border: 3px solid #37b4e7;
    padding: 22px 18px 18px;
    margin-left: 10px;
    margin-right: 10px;
}
.suptitle strong {
    top: -20px;
    left: -20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    font-size: 30px;
}
.suptitle h3 {
    margin-bottom: 25px;
}
.suptitle h3 span {
    font-size: 32px;
    line-height: 46px;
    width: 46px;
    margin-right: 4px;
    margin-left: 4px;
    margin-top: 8px;
}
.suptitle p {

}

.fu_box {
    display: block;
}
.fulist {
    width: auto;
    margin-right: 0;
    margin-bottom: 40px;
}
.fulist li {
    border-bottom: 1px dotted #999;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.fuimg {
    width: auto;
}
.fuimg img {
    width: 100%;
}

.caution {
    font-size: 1.16em;
}

.tx1 {
    font-size: 1em;
}
.tmap ul {
    display: block;
    margin-bottom: 0;
}
.tmap li {
    width: 100%;
    display: block;
    margin-bottom: 50px;
}
.tmap li:last-child {
    margin-bottom: 0;
}
.tmap p {
    border-radius: 20px;
    padding: 10px;
    width: 100%;
    margin-bottom: 20px;
}

}
