/*
Theme Name: JAこうか
Theme URI: ja-kouka
Description: JAこうかサイト用テーマ
Version: 1.0.0
Text Domain: ja-kouka.shinobi.or.jp
*/

@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h3,
h4,
h5,
h6,
form,
input,
textarea,
button,
option,
select,
p {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 1.6;
	color:#333333;
	font-weight: 400; 
        margin: 0;
        padding: 0;
        font-family: "M PLUS 1", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-feature-settings: 'palt' on;
}

/* tate-swiper: prevent vertical mode from expanding page height */
.tate-swiper {
    overflow: hidden;
}
main p,main li,main dd{
	letter-spacing: 0.05rem;
}
img{
	max-width:100%;
	height:auto;
	vertical-align:middle;
image-rendering: -webkit-optimize-contrast;
}
/*クリアフィックス*/

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	margin-left: 0;
	text-align: center;
}

.clearfix:before {
	display: block;
	content: "";
	font-size: 14px;
	clear: both;
}

.clearfix {
	display: block;
	margin: 0 auto;
}

.clear {
	clear: both;
}


.fead-mv {
	opacity: 0;
	transition: 0.6s;
	transition-timing-function:ease-in;
	
}
.mv {
	opacity: 1;	
}

a {
	color: #333333;
    text-decoration: none;
}
a:hover,.wp-block-advanced-link-block-advanced-link:hover{
	opacity: 0.7;
}
ul {
	list-style: none;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flexl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: justify;
	justify-content: flex-start;
}
.flexc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
}
.flexs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.flexb {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.flext {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: justify;
	justify-content: flex-start;
}
.rpic{
	flex-direction:row-reverse;
}
a[href*="tel:"] {
	pointer-events: none;
}
:root{
    --header-offset: 0px;
    --header-anchor-gap: 16px;
}
html{
    scroll-padding-top: calc(var(--header-offset) + var(--header-anchor-gap));
}
body{
    background:#EEEFDE ;
    min-width: 1120px;
    padding-top: var(--header-offset);
}
[id]{
    scroll-margin-top: calc(var(--header-offset) + var(--header-anchor-gap));
}
#warpper{
    max-width: 100%;
}
#header{
    padding: 20px 2.5% 0 2.5%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1120px;
    box-sizing: border-box;
    z-index: 1000;
}
#header .in{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#header h1{
    padding: 10px 0 0 0;
}
#header #hnav{
    display: flex;
}
#header .left .smenu{
    display: flex;
    padding: 5px 0 0 0;
}
#header .left .bmenu{
    display: flex;
}
#header .right ul{
    display: flex;
}
#header .left .smenu li{
    font-size: 13px;
    padding: 0 0.8em;
}
 #header .left .smenu .i{
    vertical-align: top;
    margin-left: 5px;
 }
#header .left .bmenu > li{
    font-size: 16px;
    font-weight: 700;
    padding: 0 1.2em 0 0;
}
#header .left .bmenu > li > a,#header .left .bmenu > li > span.t{
    display: block;
    padding: 5px 0 22px 0;
    position: relative;
    opacity: 1;
}
#header .left .bmenu > li > span.t{
    cursor: default;
}
#header .left .bmenu > li > a:hover{
    opacity: 1;
    color: #3AAA5F;
}
#header .left .bmenu > li:hover > a:before,#header .left .bmenu > li:hover > .t:before{
    content: "";
    width: 100%;
    height: 2px;
    background: #3AAA5F;
    position: absolute;
    bottom: 0;
    left: 0;
}
#header .left .bmenu > li div.uwrap{
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    background: #EEEEEE;
    padding: 60px 0;
}
#header .left .bmenu li div.uwrap ul{
    width:65.71% ;
}
#header .left .bmenu li div.uwrap ul li{
    width: 47.38%;
    line-height: 120%;
    padding: 0 0 8px 0;
}
#header .left .bmenu li div.uwrap ul li a{
    display: block;
    border-bottom: #CCCCCC solid 1px;
    font-size: 18px;
    font-weight: 700;
    padding: 16px 0 16px 0;
    background: url(images/icon-arrow-bmenu.svg) right center no-repeat;
    
}
#header .left .bmenu li div.uwrap ul li a[target="_blank"]{
    background-image: url(images/icon-external-link-circle_bmenu.svg);
}
#header .left .bmenu li div.uwrap p a{
    display: inline-block;
    padding: 0 30px 0 0;
    background: url(images/icon-arrow-a_kara.svg) right 3px no-repeat;
}
#header .left .bmenu li div.uwrap p{
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
    padding: 10px 0;
}
#header .left .bmenu li div.uwrap p .e{
    display: block;
    color: #3AAA5F;
    font-family:"Montserrat Alternates", Arial, Helvetica, sans-serif;
    line-height: 120%;
    font-size: 16px;
    font-weight: 500;

}
#header .left .bmenu > li:hover div.uwrap{
    display: block;
}
#header .left .bmenu > li.p:hover{
    color: #3AAA5F;
}
#header .left .bmenu > li.p:hover > a{
    color: #3AAA5F;
}
#header .right .alert a{
    display: block;
    background: #E25556;
    color: #fff;
    font-size: 14px;
    padding: 8px 0 5px 0;
    width: 100px;
    text-align: center;
    border-radius: 4px;
    font-weight: 700;
}
#header .right .alert a .i{
    display: block;
    text-align: center;
}
#header .right .producer a{
    display: block;
    background: #CDEBB8;
    font-size: 14px;
    padding: 8px 0 5px 0;
    width: 100px;
    text-align: center;
    border-radius: 4px;
    font-weight: 700;
}
#header .right .producer a .i{
    display: block;
    text-align: center;
}
#header .right li{
    margin: 0 0 0 10px;
}
#header .hmenu{
    background:#3AAA5F ;
    border-radius: 5px;
    font-size: 12px;
    width: 60px;
    text-align: center;
    display: flex;
    align-items:end;
    justify-content: center;
    margin: 0 0 0 10px; 
    color: #fff;
    font-weight: 700;
    position: relative;
    cursor: pointer;
}
#header .hmenu .t{
    display: block;
    padding: 0 0 12px 0;
}
#header .hmenu .c{
    display: none;
    padding: 0 0 12px 0;
}
#header .hmenu .hm{
    position: absolute;
    width: 24px;
    height: 2px;
    background: #fff;
    left: 18px;
    top: 19px;
    
    
}
#header .hmenu .hm:before{
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background: #fff;
    left: 0;
    top: -6px;
}
#header .hmenu .hm:after{
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background: #fff;
    left: 0;
    top: 6px;
}
.overlay #header .hmenu{
    background: #006634;
}
.overlay #header .hmenu .t{
    display: none;
}
.overlay #header .hmenu .c{
    display: block;
}
.overlay #header .hmenu .hm{
    transform: rotate(30deg);
}
.overlay #header .hmenu .hm:before,.overlay #header .hmenu .hm:after{
    transform: rotate(120deg);
    top: 0;
}

