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

img{
    width: 100%;
}

.pc{
    display: block;
}

.sp{
    display: none;
}

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

h1{
    margin-bottom: 0;
}

.n-title{
    background-color: #023855;
    padding: 20px 0;
}

.n-title figure{
    text-align: center;
}

.n-title img{
    width: 60%;
}

.nayami{
    background-image: url(../img/nayami-bg.jpg);
    padding: 50px 0;
}

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

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

.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%;
}

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

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

.rinen-title h2{
    color: yellow;
    border-bottom: 1px solid yellow;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: bold;
}

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

.rinen-text p{
    color: white;
}

.situ{
    margin-top: -50px;
    margin-bottom: 50px;
}

.nanametitle{
    background-color: #023855;
    padding: 30px 0;
    margin-bottom: 30px;
}

.nanametitle h2{
    color: white;
    text-align: center;
    margin-bottom: 0;
    font-weight: bold;
}

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

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

.situ-list li{
    width: 30%;
    margin-bottom: 50px;
}

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

.sindan a{
    display: block;
    width: 48%;
}

.product{
    background-color: #fff352;
    margin-top: 100px;
}

.product1,.product2{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.product1 figure,.product2 figure{
    margin: 20px 0;
}

.product li{
    margin: 10px 0;
}

.flow{
    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%;
}