@media screen and (min-width: 750px){

.top-img{
    position: relative;
}

.top-img .image{
    width: 100%;
    position: relative;
    display: block;
    background-image: url(../../images/top-index2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    padding: 18% 0;
    text-align: center;
}

.top-img .news{
    width: 80%;
    text-align: center;
    background-color: #d6e9ca;
    padding: 3% 0;
    margin: 0 auto 0;
}
.top-img .news .box{
    padding: 0 1%;
}
.top-img .news ul{
    width: 100%;
}
.top-img .news ul li{
    border:none;
    border-bottom: dashed 1px #000;
    line-height: 1.5;
    width: 95%;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.top-img .news ul::-webkit-scrollbar{
    display: none;
}


/* ///////////////////////////////////////////////////////////////////
H2
/////////////////////////////////////////////////////////////////// */

h2.top{
    font-size: 1.5rem;
    font-weight: 600;
    color: #316544;
    font-family: 'Yu Gothic', 'YuGothic', sans-serif;
    text-align: center;
    padding: 10% 0 0;
    position: relative;
    margin: 0 auto 3%;
}

h2.top::after{
    content: "";
    display: block;
    width: 10%;
    height: 6px;
    background-color: #316544;
    margin: 2% auto 0;
}

/* ///////////////////////////////////////////////////////////////////
COMMON-共通クラス
/////////////////////////////////////////////////////////////////// */

.white{
    background-image: url(../../images/bg-riht-top.webp);
    background-size: 50% auto ;
    background-position: right top;
    background-repeat: no-repeat;
}

.green{
    background-color: #d6e9ca;
    background-image: url(../../images/bg-left-bottom.webp);
    background-size: 50% auto;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.sub{
    position: absolute;
    top: 0;
    height: 120px;
    z-index: 0;
    opacity: 0.5;
}

.sub.l{left: 0;}
.sub.r{right: 0;}

/* ///////////////////////////////////////////////////////////////////
LINK-LIST-各種リンク
/////////////////////////////////////////////////////////////////// */

.link-list{
    width: 100%;
    margin: -5% auto 8%;
}
.link-list ul{
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.link-list li{
    width: 30%;
    margin: 0 1% ;
}
.link-list li a{
    display: inline-block;
    width: 100%;
    font-size: 1.1rem;
    font-weight: 600;
    color: #000;
    background-color: #d1a232;
    padding: 8% 0%;
    line-height: 1.5;
}
.link-list li a::after{
    content: "›";
    font-size: 1.8rem;
    position: absolute;
    right: 5%;
    top:10%
}

/* ///////////////////////////////////////////////////////////////////
SERVICE-基本サービス
/////////////////////////////////////////////////////////////////// */

.wrap1{
    position: relative;
    z-index: 10;
    text-align: center;
}

.wrap1 .explan{
    font-size: 1.2rem;
    text-align: center;
    margin: 3% 0 5%;
    font-family:'YU Gothic', 'YuGothic', sans-serif;
    font-weight: 600;
}

.wrap1 .box{
    margin: 0 0 10%;
}

.wrap1 .img{
    width: 45%;
    text-align: center;
    padding: 13% 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

.wrap1 .img span{
    font-size: 1.3rem;
    font-weight: 600;
    color: #fff;
    
}
.wrap1 .img.pc{
    display: inline-block;
}
.wrap1 .img.sp{
    display: none
}

.wrap1 .img.new{
    background-image: url(../../images/top-s-new.webp);
    box-shadow: -35px 35px 0px 0 #d6e9ca;
    margin: 0 5% 5% 0;
}

.wrap1 .img.change{
    background-image: url(../../images/top-s-change.webp);
    box-shadow: 35px 35px 0px 0 #d6e9ca;
    margin: 0 0 5% 5%;
}

.wrap1 .img.special{
    background-image: url(../../images/top-s-special.webp);
    box-shadow: -35px 35px 0px 0 #d6e9ca;
    margin: 0 5% 5% 0;
}

.wrap1 .left .content h3{
    text-align: left;
    position: relative;
}

.wrap1 .box.left h3::after{
    content: "";
    display: block;
    position: absolute;
    width: 80%;
    height: 2px;
    background-color: #d1a232;
    left: -40%;
}

.wrap1 .right .content h3{
    text-align: right;
    position: relative;
}

.wrap1 .box.right h3::after{
    content: "";
    display: block;
    position: absolute;
    width: 80%;
    height: 2px;
    background-color: #d1a232;
    right: -40%;
}

.wrap1 .box.right .content{
    text-align: right;
}

.wrap1 .content p{
    font-size: 1rem;
    line-height: 1.6;
    color: #000;
    display: block;
    width: 90%;
    text-align: left;
    margin: 10% auto 2%;
}


.wrap1 .content a{
    display: inline-block;
    font-size: .9rem;
    font-weight: bold;
    color: #000;
    border: solid 1px #000; 
    padding: 1% 5%;
    margin: 3% 0 10%;
}

.wrap1 .content a::after{
    content: "›";
    font-size: 1rem;
    margin-left: 5px;
}

.wrap1 .content a:hover{
    background-color: #545454;
    color: #fff;
    border-color: #545454;
    transition-duration: 0.2s;
}

.wrap1 .box.left .content{
    text-align: left;
    display: inline-block;
    width: 40%;
}

.wrap1 .box.right .content{
    text-align: right;
    display: inline-block;
    width: 40%;
}

/* ///////////////////////////////////////////////////////////////////
STRANGTH-強み
/////////////////////////////////////////////////////////////////// */
.wrap2{
    position: relative;
    text-align: center;
    padding: 0 0 5%;
}

.wrap2 .explan{
    font-size: .9rem;
    text-align: center;
    margin: -3% 0 2%;
    font-family:'YU Gothic', 'YuGothic', sans-serif;
    font-weight: 600;
}

.wrap2 .explan span{
    font-size: 2.3rem;
    color: #316544;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
}

.wrap2 .strange{
    display: table;
    border-collapse: separate;
    border-spacing: 1rem;
    width: 98%;
    margin: 0 auto;
}

.wrap2 .box{
    width: auto;
    display: table-cell;
    margin: 0 auto 10%;
    text-align: center;
    position: relative;
    background-color: #fff;
}

.wrap2 .box .num{
    font-size: 4rem;
    font-family:'Noto Serif JP', serif;
    font-weight: bold;
    color: #316544;
    position: absolute;
    top: -15%;
    left:20px;
}

.wrap2 .box img{
    width: 40%;
    margin: 8% 0 0;
}

.wrap2 .box h3{
    font-size: 1rem;
    font-weight: 600;
    color: #316544;
    margin: 5% 0 3%;
    height: 3rem;
}

.wrap2 .box p{
    font-size: .9rem;
    line-height: 1.6;
    color: #000;
    display: block;
    width: 90%;
    text-align: left;
    margin: 0 auto 8%;
}

/* ///////////////////////////////////////////////////////////////////
FLOW-お手続きの流れ
/////////////////////////////////////////////////////////////////// */

.wrap3{
    position: relative;
    text-align: center;
    padding: 0 0 10%;
}

.wrap3 .explan{
    font-size: .9rem;
    text-align: center;
    margin: 0 0 5%;
    font-family:'YU Gothic', 'YuGothic', sans-serif;
    font-weight: 600;
}

.wrap3 .flow-box{
    width: 90%;
    display: table;
    margin: 0 auto;
}

.wrap3 .flow-box .step{
    border:solid 2px #316544;
    background-color: #fff;
    padding: 5% 3%;
    display: table-cell;
    width: 28%;
}
.wrap3 .flow-box .lines{
    display: table-cell;
    width: 3px;
    height: auto;
    background: none;
    margin: auto;
    position: relative;
}

.wrap3 .flow-box .lines::after{
    content: "";
    width: 80%;
    height: 3px;
    background-color: #d1a232;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.wrap3 .flow-box .step .num{
    font-size: .8rem;
    font-family: 'Yu Gothic', 'YuGothic', sans-serif;
    font-weight: 600;
    color: #316544;
}
.wrap3 .flow-box .step .num span{
    font-size: 2.5rem;
    font-weight: bold;
    display: block;
    font-family:'ＭＳ ゴシック', monospace;
    line-height: 1;
}

.wrap3 .flow-box .step .num span::after{
    width: 10%;
    height: 5px;
    background-color: #d1a232;
    content: "";
    display:block;
    margin: 3% auto 0;
}

.wrap3 .flow-box .step h3{
    font-size: 1.2rem;
    font-weight: 600;
    color: #316544;
    margin: 5% 0 0;
}

.wrap3 .flow-box .step p{
    font-size: .9rem;
    font-weight: 500;
    line-height: 1.6;
    color: #000;
    display: block;
    width: 90%;
    text-align: left;
    margin: 3% auto 0;
}



/* ///////////////////////////////////////////////////////////////////
Q&A-よくあるご質問
/////////////////////////////////////////////////////////////////// */
.wrap4{
    position: relative;
    text-align: center;
    padding: 0 0 1%;
}
.wrap4 .box{
    width: 95%;
    margin: 2% auto 5%;
    text-align: left;
    background: none;
}
.wrap4 .box.lastbox{
    margin: 2% auto 10%;
}
.wrap4 .box h3{
    font-size: 1.2rem;
    font-weight: 600;
    color: #316544;
    padding: 1% 0;
    display: table;
    margin: 5% 0 1%;
}
.wrap4 .box h3 span{
    display: table-cell;
    vertical-align: top;
}
.wrap4 .box h3 img{
    vertical-align: top;
    margin-right: 5px;
    width: 1.2rem;
    display: table-cell;
}
.wrap4 .box .a-box{
    padding: 0 0 2%;
    display: table;
    width: 90%;
    margin: 0 5% 0 auto;
    position: relative;
}
.wrap4 .box .a-box::before{
    content: "";
    width: 2px;
    height: 80%;
    background-color: #aaa;
    position: absolute;
    bottom: 0;
    left: 3%;
}
.wrap4 .box .a-box::after{
    content: "";
    width: 100%;
    height: 2px;
    background-color: #aaa;
    position: absolute;
    bottom: 0;
    left: 3%;
}
.wrap4 .box .a-box img{
    width: 1.2rem;
    vertical-align: top;
    display: table-cell;
}
.wrap4 .box .a-box p{
    font-size: .9rem;
    line-height: 1.5;
    vertical-align: top;
    color: #000;
    display: table-cell;
    padding: 1% 0;
    width: 92%;
}
}