.sub_mv{
    background: url(images/img-header.png) center 50% no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sub_mv:before{
    content: "";
    width: 1px;
    padding-bottom: 39.06%;
    display: block;
    margin-left: -1px;
}
.sub_mv h1{
    padding: 5% 0 20% 0;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
}
.sub_mv h1 .e{
    display: block;
    color: #3AAA5F;
    font-family:"Montserrat Alternates", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.inner{
    max-width: 1120px;
    margin: 0 auto;
    width: 95%;
}

.pnav li{
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;

}
.pnav li a{
    color:#3E7AAE ;
    text-decoration: underline;
}
.pnav {
    padding: 10px 0 80px 0;
}
.pnav ul{
    display: flex;
    overflow-x: auto;
}
.pnav li+li:before{
    content: "";
    width:16px ;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    background: url(images/icon-breadcrumbs-arrow.svg) 0 0 no-repeat;
    transform: translateY(-2px);
    margin: 0 2px;

}

#footer .foot_bk{
    background: url(images/foot_bk_pc.png) center 0 repeat;
    height: 900px;
    padding: 285px 0 0 0;
    box-sizing: border-box;
}
#footer .copy{
    background: #fff;
}
#footer .copy dl{
    width: 95%;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0;
}
#footer .copy dt{
    font-size: 12px;
    font-weight: 500;
}
#footer .copy dt .sp{
    display: inline-block;
    margin-left: 1em;
}
#footer .copy dd{
    font-size: 12px;
    font-weight: 500;
}
#footer .foot_cont{
    background: #fff;
    border-radius: 10px;
    padding: 40px 3.5% 40px 3.5%;
    margin-bottom: 40px;
}
#footer .foot_cont h3{
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    padding: 0 0 10px 0;
}
#footer .foot_cont h3 .e{
    color: #3AAA5F;
    font-size: 16px;
    font-family:"Montserrat Alternates", Arial, Helvetica, sans-serif;
    font-weight: 500;
    display: block;
    line-height: 120%;
}
#footer .foot_cont h3+p{
    text-align: center;
    padding: 0 0 20px 0;
}
#footer .foot_cont dl{
    background:#EEEFDE ;
    border-radius: 10px;
    width: 48.85%;
    padding: 35px 0 10px 0;
    box-sizing: border-box;

}
#footer .foot_cont dt .i{
    display: block;
    margin: 0 auto;
    max-width: 60px;
}
#footer .foot_cont dt{
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
    padding: 0 0 20px 0;
}
#footer .foot_cont dd{
    text-align: center;
    padding: 0 0 16px 0;
}
#footer .foot_cont dd a{
    display: inline-block;
    background:#3AAA5F url(images/icon-arrow-a.svg) calc(100% - 20px) center no-repeat;
    border-radius: 100vw;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    padding: 16px 72px 16px 40px;
}
#footer .foot_cont dd+dd{
    font-size: 14px;
    line-height: 140%;

}
#footer .foot_info .right{
    align-items: center;
}
#footer .foot_info .right li{
    font-size: 14px;
}
#footer .foot_info .right li+li:before{
    content: "";
    width: 1px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    background: #333;
    transform: translateY(-2px);
}
#footer .foot_info .left{
    align-items:end;
}
#footer .foot_info .left .foot_sns li{
    padding: 0 0 0 16px;
}
#footer .foot_info .left .logo{
    padding: 0 15px 0 0;
}
.hum_menu{
    position: fixed;
    right: 0;
    width: 358px;
    background: #EEEFDE;
    box-sizing: border-box;
    transform: translateX(358px);
    transition: all 0.5s ease;
    z-index: 100;
    
}
.hum_menu.action{
    transform: translateX(0);
}
.overlay{
    overflow: hidden;
}
.hum_menu .bmenu{
    padding:30px 0 0 0 ;
}
.hum_menu .bmenu li.w{
    background: #fff;
    margin-bottom: 8px;
    border-radius: 4px;
    padding-bottom: 10px;
}
.hum_menu .bmenu li > .k,.hum_menu .bmenu li.w >a{
    font-size: 20px;
    position: relative;
    padding: 25px ;
    font-weight: 700;
    line-height: 120%;
    display: block;
    cursor: pointer;
}
.hum_menu .bmenu li ul{
    padding: 0 25px;
}
.hum_menu .bmenu li ul li a{
    display: block;
    background: #EEEFDE url(images/icon-arrow-c.svg) 25px 50% no-repeat;
    border-radius: 4px;
    font-weight: 700;
    padding: 16px 0 16px 50px;
    line-height: 120%;
}
.hum_menu .bmenu li ul li a .i img{
    width: 20px;
    height: auto;
    margin-left: 5px;

}
.hum_menu .bmenu li ul li{
    padding: 0 0 8px 0;
}
.hum_menu .in{
    height: 100%;
    overflow-y: auto;
    padding-left: 16px;
    padding-right: 16px;
}
.hum_menu .bmenu li.w >a{
    background: url(images/icon-arrow-a.svg) calc(100% - 25px) 50% no-repeat;
}
.hum_menu .bmenu li > .k{
    position: relative;

}
.hum_menu .bmenu li > .k:before{
    content: "";
    width:12px ;
    height: 2px;
    position: absolute;
    background:#3AAA5F ;
    right: 30px;
    top: calc(50% - 1px);
}
.hum_menu .bmenu li > .k:after{
    content: "";
    width:12px ;
    height: 2px;
    position: absolute;
    background:#3AAA5F ;
    right: 30px;
    top: calc(50% - 1px);
    transform: rotate(-90deg);
}
.hum_menu .bmenu li > .k.active:after,.hum_menu .bmenu li > .k.active:before{
    transform: rotate(0);
}
.hum_menu .bmenu li > .k+ul{
    display: none;
}
.hum_menu .smenu li{
    line-height: 120%;
    padding: 8px 0;
}
.hum_menu .smenu li a{
    font-weight: 700;
    font-size: 18px;

}
.hum_menu .smenu{
    padding: 0 25px 10px 25px;
}
.hum_menu .smenu li a .i img{
    width: 20px;
    height: auto;
    margin-left: 5px;
}
.hum_menu .smenu li a{
    display: block;
    padding: 5px 0 5px 33px;
    background: url(images/icon-arrow-bmenu.svg) 0 50% no-repeat;
}
.overlay .cover{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 99;
}
.overlay #header .left .bmenu > li div.uwrap{
    display: none;
}
@media only screen and (max-width: 770px) {
    body{
        min-width: 350px;
    }
    #header .left .smenu,#header .left .bmenu{
        display: none;
    }
    #header h1 img{
        max-width: 134px;
    }
    #header{
        padding: 0;
        min-width: 350px;
    }
    #header .hmenu,#header .right .producer a,#header .right .alert a{
        border-radius: 0;
    }
    #header .right li{
        margin: 0;
        line-height: 120%;
        font-size: 12px;
    }
    #header .right li .sp{
        display: block;
        line-height: 120%;
    }
    #header .right a .i img{
        width: 16px;
        margin-bottom: 5px;
    }
    #header .right .producer a{
        width: 60px;
    }
    #header .right .alert a{
        width: 60px;
    }
    #header h1{
        padding: 10px 0 0 2%;
    }
    #footer .foot_bk{
        background: url(images/foot_bk_sp.png);
        background-position: center 0;
    }
    #footer .foot_bk{
        height: auto;
        max-height: 1080px;
        padding: 120px 0 0 0;
    }
    #footer .foot_cont h3+p .sp{
        display: inline-block;
    }
    #footer .foot_cont dl{
        width: 100%;
        padding-top: 16px;
        padding-bottom: 18px;

    }
    #footer .foot_cont dl+dl{
        margin-top: 30px;
    }
    #footer .foot_cont{
        padding-top: 30px;
    }
    #footer .foot_cont dd+dd{
        padding-bottom: 0;
    }
    #footer .foot_info .left .logo{
        width: 100%;
        text-align: center;
    }
    #footer .foot_info .left{
        width: 100%;
    }
    #footer .foot_info .foot_sns{
        width: 100%;
        justify-content: center;
        padding: 20px 0;
    }
    #footer .foot_info .right{
        width: 100%;
        justify-content: center;
        padding: 0 0 20px 0;
    }
    .foot_info{
        padding-bottom: 10px;
    }
    #footer .foot_info .right li+li:before{
        margin: 0 5px;
    }
    #footer .copy dt .sp{
        display: block;
        margin-left: 0;
    }
    .sub_mv:before{
        padding-bottom: 74.36%;
    }
    .sub_mv{
        background-image: url(images/img-header-sp.png);
    }
    .sub_mv h1{
        font-size: 28px;
    }
}
.tolink1 {
    line-height: 120%;
}
.tolink1 a{
    display:inline-block;
    background: url(images/icon-arrow-bmenu.svg) 0 50% no-repeat;
    padding: 3px 0 3px 30px;
    font-weight: 700;
}
.tolink1 a[target="_blank"]{
    background-image:url(images/icon-arrow-bmenu.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 3px 0 3px 30px;
}
.tolink1 a[target="_blank"]:after{
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(images/icon-external-link-circle.svg) 0 0 no-repeat;
    background-size: cover;
    margin: 0 0 0 5px;
}
.tolink1 li{
    display: inline-block;
    line-height: 120%;
    padding: 0 1.5em 16px 0;
}
#main p{
    padding: 0 0 16px 0;
}
h3.wp-block-heading{
    font-weight: 700;
    font-size: 24px;
    padding: 0 0 16px 0;
}
#main :where(figure){
    margin-bottom: 16px;
}
h2.wp-block-heading{
    border-bottom: 4px solid #CCCCCC;
    position: relative;
    font-size: 32px;
    font-weight: 700;
    background: url(images/iconh3.svg) 0 4px no-repeat;
    padding: 0 0 10px 50px;
    margin-bottom: 32px;
    line-height: 140%;
}

h2.wp-block-heading:before{
    position: absolute;
    content: "";
    width: 120px;
    top: 100%;
    left: 0;
    height: 4px;
    background: #3AAA5F;
}
.colum2_1 .wp-block-image img{
    border-radius: 10px;
}
.colum2_1{
    padding: 0 0 10px 0;
}
.group1{
    padding: 0 0 40px 0;
}

.head_s_nav li{
    width: 22.86%;
    margin: 0 2.85% 0 0;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    display: flex;
    margin-bottom: 32px;
}
.head_s_nav li:nth-child(4n){
    margin-right: 0;
}
.head_s_nav li a{
    display: flex;
    width: 100%;
    align-items:start;
    background: url(images/icon-arrow-b.svg) right 10px no-repeat;
    padding: 10px 32px 16px 0;
    line-height:120% ;

}
.head_s_nav{
    padding-bottom: 48px;
}

.swiper .swiper-pagination,
.swiper_nav .swiper-pagination{
    position: relative;
    bottom: auto !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    display: flex;
    align-items: center;
    padding: 0 16px;
}
.swiper .swiper-button-prev,.swiper .swiper-button-next,
.swiper_nav .swiper-button-prev,.swiper_nav .swiper-button-next{
    top: auto;
    position: relative;
    right: auto !important;
    left: auto !important;
    margin:0 0 0 0 !important ;
    width: 40px !important;
    height: 40px;
}
.swiper .swiper-button-prev:after,.swiper .swiper-button-next:after,
.swiper_nav .swiper-button-prev:after,.swiper_nav .swiper-button-next:after{
    content: "";
    width: 40px !important;
    height: 40px;
    background: url(images/icon-slide-arrow.svg) 0 0 no-repeat;
}
.swiper .swiper-button-next:after,
.swiper_nav .swiper-button-next:after{
    transform: rotate(180deg);
}
.swiper .swiper-pagination-bullet,
.swiper_nav .swiper-pagination-bullet{
    width: 12px !important;
    height: 12px !important;
    box-sizing: border-box;
    border: 1px solid #3AAA5F ;
    background: none !important;
    opacity: 1 !important;
}
.swiper .swiper-pagination-bullet-active,
.swiper_nav .swiper-pagination-bullet-active{
    background: #3AAA5F !important;
    
}
.swipers{
    padding-bottom: 30px;
}
.swiper_nav{
    padding-top: 20px;
}
.page-swiper img{
    border-radius: 8px;
}
#main .swipers :where(figure){
    margin-bottom: 5px;
}

.page-swiper figure{
    position: relative;
    display: flex;
}
.page-swiper figure:before{
    content: "";
    width: 1px;
    display: block;
    padding-bottom:66.73% ;
}
.pdf-swiper.noslide .swiper-wrapper,.pdf-swiper2.noslide .swiper-wrapper{
    justify-content: center;
}
.pdf-swiper figure,.pdf-swiper2 figure{
    position: relative;
    display: flex;
}
.pdf-swiper figure:before,.pdf-swiper2 figure:before{
    content: "";
    width: 1px;
    display: block;
    padding-bottom:141.49%;
}
.pdf-swiper2 p{
    text-align: center;
    font-weight: 700;
}
#main .swiper-slide p{
    padding-bottom: 16px;
}
.pdf-swiper-wrap{
    padding: 48px 0;
    background: #fff;
    border-radius: 12px;
}

