/*================================================ *  app CSS設定 ================================================*/

body {
	color: #333;
}

#container h1 img {
	width: 100%;
	max-width: 540px;
}

#container h2 {
	font-size: 2.8rem;
}

#container h2 span {
	font-size: 2rem;
}

.full-width a {
	transition: .3s;
}

.full-width a:hover {
	color: #333;
	opacity: 0.3;
}

.hero_bg {
	position: relative;
	width: 100%;
	max-height: 350px;
	background: url(/product/app/images/hero_bg.svg) bottom center;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 0 20px;
	margin: 0 0 60px;
}

.hero_box {
	width: 100%;
	max-width: 1010px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 auto;
}

.hero_box .hero_box_left {
	width: 50%;
	height: fit-content;
	margin: 20px 0;
}

.hero_box .hero_box_left p {
	width: 100%;
	font-size: 1.6rem;
	margin: 0 0 20px 0;
}

.hero_box .hero_box_right {
	width: 50%;
	line-height: 0;
}


.hero_box .hero_box_right img {
	width: 100%;
	max-height: 350px;
	object-fit: contain;
}

.hero_box .icon_box {
	max-width: 300px;
	display: flex;
	justify-content: space-between;
}

.hero_box .icon_box img {
	max-width: 50px;
	height: 100%;
}

.tab_box > ul {
	max-width: 1010px;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 30px 10px;
	padding: 0 30px;
	margin: 0 auto;
}

.tab_box > ul li p {
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #a6a6a6;
	font-weight: bold;
	border: 2px solid #a6a6a6;
	border-radius: 10px;
	box-shadow: 0 3px 5px rgb(0 0 0 / 20%);
	cursor: pointer;
	transition: .3s;
}


.tab_box > ul li.rearegi p {
	color: #126d82;
}

.tab_box > ul li.rearegi:hover p {
	color: #fff;
	background: #126d82;
	border: 1px solid #a6a6a6;
	transform: translateY(-10px);
}

.tab_box > ul li.rearegi.active p {
	color: #fff;
	background: #126d82;
	border: 1px solid #a6a6a6;
}

.tab_box > ul li.atkessai p {
	color: #d0701d;
}

.tab_box > ul li.atkessai:hover p {
	color: #fff;
	background: #d0701d;
	border: 1px solid #a6a6a6;
	transform: translateY(-10px);
}

.tab_box > ul li.atkessai.active p {
	color: #fff;
	background: #d0701d;
	border: 1px solid #a6a6a6;
}

.tab_box > ul li.tenpovisor p {
	color: #004098;
}

.tab_box > ul li.tenpovisor:hover p {
	color: #fff;
	background: #004098;
	border: 1px solid #a6a6a6;
	transform: translateY(-10px);
}

.tab_box > ul li.tenpovisor.active p {
	color: #fff;
	background: #004098;
	border: 1px solid #a6a6a6;
}

.tab_box > ul li.misemeg p {
	color: #589c34;
}

.tab_box > ul li.misemeg:hover p {
	color: #fff;
	background: #589c34;
	border: 1px solid #a6a6a6;
	transform: translateY(-10px);
}

.tab_box > ul li.misemeg.active p {
	color: #fff;
	background: #589c34;
	border: 1px solid #a6a6a6;
}

.tab_box > ul li.eatmenzei p {
	color: #44509f;
}

.tab_box > ul li.eatmenzei:hover p {
	color: #fff;
	background: #44509f;
	border: 1px solid #a6a6a6;
	transform: translateY(-10px);
}

.tab_box > ul li.eatmenzei.active p {
	color: #fff;
	background: #44509f;
	border: 1px solid #a6a6a6;
}

.tab_content {
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition: .3s;
}

.tab_content.active {
	height: auto;
	opacity: 1;
}

.tab_content > h2 {
	padding: 10px 10px 10px 20px;
	margin: 0 0 30px;
}

.tab_content > h2.rearegi {
	background: #dbf2f4;
}

.tab_content > h2.atkessai {
	background: #f6e2d2;
}

.tab_content > h2.tenpovisor {
	background: #ccd9ea;
}

.tab_content > h2.misemeg {
	background: #deebd6;
}

