@charset "UTF-8";
html {
	font-size: 62.5% !important;
}

#s_main * {
	box-sizing: border-box;
}


/* common
------------------------------------------------------------*/

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
/* #main_title {
	display: none;
} */
.sp_not{
display: none;
}
@media screen and (min-width: 1025px) {
.sp_not{
	display: block;
	}
}
/* ----------------utility */
.m30 {
	margin-top: 30px;
}
.line_box p.m30 {
	margin-top: 30px;
}
.m60 {
	margin-top: 60px;
}
.m75 {
	margin-top: 75px;
}
.m120 {
	margin-top: 120px;
}
.mr_20 {
	margin-right: 20px;
}
.mb60 {
	margin-bottom: 60px;
}
small {
	display: block;
	line-height: 1.5em;
	font-size: 1em;
	margin: 10px;
	text-align: right;
}

.u-indentation{
	padding-left:1em;
}
/* -------------------------------------header */


/* 2ndHeader */
#s_hd {
	position: absolute;
	display: block;
	width: 100vw;
	height: auto;
	padding: 10px 10px 5px;
	background: rgba(255, 255, 255, .9);
	z-index: 9999;
}
.fixed_hd {
	position: fixed;
	margin-top: 0;
	z-index: 9999
}

.fixed_hd_on {
	position: fixed;
	margin-top: 0;
	z-index: 9999
}

/* header commonlogo */
.h1_logo {
	display: inline-block;
	width: 132px;
	float: left;
}

.h1_logo img {
	display: inline-block;
	width: 122px;
	max-height: 40px;
	/* float: left;
	margin: 10px 0 0 0; */
}

.h1_logo span {
	display: inline-block;
	color: #333;
	width: 55%;
	float: right;
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 0 5%;
}


/* PCheader */
#s_hd .hd_inner_l {
	display: inline-block;
	float: left;
	width: 85%;
}

/* PCheader nav*/
.hd_inner_r {
	display: none;
}

/* spheader nav */

.sp_hd {
	float: right;
}

/* spheader toggle */

.toggle {
	display: block;
	position: absolute;
	right: 5px;
	top: 12px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 10000;
	text-align: center;
}

.toggle span {
	display: block;
	position: absolute;
	width: 30px;
	border-top: solid 3px #333;
	transition: .3s;
	left: 6px;
}

.toggle span:nth-child(1) {
	top: 9px;
}

.toggle span:nth-child(2) {
	top: 18px;
}

.toggle span:nth-child(3) {
	top: 27px;
}

.toggle.active span:nth-child(1) {
	top: 18px;
	left: 6px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.toggle.active span:nth-child(2), .toggle.active span:nth-child(3) {
	top: 18px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* spheader nav */
#menu_w {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	background: #fff;
	color: #fff;
	text-align: center;
	transform: translateY(-100%);
	transition: all 0.6s;
	width: 100%;
}

#menu_w.active {
	transform: translateY(0%);
}

#menu_w ul {
	background: #6588c9;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

#menu_w ul li {
	font-size: 16px;
	list-style-type: none;
	padding: 0;
	width: 100%;
	border-bottom: 1px dotted #333;
}

#menu_w ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
	box-shadow: 0 10px 20px -12px rgba(0, 0, 0, .42), 0 3px 20px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

#menu_w ul li a {
	display: block;
	color: #fff;
	padding: 1em 0;
}

#menu_w ul li.m_top {
	display: block;
	color: #fff;
	padding: 1em 0;
	font-size: 22px;
	font-weight: bold;
	list-style-type: none;
	width: 100%;
	border-bottom: 1px dotted #333;
	background-color: #4b4b4b;
}

#menu_w ul li.buy_col {
	font-size: 16px;
	font-weight: bold;
	list-style-type: none;
	padding: 0;
	width: 100%;
	border-bottom: 1px dotted #333;
	background-color: #F4A22B;
}