.page-swiper figure img,.pdf-swiper figure img,.page-swiper2 figure img,.pdf-swiper2 figure img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-swiper p{
    text-align: center;
}
.page_foot_nav {
    padding-top: 32px;
    padding-bottom: 80px;
}
.page_foot_nav p{
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
    padding-bottom: 30px;
}
.page_foot_nav p mark{
    display: block;
    font-size: 12px;
    font-family: "Montserrat Alternates", Arial, Helvetica, sans-serif;
    font-weight: 500;
    line-height: 120%;
}
.page_foot_nav p a{
    display: inline-block;
    background: url(images/icon-arrow-bmenu.svg) right 3px no-repeat;
    padding: 0 30px 0 0;
}
.page_foot_nav li{
    width:31.43% ;
    line-height: 120%;
    border-bottom: 1px dotted #3AAA5F;
    margin: 0 2.8% 16px 0;
}
.page_foot_nav li:nth-child(3n){
    margin-right: 0;
}
.page_foot_nav li a{
    display: block;
    background: url(images/icon-arrow-bmenu.svg) right 14px no-repeat;
    font-size: 18px;
    font-weight: 700;
    padding: 16px 0;

}
.page_foot_nav li a[target="_blank"]{
    background-image: url(images/icon-external-link-circle_bmenu.svg);
}
.h2n.wp-block-heading {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 16px;
    padding-left: 0;
    background: none;
}
.h2n.wp-block-heading:before{
    display: none;
}
.link1 .box{
    width: 31.43%;
    margin: 0 2.8% 30px 0;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}
.link1 .box[data-target="_blank"] p:after{
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(images/icon-external-link-circle.svg) 0 0 no-repeat;
    margin: 0 5px;
    background-size: cover;

}
.link1 .box.pdf[data-target="_blank"] p:after{
    background-image: none;
}
.link1 .box:nth-child(3n){
    margin-right: 0;
}
#main .link1 .box figure{
    position: relative;
    display: flex;
    margin-bottom: 0;
}
#main .link1 .box p{
    padding: 18px 1em 18px 40px;
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    position: relative;
}
#main .link1 .box p:before{
    content: "";
    width: 16px;
    height: 16px;
    background: url(images/icon-arrow-bmenu.svg) 0 0 no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);

}
.link1 .box figure:before{
    content: "";
    display: block;
    width: 1px;
    padding-bottom:56.25%;
}
.link1 .box figure img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.link1 > div{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.ichiran a{
    display: inline-block;
    background: #3AAA5F url(images/icon-arrow-a.svg) calc(100% - 20px) center no-repeat;
    border-radius: 100vw;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    padding: 16px 60px 16px 40px;
}
.line_info li a{
    width: 100%;
    box-sizing: border-box;
}
.line_info li{
    padding: 0 0 30px 0;
}
.line_info .right{
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    box-sizing: border-box;
}
h4.wp-block-heading{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
}
.h3l.wp-block-heading{
    border-bottom: 1px solid #ccc;
    margin-bottom: 16px;
    padding-bottom: 8px;
}
.h4l.wp-block-heading{
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
    padding-bottom: 8px;
}
.touroku a{
    display: inline-block;
    background-image: url(images/icon-external-link-circle20.svg),url(images/icon_arrow_ya.svg);
    background-position: 100% 2px,0 3px;
    background-repeat: no-repeat;
    padding: 0 30px 20px 20px;
    color: #3E7AAE;
    text-decoration: underline;
}
.faq_wrap .box{
    background: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 0 30px 0 30px;
}
.faq_wrap .box h4{
    padding: 20px 34px 20px 55px;
    background: url(images/icon-qa-q.svg) 0 15px no-repeat;
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
    line-height: 140%;
}
.faq_wrap .box h4+div{
    padding: 10px 0 10px 55px;
    margin-top: 5px;
    background: url(images/icon-qa-a.svg) 0 0 no-repeat;
    display: none;
    
}
.faq_wrap .box h4:before{
    content: "";
    width:12px ;
    height: 2px;
    position: absolute;
    background:#3AAA5F ;
    right:0;
    top: 34px;
}
.faq_wrap .box h4:after{
    content: "";
    width:12px ;
    height: 2px;
    position: absolute;
    background:#3AAA5F ;
    right: 0;
    top: 34px;
    transform: rotate(-90deg);
}
.faq_wrap .box h4.active:after{
    transform: rotate(0);
}
.farming_information_list ul{ 
    justify-content: center;
}
#farming_information_main{
    background: #fff;
    margin-bottom: 16px;
    border-radius: 12px;
    padding:32px 64px;
    margin-top: 24px;
}
#farming_information_main .category span{
    white-space: nowrap;
    display: inline-block;
    padding: 0 16px;
    border-radius: 100vw;
    border: 1px solid #006634;
    color: #006634;
}
#farming_information_main .category{
    min-width: 90px;
    margin-bottom: 0 !important;
}
#farming_information_main .box .one{
    display: flex;
}
#farming_information_main .box .meta{
    display: flex;
}
#farming_information_main .box .tit{
    white-space: nowrap;
    overflow: hidden;
     text-overflow: ellipsis;
     padding-bottom: 0 !important;
     padding-right: 30px;
     background: url(images/icon-arrow-bmenu.svg) no-repeat right 50%;
}
#farming_information_main .box .date{
    padding: 0 16px 0 0;
}
#farming_information_main .wrap{
    display: block;
    padding:16px 0 ;
    border-top: 1px solid #ccc;
}
#farming_information_main .wrap:first-child{
    border: none;
}
#farming_information_main .box{
    padding: 16px 0;
    display: block;
}

@media only screen and (max-width: 770px) {
    h2.wp-block-heading{
        background-image: url(images/icon-syuriken_sp.svg);
        font-size: 24px;
        padding-left: 34px;
        
    }
    .wp-block-image :where(figure){
    text-align: center;
}
    .farming_information_list ul{ 
    justify-content: left;
}
    .head_s_nav li{
        width: 48%;
        margin-right: 4%;
        margin-bottom: 5px;
    }
     .head_s_nav li:nth-child(2n){
        margin-right: 0;
     }
     .head_s_nav li.w2{
        width: 100%;
        margin-right: 0;
     }
     .page_foot_nav li{
        width: 100%;
        margin-right: 0;
     }
     .page_foot_nav ul{
        max-width: 400px;
        margin: 0 auto;
     }
     .link1 .box{
        width: 100%;
        max-width: 360px;
        margin-left: auto;
        margin-right: auto !important;
     }
     .faq_wrap .box{
        padding-left: 16px;
        padding-right: 16px;
     }
     h3.wp-block-heading code,h2.wp-block-heading code,h4.wp-block-heading code{
        display: inline-block;
     }
}

.news_list .category ul{
    display: flex;
}
.news_list .category li a{
    border: 1px solid var(---green, #3AAA5F);
    border-radius: 100vw;
    background: var(---white, #FFF);
    font-weight: 700;
    line-height: 120%;
    padding: 14px 32px;
    display: block;
    margin: 0 8px 10px 0;
    white-space: nowrap;
}
.news_list .category li.current-cat a,.news_list .category li a:hover{
    background: #3AAA5F;
    color: #fff;
    opacity: 1;
}
.news_list .category {
    margin: 0 0 22px 0;
    padding-top: 60px;
    margin-top: -60px;
    overflow: hidden !important;

}
#news_main .list .box,.news_main .list .box{
    display: block;
    width: 32.32%;
    background: #fff;
    box-sizing: border-box;
    padding: 16px;
    border-radius: 12px;
    margin: 0 1.5% 16px 0;
}
#news_main .list .box.box:nth-child(3n),.news_main .list .box.box:nth-child(3n){
    margin-right: 0;
}

#news_main .list .box .pic,.news_main .list .box .pic {
    width:48% ;
    padding-bottom: 16px;
    position: relative;
}
#news_main .list .box.stay .pic:before,.news_main .list .box.stay .pic:before{
    content: "";
    width: 24px;
    height: 24px;
    background: url(images/icon-pin.svg) 0 0 no-repeat;
    position: absolute;
    top: -12px;
    left: -12px;
    z-index: 1;
}