.tab_content > h2.eatmenzei {
	background: #dadcec;
}


.tab_content > h2 img {
	width: auto;
	height: 40px;
	object-fit: contain;
	vertical-align: bottom;
}

.tab_content > h2.misemeg img {
	height: 40px;
	padding: 3px 0;
}

.tab_content > p:nth-of-type(1) {
	font-size: 2rem;
	text-align: center;
	margin: 0 0 20px;
}

.tab_content > p:nth-of-type(2) {
	margin: 0 0 30px;
}

.tab_content.rearegi .main_box > div:nth-of-type(1)::after {
	content: "";
	width: 50px;
	height: 50px;
	background: url(/assets/img/logo/rearegi_icon.svg) no-repeat;
	background-size: contain;
	filter: drop-shadow(0 3px 2px rgba(0, 0, 0, 40%));
	position: absolute;
	top: -20px;
	left: 0px;
}

.tab_content.atkessai .main_box > div:nth-of-type(1)::after {
	content: "";
	width: 50px;
	height: 50px;
	background: url(/assets/img/logo/atkessai_icon.svg) no-repeat;
	background-size: contain;
	filter: drop-shadow(0 3px 2px rgba(0, 0, 0, 40%));
	position: absolute;
	top: -20px;
	left: 0px;
}

.tab_content.tenpovisor .main_box > div:nth-of-type(1)::after {
	content: "";
	width: 50px;
	height: 50px;
	background: url(/assets/img/logo/tenpovisor_icon.svg) no-repeat;
	background-size: contain;
	filter: drop-shadow(0 3px 2px rgba(0, 0, 0, 40%));
	position: absolute;
	top: -20px;
	left: 0px;
}

.tab_content.misemeg .main_box > div:nth-of-type(1)::after {
	content: "";
	width: 50px;
	height: 50px;
	background: url(/assets/img/logo/misemeg_icon.svg) no-repeat;
	background-size: contain;
	filter: drop-shadow(0 3px 2px rgba(0, 0, 0, 40%));
	position: absolute;
	top: -20px;
	left: 0px;
}

.tab_content.eatmenzei .main_box > div:nth-of-type(1)::after {
	content: "";
	width: 50px;
	height: 50px;
	background: url(/assets/img/logo/eatmenzei_logo_icon.svg) no-repeat;
	background-size: contain;
	filter: drop-shadow(0 3px 2px rgba(0, 0, 0, 40%));
	position: absolute;
	top: -20px;
	left: 0px;
}

.main_box {
	max-width: 800px;
	display: flex;
	gap: 30px 20px;
	border: 1px solid #ebeeef;
	margin: 0 auto 60px;
}

.main_box > div:nth-of-type(1) {
	min-width: 270px;
	display: flex;
	flex-flow: column;
	align-items: center;
	position: relative;
	padding: 20px;
}

.rearegi .main_box > div:nth-of-type(1) {
	background: url(/product/app/images/bg_wave_rearegi.svg) no-repeat;
	background-size: 150%;
	background-position: bottom;
	background-color: #ebeeef;
}

.atkessai .main_box > div:nth-of-type(1) {
	background: url(/product/app/images/bg_wave_atkessai.svg) no-repeat;
	background-size: 150%;
	background-position: bottom;
	background-color: #ebeeef;
}

.tenpovisor .main_box > div:nth-of-type(1) {
	background: url(/product/app/images/bg_wave_tenpovisor.svg) no-repeat;
	background-size: 150%;
	background-position: bottom;
	background-color: #ebeeef;
}

.misemeg .main_box > div:nth-of-type(1) {
	background: url(/product/app/images/bg_wave_misemeg.svg) no-repeat;
	background-size: 150%;
	background-position: bottom;
	background-color: #ebeeef;
}

.eatmenzei .main_box > div:nth-of-type(1) {
	background: url(/product/app/images/bg_wave_eatmenzei.svg) no-repeat;
	background-size: 150%;
	background-position: bottom;
	background-color: #ebeeef;
}

.main_box > div:nth-of-type(1) > p {
	text-align: center;
	font-weight: bold;
	margin: 0 0 20px;
}

.main_box > div:nth-of-type(1) > p span {
	font-size: 1.8rem;
}

