figure,p{
    margin-bottom: 0;
    padding-bottom: 0;
}

img{
    width: 100%;
}

.pc{
    display: block;
}

.sp{
    display: none;
}

.offset-3{
    margin-left: 25%!important;
}

ul{
    list-style-type: none;
    padding-left: 0;
}

h1{
    margin-bottom: 0;
}

.nayami{
    background-color: #023855;
    padding: 50px 0;
}

.nayami-title h3{
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 30px;
}

.contact{
    background-color: #ffca03;
    padding: 50px 0;
}

.contact-title{
    text-align: center;
    color: #023855;
}

.contact-title h2{
    font-weight: bold;
    font-size: 40px;
}

.contact-tel{
    display: block;
    background-color: white;
    text-decoration: none;
    text-align: center;
    color: black;
    margin: 30px 0;
    padding: 20px 0;
}

.contact-tel h3{
    font-weight: bold;
}

.tel-number{
    font-size: 50px;
    color: red;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.contact-list{
    display: flex;
    justify-content: space-between;
}

.contact-list a{
    display: block;
    width: 23%;
}

.koukan{
    margin: 50px 0;
}

.koukan ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.koukan li{
    width: 48%;
    margin: 10px 0;
}

.rinen{
    background-image: url(../img/info.jpg);
    background-position: center;
    padding: 100px 0;
}

.rinen-title{
    text-align: center;
    margin-bottom: 50px;
}

.rinen-title h2{
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.rinen-title h3{
    color: white;
    font-weight: bold;
}

.rinen-text p{
    color: white;
}

.situ{
    background-color: #e5e5e5;
    padding: 50px 0;
}

.situ-text{
    margin-top: 20px;
}

.situ-list{
    margin: 30px 0;
}

.situ-list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.situ-list li{
    width: 30%;
    margin: 20px 0;
}

.mado-s{
    margin: 50px 0;
}

.tenmado{
    margin: 50px 0;
}

.tenmado .col-md-8{
    margin-bottom: 30px;
}

.tenmado .col-md-8 img{
    margin-bottom: 20px;
}

.tenmado .row{
    align-items: center;
}

.tenmado .col-md-6{
    margin: 30px 0;
}

.tenmado figure{
    margin-bottom: 10px;
}

.tenmado th,.tenmado td{
    padding: 10px 0;
}

.tenmado th{
    width: 30%;
}

.tenmado th i{
    background-color: #ffca03;
    color: white;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50px;
    margin-right: 5px;
}

.tenmado td{
    width: 70%;
}

.coat-name{
    display: flex;
    align-items: center;
}

.coat-name .col-md-9 h3 span{
    font-size: 50px;
    font-weight: bold;
}

.coat-name .col-md-9 img{
    width: 40%;
}

.coat-content{
    display: flex;
    align-items: center;
}

.coat1{
    background-color: #023855;
    color: white;
    text-align: center;
    font-weight: bold;
    padding: 10px 0;
}

.coat2{
    text-align: center;
}

.coat2 h4{
    color: #29aae1;
    font-size: 70px;
    font-weight: bold;
    margin-bottom: 0;
}

.coat2 .small{
    font-size: 14px;
}

.coat3{
    border-left: 3px solid #023855;
    border-right: 3px solid #023855;
    text-align: center;
    color: #023855;
    background-color: #e5e5e5;
    padding: 10px 0;
    font-weight: bold;
}

.coat-text{
    margin: 50px 0;
}

.coat-point ul{
    display: flex;
    justify-content: space-between;
}

.coat-point li{
    width: 31%;
}

.flow{
    margin-top: 100px;
    margin-bottom: 50px;
}

.flow .col-md-10{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flow .col-md-3{
    width: 32%;
    margin: 10px 0;
    background-color: white;
    padding: 10px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.flow-step h3{
    background-color: #023855;
    color: #fff352;
    padding: 5px;
}

.flow-step h4{
    font-size: 18px;
    font-weight: bold;
}

.flow-step p{
    font-size: 14px;
}

.modal-btn{
    cursor: pointer;
    margin: 5px 0;
    color: #023855;
    text-decoration: underline;
}

footer{
    display: flex;
    justify-content: space-between;
}

footer .col-md-4{
    margin-top: 20px;
}

footer .col-md-4 img{
    width: 60%;
}