@charset "UTF-8";



/* --------------------------------------------------------------------------------------------- contents */
#contents .page-header{
	background-image: url(/event/img/contents_head_bg.png);
	background-color: #E6E6E6;
	color: #333333;
}
#contents .mainmenu section table a{
	color: #1992DF;
}

#contents .mainmenu section .note {
  margin-top: 30px;
}

@media screen and (max-width:768px){
	#contents .mainmenu section .note {
		margin-top: 15px;
	}
}

/* ----------------------------------------------------------------------------------- detail */
#contents .detail{
	background-color: #ffffff;
	padding: 1px 0;
}
#contents .detail section{
	margin: 0 auto;
	width: 1200px;
}
#contents .detail section h2{
	border-bottom: 4px solid #000000;
	margin: 35px 0 25px;
	padding: 15px 0;
	font-size: 2.6rem;
	line-height: 1.3;
}
#contents .detail section .txt{
	margin: 0 0 10px;
	font-size: 1.6rem;
	line-height: 1.6;
}
#contents .detail section .txt a{
	color: #000000;
}
#contents .detail .product{
	font-size: 1.6rem;
	line-height: 1.6;
	overflow: hidden;
}
#contents .detail .product .item{
	float: left;
	width: 32.66%;
}
#contents .detail .product .item + .item{
	margin: 0 0 0 1%;
}
#contents .detail .product .item > p:first-child,
#contents .detail .product .item > .title{
	font-weight: bold;
}
#contents .detail .product .item > .title{
	font-size: 2.4rem;
	margin: 15px 0;
}
#contents .detail section table{
	margin: 15px 0 25px;
}
#contents .detail section table th,
#contents .detail section table td {
	position: relative;
	font-weight: normal;
	text-align: left;
}
#contents .detail section table th{
	width: 70px;
}
#contents .detail section table td {
	padding: 0 0 0 1.5rem;
}
#contents .detail section table td:before {
	content: '：';
	position: absolute;
	left: 0;
	top: 0;
}
#contents .detail .product + .remark{
	line-height: 1.8;
	font-size: 1.2rem;
}
#contents .detail section ul.list{
	margin: 0 0 10px;
	font-size: 1.3rem;
	line-height: 1.6;
}
#contents .detail section ul.list li{
	position: relative;
	padding: 0 0 0 1.5em;
}
#contents .detail section ul.list li:before{
	content: '●';
	position: absolute;
	left: 0;
	top: 0;
}
#contents .detail section ul.list ul li:before{
	content: '・';
}
#contents .detail .btn01{
	margin: 100px auto;
}
#contents .detail .btn01 a{
	background: none;
	font-size: 2.0rem;
}
@media screen and (max-width:768px){
	#contents .detail{
		padding: 1px 0 30px;
	}
	#contents .detail section{
		padding: 0 10px;
		width: auto;
	}
	#contents .detail section h2{
		border-bottom: 2px solid #000000;
		margin: 15px 0 10px;
		padding: 7px 0;
		font-size: 1.4rem;
	}
	#contents .detail section .txt{
		font-size: 1.2rem;
	}

	#contents .detail .product{
		font-size: 1.2rem;
		line-height: 1.5;
	}
	#contents .detail .product .item{
		float: none;
		width: 100%;
	}
	#contents .detail .product .item + .item{
		margin: 20px 0 0;
	}
	#contents .detail .product .item > .title,
	#contents .detail section table{
		margin: 10px 0;
	}
	#contents .detail .product .item > .title{
		font-size: 1.6rem;
	}
	#contents .detail section table th,
	#contents .detail section table td{
		position: relative;
		font-weight: normal;
		text-align: left;
	}
	#contents .detail section table th{
		width: 50px;
	}
	#contents .detail section table th,
	#contents .detail section table td{
		position: relative;
		font-weight: normal;
		text-align: left;
	}
	#contents .detail section table th{
		width: 50px;
	}
	#contents .detail .product .item02 {
		float: none;
		margin: 0 0 0;
		width: 100%;
	}
	#contents .detail .product .item02 + .item02 {
		margin-top: 20px;
	}
	#contents .detail .product .item02 .thumb {
		margin-bottom: 5px;
	}
	#contents .detail .product .item02 > .title,
	#contents .detail .product .item02 table {
		margin: 10px 0;
	}
	#contents .detail .product .item02 > .title {
		font-size: 1.6rem;
	}
	#contents .detail .product .item02 table th,
	#contents .detail .product .item02 table td {
		font-size: 1.2rem;
	}
	#contents .detail .product + .remark{
		line-height: 1.6;
		font-size: 1.0rem;
	}
	#contents .detail section .overview .thumb,
	#contents .detail section .overview .txt {
		float: none;
		width: 100%;
	}
	#contents .detail section .overview .thumb {
		margin-bottom: 10px;
	}
	#contents .detail section .overview dl {
		font-size: 1.2rem;
	}
	#contents .detail section .overview dl dt,
	#contents .detail section .overview dl dd {
		display: inline-block;
		float: none;
		vertical-align: top;
		width: auto;
	}
	#contents .detail section .overview dl dt:after {
		margin-left: 4px;
	}
	#contents .detail section .overview dl dd {
		width: calc(100% - 45px);
	}
	#contents .detail section ul.list{
		margin: 0 0 10px;
		font-size: 1.0rem;
	}
	#contents .detail .btn01{
		margin: 25px 10px 0;
	}
	#contents .detail .btn01 a{
		font-size: 1.2rem;
	}
}


