.title_h1 h1 {
    background-size:cover;
  background-position:center;
  background-image: url("../img/service_fv_pc_bg.jpg");
}
.title_h1 h1 {
    text-align: center;
    padding: 50px 0;
    color: #3266cc;
    margin-top: 0;
    font-size: 45px;
}
.service_explanation {
    padding: 10px 10px 25px;
    background: #def3ff;
}
.mokuji_btn {
    display: flex;
    flex-wrap: wrap;
        justify-content: center;
    width: 100%;
}
.mokuji_btn p {
    width: 100%;
    background: #3266cc;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 9px 0 #062e7a;
    margin-top: 0;
}
.mokuji_btn a {
width: 32%;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    margin: 5px;
}
.consultation a {
    color: #fff;
    text-decoration: none;
}
.consultation a p {
    background: #ff6000;
    text-align: center;
    width: 70%;
    margin: 15px auto;
    padding: 15px;
    font-size: 25px;
    font-weight: bold;
    border-radius: 10px;
    box-shadow: 0 7px 0 #ad4100;
}
.consultation {
    background: #def3ff;
    padding: 20px 10px;
    margin: 40px 0 0;
}
.flow_area{
    background: #fff;
}
.mt20{
    margin-top: 20px;
}
@media screen and (max-width: 640px){
.title_h1 h1 {
  background-image: url("../img/service_fv_sp_bg.jpg");
}
.title_h1 h1 {
    font-size: 30px;
}
.mokuji_btn a {
    width: 46%;
}
.consultation a p {
    width: 90%;
    font-size: 20px;
}
}


/*ポップアップ 240116下層追加*/
.active{
    display: block !important;
    animation-name: fadeIn;
    animation-duration: .2s;
    animation-fill-mode: both;
}
.madal_container {
    background: rgba(0, 0, 0, .7);
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 10000;
}
.madal_contents {
    width: 29%;
    height: auto;
    position: absolute;
    top: 44%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.madal_contents span {
    cursor: pointer;
    position: absolute;
    top: -26px;
    right: -30px;
    color: #fff;
    font-size: 2em;
    z-index: 11111;
    font-weight: bold;
}


@media screen and (max-width: 640px){
.madal_contents {
    width: 75%;
    top: 47%;
}
}

/*ポップアップ end */