#news_main .list .box .pic span,.news_main .list .box .pic span{
display: flex;
    position: relative;
    
}
#news_main .list .box .pic span:before,.news_main .list .box .pic span:before{
    content: "";
    width: 1px;
    padding-bottom: 66.45%;
    display: block;
}
#news_main .list .box .pic img,.news_main .list .box .pic img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
#news_main .list .box .meta,.news_main .list .box .meta{
    width: 48%;
    padding: 0 0 6px 0;
}
#news_main .list .box .meta .date,.news_main .list .box .meta .date{
    background: url(images/icon-arrow-bmenu.svg) right 0 no-repeat;
}
#news_main .list .box.url .meta .date,.news_main .list .box.url .meta .date{
    background-image: url(images/icon-external-link-circle_bmenu.svg);
}
#news_main .list .box.pdf .meta .date,.news_main .list .box.pdf .meta .date{
    background-image: url(images/icon-pdf_file.svg);
}
#news_main .list .box .meta li,.news_main .list .box .meta li{
    padding: 0 0 10px 0;
    margin: 0;
}
#news_main .list .box .meta li+li,.news_main .list .box .meta li+li{
    padding-bottom: 4px;
}
#news_main .list .box .tit,.news_main .list .box .tit{
    padding-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; 
    padding-bottom: 0 !important;
}
#news_main .list .box .meta .category span,.news_main .list .box .meta .category span{
    display: inline-block;
    padding: 0 12px;
    border-radius: 100vw;
    color: #fff;
    font-size: 15px;
}
.wp-pagenavi{
    display: flex;
    flex-wrap: wrap;
}
.wp-pagenavi span,.wp-pagenavi a{
    order: 3;
}
.wp-pagenavi .previouspostslink{
    order: 1;
}
.wp-pagenavi .pagenav .first{
    order: 2;
}
.wp-pagenavi .nextpostslink{
    order: 4;
}
.wp-pagenavi{
    justify-content: center;
}
.pagenav{
    padding: 16px 0 80px 0;
}
.wp-pagenavi a,.wp-pagenavi span{
    min-width: 50px;
    box-sizing: border-box;
    text-align: center;
    line-height: 50px;
    background: #fff;
    border-radius: 100%;
    margin: 0 8px 16px 8px;
    font-size: 18px;
    font-weight: 700;
}
.wp-pagenavi a:hover,.wp-pagenavi .current{
    opacity: 1;
    background:#3AAA5F ;
    color: #fff;
}
.wp-pagenavi .nextpostslink,.wp-pagenavi .previouspostslink{
    text-indent: -9999px;
    position: relative;
}
.wp-pagenavi .previouspostslink:before{
    content: "";
    width: 24px;
    height: 24px;
    background: url(images/icon-arrow-a_pagenav.svg) 0 0 no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(180deg);

}
.wp-pagenavi .nextpostslink:before{
    content: "";
    width: 24px;
    height: 24px;
    background: url(images/icon-arrow-a_pagenav.svg) 0 0 no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);

}
.news_event{
    text-align: center;
    padding: 0 0 80px 0;
}
.back a {
    position: relative;
    display: inline-block;
    background: #3AAA5F;
    border-radius: 100vw;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    padding: 16px 40px 16px 60px;
}
.back a:before{
    content: "";
    background:url(images/icon-arrow-a.svg) 0 0 no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
}
.news_single .back{
    text-align: center;
}
.news_single{
    padding: 0 0 80px 0;
}
.news_single .wrap{
    background: #fff;
    box-sizing: border-box;
    padding: 64px 64px 32px 64px;
    border-radius: 12px;
    margin-bottom: 32px;
}
.news_single h2{
    font-size: 32px;
    line-height: 140%;
    font-weight: 700;
    padding: 0 0 16px 0;
}
.news_single .txt{
    border-top: 1px solid #CCCCCC;
    margin-top: 32px;
    padding-top: 32px;
}
#main .news_single .txt p{
    padding: 0 0 32px 0;
}
.news_single .category span,.news_single .category a {
    display: inline-block;
    padding: 0 16px;
    border-radius: 100vw;
    color: #fff;
}
.news_single .meta li.date{
    padding: 0 1em 5px 0;
}
.news_single .meta li.category{
    padding: 0 0.5em 5px 0 ;
}
.scroll-hint-icon{
    display: none;
}
.store_nav{
    margin: 0 0 80px 0;
    margin-top: -60px;
    padding-top: 60px;
}
.store_nav ul{
    display: flex;
    justify-content: center;
   
    
}
.stores .store_nav ul{
    justify-content: left;
}
@media screen and (min-width: 770px) {
    .stores .store_nav ul,.news_list .category ul{
        flex-wrap: wrap;
    }
}
.store_nav li{
    border: 1px solid var(---green, #3AAA5F);
    border-radius: 100vw;
    background: var(---white, #FFF);
    font-weight: 700;
    line-height: 120%;
    padding: 14px 32px;
    display: block;
    margin-bottom: 10px;
    margin-left: 4px;
    margin-right: 4px;
    cursor: pointer;
    white-space: nowrap;
}
.store_nav li:hover a{
    color: #fff;
}
.store_nav li a:hover{
    color: #fff;
    opacity: 1;
}
.store_nav li:first-child{
    margin-left: 0;
}
.store_nav li:hover ,.store_nav li.active{
    background: #3AAA5F;
    color: #fff;
}

.group60{
    padding: 0 0 60px 0;
}
.group64{
    padding: 0 0 64px 0;
}
.group48{
    padding: 0 0 48px 0;
}
.group80{
    padding: 0 0 80px 0;
}
.group32{
    padding: 0 0 32px 0;
}
.group16{
    padding: 0 0 16px 0;
}
.group8{
    padding: 0 0 8px 0;
}
p.group8,h3.group8{
    padding-bottom: 8px !important;
}
.group0{
    padding: 0;
}
p.group0{
    padding-bottom: 0px !important;
}
.mb16{
    margin-bottom: 16px;
}
.mb32{
    margin-bottom: 32px;
}
.h4l.mb32{
    margin-bottom: 32px;
}
.mb48{
    margin-bottom: 48px;
}
.mb64{
    margin-bottom: 64px;
}
.mb80{
    margin-bottom: 80px;
}
.mb8{
    margin-bottom: 8px;
}
.mb8 figure{
    margin-bottom: 8px !important;
}
.wp-block-separator{
    border-width: 1px;
    border-color: #CCC;
    margin-top: 0;
}
.freetel{
    font-size: 32px;
    font-weight: 700;
}
.freetel img{
    max-width: 56px;
    vertical-align: middle;
    transform: translateY(-3px);
}

@media only screen and (max-width: 770px) {
    #news_main .list .box,.news_main .list .box{
        width: 100%;
        max-width: 370px;
        margin-right: auto !important;
        margin: 0 auto 16px auto;
        
    }
    .freetel.kai img{
        display: block;
    }
    .news_list .category ul{
        display: flex;
    }
    .news_list .category li a{
        display: block;
        white-space: nowrap;
    }
    .news_list .category {
        overflow-x: auto !important;
    }
    .news_single .wrap{
        padding: 1em 1em 0 1em;
    }
    .news_single h2{
        font-size: 24px;
    }
    .scroll-hint-icon{
        display: block;
    }
    .store_nav ul{
        justify-content: left;
       
    }
    .sp16{
        padding-bottom: 16px !important;
    }
}
.green_wave{
    background-image: url(images/img-wave_top1.svg),url(images/img-wave_bottom1.svg),url(images/green_bk.png);
    background-position: 0 0,0 bottom,0 0;
    background-repeat: repeat-x,repeat-x,repeat;

}
.green_wave h3{
    color: #fff;
}
.nousan .green_wave{
    padding: 90px 0 0 0;
}

.nousan .nousan2{
    padding: 40px 0 80px 0;
}
.bnr_single{
    padding: 0 0 80px 0;
}
.bnr_single img{
    border-radius: 10px;
}
.side_sns{
    position: fixed;
    top:40%;
    right: 0;
    z-index: 99;
}
.side_sns li a{
    display: block;
    width: 48px;
    padding: 12px 0;
    background: #fff;
    text-align: center;
    border-radius: 8px 0 0 8px;
    line-height: 1;
}
.side_sns li a img{
    width: 24px;
    height: 24px;
    vertical-align: middle;
}
.side_sns li{
    padding: 0 0 8px 0;
}
#main .in_season h2{
    color: #fff;
    padding-bottom: 12px;
}
.in_season h2 mark{
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 120%;
    font-family: "Montserrat Alternates", Arial, Helvetica, sans-serif;
    font-weight: 500;
}
.nowmonth{
    text-align: center;
    font-weight: 700;
    color: #fff;
    font-size: 18px;
    margin-bottom: 12px;
}
.nowmonth strong{
    display: inline-block;
    background: #F6C03B;
    color: #000;
    font-weight: 500;
    line-height: 120%;
    padding: 2px 14px;
    border-radius: 4px;
    margin-right: 5px;
}
.nowmonth strong .n{
    font-weight: 700;
    font-size: 24px;
}
.inseason_list .box{
    width: 31.43%;
    margin: 0 2.85% 0 0;
}
.inseason_list{
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.inseason_list .box:nth-child(3n){
    margin-right: 0;
}
.inseason_list .box:last-child{
    margin-right: 0;
}
.inseason_list .box .pic{
    display: flex;
    position: relative;
    padding-bottom: 0 !important;
    margin-bottom: 16px;
}
.inseason_list .box .pic:before{
    content: "";
    width: 1px;
    padding-bottom:66.76% ;
    display: block;
}
.inseason_list .box .pic img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    border-radius: 10px;
}
.inseason_list .box h3,.agri_product_list .box h3{
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    padding: 0 0 16px 0;
}
.inseason_list .box a h3,.agri_product_list .box a h3{
    
    padding: 0 0 16px 27px;
    background: url(images/icon-arrow-a_agpro.svg) 0 4px no-repeat;
}

.inseason_list .box a[target="_blank"] h3:after{
    content: "";
    width: 16px;
    height: 16px;
    background: url(images/icon-external-link-circle_w.png) 0 0 no-repeat;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}
.inseasons{
    padding: 0 0 80px 0;
}
.green_wave.in_season{
    background-image: url(images/img-wave_top1.svg), url(images/wave_white_top.png), url(images/green_bk.png);

}
.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink:hover,.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink:hover{
    background: #fff !important;
}
.search_agri_product{
    background: #fff;
    padding: 80px 0;
}
.agri_product_result{
    background: url(images/wave_white_bottom.svg) 0 0 repeat-x;
    padding: 110px 0 0 0;
}
.search_agri_product .wrap{
    width: 48%;
}
.search_agri_product .inner{
    position: relative;
}
.search_agri_product .inner:before{
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: #CCCCCC;
    position: absolute;
}
.search_agri_product .word{
    text-align: center;
    font-weight: 700;
    font-size: 20px;
}
.search_agri_product .word .i{
    display: inline-block;
    padding: 0 16px 0 0;
}
.search_agri_product ul{
    text-align: center;
    letter-spacing: -5px;
}
.search_agri_product ul li{
    display: inline-block;
    letter-spacing: 0;
    padding:0 8px 16px 8px;
}
.search_agri_product ul li label{
    display: block;
    padding: 8px 24px;
    background: #DCF6E9;
    border: 1px solid #006634;
    border-radius: 8px;
    color: #006634;
    font-size: 14px;
    line-height: 120%;
    font-weight: 700;
    cursor: pointer;
}
.search_agri_product ul li label input{
    display: none;
}
.search_agri_product ul li label:hover{
    background: #006634;
    color: #fff;
}
.search_agri_product ul li label:has(input:checked){
    background: #006634;
    color: #fff;
}
.agri_product_list .box{
    width: 32.32%;
    background: #fff;
    margin: 0 1.5% 16px 0;
    box-sizing: border-box;
    padding: 16px;
    border-radius: 12px;
}
.agri_product_list .box.box:nth-child(3n){
    margin-right: 0;
}
.agri_product_list .box a[target="_blank"] h3:after {
    content: "";
    width: 16px;
    height: 16px;
    background: url(images/icon-external-link-circle.svg) 0 0 no-repeat;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}