/* ----------------------------------------------------------------------------------- detail02 */
#contents .detail02 {
	background-color: #ffffff;
	padding: 1px 0 78px;
}
#contents .detail02 section {
	margin: 0 auto;
	width: 1200px;
}
#contents .detail02 section h2 {
	border-bottom: 4px solid #000000;
	margin: 35px 0 25px;
	padding: 15px 0;
	font-size: 2.6rem;
	line-height: 1.3;
}
#contents .detail02 section h3 {
	font-size: 2.0rem;
	line-height: 1.6;
	margin-bottom: 10px;
	padding-bottom: 3px;
}
#contents .detail02 section h3.line {
	border-bottom: 1px solid #868686;
	margin-top: 25px;
}

#contents .detail02 section h3 + .txt {
	margin-bottom: 23px;
}
#contents .detail02 section .txt {
	margin: 0 0 10px;
	font-size: 1.6rem;
	line-height: 1.6;
}
#contents .detail02 section .txt a {
	color: #000000;
}
#contents .detail02 .product {
	font-size: 1.6rem;
	line-height: 1.6;
	overflow: hidden;
}
#contents .detail02 .product .item {
	float: left;
	margin: 0 0 25px 2.5%;
	width: 31.667%;
}
#contents .detail02 .product .item:first-child,
#contents .detail02 .product .item:nth-child(3n + 1) {
	margin-left: 0;
}
#contents .detail02 .product .item .thumb {
	margin-bottom: 5px;
}
#contents .detail02 .product .item:only-child .thumb {
	margin-bottom: 0;
}
#contents .detail02 .product .item > p {
	font-weight: bold;
}
#contents .detail02 .product .item .caption {
	font-size: 2.0rem;
	line-height: 1.5;
	text-align: center;
}
#contents .detail02 .product .item > .title {
	font-size: 2rem;
	line-height: 1.5;
	margin: 8px 0 10px;
}
#contents .detail02 .product .item table {
	margin: 10px 0 25px;
}
#contents .detail02 .product .item table th,
#contents .detail02 .product .item table td {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.6;
	position: relative;
	text-align: left;
}
#contents .detail02 section table th {
	width: 70px;
}
#contents .detail02 section table td {
	padding: 0 0 0 1.5rem;
}
#contents .detail02 section table td:before {
	content: '：';
	position: absolute;
	left: 0;
	top: 0;
}
#contents .detail02 .product + .remark {
	line-height: 1.8;
	font-size: 1.2rem;
  margin-bottom: 50px;
}
#contents .detail02 section .overview {
	overflow: hidden;
}
#contents .detail02 section .overview .thumb {
	float: right;
	width: 600px;
}
#contents .detail02 section .overview > .txt {
	float: left;
	width: 600px;
}
#contents .detail02 section .overview .txt h3 {
	line-height: 1.4;
	margin-bottom: 0;
	padding-bottom: 0;
}

