@charset "utf-8";
body{
	position: relative;
    top: 0;
	padding-top: 61px;
	font-size: 16px;
	color: #333;
	-webkit-text-size-adjust: 100%;
	width: 100%;
}

body, h1, h2, h3, h4, h5, h6{
	font-family: 'Noto Sans CJK JP' , 'Noto Sans JP' , sans-serif;
}

#cloud_header {
    position: absolute!important;
    top: 29px;
}
.inner{
	width: 80%;
	max-width: 1000px;
	margin: auto;
}
a{
	transition: 0.5s;
}
a:hover{
	text-decoration: none;
}
.mos-green{
	color: #0d6142;
}
.clear-white,
.ttl-f.clear-white, .ttl-h1.clear-white, .ttl-h2.clear-white, .ttl-h3.clear-white, .ttl-h4.clear-white{
	color: #fff;
}
.bordeaux-red{
	color: #cb3105;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.text-left{
	text-align: left;
}
a.inner-link{
	color: #fff;
    background: rgba(255,0,0,0.5);
    padding: 8px 0;
    margin: -16px 0;    
    display: inline-block;
    position: relative;
    z-index: 1;
}
img{
	max-width: 100%;
}
.forestgreen{
	color: #1e653a;
}
.fbold{
	font-weight: bold;
}
@media screen and (min-width:768px){
	a:hover{
		transition: 0.5s;
	}
	a.inner-link:hover{
		text-decoration: none;
	}
	br.sp{
		display: none;
	}
}
@media screen and (max-width:768px){
	.inner{
		width: 90%;
	}
	body{
		padding-top: 32px;
		font-size: 14px;
		letter-spacing: 0.35px;
	}
	a.inner-link{
		padding: 10px 0;
		margin: -20px 0;
	}
}
@media screen and (max-width: 767px){
	body{
		padding-top: 0;
	}	
}


/* header */
.neo-header{
	height: 114px;
}
.neo-header .nh-body{	
	/* position: fixed; */
    width: 100%;
    z-index: 1;
}
.neo-header .nh-body.fixed{
	position: fixed;
	top: 29px;
	display: flex;
	justify-content: center;
    align-items: center;
	background-color: #fff;
	z-index: 5;
}
.neo-header .nh-body .nhbd-inner{
	width: 80%;
    max-width: 1000px;
    margin: auto;
}
.neo-header .nh-body .nhbd-top{	
	background-color: #fff;
	border-bottom:1px solid #f5f5f5;	
}
.neo-header .nh-body.fixed .nhbd-top{
	width: 200px;
	border-bottom:0;
}
.neo-header .nh-body .nhbd-top .sphd-tgl{
	display: none;
}
.neo-header .nh-body .nhbd-top .nhbd-inner{
	display: flex;
	align-items: center;
}
.neo-header .nh-body.fixed .nhbd-top .nhbd-inner{
	width: 100%;
}
.neo-header p{
	margin-bottom: 0;
}
.h-logo{
	padding: 20px 0;	
}
.neo-header .nh-body.fixed .nhbd-top .nhbd-inner .h-logo{
	padding: 0;
}
.h-logo a{
	display: inline-block;
}
.h-logo img{
	width:200px;
	height: 20px;
}
.neo-header .nh-body .nhbd-bottom{
	border-bottom:1px solid #f5f5f5;
	background-color: #fff;	
}
.neo-header .nh-body.fixed .nhbd-bottom{
	width: calc(80% - 200px);
	max-width: 800px;
	border-bottom: 0;
}
.neo-header .nh-body .nhbd-bottom .nhbd-inner{
	display: flex;
	align-items: center;
	position: relative;
}
.neo-header .nh-body.fixed .nhbd-bottom .nhbd-inner{
	width: 100%;
	padding-left: 50px;
	box-sizing: border-box;
}
.neo-header .nh-body .nhbd-bottom .only-sp{
	display: none;
}
.neo-header .nh-body .nhbd-bottom .l-side{

}
.neo-header .nh-body .nhbd-bottom .l-side .lead-linker{
	display: flex;
	align-items: center;
}
.neo-header .nh-body .nhbd-bottom .l-side .lead-linker.v-series{
	display: none;
}

