@charset "Shift_JIS";
/* basic */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
a{
margin:0;
padding:0;
letter-spacing: 0.5vw;
}

header,
footer,
nav{
display:block;
}

img{
border:none;
}

ul,
ol{
list-style:none;
}

em{
font-style:normal;
}

a{
color:#296185;
}

p{
line-height:1.2;
}
.pc {
	display: none;
}
.sp {
	display: inline-block;
}

/* structure */
html{
font-size:100%;
}

body{
font-family: "游ゴシック", "YuGothic-Medium", "YuGo-Medium", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "モトヤLシーダ3等幅", MotoyaLCedar, "メイリオ", Meiryo, sans-serif;
font-size:82.25%;
color: #555555;
-webkit-text-size-adjust:none;
}

img{
max-width:100%;
vertical-align: bottom;
}
.container{
max-width:750px;
margin:0 auto;
}
.inner {
	position: relative;
}

/* .cv */
.cv {
	padding: 6.66vw 0 4.53vw;
	text-align: center;
}
.cv dt {
	font-size: 4vw;
	line-height: 1.333;
	font-weight: bold;
	color: #666666;
	margin-bottom: 4vw;
}
.cv dt strong {
	color: #ff0000;
}
.cv dd.btn {
	margin: 0 auto;
	width: 87.733vw;
}


/* #hdr */
#hdr .inner {
	position: relative;
	border-bottom: #e6e6e6 solid 0.933vw;
}
#hdr h1 {
	width: 41.6%;
}
#hdr p.btn {
	position: absolute;
	left: 58.66%;
	top: 2.266vw;
	width: 39.46vw;
}

/* #top */
#top {
	text-align: center;
}

/* #sec01 */
#sec01 {
	background: #ececec;
	text-align: center;
	padding-bottom: 2.66vw;
}
#sec01 h2 {
	background: #00aaeb;
	font-size: 4.66vw;
	line-height: 1.57;
	font-weight: bold;
	color: #fff;
	padding: 6vw 0 6.66vw;
	margin-bottom: 2.66vw;
}
#sec01 ul {
	margin: 0 0 0 2.66vw;
	font-size: 0;
	text-align: left;
}
#sec01 ul li {
	display: inline-block;
	width: 31.2vw;
	margin-right: 0.66vw;
}

/* .sec */
.sec {
	text-align: center;
	border-bottom: #f1f1fc solid 0.533vw;
	padding-bottom: 6.66vw;
}
.sec h2 {
	font-size: 5.76vw;
	line-height: 1.527;
	font-weight: bold;
	color: #666666;
	margin-bottom: 10.66vw;
	padding: 39.33vw 0 0;
}
.sec h2 span {
 	font-size: 4.6vw;
	line-height: 8.8vw;
}
.sec h2 strong {
	font-size: 5.76vw;
	line-height: 1.527;
	background: url("/opt/pr041/images/sec_line.png") left bottom no-repeat;
	background-size: 100% 1.33vw;
}
.sec h2 p {
	position: absolute;
	left: 39.33vw;
	top: 12vw;
	width: 21.6vw;
}
.sec dl.cnt {
	background: #e5f6fc;
	margin: 0 2.66vw 0;
	padding: 9.33vw 5.33vw;
	border-radius: 6.66vw;
	overflow: hidden;
}


/* -------------------------------------------------------------------- */
footer {
	clear:both;
	margin:0 auto;
	padding: 5vw 0;
	background: #fff;
	text-align: center;
	position: relative;
}
footer .toppage {
	position: absolute;
	left: 50%;
	top: -14.66vw;
	width: 25.6vw;
	margin-left: -12.8vw;
}
footer a:link,
footer a:visited{
	color: #373737;
	text-decoration:none;
}
footer a:hover,
footer a:active{
	color: #373737;
	text-decoration:underline;
}
small.copyright{
	font-size: 3.2vw;
	line-height: 1;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}

/* -------------------------------------------------------------------- */
/* For group content
------------------------------------------------ */
.group:before,
.group:after{
content:"";
display:table;
}

.group:after{
clear:both;
}

.group{
clear:both;
overflow:hidden;
}