@charset "utf-8";
html {
	font-size: 62.5%;
}
body {
	font-size: clamp(1.4rem, 1.172vw, 1.8rem);
	line-height: 1.75;
	color: #000;
	background: #fff;
}

/* sidenav */
.sidenav {
	position: relative;
	z-index: 100;
}
.sidenav_def {
	position: fixed;
	top: 30%;
	right: -3px;
	width: 4.25em;
	padding: 1.5em 1.75em 1.5em 1.5em;
	font-size: clamp(1.8rem, 1.6104vw, 2.6rem);
	font-weight: bold;
	line-height: 1.1;
	text-align: center;
	background: linear-gradient(135deg, #00a6e9 0%, #0071bc 60%);
	border: 3px solid #fff;
	border-radius: 20px 0 0 20px;
	color: #fff;
	box-shadow: 3px 6px 10px rgba(162,173,200,.5);
	transition: .5s;
	cursor: pointer;
}
.sidenav_def:hover {
	background: linear-gradient(135deg, #0071bc 0%, #00558d 60%);
}
.sidenav_def.hide {
	right: -6em;
}
.sidenav_menu {
	position: fixed;
	top: 30%;
	right: 0;
	background: linear-gradient(135deg, #00a6e9 0%, #0071bc 60%);
	border: 3px solid #fff;
	border-right: none;
	border-radius: 20px 0 0 20px;
	color: #fff;
	padding: 4em 2em 2.5em;
	text-align: center;
	box-shadow: 3px 6px 10px rgba(162,173,200,.5);
	transition: .5s;
	transform: translateX(110%);
}
.sidenav_menu.open {
	transform: translateX(0);
}
.sidenav_close {
	position: absolute;
	top: .75em;
	left: 1em;
	width: 1.5em;
	height: 1.5em;
	transition: .5s;
	cursor: pointer;
}
.sidenav_close:hover {
	opacity: .7;
}
.sidenav_btn > li + li {
	margin-top: 1em;
}
.sidenav_btn .btn_link {
	display: block;
	font-size: clamp(1.5rem, 1.3177vw, 2.0rem);
	padding: .75em 3em .75em 2em;
	border-color: #fff;
	border-radius: 999px;
	box-shadow: 3px 6px 5px #00558d;
}
.sidenav_btn .btn_link::before {
	content: none;
}
.sidenav_btn .btn_link::after {
	width: .65em;
	height: .65em;
	background-image: url("../images/arrow_b.svg");
	right: 1.5em;
}
.sidenav_btn .btn_link:hover {
	background: #0071bc;
	color: #fff;
}
.sidenav_btn .btn_link:hover::after {
	background-image: url("../images/arrow_w.svg");
}

/* header */
#header .container {
	width: calc(100% - 140px);
	max-width: 1200px;
}
.search_area form button img {
	width: 1.5em;
	height: 1.5em;
}
#header header .search_area input::placeholder {
	color: #666;
}
#grobal_nav .main_nav {
	width: calc(100% - 140px);
	max-width: 1200px;
	font-weight: normal;
}
#grobal_nav .main_nav_linkwrapper > a figure {
	width: 20%;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
}
#grobal_nav .main_nav_linkwrapper > a:hover figure img {
	display: block;
	position: static;
}
#gnavicon01 .st0,
#gnavicon02 .st0,
#gnavicon03 .st0,
#gnavicon04 .st0,
#gnavicon05 .st0,
#gnavicon06 .st0,
#gnavicon07 .st0,
#gnavicon08 .st0 {
	fill: none;
	stroke: #0296D8;
	stroke-width: 7;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
}
#grobal_nav .main_nav_linkwrapper:hover #gnavicon01 .st0,
#grobal_nav .main_nav_linkwrapper:hover #gnavicon02 .st0,
#grobal_nav .main_nav_linkwrapper:hover #gnavicon03 .st0,
#grobal_nav .main_nav_linkwrapper:hover #gnavicon04 .st0,
#grobal_nav .main_nav_linkwrapper:hover #gnavicon05 .st0,
#grobal_nav .main_nav_linkwrapper:hover #gnavicon06 .st0,
#grobal_nav .main_nav_linkwrapper:hover #gnavicon07 .st0,
#grobal_nav .main_nav_linkwrapper:hover #gnavicon08 .st0 {
	stroke: #fff;
}
#gnavicon08 .st1 {
	fill: #0296D8;
}
#grobal_nav .main_nav_linkwrapper:hover #gnavicon02 .st1,
#grobal_nav .main_nav_linkwrapper:hover #gnavicon08 .st1 {
	fill: #fff;
}
#grobal_nav .main_nav_linkwrapper > a .arrow::before {
	border: none;
	width: .7em;
	height: .7em;
	background: url("../images/arrow_bl.svg") no-repeat 0 0 / cover;
	transform: rotate(90deg);
}
#grobal_nav .main_nav_linkwrapper > a ._small {
	font-size: .875em;
}
#grobal_nav .main_nav_linkwrapper:hover > a .arrow::before,
#grobal_nav .main_nav_linkwrapper.is-active > a .arrow::before {
	border: none;
	background-image: url("../images/arrow_w.svg");
}
#grobal_nav .main_nav_linkwrapper:hover > a,
#grobal_nav .main_nav_linkwrapper.is-active > a,
#grobal_nav .main_nav_linkwrapper .gnavi_cate_sub {
	background: #0296d8;
}
#grobal_nav .main_nav_linkwrapper .gnavi_cate_top {
	font-size: clamp(1.8rem, 1.465vw, 2.2rem);
	font-weight: normal;
}
#grobal_nav .main_nav_linkwrapper .gnavi_cate_top a {
	padding-right: 1.3em;
}
#grobal_nav .main_nav_linkwrapper .gnavi_cate_top a::after {
	background: url("../images/arrow_w.svg") no-repeat 0 0 / cover;
	width: .7em;
	height: .7em;
	right: 0;
}
#grobal_nav .main_nav_linkwrapper .gnavi_cate_sub .inner a {
	font-weight: bold;
}
#grobal_nav .main_nav_linkwrapper .gnavi_cate_sub .inner_cont li a {
	font-size: clamp(1.4rem, 1.172vw, 1.6rem);
	font-weight: normal;
	padding: 0 0 0 1.3em;
}
#grobal_nav .main_nav_linkwrapper .gnavi_cate_sub .inner_cont li a::before {
	background: url("../images/arrow_w.svg") no-repeat 0 0 / cover;
	width: .7em;
	height: .7em;
	top: .55em;
	left: 0;
}
#grobal_nav .main_nav_linkwrapper .gnavi_cate_sub .inner_cont li a.blank::after {
	top: 6px;
	right: -24px;
}
#grobal_nav .main_nav_linkwrapper .gnavi_cate_sub .inner_cont li:not(:nth-child(-n+3)) {
	margin-top: 15px;
}
.side-nav_area .side-nav li a {
	font-weight: bold;
	padding-top: 30px;
}
.side-nav_area .side-nav li a ._icon {
	display: inline-block;
	width: 1.1em;
	height: 1.1em;
	background: url("../images/icon_blank_w.svg?date=20241203") no-repeat center center / 100% auto;
	margin-top: .1em;
}
.breadcrumb {
	padding: 1.5em 0;
}
.breadcrumb ul {
	display: block;
	width: calc(100% - 140px);
	max-width: 1200px;
	margin: 0 auto;
}
.breadcrumb ul li {
	display: inline-block;
	font-size: inherit;
	padding-right: .5em;
}
.breadcrumb ul li::after {
	content: none;
}
.breadcrumb ul li + li,
.breadcrumb ul li._back {
	position: relative;
	padding-left: 1.4em;
}
.breadcrumb ul li + li::before {
	content: "";
	position: absolute;
	top: .55em;
	left: 0;
	width: .7em;
	height: .7em;
	background: url("../images/arrow_g.svg") no-repeat 0 0 / cover;
}
.breadcrumb ul li a {
	color: #000;
	text-decoration: underline;
}
.breadcrumb ul li a:hover {
	text-decoration: none;
	opacity: 1;
}
.breadcrumb ul li span {
	color: #000;
}
.breadcrumb ul li > * {
	padding-right: 0;
}
.breadcrumb ul li._back::before {
	content: "";
	position: absolute;
	top: .55em;
	left: 0;
	width: .7em;
	height: .7em;
	background: url("../images/arrow_g.svg") no-repeat 0 0 / cover;
	transform: rotate(-180deg);
}

