@charset "utf-8";

/* キャンペーンページ */

body {
		background: #fff;
}
body,html{ padding:0; margin:0;
	}

/* ---------------------------------------- */
h2,h3,p {
	margin: 0;
	padding: 0;
}

a:focus {
  outline: none;
}

#contents img{
	margin: 0;
}

/* ---------------------------------------- */

.text-right {text-align: right !important;}
.text-left {text-align: left !important;}

a:hover img {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
/* ---------------------------------------- */
.outbox{ width:1000px; margin:auto; position:relative;}
.outbox h1{position:absolute; left:381px; top:0px;}

/* Pankz */
ul.pankz{margin: 0; padding:31px 5px 15px; list-style-type: none;font-size: 80%; color:#333; width:1000px; margin:0 auto;}
ul.pankz li {padding-left:0; display: inline-block;}
ul.pankz li a:link { text-decoration: underline; color:#333;}
ul.pankz li a:hover { color:#333; text-decoration: none;}
ul.pankz li a:visited { color:#333; text-decoration: underline;} 
#contents{ padding-top:0 !important;}


#container{
	min-width:1000px;
	width:100%;
	background:#eee;
	padding:0;
	}
#contents {
	width: 1000px;
	background-color: #fff;
	color: #000;
	position: relative;
	}

p {
	font-size: 1.3em;
	line-height: 1.5;
	}

/*メインイメージ*/
body{ background:#fff;}
#main_box{
	background:url(../img/main_bg.png) no-repeat center top #000;
	width:100%;
	height:390px;
	text-align:center;
	border-top:10px solid #007393;
	}
#main_box h1{
	position:absolute;
	top:30px;
	right:40px;
	}
#main_box h2{
	position:absolute;
	top:50px;
	left:40px;
	}
#main_box p{
	position:absolute;
	top:330px;
	left:30px;
	}





#lead_box{
	padding:30px 320px 20px 20px;
	position:relative;
	}
#lead_box h2{ font-size:24px; color:#007397; padding:0 0 10px; margin:0;}
#lead_box p{ font-size:16px; line-height:30px;}
#lead_box p.pics{ position:absolute; right:0; top:40px;}


#merit_ttl{ margin:30px auto;}
#merit_ttl h2{
	background:url(../img/h2_bg.png) no-repeat center top;
	font-size:36px;
	line-height:42px;
	color:#007397;
	padding:20px 0;
	text-align:center;
	font-weight:normal;
	}
#merit_ttl h2 span{ font-size:30px;}
#merit_ttl h2 strong{ font-size:50px; font-weight:normal;}



.merit_box{
	border-top:1px solid #007397;
	padding:20px 0 40px;
	}
.merit_box ul{ padding:0; margin:0;}
.merit_box ul:after{ content:""; display:block; clear:both;}
.merit_box li{ float:left; padding:0 20px; margin:0; width:460px; list-style:none;}
.merit_box h3.merit1{ background:url(../img/merit_ttl1.png) no-repeat center top; }
.merit_box h3.merit2{ background:url(../img/merit_ttl2.png) no-repeat center top; }
.merit_box h3.merit3{ background:url(../img/merit_ttl3.png) no-repeat center top; }

.merit_box h3{
	padding:60px 0 20px 0;
	text-align:center;
	color:#007397;
	font-size:26px;
	line-height:30px;
	font-weight:bold;
	}
.merit_box h3 span{ font-size:20px; font-weight:normal;	}
.merit_box p{ font-size:16px;}
.merit_box .caution{
	font-size:12px;
	}


/*------------------------------------------------------
#btm_box
------------------------------------------------------*/
#btm_box .menu{
	background:#007393;
	padding:0px;
	}
#btm_box .menu ul{ width:860px; margin:auto; height:36px; padding: 10px 0 10px 0;}
#btm_box .menu li:first-child{ padding:0 0 0 0;}
#btm_box .menu li{
	list-style:none;
	float:left;
	padding:5px 0 0 30px;
	color:#fff;
	font-size:16px;
	line-height:26px;
	}
#btm_box .menu li a{
	color:#fff;
	font-size:16px;
	line-height:26px;
	text-decoration:underline;
	background:url(../img/icon_blank.png) no-repeat right;
	padding-right:24px;
	}
#btm_box .menu li h4{
	padding:0;
	margin:0;
	}
#btm_box .menu li h4 img{ width:338px;}

#btm_box .read {
	padding: 20px 0 0;
    color: #007393;
    font-size: 18px;
    line-height: 24px;
    background: #eeeeee;
	}
#btm_box .read p{padding:0 0 20px; font-size:100%; line-height:140%;}
#btm_box .read .caution{ font-size:60% !important; line-height:1.8; color:#676767; padding:20px 0; }
#btm_box .otikaku{
	background:#007393;
	padding:20px 20px 30px;
	text-align:center;
	color:#fff;
	}
#btm_box .otikaku p{ padding:0 0 20px; margin:0; font-size:90%; line-height:130%;}
#btm_box .otikaku a{
	font-size:16px;
	padding:20px;
	text-decoration:none;
	margin:auto;
	border-radius:3px;
	color:#007393;
	display:block;
	background:#fff;
    width: 690px;
	}
#btm_box .otikaku a span{
	background:url(../img/icon_blank_green.png) no-repeat right; padding-right:20px;
	}
div.bg{ background:#fff;}
.contents_box{ width:1000px; margin:auto; position:relative;}


#util_container{ padding-top:0; margin-top:0;}



/* CONTENTS TEXT BLANK LINK ICON */
a.iconBlank_text:after {
    content: "";
    display: inline-block;
    background: url(../img/icon_white.png) no-repeat;
    width: 16px;
	height: 20px;
    vertical-align: middle;
    margin-left: 2px;
	}
a:link { color:#036EC0; text-decoration:underline; }
a:visited { color:#551A8B; text-decoration:none; }
a:hover { text-decoration:none; }



.botm{
	padding:0;
	margin:0;
	width:1000px;
	height:246px;
	border-bottom:#536e8f 36px solid;
	}

.foot_notes{
	width:1000px;
	margin:0;
	padding:  20px 33px;
    box-sizing: border-box;
    background: #5d6164;
    color: #eee;
	}
.foot_notes h3{
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: 2px;
	margin-bottom: 20px;
	}

.foot_notes h3 a {
  color: #eee;
  text-decoration: none;
}

.foot_notes h3 a:hover {
  color: #fff;
  text-decoration: underline;
}

.foot_notes p {
  font-size: 1.1em;
  margin-bottom: 4px;
}

.foot_notes li {
	font-size: 0.85em;
  line-height: 1.6;
}

.box-l {
  width: 640px;
  float: left;
  border-right: 1px solid #eee;
}

.box-r {
  float: right;
}

.box-r > img, .box-r p {
  float: left;
}

#contents .box-r > img {
  margin-right: 20px;
}

.box-r > p {
  width: 200px;
  font-size: 0.85em;
  line-height: 1.7em;
}
