/* ///////////////////////////////////////////////////////////////////
トップ画像とニュース
/////////////////////////////////////////////////////////////////// */

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

.top-img .news{
    width: 100%;
    text-align: center;
    background-color: #d6e9ca;
    padding: 3% 0;
}

.top-img .news .box{
    width: 92%;
    margin: 0 auto;
    text-align: center;
    
    padding:2% 1%;
    border:solid 2px #d1a232
}

.top-img .news ul{
    width: 95%;
    margin: 0 auto;
    padding:2% 1%;
    overflow: scroll;
}

.top-img .news .box .title{
    font-size: .9rem;
    font-weight: bold;
    color: #000;
    margin: 3% 0 0;
}

.top-img .news .box .title span{
    color: #d1a232;
    display: block;
    font-size: 1.5rem;
    font-family: 'Times New Roman', Times, serif;
    color: #316544;
}

.top-img .news ul li{
    display: inline-block;
    border-bottom: dashed 1px #000;
    line-height: 1.5;
    width: 90%;
}

.top-img .news ul li:last-child{
    border-bottom: none;
}

.top-img .news ul li .date{
    font-size: .8rem;
    color: #fff;
    background-color: #316544;
    display: inline-block;
    width: 25%;
    padding: 1% 0;
}

.top-img .news ul li p{
    display: inline-block;
    width: 70%;
    text-align: left;
    margin-left: 3%;
    font-size: .9rem;
    color: #000;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}


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

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

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

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

.white{
    background-image: url(../../images/bg-left-bottom-g.webp);
    background-size: 80% auto ;
    background-position: left bottom;
    background-repeat: no-repeat;
}

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

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

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

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

.link-list{
    width: 90%;
    margin: 0 auto ;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}
.link-list ul{
    width: 90%;
    text-align: center;
    margin: 0 auto;
}
.link-list li{
    width: 100%;
    margin: 1% 0 4%;
}
.link-list li a{
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.8;
    color: #000;
    background-color: #d1a232;
    padding: 3% 0;
    position: relative;
}
.link-list li a::after{
    content: "›";
    font-size: 1.8rem;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 5%;
}

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

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

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

.wrap1 .img{
    width: 85%;
    text-align: center;
    padding: 23% 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

.wrap1 .img span{
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    
}

.wrap1 .img.pc{
    display: none
}

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

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

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

.wrap1 .content h3{
    font-size: 1.4rem;
    font-weight: 600;
    color: #316544;
    margin-bottom: 3%;
    text-align: center;
}

.wrap1 .content h3::after{
    content: "";
    display: block;
    width: 20%;
    height: 2px;
    background-color: #d1a232;
    margin: 2% auto 0;
}

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

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


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

.wrap2 .explan{
    font-size: .9rem;
    text-align: center;
    margin: -5% 0 10%;
    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 .box{
    width: 80%;
    display: inline-block;
    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%;
}

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

.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: 60%;
    display: inline-block;
    margin: 0 auto;
}

.wrap3 .flow-box .step{
    border:solid 2px #316544;
    background-color: #fff;
    padding: 5% 3%;
}
.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;
}

.wrap3 .flow-box .lines{
    width: 3px;
    height: 40px;
    background-color: #d1a232;
    margin: 5% auto;
}

/* ///////////////////////////////////////////////////////////////////
Q&A-よくあるご質問
/////////////////////////////////////////////////////////////////// */
.wrap4{
    position: relative;
    text-align: center;
    padding: 0 0 10%;
}
.wrap4 .box{
    width: 95%;
    margin: 2% auto 8%;
    text-align: left;
    background-color: #fff;
}
.wrap4 .box h3{
    font-size: 1rem;
    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: 98%;
    margin: 0 0 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%;
}