#menu_w ul li.buy_col a {
	color: #333;
}
@media screen and (min-width: 480px) {
	/* 2ndHeader */
	.fixed_hd {
		position: fixed;
		margin-top: -12px;
		z-index: 9999;
		width: 100%;
	}
	.fixed_hd_on {
		position: fixed;
		margin-top: -12px;
		/*スクロール後フレックス化高さ調節*/
		z-index: 9999
	}
	#s_hd {
		/* position: absolute; */
		display: block;
		/* max-width: 1080px; */
		width: 100%;
		height: 100px;
		padding: 0 0 10px;
		background: rgba(255, 255, 255, .9);
		z-index: 9999
	}

	.hd_inner_r nav ul {
		display: flex;
		width: 584px;
		justify-content: right;
		padding-right: 0.5em;
	}
	.h1_logo{
		display: inline-block;
		position: absolute;
		/* float: left; */
		margin-top: 10px;
		/* height: 36px; */
	}
	.h1_logo span {
		display: inline-block;
		color: #333;
		font-size: 1.2em;
		font-weight: bold;
		margin: 8px 0 2px 15px;
	}
	.h1_logo img {
		max-height: 40px;
		max-width: 200px;
	}
	.h1_logo {
		margin-top: 0;
	}
	.h1_logo img {
		margin: 0 0 0 10px;
	}
	.hd_inner_r nav ul li a {
		color: #4b4b4b;
		font-size: 14px;
		padding-left: 6px;
		padding-right: 6px;
		border-left: 1px solid #999;
	}
	.hd_inner_r nav ul li a :hover{
		border-bottom: 3px solid #1e9244;
	}
	.hd_inner_r nav ul li a:link {
		color: #4b4b4b;
	}
	.hd_inner_r nav ul li a:visited {
		color: #4b4b4b;
	}
	.hd_inner_r nav ul li a:hover {
		color: #4E4E4E;
	}
	.hd_inner_r nav ul li a .h_on {
		position: absolute;
		font-size: 12px;
		float: right;
		opacity: 0;
		transition: 0.7s;
	}
}
@media screen and (min-width: 680px) {
	.sp_hd {
		display: none;
	}
	#menu_w {
		display: none;
	}
	/* PCheader nav*/
	.hd_inner_r nav {
		float: right;
		margin-top: 20px;
	}
	.hd_inner_r {
		display: block;
	}
	.toggle {
		display: none;
	}

}
/* -----------------------------spheader nav */


/* main-article---------------- */
.break {
	position: relative;
	display: block;
	width: 100%;
	top: -12px;
	left: 0;
	right: 0;
	margin: 0 auto
}
#s_main {
	position: relative;
	max-width: 1080px;
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
	box-sizing: border-box;
	padding: 2vw;
}
.article_title{
	font-size: 28px;	
	margin-bottom: 24px; 
	margin-top: 80px;
}


@media screen and (min-width: 480px) {
.break {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1080px;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#s_main {
	padding: 1%;
}
}

@media screen and (min-width: 1080px) {
	#s_main {
		padding: 0;
	}
}

/* contentsBox */
.cnt_box {
	display: block;
	color: #4b4b4b;
	width: 100%;
	margin: 10px 2% 70px;
}
.cnt_box_sp {
	display: block;
	color: #4b4b4b;
	width: 100%;
	margin: 2px 0 40px;
}
.cnt_box_pc {
	display: none;
}
.cnt_box_sp img {
	width: 100%;
	height: auto;
	margin-top: 80px;
}
@media screen and (min-width: 480px) {
	/* contentsBox */
	.cnt_box {
		display: block;
		color: #4b4b4b;
		margin: 10px 0 40px;
	}
	.cnt_box_pc {
		display: block;
		color: #4b4b4b;
		margin: 10px 0 40px;
	}
	.cnt_box_sp {
		display: none;
	}

	/* h2Area */
	.cnt_box_h2 {
		display: block;
		margin: 40px 0;
	}
}

/* contentsBox */
/* pointArea */
.cnt_point h3 {
	width: 100%;
	font-size: 1.5em;
	font-weight: bold;
	color: #4b4b4b;
	line-height: 1.5em;
	margin: 0 0 5px;
}

.cnt_point p {
	width: 100%;
	margin: 0 0 20px;
	font-size: 1.3em;
	color: #4b4b4b;
	line-height: 1.7;
}

.cnt_point p span {
	font-weight: bold;
	line-height: 2;
}


/* ------indexpoint */
.d_border_p {
	border-bottom: 3px solid #4b4b4b;
	height: 3px;
	color: #4b4b4b;
	margin-bottom: 20px;
}
.cnt_img img {
	display: inline-block;
	width: 100%;
	margin: auto;
}
/* ------indexpoint */
.point_box {
	/* display: inline-block; */
	max-width: 1080px;
	width: 100%;
	height: auto;
	margin-bottom: 40px;
	padding: 1em;
}

