@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.1em;
}

header,
footer,
nav{
display:block;
}

img{
border:none;
}

ul,
ol{
list-style:none;
}
em{
font-style:normal;
}

a{
color:#296185;
text-decoration: none;
}

p{
line-height:1.2;
}
.pc {
	display: inline-block;
}
.sp {
	display: none;
}

/* 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%;
	background: #fff;
}

body iframe[name='google_conversion_frame']{
display:none;
}
img{
max-width:100%;
vertical-align: bottom;
}

.container{
max-width:100%;
margin:0 auto;
}
.inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

/* -------------------------------------------------------------------- */
/* .cv */
.cv {
	padding: 45px 0 112px;
	text-align: center;
}
.cv dt {
	font-size: 25px;
	line-height: 1.44;
	font-weight: bold;
	color: #666666;
	margin-bottom: 25px;
}
.cv dt strong {
	color: #ff0000;
}

/* #hdr */
#hdr {
	position: relative;
	border-bottom: #e6e6e6 solid 1px;
}
#hdr h1 {
	width: 190px;
	padding: 7px 0 3px;
	margin-left: 2px;
}
#hdr h1 img {
	width: 100%;
}
#hdr p.btn {
	position: absolute;
	left: 756px;
	top: 13px;
}

/* #top */
#top {
	text-align: center;
	background: url("/opt/pr041/images/top_ttl_bg.jpg") center top no-repeat;
	height: 682px;
}
#top h2 {
	margin-bottom: 30px;
}

/* #sec01 */
#sec01 {
	background: #ececec;
	text-align: center;
	padding-bottom: 20px;
}
#sec01 h2 {
	background: #00aaeb;
	font-size: 25px;
	line-height: 1.57;
	font-weight: bold;
	color: #fff;
	padding: 25px 0 30px;
	margin-bottom: 20px;
}
#sec01 ul {
	margin: 0 0 0 136px;
	font-size: 0;
	text-align: left;
}
#sec01 ul li {
	display: inline-block;
	margin-right: 20px;
}

/* .sec */
.sec {
	text-align: center;
	border-bottom: #f1f1fc solid 4px;
	padding: 100px 0 0;
}
.sec h2 {
 	font-size: 42px;
	line-height: 64px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 50px;
	position: relative;
}
.sec h2 strong {
 	font-size: 42px;
	line-height: 64px;
	background: url("/opt/pr041/images/sec_line.png") left bottom no-repeat;
	background-size: 100% 11px;
}
.sec h2 span {
 	font-size: 29.4px;
	line-height: 64px;
}
.sec h2 p {
	position: absolute;
	left: 8px;
	top: 50%;
	width: 130px;
	margin-top: -65px;
}
.sec h2 p img {
	width: 100%;
}
.sec dl.cnt {
	background: #e5f6fc;
	margin: 0;
	padding: 70px 0;
	border-radius: 50px;
	overflow: hidden;
}

/* #sec02 */
#sec02 h2 {
	padding: 34px 0;
}


/* -------------------------------------------------------------------- */
footer {
	text-align: center;
	color: #555555;
	padding:20px 0px 20px 0px;
}
footer ul {
	font-size: 0;
	margin-bottom: 10px;
	display: none;
}
footer ul li {
	font-size: 12px;
	margin: 0 20px;
	display: inline-block;
}