.agri_product_list .box h3{
    padding-bottom: 16px;
}
.agri_product_list .box .kikan .k{
    display: inline-block;
    border: 1px solid #006634;
    border-radius: 8px;
    padding: 2px 8px;
    line-height: 120%;
    color: #006634;
    margin-right: 8px;
}
.agri_product_list .box .kikan{
    padding-bottom: 16px !important;
}
.agri_product_list .box li{
    display: inline-block;
    border: 1px solid #006634;
    background: #DCF6E9;
    color: #006634;
    padding: 0 8px;
    border-radius: 8px;
    margin: 0 2px 8px 0;
}
.agri_product_list{
    padding-bottom: 16px;
}
.store_list .tab_panel{
    display: none;
}
.store_list .tab_panel.active{
    display: block;
}
.store_list .tab_panel h2{
    margin-bottom: 32px !important;
}
.store_list .honsyo{
    background: #fff;
    padding:32px;
    border-radius: 16px;
    margin-bottom: 64px;
}
.store_list .honsyo h3{
    padding-bottom: 16px;
    line-height: 140%;
}
.store_list .honsyo h3 a{
    color: #3E7AAE;
    text-decoration: underline;
}
.store_list .honsyo li{
    padding: 0 0 16px 0;
    line-height: 120%;
}
#main .store_list .honsyo p{
    padding: 16px 0 0 0;
}
#main .store_list .honsyo p a{
    display:inline-block;
    background:#3AAA5F ;
    color: #fff;
    padding: 16px 40px;
    line-height: 100%;
    border-radius: 100vw;
    font-weight: 700;
}
.stores_table table{
    width: 100%;
    border-spacing: 4px;
}
.stores_table table thead td,.stores_table table thead th{
    background: #CBCCB5;
    text-align: center;
    font-weight: 400;
    padding: 16px 0;

}
.stores_table table thead th{
    border-radius:8px 0 0 0 ;
}
.stores_table1 .stores_table table thead th{
    width: 320px;
}
.stores_table1 .stores_table table thead td:nth-child(2){
    width: 250px;
}
.stores_table1 .stores_table table thead td:nth-child(3){
    width: 130px;
}
.stores_table table thead tr:first-child td:last-child{
    border-radius: 0 8px 0 0;
}
.stores_table table tbody td,.stores_table table tbody th{
    background: #fff;
    padding: 16px;
    box-sizing: border-box;
}
.stores_table table tbody th{
    text-align: left;
    font-weight: 400;
}
.stores_table table tbody th .atm{
    background: #006634;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 0 8px;
    border-radius: 4px;
    margin-left: 8px;
    display: inline-block;
    
}

.stores_table table tbody th a{
    text-decoration: underline;
    color: #3E7AAE;
}
.stores_table{
    margin-bottom: 64px;
    
}

.stores_table table tbody tr:last-child td:last-child{
    border-radius: 0 0 8px 0;
}
.stores_table table tbody tr:last-child th{
    border-radius: 0 0 0 8px;
}
#main .store_list .map{
    height: 560px;
    position: relative;
    width: 100%;
    margin-bottom: 64px;
    overflow: hidden;
}
#main .store_list .map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#main .store_list .map.map2 iframe{
    top: -70px;
    height: calc(100% + 70px);
    left:-2px;
    width: calc(100% + 2px);
}
.stores_table2 .stores_table table thead th{
    width: 240px;
}
.stores_table2 .stores_table table thead td:nth-child(2){
    width: 350px;
}
.stores_table2 .stores_table table thead td:nth-child(3){
    width: 150px;
}
.stores_table2 .stores_table table thead td:nth-child(4){
    width: 130px;
}
.stores_table3  .stores_table table tbody td{
    width: 142px;
}
.stores_table3  .stores_table table tbody th{
    width: 334px;
}
.stores_table3  .stores_table table tbody td:nth-child(2){
    width: 350px;
}
.stores_table4 .stores_table{
    margin-bottom: 64px;
}
.stores_table4{
    margin-bottom: 16px;
}
.stores_table4 .stores_table table thead th{
    width:250px;
}
.stores_table4 .stores_table table thead td:nth-child(2){
    width:290px ;
}
.stores_table4 .stores_table table thead td:nth-child(3){
    width:410px ;
}
.stores_table4 .stores_table table thead td:nth-child(4){
    width:158px ;
}
.stores_table4 .stores_table{
    overflow-y: hidden !important;
}
.stores_single h3{
    margin-bottom: 12px;
}
.to_map a{
    display: inline-block;
    background: #3AAA5F;
    color: #fff;
    padding: 16px 40px;
    line-height: 100%;
    border-radius: 100vw;
    font-weight: 700;
}
.stores_single .map{
    width: 100%;
    height: 560px;
    position: relative;
    margin-bottom: 32px;
}
.stores_single .map iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.stores_single h2{
    margin-bottom: 32px;
}
.sinple_table table,.simple_table table{
    border-spacing:4px ;
    border-collapse: separate !important;
}
.sinple_table table td,.simple_table table td{
    border: none !important;
    box-sizing: border-box;
    padding: 32px !important;
}
.sinple_table table th,.simple_table table th{
    border: none !important;
    background: #CBCCB5 !important;
    width: 200px;
    box-sizing: border-box;
    padding: 32px !important;
    font-weight: normal;
    border-radius:8px 0 0 8px ;
}

.sinple_table table td:last-child,.simple_table table td:last-child{
    border-radius:0 8px 8px 0 ;
}
#main .stores_single :where(figure){
    margin-bottom: 32px;
}
#main .stores_single :where(figure) img{
    border-radius: 12px;
}
.colum2_news #news_main .list .box{
    width: 100%;
    margin-right: 0;
}
.colum2_news #news_main .list .box:last-child{
    margin-top: 0;
}
#main .colum2_news #news_main + .ichiran{
    padding-top: 16px;
}
.colum2_news #news_main .list .box .pic{
    width: 152px;
}
.colum2_news #news_main .list .box .meta{
    width: calc(100% - 180px);
}
#main .colum2_news .important_info + .ichiran{
    padding-top: 16px;
}
.einopic_list{
    background: #fff;
    border-radius: 12px;
    padding: 16px 32px;
    margin-bottom: 16px;

}
.spot2{
    box-sizing: border-box;
}
.spot{
    margin-bottom: 16px;
}
.einopic_list .box{
    padding: 16px 0;
}
.einopic_list .box a{
    display: block;
    padding: 16px 0;
}
.einopic_list .box+.box{
    border-top: 1px solid #ccc;
}
.einopic_list .title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; 
    padding: 0 40px 0 0;
    background: url(images/icon-arrow-bmenu.svg) right 50% no-repeat;
}
.einopic_list .cat span{
    display: inline-block;
    padding: 0 16px;
    border-radius: 100vw;
    border: 1px solid #006634;
    color: #006634;
}
.einopic_list .meta li{
    padding: 0 16px 5px 0;
}
.einopic_list .meta{
    padding-bottom: 1px;
}
.farming_information_single .category a {
    color: #fff;
    border: 1px solid #006634;
    color: #006634;
}
.farming_information_single .meta{
    align-items: center;
}
#main .farming_information_single .author{
    padding: 16px 0 0 0;
}
#main .b32 figure{
    margin-bottom: 32px;
}
.inline_link li{
    margin-bottom: 16px;
    padding: 0 16px;
    box-sizing: border-box;
    width: 358px;
}
.inline_link li a{
    padding: 16px 20px;
    background-color: #3AAA5F;
    display: block;
    color: #fff;
    font-weight: 700;
    text-align: center;
    border-radius: 12px;
}
.inline_link li a:after{
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(images/icon-arrow-inline.svg) 0 0 no-repeat;
    vertical-align: middle;
    margin-left: 16px;
    transform: translateY(-2px);
}
.inline_link{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    

}
.card1{
    background: #fff;
    border-radius: 12px;
    padding: 32px 32px 16px 32px;
}
.card1 li a{
    display: inline-block;
    background: url(images/icon-arrow-bmenu.svg) left 0 no-repeat;
    padding: 0 0 3px 33px;
}
.card1 li{
    line-height: 120%;
    font-size: 18px;
    font-weight: 700;
    padding: 0 0 16px 0;
}
.card1 h3{
    font-size: 20px;
}
.card1 h3 img{
    margin-right:16px ;
    width: 40px;
    height: 40px;
}
.card1 .txt{
    padding: 12px 0 !important;
}