@media screen and (min-width: 480px) {
	/* contentsBox */
	/* pointArea */
	.cnt_point {
		max-width: 520px;
		width: 100%;
		margin: auto;
		vertical-align: middle;
	}
	.cnt_point h3 {
		max-width: 500px;
		width: 100%;
		font-size: 20px;
		font-weight: bold;
		color: #4b4b4b;
		line-height: 1.6;
		margin-bottom: 10px;
	}
	.cnt_point p {
		max-width: 500px;
		width: 100%;
		font-size: 16px;
		color: #4b4b4b;
		line-height: 1.7;
	}
	.cnt_point p span {
		font-weight: bold;
		line-height: 2;
	}
	.d_border_p {
		border-bottom: 3px solid #4b4b4b;
		max-width: 520px;
		width: 100%;
		height: 5px;
		color: #4b4b4b;
		margin-bottom: 20px;
	}
	.cnt_img {
		text-align: center;
		width: 100%;
	}
	.cnt_img img {
		max-width: 520px;
		width: 100%;
		height: auto;
		padding-top: 59px;
	}
	/*----------article----------*/
	.hd_a nav {
		margin: 10px 0;
	}
	.point_box2 {
		display: inline-block;
		width: 1060px;
		height: auto;
		padding: 10px;
		margin-bottom: 40px;
	}
}

@media screen and (min-width: 1080px) {
	.cnt_point {
		display: inline-block;
		float: left;
		max-width: 520px;
		width: 60%;
		margin: 10px 40px 0 0;
		vertical-align: middle;
	}

	.cnt_img {
		display: inline-block;
		text-align: center;
		width: 40%;
		max-width: 520px;
	}
}
/* index-------------------------- */
.c-line {
	text-align: center;
	margin-bottom: 10px;
	font-size: 1.7em;
	line-height: 1.6;
	font-weight: bold;
}

.c-line2 {
	display: block;
	text-align: center;
	margin-bottom: 10px;
	line-height: 1.6;
	font-weight: bold;
	width: 80%;
	margin: 30px 10% 20px;
}
/* ancer */
#n01, #n02, #n03 {
	display: block;
	margin-top: -70px;
	padding-top: 70px;
}

/* index-------------------------- */


/* -------------------------------------------line_box */

.line_box {
	width: 100%;
	display: block;
	margin-bottom: 80px;
}

.line-box_title_sm a {
	color: #0F67B8;
	text-decoration: underline;
	position: relative;
	display: inline-block;
	padding-left: 1.5em;
}

.line-box_title_sm a:before {
	content: '';
	width: 16px;
	height: 16px;
	background: #0F67B8;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -9px;
}

.line-box_title_sm a:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 50%;
	left: 6px;
	margin-top: -5px;
}

.line-box_title_md--blue a {
	text-decoration: underline;
	position: relative;
	display: inline-block;
	padding-left: 1.5em;
}

.line-box_title_md--blue a:before {
	content: '';
	width: 16px;
	height: 16px;
	background: #0F67B8;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -9px;
}

.line-box_title_md--blue a:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 50%;
	left: 6px;
	margin-top: -5px;
}



.line_box_inner {
	padding: 1em;
}

.line_box .line-box_title {
	padding: 0.5em;
	font-size: 2em;
	color: #fff;
	vertical-align: middle;
	background: #97caa3;
	line-height: 1.3;
	display: block;
}
.line_box .line-box_title--blue {
	padding: 0.5em;
	font-size: 2em;
	color: #fff;
	vertical-align: middle;
	background-color: #6ccce5;
	line-height: 1.3;
	display: block;
}

.line-box_title_md {
	margin-top: 10px;
	padding: 0.5em;
	font-size: 1.5em;
	color: #1e9244;
	background: #fff;
	/* border-left: solid 5px #1e9244; */
}

.line-box_title_md--blue {
	margin-top: 10px;
	padding: 0.5em;
	font-size: 1.5em;
	color: #3263b2;
	background: #fff;
	/* border-left: solid 5px #1e9244; */
}

.line-box_title_sm {
	margin-top: 32px;
	padding: 0 5px;
	font-size: 1.4em;
	color: #333;
}

.line_box .line-box_title_sm:first-of-type {
	margin-top: 24px;
}

