.fukushinomori_logo{
display:flex;
flex-flow:wrap;
    justify-content: space-between;
margin-bottom:20px;
}
.fukushinomori_logo dd{
margin:0;
padding:0;
width:48%;
display:flex;
flex-flow:wrap;
align-items: center;
}
.fukushinomori_logo dd:first-child{
    justify-content: end;
}
.fukushinomori_logo dd:last-child{
    justify-content: start;
}
.fukushinomori_logo dd img{
max-height:70px;
}

.fukushinomori_main{
border-top:5px solid #A53F3A;
margin-bottom:30px;
}


.fukushinomori_lead{
margin-bottom:70px;
}
.fukushinomori_lead h1{
color:#3D8000 !important;
font-size:120% !important;
margin-bottom:10px !important;
font-weight:bold !important;
}
.fukushinomori_lead h2{
font-size:105% !important;
margin-bottom:20px !important;
font-weight:bold !important;
}

.fukushinomori_anchor{
margin-bottom:50px;
}

body.new_layout .fukushinomori_anchor a.btn_link{
font-size:16px !important;
border: 2px solid #3D8000 !important;
	box-shadow:3px 3px 6px 2px #eee;
	-moz-box-shadow:3px 3px 6px 2px #eee;
	-webkit-box-shadow:3px 3px 6px 2px #eee;
}


/*
body.new_layout .fukushinomori_anchor a.btn_link span.icon:before {
    color: #3D8000 !important;
}
*/
body.new_layout .fukushinomori_anchor .box:last-child a.btn_link span.icon:before {
display:none;
}


body.new_layout a.btn_link:hover{
background: #3D8000 !important;
}

body.new_layout a.btn_link:hover span.icon:before {
    color: #fff !important;
}




.fukushinomori_block01{
background:#FEFAED;
padding:50px 0;
}