.card1 li a[target="_blank"]:after{
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(images/icon-external-link-circle.svg) 0 0 no-repeat;
    margin: 0 5px;

}
.card1 ul.flex2{
    display: flex;
}
.card1 ul.flex2 li{
    padding-right: 16px;
}
.br10 img{
    border-radius: 12px;
}
.br12 img{
    border-radius: 12px;
}
#kyosai1 .flex2 > div{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#kyosai1 .flex2 .box{
    padding: 0 16px 16px 16px;
}
#kyosai1 .flex2 .box figure{
    margin-bottom: 16px;
}
#kyosai1 .flex2 .box p{
    font-size: 18px;
    line-height: 120%;
    font-weight: 700;
}
#kyosai1 .flex2 .box p a{
    display: inline-block;
}
#kyosai1 .flex2 .box p a:before{
    content: "";
    width: 24px;
    height: 24px;
    background: url(images/icon-arrow-bmenu.svg) 0 0 no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px 0 0;
    transform: translateY(-1px);
}
#kyosai1 .flex2 .box p a[target="_blank"]:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(images/icon-external-link-circle.svg) 0 0 no-repeat;
    margin: 0 5px;
}
.faq_wrap .box li a {
    display: inline-block;
    background: url(images/icon-arrow-bmenu.svg) left 0 no-repeat;
    padding: 0 0 3px 33px;
}
.faq_wrap .box li {
    line-height: 120%;
    font-size: 18px;
    font-weight: 700;
    padding: 0 1em 16px 0;
}
.faq_wrap .box li a[target="_blank"]:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(images/icon-external-link-circle.svg) 0 0 no-repeat;
    margin: 0 5px;
}
.important_info{
    padding: 64px 64px 44px 64px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 12px;
}
.important_info p{
    margin-bottom: 12px;
}
.important_info p a{
    text-decoration: underline;
}
.ichiran a[target="_blank"]{
    background-image: url(images/icon-external-link-circle_wc.svg);
}
.ichiran.pdf a[target="_blank"]{
    background-image: url(images/icon-pdf_ichiran.svg);
}
.pdf-swiper-wrap2{
    padding-top: 32px;
    padding-bottom: 16px;
}
#saving p.tolink1,#saving ul.tolink1{
    margin: 16px 0;
}
h3.susume{
    font-size: 16px;
}
h3.susume mark{
    padding: 4px 8px;
    margin-right: 16px;
    border-radius: 8px;
}
.tolink1.tate li{
    display: block;
}
#saving .pdf3_wrap{
    padding-top: 32px;
}
@media only screen and (max-width: 770px) {
    .side_sns{
        top:230px;
    }
    .search_agri_product .wrap{
        width: 100%;
    }
    .search_agri_product .inner:before{
        display: none;
    }
    .search_agri_product .wrap+.wrap{
        border-top: 1px solid #ccc;
        padding-top: 32px;
    }
    .search_agri_product .wrap:first-child{
        padding-bottom: 16px;
    }
    .search_agri_product .word{
        text-align: left;
    }
    .search_agri_product ul{
        text-align: left;
    }
    .agri_product_list .box,.inseason_list .box{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 360px;
    }
    .agri_product_list .box{
        margin-right: auto !important;
    }
    .inseason_list .box:nth-child(3n){
        margin-right: 0;
    }
    
    .stores_table table{
        width: 1064px;        
    }
    .store_nav{
        overflow-y: hidden !important;
    }
    .sinple_table table,.simple_table table{
        border-spacing: 0;
    }
    .sinple_table table th,.simple_table table th{
        width: 100%;
        display: block;
        padding:8px 16px !important;
        border-radius:8px 8px 0 0 ;
    }
    .sinple_table table td:last-child,.simple_table table td:last-child{
        width: 100%;
        display: block;
        margin-bottom: 16px;
        padding: 16px !important;
        border-radius:0 0 8px 8px !important;
    }
    #farming_information_main{
        padding: 16px;
    }
    #farming_information_main .box .meta{
        width: 100%;
    }
    #farming_information_main .box .one{
        -webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    }
    #farming_information_main .box .tit{
        margin-top: 16px ;
        white-space:inherit;
    overflow: hidden;
     text-overflow: ellipsis;
     padding-bottom: 0 !important;
     padding-right: 30px;
     display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
    }
    
    #farming_information_main .wrap{
        padding: 0;
    }
    .einopic_list{
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
        padding: 0 16px;
    }
    #kyosai1 .flex2 .box{
        padding-left: 8px;
        padding-right: 8px;
        box-sizing: border-box;
        max-width: 50%;
    }
    
    .card1{
        padding: 16px 16px 0 16px;
    }
    .pdf-swiper-wrap{
        padding-top: 16px;
        padding-bottom: 0;
    }
    .card1 .txt {
    padding: 0 !important;
}
}
#greetings-overview h2{
    margin-bottom: 32px;
}
#main #greetings-overview p{
    padding-bottom: 32px;
}
#greetings-overview section{
    padding-bottom: 48px;
}
#greetings-overview p a{
    text-decoration: underline;
    color:#3E7AAE ;
}
#greetings-overview figure{
    margin-bottom: 32px;
}
.bank_rate thead th{
    background:#006634 !important;
    color: #fff;
    border-color: #ccc !important;
}
.bank_rate tbody th{
    font-weight: 400;
    background: #E9E9E9 !important;
    border-color: #ccc !important;
}
.bank_rate tbody td{
    border-color: #ccc !important;
}
.pdf_list1 > div{
  display: flex;
  flex-wrap: wrap;
}
.pdf_list1 > div figure{
    width: 22.86%;
    margin: 0 2.85% 32px 0;
}
.pdf_list1 > div figure:nth-child(4n){
    margin-right: 0;
}
.pdf_list1 > div figure figcaption{
    text-align: center;
    font-weight: 700;
}
.brochure{
    text-align: center;
}
.brochure figure{
    display: inline-block;
    padding-left: 16px;
    padding-right: 16px;
    font-weight: 700;
}
.loan_annai{
    border: 4px solid #3AAA5F;
    background: #fff;
    border-radius: 12px;
    padding: 32px;
}
.loan_annai h3{
    margin-bottom: 16px;
}
.loan_annai li{
    margin-top:16px ;
    display: inline-block;
    margin: 16px 5px 0 5px;
}
.loan_annai li.y a{
    background-color: #F6C03B;
    color: #333333;
    background-image: url(images/icon-arrow-shiten.svg);
}
.loan_annai .ichiran{
    text-align: center;
}
.loan_annai .group0{
    padding-bottom: 0 !important;
}
.atm_table p{
    padding:10px 0 5px 0 !important;
}
.atm_table h3{
    padding-bottom: 5px;
}
.tolink1.pdf a[target="_blank"]:after,.tolink1 .pdf a[target="_blank"]:after{
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(images/icon-file.svg) 0 0 no-repeat;
    margin: 0 0 0 5px;

}