.neo-header .nh-body .nhbd-bottom .l-side .lead-linker li.hlnk{
	position: relative;
}
.neo-header .nh-body .nhbd-bottom .l-side .lead-linker li.hltag{
	border: 1px solid #37a602;
	font-size: 12px;
	color: #37a602;
	padding: 8px 10px;
	border-radius: 2px;
	height: 100%;
}
.neo-header .nh-body .nhbd-bottom .l-side .lead-linker li.hltag.mos-green{
	color: #0d6143;
	border: 1px solid #0d6143;
}
.neo-header .nh-body.fixed .nhbd-bottom .l-side .lead-linker li.hltag{
	font-size: 10px;
	padding: 4px 5px;
}
.neo-header .nh-body .nhbd-bottom .l-side .lead-linker li{
	margin-right: 30px;	
}
.neo-header .nh-body.fixed .nhbd-bottom .l-side .lead-linker li{
	margin-right: 20px;
}
.neo-header .nh-body .nhbd-bottom .l-side .lead-linker li a,
.neo-header .nh-body .nhbd-bottom .l-side .lead-linker li .nonlk{
	color: #000;
	padding: 15px 0;
	font-size:16px;
	font-weight: 500;
	display: inline-block;
	position: relative;
}
.neo-header .nh-body .nhbd-bottom .l-side .lead-linker li .menu::before{	
	position: absolute;
	width: 100%;
	height: 4px;
	content: "";
	transition: background-size 0.35s;
	background: linear-gradient(0deg, #37a602 , #83d904) 0 100%/0 4px no-repeat;
	background: -webkit-linear-gradient(0deg, #37a602 , #83d904) 0 100%/0 4px no-repeat;
	background: -ms-linear-gradient(0deg, #37a602 , #83d904) 0 100%/0 4px no-repeat;
	bottom: 0;
}
.neo-header .nh-body .nhbd-bottom .l-side .lead-linker li.active .menu::before{
	background-size: 100% 4px;
}
.neo-header .nh-body .nhbd-bottom .l-side .lead-linker li .menu{
}
.neo-header .nh-body .nhbd-bottom .l-side .lead-linker li .menu::after{
	content: '\f107';	
	font-family:'Font Awesome 5 Free';
	color: #ddd;
	font-weight: 900;
	margin-left: 2.5px;
	position: relative;
	top: 0;
	transition: top 0.35s;
}
.neo-header .nh-body .nhbd-bottom .l-side .menu-board{
	transition: 0.35s;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	background-color: #fff;
	box-shadow: 0px 36px 36px 4px rgba(51, 51, 51, 0.2);
	/* padding: 40px; */
	box-sizing: border-box;
	width: 325px;
	left: 0;
	/* top: calc(100% + 10px); */
	top: 100%;
	z-index: 1;
}
.neo-header .nh-body.fixed .nhbd-bottom .l-side .menu-board{
	/* width: calc(100% + 200px);
	left:-200px */	
	/* width: 325px; */
}
.neo-header .nh-body .nhbd-bottom .l-side .menu-board li{
	margin-right: 0;
}
.neo-header .nh-body .nhbd-bottom .l-side .lead-linker .menu-board a{
	font-weight: normal;
}
.neo-header .nh-body .nhbd-bottom .l-side .menu-board .hd-ttl{
	/* font-weight: bold; */
	/* margin-bottom: 40px; */
}
/* .neo-header .nh-body .nhbd-bottom .l-side .menu-board .hds{
	display: flex;
} */
.neo-header .nh-body .nhbd-bottom .l-side .menu-board .hds .blks{
	/* width: calc(100% / 3);
	border-left: 1px solid #bbb;
	padding: 0 20px; */
}
/* .neo-header .nh-body .nhbd-bottom .l-side .menu-board .hds .blks:first-of-type{
	border-left: none;
	padding-left: 0;
} */
.neo-header .nh-body .nhbd-bottom .l-side .menu-board .hds .blks .short-ttl{
	/* font-weight: bold; */
	/* margin-bottom: 15px;
	font-size: 16px; */
}
.neo-header .nh-body .nhbd-bottom .l-side .lead-linker li .menu-board a{
	/* padding: 0; */
	padding: 15px 20px;
	padding-right: 10px;
	display: block;
	border-bottom: 1px solid #f5f5f5;
	font-size: 14px;
	transition: 0.5s;
}
.neo-header .nh-body .nhbd-bottom .l-side .menu-board .hds .blks .hrchy-inside{
	position: relative;
	padding-left: 37.5px;
}
.neo-header .nh-body .nhbd-bottom .l-side .lead-linker li .menu-board .hds .blks .hrchy-inside::before{
	position: absolute;
    content: "";
    width: 5px;
    height: 7.5px;
    border-left: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    display: block;
    top: 17px;
	left: 24px;
}
.neo-header .nh-body .nhbd-bottom .l-side .lead-linker li .menu-board .hds .blks .hrchy-inside::before,
.neo-header .nh-body .nhbd-bottom .l-side .lead-linker li .menu-board .hds .blks .hrchy-inside:hover::before{
	background-size: 0%;
}
.neo-header .nh-body .nhbd-bottom .l-side .lead-linker li .menu-board a:hover{
	color: #37a602;
}
.neo-header .nh-body .nhbd-bottom .l-side .lead-linker li .menu-board a::before{
	display: none;
}
/* .neo-header .nh-body .nhbd-bottom .l-side .menu-board .hds .blks li{
	margin-bottom: 10px;	
	margin-right: 0;
	line-height:1.5;
} */
.neo-header .nh-body .nhbd-bottom .l-side .menu-board .hds .blks li:last-of-type{
	margin-bottom: 0;
}
@media screen and (min-width:768px){
	.neo-header .nh-body .nhbd-bottom .l-side .lead-linker li a:hover{
		text-decoration: none;	
	}
	.neo-header .nh-body .nhbd-bottom .l-side .lead-linker li a:hover::before,
	.neo-header .nh-body .nhbd-bottom .l-side .lead-linker li:hover .menu::before{	
		background-size: 100% 4px;
		transition: background-size 0.35s;
	}
	.neo-header .nh-body .nhbd-bottom .l-side .lead-linker li .menu:hover::after,
	.neo-header .nh-body .nhbd-bottom .l-side .lead-linker li:hover .menu::after{
		top: 3px;
		transition: top 0.35s;
	}
	.neo-header .nh-body .nhbd-bottom .l-side .lead-linker li .menu:hover + .menu-board{
		opacity: 1;
		visibility: visible;
		transition: 0.35s;
	}
	.neo-header .nh-body .nhbd-bottom .l-side .menu-board:hover{
		opacity: 1;
		visibility: visible;
	}
	.neo-header .nh-body .nhbd-bottom .l-side .menu-board .hd-ttl:hover,
	.neo-header .nh-body .nhbd-bottom .l-side .lead-linker li .menu-board a:hover{
		opacity: 0.75;
	}
}

.neo-header .nh-body .nhbd-top .r-side{
	margin: 10px 0 10px auto;
	position: relative;
	display: flex;
	/* visibility: visible;
	opacity: 1;
	transition: 0.35s; */
}
.neo-header .nh-body.fixed .nhbd-top .r-side{
	/* visibility: hidden;
	opacity: 0;
	transition: 0.35s; */
	display: none;
}
.nhbd-top .r-side .btn-primary,
.nhbd-top .r-side .btn-secondary{
	padding: 10.5px;
	min-width: 120px;
	font-size: 16px;
}
.nhbd-top .r-side .btn-secondary{
	margin-left: 8px;
}
.neo-header .nh-body.fixed .nhbd-bottom .l-side .lead-linker li a,
.neo-header .nh-body.fixed .nhbd-bottom .l-side .lead-linker li .nonlk{
	font-size: 12px;	
}
.neo-header .nh-body .nhbd-bottom .l-side .lead-linker li a,
.neo-header .nh-body .nhbd-bottom .l-side .lead-linker li .nonlk,
.neo-header .nh-body.fixed .nhbd-bottom .l-side .lead-linker li a,
.neo-header .nh-body.fixed .nhbd-bottom .l-side .lead-linker li .nonlk{
	transition: 0s;
}

.btn-open-window,
.btn-enter{
	width: 45px;
	height: 45px;	
	border-radius: 50px;
	position: absolute;
    right: 0;
	display: block;	
}
.btn-enter{
	visibility: hidden;
	top: 0;
	background: #eee;
}
.active .btn-enter{
	visibility: visible;
}
.btn-enter input{	
	border: 0;
	width: 45px;
	height: 45px;
	border-radius: 50px;
	position: relative;
    z-index: 1;
    opacity: 0;
}
.btn-open-window::before,
.btn-enter::before{
	content: "";
	position: absolute;
	border: 3.5px solid #999;
    border-radius: 25px;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    right: 16px;
	top: 13px;
	transition: 0.5s;
}
.btn-open-window::after,
.btn-enter::after{
	content: "";
	position: absolute;
	width: 8px;
    height: 3.5px;
    background-color: #999;
    border-radius: 4px;
    right: 12px;
    top: 28px;
	transform:rotate(45deg);
	transition: 0.5s;
}
.btn-enter::before,
.btn-enter::after{
	opacity: 0;
}
.active .btn-enter::before,
.active .btn-enter::after{
	opacity: 1;
	transition: 0.5s;
}
/* .btn-open-window.off{
	visibility: hidden;
} */
.btn-open-window.close-change{
	right: -50px;
	background-color: rgba(153,153,153,0);
}
.btn-open-window.close-change::before{
	width: 25px;
	top: 21px;
	right: 10px;
	border: none;
	border-radius: 0;
	border-radius: 4px;
	height: 3.5px;
	background-color: #999;
	transform: rotate(135deg);
	transition: 0.5s;
}
.btn-open-window.close-change::after{
	width: 25px;
	top: 21px;
	right: 10px;
	transition: 0.5s;
}

#search_box .input-area,
.search_box .input-area{
	/* width: 255px; */
	width: 0;
	border: 0;	
	letter-spacing: 0.75px;
    background-color: #eee;
    border-radius: 50px;
	padding: 0 20px;
	padding-right: 25px;
    height: 45px;
	font-size: 14px;
	font-family: 'Noto Sans CJK JP' , 'Noto Sans JP' , sans-serif;    
	transition: 0.5s;
}
.neo-header .nh-body .nhbd-top .nhbd-inner #search_box.active .input-area,
.neo-header .nh-body .nhbd-top .nhbd-inner .active .btn-enter,
.neo-header .nh-body .nhbd-top .nhbd-inner .btn-open-window.close-change{
	margin-right: 40px;
}
#search_box.active .input-area,
.search_box.active .input-area{
	transition: 0.5s;
	width: 255px;
	padding-right: 20px;
}
#search_box .input-area::-ms-clear,
.search_box .input-area::-ms-clear{
    visibility:hidden
}
#search_box .input-area::placeholder,
.search_box .input-area::placeholder{
	color: #999;	
}
#search_box .input-area:-ms-input-placeholder,
.search_box .input-area:-ms-input-placeholder{
	color: #999;
}
#search_box .input-area::-ms-input-placeholder,
.search_box .input-area::-ms-input-placeholder{
	color: #999;
}


/* news 関連 */
/*********** .newstool-aleart ***********/
.newstool-aleart.sp .news{display: none !important;}
.newstool-aleart .news{
    margin:0 auto;
    z-index: 1000;
    width:100%;
    max-width: 100%;
    background:#fdffb5;
    padding:5px;
    border-bottom:#deca39 1px solid;
    text-align:center;
}
.newstool-aleart .news-item{margin:0 auto;}
.newstool-aleart .news-title{
    display: inline-block;
    vertical-align: middle;
}
.newstool-aleart .news-title a{
    color:red;
    font-size: 14px;
}
.newstool-aleart .news-date{
    display: none;
}
.newstool-aleart .news-title{
    font-size: 16px;
    margin-left:10px;
    margin-top: 0;
    font-weight: bold;
}
.newstool-aleart .news-content{display: none;}
@media screen and (max-width:639px) {
    .newstool-aleart.pc{display: none !important;}
    /* .newstool-aleart.sp{padding-top:2.9rem;} */
    .newstool-aleart.sp .news{
        display: block !important;
        /*padding-top:2.8rem;*/
    }
    .newstool-aleart .news-title a{
        font-size: 12px;
    }
}
    /*********** news-button ***********/
    .news-button{
        margin-top: 20px;
        display: flex;
        justify-content: center;
    }
    .news-button div{
        background-color: #FFF;
        border: 2px solid #fff;
        margin-right: 20px;
        width: 400px;
        display: flex;
        justify-content: center;
        position: relative;
    }
    .news-button div:hover{
        border: 2px solid #37a602;
        transition: 0.3s;
    }
    .news-button div:last-child{
        margin-right: 0;
    }
    .news-button div::after{
        color: #37a602;
        display: block;
        position:absolute;
        content: '\f105';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        top: 30px;
        right: 25px;
        transition: 0.35s;
    }
    .news-button div:hover::after{
        transition: 0.35s;
        right: 20px;
    }
    .news-button div .t-blank{
        padding: 2.1rem;
		display: inline-block;
		width: 100%;
    }
    .news-button div .t-blank::before,
    .news-button div .t-blank::after{
        display: none;
    }
    .news-button div .t-blank .u-line::after{
        content: '\f2d2';
        font-family: 'Font Awesome 5 Free';
        margin-left: 8px;
    }
	

    @media screen and (max-width:900px) {
        .news-button div:first-child{
            max-width: 250px;
        }
        /*=======max-width:1034px=======*/
    }
    @media screen and (max-width:768px){
        .news-button{
            flex-direction: column;
            align-items: center;
        }
        .news-button div,
        .news-button div:first-child{
            width: 100%;
            margin-right: 0px;
            max-width: 400px;
            min-width:200px;
            margin-bottom: 10px;	
        }
        .news-button div:last-child{
            margin-bottom: 0;
        }
    }

.neo-header .nh-body .nhbd-bottom .r-side{
	padding: 14px 0;		
	margin-left: auto;
	display: none;
}
.neo-header .nh-body.fixed .nhbd-bottom .r-side{	
	display: flex;
}
.nhbd-bottom .r-side .btn-primary,
.nhbd-bottom .r-side .btn-secondary{
	padding: 12.5px;
	min-width: 120px;
	font-size: 16px;
}
.nhbd-bottom .r-side .btn-secondary{
	margin-left: 8px;
}
@media screen and (min-width:768px){
	.btn-open-window:hover,
	.btn-enter:hover{
		cursor: pointer;
	}	
	.btn-enter input:hover{
		cursor: pointer;
	}
}
@media screen and (min-width:768px) and (max-width:1250px){
	.nhbd-bottom .r-side .btn-primary, .nhbd-bottom .r-side .btn-secondary{
		min-width: 7.5vw;
    	font-size: 1vw;
	}
}
@media screen and (min-width:768px) and (max-width:1223px){
	.neo-header .nh-body .nhbd-bottom .l-side .lead-linker li a,
	.neo-header .nh-body .nhbd-bottom .l-side .lead-linker li .nonlk{
		font-size:1.3vw;
	}
	.neo-header .nh-body.fixed .nhbd-bottom .l-side .lead-linker li.hlnk a,
	.neo-header .nh-body.fixed .nhbd-bottom .l-side .lead-linker li.hlnk .nonlk{
		font-size:1vw;
	}
	.neo-header .nh-body.fixed .nhbd-bottom .l-side .lead-linker li.hlnk{
		margin-right: 10px;
	}
}
@media screen and (min-width:768px) and (max-width:1045px){	
	.neo-header .nh-body.fixed .nhbd-bottom .nhbd-inner{
		padding-left: 30px;
	}
	.fixed .nhbd-bottom .r-side .btn-primary,
	.fixed .nhbd-bottom .r-side .btn-secondary{
		font-size: 12px;
		padding: 6px;
		min-width: 80px;
	}
}
@media screen and (min-width:768px) and (max-width:1000px){
	.neo-header .nh-body.fixed .nhbd-bottom .r-side{
		display: block;
	}
	.fixed .nhbd-bottom .r-side .btn-primary{
		margin-bottom: 10px;
	}
	.fixed .nhbd-bottom .r-side .btn-primary,
	.fixed .nhbd-bottom .r-side .btn-secondary{		
		margin-left: 0;
	}
	.neo-header .nh-body.fixed .nhbd-bottom .l-side .lead-linker{
		flex-flow: row wrap;
	}
	.neo-header .nh-body.fixed .nhbd-bottom .l-side .lead-linker li.hlnk a, .neo-header .nh-body.fixed .nhbd-bottom .l-side .lead-linker li.hlnk .nonlk{
		font-size: 12px;
	}
}
@media screen and (max-width:768px){
	.neo-header{
		height: 66.81px;
	}
	.h-logo{
		padding: 22.5px;
	}
	#search_box.active,
	.search_box.active{
		padding: 20px 0;
		position: relative;
		width: 90%;
		margin: auto;
	}
	#search_box .input-area,
	.search_box .input-area{
		font-size: 16px;
	}
	#search_box.active .input-area,
	.search_box.active .input-area{
		width: calc(100% - 40px);
	}
	.btn-enter{
		top: 20px;
	}
	.neo-header .nh-body {
		position: fixed;
		z-index: 2;
		width: 100%;
		box-sizing: border-box;
	}
	.neo-header .nh-body .nhbd-top .nhbd-inner{
		width: calc(100% - 70px);
	}
	.neo-header .nh-body .nhbd-top .nhbd-inner .h-logo{
		margin: auto;
	}
	.neo-header .nh-body .nhbd-top{
		display: flex;
		position: relative;
		z-index: 2;
	}
	.neo-header .nh-body .nhbd-top .sphd-tgl{
		display: block;
		width: 70px;
		border-left: 1px solid #f5f5f5;
		padding: 9px;
		box-sizing: border-box;
		font-size: 12px;
		text-align: center;
		position: relative;
	}
	.neo-header .nh-body .nhbd-top .sphd-tgl .fig{
		position: absolute;
		top: 9px;
		left: calc(50% - 15px);
		width: 30px;
	}
	.neo-header .nh-body .nhbd-top .sphd-tgl .txt{
		position: absolute;
		top: 42px;
		width: 100%;
		width: calc(100% - 18px);
	}
	.neo-header .nh-body .nhbd-top .sphd-tgl .hbg-top,
	.neo-header .nh-body .nhbd-top .sphd-tgl .hbg-mdl,
	.neo-header .nh-body .nhbd-top .sphd-tgl .hbg-btm{
		width: 30px;
		height: 5px;
		background-color: #333;
		border-radius: 2px;
		display: block;
		margin: 0 auto 5px;
		transition: 0.35s;
	}	
	.neo-header .nh-body .nhbd-top .sphd-tgl.sphd-active .hbg-top{		
		transform: rotate(45deg);
		margin-top: 14px;
		width: 25px;
		transition: 0.35s;
	}
	.neo-header .nh-body .nhbd-top .sphd-tgl.sphd-active .hbg-mdl{
		opacity: 0;
		transition: 0.35s;
	}
	.neo-header .nh-body .nhbd-top .sphd-tgl.sphd-active .hbg-btm{
		transform: rotate(135deg);
		width: 25px;
		margin-top: -20px;
		transition: 0.35s;
	}
	.neo-header .nh-body .nhbd-top .sphd-tgl .txt span{
		position: absolute;
		display: block;
		width: 100%;
		text-align: center;
	}
	.neo-header .nh-body .nhbd-top .sphd-tgl .open,
	.neo-header .nh-body .nhbd-top .sphd-tgl.sphd-active .cls{
		visibility: visible;
		opacity: 1;
		transition: 0.35s;
	}
	.neo-header .nh-body .nhbd-top .sphd-tgl.sphd-active .open,
	.neo-header .nh-body .nhbd-top .sphd-tgl .cls{
		visibility: hidden;
		opacity: 0;
		transition: 0.35s;
	}
	.neo-header .nh-body .nhbd-top .sphd-tgl.sphd-active{
		
	}
	.neo-header .nh-body .nhbd-top .r-side{
		display: none;
	}
	.neo-header .nh-body .nhbd-bottom{
		position: absolute;		
		width: 100%;
		z-index: 1;
		height: calc(100vh - 66.81px);
		overflow-y: auto;			

		transform: translateY(-101%);
		transition: 0.75s;
	}
	.neo-header .nh-body .nhbd-bottom.menu-open{
		transform: translateY(0);
		transition: 0.75s;			
	}
	.neo-header .nh-body .nhbd-bottom .nhbd-inner{
		display: block;
		width: 100%;
	}
	.neo-header .nh-body .nhbd-bottom .only-sp{
		display: block;
		border-bottom: 1px solid #f5f5f5;		
	}
	.neo-header .nh-body .nhbd-bottom .l-side .lead-linker{
		display: block;
		border-top:1px solid #ccc;
	}
	.neo-header .nh-body .nhbd-bottom .l-side .lead-linker li{
		margin-right: 0;
	}
	.neo-header .nh-body .nhbd-bottom .l-side .lead-linker li a,
	.neo-header .nh-body .nhbd-bottom .l-side .lead-linker li .nonlk{
		background-color: #f5f5f5;
		display: block;
		border-bottom:1px solid #ccc;
		padding: 17.5px;
		font-size: 16px;
		letter-spacing: 0.75px;
		font-weight: normal;
	}
	.neo-header .nh-body .nhbd-bottom .l-side .lead-linker li .menu::before{
		display: none;
	}
	.neo-header .nh-body .nhbd-bottom .l-side .lead-linker li .menu {
		position: relative;
		z-index: 1;
	}
	.neo-header .nh-body .nhbd-bottom .l-side .menu-board .hds{
		display: block;
	}
	.neo-header .nh-body .nhbd-bottom .l-side .menu-board .hds .blks{
		border: none;
		padding: 0;
		/* padding-bottom: 30px; */
		width: 100%;
	}
	.neo-header .nh-body .nhbd-bottom .l-side .menu-board .hds .blks .short-ttl{
		/* padding: 10px 20px; */
		/* margin-bottom: 10px; */
	}
	.neo-header .nh-body .nhbd-bottom .l-side .lead-linker li .menu-board a{
		/* border-bottom:0; */
		background-color: #fff;
		/* padding: 10px 20px; */
	}
	.neo-header .nh-body .nhbd-bottom .l-side .lead-linker li .menu-board .hd-ttl{
		/* padding: 10px 20px; */
		/* margin-bottom: 30px; */
		font-weight: normal;
		font-size: 16px;
	}
	.neo-header .nh-body .nhbd-bottom .l-side .lead-linker li.active .menu::before{
		background-size: 0;
	}
	.neo-header .nh-body .nhbd-bottom .l-side .lead-linker li .menu.on-menu{

	}
	.neo-header .nh-body .nhbd-bottom .l-side .lead-linker li .menu.on-menu::after{
		content: '\f068';	
	}
	.neo-header .nh-body .nhbd-bottom .l-side .lead-linker li .menu::after {
		content: '\f067';
		color: #ccc;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 20px;
	}
	.neo-header .nh-body .nhbd-bottom .l-side .menu-board{		
		max-height: 0;
		visibility: hidden;
		opacity: 0;
		position: relative;
		box-shadow: none;		
		padding: 0;
		transition: 0.5s;
		width: 100%;
	}
	.neo-header .nh-body .nhbd-bottom .l-side .menu-board.on-menu-board{
		visibility: visible;
		max-height: 1200px;
		/* padding: 40px 0 10px; */
		opacity: 1;		
		border-bottom: 1px solid #ccc;
		transition: 0.5s;
	}
	
	.neo-header .nh-body .nhbd-bottom .l-side .menu-board .hds,
	.neo-header .nh-body .nhbd-bottom .l-side .menu-board .hds .blks,
	.neo-header .nh-body .nhbd-bottom .l-side .menu-board .hds .blks li{		
		max-height: 0;
		transition: 0.5s;
	}
	.neo-header .nh-body .nhbd-bottom .l-side .menu-board.on-menu-board .hds,
	.neo-header .nh-body .nhbd-bottom .l-side .menu-board.on-menu-board .hds .blks,
	.neo-header .nh-body .nhbd-bottom .l-side .menu-board.on-menu-board .hds .blks li{		
		max-height: 1000px;
		transition: 0.5s;
	}
	.neo-header .nh-body .nhbd-bottom .r-side{
		padding: 22.5px 20px;
		display: block;
	}
	.nhbd-bottom .r-side .btn-primary,
	.nhbd-bottom .r-side .btn-secondary{
		margin: 20px auto;
	}
}

/* CP帯 */
.cp-band{
	/* background: #eee; */
	padding: 10px 0;
	display: block;
	color: #333;
	text-decoration: none;
}
.cp-band p,
.cp-band .inner p{
	margin-bottom: 0;
	line-height: 1;
}
@media screen and (max-width:768px){	
	.cp-band{
		margin-top: 0;
		font-size: 16px;
		letter-spacing: 0.75px;
	}
	.cp-band .inner{
		width:100%;
		min-width: 300px;
		/*max-width: 728px;*/
		max-width: calc(100% - 20px);
		height: 100%;
		/*min-height: 50px;
		max-height: 60px;*/
	}
}
/* ぱんくず */
.bread-crumbs{
	padding: 15px 0;
	display: flex;
}
.bread-crumbs li{
	position: relative;
	padding-left: 12px;
	letter-spacing: 1px;
}
.bread-crumbs li:nth-of-type(1){
	padding-left: 0;
}
.bread-crumbs li:nth-of-type(1)::before{
	display: none;
}
.bread-crumbs li::before{
	content: "/";
	position: absolute;
	left: 6px;
    transform: translateX(-50%);
}
.bread-crumbs li,.bread-crumbs li a{
	font-size:12px;
	color: #333333;
}
.bread-crumbs li a{
	display: inline-block;
}
@media screen and (min-width:768px){
	.bread-crumbs li a:hover{
		opacity: 0.85;
	}
}
@media screen and (max-width:768px){
	.bread-crumbs{
		padding: 20px 0 17.5px;
		overflow-x: auto;
    	white-space: nowrap;
	}
	.bread-crumbs li{
		font-size: 10px;
	}
}

/* ページ共通 */
.bg-light-green{
	background-color:#f1f9ed;
}
.bg-light-gray{
	background-color:#f5f5f5;
}
.large-sec{
	padding: 60px 0;
}
.middle-sec{
	padding: 40px 0;
}
.short-sec{
	padding: 30px 0;
}
.page-ttl{	
	background-color: #f1f9ed;
}
.ttl-f,.ttl-h1,.ttl-h2,.ttl-h3,.ttl-h4{
	font-size:30px;
	color: #1e653a;
	font-weight: bold;
	line-height: 2;
}
.ttl-h1{
	margin-bottom: 60px;
}
.ttl-h2{
	margin-bottom: 40px;
}
.ttl-h3{
	font-size:24px;
	margin-bottom: 40px;
}
.ttl-h4{
	font-size:20px;
	margin-bottom: 40px;
}

.inner p{
	line-height:2;
}
.zero{
	margin-bottom: 0;
}
.ten{
	margin-bottom: 10px;
}
.twenty{
	margin-bottom: 20px;
}
.thirty{
	margin-bottom: 30px;
}
.fourty{
	margin-bottom: 40px;
}
.sixty{
	margin-bottom: 60px;
}

.note{
	font-size:14px;
	line-height:22px;
}
.s-scpt{
	font-size: 14px;
	vertical-align: top;
}
.gray-txt{
	color: #666666;
}

.link{
	color: #0d800d;
	position: relative;
	padding: 8px 0;
	display: inline-block;
	padding-left: 15px;	
}
.green-font{
	color: #0d800d;
}
.link::before{
	position: absolute;
	content: '\f105';	
	font-family:'Font Awesome 5 Free';
	font-weight:900;
	left: 0;
  top: 9px;
	transition: 0.35s;
}
.link-scroll::before{
	content: '\f107';	
}
.link.non-arrow::before{
	display: none;
}

@media screen and (min-width:768px){
	.link:hover{
		text-decoration: none;	
	}
	.link:hover::before{
		left: 5px;
		transition: 0.35s;
	}
	.link-scroll:hover::before{
		left: 0;
		top: 14px;
		transition: 0.35s;
	}
}

/* under-line */
.link .u-line{
	padding-bottom: 5px;
	transition: background-size 0.35s;
	background: linear-gradient(#88c477, #88c477) 0 100%/0 1px no-repeat;
}
@media screen and (min-width:768px){
	.link:hover .u-line{	
		background-size: 100% 1px;
		transition: background-size 0.35s;
	}
}

/* target-blank */
/* .link .t-blank{

} */
@media screen and (min-width:768px){
	.link:hover .u-line.t-blank{
		background-size: calc(100% - 22px) 1px;
	}
}
.t-blank::after{	
	content: '\f2d2';	
	font-family:'Font Awesome 5 Free';
	/* font-weight:900; */
	margin-left: 8px;
}

.green-partition{
	background-color: #37a602;
	height: 2px;
	width: 100%;	
	border: 0;
	margin-top: 0;
}
.flex-pgrph{
	display: flex;
	flex-flow:row wrap;
}
.flex-pgrph.keep{
	flex-flow: inherit;
}
.flex-pgrph .lf-pdd{
	box-sizing: border-box;
}
.flex-pgrph.flex-center{
	justify-content: center;
}
.f-25{
	box-sizing: border-box;
	width: 25%;	
}
.f-35{
	width: 35%;
}
.mw-35{
	min-width: 350px;
}
.f-75{
	width: 75%;
}
.lf-pdd{
	padding-left: 40px;
}
.w-fullsize{
	width: 100%;
}
.b-left {
	border-left: 1px solid #e8e8e8;
}

.w-collateral{
	min-width: 250px;
}
.btn-primary,.btn-secondary{
	padding: 25px;
	box-sizing: border-box;
	font-size: 20px;
	line-height: 24px;
	border-radius: 40px;
	font-weight: 500;
	text-align: center;
	/* display: inline-block; */
	display: block;
}
.btn-primary{
	color: #fff;
	background-color: #37a602;
	background-size: 200% auto;
	background-position: right center;
	/* background-image: linear-gradient(to right, rgb(132, 217, 4) 0%, rgb(55, 166, 2) 51%, rgb(118, 224, 4) 100%); */
	background-image: linear-gradient(to right, rgb(55, 166, 2) 0%, rgb(132, 217, 4) 51%, rgb(55, 166, 2) 100%);
}
.btn-secondary{
	position: relative;
	z-index: 1;
    background-color: #fff;
	color: #0d800d;
	overflow: hidden;
	transition: 0.5s;	
	/* border: 2px solid #37a602; */
}
.btn-secondary::before{	
	content: '';
    position: absolute;
    top: 0;
	left: 0;
	z-index: -2;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .5s;
    background: #76e004;
}
.btn-secondary::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
	z-index: -1;
	box-sizing: border-box;
    width: 100%;    
    height: 100%;
    border-radius: 40px;
    border: 2px solid #37a602;
    transition: border-color .5s;
    /* background: #76e004; */
    /* border: 2px solid #fff; */
}
.btn-secondary .t-blank::after,
.btn-primary .t-blank::after{
	font-size: 0.8em;
}
.btn-center{
	margin-left: auto;
    margin-right: auto;
}
.mx5{
	max-width: 500px;
}
.lists li{
	padding-left: 16px;
	text-indent: -16px;
	line-height: 2;
}

.topic-area{
	border: 2px solid #37a602;
	border-radius: 4px;
	padding: 20px;	
	margin: 30px auto 40px;
	box-sizing: border-box;
}
.topic-area.full-size{
	width: 100%;
}
.sptable-scroll{
	overflow-x: auto;
}
.sptable-scroll table{
	min-width: 700px;
	width: calc(100% - 2px);
}
table th, table td{
	border: 0;
}

/* green-table */	
.green-table{
	/* border: 1px solid #e8e8e8; */	
}
.table37 tbody th{
	width: 30%;
}
.green-table thead th{
	padding: 25px;
	background-color: #0d6142;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 1.625;	
}
.green-table thead th.nsize{
	font-size: 16px;
}
.green-table th,
.green-table td{
	border-right: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8;
}
.green-table th:first-of-type{
	border-left: 1px solid #e8e8e8;
}
.green-table tbody tr:last-of-type th,
.green-table tbody tr:last-of-type td{
	border-bottom: 1px solid #e8e8e8;
}
.green-table thead th.f18,
.green-table thead th .f18{
	font-size: 18px;
}
.green-table thead th.f14,
.green-table thead th .f14{
	font-size: 14px;
}
.green-table thead th:last-of-type{
	border-right: 0;
}
.green-table tbody th{
	line-height: 1.625;
	padding: 10px;
	background-color:#f1f9ed;
	text-align: center;
	vertical-align: middle;	
}
.green-table tbody th.text-left{
	text-align: left;
}
.green-table tbody.short-th th{
	padding: 15px;
}
.green-table tbody.middle-th th{
	padding: 35px 25px;
}
.green-table tbody.t-thirty th{
	padding: 35px 30px;
}
.green-table tbody.t-thirty td{
	padding: 30px;
}
.green-table tbody td{
	padding: 10px;	
	line-height: 1.625;
	/* vertical-align: top; */
	vertical-align: middle;
}
.green-table tbody td.zero-td{
	padding: 20px 5px;
}
.green-table th.clear-cell{
	opacity: 0;
	border-left:0 ;
	border-top:0 ;
}
.green-table.green-back tbody th{
    background-color: #c3e4b4;
}
.green-table.green-back tbody td{
    background-color: #fff;
}
/* green-table */


/* green-table02 */	
.green-table02{
	/* border: 1px solid #e8e8e8; */	
}
.table37 tbody th{
	width: 30%;
}
.green-table02 thead th{
	padding: 15px;
	background-color: #0d6142;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 1.625;	
}
.green-table02 thead th.nsize{
	font-size: 16px;
}
.green-table02 th,
.green-table02 td{
	border-right: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8;
}
.green-table02 th:first-of-type{
	border-left: 1px solid #e8e8e8;
}
.green-table02 tbody tr:last-of-type th,
.green-table02 tbody tr:last-of-type td{
	border-bottom: 1px solid #e8e8e8;
}
.green-table02 thead th.f18,
.green-table02 thead th .f18{
	font-size: 18px;
}
.green-table02 thead th.f14,
.green-table02 thead th .f14{
	font-size: 14px;
}
.green-table02 thead th:last-of-type{
	border-right: 0;
}
.green-table02 tbody th{
	line-height: 1.625;
	padding: 35px;
	background-color:#f1f9ed;
	text-align: center;
	vertical-align: middle;	
}
.green-table02 tbody th.text-left{
	text-align: left;
}
.green-table02 tbody.short-th th{
	padding: 35px 15px;
}
.green-table02 tbody.middle-th th{
	padding: 35px 25px;
}
.green-table02 tbody.t-thirty th{
	padding: 35px 30px;
}
.green-table02 tbody.t-thirty td{
	padding: 30px;
}
.green-table02 tbody td{
	padding: 15px 2px;	
	line-height: 1.5;
	/* vertical-align: top; */
	vertical-align: middle;
}
.green-table02 tbody td .f18 {
	font-size:18px;
}
.green-table02 tbody td .f16 {
	font-size:16px;
}
.green-table02 tbody td .f14 {
	font-size:14px;
}
.green-table02 tbody td.zero-td{
	padding: 20px 5px;
}
.green-table02 th.clear-cell{
	opacity: 0;
	border-left:0 ;
	border-top:0 ;
}
.green-table02.green-back tbody th{
    background-color: #c3e4b4;
}
.green-table02.green-back tbody td{
    background-color: #fff;
}
/* green-table02 */


/* アコーディオン */
.acc-curtain{
	
}
.acc-curtain .opner{
	padding: 9px 20px;
	padding-right: 55px;
	border-radius: 2px;
	background-color: #f1f9ed;
	position: relative;
}
.acc-curtain .opner::before{
	content: "";
	position: absolute;
	bottom: 0;
	width: calc(100% - 40px);
	left: 20px;
	height: 1px;
	background-color: rgba(13,97,66,0.2);
	opacity: 0;
	transition: 0.25s;
}
.acc-curtain .opner::after{
	content: '\f067';	
	font-family:'Font Awesome 5 Free';
	color: #1e653a;
	font-weight: 900;
	position: absolute;
	right: 20px;
	top: 50%;
	transform:translateY(-50%);
	font-size: 16px;
}
.acc-curtain .opner:hover{
	cursor: pointer;
}
.acc-curtain .opner .accttl{
	margin-bottom: 0;
}

.acc-curtain .opner.on{
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;	
}
.acc-curtain .opner.on::before{
	opacity: 1;
	transition: 0.25s;
}
.acc-curtain .opner.on::after{
	content: '\f068';	
}

.acc-curtain .puppet-inner{
	display: none;
	padding: 20px;
	background-color: #f1f9ed;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}

@media screen and (min-width:768px){
	.btn-primary:hover,
	.btn-secondary:hover{
		text-decoration: none;
	}
	
	.btn-primary:hover{
		background-position: left center;
	}
	.btn-secondary:hover{
		transition: 0.5s;
		color: #fff;
		/* border: 2px solid #76e004; */
	}
	.btn-secondary:hover::before{
		transform: scaleX(1);
		transform-origin: left;
		transition: transform .5s;
	}
	.btn-secondary:hover::after {
		border: 2px solid #76e004;
		transition: border-color .5s;
	}
}
@media screen and (max-width:768px){
	.large-sec{
		padding: 50px 0;
	}
	.middle-sec{
		padding: 25px 0;
	}
	.short-sec{
		padding: 15px 0;
	}
	.ttl-f,.ttl-h1,.ttl-h2,.ttl-h3,.ttl-h4{
		font-size:24px;
		letter-spacing: 0.5px;
	}
	.ttl-h1{
		margin-bottom: 30px;
	}
	.ttl-h2{
		margin-bottom: 20px;
	}
	.ttl-h3{
		font-size:20px;
		margin-bottom: 20px;
	}
	.ttl-h4{
		font-size:17px;
		margin-bottom: 20px;
	}

	.ten{
		margin-bottom: 5px;
	}
	/* .twenty{
		margin-bottom: 20px;
	}
	.thirty{
		margin-bottom: 30px;
	}
	.fourty{
		margin-bottom: 40px;
	} */
	.sixty{
		margin-bottom: 50px;
	}

	.note{
		font-size: 12px;
		line-height: 2;
	}
	.s-scpt{
		font-size: 12px;
	}
	.topic-area{
		margin: 15px auto 40px;
		border: 1px solid #37a602;
	}
	.green-partition{
		opacity: 0.35;
	}
	.f-25,.f-35,.f-75{
		width: 100%;
	}
	.mw-35{
		min-width: 0;
	}
	.lf-pdd{
		padding-left: 0;
	}
	.btn-secondary::after{
		border: 2px solid #37a602;
	}

	/* green-table */	
	.green-table thead th{
		font-size: 17px;
	}
	.green-table thead th.nsize{
		font-size: 14px;
	}
	.green-table thead th.f18,
	.green-table thead th .f18{
		font-size: 15px;
	}
	.green-table thead th.f14,
	.green-table thead th .f14{
		font-size: 12px;
	}
	.green-table tbody th,
	.green-table tbody td{
		font-size: 14px;
	}
	.green-table tbody th{
		padding: 10px;		
	}
	.green-table tbody.short-th th{
		padding: 15px;
	}
	.green-table tbody.middle-th th{
		padding: 20px 5px;
	}
	.green-table tbody td{
		padding: 7.5px 20px;
	}
	.green-table tbody td.zero-td{
		padding: 7.5px 2.5px;
	}
	/* green-table */

	/* green-table02 */	
	.green-table02 thead th{
		font-size: 17px;
	}
	.green-table02 thead th.nsize{
		font-size: 14px;
	}
	.green-table02 thead th.f18,
	.green-table02 thead th .f18{
		font-size: 15px;
	}
	.green-table02 thead th.f14,
	.green-table02 thead th .f14{
		font-size: 12px;
	}
	.green-table02 tbody th,
	.green-table02 tbody td{
		font-size: 14px;
	}
	.green-table02 tbody td .f18 {
		font-size:15px;
	}
	.green-table02 tbody td .f16 {
		font-size:13px;
	}
	.green-table02 tbody td .f14 {
		font-size:12px;
	}
	.green-table02 tbody th{
		padding: 20px;		
	}
	.green-table02 tbody.short-th th{
		padding: 20px 10px;
	}
	.green-table02 tbody.middle-th th{
		padding: 20px 5px;
	}
	.green-table02 tbody td{
		padding: 7.5px 20px;
	}
	.green-table02 tbody td.zero-td{
		padding: 7.5px 2.5px;
	}
	/* green-table02 */

	.btn-primary.sp-ftshort,
	.btn-secondary.sp-ftshort{
		font-size: 16px;
	}
}

@media screen and (min-width:769px){
	.sp{
		display: none!important;
	}
}
@media screen and (max-width:768px){
	.pc{
		display: none!important;
	}
}

/* cvエリア */
.vps-cv{
	background-color: #333;
	padding: 55px 0 60px;
}
.vps-cv .flex-pgrph{
	max-width: 850px;
}
.vps-cv .l-side{
	width:250px;
}
.vps-cv .r-side{
	/* width: calc(100% - 432px); */
	width: calc(100% - 362px);
	margin-left: auto;
	min-width:560px;
}
.vps-cv .expr{
	color: #fff;
	font-size:30px;
	line-height:2;
	font-weight: bold;
	margin-bottom: 0;
}
.vps-cv .expr .font-small{
	font-size:22px;
}
.vps-cv .f-harf{
	min-width: 194px;
	width: calc(50% - 14px);
}
.vps-cv .f-harf:last-of-type{
	margin-left: auto;
}

.vps-cv .f-harf:nth-of-type(2) a{
	font-size: 18px;
}

.vps-cv .btn-primary,
.vps-cv .btn-secondary{
	box-shadow: 0 0 0 4px rgba(255,255,255,0.15);
}
.vps-cv .btn-secondary{
	padding: 25px 5px;
  margin-right: 20px!important;
  width: calc(100% - 20px);
}

@media screen and (max-width:1116px){
	.vps-cv .r-side{		
		margin-left: 0;
	}
	.vps-cv .expr{
		text-align: center;
		margin-bottom: 30px;
	}
	.vps-cv .inner.flex-pgrph{
		justify-content: center;
	}
}
@media screen and (max-width:768px){
	.vps-cv .l-side{
		width: 100%;
	}
	.vps-cv .r-side{
		width: calc(100% - 20px);
		margin: auto;
		min-width: 0;
	}	
	.vps-cv .f-harf{
		min-width: 0;
		width: 100%;
	}
	.vps-cv .expr{
		letter-spacing: 0.5px;
	}
	.vps-cv .btn-primary{
		font-size:20px;	
		letter-spacing: 0;	
	}
	.vps-cv .f-harf .btn-secondary{
		width: 100%;
		border: 1px solid #37a602;
		font-size: 14px;
		padding-left: 0;
		padding-right: 0;
		margin-right: 0!important;
		margin-bottom: 20px;
		font-size: 20px;
	}
	.vps-cv .btn-primary,
	.vps-cv .btn-secondary{
		box-shadow: 0 0 0 2px rgba(255,255,255,0.15);
	}
	.vps-cv .flex-pgrph{
		display: inline-block;
		width: 100%;
	}
}



.neo-footer{

}
.neo-footer .nf-body{
	background: #fff;
}
.neo-footer .nf-body .nfbd-inner{
	width: 80%;
	max-width: 1000px;
	margin:auto;
	padding: 60px 0 10px;
	display: flex;
}
.f-logo a{
	display: inline-block;
	line-height: 48px;
}
@media screen and (min-width:769px) {
	.f-logo a{
		padding-top: 8px;
	}
}
.f-logo img{
	width: 180px;
	height: 18px;
}
.f-conts{
	width: 75%;
	margin-left: auto;
}
.f-conts .fc-inner{
	display: flex;
	flex-flow: row wrap;	
}
.f-conts .series-ttl{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #e5e5e5;
	margin-left: 25px;
	margin-bottom: 5px;
}
.f-conts .series-ttl .ttl-txt{
	font-size: 24px;
	margin-bottom: 0;
}
.f-conts .series-ttl .ttl-sublink{
	margin-left: auto;
	margin-bottom: 0;
}
.f-conts a.green-font{
	color: #0d800d;
}

.f-conts .colmun{
	padding-left: 25px;
	box-sizing: border-box;
	width: calc(100% / 3);
	min-width: 240px;
}
.f-conts .hrchy-block{
	/* padding-bottom: 25px; */
	padding-bottom: 0;
}
.f-conts .hrchy-block.lonely{
	/* padding-bottom: 15px; */
	padding-bottom: 0;
}
.f-conts li{	
	font-size:12px;
	letter-spacing: 0.75px;
	margin-bottom: 0;
	/* margin-bottom: 5px; */
    /* line-height: 1.5; */
	line-height: 1;
}
.f-conts a{
	color: #333;

	display: inline-block;
	line-height: 48px;
}
.f-conts .hrchy-f{
	font-size: 14px;	
	/* margin-bottom: 20px; */
	margin-bottom: 0;
	letter-spacing: 1.25px;
	font-weight: bold;
}

.f-info{
	display: flex;
	justify-content :center;
	flex-flow: row wrap;
	width: 80%;
	max-width: 1000px;
	margin:auto;
	padding:2rem 0;
}
.f-info p{
	margin-bottom: 0;
}
.security-box{
	display: flex;
}
.security-box li{
	padding-left: 20px;
}
.security-box li:first-of-type{
	padding: 0;
}
.ir-box{
	margin-left: auto;
	display: flex;
}
.ir-box ul{
	padding-left: 20px;
}
.ir-box li a{
	line-height: 1.75;
	font-size: 10px;
	color: #333;
	letter-spacing: 0;
}
.g-footer{	
	width: 80%;
	max-width: 1000px;
	margin:auto;
    box-sizing: border-box;
}
.gmoGroupFooter_inner{
	padding: 15px 0;
}
.isms-logo{
	/*border: 1px solid #e8e8e8;*/
	display: inline-block;
}
.isms-logo img{
	max-height: 70px;
}
.ir-link{	
	border-radius: 4px;	
	display: inline-block;
}
.ir-box.limt-ftbnr .espesp{
	padding-left:20px;
}

.pgt{
	position: fixed;
	right: 10%;
  	bottom: 70px;
	text-align: right;
	z-index: 100;
	visibility: hidden;
}
.pgt p{
	margin-bottom: 0;
	line-height: 0;
}
.pgt .pgt-btn{
	margin: 0;
	visibility: visible;
}
.pgt .pgt-btn:hover{
	cursor: pointer;
}

.swipeguide-cover{
	position: relative;
}
.swipe-guide{
    position: absolute;
    width: 130px;
    top: 100px;
    left: calc(50% - 65px);
    height: 90px;
    border-radius: 10px;
    text-align: center;    
    background: rgba(34,45,65,0.7);
    overflow: hidden;
    opacity: 1;
    transition: 0.35s;
}
.swipeguide-cover.off .swipe-guide{
    opacity: 0;
    transition: 0.35s;
}
.swipe-guide .fig{
    text-align: center;
    width: 100%;
    position: relative;
    display: inline-block;
    margin-top: 11px;    
}
.swipe-guide .fig img{
    width:50px;
}
.swipe-guide.on .fig{
    position: relative;
    animation: swipe 2s forwards;
    animation-iteration-count: 2;
    height: 51px;
}
.swipe-guide.on .fig::before{
    content: "";
    position: absolute;
    width: 50px;
    height: 52px;
    background: url(../img/guide-finger.png)no-repeat;
    background-size: contain;
    background-position: center;
    top: 0;
    left: calc(50% - 25px);
}
.swipe-guide .txt{
    font-size: 11px;
    color: #fff;
}

@keyframes swipe{
    0%{
        transform: translateX(0);
    }
    30%{
        transform: translateX(-30px);
    }
    70%{
        transform: translateX(30px);
    }
    100%{
        transform: translateX(0);
    }
}

@media screen and (max-width:768px) {
	.menu-tab-area {
		position: relative;
		width:100%;
		background-color:#f5f5f5;
		margin-bottom:20px;
		padding:65px 0 25px;
	}
	.menu-tab-area ul {
		position: relative;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size:14px;
	}
	.menu-tab-area ul li {
		position: relative;
		color:#0d800d;
		margin: 0 15px;
		cursor: pointer;
	}
	.menu-tab-area ul li:nth-child(-n+2):after {
		position: absolute;
		color:#777 !important;
		content:'/';
		top:0;
		right:-18px;
	}
	.menu-tab-area ul li.active {
		color:#333 !important;
	}
	.menu-tab-area ul li.active:before {
		position: absolute;
		content:'';
		width:20px;
		height:2px;
		bottom:-10px;
		left:50%;
		background-color: #333;
		transform: translateX(-50%);
		-webkit- transform: translateX(-50%);
	}
	.menu-tab-area ul:before {
		position: absolute;
		content:'契約期間';
		color:#fff;
		background-color:#0d6142;
		top:-45px;
		left:50%;
		padding:10px 18px;
		border-radius: 40px;
		transform: translateX(-50%);
		-webkit- transform: translateX(-50%);
	}
}
@media screen and (min-width:769px) {
	.menu-tab-area {
		position: relative;
		width:100%;
		background-color:#f5f5f5;
		margin-bottom:30px;
		padding:10px 0;
	}
	.menu-tab-area ul {
		position: relative;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size:16px;
	}
	.menu-tab-area ul li {
		position: relative;
		color:#0d800d;
		margin: 0 20px;
		cursor: pointer;
	}
	.menu-tab-area ul li:nth-child(-n+2):after {
		position: absolute;
		color:#777 !important;
		content:'/';
		top:0;
		right:-23px;
	}
	.menu-tab-area ul li:last-child {
		margin-right:0;
	}
	.menu-tab-area ul li.active {
		color:#333 !important;
	}
	.menu-tab-area ul li:hover:before {
		position: absolute;
		content:'';
		width:20px;
		height:2px;
		bottom:-8px;
		left:50%;
		background-color: #37a602;
		transform: translateX(-50%);
		-webkit- transform: translateX(-50%);
	}
	.menu-tab-area ul li.active:hover:before {
		display:none;
	}
	.menu-tab-area ul:before {
		content:'契約期間';
		color:#fff;
		background-color:#0d6142;
		padding:10px 18px;
		border-radius: 40px;
	}
}

@media screen and (min-width:768px){
	.f-conts a:hover{
		opacity: 0.65;
		text-decoration: none;
	}
	
    .swipe-guide{
        display: none;
    }
}
@media screen and (max-width:768px){
	.neo-footer .nf-body .nfbd-inner{
		width: 90%;
		flex-flow: row wrap;
	}
	.f-logo{
		margin: 0 auto 60px;
	}
	.f-logo img{
		width: 250px;
		height: 25px;
	}
	.f-conts{
		width: 100%;
	}
	.f-conts .colmun{
		width: 100%;
		padding: 0;
	}
	.f-info{
		width: 90%;
		padding: 35px 0 45px;
	}
	.security-box{
		display: block;
	}
	.security-box li{
		padding: 0;
		padding-bottom: 20px;
	}

	.ir-box{
		display: block;
	}
	.ir-box ul{
		padding-left: 0;
		padding-top: 10px;
	}
	.ir-box.limt-ftbnr{
		margin-left: 0;
	}
	.ir-box.limt-ftbnr .espesp{
		padding-left:0px;
		text-align: center;
	}

	.pgt{
		display: none;
	}

	.f-conts .series-ttl{
		margin-left: 0;
	}
	.neo-header .nh-body .nhbd-bottom .l-side .lead-linker li.hltag{		
		background-color: #82b11f;
		padding: 8px 10px;
		border-radius: 0;
		margin-bottom: 15px;
		color: #fff;
		font-weight: bold;
		text-align: center;
	}
	.neo-header .nh-body .nhbd-bottom .l-side .lead-linker li.hltag.mos-green{
		background-color: #0d6143;		
		color: #fff;
	}
}