.line_box p {
	word-wrap: break-word;
	margin-top: 10px;
	/* padding: 0 0.5em; */
	font-size: 1.3em;
	line-height: 1.5em;
	color: #333;
}

.line_box p:first-child{
	margin-top: 0px;
}

.line_box p span.u-indentation{
display: block;
padding-left:1em;
font-weight: 400;
}

.line_box p span {
	font-weight: bold;
}

.line_box ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	/* margin-top: 20px; */
}

.line_box ul li {
	width: 16%;
	margin: 10px 1.3%;
	vertical-align: top;
	display: flex;
	flex-direction: column;
}

.line_box ul li p {
	font-size: 10px;
	text-align: center;
	flex-grow: 1;
}

.line_box ul li img {
	display: block;
	max-width: 100%;
	width: 100%;
}

.line_box ul li span {
	display: block;
	margin-top: 10px;
	max-width: 100%;
	width: 100%;
	color: #333;
	font-size: 10px;
	line-height: 1.4;
}

.line_box>span {
	padding: 0 5px;
	font-size: 1em;
	display: block;
	width: 100%;
	margin-top: 10px;
	color: #333;
}

/*PcSize*/

@media screen and (min-width: 480px) {
	.line_box {
		width: 100%;
	}
	.line_box .line-box_title {
		font-size: 24px;
	}
	.line-box_title_md {
		font-size: 20px;
	}
	.line-box_title_md--blue {
		font-size: 20px;
	}
	.line-box_title_sm {
		font-size: 18px;
	}
	.line_box p {
		margin-top: 10px;
		line-height: 1.3;
	}
	.line_box p:first-child{
		margin-top: 0px;
	}
	.line_box p span {
		font-weight: bold;
	}
	.line_box ul {
		width: 100%;
	}
	.line_box ul li {
		width: 88px;
		margin: 5px;
	}
	.line_box ul li p {
		font-size: 10px;
	}
	.line_box ul li img {
		max-width: 88px;
		width: 100%;
		height: auto;
	}
	.line_box ul li span {
		max-width: 88px;
		width: 100%;
		font-size: 10px;
	}
	.line_box>span {
		font-size: 14px;
		width: 100%;
		text-align: right;
	}
}

/* -------------------------------------------line_box */


/*----------article syousai----------*/

/* .point_box2 {
	display: inline-block;
	width: 92%;
	height: auto;
	padding: 2%;
	margin: 0 2% 40px;
}
 */

/* ---------------  .cnt_point */


.cnt_box_pc {
	display: none;
}

.point-box_bl {
	margin: 12px auto;
	max-width: 230px;
	width: 100%;
}
.point-box_bl p{
	background: #EEE;
}
.point-box_flex.empty::after{
	content: "";
	display: block;
	margin: 20px auto;
	max-width: 230px;
	width: 100%;
}
.point-box_flex.empty::before{
	content: "";
	display: block;
	margin: 20px auto;
	width: 230px;
	order: 1;
}
@media screen and (min-width: 680px) {
	#n01, #n02, #n03 {
		display: block;
		margin-top: -112px;
		padding-top: 112px;
	}
.point-box_bl {
	width: calc(100%/3 - 28px);
	margin: 14px;
}
.point-box_flex.empty::after{
	content: "";
	display: block;
	width: calc(100%/3 - 28px);
}
.point-box_flex.empty::before{
	content: "";
	display: block;
	width: calc(100%/3 - 28px);
	order: 1;
}
}
@media screen and (min-width: 1025px) {
	.point-box_bl {
		margin: 14px;
		width: 230px;
	}
	.point-box_flex.empty::after{
	content: "";
	display: block;
	margin: 14px;
		width: 230px;
	}
.point-box_flex.empty::before{
	content: "";
	display: block;
	margin: 14px;
	width: 230px;
	order: 1;
}
}

.cnt_point_btn {
	max-width: 230px;
	width: 100%;
	margin: auto;
}

/* .cnt_point2 {
	display: inline-block;
	width: 100%;
	margin: 0;
	vertical-align: middle;
}

.cnt_point2 h3 {
	width: 100%;
	font-size: 2.5rem;
	font-weight: bold;
	color: #4b4b4b;
	line-height: 1.3;
	margin: 0 0 5px;
} */