#atm .ichiran li{
    display: inline-block;
    padding-right: 10px;
    padding-bottom: 16px;
}
.w_wrap{
    background: #fff;
    padding: 32px 32px 16px 32px;
    border-radius: 12px;

}
.jiki .store_nav ul{
    justify-content: left;
}
.jiki .store_nav{
    margin-bottom: 32px;
}
.jiki .sp{
    display: none;
}
#main .jiki table th{
    border-color:#B6B487 ;
    font-weight: normal;
}
#main .jiki table thead th{
    background: #DEDCBE;
    padding: 8px 0;
}
#main .jiki table td{
    border-color:#B6B487 ;
}
.jiki table tbody th{
    padding: 16px;
    background: #fff;
}
#main .jiki .pc table td.on:before{
    content: "";
    width: calc(100% + 1px);
    position: relative;
    height: 20px;
    background:#3AAA5F ;
    display: block;
    margin: 24px 0;
}
#main .jiki .pc table td{
    padding-left: 0;
    padding-right: 0;
}
#main .jiki .sp table td{
    padding: 16px;
}
#main .jiki .pc table td.right,#main .jiki .pc table td.right25{
    text-align: right;
    position: relative;
}
#main .jiki .pc table td.right:before{
    content: "";
    width: calc(50% + 1px);
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    height: 20px;
    background:#3AAA5F ;
    display: inline-block;
    position: absolute;
}
#main .jiki .pc table td.left:before{
    content: "";
    width: 50%;
    height: 20px;
    background:#3AAA5F ;
    display: block;
    margin: 24px 0;
    
}
#main .jiki .pc table td.left25:before{
    content: "";
    width: 25%;
    height: 20px;
    background:#3AAA5F ;
    display: block;
    margin: 24px 0;
    
}
#main .jiki .pc table td.right25:before{
    content: "";
    width: calc(25% + 1px);
    top: 50%;
    transform: translateY(-50%);
    left: 75%;
    height: 20px;
    background:#3AAA5F ;
    display: inline-block;
    position: absolute;
}
figure.yotube {
    max-width:736px ;
    width: 100%;
    margin: 0 auto 16px auto;

}
figure.yotube.w544{
    max-width: 544px;
}
figure.yotube > div{
    display: flex;
    position: relative;
}
figure.yotube > div:before{
    content: "";
    width: 1px;
    padding-bottom:56.11% ;
    display: block;
}
figure.yotube > div iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.simple_table2 .wp-block-column:nth-child(1){
    background:#CBCCB5 ;
    border-radius: 8px 0 0 8px;
    padding: 16px;
    box-sizing: border-box;
    align-items: center;
    display: flex;
}
.simple_table2.w32 .wp-block-column:nth-child(1){
    padding: 32px;
}
.simple_table2.w32 .wp-block-column:nth-child(1) p a{
    text-decoration: underline;
}
.simple_table2.w32 .wp-block-column:nth-child(1) p a[target="_blank"]{
    display: inline-block;
    margin-right: 1em;position: relative;
}
.simple_table2.w32 .wp-block-column:nth-child(1) p a:after{
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background: url(images/icon-external-link-circle.svg) 0 0 no-repeat;
    background-size: cover;
    left:calc(100% + 2px);
    top: 50%;
    transform: translateY(-50%);
}
.simple_table2 .wp-block-column:nth-child(2){
    background:#fff;
    border-radius:0 8px 8px 0;
    padding: 16px;
    box-sizing: border-box;
}
.simple_table2.w32 .wp-block-column:nth-child(2){
    padding: 32px;
}
.simple_table2 .wp-block-columns{
    gap: 4px;
    margin-bottom: 4px;
}
#main .simple_table2 p{
    padding-bottom: 0;
}
#main .simple_table2 p ruby > rt {
    font-size: 9px;
}
.simple_table2 .koumoku img{
    max-width:45px ;
    margin-right: 16px;
}
.simple_table2 .cards li{
    padding-bottom: 16px;
}
.simple_table2 .cards p{
    margin-bottom: 8px;
}
.simple_table2 .code_pay li{
    padding-right: 15px;
}
.simple_table2 .cards ul{
    align-items: center;
}
.market_staff img{
    max-width: 40px;
    margin-right: 16px;
}
.aligncenter .wp-element-caption{
    text-align: center;
}
.jisan > div{
    display: flex;
    flex-wrap: wrap;
}
.jisan > div .box{
    width: 49.29%;
    background: #EEEFDE;
    margin: 0 1.4% 16px 0;
    box-sizing: border-box;
    padding: 16px;
    border-radius: 12px;
}
.jisan > div .box:nth-child(2n){
    margin-right: 0;
}
.jisan li{
    display: flex;
    align-items: center;
    margin-top: 8px;
    flex-wrap: wrap;
}
.jisan li mark{
    display: block;
    background: #fff;
    padding: 8px;
    border-radius: 12px;
    line-height: 120%;
    font-weight: bold;
}
.jisan ul{
    margin-top: -8px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.jisan li a{
    color: #3E7AAE;
    font-weight: 700;
    text-decoration: underline;
    display: block;
    background: #fff;
    padding: 8px;
    border-radius: 12px;
    line-height: 120%;
}
.jisan li a[target="_blank"]:after{
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(images/icon-external-link-circle.svg) 0 0 no-repeat;
    background-size: cover;
    margin: 0 0 0 5px;
    vertical-align: middle;
    transform: translateY(-2px);
}
.jisan li:after{
    content: "";
    width:24px ;
    height: 24px;
    background: url(images/icon-accordion.svg) 0 0 no-repeat;
    display: inline-block;
    margin:0 8px;

} 
.jisan li:last-child::after{
    display: none;
}
#emergency2 .simple_table2 .wp-block-column:nth-child(2) li{
    padding-bottom: 8px;
}
.tolink2 a:before{
    content: "";
    width: 24px;
    height: 24px;
    background: url(images/icon-arrow-b.svg) 0 0 no-repeat;
    display: inline-block;
    vertical-align: middle;
    transform: rotate(-90deg);
    margin-right: 5px;
    
}
.tolink2.pdf a[target="_blank"]:after,.tolink2 .pdf a[target="_blank"]:after{
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(images/icon-file.svg) 0 0 no-repeat;
    margin: 0 5px;
    vertical-align: middle;
}
.tolink2 a{
    text-decoration: underline;
    color:#3E7AAE ;
}
.tolink3 a{
    text-decoration: underline;
    color:#3E7AAE ;
}
.tolink3 a[target="_blank"]:after,.tolink2 a[target="_blank"]:after{
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(images/icon-external-link-circle.svg) 0 0 no-repeat;
    margin: 0 5px;
    background-size: cover;
}
.about_nav li{
    width: 31.43%;
    margin: 0 2.85% 32px 0;
}
.about_nav li:nth-child(3n){
    margin-right: 0;
}
.about_nav li a{
    display: block;
    background: #fff url(images/icon-arrow-bmenu.svg) 16px 50% no-repeat;
    padding:32px 16px 32px 52px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 12px;
}
#main figure.mb0{
    margin-bottom: 0;
}
a.underline{
    text-decoration: underline;
    color: #3E7AAE;
}
.h3img img{
    max-width: 64px;
    vertical-align: middle;
    margin-right: 8px;
}
.h4img img{
    max-width: 40px;
    vertical-align: middle;
    margin-right: 8px;
}
.numb{
    position: relative;
    padding-left: 52px !important;
}
.numb mark{
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 40px;
    line-height: 40px;
    border-radius: 100%;
    margin-right:16px ;
    vertical-align: middle;
    text-align: center;
}
table+figcaption{
    padding-top: 8px;
    line-height: 160%;
}
.wrap_b{
    background: #EEEFDE;
}
.gap16{
    gap:16px;
}
.font20{
    font-size: 20px;
}
.font24{
    font-size: 24px;
}
.font14{
    font-size: 14px;
}
.font18{
    font-size: 18px;
}
ol.wp-block-list{
    margin-left: 1.5em;
}
.funeral_txt{
    font-weight: 700;
    line-height: 140%;
}
.funeral_txt+p{
    line-height: 140%;
}
.funeral_txt strong{
    color:#E25556 ;
    font-family: "Montserrat Alternates", Arial, Helvetica, sans-serif;
    font-size: 32px;
    margin-right: 5px;
    font-weight:700 ;
    
}
.funeral_txt strong img{
    max-width: 32px;
    margin-right: 5px;
    vertical-align: middle;
    transform: translateY(-2px);
}
.h170{
    display: flex;
    align-items: center;
    min-height: 170px;
    justify-content: center;
}
#main .h170 figure{
    margin-bottom: 0;
}
.loop > div > .wp-block-columns > .wp-block-column{
    margin-bottom: 2em;
}
.is-not-stacked-on-mobile .ichiran a{
        font-size: 14px;
}
.ichiran.font14 a{
    font-size: 14px;
}
.ichiran.download a{
    background-image: url(images/icon-download.svg);
    padding-right: 50px;
    padding-left: 32px;
}
.benefits_nav .wp-block-column{
    background: #DCF0CE;
    border-radius: 12px;
    padding: 16px 16px 0 16px;

}
.benefits_nav .wp-block-column h4 mark:first-child,.sub_tit mark:first-child{
    display: inline-block;
    border-radius: 8px;
    padding: 2px 16px;
    line-height: 120%;

}
.benefits_nav .ichiran a{
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
    color: #333333;
    text-align: left;
    background-image: url(images/icon-arrow-orange.svg);
}
.benefits_nav .wp-block-column h4 mark + mark{
    display: block;
}
.sub_tit{
    font-size: 20px;
}
.sub_tit mark:first-child {
    margin-right: 8px;
}
.noslide{
    padding-left: 32px;
    padding-right: 32px;
}
.noslide + .pdf-switer_nav{
    display: none;
}
.noslide .swiper_nav{
    padding: 0;
}
#local-contribution .swipers{
    padding-bottom: 16px;
}
.home_mv{
    position: relative;
    overflow: hidden;
}
.home_mv .sp{
    display: none;
}
.home_mv h2{
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-weight: 700;
    font-size: 40px;
    background: none;
    padding: 0;
    margin: 0;
    border: none;
    line-height: 1.6;
}
.home_mv h2:before{
    display: none;
}
.home_m .mv_img img{
    width: 100%;
    height: auto;
}
.home_mv .obi{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.8);
    padding: 0 16px;
}
#main .home_mv .obi p{
    font-size: 10px;
    font-family: "Montserrat Alternates", Arial, Helvetica, sans-serif;
    font-weight: 500;
    max-width: 140px;
    margin: 0 auto;
    text-align: center;
    padding: 16px 0 0 0;
}
#main .home_mv figure{
    margin-bottom: 0;
}
.home_mv img{
    width: 100%;
}
#home_impoartant{
    background: #fff;
    display: flex;
    
    border: 2px solid #E25556;
    border-radius: 8px;
}
#home_impoartant h3{
    width: 182px;
    background: #E25556;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}
#home_impoartant h3 span{
    display: inline-block;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}
#home_impoartant h3 span:before{
    content: "";
    background: url(images/icon-alert.svg) 0 0 no-repeat;
    width:14px ;
    height: 14px;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}
