@charset "utf-8";

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

#page-title{
}

#page-title div{
	margin: 0 auto;
	margin-top: 63px;
	margin-bottom: 30px;
}

.lcl-wrap{
	background: url(../img/bg_01.jpg) center 0 repeat-x;
	margin-bottom: 100px;
}

.lcl-wrap .lcl-wrap-inner{
	width: 1000px;
	margin: 0 auto;
	padding-top: 70px;
	text-align: center;
	position: relative;
}

.lcl-wrap .lcl-wrap-inner > h3{
	width: 475px;
	margin: 0 auto 30px;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 35px;
	font-weight: bold;
}

.icon-01, .icon-02, .icon-03, .icon-04, .icon-05, .icon-06, .icon-07, .icon-08, .icon-09, .icon-10, .icon-11, .icon-12, .icon-13, .icon-14, .icon-15{
	position: absolute;
	width: 25px;
	height: 36px;
}

.lcl-wrap .lcl-wrap-inner > ul {
	position: relative;
}

.icon-01{ top:160px; left:480px;}
.icon-02{ top:220px; left:490px;}
.icon-03{ top: 435px; left: 537px;}
.icon-04{ top: 375px; left: 342px;}
.icon-05{ top: 250px; left: 640px;}
.icon-06{ top:490px; left:150px;}
.icon-07{ top: 435px; left: 725px;}
.icon-08{ top: 252px;left: 560px;}
.icon-09{ top: 265px;left: 455px;}
.icon-10{ top: 475px;left: 500px;}
.icon-11{ top: 590px;left: 340px;}
/*.icon-12{ top:430px; left:490px;}*/
.icon-13{ top: 280px;left: 320px;}
.icon-14{ top: 235px;left: 360px;}
.icon-15{ top: 455px;left: 215px;}

.lcl-wrap-lp{
	background-color:#fef8f2;
}

.lcl-wrap-lp .lcl-wrap-lp-inner{
	width: 900px;
	margin: 0 auto;
	position: relative;
	padding: 100px 0 30px;
}

.lcl-wrap-lp .lcl-wrap-lp-inner h3{
	position:absolute;
	width:184px;
	height:122px;
	top:-40px;
	left: 0;
    right: 0;
    margin: 0 auto;
    padding-top: 100px;
    margin-top: -100px;
}

.left-box{
	float: left;
	width: 400px;
}

.left-box h5{
	font-size: 16px;
	font-weight: bold;
	color: #ea7400;
	margin-bottom: 10px;
}

.left-box .txt-box-a{
	margin-bottom: 20px;
}

.left-box .txt-box-a, .txt-box-b{
	background-color: #FFFFFF;
	padding: 25px;
}

.right-box{
	float: right;
}



.modal-content {
    position:fixed;
    display:none;
    z-index:2;
    width: 630px;
    margin:0 auto;
    padding:30px 60px 50px;
    background:#fff;
}

.modal-content p {
	font-size: 13px;
    margin:0;
}

.modal-content p span{
	font-size: 20px;
	font-weight: bold;
	color: #ed6c00;
	padding-bottom: 10px;
	line-height: 3;
}

.modal-overlay {
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.75);
	z-index:1;
}


.modal-open {
    color:#00f;
    text-decoration:underline;
}

.modal-open:hover {
    cursor:pointer;
    color:#f00;
}

.modal-close {
	display: block;
    position: absolute;
    top: -10px;
	right: -10px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #000;
	cursor: pointer;
	-ms-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border:5px solid #fff;
}

.modal-close::before, .modal-close::after {
    display: block;
    content: '';
    width: 4px;
    height: 22px;
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #fff;
    border-radius: 1.5px;
    position: absolute;
    top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.modal-close::after {
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal-close:hover {
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -ms-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	background-color: #ed6c00;
}

.pt20{ padding-top: 20px;}