.cnt_point .about_title {
	width: 100%;
	font-size: 2.5rem;
	font-weight: bold;
	color: #1e9244;
	line-height: 1.5em;
	margin: 0 0 5px;
}

/* .cnt_point2 p {
	width: 100%;
	margin: 0 0 20px;
	font-size: 1.3em;
	color: #4b4b4b;
	line-height: 1.7;
}

.cnt_point2 p span {
	font-weight: bold;
} */

.point-box_title_sm {
	margin: 30px 0 20px;
	padding: 0 5px;
	font-size: 1.4em;
	color: #1e9244;
}

.cnt_img2 {
	border-radius: 8px;
	border: 1px solid #c9c9c9;
	overflow: hidden;
	max-height: 200px;
	max-width: 230px;
	margin: auto;
}

.cnt_img2 img {
	display: inline-block;
	width: 100%;
}

.cnt_img2 p {
	padding: 1em;
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
	margin: 0;
}
/* syousaipage */
.point-box_flex {
	margin: 8.2rem auto auto auto;
}

/*PcSize*/

@media screen and (min-width: 480px) {

	.point-box_flex {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		/* justify-content: space-between; */
	}
	.cnt_point_well {
		width: 100%;
	}
	.cnt_box_pc {
		/* position: absolute; */
		/* top: 26px; */
		width: 100%;
		text-align: center;
		z-index: 1000;
		display: block;
	}
	.cnt_box_pc img {
		display: inline-block;
		width: 100%;
		max-height: 330px;
	}
	.cnt_box_sp {
		display: none;
	}
	#s_hd {
		height: 60px;
	}
	/* .cnt_point2 {
		float: right;
		max-width: 60%;
		margin: 10px 0 0 40px;
	}
	.cnt_point2 h3 {
		max-width: 740px;
		width: 100%;
		font-size: 20px;
		margin-bottom: 10px;
	} */
	.cnt_point .about_title {
		max-width: 740px;
		width: 100%;
		font-size: 20px;
		line-height: 1.3;
		margin-bottom: 10px;
	}
	/* .cnt_point2 p {
		max-width: 557px;
		width: 100%;
		font-size: 16px;
	} */
	.point-box_title_sm {
		margin: 30px 0 20px;
		font-size: 18px;
		color: #1e9244;
	}
	.cnt_img2 {
		display: inline-block;
		text-align: center;
		width: 100%;
		/* height: 302px; */
		height: 188px;
	}
	.cnt_img2 img {
		width: 100%;
		height: auto;
		max-height: 208px;
		object-fit: cover;
		object-position: center;
	}
}

@media screen and (min-width: 1080px) {
	.point_box__article{
		display: flex;
		/* flex-wrap: wrap; */
	}
	.point-box_flex {
		display: flex;
		flex-wrap: wrap;
	}
	
}

/* ---------------  .cnt_point */


/* -----------------------pop up */

label {
	display: inline-block;
}

label span {
	display: inline-block;
	line-height: 1em;
	font-weight: bold;
	color: #fff;
	border-radius: 4px;
}

label span:hover {
	cursor: pointer;
}

label .pad {
	display: block;
}

label .pad span {
	padding: 10px 10px 0 0;
	font-size: 1.5em;
}

input[type="checkbox"] {
	display: none;
}

input[type="checkbox"]:checked+.popup {
	display: block;
}

