@charset "utf-8";

:first-child + html #wrapper{
	margin: 20px auto 0;
}

body{
	>font-size: 12px !important;
}

a{
	text-decoration: none;
}

a:hover img{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
}

#lp_container{
	max-width: 1036px;
	margin: 0 auto;
	background: #ffffff;
	padding: 18px 0 0;
}

#wrapper{
	width: 100%;
	max-width: 990px;
	height: auto;
	margin: auto;
	padding: 0;
	clear: both;
	text-align: left;
	color: #323232;
	font-size: 100%;
	background-color: transparent;
}

#wrapper img{
	width: 100%;
	display: block;
	height: auto;
	margin: auto;
}

#wrapper hr{
	margin: 3.0em 0;
}

/*#chap01,
#chap02,
#chap03,
#chap04,
#chap05{
	height: 100%;
	overflow: hidden;
	position: relative;
}*/

.khB{color: #006b99 !important;}
.mi{font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;}
.taC{text-align: center !important;}
.taL{text-align: left !important;}
.taR{text-align: right !important;}
.fwB{font-weight: bold !important;}
.fwN{font-weight: normal !important;}
.db{display: block !important;}
.m0a{margin: 0 auto !important;}
.m1a{margin: 1.0em auto !important;}
.mt1a{margin: 1.0em auto 0 !important;}
.mb1a{margin: 0 auto 1.0em !important;}
.fL{float: left !important;}
.fR{float: right !important;}

/**********************************************/
#wrapper h2{
	text-align: center;
	font-size: 250%;
	padding: 5% 0;
	line-height: 1em;
}

#wrapper h2 span{
	font-weight: normal;
}

#wrapper .items_img{
	max-width: 298px;
}

#wrapper .items_name{
	font-size: 170%;
	padding: 3% 0 3% 1%;
	line-height: 1em;
}

#wrapper .items_name span{
	font-weight: normal;
	font-size: 70%;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
}

#wrapper .txt_icon{
	color: #ffffff;
	background-color: #0079bb;
	font-size: 50%!important;
	margin-left: 5px;
	padding: 0 5px;
	vertical-align: middle;
}

#wrapper .about{
	color: #646464;
	line-height: 1.3em;
	font-size: 120%;
	padding: 0 4%;
}

#wrapper .price{
	padding: 3% 0 0 5%;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
}

#wrapper .price span{
	color: #ff0000;
	padding: 0 5px;
	font-size: 120%;
	font-weight: bold;
}

#wrapper .onecol{
	max-width: 690px;
	padding: 10px 0;
}

#wrapper .twocol{
	max-width: 315px;
	padding: 20px 0 10px;
}

#cont01 ul{
	display: table;
	table-layout: fixed;
	width: 100%;
	font-size: 160%;
}

#cont01 li{
	display: table-cell;
	vertical-align:middle;
}

#cont01 .head_img{
	max-width: 100%;
}

#cont01 .title{
	font-size: 130%;
	padding: 0.5em;
	font-weight: bold;
	color: #006b99;
}

#cont01 .title + p{
	line-height: 1.5em;
	padding: 0 1.5em;
}

#cont02 ul{
	display: table;
	table-layout: fixed;
	width: 100%;
	text-align: center;
	font-size: 160%;
}

#cont02 li{
	display: table-cell;
	vertical-align:middle;
	border: 1px solid #aaaaaa;
	padding: 5px;
}

#cont03{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

#cont03 .items02{
	margin: 0 auto;
	padding: 5px 0;
}

#cont03 .empty{
	width: 50%;
}



/* table scroll
------------------------------ */
.table_area{
	margin: 1em auto 2em;
}
.table_area table{
	width: 100%;
	max-width: 990px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
/*	margin: 10px auto;*/
	margin: auto;
	border-collapse: collapse;
	padding: 0;
	table-layout: fixed;
}
.table_area table th,
.table_area table td{
	padding: 0.5em;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	text-align: center;
	vertical-align: middle;
	font-size: 80%;
	font-weight: normal;
}
.table_scroll td{
	padding: 0.5em;
	vertical-align: top;
}

@media screen and (max-width: 1024px){
		.table_area{
/*			width: 90%;*/
/*			border: 1px dotted;*/
/*			padding: 1em;*/
/*			padding: 0 1em;*/
			margin: 2em auto;
			overflow: scroll;
		}
		.table_scroll{
			width:100%;
			min-width: 990px;
			margin: 1em auto;
/*			display: inline-table !important;*/
			table-layout: fixed;
		}

/*Hints*/
		.table_area{
				background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) 0 0/30px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) right/30px 100% !important;
				background-repeat: no-repeat !important;
				background-attachment: scroll !important;
		}
		.table_area table{
				background: linear-gradient(to left, hsla(0,0%,100%,0), white 15px) 0 0 / 50px 100%, linear-gradient(to right, hsla(0,0%,100%,0), white 15px) right / 50px 100% !important;
				background-repeat: no-repeat !important;
				background-attachment: local !important;
		}
/*		.table_area th:first-of-type{
				background: rgba(0,0,0,.1) !important;
		}*/
}


/* pageTop */
.pageTop{
	width: 70px;
	height: 70px!important;
	border-radius: 50%;
	text-align: center;
	position: fixed;
	right: 3%;
	bottom: 3%;
	box-shadow: 0 0 10px;
	background-color: #ffffff;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	display: none;
}

.pageTop a{
	display: block;
	font-size: 200%;
	line-height: 1.1em;
	padding: 20px 0;
	color: #006B99!important;
	text-decoration: none;
}

.pageTop a:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	color: #006B99;
}


/* clear */
/*#chap01:after,
#chap02:after,
#chap03:after,
#chap04:after,
#chap05:after,
.clearFix:after{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}*/


/* add contents css
----------------------------- */



/* eisei css
----------------------------- */
#wrapper{
	background: #a9d9f0;
}

#wrapper h2{
	padding: 1% 0;
}

#cont02 ul{
	list-style: none;
	display: flex;
	justify-content: center;
	padding: 1% 0 0 0;
}
#cont02 li{
	border: none;
}

#cont02 img{
	min-width: 120px;
}

#cont03{
	justify-content: space-evenly;
}

#cont03 .items02{
	margin: initial;
}

h2>.sub_img{
	max-width: 900px;
	margin: auto;
}

#wrapper .items_img{
	border: #fff;
	border-radius: 10px 10px 0 0;
}

#wrapper ul.btn_box{
	list-style: none;
	background: #fff;
	padding: 0 4px;
	max-width: 290px;
	display: flex;
	justify-content: center;
	border-radius: 0 0 10px 10px;
}

#wrapper ul.btn_box li{
	padding: 0 2px;
}

#wrapper .twocol{
	padding: 0 0 16px;
}


h2.pt{
	padding-top: 5% !important;
}