@charset "UTF-8";
/* CSS Document */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] {
  border-radius: 5px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}
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;
}
body {
  line-height: 1.5em;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul, li {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
a img:hover {
  opacity: 0.7;
}
.sp {
  display: none;
}
.top a {
  color: #000000;
  text-decoration: none;
}
#header a.contact {
  padding: 10px 20px;
  background: #318C8C;
  border-radius: 8px;
  display: block;
  font-weight: bold;
  color: #ffffff;
}
@media screen and (min-width: 1201px) {
  #header {
    padding: 25px 40px;
    overflow: hidden;
  }
  h1 {
    float: left;
    padding: 10px 0;
  }
  #header nav {
    float: right;
    vertical-align: middle;
  }
  #header ul {
    float: right;
    vertical-align: middle;
  }
  #header li {
    display: inline-block;
    margin-left: 25px;
  }
  #nav-toggle {
    display: none;
  }
  #header a {
    display: block;
  }
  #header nav a:not(.contact):hover {
    font-weight: bold;
    position: relative;
  }
  #header nav a:not(.contact):hover:after {
    content: "";
    height: 3px;
    width: 100%;
    background: #318C8C;
    left: 0;
    bottom: 0;
    display: block;
  }
}
section.sec {
  padding: 50px 0;
  padding-top: 96px;
  margin-top: -48px;
  padding-bottom: 80px;
}
.sec01_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec01_ul li {
  width: 300px;
}
.sec01_ul li p {
  vertical-align: top;
}
.sub_title {
  color: #318C8C;
  font-size: 26px;
  font-weight: bold;
  margin: 20px 0 10px;
  ;
  vertical-align: top;
}
.sec01_ul li .sub_title {
  height: 2.5em;
}
.tc {
  text-align: center;
}
.top h2 {
  text-align: center;
}
.sub_text {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin: 10px 0 50px;
}
.top h2 span {
  font-size: 45px;
  text-align: center;
  padding-bottom: 25px;
  position: relative;
  display: inline-block;
  color: #318C8C;
}
.top h2 span:after {
  content: "";
  width: 100%;
  height: 5px;
  background: #318C8C;
  position: absolute;
  left: 0;
  bottom: 0;
}
.content {
  width: 950px;
  margin: 0 auto;
}
@media screen and (min-width: 681px) {
  .image_cont {
    width: 1025px;
    margin: 0 auto;
    padding-top: 70px;
  }
  .main_image {
    height: 680px;
    width: 100%;
    background: url("../images/main_bg@2x.png") no-repeat;
    background-size: cover;
  }
}
.bg_bl {
  background: #318C8C;
  color: #ffffff;
}
.bg_bl h2 span {
  color: #ffffff;
}
.bg_bl h2 span:after {
  background: #ffffff;
}
.bg_bl h2 {
  margin-bottom: 30px;
}
.mt60 {
  margin-top: 60px;
  margin-bottom: 40px;
}
.mb20 {
  margin-bottom: 20px;
}
.bold {
  font-weight: bold;
}
.bold span {
  font-weight: inherit;
  font-weight: normal;
}
.sec03_table {
  width: 100%;
}
.sec03_table td {
  width: calc(100% / 3);
}
.sec03_table.table02 td {
  width: calc(100% / 4);
}
.sec03_table td, .sec03_table th {
  vertical-align: middle;
  text-align: center;
  padding: 10px;
  border: 1px solid #318C8C;
}
.sec03_table th {
  background: #318C8C;
  color: #ffffff;
}
.text02 {
  font-size: 20px;
  margin-bottom: 20px;
}
.bg_gr {
  background: #F2F2F2;
}
.sec02_ul .sub_title {
  padding: 8px 0;
}
.sec02_ul li {
  padding-left: 80px;
  position: relative;
  margin-bottom: 30px;
}
.sec02_ul li .icon {
  font-size: 36px;
  padding: 12px;
  border-radius: 100%;
  background: #318C8C;
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
}
.lh0 {
  line-height: 0;
}
.sec05_inner {
  padding: 50px 30px;
  height: 340px;
  box-sizing: border-box;
}
.sec05_text01 {
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 40px;
}
.sec05_text02 {
  font-weight: bold;
  color: #ffffff;
}
.sec05_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec05_box > div:nth-child(1) {
  width: 469px;
}
.sec05_box > div:nth-child(2) {
  width: 460px;
}
.sec05_box > div:nth-child(1) .sec05_inner {
  background: #0A2326;
}
.sec05_box > div:nth-child(2) .sec05_inner {
  background: #318C8C;
}
.sec06 li {
  width: calc(100% - 60px);
  margin-left: 28px;
  padding-left: 52px;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 30px;
  border-left: #318C8C 4px solid;
  margin-top: -21px;
}
.sec06 li:last-child {
  border-left: none;
}
#step .sec02_ul li .icon {
  left: -28px;
}
#step .sec02_ul li:last-child .icon {
  left: -24px;
}
.br_none br{
  display: none;
}
.ft18 {
  font-size: 18px;
  margin-top: 20px;
  display: block;
  font-weight: normal;
}
.contact table {
  width: 100%;
}
.contact th {
  font-size: 24px;
  vertical-align: top;
  padding: 15px 0;
  width: 240px;
  text-align: left;
  padding-right: 30px;
  box-sizing: border-box;
}
.contact td {
  width: calc(100% - 240px);
  padding: 15px 0;
}
.contact td textarea {
  display: block;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  font-size: 24px;
}
.contact td input {
  width: 100%;
  font-size: 18px;
  padding: 5px 10px;
  display: block;
  box-sizing: border-box;
}
.contact td input::placeholder {
  color: #e70909;
}
.contact h2 {
  font-size: 45px;
  margin-bottom: 50px;
  position: relative;
  text-align: center;
}
.contact_red {
  color: #e70909 !important;
  font-size: 16px !important;
}
.contact_field_error {
  display: block;
  margin-top: 5px;
  color: #e70909 !important;
  font-size: 16px !important;
}
.contact h2:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 15px 0 15px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  bottom: 0;
}
.sec07_text {
  font-size: 12px;
  margin-top: 50px;
  text-align: center;
}
.pt02 {
  background: #88BABF;
}
.recaptcha {
  text-align: center;
  margin: 50px 0 0;
}
.recaptcha > div {
  display: inline-block;
}
footer {
  background: #0A2326;
  padding: 20px 30px;
  overflow: hidden;
}
footer p {
  float: left;
  color: #ffffff;
}
footer ul {
  float: right;
}
footer ul li {
  display: inline-block;
  margin-left: 50px;
}
footer ul li a {
  color: #ffffff !important;
}
.contact_tile {
  font-size: 24px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 15px;
}
.contact .mt60 {
  margin-bottom: 30px;
}
button[type="submit"] {
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
  min-width: 300px;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 10px;
  color: #318C8C;
  background: #ffffff;
}

.general-notifications {
  background: #f4f4f4;
  padding: 50px 15px;
}