#contents .detail02 section .overview .txt .txt {
	margin-bottom: 10px;
}
#contents .detail02 section .overview .txt .more {
	width: 300px;
}
#contents .detail02 section .overview .txt .more a {
	background: url(/common/img/btn_bg01.png) left top no-repeat;
	box-sizing: border-box;
	display: block;
	padding: 10px 0 5px;
	text-align: center;
	text-decoration: none;
}
#contents .detail02 section .overview dl {
	font-size: 1.4rem;
	line-height: 1.6;
	overflow: hidden;
}
#contents .detail02 section .overview dl dt {
	float: left;
	width: 72px;
}
#contents .detail02 section .overview dl dt:after {
	content: "：";
	display: inline-block;
	vertical-align: middle;
}
#contents .detail02 section .overview dl dd {
	float: left;
	width: calc(100% - 72px);
}
#contents .detail02 section .note-list {
	font-size: 1.2rem;
	line-height: 1.6;
	margin-top: 27px;
	padding-left: 1em;
	text-indent: -1em;
}
#contents .detail02 section ul.list {
	font-size: 1.3rem;
	line-height: 1.6;
}
#contents .detail02 section ul.list li {
	position: relative;
	padding: 0 0 0 1.5em;
}
#contents .detail02 section ul.list li:before {
	content: '●';
	position: absolute;
	left: 0;
	top: 0;
}
#contents .detail02 section ul.list ul li:before {
	content: '・';
}
#contents .detail02 .btn_box {
	background-color: #f2f2f2;
	margin: 78px 0 -78px;
	padding: 80px 0;
}
#contents .detail02 .btn01 a {
	font-size: 2.0rem;
	padding: 31px 0 29px;
}
@media screen and (max-width:768px){
	#contents .detail02 {
		padding-bottom: 25px;
	}
	#contents .detail02 section {
		padding: 0 10px;
		width: auto;
	}
	#contents .detail02 section h2 {
		border-bottom: 2px solid #000000;
		margin: 15px 0 10px;
		padding: 7px 0;
		font-size: 1.4rem;
	}
	#contents .detail02 section h3 {
		font-size: 1.2rem;
		margin-bottom: 5px;
	}
  #contents .detail02 section h2 + h3.line {
    margin-top: 0;
  }
	#contents .detail02 section .txt {
		font-size: 1.2rem;
	}

	#contents .detail02 .product {
		font-size: 1.2rem;
		line-height: 1.5;
	}
	#contents .detail02 .product .item {
		float: none;
		margin: 0 0 0;
		width: 100%;
	}
	#contents .detail02 .product .item + .item {
		margin-top: 20px;
	}
	#contents .detail02 .product .item .thumb,
	#contents .detail02 .product .item:only-child .thumb{
		margin-bottom: 5px;
	}
	#contents .detail02 .product .item .caption {
		font-size: 1.2rem;
	}
	#contents .detail02 .product .item > .title,
	#contents .detail02 section table {
		margin: 10px 0;
	}
	#contents .detail02 .product .item > .title {
		font-size: 1.6rem;
	}
	#contents .detail02 .product .item table th,
	#contents .detail02 .product .item table td {
		font-size: 1.2rem;
	}
	#contents .detail02 .product .item table th {
		width: 50px;
	}
	#contents .detail02 .product + .remark {
		line-height: 1.6;
		font-size: 1.0rem;
    margin-bottom: 0;
	}
	#contents .detail02 section .overview .thumb,
	#contents .detail02 section .overview .txt {
		float: none;
		width: 100%;
	}
	#contents .detail02 section .overview .txt .more {
		margin: 0 auto;
		width: 260px;
	}
	#contents .detail02 section .overview .txt .more a {
		background-image: url(/common/img/btn_bg01_sp.png);
		background-size: 260px 30px;
		padding: 6px 0 5px;
	}
	#contents .detail02 section .overview .thumb {
		margin-bottom: 10px;
	}
	#contents .detail02 section .overview dl {
		font-size: 1.2rem;
	}
	#contents .detail02 section .overview dl dt,
	#contents .detail02 section .overview dl dd {
		display: inline-block;
		float: none;
		vertical-align: top;
		width: auto;
	}
	#contents .detail02 section .overview dl dt:after {
		margin-left: 4px;
	}
	#contents .detail02 section .overview dl dd {
		width: calc(100% - 70px);
	}
	#contents .detail02 section .note-list {
		font-size: 1.0rem;
		margin-top: 15px;
	}
	#contents .detail02 section ul.list {
		margin: 0 0 10px;
		font-size: 1.0rem;
	}
	#contents .detail02 .btn_box {
		margin-bottom: -25px;
		margin-top: 25px;
		padding: 25px 10px;
	}
	#contents .detail02 .btn01 {
		margin: 0 auto;
	}
	#contents .detail02 .btn01 a {
		font-size: 1.2rem;
		padding: 13px 0;
	}
}