.rearegi .main_box > div:nth-of-type(1) > p span {
	color: #126d82;
}

.eatmenzei .main_box > div:nth-of-type(1) > p span {
	color: #44509f;
}

.main_box > div:nth-of-type(1) > img {
	width: 100%;
	max-width: 200px;
	max-height: 140px;
	object-fit: contain;
}

.atkessai .main_box > div:nth-of-type(1) > img {
	max-height: 120px;
}

.eatmenzei .main_box:nth-of-type(3) > div:nth-of-type(1) > img {
	max-height: 120px;
}

.main_box > div:nth-of-type(2) {
	padding: 20px 20px 30px;
}

.main_box > div:nth-of-type(2) > p {
	margin: 0 0 20px;
}

.eatmenzei .main_box:nth-of-type(2) > div:nth-of-type(2) > p:nth-of-type(1) {
	margin: 0 0 10px;
}

.eatmenzei .main_box:nth-of-type(3) > div:nth-of-type(2) > p:nth-of-type(1) {
	margin: 0 0 10px;
}

.eatmenzei .main_box:nth-of-type(2) > div:nth-of-type(2) > p:nth-of-type(2),
.eatmenzei .main_box:nth-of-type(3) > div:nth-of-type(2) > p:nth-of-type(2) {
	text-align: right;
}

.movie_box {
	display: flex;
	gap: 30px;
}

.movie_box > div:nth-of-type(1) {
	width: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
}

.movie_box > div:nth-of-type(1) a {
	width: 100%;
	display: block;
	line-height: 0;
}

.movie_box > div:nth-of-type(1) video {
	width: 100%;
}

.movie_box > div:nth-of-type(2) {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.movie_box > div:nth-of-type(2) a {
	display: block;
	line-height: 0;
}

.movie_box > div:nth-of-type(2) a img {
	width: 140px;
	object-fit: contain;
}

.movie_box > div:nth-of-type(2) a img.frame {
	height: 50px;
	border: 1px solid;
	border-radius: 5px;
	padding: 8px 20px;
}

.btn_common {
	max-width: 350px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 10px;
	position: relative;
	margin: 0 auto;
}

#container .btn_common:hover {
	color: #fff;
}

.btn_common::after {
	font-family: "Font Awesome 5 Free";
	content: "\f101";
	font-weight: 900;
	margin: 0 0 0 10px;
}

.bg_rearegi {
	background: #4cbfc6;
}

.bg_atkessai {
	background: #a29388;
}

.bg_tenpovisor {
	background: #ec4092;
}

.bg_misemeg {
	background: #eb611f;
}

.bg_eatmenzei {
	background: #44509f;
}

a.text_link_window_blue {
	color: #4187AB;
	border-bottom: 1px solid;
	position: relative;
	transition: .3s;
}

a.text_link_window_blue:hover {
	color: #4187AB;
}

a.text_link_window_blue::after {
	content: "\f35d";
	font-family: Font Awesome\ 5 Free;
	font-weight: 600;
	margin: 0 0 0 5px;
}


@media screen and (max-width:767px) {
	#container h1 {
		line-height: 1.3;
	}

	.hero_box .hero_bg {
		max-height: 100%;
		height: auto;
	}

	.hero_box .hero_box_left,
	.hero_box .hero_box_right {
		width: 100%;
		text-align: center;
	}

	.hero_box .icon_box {
		margin: 0 auto;
	}

	.tab_box > ul {
		grid-template-columns: repeat(1, 1fr);
		padding: 0 20px;
	}

	.tab_box > ul li.rearegi:hover,
	.tab_box > ul li.atkessai:hover,
	.tab_box > ul li.tenpovisor:hover,
	.tab_box > ul li.misemeg:hover,
	.tab_box > ul li.eatmenzei:hover {
		bottom: 0;
	}

	.main_box {
		flex-flow: column;
	}

	.main_box > div:nth-of-type(2) {
		display: flex;
		flex-flow: column;
		align-items: center;
	}

	.movie_box > div:nth-of-type(1) {
		width: 160px;
	}

	.movie_box > div:nth-of-type(2) a img {
		width: 120px;
	}

}
