@charset "utf-8";

header .info { position: absolute; top: -40px; right: 0; z-index: 1; }
header .info li {width: 154px;float: left;}
header .info li a { display: inline-block; }
header .info li img { width: 100%; }
header .info-button{margin-top: 60px;}

.tab_container {
	padding-bottom: 1em;
	background-color: #fff;
	margin: 0 1em 50px;
}
.tab_item {
	width: calc(100%/2);
	padding:15px 0;
	border: 1px solid #ea617d ;
	border-bottom: 3px solid #ea617d ;
	background-color: #ececec;
	text-align: center;
	color: #ea617d ;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
}
.tab_item:hover {
	opacity: 0.75;
}
input[name="tab_item"] {
	display: none;
}
.tab_content {
	display: none;
	clear: both;
	overflow: hidden;
	border: 1px solid #ea617d ;
}
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content {
	display: block;
}
.tab_container input:checked + .tab_item {
	background-color: #ea617d ;
	color: #fff;
}

.yellow-bg {
	margin: 5% 0 0;
}

#tab2_content .about_bg {
    background: url(../images/bg_about_2.png) no-repeat top center;
}
#tab1_content .about_bg {
    background: url(../images/bg_about_basic02.png) no-repeat top center;
}

#tab1_content section.detail {
	padding-top: 240px;
}

.pointTitle {
	display: flex;
	align-items: flex-start;
	color: #e45050;
	font-family: serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 10px;
}
	.pointTitle img {
		width: 60px;
		height: 34px;
		margin-right: 8px;
	}

.detail-voice {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#tab1_content .detail-voice,#tab2_content .detail-voice {
	margin: 0 25px;
}
	.detail-voice div {
		width: 100%;
	}
	#tab1_content .detail-voice div {
		width: 49%;
	}
		.detail-voice div img {
			width: 100%;
		}

.modal {
	max-width: 100% !important;
}
	.modal img {
		width: 100%;
	}

.pc_table .price01 {
	margin: 0 0 20px 20px;
}

.attention {
	color: #ea617d;
	font-weight: bold;
}

.btn {
	text-align: center;
}

.w980_img {
	display: none;
}

.point-sp {
	font-size: 20px;
    color: #fffced;
    border: solid 2px #ea617d;
    background: #ea617d;
}

@media screen and (max-width: 1120px) {
	.yellow-bg {
		margin: 0;
	}
}

@media screen and (max-width: 980px) {
	.pc,
	.pctab_img {
		display: none;
	}
	.mister ul .smt_img,
	.qanda h2 .smt_img,
	.btn .smt_img,
	.w980_img {
		display: inherit;
	}
	.yellow-bg {
		padding-bottom: 0;
		background: none;
	}
	section.detail {
		margin-bottom: 0;
	}
	.tab_container {
		margin: 0 1em;
	}
	#tab1_content section.detail {
		padding-top: 200px;
		margin-bottom: 0;
	}
		#tab1_content section.detail .detail-txt:first-of-type {
			text-align: left;
		}
	.qanda dl {
		margin: 0 20px;
	}
}

@media screen and (max-width: 640px) {
	.w980_img {
		display: none;
	}
	#tab1_content section.mister,
	#tab1_content section.mister ul {
		margin-bottom: 0;
	}
	.pointTitle {
		font-size: 16px;
		line-height: 1.5;
	}
		.pointTitle img {
			width: 50px;
			height: 28px;
		}
	.detail-txt {
		margin:0;
	}
}


/* TOP固定バナー */
.kotei {
	display: none;
}
	@media screen and (max-width: 768px) {
		footer.f_top .copyright {
			padding-bottom: 18%;
		}
		.kotei {
			display: inherit;
			position: fixed;
			bottom: 0;
			background:#ffe4ea;
			text-align: center;
			width: 100%;
		}
		.kotei ul {
			display: flex;
			max-width: 424px;
			margin: 0 auto;
		}

		.kotei ul li img{
			display: block;
			max-width: 100%;
		}

		footer #pagetop {
			bottom: 19vw;
		}
	}

	/* ヘッダーのバナー */
	@media screen and (max-width: 768px) {
	header .info-button{
		display: none;
	}
	}


	/* ネズミのキャラクター画像 */
	#mouse {
		position: fixed;
		bottom: 0;
		right: -10px;
		width: 50px;
		z-index: 10000;
	}

	#mouse img{
		max-width: 100%;
		display: block;
	}