.fukushinomori_block01 h2{
color:#3D8000 !important;
text-align:center;
margin-bottom:50px !important;
font-size:35px !important;

}
.fukushinomori_block01 h2 span{
    background:linear-gradient(transparent 60%, #EBF2E4 60%);
font-weight:bold !important;
}

.fukushinomori_block01 dl dt{
font-weight:bold;
font-size:22px;
margin-bottom:20px;
}
.fukushinomori_block01 dl dt span{
background:url(/image/new/solution/fukushinomori/fukushinomori_img05.svg) no-repeat left center;
background-size:auto 100%;
display:inline-block;
padding:20px 30px;
}


.fukushinomori_block01 dl dd{
margin-bottom:50px;
padding-left:30px;
}

.fukushinomori_block02 ,
.fukushinomori_block03{
padding:50px 0;
}


.fukushinomori_block02 h2,
.fukushinomori_block03 h2{
border-radius:10px;
padding:10px 0 15px !important;
text-align:center;
font-size:34px !important;
margin-bottom:50px !important;
color:#fff !important;
}

.fukushinomori_block02 h2 span{
display:inline-box;
}
.fukushinomori_block02 h2 span.label,
.fukushinomori_block03 h2 span.label{
    background: #fff;
    font-size: 22px;
    margin-right: 10px;
    font-weight: bold;
    padding: 5px 20px;
}
.fukushinomori_block02 span.title,
.fukushinomori_block03 span.title{
font-weight:bold ;
color:#fff !important;
padding:5px 0;
}

.fukushinomori_block02 h2{
background:#2A5C8C !important;
}
.fukushinomori_block03 h2{
background:#3D8000 !important;
}

.fukushinomori_block02 h2 span.label{
color:#2A5C8C;
}

.fukushinomori_block03 h2 span.label{
color:#3D8000;
}



.fukushinomori_block02 p.lead,
.fukushinomori_block03 p.lead{
margin-bottom:50px;
}


.fukushi_modalwrap{
display:flex;
    flex-flow: wrap;
    /*gap: 20px 3%;*/
    margin-bottom: 50px;
    /*justify-content: center;*/
}

.fukushi_modalwrap .box{
    width: 31%;
margin:0 3% 20px 0;
}
.fukushi_modalwrap .box:nth-child(3n){
margin:0 0% 20px 0;
}

.fukushi_modalwrap .box a{
display:flex;
flex-flow:wrap;
justify-content: left;
    align-items: center;
color:#646060;
font-weight:bold;
font-size:18px;
border-radius:10px;
padding:15px;
	-webkit-transition-property:background;  
	-webkit-transition-duration:0.2s;  
	-webkit-transition-timing-function:linear; 
}
.fukushi_modalwrap .box a:hover{
text-decoration:none;
}
.fukushi_modalwrap .box a span.icon{
background:url(/image/new/solution/fukushinomori/fukushinomori_img06.svg) no-repeat right center;
background-size: auto 15px;
    width: 100%;
}

.fukushi_modalwrap.color01 .box a{
background:#E0EDFA;
border:2px solid #E0EDFA;
}
.fukushi_modalwrap.color02 .box a{
background:#fff;
border:2px solid #2A5C8C;
min-height: 90px;
}
.fukushi_modalwrap.color03 .box a{
background:#EBF2E4;
border:2px solid #EBF2E4;
}
.fukushi_modalwrap.color04 .box a{
background:#fff;
border:2px solid #3D8000;
min-height: 90px;
}

.fukushi_modalwrap.color01 .box a:hover{
background:#fff;
border:2px solid #E0EDFA;
}
.fukushi_modalwrap.color02 .box a:hover{
background:#2A5C8C;
border:2px solid #fff;
color:#fff;
}
.fukushi_modalwrap.color03 .box a:hover{
background:#fff;
border:2px solid #EBF2E4;
}
.fukushi_modalwrap.color04 .box a:hover{
background:#3D8000;
border:2px solid #3D8000;
color:#fff;
}

.fukushi_modalwrap.wrap2 .box {
    width: 48%;
}
.fukushi_modalwrap.wrap2 .box:nth-child(2n) {
margin-right:0;
}


p.fukushinomori_lastimg {
    margin: 100px 0 50px !important;
}


.fukushi_modalwrap.color02 span.under{
    background: linear-gradient(transparent 60%, #E0EDFA 60%);
}
.fukushi_modalwrap.color04 span.under{
    background: linear-gradient(transparent 60%, #EBF2E4 60%);
}

.fukushi_modalwrap.color02 a:hover span.under{
    background: linear-gradient(transparent 60%, #2A5C8C 60%);
}
.fukushi_modalwrap.color04 a:hover span.under{
    background: linear-gradient(transparent 60%, #3D8000 60%);
}





.fukushinomori_block02 .title_center-underline:before{
background-color: #2A5C8C !important;
}
.fukushinomori_block03 .title_center-underline:before{
background-color: #3D8000 !important
}














/*モーダル*/
.modal-wrapper {
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 40px 10px;
    text-align: center
}

.modal-wrapper:not(:target) {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
    opacity: 1;
    visibility: visible;
    transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
    display: inline-block;
    height: 100%;
    margin-left: -.05em;
    vertical-align: middle;
    content: ""
}

.modal-wrapper .modal-window {
    box-sizing: border-box;
    display: inline-block;
    z-index: 20;
    position: relative;
    width: 70%;
    max-width: 600px;
    padding: 30px 30px 15px;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    vertical-align: middle
}

.modal-wrapper .modal-window .modal-content {
    max-height: 80vh;
    overflow-y: auto;
    text-align: left
}

.modal-wrapper .modal-window .modal-content h4{
    font-size: 25px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.modal-overlay {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
    z-index: 20;
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    color: #95979c !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    text-indent: 0
}

.modal-wrapper .modal-close:hover {
    color: #2b2e38 !important
}






@media(max-width:767px) {

.fukushinomori_lead {
    margin-bottom: 40px;
}


.fukushinomori_anchor a.btn_link{
min-width: 100% !important;
}

.fukushinomori_block01 h2 {
    font-size: 25px !important;
}


.fukushinomori_block02 h2, .fukushinomori_block03 h2 {
    padding: 20px 0 5px !important;
    font-size: 34px !important;
}
.fukushinomori_block02 span.title,
.fukushinomori_block03 span.title {
    display:block;
margin-top:10px;
}
.fukushinomori_block02 h2 span.label,
.fukushinomori_block03 h2 span.label {
    font-size: 15px;
    margin-right: 0px;

}

.fukushi_modalwrap {
    flex-flow: column;
}
.fukushi_modalwrap .box {
    width: 100%;
}


.fukushinomori_block02, .fukushinomori_block03 {
    padding: 30px 0;
}

.fukushi_modalwrap.wrap2 .box {
    width: 100%;
}


.modal-wrapper .modal-window {
    width: 85%;
    padding: 30px 15px 15px;
}
.modal-wrapper .modal-window .modal-content h4 {
    font-size: 20px;
font-weight:bold !important;
}


.fukushi_modalwrap .box,
.fukushi_modalwrap.wrap2 .box {
margin-right:0;
}



}