/* CSS Document */

#contentTitle {
	text-align:center;
	height: 145px;
	padding: 80px 0 75px;
	letter-spacing:0.2em;
	line-height:1.6;
}

#contentTitle h2 {
	width: 450px;
	height: 105px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding: 50px 0 0 0;
	font-size: 36px;
	/*color: #127db3;*/
	color: #fff;
	text-shadow: 0 0 5px #666;
}

#contentTitle h2 span {
	letter-spacing:0.25em;
	font-size:14px;
	display:block;
	color: #fff;
	text-shadow: 0 0 5px #666;
}

#contentTitle h2 canvas {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}






section {
	padding:50px 0 60px;
	text-align:center;
}
section .inner {
	width:1200px;
	margin:0 auto;
	text-align:left;
}
#sec01,
#sec03,
#sec05 {
	background:#faf9f5;
}


.btnMore {
	width: 140px;
	border:#127db3 3px solid;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.btnMoreInner a {
	text-decoration: none;
	display: block;
	text-align: center;
	padding: 15px 0;
	font-weight: bold;
	letter-spacing: 0.2em;
}
div.btnMoreInner:before {
}

@media only screen and (min-width: 641px) and (max-width: 999px) {/*ここにtablet用スタイルを記述*/
section .inner {
	width:100%;
	margin:0;
}
}

@media only screen and (max-width:640px) {

body {
	min-width: inherit;
}

#contentTitle {
	text-align:center;
	height: 30vw;
	padding: 0;
}

#contentTitle h2 {
	width: 100%;
	height: auto;
	padding: 7.8vw 0 0 0;
	font-size: 7.5vw;
	color: #fff;
	text-shadow: 0 0 5px #666;
}

#contentTitle h2 span {
	letter-spacing:0.25em;
	font-size:3.7vw;
	display:block;
	color: #fff;
	text-shadow: 0 0 5px #666;
}



section .inner {
    width: auto;
}

section {
	padding:5vw 5vw 8vw;
}
section h3.title {
	margin-bottom:7vw;
}
h2#contentTitle {
	background-size:auto 100% !important;
	height:135px;
	padding:50px 0 0;
	font-size:280%;
	line-height:1.2;
}
.box01.btn4 {
	width: 200px;
	height: 50px;
}

.box01.btn4 a {
	width: 180px;
	height: 50px;
	padding: 0 20px 0 0;
	line-height: 50px;
}


}