@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;
}

.price {
    position: relative;
    overflow: hidden;
}
.price ul {
    position: relative;
    left: 50%;
    float: left;
}
.price li {
    position: relative;
    left: -50%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    height: 240px;
}
.price li:nth-child(odd) {
    background-color: #fff;
    border-radius: 20px;
    width: 240px;
    padding: 20px;
}
.price li:nth-child(even) {
    margin: 0 15px;
}
.price li img {
    width: 24px;
    opacity: 0.5;
}
.price li p {
    line-height: 1.7;
    margin-top: 10px;
}
.price li h4 {
    font-weight: normal;
    line-height: 2.5em;
    text-align: center;
}
.price li h4 strong {
    font-family: 'Ropa Sans', sans-serif;
    font-size: 2.5em;
    font-weight: bold;
    color: #15cbe0;
}
.price li h4 span {
    color: #15cbe0;
}
.price li h3 {
    font-size: 1.4em;
    line-height: 1.4;
    margin-bottom: 5px;
    color: #1c4a6b;
    text-align: center;
}
.price li:last-child {
    background-color: #15cbe0;
}
.price li:last-child h3,.price li:last-child p {
    color: #fff;
}

.pr_tx {
    text-align: center;
}
.pr_tx p {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
    text-align: left;
}

.area_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.area_tx {
    width: 850px;
    margin-right: 50px;
}
.area_img {
    width: 300px;
}
.area_img 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;
}

.price {
    margin-left: 25px;
    margin-right: 25px;
}
.price ul {
    position: relative;
    left: 0;
    float: none;
}
.price li {
    position: relative;
    left:0;
    float: none;
    height: auto;
}
.price li:nth-child(odd) {
    width: auto;
}
.price li:nth-child(even) {
    margin: 10px;
}
.price li img {
    width: 20px;
}
.price li:nth-last-child(2) img {
    transform:rotate(90deg);
}
.price li h3 {
    font-size: 1.32em;
}

.area_box {
    display: block;
}
.area_tx {
    width: auto;
    margin-right: 0;
    margin-bottom: 30px;
}
.area_img {
    width: auto;
    text-align: center;
}
.area_img img {
    width: 60%;
}
.txadj {
    font-size: 0.84em;
}

}
