@charset "utf-8";

#title:before{
	background: url(../img/bg.jpg) center top no-repeat;
	background-size: cover;
}

#contents p.text{
	font-size: 1.8rem;
	line-height: 31px;
	letter-spacing: 4px;
	text-align: center;
	margin: 0 auto 60px;
	color: #666;
}
#contents p.text>strong{
	display: block;
	margin: 40px auto 20px;
	font-size: 2.5rem;
	font-weight: bold;
}

#contents p.image{
	line-height: 0;
	text-align: center;
	margin: 0 auto 80px;
}
#contents p.link {
    margin: 10px auto 0;
}
#contents p.link a {
    width:250px;
    display: block;
    margin: 0 auto 10px;
    background: #8c857b;
    font-size: 1.5rem;
    line-height: 36px;
    border-radius: 18px;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding: 0 35px;
    text-align: left;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-decoration: none;
}
#contents p.link a:after {
    position: absolute;
    top: 50%;
    right: 30px;
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    margin-top: -6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#contents .column{
	display: block;
	letter-spacing: -0.4em;
	/*text-align: left;*/
	line-height: 0;
	margin: 0 auto 130px;
	position: relative;
}
#contents .column>p.img{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	margin: 0 46px 0 0;
	line-height: 0;
}
#contents .column>.text{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	width: 500px;
}
#contents .column>.text>p.tit{
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 31px;
	margin: 0 auto 30px;
}
#contents .column>.text>p.tx{
	font-size: 1.5rem;
	line-height: 24px;
}
#contents .column>p.bt{
	position: absolute;
	bottom: -90px;
	right: 160px;
	line-height: 0;
}
#contents .column>p.img2{
	line-height: 0;
	position: absolute;
	bottom: -110px;
	right: 110px;
}
#contents .column>p.img2_1{
	line-height: 0;
	position: absolute;
	bottom: -100px;
	right: 500px;
}

#contents p.image2{
	line-height: 0;
	text-align: center;
	margin: 0 auto 60px;
}

#contents .imagebox{
	position: relative;
	margin-top: 100px;
}
#contents .imagebox>.img{
	line-height: 0;
}
#contents .imagebox>.text{
	position: absolute;
	top: -35px;
	right: -25px;
	width: 550px;
	padding: 30px 30px 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.55);
	background: #fff;
}
#contents .imagebox>.text>p.tit{
	font-size: 2.0rem;
	line-height: 27px;
	font-weight: bold;
	text-align: left;
	margin: 0 auto 5px;
	color: #768862;
}
#contents .imagebox>.text>p.tx{
	font-size: 1.4rem;
	line-height: 24px;
	text-align: left;
}


.pt_100{padding-top: 100px; }

@media screen and (min-width:768px){
	
}

@media screen and (max-width:767px){
	
	#contents p.text{
		font-size: 1.5rem;
		margin: 20px auto;
		line-height: 25px;
		letter-spacing: 2px;
	}
	#contents p.text>strong{
		font-size: 1.9rem;
		margin: 20px auto;
		line-height: 25px;
		letter-spacing: 3px;
	}
	#contents .column>.text>p.tit{
		line-height: 25px;
		margin-left: 25px;
	}
	#contents .column{
		margin: 0 auto 40px;
	}
	#contents .column>p.img{
		display: block;
		width: auto;
		margin: 0 auto 20px;
	}
	#contents .column>.text{
		display: block;
		width: auto;
		margin: 0 auto 40px;
	}
	#contents .column>p.bt{
		position: static;
		margin: 0 auto 40px;
		text-align: center;
	}

	#contents .column>p.img2 {
    margin: 0 auto;
    bottom: 165px;
    width: 35%;
    right: -5px;
}
   #contents .column>p.img2_1 {
    margin: 0 auto;
    bottom: 285px;
    width: 50%;
    right: -75px;
}
	#contents .imagebox{
		padding-top: 200px;
		margin-top: 40px;
	}
	#contents .imagebox>.text{
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		top: -15px;
		right: 0;
	}
	#contents .imagebox>.text>p.tit{
		font-size: 1.8rem;
		text-align: center;
	}
	#contents .imagebox>.img{
		margin: 0 -20px;
	}
}