@charset "utf-8";

/* Reset
--------------------------------------------------------- */
html, body, div, span, applet, object, iframe, table, caption,
tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins,
kbd, q, s, samp, small, strike, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend{
  vertical-align:baseline;
  font-family:inherit;
  font-weight:inherit;
  font-style:inherit;
  font-size:100%;
  outline:0;
  padding:0;
  margin:0;
  border:0;
}
:focus{ outline:0;}
body{
  line-height:1;
  color:black;
}
ol, ul{ list-style:none;}
table{
  border-collapse:collapse;
  border-spacing:0;
}
caption, th, td{
  font-weight:normal;
  text-align:left;
}
blockquote:bfore, blockquote:after, q:before, q:after{
  content: "";
}
blockquote, q{
  quotes:"" "";
}
img { vertical-align: bottom;}

/* clearfix */
.cf {
  overflow: hidden;
  /zoom:1;
}
.img_link:hover {
  opacity: 0.9;
}

/* common
--------------------------------------------------------- */
html {
  height: 100%;
  font-size: 62.5%;
  margin-bottom: 1px;
  overflow: auto;
}

body {
  height: 100%;
  background: #fff;
  line-height: 1.5;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
  font-size: 1.8em;
}

.l_header {
  border-top: solid 8px #004a9a;
}
.header_logo {
  padding: 15px;
}

.campaign {
  margin-bottom: 15px;
}

.header_img {}
.l_footer {
  background: #0041b3;
}
.footer_copyright {
  padding: 15px;
  text-align: center;
  font-size: 0.7em;
  color: #fff;
}

.l_container {
  width: 960px;
  margin: 0 auto;
}
.l_main {
  padding: 65px 65px 20px;
  background: #ffffe5;
}

/* Snippet */
.heading {
  text-align: center;
}
.heading.heading_basic {
  margin-bottom: 25px;
}
.heading.heading_head {}

.section {
  margin-bottom: 40px;
}
.section_text {
  margin: 0 auto 20px;
  width: 660px;
}
.section_text.-c {
  text-align: center;
}
.section_image {
  margin: 0 auto 30px;
  text-align: center;
}

.font {}
.font.-red {
  color: #f00;
}
.font.-blue {
  color: #004a9a;
}
.font.-size_s {
  font-size: 0.8em;
}
.font.-size_l {
  font-size: 1.2em;
}
.font.-strong {
  font-weight: bold;
}


.b_main {}

.intro {
  padding: 30px 0 40px;
  background: #e5faff;
}
.intro_eu {
  overflow: hidden;
  margin: 0 auto 25px;
  padding-bottom: 30px;
  width: 660px;
  border-bottom: 1px solid #231815;
}
.intro_eu_text,
.intro_eu_image {
  margin-bottom: 20px;
}
.intro_eu_text {
  float: left;
  width: 368px;
}
.intro_eu_image {
  float: right;
}
.intro_eu_country {
  clear: both;
  overflow: hidden;
}
.intro_eu_country--item {
  position: relative;
  float: left;
  padding-top: 17px;
  width: 320px;
  text-align: center;
}
.intro_eu_country--item > dt {
  position: absolute;
  top: 0;
  left: 30px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}
.intro_eu_country--item > dd {
  padding: 25px 5px 25px 5px;
  height: 67px;
  background: url(../images/bg_intro_eu_01.png) 0 0 no-repeat;
  text-align: left;
  font-size: 0.7em;
}
.intro_eu_country--item table td {
  width:78px;
}
.intro_eu_country--item.-r {
  float: right;
}
.intro_eu_country--item.-r > dd {
  background-image: url(../images/bg_intro_eu_02.png);
}

.plan {}
.plan_inner {
  padding: 30px 0 40px;
  border: 1px solid #7da2bc;
  background: #fff;
}
.plan_lead {
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
  color: #004a9a;
}

.merit {}
.merit_inner {
  padding: 30px 0 40px;
  background: #ebf5f4;
}

.btn_area {
  margin-bottom: 80px;
  text-align: center;
}
.btn_area li {
  margin-bottom: 20px;
}

.site_info {
  overflow: hidden;
}
.site_info--data {
  float: left;
  font-size: 0.8em;
}
.site_info--code {
  float: right;
  font-size: 0.8em;
}










