
@charset "utf-8";

/*---------------------------------------- common */
.visid.w_100vw {
	overflow-x: clip;
}
.visid img { height: auto; }

.page_title_area_aem {
	display: none;
}

@media screen and (max-width: 1023px) {
	.breadcrumbs.for_mobile {
		display: none;
	}
}
@media screen and (min-width: 1024px) {
	.breadcrumbs.for_pc {
		display: none;
	}
}
/* ----------------------------------------
	page_top
---------------------------------------- */

@media screen and (min-width: 1024px) {
	.page_top {
		padding: 0;
		border-top: none;
	}
	.page_top_text {
		display: none;
	}
}

/* ----------------------------------------
	button
---------------------------------------- */

.main_content * + .button {
	margin-top: 20px;
}



/* ----------------------------------------
	cont_wrap
---------------------------------------- */

.cont_wrap { padding: 40px 20px; }

@media screen and (min-width: 768px) {
	.cont_wrap { padding: 60px 30px; }
}

@media screen and (min-width: 1024px) {
	.cont_wrap { padding: 80px 30px; }
}

/* ----------------------------------------
  p
---------------------------------------- */

.main_content div + p,
.main_content ul + p,
.main_content ol + p,
.main_content dl + p,
.main_content table + p,
.main_content img + p {
	margin-top: 1em;
}

/* ==================================================
	color
================================================== */

:root {
	--color100: #024ad8;
	--color70: #4d80e4;
	--color50: #80a4eb;
	--color40: #9ab7ef;
	--color30: #b3c8f3;
	--color20: #ccdbf7;
	--color10: #e5edfb;
}

.bg100 { background-color: var(--color100) !important; }
.bg70 { background-color: var(--color70) !important; }
.bg50 { background-color: var(--color50) !important; }
.bg40 { background-color: var(--color40) !important; }
.bg30 { background-color: var(--color30) !important; }
.bg20 { background-color: var(--color20) !important; }
.bg10 { background-color: var(--color10) !important; }

.bg_gray { background-color: #e6e6e6; }
.bg_lt_gray { background-color: #f2f2f2; }

.fc_electric_bl { color: #024ad8; }
.fc_og_bloom { color: #ff5050; }
.fc_power_storm { color: #568393; }




/* ==================================================
  local_navi
================================================== */




/*======================
	main
======================= */


/*--------------------------------- 
	main_box
--------------------------------------- */
.main_box {
	display: flex;
	flex-direction: column; /* 画像を上にする場合は column-reverse にしてください */
}
.main_box .title .inner,
.main_box .subtitle .inner {
	padding: 15px 20px;
}
.main_box .text .inner {
	padding: 30px 20px 50px;
}
.main_box .list {
	margin-top: 20px;
}
.main_box .list > li {
	padding: .5em 0;
	border-bottom: 1px solid #000;
}
.main_box .img_area img {
	object-fit: cover;
	width: 100%;
	height: auto;
}

@media screen and (min-width: 768px) {
	.main_box .title .inner,
	.main_box .subtitle .inner {
		padding: 30px 20px;
	}
	.main_box .text_area .inner {
		padding-right: 0;
		padding-left: 30px;
	}
}

@media screen and (min-width: 1024px) {
	.main_box .title .inner {
		padding: 60px 20px 30px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
	.main_box .img_area img {
		height: auto;
	}
}

@media screen and (min-width: 1280px) {
	.main_box {
		flex-direction: row;
		min-height: auto;
	}
	.main_box .text_area {
		width: calc(50% - 193px);
	}
	.main_box .text_area .inner {
		max-width: calc(416px + 30px);
		margin-left: auto;
	}
	.main_box .img_area {
		width: calc(50% + 193px);
	}
	.main_box .img_area img {
		/*max-width: 1053px;*/
		height: 100%;
	}
}

@media screen and (min-width: 1920px) {
	.main_box .text_area {
		width: calc(50% - 93px);
	}
	.main_box .text_area .inner {
		max-width: calc(516px + 30px);
	}
	.main_box .img_area {
		width: calc(50% + 93px);
	}
	
	.main_box .img_area img {
		max-height: 520px;
	}
}


/*---------------------------------------------------------- 
	title__box
----------------------------------------------------------- */
.title__box {
	border-top: 1px #000 solid;
	border-bottom: 1px #000 solid;
	padding: 3rem 2rem;
}
@media screen and (min-width: 1280px) {
	.title__box {
		padding: 3rem 0;
	}
}
