html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var,b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
display:block;
}
audio, canvas, progress, video {
display: inline-block; vertical-align: baseline;
}

html {
-ms-text-size-adjust:100%;
-webkit-text-size-adjust:100%;
}
body {
color:#444;
font-family: sans-serif;
line-height:1.0;
}

br {letter-spacing:0;}
ul, li {list-style:none;}
img, a img {border:0; text-decoration:none; vertical-align:top;}
mark {background:#ff0; color:#000;}
b, strong {font-weight:bold;}
table {border-collapse:collapse; border-spacing:0;}
td, th {padding:0;}
hr {box-sizing:content-box; height:0;}
button, input, optgroup, select, textarea {color:inherit; font:sans-serif; margin:0;}
button {overflow: visible;}
button, select {text-transform:none;}
button, html input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance:button; cursor:pointer;}
input[type="checkbox"], input[type="radio"] {box-sizing:border-box; padding:0;}
textarea {overflow:auto;}

div:after, ul:after {content:""; display:block; clear:both;}
.cf:before,
.cf:after {content:""; display:table;}
.cf:after {clear:both;}
.cf {zoom:1;}

a {
  background-color: transparent;
  outline: 0;
  transition: all .3s ease;
}
a:link    {color:#3366CC; text-decoration:none;}
a:visited {color:#3366CC; text-decoration:none;}
a:hover   {color:#1a428c; text-decoration:underline;}
a:active  {color:#99CCFF; text-decoration:none;}

/* -------------------------------------------------------
Layout
---------------------------------------------------------- */
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  zoom:1;
}

/* header */
.header {
  width: 100%;
  min-width: 960px;
  height: 76px;
  background: #fff;
  border-top: 4px solid #0d47a1;
}
.header_inner {
  width: 960px;
  margin: 0 auto;
  display: flex;
}
.title {
  flex:1;
  padding-top: 8px;
}
.h_btn {
  width: 222px;
  padding-top: 10px;
}
.h_btn a:hover {
  opacity: .7;
}

/* main_v */
.main_v {
  width: 100%;
  min-width: 960px;
  height: 580px;
  background: url(../images/main_bg.jpg) no-repeat center center;
}
.main_v_inner {
  position: relative;
  width: 960px;
  height: 580px;
  margin: 0 auto;
}
.main_v_inner .m1 {
  position: absolute;
  top: 56px;
  left: 64px;
}
.main_v_inner .m2 {
  position: absolute;
  top: 138px;
  left: 64px;
}

/* contact_lead */
.contact_lead {
  position: relative;
  width: 100%;
  min-width: 960px;
  margin-bottom: 64px;
  background: #0d47a1;
}
.contact_lead:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  border: 48px solid transparent;
  border-top: 48px solid #0d47a1;
  width: 0;
  height: 0;
  margin-left: -48px;
}
.lead_inner {
  position: relative;
  width: 960px;
  height: 440px;
  margin: 0 auto;
}
.lead_inner .c1 {
  position: absolute;
  top: 64px;
  left: 64px;
}
.lead_inner .c2 {
  position: absolute;
  top: 188px;
  left: 168px;
}
.lead_inner .c3 {
  position: absolute;
  top: 188px;
  left: 382px;
}
.lead_inner .c4 {
  position: absolute;
  top: 188px;
  left: 600px;
}

/* contact_box */
.contact_box {
  position: relative;
  width: 960px;
  height: 340px;
  margin: 0 auto;
  background: url(../images/contact_bg.jpg) no-repeat center top;
}
.contact_box .c_btn {
  position: absolute;
  top: 145px;
  left: 383px;
}
.c_btn a:hover {
  opacity: .6;
}


/* section_t */
.section_t {
  width: 100%;
  min-width: 960px;
  background: #043075;
  text-align: center;
}
.entry {
  width: 960px;
  margin: auto;
}

/* niniseiri_box */
.niniseiri_box {
  margin-top: 100px;
}
.n1 {
  width: 832px;
  margin: 64px auto 0;
  line-height: 1.8;
}
.n1 p {
  margin-bottom: 1em;
}
.jirei_t {
  margin-top: 48px;
}
.jirei_info {
  margin-top: 32px;
  text-align: center;
}
.jirei_box {
  margin-top: 32px;
  text-align: center;
}
.r1 {
  margin-top: 80px;
  text-align: center;
}
.r2 {
  margin-top: 32px;
  text-align: center;
}
.r3 {
  margin-top: 32px;
  text-align: center;
}
.r4 {
  margin-top: 32px;
  margin-bottom: 56px;
  text-align: center;
}


/* nagare */
.nagare_box {
  margin-top: 100px;
}
.nagare_body {
  box-sizing: border-box;
  width: 960px;
  margin: 32px auto 0;
  padding: 64px;
  background: url(../images/nagare_bg.jpg) repeat left top;
}
.nagare_text {
  margin-top: 32px;
}
.nagare_text ul {
  padding-left: 1em;
}
.nagare_text ul li {
  list-style: disc;
  margin-bottom: .5em;
  font-size: 12px;
  line-height: 1.6;
}
.nagare_text {
  line-height: 1.8;
}


/* hiyou */
.hiyou_box {
  margin-top: 100px;
}
.hiyou_body {
  width: 832px;
  margin: 64px auto;
}

.hiyou_body table {
  width: 100%;
  border: 1px solid #ddd;
}
.hiyou_body th,
.hiyou_body td {
  padding: 1.2em 2em;
  border: 1px solid #ddd;
}
.hiyou_body th {
  width: 240px;
  background: #f5f5f5;
  font-weight: normal;
}
.hiyou_att {
  margin-top: 16px;
}
.hiyou_att p {
  font-size: 12px;
  line-height: 1.8;
}


/* info */
.info {
  width: 960px;
  margin: 80px auto 40px;
}
.info_title,
.privacy_title {
  text-align: center;
}
.info_title h2,
.privacy_title h2 {
  display: inline-block;
  margin-bottom: 32px;
  padding-bottom: 8px;
  border-bottom: 1px solid #444;
  font-size: 24px;
  font-weight: normal;
}
.info table {
  width: 960px;
  margin: 0 auto;
  border: 1px solid #ddd;
}
.info th,
.info td {
  padding: 1em 2em;
  border: 1px solid #ddd;
  font-size: 14px;
  line-height: 1.6;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}
.info th {
  min-width: 160px;
  background: #f5f5f5;
}

.privacy_box {
  margin-top: 64px;
}
.privacy_box p {
  margin-bottom: 1em;
  font-size: 14px;
  line-height: 1.6;
}
.privacy_box h3 {
  margin-bottom: 16px;
  font-size: 18px;
}
.privacy_box dl {}

.privacy_box dt {
  margin-bottom: .8em;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
.privacy_box dd {
  margin-bottom: 2em;
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.6;
}


/* footer */
.footer {
  width: 100%;
  min-width: 960px;
  padding: 32px 0;
  background: #0d47a1;
}
.cp {
  color: #fff;
  font-size: 14px;
  text-align: center;
}


/* -------------------------------------------------------
Common
---------------------------------------------------------- */
.fs80 {font-size:80%;}
.fs90 {font-size:90%;}
.fs100 {font-size:100%;}
.fs120 {font-size:120%;}
.fs150 {font-size:150%;}
.fs10px {font-size:10px;}
.fs11px {font-size:11px;}
.fs12px {font-size:12px;}
.fs13px {font-size:13px;}
.fs14px {font-size:14px;}
.fs15px {font-size:15px;}
.fs16px {font-size:16px;}
.fs17px {font-size:17px;}
.fs18px {font-size:18px;}

.lh15 {line-height:1.5;}
.lh16 {line-height:1.6;}
.lh17 {line-height:1.7;}
.lh18 {line-height:1.8;}
.lh20 {line-height:2.0;}

.mgb8 {margin-bottom:8px;}
.mgb16 {margin-bottom:16px;}
.mgb24 {margin-bottom:24px;}
.mgb32 {margin-bottom:32px;}
.mgb40 {margin-bottom:40px;}
.mgb48 {margin-bottom:48px;}
.mgb56 {margin-bottom:56px;}
.mgb64 {margin-bottom:64px;}
.mgb80 {margin-bottom:80px;}
.mgb100 {margin-bottom:100px;}
.mgb05em {margin-bottom:0.5em;}
.mgb1em {margin-bottom:1em;}
.mgb15em {margin-bottom:1.5em;}
.mgb2em {margin-bottom:2em;}

.pdlr8 {padding:0 8px;}
.pdlr16 {padding:0 16px;}
.pdlr24 {padding:0 24px;}
.pdlr32 {padding:0 32px;}
.pdlr1em {padding:0 1em;}
.pdlr2em {padding:0 2em;}

.tac {text-align:center;}
.tal {text-align:left;}
.tar {text-align:right;}

.fwb {font-weight:bold;}


