@charset "UTF-8";
/************************************************** base */
.wrapper {
    background: none;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

/************************************************** navi */
header {
    background-color: #ffffff;
}

/************************************************** pankuzu */

#pankuzu .contents {
		font-size: 16px;
    margin: 20px 2%;
    color: #000000;
}

/************************************************** top key */
.key h2 img {
	width: 100%;
}
.line_sp{
z-index: 9999;
position:relative;
top:0px;
left:0px;
width:100%;
margin: auto;
	max-width: 100%;
	max-height: 100%;
}

/************************************************** box */
.section h2 {
	color: #000000;
	font-size: 18px;
	line-height: 1.4;
  margin: 0 2% 15px;
}
.section h2 span {
	color: #ea020f;
}
.section p.txt {
	font-size: 13px;
	line-height: 1.6;
	margin-bottom: 20px;
	word-wrap : break-word;
}
.section p.txt a {
	color: #000000;
}
.section ul li {
	list-style: none;
}
.section .box {
	color: #000000;
	margin: 0 2%;
}
.section .box .left {
	text-align: center;
	margin-bottom: 15px;
}
.section .box .left img {
	max-width: 213px;
	width: 100%;
}
.section .box .right .txtArea {
	padding: 20px 12px 0;
	margin-bottom: 20px;
	border: 1px #474747 solid;
  background-color: #ffffff;
}
.section .box .right ul.photoArea li {
	float: left;
	width: 48%;
	margin-bottom: 4%;
}
.section .box .right ul.photoArea li:nth-child(even) {
	float: right;
}
.section .box .right ul.photoArea li img {
	width: 100%;
}
.section .box .right ul.photoArea li.youtube {
	float: none;
	width: 90%;
	text-align: center;
	margin: 0 auto 15px;
	color: #000000;
}
.section .box .right ul.photoArea li.youtube div {
	position: relative;
	padding: 66% 0 0 0;
}
.section .box .right ul.photoArea li.youtube div iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.section .open_btn_box {
	background-image: linear-gradient( 180deg, rgba(255,255,255,0.5), #fff );
	padding-top: 4em;
	margin-top: -7em;
	position: relative;
	padding-bottom: 6em;
}
.section .box .open_btn {
	width: 46.6%;
	border: #717071 solid 2px;
	border-radius: 4px;
	background: url(../img/icon_open.png) 90% center no-repeat #fff;
	background-size: 8%;
	text-align: center;
	padding: 10px 0;
	position: absolute;
	top: 2em;
	left: 0;
	right: 0;
	margin: 0 auto;
	cursor: pointer;
}
.section .box .close_btn {
	width: 46.6%;
	border: #717071 solid 2px;
	border-radius: 4px;
	background: url(../img/icon_close.png) 90% center no-repeat #fff;
	background-size: 8%;
	text-align: center;
	padding: 10px 0;
	margin: -10px auto 40px;
	cursor: pointer;
}

.section .box .none {
	display: none;
}


#linkArea .contents {
	margin: 0 2% 40px;
	border: 1px #686868 solid;
}
#linkArea .contents p {
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	padding: 8px 10px 5px;
	background-color: #474747;
}
#linkArea .contents .linkBox {
	margin: 10px auto;
}
#linkArea .contents .linkBox ul {
	float: left;
	margin: 0 5%;
}
#linkArea .contents .linkBox ul li {
	margin-bottom: 5px;
}
@media (min-width: 480px) {
#linkArea .contents .linkBox {
	width: 400px;
}
#linkArea .contents .linkBox ul:nth-child(2) {
	float: right;
	margin: 0 5%;
}
}
#linkArea .contents .linkBox ul li a {
	color: #000000;
	text-decoration: none;
}