#home_impoartant .slide_wrap{
    width: calc(100% - 182px);
    box-sizing: border-box;
    padding: 5px 64px 5px 32px;
    position: relative;
}
#home_impoartant .slide_wrap .swiper_navs{
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
}
#home_impoartant .slide_wrap dt{
    font-weight: 700;
    text-decoration: underline;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#home_impoartant .slide_wrap dl{
    padding: 8px 0;
}
#home_impoartant .slide_wrap dd{
    font-size: 14px;
    line-height: 140%;
}
.swiper-button-next2{
    background: url(images/icon_impoartant_arrow.svg) 0 0 no-repeat;
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.swiper-button-prev2{
    background: url(images/icon_impoartant_arrow.svg) 0 0 no-repeat;
    width: 24px;
    transform: rotate(180deg);
    height: 24px;
    cursor: pointer;
}
.home1{
    margin-bottom: 40px;
}
.home_links li{
    width: 16.07%;
    margin: 0 0.7% 0 0;
}
.home_links li:nth-child(6n){
    margin-right: 0;
}
.home_links li:nth-child(2n){
    margin-top: 40px;
}
.home_links{
    margin-bottom: 40px;
}
.home2 > div{
    display: flex;
    gap:16px ;
}
.home2 .col{
    width: 50%;
    background: #fff;
    box-sizing: border-box;
    border-radius: 12px;
}
.home2 .home_kurashi{
    padding: 32px 32px 16px 32px;
    display: flex;
    align-items: center;
    
}
.h4h mark{
    display: block;
    margin: 0 auto;
    font-size: 16px;
    line-height: 120%;
    font-family: "Montserrat Alternates", Arial, Helvetica, sans-serif;
    font-weight: 500;
}
.home2 .home_kurashi li{
    width: 46.72%;
    margin: 0 6.5% 32px 0 ;
    font-size: 18px;
    font-weight: 700;
}
.home2 .home_kurashi li:nth-child(2n){
    margin-right: 0;
}
.home2 .home_kurashi li a img{
    margin-right: 8px;
}
.home2 .home_kurashi li a {
    display: inline-block;
}
.home2 .home_kurashi li a[target="_blank"]:after{
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(images/icon-external-link-circle.svg) 0 0 no-repeat;
    margin: 0 0 0 5px;
    vertical-align: middle;

}
.home2 .home_slide{
    padding-top: 32px;
    padding-bottom: 32px;
}
.home2 .home_slide .swiper-pagination{
    justify-content: center;
}
.home2 .home_slide figure img{
    border-radius: 12px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.home2 .home_slide figure{
    position: relative;
    display: flex;
}
.home2 .home_slide figure:before{
    content: "";
    width: 1px;
    padding-bottom: 50%;
    display: block;
}
.home2 {
    padding-bottom: 48px;
}
.h2h mark{
    display: block;
    line-height: 120%;
    font-weight: 500;
    font-size: 16px;
    font-family: "Montserrat Alternates", Arial, Helvetica, sans-serif;
}
.h2n.group16{
    padding-bottom: 16px;
}
.home_news{
    background-color: #DEDCBE;
    background-image:url(images/img-wave_top1.svg);
    background-position: 0 0 ;
    background-repeat: repeat-x;
    padding-top: 120px;
}
.home_inseason{
    background-image: url(images/img-wave_top1a.png),url(images/green_bk.png);
    background-repeat: repeat-x, repeat;
    background-position: 0 0,0 0;
    padding-top: 100px;

}
.home_inseason a h3,.home_inseason h3{
    color: #fff;
}
.ichiran.y a{
    background-color: #F6C03B;
    color: #333333;
    background-image: url(images/icon-arrow-shiten.svg);
}
.ichiran.y.gaibu a[target="_blank"]{
    background-image: url(images/icon-external-link-circle_black.svg);
}
.home_gaibu{
    background-image:url(images/wave_white_top.png), url(images/green_bk.png);
    background-repeat: repeat-x, repeat;
    background-position: 0 bottom,0 0;
    padding-bottom: 100px;
    
}
.home_gaibu h2{
    color: #fff;
}
.notecom {
    display: flex;
    gap:32px;
}
.notecom > a{
    display: block;
    flex: 1 1 0;
    min-width: 0;
}
.notecom .pic{
    position: relative;
    display: flex;
    padding-bottom: 0 !important;
    margin-bottom: 16px;
}
.notecom .pic:before{
    content: "";
    width: 1px;
    display: block;
    padding-bottom: 52.42%;

}
.notecom .pic img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}
.notecom h3{
    font-size: 20px;
    font-weight: 700;
    padding:0;
    margin-bottom: 8px;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.notecom .relative_flex{
    display: flex;
    position: relative;
    align-items: center;
}
.notecom .relative.flex{
    display: flex;
    position: relative;
    align-items: center;
    flex-wrap: nowrap;
    min-width: 0;
}
.notecom .rounded-full{
    border-radius: 9999px;
    overflow: hidden;
    width: 1.5rem;
    height:1.5rem;
    position: relative;
    flex-shrink: 0;
}
.notecom .ml-2{
    text-align: left;
    overflow: hidden;
    gap: .75rem;
    align-items: center;
    flex: 1 1 0%;
    display: flex;
    min-width: 0;
    margin-left: .5rem;
    font-size: 12px;
    color: var(--color-text-secondary, #08131aa8);
}
.notecom .truncate {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    min-width: 0;
    flex: 1 1 auto;
    display: block;
    font-size: 12px;
    color: var(--color-text-secondary, #08131aa8);
}
.notecom .leading-none {
    line-height: 1;
    white-space: nowrap;
    flex: 0 0 auto;
    font-size: 12px;
    color: var(--color-text-secondary, #08131aa8);
}
.sns_layout > div{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:32px;
}

.sns_layout .right{
  display:grid;
  grid-template-rows: 1fr 1fr;
  gap:32px;
  
}



.sns_layout .line{
  align-items: center;
  display: flex;
  justify-content: center;
}

.sns_layout .yotube{
    align-items: center;
  display: flex;
  justify-content: center;
  
}
.home_sns h3{
    font-size: 18px;
}
.home_sns h3 img{
    max-width: 60px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.home_recruit{
    background: #fff;
    padding: 80px 0 120px 0;
    overflow: hidden;
    position: relative;
}
.home_recruit .img_txt{
    font-size: 200px;
    white-space: nowrap;
    font-weight: 900;
    font-family: "Montserrat Alternates", Arial, Helvetica, sans-serif;
    line-height: 1;
    color: #3AAA5F;
    opacity: 0.2;
    position: absolute;
    left: 0;
    bottom: 5px;
    z-index: 1;

}
.home_other{
    background: url(images/wave_white_bottom.svg) 0 0 no-repeat;
    padding: 100px 0 0 0;
}
.home_kanren .list{
    text-align: center;
    letter-spacing: -5px;
}
.home_kanren .list figure{
    letter-spacing: 0;
    display: inline-block;
    padding-left: 16px;
    padding-right: 16px;
}
.h2n.group32{
    padding-bottom: 32px;
}
ul.ten{
    list-style: disc;
    margin-left: 1em;
}
ul.ten li{
    padding-bottom: 5px;
}
.capright table+figcaption{
    text-align: right;
}
.tolink2.maru a:after{
    content: "";
    width: 20px;
    height: 20px;
    background: url(images/icon-arrow-bmenu.svg) 0 0 no-repeat;
    background-size: cover;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    transform: translateY(-2px);
}
.home_news .store_nav{
    margin-bottom: 16px;
}
#sitemap p.tolink1{
	margin-bottom:16px;
}
#sitemap ul.tolink1 li{
	width:calc(100% / 3);
    box-sizing:border-box;
	padding-left:30px;
	margin-bottom:16px;
}
#sitemap ul.tolink1{
	margin-bottom:8px;
	display:flex;
    flex-wrap: wrap;
	
}
.displaynone{
    display: none;
}
a.underline{
    text-decoration: underline;
    color: #3E7AAE;
}
.gap4 {
    gap: 4em;
}
.spimg{
    display: none;
}
@media only screen and (max-width: 770px) {
    .pdf_list1 > div figure{
        width: 100%;
        max-width: 350px;
        margin-left: auto;
        margin-right: auto !important;
    }
    
    .home_inseason .inseason_list,.in_season .inseason_list{
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .loan_annai{
        padding: 16px;
    }
    .w_wrap{
        padding: 16px 16px 1px 16px;
    }
    .jiki .sp{
        display: block;
    }
    .jiki .pc{
        display: none;
    }
    .simple_table2 .wp-block-column:nth-child(1),.simple_table2.w32 .wp-block-column:nth-child(1){
        border-radius:8px 8px 0 0 ;
        padding: 8px 16px;
    }
    .simple_table2 .wp-block-columns{
    gap: 0;
    margin-bottom: 16px;
    }
    .simple_table2 .wp-block-column:nth-child(2),.simple_table2.w32 .wp-block-column:nth-child(2){
        border-radius:0 0 8px 8px;
        padding: 16px;
        
    }

    .simple_table2 .koumoku img{
        margin-right: 15px;
    }
    .about_nav li{
        width: 100%;
        margin-right: 0;
    }
    .funeral_txt strong:before{
        width: 1px;
        content: "";
        height: 1px;
        display: block;
    }
    .sp_no{
        display: none;
    }
    .loop > div > .wp-block-columns > .wp-block-column{
    margin-bottom: 0;
    }
    .loop > div > .wp-block-columns{
        margin-bottom: 2em;
    }
    .benefits_nav .ichiran a{
        padding-left: 26px;

    }
    .benefits_nav {
        padding-bottom: 16px;
    }
    .benefits_nav .wp-block-columns{
        gap: 1em;
    }
    .noslide{
        padding-left: 16px;
        padding-right: 16px;
    }
    .home_mv .sp{
        display: block;
    }
    .home_mv .pc{
        display: none;
    }
    .home_mv h2{
        writing-mode: horizontal-tb;
        font-size: 32px;
        text-align: center;
        line-height: 120%;

    }
    .home_mv .obi{
        background: none;
        width: 100%;
        display: block;
        top: 32px;
    }
    #main .home_mv .obi p{
        width: 100%;
        max-width: none;
        padding-top: 8px;
    }
    #home_impoartant{
        display: block;
    }
    #home_impoartant h3{
        width: 150px;
        padding: 4px 0;
        border-radius: 0 0 8px 0;
    }
    #home_impoartant .slide_wrap{
        width: 100%;
        padding-left: 16px;
        padding-right: 48px;
    }
    #home_impoartant .slide_wrap dt{
        white-space: inherit;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }
    .home_links li{
        width: 32.4%;
        margin-right: 1.4%;
        margin-bottom: 8px;
    }
    .home_links li:nth-child(3n){
        margin-right: 0;
    }
    .home_links li:nth-child(2n){
        margin-top: 0;
    }
    .home2 > div{
        display: block;
        gap: 0;
    }
    .home2 .col{
        width: 100%;
        margin-bottom: 16px;
        max-width: none;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }
    .home2 .home_kurashi li{
        margin-right: 0 !important;
        width: 50%;
    }
    .home2 .home_kurashi li a img{
        max-width: 64px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .home2 .home_kurashi li{
        text-align: center;
    }
    .home_inseason .swiper .swiper-pagination-bullet-active,.home_inseason .swiper_nav .swiper-pagination-bullet-active,.in_season .swiper .swiper-pagination-bullet-active,.in_season .swiper_nav .swiper-pagination-bullet-active{
        background: #fff !important;
    }
    .home_inseason .swiper .swiper-pagination-bullet,.home_inseason .swiper_nav .swiper-pagination-bullet,.in_season .swiper .swiper-pagination-bullet,.in_season .swiper_nav .swiper-pagination-bullet{
        border-color: #fff;
    }
    .home_inseason .swiper .swiper-button-prev:after,.home_inseason .swiper .swiper-button-next:after,.home_inseason .swiper_nav .swiper-button-prev:after,.home_inseason .swiper_nav .swiper-button-next:after,.in_season .swiper .swiper-button-prev:after,.in_season .swiper .swiper-button-next:after,.in_season .swiper_nav .swiper-button-prev:after,.in_season .swiper_nav .swiper-button-next:after{
        background-image: url(images/icon-arrow-inseason_slide.svg);
    }
    .notecom{
        display: block;
        gap: 0;
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 16px;
    }
    .notecom a+a{
        margin-top: 32px;
    }
    .sns_layout > div{
        display: block;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        gap: 0;
    }
    .sns_layout .left{
        margin-bottom: 32px;
    }
    .sns_layout .w_wrap{
        padding-bottom: 16px;
    }
    .home_recruit{
        padding-bottom: 64px;
    }
    .home_recruit .ichiran{
        text-align: center;
        padding-bottom: 0 !important;
    }
    .home_recruit .img_txt{
        font-size: 100px;
    }
    .wp-block-column[style="flex-basis:120px"]{
        width: 120px !important;
        flex-basis: auto !important;
    }
    .wp-block-column[style="flex-basis:904px"]{
        width: calc(100% - 120px ) !important;
        flex-basis: auto !important;
    }
	#sitemap ul.tolink1 li{
		width:100%;
	}
    .pcimg{
        display: none;
    }
    .spimg{
        display: block;
    }


    
}
.home_tokusan{
    background-color:#DCF0CE ;
    padding-top: 80px;
}
.home_tokusan .wp-block-columns{
    padding-bottom: 2em;
}
.pc_wave img{
    width: 100%;
    max-width: none;
}
.home_tokusan .bnrtop{
    padding-top: 40px;
}
.home_tokusan .tolink1 a{
    background-image: url(images/icon-arrow-a_agpro.svg);
}
#totop {
    z-index: 50;
    position: relative;
    padding: 0;
}
#totop > div {
    width: 128px;
}
#totop a {
    display: block;
    position: fixed;
    bottom: -200px;
    opacity: 0;
    right: 0;
    width: 128px;
    pointer-events: none;
    will-change: bottom, opacity, transform;
}
#totop a img {
    width: 100%;
    display: block;
}
#totop a.is-visible {
    pointer-events: auto;
}
#totop a.finished {
    position: absolute;
    bottom: auto !important;
    top: -100px;
    opacity: 1;
    pointer-events: auto;
}
