/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Body - not related to megamenu
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body {
	background: #f4f6f6;
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
megamenu.js STYLE STARTS HERE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Screen style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.menu-container {
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
	position: fixed;
	animation: 0.5s;
	z-index: 999;
	background: linear-gradient(0deg, transparent, #00000030);
}
.menu-container--white { /*背景白ver*/
	background: none;
	background-color: #F4F6F6;
	height: 100px;
}
@media all and (max-width: 767px) {
	.menu-container {}
	.menu-container--white { /*背景白ver*/
		background: none;
		background-color: #F4F6F6;
		height: 80px;
	}
}
.menu > ul {
	margin: 0 auto;
	width: 1320px;
	list-style: none;
	padding: 0;
	/* position: relative; */
	/* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
.menu > ul > li {
	padding: 0;
	margin: 0;
	display: block;
}
.menu > ul > li a {
	text-decoration: none;
	font-weight: 500;
	font-size: 15px;
	padding: 0 1em;
	display: block;
	height: 60px;
	line-height: 60px;
	color: #fff;
	white-space: nowrap;
}
.menu-container--white .menu > ul > li a { /*背景白ver*/
	color: #222;
}
.menu > ul > li:hover {
	background: #fff;
	border-radius: 10px 10px 0 0;
}
.menu > ul > li:hover a {
	color: #222;
}
.menu > ul > li > ul {
	display: none;
	width: 100%;
	background: #fff;
	padding: 20px 0;
	position: absolute;
	z-index: 998;
	left: 0; /* calc(-50vw + 600px); 600px は1200pxのメニュー全体の半分 */
	margin: 0;
	list-style: none;
	box-sizing: border-box;
}
/* header pc layout */
.megamenu_left {
	margin-right: 100px !important;
	height: 40px !important;
}
.megamenu_left a {
	height: 40px !important;
	line-height: 100% !important;
	padding: 0px !important;
}
.menu > ul > li.megamenu_left:hover {
	background: inherit;
}
.megamenu_content {
	width: 100%;
	position: relative;
}
.megamenu_inner {
	width: 1320px;
	margin: 0 auto;
	padding: 80px 0;
	display: flex;
}
.menu > ul > li.megamenu-single:hover {
	background: inherit;
	border-radius: 10px 10px 0 0;
}
.menu > ul > li:hover a.megamenu--linkcolor1 {
	color: #1cc18e;
}
.menu > ul > li:hover a.megamenu--linkcolor2 {
	color: #4781d6;
}
.menu > ul > li:hover a.megamenu--linkcolor3 {
	color: #f14a4a;
}

/*メガメニューの中*/
.menu > ul > li a.megamenu_link,
a.megamenu_link{
	display: flex;
	width: 350px;
	height: 122px;
	background-color: #F4F6F6;
	padding: 0;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	line-height: 100%;
}


a.megamenu_link span{
	display: block;
}
a.megamenu_link .megamenu_link_left{
	width: 90px;
}
a.megamenu_link .megamenu_link_right{
	width: 260px;
	padding: 20px;
}
a.megamenu_link .megamenu_link_left img{
	width: 90px;
}
.megamenu_title{
	width: 250px;
	font-weight: bold;
	font-size: 22px;
	line-height: 100%;
	letter-spacing: 0.02em;
	text-align: left;
	color: #222;
	padding-top: 5px;
}
.megamenu_title span{
	background: url("../img2024/cmn/icon_pre_blue.png") no-repeat left 6px;
	padding-left: 24px;
}
.megamenu_title--consumer span{
	background-image: url("../img2024/cmn/icon_pre_red.png");
}
.megamenu_title--others span{
	background-image: url("../img2024/cmn/icon_pre_green.png");
}
.megamenu_icon_text{
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 15px;
	display: flex !important;
	justify-content: space-between;
	align-items: center;
}
.megamenu_icon_text:after{
content: '';
display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  transform: rotate(45deg);
	transition: ease 0.3s;
}
.menu > ul > li a.megamenu_link:hover{
	background-color: #f3f3f3;
	color: #4781d6;
	border: 1px solid #4781d6;
}
.menu > ul > li a.megamenu_link--minred:hover{
	background-color: #f3f3f3;
	color: #f14a4a;
	border: 1px solid #f14a4a;
}
a.megamenu_link:hover .megamenu_icon_text:after{
	margin-right: -15px;
	border-top: 2px solid #4781d6;
	border-right: 2px solid #4781d6;
}
a.megamenu_link--minred:hover .megamenu_icon_text:after{
	margin-right: -15px;
	border-top: 2px solid #f14a4a;
	border-right: 2px solid #f14a4a;
}
/* お問い合わせポップアップ */
a.megamenu_link--popup{
	position: relative;
}
a.megamenu_link--popup:hover .popup{
	opacity: 1;
}
a.megamenu_link--popup .popup{
	opacity: 0;
	display: block;
	position: absolute;
	top: -20px;
	right: 10px;
	background: url("../img2024/header/fukidashi.png") no-repeat;
	width: 140px;
	height: 34px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	transition: 0.3s;
}


.megamenu_text{
	font-size: 12px;
	line-height: 18px;
	white-space:normal;
}
.megamenu_head{
	font-weight: bold;
font-size: 16px; /* 18px; */
letter-spacing: 0.02em;
text-align: left;
color: #4781d6;
	padding-bottom: 8px;
}
.megamenu_head--consumer{
	color: #f14a4a;
}
.megamenu_flex{
	display: flex;	
}
.megamenu_flex--spb{
	justify-content: space-between;
}
.megamenu_flex a+a{
	margin-left: 20px;
}
.megamenu_flex--others a+a{
	margin-left: 80px;
}
.megamenu_flex--others{
	margin-top: -10px;
}
.megamenu_flex+.megamenu_flex{
	margin-top: 20px;
}
@media all and (max-width: 767px) {
	.megamenu_flex{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	a.megamenu_link{
		width: 100%;
		justify-content: flex-start;
	}
	.megamenu_flex+.megamenu_flex{
		margin-top: 0;
	}
}
.megamenu_flex_consumer{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1090px;
}
.megamenu_flex_consumer_left{
	display: flex;
	flex-wrap: wrap;
	width: 600px;
}
.megamenu_flex_consumer_left a{
	margin-bottom: 40px;
	margin-right: 20px;
}
.megamenu_free_img{
	width: 350px;
	padding: 0 !important;
}
.megamenu_free_img img{
	width: 100%;
}
.megamenu_free_img_cons{
	width: 410px;
	padding: 0 !important;
}
.megamenu_free_img_cons img{
	width: 100%;
}
@media all and (max-width: 767px) {
	.megamenu_free_img{
		width: 100%;
	}
	.megamenu_free_img_cons{
		width: 100%;
	}
}

/* 小さいボタンの例外 */
.menu > ul > li a.megamenu_link--min{
	width: inherit;
	height: 70px;
	background-color: #fff;
	width: 220px;
}
.menu > ul > li a.megamenu_link--mingray{
	background-color: #F4F6F6;
}
.menu > ul > li a.megamenu_link--minlong{
	width: 270px;
}

/*　ボタン ログイン　*/
.menu > ul > li a.megamenu_link--login{
	width: 140px;
	background-color: #b32424;
	border-color: #b32424;
}
a.megamenu_link--login .megamenu_icon_text{
	color: #fff;
}
a.megamenu_link--login .megamenu_icon_text:after{
	border-color: #fff;
}
.menu > ul > li a.megamenu_link--login:hover{
	background-color: #b32424;
	color: #fff;
	border:1px solid #b32424;
}
.menu > ul > li a.megamenu_link--login:hover .megamenu_icon_text:after{
	margin-right: -15px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
/*　ボタン グレー　*/
.menu > ul > li a.megamenu_link--gray{
	background-color: #606060; /* #a1a1a1 */
}
a.megamenu_link--gray .megamenu_icon_text{
	color: #fff;
}
a.megamenu_link--gray .megamenu_icon_text:after{
	border-color: #fff;
}
.menu > ul > li a.megamenu_link--gray:hover{
	background-color: #606060;
	border: #ddd 1px solid ;
}
.menu > ul > li a.megamenu_link--gray:hover .megamenu_icon_text:after{
	margin-right: -15px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

a.megamenu_link--min .megamenu_link_left{
	width: 64px;
	padding: 0;
}
a.megamenu_link--min .megamenu_link_right{
	width: inherit;
	padding: 10px 20px 10px 10px;
}
a.megamenu_link--min .megamenu_link_left img{
	width: 64px;
}
a.megamenu_link--min .megamenu_icon_text{
	line-height: 50px;
	margin-bottom: 0;
}
@media all and (max-width: 767px) {
	a.megamenu_link--min .megamenu_link_left{
		width: 48px;
	}
	a.megamenu_link--min .megamenu_link_left img{
		width: 48px;
		margin-top: 9px;
	}
	
}
/* さらに小さいボタン（法人ボタン追加）の例外 */
.menu > ul > li a.megamenu_link--min_houjin{
	width: inherit;
	height: 70px;
	background-color: #fff;
	width: 210px;
}
.menu > ul > li a.megamenu_link--min_houjin2{
	width: 190px;
}
.menu > ul > li a.megamenu_link--min_houjin3{
	width: 230px;
}
.menu > ul > li a.megamenu_link--min_houjin4{
	width: 200px;
}
.menu > ul > li a.megamenu_link--min_houjin5{
	width: 180px;
}
a.megamenu_link--min_houjin .megamenu_link_left{
	width: 49px;
	padding: 0;
}
a.megamenu_link--min_houjin3 .megamenu_link_left,
a.megamenu_link--min_houjin4 .megamenu_link_left{
	width: 44px;
}
a.megamenu_link--min_houjin .megamenu_link_right{
	width: inherit;
	padding: 10px 20px 10px 10px;
}
a.megamenu_link--min_houjin5 .megamenu_link_right{
	padding-left: 20px;
}
a.megamenu_link--min_houjin .megamenu_link_left img{
	width: 64px;
	margin-left: -5px;
}
a.megamenu_link--min_houjin3 .megamenu_link_left img,
a.megamenu_link--min_houjin4 .megamenu_link_left img{
	margin-left: -10px;
}
a.megamenu_link--min_houjin .megamenu_icon_text{
	line-height: 50px;
	margin-bottom: 0;
}
a.megamenu_link--min_houjin5 .megamenu_icon_text{
	line-height: 15px;
	margin-top: 10px;
}


/* メガメニュー　その他 */
.megamenu_others_link{
	width: 150px;
	border-bottom: 2px solid #CFF2E7;

}
.menu > ul > li a.megamenu_others_link{
		padding: 0 10px 0 0;
}
.menu > ul > li a.megamenu_others_link:hover{
			color: #1cc18e;
}
.megamenu_others_link .megamenu_icon_text{
	font-size: 16px;
}
a.megamenu_others_link:hover .megamenu_icon_text:after{
	margin-right: -7px;
	border-color:#1cc18e;
}
.megamenu_others_link--210{
	width: 210px;
}

.megamenu_others_link--345{
	width: 345px;
}

/* SP */
.sp_menu_layout .megamenu_link{
	background-color: #fff;
	text-decoration: none;
	color: #222;
	margin: 0 0 20px;
	width: 100%;
		justify-content: flex-start;
	
}
.sp_menu_layout .megamenu_link--min{
	width: inherit;
	height: 70px;
	background-color: #fff;
	width: 49%;
	margin: 0 0 7px;
}
.sp_menu_layout a.megamenu_link--min .megamenu_link_right{
	margin: 0px;
	padding: 0;
	width: 120%;
	display: flex;
}
.sp_menu_layout a.megamenu_link--min .megamenu_icon_text{
	line-height: 100%;
	text-align: center;
}

@media all and (max-width: 767px) {
	.sp_menu_layout a.megamenu_link--min_houjin5 .megamenu_link_right{
		justify-content: center;
	}
	.sp_menu_layout a.megamenu_link--min_houjin5 .megamenu_icon_text{
		line-height: 120%;
		margin-top: 0;
	}
}

.sp_menu_layout .megamenu_icon_text:after{
	display: none;
}

.sp_menu_layout  a.megamenu_link--login{
	width: 100%;
	background-color: #b32424;/* #f14a4a */
	border-color: #b32424;
}
.sp_menu_layout  a.megamenu_link--gray{
	width: 100%;
	background-color: #606060;
}
.sp_menu_layout  a.megamenu_link--login .megamenu_icon_text,
.sp_menu_layout  a.megamenu_link--gray .megamenu_icon_text{
	justify-content: center;
	width: 100%;
}
.menu_simplelink{
	display: block;
	padding: 10px 20px;
	margin: 0px 0px;
	text-decoration: none;
}
a.menu_simplelink,
a.menu_simplelink:visited{
	color: #222;
}

/* 個別 ロゴ */
.megamenu_left {
	padding-top: 0px !important;
}
/*HeightMinというクラス名がついたら高さを小さく、上部固定に*/
#header.HeightMin {
	position: fixed;
	z-index: 999; /*最前面へ*/
	height: 100px;
	/* animation: ShowAnime 0.5s forwards; */
	background: none;
	background-color: #F4F6F6;
}
@keyframes ShowAnime {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@media all and (max-width: 767px) {
	#header.HeightMin {
		height: 80px;
	}
}
.logo_sp_box {
	width: 236px;
	margin: 0 0 0 10px;
}
#header.HeightMin a,
#header.HeightMin a:visited{
	color: #222;
}
#header_logo_w, #header_logo_w_sp, .menu-container--white #header_logo_w, .menu-container--white #header_logo_w_sp {
	display: block;
}
#header.HeightMin #header_logo_w, #header.HeightMin #header_logo_w_sp, .menu-container--white #header_logo_w, .menu-container--white #header_logo_w_sp {
	display: none;
}
#header_logo, #header_logo_sp, .menu-container--white #header_logo, .menu-container--white #header_logo_sp {
	display: none;
}
#header.HeightMin #header_logo, #header.HeightMin #header_logo_sp, .menu-container--white #header_logo, .menu-container--white #header_logo_sp {
	display: block;
}
#header.HeightMin .menu > ul > li a {}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media all and (max-width: 767px) {
	.menu-container {
		width: 100%;
	}
	.menu > ul {
		display: none;
	}
}
/* footer */
footer{
	background-color: #ddd;
	position: relative;
	z-index: 500;
	padding: 50px 0 40px;
	margin-top: 80px;
}
footer .wrap{
	width: 1200px;
	margin: 0 auto;
	font-size: 16px;
	color: #777;
	position: relative;
}
footer .footer_menu{
	display: flex;
	font-size: 16px;
	justify-content: space-between;
	width: 950px;
}
footer .footer_menu a{
	color: #444;
	text-decoration: none;
}
footer .footer_menu a:hover{
	color: #aaa;
}
.footer_flex{
	display: flex;
	margin-top: 25px;
}
.footer_flex div+div{
	margin-left: 30px;
}
.footer_privacy{
	position: absolute;
	right: 0px;
	top:0px;
	bottom: 0;
	margin-top: -15px;
	width: 90px;
}
.footer_privacy img{
	width: 90px;
}
.footer_stock a{
	color: #777;
}
@media all and (max-width: 767px) {
	footer .wrap{
		width: 100%;
		font-size: 12px;
	}
	footer .footer_menu{
		width: 90%;
		margin: 0 auto;
		flex-direction: column;
	}
	footer .footer_menu a+a{
		margin-top: 25px;
	}
	.footer_flex{
		width: 90%;
		margin: 40px auto 0;
		justify-content: space-between;
	}
	.footer_flex div+div{
		margin-left: inherit;
	}
	.footer_privacy{
		right: 20px;
		top: 160px;
	}
}
/* footer sp 電話ポップアップ */
#footer_sp_contact {
	width: 240px;
	height: 240px;
	border-radius: 120px;
	background: #305ca0;
	position: fixed;
	bottom: -110px;
	right: 20px;
	color: #fff;
	text-align: center;
	padding-top: 30px;
	z-index: 200;
}
#footer_sp_contact:hover{
	opacity: 0.9;
}
#footer_sp_contact img {
	width: 42px;
}
#footer_sp_contact p {
	line-height: 100%;
	margin: 0;
}
#footer_sp_contact .footer_sp_1 {
	font-weight: bold;
	font-size: 14px;
	line-height: 28px;
	color: #fff;
}
#footer_sp_contact .footer_sp_2 {
	font-weight: 900;
	font-size: 28px;
	line-height: 28px;
	text-align: center;
	padding-bottom: 18px;
	border-bottom: 1px solid #fff;
	width: 200px;
	margin: 0 auto 10px;
}
#footer_sp_contact .footer_sp_2 a{
	color: #fff;
	text-decoration: none;
}
#footer_sp_contact .footer_sp_2 a:hover{
	color: #eee;
}
#footer_sp_contact .footer_sp_3 {
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	color: #f4f6f6;
}
#footer_sp_contact .footer_sp_4 {
	font-weight: bold;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	color: #f4f6f6;
}
#footer_sp_contact .footer_sp_4 span{
	font-size: 20px;
}
#footer_sp_contact .footer_sp_5 {
	font-weight: 500;
	font-size: 11px;
	line-height: 15px;
	text-align: center;
	color: #ddd;
}
#footer_sp_contact.footer-open{
	bottom: 20px;
}