.popup {
	width: 100%;
	line-height: 100px;
	background-size: cover;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 100% 4%;
	box-sizing: border-box;
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.popup img {
	width: 100%;
}

.popup p {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	font-size: 1.4em;
}

@media screen and (min-width: 480px) {
label {
	display: inline-block;
}
label span {
	display: inline-block;
	line-height: 2em;
	font-weight: bold;
	color: #fff;
	border-radius: 4px;
}
label span:hover {
	cursor: pointer;
}
label .pad {
	display: block;
	font-size: 1.4em;
}
label .pad span {
	padding: 0 10px;
	font-size: 1.5em;
}
input[type="radio"] {
	display: none;
}
input[type="radio"]:checked+.popup {
	display: block;
}
.popup {
	width: 450px;
	background-size: cover;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 0 0;
	box-sizing: border-box;
	display: none;
	position: absolute;
	top: 70%;
	left: 153%;
	-webkit-transform: translate(-65%, -70%);
	transform: translate(-65%, -70%);
}
.popup img {
	width: 100%;
}
.popup p {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	font-size: 1.4em;
}
}
.popup_content {
	align-self: center;
	top: 0;
}

.popup_wrap input {
	display: none;
}

.popup_overlay {
	display: flex;
	justify-content: center;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 19999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	transition: opacity 0.5s, transform 0s 0.5s;
	transform: scale(0);
}

.popup_trigger {
	position: absolute;
	width: 100%;
	height: 100%;
}

.popup_content {
	position: relative;
	width: 90%;
	max-width: 800px;
	padding: 50px 30px 15px;
	box-sizing: border-box;
	background: #fff;
	line-height: 1.4em;
	transition: 0.5s;
	border-radius: 10px;
}

.close_btn {
	position: absolute;
	top: 14px;
	right: 16px;
	font-size: 30px;
	cursor: pointer;
}

.popup_wrap input:checked~.popup_overlay {
	opacity: 1;
	transform: scale(1);
	transition: opacity 0.5s;
	margin-top: 60px;
}

.open_btn {
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 30px;
	margin: 10px auto;
	padding: 8px 16px;
	color: #fff;
	background: #0c0d62;
	font-weight: bold;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
	border-radius: 3px;
	cursor: pointer;
	transition: .3s ease;
}

.open_btn:hover {
	background: #000;
	color: #fff;
	transition: .3s ease;
}

/*�|�b�v�A�b�v�R�R�܂�*/

.popcheck {
	font-size: 1.3em;
	line-height: 1.9em;
}
/* -----------------------pop up */


/*PcSize*/


.line_box__border{
	padding: 2em;
	border: 1px solid #97caa3;
    border-radius: 8px;
    /* background: #97caa3; */
    margin-top: 1.5em;
}

a:hover{
	opacity: 0.6;
}

.point-box_bl a p{
	/* color: #1d9244; */
	font-weight: bold;
}

/* ------table */

.tbase {
	font-size: 1.3em;
	width: 96%;
	text-align: center;
	position: relative;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	border-spacing: 0;
}

.tbase th {
	border-bottom: solid 2px #fb5144;
	padding: 10px;
}

.tbase td {
	border-bottom: solid 2px #ddd;
	text-align: center;
	padding: 10px;
}

@media screen and (min-width: 480px) {
	.tbase {
		font-size: 1.3em;
		width: 100%;
		border-spacing: 0;
	}
	.tbase th {
		border-bottom: solid 2px #fb5144;
		padding: 10px 0;
	}
	.tbase td {
		border-bottom: solid 2px #ddd;
		text-align: center;
		padding: 10px 0;
	}
}

/* breadcrumb */
.breadcrumb{
	word-break: break-all;
	font-size: 12px;
	/* margin-bottom: 40px; */
	padding: 2vw;
}
.breadcrumb li{
	display: inline;

}
.breadcrumb__list{
	position: relative;
	padding-left: 32px;
}
.breadcrumb__list::before {
		content: ">";
		position: absolute;
		left: 12px;
		top: 0.2em;
		bottom: 0;
		margin: auto;
		font-size: 12px;
		line-height: 15px;
}


/* ー－－－－－－－－－－－－未使用 */

:root { --g-header: 73px; --sub-header: 0px; }

.fixed_hd {
  position: fixed;
  top: 73px; /* ← ここを固定値 58px から CSS 変数に */
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  transform: translateY(0);
  transition: transform .28s ease, top .2s ease;
  will-change: transform, top;
  background: rgba(255,255,255,.9);
}

/* 下スクロール時に一番上へ貼り付ける */
.fixed_hd.is-pinned {
  top: 12px;
}

/* （不要なら削除）このクラスはもう使いませんが他所で参照があれば残してOK */
.fixed_hd.is-hidden{
  transform: translateY(-100%);
  top: 0;
}

/* ページ内リンクのアンカーずれ防止 */
#n01, #n02, #n03{
  margin-top: 0; padding-top: 0;
  scroll-margin-top: calc(var(--g-header) + var(--sub-header) + 8px);
}

/* SPメニューが最前面になるように（任意） */
#menu_w{ z-index: 10000; }

/* グローバルヘッダーの消し方（アニメで上へ隠す） */
#kkyheadArea {
  transition: transform .28s ease, opacity .2s ease;
  will-change: transform;
}
#kkyheadArea.is-hidden {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}
