/*
明
font-family: "Noto Serif JP", system-ui;
*/

img{
    width: 100%;
}

.problem-sp,.support-area-sp{
    display: none;
}

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

.main{
    position: relative;
    z-index: 1;
}

.place{
    position: relative;
    z-index: 2;
    margin-top: -100px;
}

.place .col-md-10{
    background-color: white;
}

.place-content ul,.label ul{
    display: flex;
    padding: 30px 0;
}

.place-content li{
    background-color: #fff9f5;
    margin: 0 10px;
}

.label li{
    margin: 0 10px;
}

.problem-pc,.problem-sp{
    background-color: #fff9f5;
    padding: 50px 0;
}

.problem-title{
    margin-bottom: 50px;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 4px solid #f7931e;
}

.problem-title::before{
    content: '';
    position: absolute;
    bottom: -4px;
    right: 0;
    width: 30%;
    height: 4px;
    background: #fbb03b
}

.problem-title img{
    width: 65%;
}

.problem-1,.problem-2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}

.problem-1 img,.problem-2 img{
    width: 30%;
}

.problem-1 ul,.problem-2 ul{
    width: 65%;
}

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

.problem-1 li,.problem-2 li{
    margin: 10px 0;
    padding: 20px;
    background-color: white;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.problem-1 li{
    width: 48%;
}

.problem-1 li span{
    display: block;
    color: #f15a24;
}

.problem-2 li{
    width: 100%;
}

.problem-2 li span{
    color: #f15a24;
}

.title h2,.service figure img{
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.6));
}

.reason{
    margin: 50px 0;
}

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

.reason-content{
    width: 48%;
    margin: 20px 0;
}

.reason-content p{
    margin-top: 10px;
}

.price{
    margin-bottom: 100px;
}

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

.price-content li{
    width: 48%;
}

.price-content p{
    text-align: center;
    font-size: 18px;
}

.contact{
    background-color: #f15a24;
    padding: 100px 0;
}

.contact a{
    text-decoration: none;
}

.contact-text{
    color: white;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.contact-tel{
    background-color: white;
    text-align: center;
    border-radius: 50px;
    padding: 20px 0;
}

.contact-tel p{
    margin-bottom: 0;
}

.tel-text{
    font-family: "Noto Serif JP", system-ui;
    font-size: 80px;
    font-weight: 900;
    color: #f15a24;
}

.tel-text i{
    font-size: 65px;
    padding-right: 10px;
}

.time{
    color: black;
    font-size: 20px;
    font-weight: bold;
}

.sp-tel{
    text-align: center;
    color: white;
    margin-top: 10px;
}

.service{
    padding: 100px 0;
}

.ser-odd{
    background-color: #fbb03b;
}

.ser-even{
    background-color: #f7931e;
}

.service figure{
    margin: 0 auto -50px auto;
    width: 90%;
}

.ser-content{
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 80px 30px 30px 30px;
    border-radius: 20px;
}

.ser-content img{
    width: 45%;
}

.ser-text{
    width: 50%;
}

.ser-text h4{
    font-family: "Noto Serif JP", system-ui;
    padding-bottom: 10px;
}

.ser-text img{
    width: 100%;
}

.kaisyurei{
    margin-top: 10px;
    font-weight: bold;
}

.support-area-pc{
    background-image: url(../img/area.jpg);
    background-size: cover;
    background-position: center;
    padding: 100px 0;
}

.support-area-pc .col-md-10{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sp-area-content{
    width: 48%;
}

.sp-area-content figure{
    width: 90%;
    margin: 0 auto;
}

.sp-area-content p{
    text-align: center;
    margin-top: 10px;
}

.flow{
    padding: 100px 0;
}

.flow-content{
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}

.flow-content .flow-card{
    width: 23%;
    background-color: #fff9f5;
}

.flow-card img{
    padding: 30px;
}

.flow-text{
    text-align: center;
}

.flow-text h3{
    color: #f15a24;
    border-bottom: 2px solid #f15a24;
    padding-bottom: 5px;
    width: 70%;
    margin: 0 auto;
    font-weight: bold;
}

.flow-text p{
    margin-top: 10px;
    font-weight: bold;
    font-size: 20px;
}

.flow-price{
    text-align: center;
}

.company table{
    width: 100%;
    margin-top: 30px;
}

.company th,.company td{
    padding: 20px 0;
    border-bottom: 1px solid black;
}

.company th{
    background-color: #fff9f5;
    text-align: center;
}

.company td{
    padding-left: 20px;
}

.map{
    margin-top: 100px;
}

.soudan p{
    text-align: center;
    color: #ed1c24;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 3px;
    margin: 10px 0;
}

footer{
    background-color: #ed1c24;
    padding: 50px 0 30px 0;
}

.company-name{
    width: 30%;
    margin: 0 auto;
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.6));
}

.foot-tel p,.foot-time p,.foot-sitemap{
    text-align: center;
    margin: 0;
    color: white;
}

.foot-tel p{
    font-family: "Noto Serif JP", system-ui;
    font-size: 60px;
    font-weight: 900;
    margin-top: 20px;
}

.foot-tel p i{
    font-size: 50px;
    padding-right: 10px;
}

.foot-sitemap ul{
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.foot-sitemap li{
    margin: 20px;
}

.foot-sitemap li i{
    padding-right: 10px;
}

.foot-sitemap li a{
    color: white;
    text-decoration: none;
    transition: .3s;
}

.foot-sitemap li a:hover{
    color: #fbb03b;
}

.copy p{
    margin: 10px 0;
    text-align: center;
}

@media (min-width: 751px) {
    a[href^="tel:"] {
        pointer-events: none;
        cursor: default;
    }
}
