@charset "utf-8";


/* ==========================================================================
Standard Setting
========================================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, 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 {
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-weight: normal;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: #f8f8f8;
  color: #333;
  font-family: "Lucida Grande","Lucida Sans","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo","MS Pゴシック", "MS P Gothic",Helvetica,Arial,sans-serif;
  font-size: 15px;
  letter-spacing: .02em;
  line-height: 1.8;
}

img {
  max-width: 100%;
  height: auto;
}

a:link {
  color: #333;
  text-decoration: none;
}

a:visited {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #0c889a;
  text-decoration: none;
}

a:hover .-blockLink {
  text-decoration: underline;
}

a:active {
  color: #33b086;
  text-decoration: none;
}

a img:hover,
a:hover img,
button:hover {
  filter: alpha(opacity=75);
  opacity: .75;
}

::selection {
  background: #43bcce;
  color: black;
}

::-moz-selection {
  background: #43bcce;
  color: black;
}

ol, ul {
  list-style: none;
}

hr {
  visibility: hidden;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

address {
  font-style: normal;
}

.-inlineLink:link {
  color: #3500ee;
  text-decoration: underline;
}

.-inheritColor,
.-inheritColor:link,
.-inheritColor:visited,
.-inheritColor:hover,
.-inheritColor:active {
  color: inherit;
}

.-break {
  display: block;
}

.-breakAuto {
  display: inline-block;
}

.-bold {
  font-weight: bold;
}

.-vanish {
  display: none;
}

.-gotoTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  overflow: hidden;
  z-index: 1000;
}

.-gotoTop a {
  padding-left: 44px;
}

.-gotoTop a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  border: 22px solid transparent;
  border-bottom: 28px solid rgba(0,0,0,.5);
}


/* ==========================================================================
Layout
========================================================================== */
body {
  width: 100%;
}

.l-gHeader_content,
.l-sec_content,
.l-gFooter_content,
.l-euNav {
  position: relative;
  max-width: 1024px;
  width: 100%;
  margin:  0 auto;
  padding: 10px;
}

.l-gHeader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(70, 176, 196, 0.7);
  width: 100%;
  color: white;
  height: 100px;
}

.l-gHeader_content {
  display: table;
  overflow: hidden;
}

.l-gHeader_content_col {
  display: table-cell;
  vertical-align: middle;
}

.l-gHeader_content_col:last-child {
  width: 170px;
}