/* contents_area */
.contents_area {
	display: block;
	background: #fff;
	color: #000;
}
.contents_area .txt_center {text-align: center;}
.contents_area article {
	padding: 2em 0 10em;
}
.contents_area article._pb0 {
	padding-bottom: 0;
}
.contents_area article .container {
	width: calc(100% - 180px);
	max-width: 1120px;
}
.contents_area article .container > * + * {
	margin-top: 5em;
}
.contents_area section > * + * {
	margin-top: 5em;
}
.contents_area article .container > section + section {
	margin-top: 7em;
}
.contents_area img {
	max-width: 100%;
}
.contents_area a:not([class]) {
	color: #0054ac;
	text-decoration: underline;
}
.contents_area a:not([class]):hover {
	color: #0071bc;
}
.contents_area a.blank {
	color: #0054ac;
	text-decoration: underline;
}
.contents_area a.blank::after {
	content: "";
	display: inline-block;
	width: 1.1em;
	height: 1.1em;
	background: url("../images/icon_blank_b.svg?date=20241203") no-repeat center center / 100% auto;
	margin: 0 .25em;
	vertical-align: -.1em;
}
.contents_area a.blank:hover {
	color: #0071bc;
}
.contents_area .red {
	color: #f00;
}
.contents_area ._blank::after {
	content: "";
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	background: url("../images/icon_blank.svg?date=20241203") no-repeat 0 0 / cover;
	vertical-align: -.1em;
	margin-left: .4em;
}
.contents_area .list > li {
	position: relative;
	padding-left: 1.3em;
}
.contents_area .list.custom_0 > li {
	padding-left: 0;
}
.contents_area .list.custom_2 > li {
	padding-left: 2.3em;
}
.contents_area .list.custom_3 > li {
	padding-left: 3.3em;
}
.contents_area .list > li + li {
	margin-top: .2em;
}
.contents_area .list._m05 > li + li {
	margin-top: .5em;
}
.contents_area .list > li::before,
.contents_area .list > li > .num {
	position: absolute;
	top: 0;
	left: 0;
}
.contents_area .list.smldot > li::before {
	content: "・";
}
.contents_area .list.kome > li::before {
	content: "※";
}
.contents_area .list.circle > li::before {
	content: "○";
}
.contents_area .list.square > li::before {
	content: "■";
}
.contents_area .list.dot > li::before {
	content: "●";
	color: #0071bc;
}
.contents_area .list.bar > li::before {
	content: "";
	width: .5em;
	height: 2px;
	background: #666;
	top: 50%;
	left: .15em;
}
.contents_area .list.inline,
.contents_area .list.inline > li {
	display: inline-block;
	text-align: left;
}
.contents_area .bg_blue {background: #f2fbfe;}
.contents_area .bg_gray {background: #eee;}
.contents_area .fs_small {font-size: 85%;}
.contents_area .fs_large {font-size: 115%;}
.contents_area .em {font-weight: bold;}
.contents_area ._mt0 {margin-top: 0 !important;}
.contents_area ._mt005 {margin-top: .5em !important;}
.contents_area ._mt01 {margin-top: 1em !important;}
.contents_area ._mt02 {margin-top: 2em !important;}
.contents_area ._mt03 {margin-top: 3em !important;}
.contents_area ._mt04 {margin-top: 4em !important;}
.contents_area ._mt05 {margin-top: 5em !important;}
.contents_area ._mt06 {margin-top: 6em !important;}
.contents_area ._mt07 {margin-top: 7em !important;}
.contents_area ._pl01 {padding-left: 1em !important;}
.contents_area .underline {
	text-decoration: underline;
}
.contents_area ._marker {
	background: linear-gradient(transparent 75%, #f9f900 75%);
}
.contents_area .flex {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.contents_area .flex._wrap {
	flex-wrap: wrap;
}
.contents_area .sec_block {
	padding: 6em 0;
}
.contents_area .sec_block._pt0 {
	padding-top: 0;
}
.contents_tit {
	font-size: clamp(2.2rem, 2.928vw, 4.4rem);
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
.contents_tit::after {
	content: "●●●●●";
	font-size: .3em;
	letter-spacing: 1em;
	color: #00a6e9;
	display: block;
	margin: 2em auto 0;
}
.contents_tit > .fs_small {
	display: inline-block;
	vertical-align: .2em;
	font-size: 70%;
	font-weight: normal;
}
.contents_ptit {
	font-size: clamp(2.2rem, 2.7818vw, 4.0rem);
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: .1em;
	text-align: center;
	padding: .5em 1em;
	margin-bottom: 1em;
	background: #0071bc;
	color: #fff;
}
.contents_ptit._smart {
	background: linear-gradient(130deg, #7ECEF4 0%, #00A7EA 40%);
}
.contents_ptit._simple {
	background: linear-gradient(130deg, #C1DB81 0%, #22AC38 40%);
}
.contents_ptit._night {
	background: linear-gradient(130deg, #DE82B2 0%, #B73F91 40%);
}
.contents_ptit._denka {
	background: linear-gradient(130deg, #F8B862 0%, #EE7800 40%);
}
.contents_ptit._ohisama {
	background: linear-gradient(130deg, #FDD300 0%, #E8AA00 40%);
}
.contents_ptit ._plan {
	display: inline-block;
	font-size: clamp(1.6rem, 1.7568vw, 3.0rem);
	letter-spacing: 0;
	vertical-align: .2em;
	margin-right: .75em;
}
.contents_ptit ._icon {
	display: inline-block;
	background: #fffde5;
	color: #0071bc;
	font-size: clamp(1.4rem, 1.172vw, 1.8rem);
	letter-spacing: 0;
	line-height: 1.2;
	text-align: center;
	padding: .5em 1em .6em;
	vertical-align: .5em;
	transition: .5s;
}
.contents_ptit ._icon._border {
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
}
.contents_ptit ._icon a {
	color: #0071bc;
	text-decoration: none;
}
.contents_ptit._yokoku {
	letter-spacing: 0;
}
.contents_ptit._yokoku .fs_small {
	display: inline-block;
	font-size: clamp(1.5rem, 1.3176vw, 2.4rem);
	font-weight: normal;
}
.contents_lead {
	font-size: clamp(1.5rem, 1.3176vw, 2.4rem);
}
.contents_area article .container > .contents_tit + .contents_lead {
	margin-top: 3em;
	text-align: center;
}
.contents_stit {
	font-size: clamp(1.9rem, 2.0496vw, 3.0rem);
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: .1em;
	text-align: center;
	padding: .5em 1em;
	margin-bottom: 1em;
	background: #0071bc;
	color: #fff;
}
.contents_area section > .contents_stit + * {
	margin-top: 3em;
}
* + .contents_btit {
	margin-top: 2em;
}
.contents_btit {
	font-size: clamp(1.6rem, 1.6104vw, 2.6rem);
	font-weight: bold;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	margin-bottom: 1em;
}
.contents_btit::before,
.contents_btit::after {
	content: "";
	height: 3px;
	flex-grow: 1;
	background: #000;
	background: repeating-linear-gradient(90deg, #80b8dd, #80b8dd 3px, transparent 3px, transparent 6px);
}
.contents_btit::before {
	margin-right: .5em;
}
.contents_btit::after {
	margin-left: .5em;
}
.contents_ctit {
	font-size: clamp(1.9rem, 2.0496vw, 3.0rem);
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	padding: .5em 1em;
	margin-bottom: 1em;
}
.contents_ctit ._icon {
	display: block;
	width: 3.5em;
	margin: 0 auto .25em;
}
.contents_dtit {
	font-size: clamp(1.9rem, 1.7568vw, 2.8rem);
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	padding: .75em 1em;
	background: #0071bc;
	border-radius: 15px;
	color: #fff;
	margin-bottom: 1em;
}
.contents_etit {
	font-size: clamp(2.2rem, 2.928vw, 4.4rem);
	font-weight: bold;
	line-height: 1.4;
	border-bottom: 4px solid #0071bc;
	color: #0071bc;
  padding-bottom: .25em;
	margin-bottom: 1em;
}
.contents_body {
	padding: 0 1em;
}
.contents_area section > * + .contents_body {
	margin-top: 0;
}
.important_box {
	background: #fff;
	border: 3px solid #c1272d;
	border-radius: 20px;
	box-shadow: 3px 6px 10px rgba(162,173,200,.5);
	overflow: hidden;
}
.important_box._bblue {
	border-color: #0071bc;
}
.important_box ._tit {
	background: #c1272d;
	color: #fff;
	font-size: clamp(1.6rem, 1.7568vw, 3.0rem);
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: .01em;
	text-align: center;
	padding: .5em 1em .6em;
}
.important_box ._body {
	padding: 1.5em 2em 2em;
}
.important_link {
	text-align: center;
	margin-top: 3em;
}
.important_link .btn_link {
	display: block;
	border: none;
	background: #bae3ff;
	padding: 1em 4em 1em 2em;
}
.important_link .btn_link::before {
	background: #fff;
}
.important_link .btn_link::after {
	width: .6em;
	height: .6em;
	background-image: url("../images/arrow_lb.svg");
}
.important_link .btn_link ._tit {
	font-size: clamp(1.8rem, 1.7568vw, 3.0rem);
}
.important_link .btn_link ._copy {
	font-size: clamp(1.4rem, 1.172vw, 1.7rem);
	font-weight: normal;
	margin-top: .5em;
}
.important_copy {
	font-size: 140%;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	color: #c1272d;
}
.contents_area article .container > .contents_tit + .important_copy {
	margin-top: 3em;
}
.btn_link {
	display: inline-block;
	font-size: clamp(1.6rem, 1.6104vw, 2.6rem);
	font-weight: bold;
	line-height: 1.45;
	text-align: center;
	background: #fff;
	color: #000;
	border: 3px solid #0071bc;
	border-radius: 20px;
	padding: 1em 5em 1em 3em;
	/*box-shadow: 3px 6px 0 rgba(162,173,200,.5);*/
	box-shadow: 3px 6px 0 rgba(162,173,200,.5);
	transition: .5s;
	position: relative;
}
.btn_link::before,
.btn_link::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.btn_link::before {
	width: 1.75em;
	height: 1.75em;
	line-height: 1;
	background: #0071bc;
	border-radius: 50%;
	right: 1em;
}
.btn_link::after {
	width: .5em;
	height: .5em;
	background: url("../images/arrow_w.svg") no-repeat 0 0 / cover;
	right: 1.6em;
}
a ._icon {
	display: inline-block;
	width: 1.1em;
	height: auto;
	vertical-align: middle;
}
.btn_link ._icon {
	vertical-align: -.15em;
}
.btn_link:hover {
	background: #f2fbfe;
}
.btn_link._illbtn {
	padding-left: 5em;
	padding-right: 4em;
	min-width: 49%;
}
.btn_link._illbtn ._ill {
	width: 3.3em;
	height: auto;
	position: absolute;
	top: 50%;
	left: 1em;
	transform: translateY(-50%);
}
.btn_link._sml {
	font-size: clamp(1.4rem, 1.172vw, 1.8rem);
	border-width: 1px;
	border-radius: 999px;
	box-shadow: 2px 5px 0 rgba(162,173,200,.5);
	padding: 1em 4em 1em 3em;
}
.btn_block .btn_link._sml {
	min-width: inherit;
	padding: 1em 4em 1em 3em;
}
.fbtn_block .btn_link._back {
	padding-left: 3em;
	padding-right: 1em;
}
.fbtn_block .btn_link._long {
	padding: 1em 5em 1em 3em;
}
.btn_bnr {
	display: block;
	border: 1px solid #ccc;
	transition: .5s;
}
.btn_bnr:hover {
	opacity: .7;
}
.btn_link._back::before {
	right: auto;
	left: 1em;
}
.btn_link._back::after {
	right: auto;
	left: 1.55em;
	transform: translateY(-50%) rotate(180deg);
}
.btn_link._orange {
	border-color: #fff;
	background: #f19500;
}
.btn_link._orange::before {
	width: 1.5em;
	height: 1.5em;
	background: #333;
	border: 3px solid #fff;
}
.btn_link._orange:hover {
	background: #f9d599;
}
.btn_link._orange._ohisama {
	background: #e8aa00;
}
.btn_link._gray {
	border-color: #999;
}
.btn_link._gray::before {
	background: #666;
}
.btn_link._gray:hover {
	background: #eee;
}
.category_list ._link {
	background: #fff;
	border: 1px solid rgba(162,173,200,.5);
	border-radius: 20px;
	box-shadow: 3px 6px 0 rgba(162,173,200,.5);
	width: 30%;
	padding-bottom: 3em;
	text-align: center;
	position: relative;
	transition: .5s;
	overflow: hidden;
}
.category_list ._link::before,
.category_list ._link::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	transition: .5s;
}
.category_list ._link::before {
	width: 5em;
	height: 2.5em;
	border-radius: 999px 999px 0 0;
	bottom: 0;
	background: #0071bc;
}
.category_list ._link::after {
	width: .8em;
	height: .8em;
	background: url("../images/arrow_w.svg") no-repeat 0 0 / cover;
	bottom: .5em;
}
.category_list ._link figure {
	background: #fde8dc;
	padding: 1em;
	transition: .5s;
}
.category_list ._link figure img {
	width: 60%;
	mix-blend-mode: multiply;
}
.category_list ._link figcaption {
	font-size: clamp(1.7rem, 1.7568vw, 2.6rem);
	font-weight: bold;
	line-height: 1.4;
	margin-top: .5em;
	height: 2.6em;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
}
.category_list ._link figcaption .fs_small {
	font-size: 70%;
	
}
.category_list ._link:hover figure {
	background: #fad0ba;
}
.contents_area article .container > * + .fbtn_block {
	margin-top: 4em;
}
.contents_area section > * + .fbtn_block {
	margin-top: 3em;
}
.fbtn_block {
	text-align: center;
}
.fbtn_block > * + * {
	margin-top: 2.5em;
}
.fbtn_block .btn_link {
	min-width: 49%;
	padding-left: 1em;
	padding-right: 3em;
}
.fbtn_block .btn_link._illbtn {
	display: block;
	padding: 1em 4em 1em 5em;
}
.fbtn_block > .flex > .btn_link:nth-child(n+3) {
	margin-top: 1.25em;
}
.btn_block {
	text-align: center;
}
.btn_block .btn_link {
	min-width: 49%;
	padding-left: 1em;
	padding-right: 3em;
}
.btn_catch {
	font-size: 1.125em;
	font-weight: bold;
	margin-bottom: .75em;
}
.btn_catch::before,
.btn_catch::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 1.75em;
	background: #000;
}
.btn_catch::before {
	transform: rotate(-25deg);
	margin-right: .75em;
}
.btn_catch::after {
	transform: rotate(25deg);
	margin-left: .75em;
}
.contents_area article .container > .contents_tit + .btn_block {
	margin-top: 3em;
}
.contents_area article .container > .btn_block + * {
	margin-top: 3em;
}

.btn_single,
.btn_multiple {
	background: #80caeb;
	border-radius: .5em;
	font-size: clamp(1.6rem, 1.6104vw, 2.6rem);
	font-weight: bold;
	line-height: 1.3;
	display: inline-block;
	text-align: center;
	padding: 1em 2.5em 1em 1.5em;
	position: relative;
	transition: .5s;
}
.btn_single:hover,
.btn_multiple:hover {
	background: #e4e964;
}
.btn_single:hover::before,
.btn_multiple:hover::before {
	background: #fff;
}
.btn_single::before,
.btn_single::after,
.btn_multiple::before,
.btn_multiple::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: .5s;
}
.btn_single::before,
.btn_multiple::before {
	width: 1.9em;
	height: 1.9em;
	border-radius: 50%;
	right: .5em;
}
.btn_single::after,
.btn_multiple::after {
	width: .55em;
	height: .55em;
	background: url("../images/arrow_lb.svg") no-repeat 0 0 / cover;
	right: 1.15em;
}
.btn_multiple {
	border-radius: .75em;
	padding: .75em 2.5em .75em 1.5em;
}
.btn_multiple.flex {
	display: inline-flex;
	align-items: center;
}
.btn_multiple.flex ._btn_icon {
	width: 18%;
}
.btn_multiple.flex ._btn_text {
	width: 82%;
	padding-right: 1.5em;
}
.contents_btit + .menu_list {
	margin-top: 2.5em;
}
.menu_list {
	display: grid;
	grid-template-columns: repeat(auto-fit, 23.2%);
	gap: 2.5em 2.4%;
	justify-content: center;
	position: relative;
}
.menu_list._clm3 {
	max-width: 865px;
	margin: 0 auto;
	grid-template-columns: repeat(auto-fit, 30%);
	gap: 2.5em 3.2%;
}
.menu_list > .list:last-child {
  align-self: flex-end;
}
.menu_list._household {
  grid-template-columns: 25% 25% 25%;
  gap: 3.5em 2.4%;
}
.menu_list._household ._tit {
  height: 4em;
}
.menu_list._biz {
  grid-template-columns: 25% 25% 25%;
  gap: 3.5em 2.4%;
}
.menu_list._biz ._tit {
  height: 4em;
}
.menu_list._biz02 > .list {
	grid-column-start: 1;
	grid-column-end: 3;
}
.menu_list ._link {
  background: #fff;
	border: 1px solid rgba(162,173,200,.5);
	border-radius: 20px;
	box-shadow: 3px 6px 0 rgba(162,173,200,.5);
	padding: 1em 1em 5em;
	color: #000;
	position: relative;
	transition: .5s;
}
.menu_list ._link::before,
.menu_list ._link::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	transition: .5s;
}
.menu_list ._link::before {
	width: 5em;
	height: 2.5em;
	border-radius: 999px 999px 0 0;
	bottom: 0;
	background: #0071bc;
}
.menu_list ._link::after {
	width: .8em;
	height: .8em;
	background: url("../images/arrow_w.svg") no-repeat 0 0 / cover;
	bottom: .5em;
}
.menu_list._lnav ._link::after {
	transform: translateX(-50%) rotate(90deg);
}
.menu_list ._tit {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	font-size: clamp(1.9rem, 1.7568vw, 2.6rem);
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	height: 5em;
}
.menu_list ._tit .fs_small {
	font-size: 75%;
}
.menu_list ._tit .fs_xsmall {
	font-size: 60%;
}
.menu_list ._tit._yokoku {
	line-height: 1.1;
}
.menu_list ._tit._yokoku .fs_small {
	font-size: 60%;
	font-weight: normal;
	display: block;
	margin-top: .4em;
}
.menu_list ._plan {
	text-align: center;
	padding-top: .5em;
}
.menu_list ._plan + ._tit {
	height: 3.5em;
	justify-content: flex-start;
}
.menu_list ._body {
	padding-top: 1.25em;
	border-top: 1px dotted #000;
}
.menu_list ._icon {
	position: absolute;
	top: -1.5em;
	right: -.5em;
	line-height: 1;
	text-align: center;
	width: 3em;
	height: 3em;
	padding: .7em;
	background: #f9f900;
	border: 1px solid rgba(162,173,200,.5);
	border-radius: 50%;
	box-shadow: 1px 2px 0 rgba(162,173,200,.5);
}
.point_icon {
	display: inline-block;
	width: 1.8em;
	height: 1.8em;
	line-height: 0;
	text-align: center;
	padding: .4em;
	background: #f9f900;
	border: 1px solid rgba(162,173,200,.5);
	border-radius: 50%;
	box-shadow: 1px 2px 0 rgba(162,173,200,.5);
	vertical-align: .2em;
}
.menu_list ._link:hover {
	background: #fde8dc;
}
.b_box {
	border: 1px solid #999;
	border-radius: 20px;
	padding: 1.5em 2em;
	margin: 2em 0;
}
.b_box._important {
	border: 4px double #f00;
	background: #fff;
}
.b_box._important .b_box_stit {
	font-size: clamp(1.6rem, 1.464vw, 2.4rem);
	text-align: center;
}
.b_box._b_red {
	border-color: #c1272d;
}
.b_box._b_blue {
	border-color: #0071bc;
}
.b_box_tit {
	font-size: clamp(1.8rem, 1.904vw, 2.8rem);
	font-weight: bold;
	text-align: center;
	border-radius: 1em 1em 0 0;
	padding: .2em 1em;
}
.b_box_stit {
	color: #0071bc;
	font-size: clamp(1.5rem, 1.3176vw, 2.4rem);
	font-weight: bold;
	margin-bottom: .25em;
}
.b_box_stit._bk {
	color: #000;
}
.b_box_body {
	background: #fff;
	border: 3px solid;
	border-radius: 0 0 1.5em 1.5em;
	padding: 2.5em;
}
.b_box .menu_list {
	justify-content: center;
}
.b_box .menu_list .menu_closed {
	margin-left: 5em;
}
.b_box .menu_list .menu_closed .contents_btit {
	font-size: clamp(1.4rem, 1.3176vw, 2.2rem);
}
.b_box .menu_list .menu_closed .contents_btit::before,
.b_box .menu_list .menu_closed .contents_btit::after {
	content: none;
}
.b_box .menu_list .menu_closed .menu_list ._link {
	width: 76%;
}
.lnav > .flex {
	justify-content: flex-start;
}
.lnav > .flex > li {
	width: 23.2%;
	border: 1px solid rgba(162,173,200,.5);
	border-radius: 20px;
	background: #fff;
	box-shadow: 3px 6px 0 rgba(162,173,200,.5);
	position: relative;
	transition:.5s;
	margin-left: 2.4%;
}
.lnav._agri > .flex > li {
	width: 48.5%;
}
.lnav > .flex > li a {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	height: 100%;
	font-size: clamp(1.8rem, 1.6104vw, 2.6rem);
	font-weight: bold;
	line-height: 1.4;
	text-decoration: none;
	text-align: center;
	padding: 1.5em 1em 3em;
	color: #000;
}
.lnav > .flex > li:nth-child(4n+1) {
	margin-left: 0;
}
.lnav > .flex > li:nth-child(n+5) {
	margin-top: 1.5em;
}
.lnav > .flex > li::before,
.lnav > .flex > li::after {
	content: "";
	position: absolute;
	left: 50%;
	transition: .5s;
}
.lnav > .flex > li::before {
	width: 5em;
	height: 2.5em;
	border-radius: 999px 999px 0 0;
	bottom: 0;
	transform: translateX(-50%);
	background: #0071bc;
}
.lnav > .flex > li::after {
	width: .8em;
	height: .8em;
	background: url("../images/arrow_w.svg") no-repeat 0 0 / cover;
	bottom: .5em;
	transform: translateX(-50%) rotate(90deg);
}
.lnav > .flex > li:hover {
	background: #dbf5ff;
}
.lnav > .flex > li:hover a {
	color: #000;
}
.anno_box_tit {
	font-size: clamp(1.5rem, 1.3176vw, 2.4rem);
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: .5em;
}
.contents_area section > .contents_stit + .anno_body {
	margin-top: 0;
}
.info_box {
	background: #f3d4d5;
	border-radius: 20px;
	box-shadow: 3px 6px 10px rgba(162,173,200,.5);
	padding: 1.5em 2em;
}
.info_box_tit {
	font-size: clamp(1.5rem, 1.3176vw, 2.4rem);
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 1em;
}
.info_box._red {
	color: #bb0000;
}
.info_box._red .info_box_tit .underline {
	padding-bottom: .2em;
	border-bottom-width: 2px;
	border-bottom-color: #bb0000;
}
.price_block {
	background: #fff;
	border-radius: 20px;
	padding: 2em;
}
.price_block._yellow {
	background: #fffde5;
	border-radius: 20px;
}
.price_block ._heading {
	align-items: stretch;
}
.price_block ._body + ._heading  {
	margin-top: 3em;
}
.price_block ._body .price_table {
	padding-top: 0;
}
.price_block ._body .price_table:first-child table:first-child {
	margin-top: 0;
}
.price_block ._heading ._tit {
	color: #0071bc;
	font-size: 112.5%;
	font-weight: bold;
	width: 12em;
	text-align: center;
	border: 2px solid #0071bc;
	padding: .5em 1em;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
}
.price_block ._heading ._tit + * {
	width: calc(100% - 15em);
	align-self: center;
}
.price_block ._heading ._tit._w18 {
	width: 18em;
}
.price_block ._heading ._tit._w18 + * {
	width: calc(100% - 22em);
}
.price_block ._body {
	margin-top: 2em;
}
.price_table {
	overflow-x: auto;
	padding: 1em 0;
}
.price_table table {
	min-width: 100%;
	margin: 1em 0;
}
.price_table table._m0 {
	margin: 0;
}
.price_table table caption {
	font-size: 112.5%;
	font-weight: bold;
	text-align: left;
	margin-bottom: .5em;
}
.price_table table caption::before {
	content: "〈";
}
.price_table table caption::after {
	content: "〉";
}
.price_table table caption._attention {
	text-align: right;
}
.price_table table caption::before {
	content: "〔";
	font-weight: normal;
}
.price_table table caption::after {
	content: "〕";
	font-weight: normal;
}
.price_table table tr._wline {
	border-top: 4px double #999;
}
.price_table table tr > * {
	border: 1px solid #999;
	font-weight: bold;
	padding: .5em 1em;
	text-align: center;
	vertical-align: middle;
	line-height: 1.3;
}
.price_table table thead tr > * {
	padding: .25em;
	background: #0071bc;
	color: #fff;
}
.price_table table tbody tr > th {
	background: #cdf0fd;
}
.price_table table tbody tr > th._lane {
	background: #def5fe;
}
.price_table table tbody tr > th._qua {
	background: #eefafe;
	font-size: 125%;
}
.price_table table tbody tr > td {
	font-size: 125%;
	white-space: nowrap;
	background: #fff;
}
.price_table table tbody tr > td._wrap {
	white-space: normal;
}
.price_table table tbody tr > td._left {
	text-align: left;
}
.price_table table tbody tr > td._small {
	font-size: 100%;
}
.price_table table tbody tr > td ._pri {
	display: inline-block;
	width: 5em;
	text-align: right;
}
.price_table._pricewide table tbody tr > td ._pri {
	width: 7em;
}
.price_table._home table caption {
	font-size: 100%;
}
.price_table._home table tr > * {
	padding: .5em 1em;
	font-size: 100%;
	font-weight: normal;
}
.price_table._home table tr > * {
	text-align: left;
}
.price_table._home table tbody tr > th {
	background: #fff;
	text-align: left;
}
.price_table._home table tbody tr > ._w10 {width: 12%;}
.price_table._home table tbody tr > ._w50 {width: 50%;}
.price_table._home table tbody tr > ._center {text-align: center;}
.price_table._home table tbody tr > ._right {text-align: right;}
.price_table._home table tbody tr > ._blue {
	background: #0071bc;
	color: #fff;
}
.price_table._home table tbody tr > ._gray {
	background: #666;
	color: #fff;
}
.price_table._home table tbody tr > ._lblue {
	background: #f2fbfe;
	color: #0071bc;
}
.price_table._home table tbody tr > td ._pri {
	font-size: 112.5%;
	font-weight: bold;
	letter-spacing: .05em;
	color: #0071bc;
	width: auto;
	text-align: left;
}
.price_table._home table tbody tr > td ._pri._gray {
	color: #666;
}
.price_table._home table.c_gray thead tr > * {
	background: #666;
}
.price_table._home table.c_gray tbody tr > td ._pri {
	color: #666;
}
.price_table._home table.c_option thead tr > * {
	background: #666;
	text-align: center;
}
.price_table._home table.c_option tbody tr > td ._pri {
	color: #000;
}
.price_table._home table.c_option tbody tr > th {
	background: #E6E6E6;
}
.price_table._home table.c_option tbody tr > td {
	background: #F6F6F6;
}
.price_table._home table.c_option tbody tr._orange > th {
	background: #FDE3B5;
}
.price_table._home table.c_option tbody tr._orange > td {
	background: #FEF3DE;
}
.price_table._home table.c_option tbody tr._blue > th {
	background: #C9DFF1;
}
.price_table._home table.c_option tbody tr._blue > td {
	background: #E9F2FA;
}
.price_table._home table.c_option tbody tr._purple > th {
	background: #E7D5EE;
}
.price_table._home table.c_option tbody tr._purple > td {
	background: #F0E5F0;
}
.price_table._home table.c_option tbody tr._green > th {
	background: #D1E9C7;
}
.price_table._home table.c_option tbody tr._green > td {
	background: #E8F3E2;
}
.price_table._home table.c_option tbody tr._ygreen1 > th {
	background: #EAF1A3;
}
.price_table._home table.c_option tbody tr._ygreen1 > td {
	background: #F8FED8;
}
.price_table._home table.c_option tbody tr._ygreen2 > th {
	background: #EFF4BB;
}
.price_table._home table.c_option tbody tr._ygreen2 > td {
	background: #FBFEE9;
}
.gaiyo_tit {
	color: #0071bc;
	font-size: clamp(1.8rem, 1.6104vw, 2.6rem);
	line-height: 1.4;
	margin-bottom: .25em;
}
* + .gaiyo_tit {
	margin-top: 1em;
}
.gaiyo_body {
	font-size: 112.5%;
}
.flex.gaiyo_block > .gaiyo_body {
	width: 50%;
}
.gaiyo_graf {
	width: 45%;
	background: #fffde5;
	border-radius: 20px;
	padding: 2em;
	align-self: flex-start;
}
._au .gaiyo_graf {
	background: #F2F9EB;
}
._optionft .gaiyo_graf {
	background: #fff;
}
.gaiyo_block._column {
	flex-direction: column;
}
.gaiyo_block._column .gaiyo_body,
.gaiyo_block._column .gaiyo_graf {
	width: 100%;
}
.gaiyo_block._column .gaiyo_graf {
	margin-top: 2em;
}
.gaiyo_block._column .gaiyo_graf img {
	width: 100%;
	max-width: 740px;
}
.gaiyo_block._column .gaiyo_graf._ohisama img {
	max-width: 400px;
}
.gaiyo_block._column._au .gaiyo_graf .gaiyo_grafimg img {
	width: 80%;
	max-width: 454px;
}
.gaiyo_graftit > span {
	display: inline-block;
	color: #0071bc;
	font-size: 112.5%;
	font-weight: bold;
	border: 2px solid #0071bc;
	padding: .25em 1em;
}
._au .gaiyo_graftit > span {
	color: #467e01;
	border-color: #467e01;
}
.gaiyo_grafimg {
	padding: 1em 2em 1.5em;
	text-align: center;
}
._optionft .gaiyo_grafimg {
	padding: 1em 2em 0;
}
._optionft .gaiyo_grafimg img {
	width: 100%;
}
.gaiyo_grafimg img {
	width: 85%;
	max-width: 486px;
}
.gaiyo_grafimg.flex {
	justify-content: center;
	padding: 1em 0 1.5em;
}
.gaiyo_grafimg.flex > * {
	padding: 0 1em;
}
.gaiyo_grafimg ._stit {
	font-size: 112.5%;
	font-weight: bold;
	margin-bottom: .5em;
}
.gaiyo_grafexp dt {
	color: #0071bc;
	font-size: 112.5%;
	font-weight: bold;
	margin-bottom: .15em;
}
.gaiyo_grafexp2 > div {
	width: 32%;
}
.gaiyo_grafexp2 ._tit {
	font-size: 112.5%;
	font-weight: bold;
	border-bottom: 2px solid;
	margin-bottom: .5em;
}
.gaiyo_grafexp2 ._day ._tit {
	color: #0f881d;
	border-bottom-color: #0f881d;
}
.gaiyo_grafexp2 ._night ._tit {
	color: #574b9c;
	border-bottom-color: #574b9c;
}
.gaiyo_grafexp2 ._holiday ._tit {
	color: #0073d9;
	border-bottom-color: #0073d9;
}
.gaiyo_grafexp2 ._normal {
	color: #000;
	font-size: 88.8888%;
	font-weight: normal;
}
.gaiyo_grafexp2._ohisama > div {
	width: 48.5%;
}
.gaiyo_grafexp2._ohisama ._day ._tit {
	color: #f7931e;
	border-bottom-color: #f7931e;
}
.gaiyo_grafexp2._ohisama ._night ._tit {
	color: #0071bc;
	border-bottom-color: #0071bc;
}
.gaiyo_img {
	text-align: center;
	padding: 1em 0 2em;
}
.gaiyo_lead {
	font-size: clamp(1.5rem, 1.4641vw, 2.2rem);
}
.gaiyo_grafhead {
	text-align: center;
	margin: 1em 0;
}
.gaiyo_graffoot {
	text-align: center;
	margin-top: 1em;
}
.gaiyo_grafguide {
	font-size: 85%;
	text-align: left;
	white-space: nowrap;
}
.gaiyo_grafguide .list {
	line-height: 1.4;
}
.gaiyo_grafguide .list > li + li {
	margin-top: 0;
}
.list._dengen > li:nth-child(1)::before {color: #0071bc;}
.list._dengen > li:nth-child(2)::before {color: #80d3f5;}
.list._dengen > li:nth-child(3)::before {color: #eb6d56;}
.list._dengen > li:nth-child(4)::before {color: #22ac38;}
.list._dengen > li:nth-child(5)::before {color: #ccc;}
.list._hikaseki > li:nth-child(1)::before {color: #fff362;}
.heed_block {
	font-size: clamp(1.3rem, 1.0248vw, 1.6rem);
}
._au .list._dengen > li:nth-child(1)::before {color: #aacf52;}
.heed_tit {
	font-size: 107.1428%;
	font-weight: normal;
	margin-bottom: .2em;
}
.regist_block {
	text-align: center;
}
.regist_tit {
	color: #0071bc;
	font-size: clamp(2.2rem, 2.7818vw, 4.0rem);
	letter-spacing: .05em;
	margin-bottom: .5em;
}
.btn_link.regist_flow {
	color: #0071bc;
	background: #fde8dc;
	border: 2px solid #0071bc;
	border-radius: 10px;
	box-shadow: 2px 4px 0 rgba(162,173,200,.5);
	font-size: 112.5%;
	line-height: 1.3;
	text-align: left;
	padding: .5em 3.5em .5em 1.5em;
	display: inline-flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}
.btn_link.regist_flow::before {
	width: 1.5em;
	height: 1.5em;
	right: 1.5em;
}
.btn_link.regist_flow::after {
	right: 1.95em;
}
.regist_flow ._icon {
	width: 2em;
	margin-right: .5em;
}
.btn_link.regist_flow:hover {
	background: #fad0ba;
}
.regist_btn {
	display: block;
	background: #fff;
	border: 3px solid;
	border-image: linear-gradient(to right, #00a6e9, #0071bc) 1;
	box-shadow: 3px 6px 0 rgba(162,173,200,.5);
	width: 100%;
	max-width: 800px;
	margin: 3em auto 1.5em;
	position: relative;
	transition: .5s;
}
.regist_btn figure {
	padding: 3em;
}
.regist_btn figure img {
	width: 80%;
	max-width: 400px;
}
.regist_btn figcaption {
	background: linear-gradient(135deg, #00a6e9 0%, #0071bc 60%);
	color: #fff;
	font-size: clamp(1.8rem, 1.6104vw, 2.6rem);
	font-weight: bold;
	letter-spacing: .1em;
	padding: .25em;
}
.regist_btn figcaption::after {
	content: "";
	display: inline-block;
	width: .6em;
	height: .6em;
	background: url("../images/arrow_w.svg") no-repeat 0 0 / cover;
	vertical-align: .05em;
	margin-left: .5em;
}
.regist_btn:hover {
	background: #d7fbff;
}
.regist_circle {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	color: #0071bc;
	background: #ff0;
	border-radius: 50%;
	font-size: 125%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.3;
	width: 6em;
	height: 6em;
	position: absolute;
	right: -1em;
	top: -1.5em;
}
.regist_user {
	background: #fff;
	max-width: 800px;
	padding: 1em;
	margin: 2em auto 0;
}
.regist_user a::after {
	content: "";
	display: inline-block;
	width: .6em;
	height: .6em;
	background: url("../images/arrow_b.svg") no-repeat 0 0 / cover;
	vertical-align: .05em;
	margin-left: .5em;
}
.contents_list {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.contents_list > div {
	width: 100%;
	display: flex;
	flex-flow: column nowrap;
	background: #fff;
	border: 1px solid rgba(162,173,200,.5);
	border-radius: 20px;
	box-shadow: 3px 6px 0 rgba(162,173,200,.5);
	overflow: hidden;
}
.contents_list > div:nth-child(n+2) {
	margin-top: 3em;
}
.contents_list > div > a,
.contents_list > div > div {
	overflow: hidden;
}
.contents_list ._imglink {
	width: 100%;
	max-width: none;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	transition: .5s;
}
.contents_list ._imglink:hover {
	transform: scale(1.2, 1.2);
}
.contents_list > div > div ._imglink:hover {
	transform: none;
}
.contents_list ._body {
	background: #fff;
	padding: 2em;
	position: relative;
	z-index: 1;
}
.contents_list ._txtlink {
	font-size: clamp(1.9rem, 2.049vw, 2.7rem);
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: .5em;
}
.contents_list ._txtlink a {
	text-decoration: none;
}
.contents_list ._txtlink a:hover {
	text-decoration: underline;
}
.contents_list ._txtlink ._icon {
	display: inline-block;
	width: 1.1em;
	height: auto;
	vertical-align: -.05em;
}
.contents_list ._txtlink ._category_icon {
	font-size: clamp(1.4rem, 1.172vw, 1.8rem);
	margin-left: 1em;
}
.contents_list ._category_icon {
	display: inline-block;
	color: #0054ac;
	background: #bae3ff;
	border-radius: .3em;
	line-height: 1.4;
	padding: .5em 1em;
}
.contents_list ._more {
	width: 100%;
	background: #fff;
	padding: 1em 2em 3em;
}
.b_box_list {
	display: grid;
	grid-template-columns: repeat(auto-fit, 48%);
	gap: 2.5em 2.4%;
	justify-content: space-between;
}
.b_box_list > div {
	background: #fff;
	border: 1px solid rgba(162,173,200,.5);
	border-radius: 20px;
	box-shadow: 3px 6px 10px rgba(162,173,200,.5);
	padding: 2em;
}
.b_box_list ._category {
	color: #0071bc;
	line-height: 1.4;
	margin-bottom: .25em;
}
.b_box_list ._tit {
	font-size: clamp(1.9rem, 1.7568vw, 2.7rem);
	font-weight: bold;
	line-height: 1.4;
	padding-bottom: .3em;
	border-bottom: 1px solid #0071bc;
	margin-bottom: .75em;
}
.b_box_list ._stit {
	color: #0071bc;
	margin-bottom: .25em;
}
.b_box_list ._contact {
	background: #f2fbfe;
	padding: 1em;
	text-align: center;
	margin-top: 1em;
}
.tel {
	display: inline-block;
}
.tel a {
	display: none;
}

.smart .contents_ptit,
.smart .price_table table thead tr > *,
.smart .price_table._home table tbody tr > ._blue {
	background: #0073d9;
}
.smart .contents_ptit ._icon a,
.smart .gaiyo_tit,
.contents_area .smart .list.dot > li::before,
.smart .gaiyo_grafexp dt,
.smart .price_table._home table tbody tr > td ._pri {
	color: #0073d9;
}
.smart .gaiyo_graftit > span,
.smart .price_block ._heading ._tit {
	color: #0073d9;
	border-color: #0073d9;
}
.smart .price_table._home table tbody tr > ._lblue {
	color: #0073d9;
	background: #e5f6fd;
}
.simple .contents_ptit,
.simple .price_table table thead tr > *,
.simple .price_table._home table tbody tr > ._blue {
	background: #0f881d;
}
.simple .contents_ptit ._icon a,
.simple .gaiyo_tit,
.contents_area .simple .list.dot > li::before,
.simple .gaiyo_grafexp dt,
.simple .price_table._home table tbody tr > td ._pri {
	color: #0f881d;
}
.simple .gaiyo_graftit > span,
.simple .price_block ._heading ._tit {
	color: #0f881d;
	border-color: #0f881d;
}
.simple .price_table._home table tbody tr > ._lblue {
	color: #0f881d;
	background: #e9f7eb;
}
.night .contents_ptit,
.night .price_table table thead tr > *,
.night .price_table._home table tbody tr > ._blue {
	background: #b73f91;
}
.night .contents_ptit ._icon a,
.night .gaiyo_tit,
.contents_area .night .list.dot > li::before,
.night .gaiyo_grafexp dt,
.night .price_table._home table tbody tr > td ._pri {
	color: #b73f91;
}
.night .gaiyo_graftit > span,
.night .price_block ._heading ._tit {
	color: #b73f91;
	border-color: #b73f91;
}
.night .price_table._home table tbody tr > ._lblue {
	color: #b73f91;
	background: #f8ecf4;
}
._daytime1 {color: #0f881d !important;}
._daytime2 {color: #308808 !important;}
._nighttime {color: #574b9c !important;}
._holidaytime {color: #0073d9 !important;}
._hirueco {color: #f7931e !important;}
._yorutime {color: #0071bc !important;}
.denka .contents_ptit,
.denka .price_table table thead tr > *,
.denka .price_table._home table tbody tr > ._blue {
	background: #b65e00;
}
.denka .contents_ptit ._icon a,
.denka .gaiyo_tit,
.contents_area .denka .list.dot > li::before,
.denka .gaiyo_grafexp dt,
.denka .price_table._home table tbody tr > td ._pri {
	color: #b65e00;
}
.denka .gaiyo_graftit > span,
.denka .price_block ._heading ._tit {
	color: #b65e00;
	border-color: #b65e00;
}
.denka .price_table._home table tbody tr > ._lblue {
	color: #b65e00;
	background: #fdf1e5;
}
.flex._discount > *:nth-child(1) {
	width: 3em;
	padding-top: .5em;
}
.flex._discount > *:nth-child(2) {
	width: calc(100% - 3em);
}
.heat_table {
	overflow-x: auto;
	padding: 1em 0;
}
.heat_table table {
	min-width: 100%;
	margin: 1em 0;
}
.heat_table table tr > * {
	border: 1px solid #999;
	padding: .5em 1em;
	vertical-align: middle;
	line-height: 1.3;
}
.heat_table table tr > th {
	font-weight: bold;
	background: #def5fe;
}
.heat_table table tr > td._em {
	font-size: 125%;
	font-weight: bold;
	text-align: center;
}
.exp_block .b_box {
	border-color: #0071bc;
}
.exp_block .b_box_tit {
	color: #0071bc;
	font-size: 112.5%;
	padding: 0;
}
.contents_list ._more .btn_block {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.contents_list ._more .btn_block .btn_link {
	display: block;
	margin: 0 auto;
}
.contents_list ._more .btn_block * + .btn_link {
	margin-top: 1.5em;
}
.contents_list ._more .btn_block .btn_link ._txt {
	display: inline-block;
}
.contents_list ._more .btn_block .btn_link ._small {
	font-size: clamp(1.4rem, 1.172vw, 1.8rem);
	font-weight: normal;
	margin-top: .5em;
}
.contents_list ._more .btn_block .btn_link.trigger {
	margin-top: 0;
	background: #bae3ff;
	padding-top: .75em;
	cursor: pointer;
}
.contents_list ._more .btn_block .btn_link.trigger:hover {
	opacity: .7;
}
.contents_list ._more .btn_block .btn_link.trigger::after {
	transform: translateY(-50%) rotate(90deg);
	transition: .5s;
}
.contents_list ._more .btn_block .btn_link.trigger img {
	display: inline-block;
	vertical-align: -.7em;
	height: 2.7em;
	margin: .2em;
}
.contents_list ._more .btn_block .btn_link.trigger.open {
	border-radius: 20px 20px 0 0;
	box-shadow: none;
}
.contents_list ._more .btn_block .btn_link.trigger.open::after {
	transform: translateY(-50%) rotate(-90deg);
}
.contents_list ._more .btn_block .trigger_target {
	display: none;
	border: 3px solid #0071bc;
	border-top: none;
	border-radius: 0 0 20px 20px;
	padding: 1.5em 2em;
	background: #fff;
	position: relative;
	z-index: 1;
}
.contents_list ._more .btn_block .trigger_target figure {
	margin-top: 1.5em;
	text-align: center;
}
.contents_list ._more .btn_block .trigger_target figure img {
	border: 1px solid rgba(162,173,200,.5);
}
.contents_list ._more .btn_block .trigger_target figcaption {
	display: inline-block;
	color: #0071bc;
	background: #eaf7ff;
	border: 2px solid #0071bc;
	border-radius: .3em;
	font-weight: bold;
	line-height: 1.4;
	padding: .5em 1.5em;
	margin-bottom: 1em;
}

/* footer */
footer .fnav {
	width: calc(100% - 140px);
	max-width: 1200px;
	justify-content: space-between;
}
footer .fnav ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}
footer .fnav ul li {
	margin: 0;
	width: 29%;
	line-height: 1.4;
}
footer .fnav ul li:nth-child(-n+3) {
	margin-bottom: 20px;
}
footer .fnav ul li:nth-child(3n) {
	width: 32%;
}
footer .fnav ul li a::after {
	border: none;
	right: 0;
	background: url("../images/arrow_bl.svg") no-repeat 0 0 / cover;
	width: .7em;
	height: .7em;
	transform: rotate(0);
}
footer .fnav ul li a:hover::after {
	border: none;
	background-image: url("../images/arrow_lb.svg");
}
footer .fnav ul li a ._icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	background: url("../images/icon_blank.svg?date=20241203") no-repeat center center / 100% auto;
	vertical-align: -.1em;
}
footer hr {
	width: 100%;
	max-width: none;
}
footer .copy {
	width: calc(100% - 140px);
	max-width: 1200px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	padding: 2em 0 1.5em;
}
footer .copy #f_logo {
	margin-top: 0;
	float: none;
	display: inherit;
}
footer .copy #copy {
	margin-top: 0;
	float: none;
	font-size: clamp(1.0rem, .879vw, 1.4rem);
	letter-spacing: .05em;
}
.following_pt {
	width: 72px;
	height: 72px;
	position: fixed;
	right: 70px;
	bottom: 60px;
	display: none;
	opacity: .8;
	transition: .5s;
}
.following_pt:hover {
	opacity: .6;
}
.following_pt .ac_link img {
	width: 100%;
}
.following_pt.is_hidden {
	visibility: hidden;
	opacity: 0;
}
.menu_table {
	width: 100%;
	overflow-x: auto;
}
.menu_table table {
	min-width: 100%;
	width: auto;
	margin: 1em 0;
}
.menu_table tr > * {
	border: 1px solid #999;
	font-weight: normal;
	line-height: 1.4;
	vertical-align: middle;
}
.menu_table thead tr > * {
	padding: 1em .25em;
	background: #def5fe;
	text-align: center;
	white-space: nowrap;
}
.menu_table tbody tr > * {
	padding: .5em 1em;
	background: #fff;
	width: 25%;
}
.menu_table tbody tr > th {
	font-size: 1.125em;
	text-align: center;
	vertical-align: top;
	width: 10%;
	padding: .5em;
}
.menu_table tbody tr > ._plan {
	font-size: 1.125em;
	white-space: nowrap;
	vertical-align: top;
}
.menu_table tbody tr > ._plan .fs_small {
	font-size: 75%;
	white-space: normal;
	font-feature-settings: "palt";
}
.menu_table tbody tr > ._flag {
	text-align: center;
	width: 10%;
}
.menu_table .table_pricemenu tbody tr > ._plan {
	white-space: normal;
	padding: 0;
	width: 50%;
}
.menu_table .table_pricemenu tbody tr > ._plan ._plantit {
	padding: .5em 1em;
	width: 50%;
}
.menu_table .table_pricemenu tbody tr > ._plan ._plantxt {
	font-size: .888888em;
	border-left: 1px solid #999;
	padding: .5em 1em;
	width: 50%;
}
.menu_closed .menu_table thead tr > * {
	background: #eee;
}
.menu_closed .menu_table tbody tr > * {
	padding: .5em 1em;
}
.menu_closed .menu_table tbody tr > th {
	padding: .5em;
}
.menu_closed .menu_table tbody tr > ._plan {
	width: 50%;
	white-space: normal;
}
.menu_closed .menu_table tbody tr > ._plan a + * {
	margin-left: 1em;
}



@media only screen and (max-width: 768px) {
	.contents_area ._spmt00 {margin-top: 0 !important;}
	.contents_area ._spmt01 {margin-top: 1em !important;}
	.contents_area ._spmt02 {margin-top: 2em !important;}
	.contents_area ._spmt03 {margin-top: 3em !important;}
	.contents_area ._spmt04 {margin-top: 4em !important;}
	.contents_area ._spmt05 {margin-top: 5em !important;}
	.contents_area ._sppl0 {padding-left: 0 !important;}
	.contents_area ._spfs_small {font-size: 85%;}
	
	/* sidenav */
	.sidenav {
		width: 100%;
	}
	.sidenav_def {
		top: auto;
		bottom: -3px;
		right: 0;
		left: 0;
		width: 60%;
		margin: auto;
		padding: .8em 1em 1em;
		border-radius: 15px 15px 0 0;
		box-shadow: 3px -3px 5px rgba(162,173,200,.5);
	}
	.sidenav_def.hide {
		right: 0;
		bottom: -4em;
	}
	.sidenav_menu {
		top: auto;
		bottom: 0;
		border: none;
		border-top: 2px solid #fff;
		border-radius: 0;
		width: 100%;
		transform: translateX(0) translateY(110%);
	}
	.sidenav_menu.open {
		transform: translateX(0) translateY(0);
	}
	.sidenav_close {
		top: 1em;
		left: auto;
		right: 1em;
	}
	
	/* header */
	#header .container {
		width: 100%;
	}
	#header #tgl_menu_btn.open .line:nth-child(1) {
		top: .05rem !important;
	}
	#header_nav_sp .mainNav .linkset_2col li {
		padding: 0;
	}
	#header_nav_sp .mainNav .linkset_2col li:nth-child(n+3) {
		padding-top: 20px;
	}
	#header_nav_sp .mainNav .linkset_2col li a {
		line-height: 1.4;
	}
	#header_nav_sp .mainNav .linkset_1col li a::after,
	#header_nav_sp .mainNav .linkset_2col li a::after {
		background: url("../images/arrow_b.svg") no-repeat 0 0 / cover;
		width: .6em;
		height: .6em;
	}
	.side-nav_area .side-nav li a {
		height: 58px;
		padding: 0 8px;
	}
	.side-nav_area .side-nav li.nav03 a {
		height: 58px;
		padding: 0 10px;
	}
	.side-nav_area .side-nav li.nav01 a,
	.side-nav_area .side-nav li.nav02 a {
		letter-spacing: 0;
	}
	.side-nav_area .side-nav li a::before {
		width: 18px;
		height: 18px;
		right: -75%;
	}
	.side-nav_area .side-nav li a::after {
		right: -75%;
	}
	.side-nav_area .side-nav li a ._icon {
		margin-top: 0;
		margin-left: .2em;
		width: 1em;
		height: 1em;
	}
	.breadcrumb {
		padding: 1em 0;
	}
	.breadcrumb ul {
		width: 90%;
	}

	/* contents_area */
	.contents_area article {
		padding: 1em 0 5em;
	}
	.contents_area article .container {
		width: 90%;
		margin: 0 auto;
	}
	.contents_area article .container > * + * {
		margin-top: 3em;
	}
	.contents_area article .container > * + ._mt7 {
		margin-top: 4em;
	}
	.contents_area article .container > section + section {
		margin-top: 5em;
	}
	.contents_area section > * + * {
		margin-top: 2em;
	}
	.contents_area .flex {
		flex-direction: column;
		justify-content: center;
	}
	.contents_area .sec_block {
		padding: 3em 0;
	}
	.contents_area article .container > .contents_tit + .contents_lead {
		margin-top: 1.5em;
		text-align: left;
	}
	.contents_ptit ._plan {
		display: block;
		margin: 0;
	}
	.contents_ptit ._icon {
		padding: .3em .75em .4em;
		margin: .25em;
	}
	.contents_ptit._yokoku .fs_small {
		display: block;
		margin-top: .25em;
	}
	.contents_stit {
		margin-bottom: 1em;
	}
	.contents_stit + .menu_list {
		margin-top: 2em;
	}
	.contents_btit {
		flex-direction: column;
	}
	.contents_btit::before,
	.contents_btit::after {
		content: none;
	}
	.contents_dtit {
		border-radius: 10px;
	}
  .contents_etit {
    border-bottom-width: 2px;
  }
	.important_box {
		border-width: 2px;
		border-radius: 10px;
	}
	.important_box ._body {
		padding: 1.5em 1em 2em;
		font-size: 1em;
	}
	.important_box + .important_link {
		margin-top: 2em;
	}
	.important_link .btn_link {
		padding-right: 3em;
		padding-left: 1em;
	}
	.important_copy {
		font-size: 120%;
	}
	.contents_area article .container > .contents_tit + .important_copy {
		margin-top: 1.5em;
	}
	.btn_link {
		display: block;
		border-width: 2px;
		border-radius: 10px;
		box-shadow: 2px 4px 0 rgba(162,173,200,.5);
	}
	.btn_link._orange::before {
		border-width: 2px;
	}
	.category_list ._link {
		width: 100%;
		border-radius: 10px;
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: center;
		padding-bottom: 0;
	}
	.category_list ._link:nth-child(n+2) {
		margin-top: 1.5em;
	}
	.category_list ._link::before,
	.category_list ._link::after {
		content: none;
		left: 50%;
		transform: translateX(-50%);
	}
	.category_list ._link figure {
		width: 40%;
		padding-top: .5em;
	}
	.category_list ._link figure img {
		width: 90%;
	}
	.category_list ._link figcaption {
		width: 60%;
		margin-top: 0;
	}
	.contents_area article .container > * + .fbtn_block {
		margin-top: 2em;
	}
	.contents_area section > * + .fbtn_block {
		margin-top: 2em;
	}
	.fbtn_block > * + * {
		margin-top: 1.5em;
	}
	.fbtn_block .btn_link,
	.fbtn_block .btn_link._long {
		width: 100%;
		padding-left: 1em;
		padding-right: 3em;
	}
	.fbtn_block .btn_link + .btn_link {
		margin-top: 1em;
	}
	.contents_area .flex.menu_list {
		align-content: center;
	}
	.menu_list {
		grid-template-columns: repeat(auto-fit, 300px);
		gap: 2em 2em;
	}
	.menu_list._clm3 {
		grid-template-columns: repeat(auto-fit, 300px);
		gap: 2em 2em;
	}
  .menu_list._household {
    grid-template-columns: repeat(auto-fit, 300px);
  }
  .menu_list._household ._tit {
    height: auto;
  }
  .menu_list._biz {
    grid-template-columns: repeat(auto-fit, 300px);
  }
  .menu_list._biz ._tit {
    height: auto;
  }
	.menu_list._biz02 > .list {
		grid-column-start: 1;
		grid-column-end: 2;
	}
	.menu_list ._link {
		border-width: 2px;
		border-radius: 1em;
		padding: 1.5em 1em 3.5em;
	}
	.menu_list ._link._sp_mt {
		margin-top: 3em;
	}
	.menu_closed * + .menu_list {
		margin-top: 1em;
	}
	.menu_list ._tit {
		height: auto;
		padding-bottom: .75em;
	}
	.menu_list ._tit._yokoku .fs_small {
		font-size: 75%;
	}
	.menu_list ._tit .fs_xsmall {
		font-size: 75%;
	}
	.menu_list ._plan {
		padding-top: 0;
	}
	.menu_list ._plan + ._tit {
		height: auto;
	}
	.menu_list ._body {
		padding-top: .75em;
	}
	.b_box {
		border-radius: 10px;
		padding: 1em;
	}
	.b_box_tit {
		border-radius: 1em 1em 0 0;
		padding: .2em 1em;
	}
	.b_box_body {
		border-width: 2px;
		border-radius: 0 0 1em 1em;
		padding: 0 2em 1.5em;
	}
	.b_box .menu_list ._link {
		width: 100%;
		margin: 1.5em auto 0;
	}
	.b_box .menu_list .menu_closed {
		margin-left: 0;
		margin-top: 2em;
	}
	.b_box .menu_list .menu_closed * + .menu_list {
		margin-top: 0;
	}
	.b_box .menu_list .menu_closed .menu_list ._link {
		width: 100%;
	}
	.b_box .menu_list .menu_closed .menu_list ._link:first-child {
		margin-top: 0;
	}
	.lnav > .flex {
		flex-direction: row;
		justify-content: space-between;
	}
	.lnav > .flex > li {
		width: 48%;
		border-width: 2px;
		border-radius: 10px;
	}
	.lnav._agri > .flex > li {
		width: 48%;
	}
	.lnav > .flex > li:nth-child(n+3) {
		margin-top: 1em;
	}
	.lnav > .flex > li a {
		padding-left: 0;
		padding-right: 0;
	}
	.lnav > .flex > li + li {
		margin-left: 0;
	}
	.anno_box {
		border-radius: 10px;
	}
	.anno_body {
		padding: 1em 0 1.5em;
	}
	.anno_box_tit + .anno_body {
		padding-top: 0;
	}
	.info_box {
		border-radius: 10px;
		padding: 1em 1.5em;
	}
	.info_box._red .info_box_tit .underline {
		padding-bottom: 0;
		border-bottom-width: 1px;
	}
	.price_block {
		border-radius: 10px;
		padding: 1.5em 1em;
	}
	.price_block._yellow {
		border-radius: 10px;
	}
	.price_block ._heading {
		align-items: flex-start;
	}
	.price_block ._heading ._tit {
		width: 100%;
		border-width: 1px;
		padding: .3em 1em;
		margin-bottom: 1em;
	}
	.price_block ._heading ._tit + *,
	.price_block ._heading ._tit._w18 + * {
		width: 100%;
	}
	.price_block ._body {
		margin-top: 0;
	}
	.price_block ._body .price_table:first-child table:first-child {
		margin-top: 1em;
	}
	.price_table table caption {
		font-size: 100%;
	}
	.price_table table tr._wline {
		border-top-width: 3px;
	}
	.price_table table thead tr > * {
		font-size: 90%;
	}
	.price_table table tbody tr > th {
		line-height: 1.2;
	}
	.price_table table tbody tr > th._qua {
		font-size: 100%;
	}
	.price_table table tbody tr > td {
		font-size: 100%;
	}
	.price_table table tbody tr > td._small {
		font-size: 90%;
	}
	.price_table table tbody tr > td._spwrap {
		white-space: normal;
	}
	.gaiyo_body,
	.flex.gaiyo_block > .gaiyo_body {
		width: 100%;
	}
	.gaiyo_graf {
		width: 100%;
		border-radius: 10px;
		padding: 1.5em 1em;
		margin-top: 1em;
	}
	.gaiyo_graftit > span {
		display: block;
		border-width: 1px;
		padding: .5em;
		text-align: center;
		line-height: 1.4;
	}
	.gaiyo_grafexp2 > div,
	.gaiyo_grafexp2._ohisama > div {
		width: 100%;
	}
	.gaiyo_grafexp2 > div + div {
		margin-top: 1em;
	}
	.gaiyo_grafexp2 ._tit {
		border-bottom-width: 1px;
	}
	.gaiyo_grafimg {
		padding: 1em;
	}
	.gaiyo_block._column .gaiyo_graf {
		margin-top: 1em;
	}
	.gaiyo_grafhead {
		margin-bottom: 0;
	}
	.gaiyo_grafimg.flex {
		align-items: center;
		padding-bottom: 0;
	}
	.gaiyo_grafimg.flex > * + * {
		margin-top: 2em;
	}
	.btn_link.regist_flow {
		font-size: 100%;
		border-width: 1px;
		padding: .75em 3em .75em 1em;
		display: flex;
	}
	.btn_link.regist_flow::before {
		right: 1em;
	}
	.btn_link.regist_flow::after {
		right: 1.45em;
	}
	.regist_flow ._icon {
		margin-right: .75em;
	}
	.regist_btn {
		border-width: 1px;
		box-shadow: 2px 4px 0 rgba(162,173,200,.5);
		margin-top: 2em;
	}
	.regist_btn figure {
		padding: 2em;
	}
	.regist_circle {
		flex-direction: row;
		font-size: 100%;
		border-radius: 0;
		width: 100%;
		height: auto;
		position: static;
		padding: .5em 1em;
	}
	.regist_circle br {
		display: none;
	}
	.regist_user {
		margin-top: 1em;
	}
	.contents_list > div {
		flex-direction: column;
		justify-content: center;
		border-radius: 1em;
	}
	.contents_list > div + div {
		margin-top: 2em;
	}
	.contents_list > div > a,
	.contents_list > div > div {
		width: 100%;
	}
	.contents_list ._body {
		width: 100%;
		padding: 1.5em;
	}
	.contents_list ._more {
		padding: 0 1.5em 2em;
	}
	.b_box_list {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
		gap: 2em 2em;
		justify-content: center;
	}
	.b_box_list > div {
		border-radius: 1em;
		padding: 1.5em;
	}
	.tel {
		position: relative;
		color: #0054ac;
		text-decoration: underline;
	}
	.tel a {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}
	.flex._discount > *:nth-child(1),
	.flex._discount > *:nth-child(2) {
		width: 100%;
	}
	.flex._discount > .heat_table {
		padding-top: 0;
	}
	.flex._discount > .heat_table table {
		margin-top: 0;
	}
	.contents_list ._txtlink {
		flex-direction: column;
		align-items: flex-start;
	}
	.contents_list ._txtlink ._category_icon {
		margin: .25em 0 0 0;
	}
	.contents_list ._more .btn_block .btn_link {
		padding: 1em 3em 1em 1em;
	}
	.contents_list ._more .btn_block * + .btn_link {
		margin-top: 1em;
	}
	.contents_list ._more .btn_block .btn_link.trigger {
		padding-bottom: .6em;
	}
	.contents_list ._more .btn_block .btn_link.trigger.open {
		border-radius: 10px 10px 0 0;
	}
	.contents_list ._more .btn_block .trigger_target {
		border-width: 2px;
		border-radius: 0 0 10px 10px;
		padding: 1em;
	}
	.contents_list ._more .btn_block .trigger_target figcaption {
		display: block;
		color: #0071bc;
		border-width: 1px;
		padding: .5em 1em;
	}
	
	/* footer */
	footer .fnav {
		width: 100%;
		padding-bottom: 105px;
	}
	footer .fnav .ac_link {
		bottom: 20px;
		width: 50px;
		height: 50px;
	}
	footer .fnav ul {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	footer .fnav ul li {
		width: inherit;
		margin-bottom: 20px;
	}
	footer .fnav ul li:nth-child(3n) {
		width: inherit;
	}
	footer .fnav ul li a::after {
		right: -.7em;
	}
	footer .copy {
		width: 100%;
		padding: 20px 20px 100px 20px;
	}
	.following_pt {
		width: 50px;
		height: 50px;
		right: 15px;
		bottom: 90px;
	}
	.menu_table thead tr > * {
		padding: .5em .25em;
	}
	.menu_table tbody tr > * {
		padding: .5em;
		width: auto;
	}
	.menu_table tbody tr > th {
		width: auto;
	}
	.menu_table ._vertical {
		white-space: pre;
		writing-mode: vertical-rl;
		display: block;
		width: 1.35em;
	}
	.menu_table tbody tr > ._flag {
		width: auto;
	}
	.menu_table .table_pricemenu tbody tr > ._plan {
		width: auto;
	}
	.menu_table .table_pricemenu tbody tr > ._plan ._plantit {
		white-space: nowrap;
		padding: .5em;
		width: 100%;
	}
	.menu_table .table_pricemenu tbody tr > ._plan ._plantxt {
		border-left: none;
		padding: 0 .5em .5em;
		width: 100%;
	}
	.menu_closed .menu_table tbody tr > ._plan {
		width: 50%;
		white-space: nowrap;
	}
	.menu_closed .menu_table tbody tr > ._plan a + * {
		display: block;
		margin-left: 0;
		margin-top: .5em;
	}
	
	#header {
		z-index: 101;
	}
	#header #grobal_nav {
		background: #fff !important;
	}
	#header_nav_sp .subNav .linkset li:nth-child(2n) {
		width: 58%;
	}
	#header #grobal_nav #header_nav_sp li a.blank::after {
		content: "";
		display: inline-block;
		width: 1.1em;
		height: 1.1em;
		background: url("../images/icon_blank_w.svg?date=20241203") no-repeat center center / 100% auto;
		margin-left: .5em;
		vertical-align: -.1em;
	}
	
	
  
}

@media only screen and (min-width: 769px) {
	footer .fnav ul li:nth-child(3n+1) {
		width: 33%;
	}
  
}
@media only screen and (min-width: 1340px) {
  .following_pt {
		right: calc(50% - 600px);
	}
}