.l-hero {
  position: relative;
  background-image: url(../img/mainVisual.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 900px;
  min-width: 1024px;
  width: 100%;
  padding-top: 200px;
  background-size: cover;
}

.l-hero_content {
  width: 100%;
  color: white;
}

.l-sec {
  background-color: #f8f8f8;
}

.l-sec:first-child {
  margin-top: 80px;  
}

.l-sec_content {
  display: block;
  width: 100%;
}

.l-sec_content_unit2col {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding: 0 20px;
  margin-bottom: 40px;
}

.l-sec_content-noMenu {
  margin-top: 100px;
}

.l-euNav_content_col {
  position: fixed;
  top: 100px;
  width: 200px;
  z-index: 1000;
}

.l-euNav + .main .l-sec .l-sec_content {
  padding-left: 230px;
}

.l-gFooter {
  background-color: #bae5d3;
  overflow: hidden;
  min-width: 1024px;
}

.l-gFooter_content_row {
  display: table;
  width: 100%;
  margin-bottom: 40px;
}

.l-gFooter_content_row_col {
  display: table-cell;
  vertical-align: middle;
}


/* ==========================================================================
Module
========================================================================== */
.siteId {
  width: 200px;
  height: 66px;
}

.gNav {
  text-align: center;
}

.gNav_item {
  display: inline-block;
  padding: 0 20px;
  font-size: 18px;
}

.contact {
  font-size: 9px;
  text-align: center;
}

.contact_tel {
  display: block;
  font-size: 15px;
}

.headline {
  font-size: 63px;
  letter-spacing: .04em;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(255,255,255,.5), -1px -1px 1px rgba(0,0,0,.5), 0 0 8px rgba(70,176,196,1), 0 0 16px rgba(0,0,0,1);
}

.headlineCaption {
  font-size: 21px;
  letter-spacing: .08em;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(255,255,255,.5), -1px -1px 1px rgba(0,0,0,.5), 0 0 3px rgba(70,176,196,1), 0 0 6px rgba(0,0,0,1);  
}

.banner {
  background-color: #ffc72c;
  min-width: 1024px;
}

.banner_inner {
  display: block;
  width: 100%;
  padding: 40px 0;
  text-align: center;
}

.banner_inner_heading {
  color: black;
  line-height: 61px;
  font-size: 17px;
}

.banner_inner_description {
  font-size: 47px;
  text-align: center;
  line-height: 61px;
}

.secHeading {
  font-size: 47px;
  color: #808080;
  margin: 80px 0 30px;
  text-align: center;
}

.summary {
  width: 984px;
}

.summary li {
  text-align: center;
  margin-bottom: 60px;
  overflow: hidden;
  position: relative;
}

.summary li div {
  margin-bottom: 20px;
}

.summary_unit02 div {
  float: right;
  max-width: 582px;
  width: 100%;
  height: 280px;
  padding-top: 100px;
}

.summary_unit02 img {
  float: left;
  width: 400px;
  height: auto;
}

.summary_unit03 div,
.summary_unit05 div {
  float: left;
  max-width: 582px;
  width: 100%;
  height: 280px;
  padding-top: 100px;
}

.summary_unit03 img,
.summary_unit05 img {
  float: right;
  width: 400px;
  height: auto;
}

.summary_unit04 div {
  float: right;
  max-width: 482px;
  width: 100%;
  height: 280px;
  padding-top: 100px;
}

.summary_unit04 img {
  float: left;
  width: 500px;
  height: auto;
}

.summary li:first-child h3 {
  font-size: 31px;
}

.summary li:nth-child(n+2) h3 {
  font-size: 23px;
}

.summary_unit06 {
  text-align: center;
}

.summary_unit06 h3 {
  font-size: 23px;
}

.summary_unit06_list {
  text-align: center;
}

.summary_unit06_list li {
  display: inline-block;
  width: 200px;
  margin: 20px;
}

.summary_unit06_list img {
  width: 200px;
  height: auto;
}

.costTable {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.costTable th {
  padding: 10px;
  width: 50%;
}

.costTable_thead {
  border-bottom: 1px solid #b0b0b0;
  font-size: 21px;
  color: #808080;
  line-height: 23px;
}

.costTable_tbody tr:nth-child(even) {
  background-color: #e9e9e9;
}

.specList {
  width: 100%;
  overflow: hidden;
  border-left: 1px solid #e5e5e5;
  padding-left: 20px;
}

.specList dt {
  clear: both;
  float: left;
  width: 110px;
  margin-bottom: 20px;
  color: #808080;
  padding: 10px 0;
}

.specList dd {
  padding: 10px 0 10px 130px;
  margin-bottom: 20px;
}

.inquiry {
  margin-right: -20px;
}

.inquiry_list {
  display: inline-block;
  width: 50%;
  padding-right: 20px;
}

.inquiry_list-filled {
  width: 100%;
}

.inquiry_list_ttl {
  font-size: 13px;
  color: #808080;
}

.inquiry_list_data {
  margin-bottom: 30px;
}

.inquiry_list_data_input,
.inquiry_list_data_select {
  width: 100%;
  height: 44px;
  border: none;
  padding: 10px;
  background-color: rgba(255,255,255,.7);
  font-size: 16px;
}

.inquiry_list_data_textarea {
  width: 100%;
  border: none;
  padding: 10px;
  background-color: rgba(255,255,255,.7);
  font-size: 16px;
}

.inquiry_optin {
  margin-right: 20px;
}

.inquiry_optin_iframe {
  width: 100%;
  height: 140px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 10px;
}

.inquiry_optin_iframe iframe {
  width: 100%;
  height: 140px;
  border: 4px solid #ddd;
  display: block;
}

.inquiry_optin_agreement {
  position: relative;
  margin: 20px 20px 20px 0;
  padding: 12px 12px 12px 42px;
  width: 100%;
  text-align: center;
}

.inquiry_optin_agreement_checkbox {
  display: none;
}

.inquiry_optin_agreement_txt {
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.inquiry_optin_agreement_txt:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: -25px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 4px;
  content: '';
}

.inquiry_optin_agreement_txt:hover:after {
  border-color: #29cfec;
}

.inquiry_optin_agreement_txt:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: -19px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid black;
  border-bottom: 3px solid black;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.inquiry_optin_agreement_checkbox:checked + .inquiry_optin_agreement_txt:before {
  opacity: 1;
}

.inquiry_btn {
  margin-right: 20px;
  margin-bottom: 60px;
}

.inquiry_btn_submit {
  width: 100%;
  height: 54px;
  border: none;
  background-color: #29cfec;
  color: white;
  font-size: 19px;
  box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.footerContact {
  width: 300px;
  text-align: center;
}

.footerContact_tel {
  display: block;
  font-size: 25px;
}

.companyInfo {
  padding-left: 20px;
}

.companyInfo_heading {
  color: #808080;
}

.companyInfo_description {
  font-size: 11px;
}

.copyright {
  text-align: center;
  padding: 30px 0 10px;
  font-size: 11px;
}

/* eu */
.euNav {
  background-color: white;
}

.euNav_item_account {
  display: block;
  padding: 5px 0;
  font-size: 13px;
  background-color: #f8f8f8;
}

.euNav_item_link {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
}

.euContent_heading {
  font-size: 23px;
  margin-bottom: 5px;
}

.euContent_box {
  border: 4px solid #e5e5e5;
  padding: 10px;
  margin-bottom: 20px;
}

.euContent_box_heading {
  border-bottom: 4px solid #e5e5e5;
  padding-bottom: 5px;
}

.euContent_box_heading:nth-child(n+2) {
  padding-top: 20px;
}

.euContent_box_list,
.euContent_box_form_list {
  overflow: hidden;
}

.euContent_box_list_ttl,
.euContent_box_form_list_ttl {
  font-size: 13px;
  line-height: 27px;
  color: #888;
  float: left;
  clear: both;
  width: 240px;
  padding: 5px 10px;
}

.euContent_box_list_data,
.euContent_box_form_list_data {
  padding: 5px 10px 5px 240px;
  line-height: 27px;
}

.euContent_box_list_data:after,
.euContent_box_form_list_data:after {
  content: '';
  display: block;
  clear: both;
}

.euContent_box_form_list_inner {
  overflow: hidden;
}

.euContent_box_form_list_inner_ttl {
  font-size: 13px;
  line-height: 27px;
  color: #888;
  clear: both;
  float: left;
  width: 100px;
  padding: 5px 0;
}

.euContent_box_form_list_inner_data {
  padding: 5px 10px 5px 100px;
  line-height: 27px;
}

.euContent_box_form_list_data_input {
  max-width: 300px;
  width: 100%;
  font-size: 16px;
}

.euContent_box_form_list_data_input_divided {
  display: inline;
  max-width: 140px;
  width: 100%;
  margin-right: 20px;
}

.euContent_box_form_list_data_input_number {
  width: 4em;
  text-align: center;
}

.euContent_box_form_list_data_textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  resize: vertical;
  font-size: 16px;
}

.euContent_box_form_list_data_select {
  font-size: 16px;
}

.euContent_box_list_data:nth-child(4n),
.euContent_box_form_list_data:nth-child(4n) {
  background-color: #e2f2ec;
}

.euContent_box_list_data_add {
  margin: 0 10px;
}

.euContent_box_list_data_caption,
.euContent_box_form_list_data_caption {
  font-size: 13px;
  color: #888;
  margin-right: 10px;
  display: inline-block;
}

.euContent_box_form_btn {
  display: block;
  margin: 30px auto 10px;
  height: 44px;
  padding: 0 30px;
  width: 300px;
  color: white;
  border: none;
  background-color: #3fc3eb;
  vertical-align: bottom;
}

.euContent_box_form_back {
  background-color: transparent;
  border: none;
  text-decoration: underline;
  margin: 30px auto;
  display: block;
}

.euContent_box_form_btn_normal {
  font-size: 13px;;
}

.euContent_form_btnLogout {
  display: block;
  margin: 30px 0;
  height: 44px;
  padding: 0 30px;
  width: 300px;
  color: white;
  border: none;
  background-color: #453b3b;
}

.euLogin {
  margin: 40px auto;
  width: 300px;
}

.euLogin_form_list_ttl {
  line-height: 27px;
  color: #888;
}

.euLogin_form_list_data {
  margin-bottom: 10px;
}

.euLogin_form_list_data_input {
  width: 300px;
  height: 34px;
}

.euLogin_form_btnLogin {
  display: block;
  margin: 30px 0;
  height: 44px;
  padding: 0 30px;
  width: 300px;
  color: white;
  border: none;
  background-color: #3fc3eb;
}

.euLogin_caption {
  text-align: center;
  margin-bottom: 10px;
}


/* ==========================================================================
Decoration
========================================================================== */
a,
a:hover,
a img,
a img:hover,
button,
button:hover,
a .blockLink,
a:hover .blockLink {
  -webkit-transition: .3s;
  transition: .3s;
}

a:active,
button:active,
a:active .blockLink {
  -webkit-transition: 0;
  transition: 0;
}

.-notes {
  font-size: 11px;
  line-height: 2;
}

.-comment {
  color: red;
  font-size: 11px;
  line-height: 2;
}

.-center {
  text-align: center;
}

.-mt10 {
  margin-top: 10px;
}

.-mt40 {
  margin-top: 40px;
}

.-list-typeDecimal {
  list-style: decimal inside;
}

.-list-typeDisc {
  list-style: disc inside;
}


/* ==========================================================================
Responsive structure
========================================================================== */
@media print {
  .l-gHeader {
    position: absolute;
  }
  
  .-gotoTop {
    display: none;
  }
}
