@charset "UTF-8";
/* font */
/* layout */
/* flex */
/* size */
/* font */
#breadcrumb {
  margin: 7px auto 40px;
}
#breadcrumb ul {
  line-height: 1;
}
#breadcrumb li {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  color: #333333;
}
#breadcrumb li a {
  color: #333333;
}
#breadcrumb li a:after {
  content: ">";
  display: inline-block;
  margin: 0 4px 0 7px;
  font-family: "Fjalla One", sans-serif;
}
#breadcrumb li a:hover {
  color: #67c6dd;
}
#breadcrumb li a:hover:after {
  color: #333333;
}
@media screen and (max-width: 767px) {
  #breadcrumb {
    display: none;
  }
}

.btn {
  transition: .3s all;
}
.btn.is_basic {
  display: inline-block;
  width: 40%;
  border-radius: 0;
  border: 1px solid #e6e6e6;
  padding: 20px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}
.btn.is_basic:hover {
  color: #67c6dd;
}
@media screen and (max-width: 767px) {
  .btn.is_basic {
    width: 100%;
    padding: 20px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .btn.is_basic.is_sizeS {
    width: 50%;
  }
}
.btn.is_basic.is_blue {
  background-color: #67c6dd;
  color: #ffffff;
  border: 1px solid #67c6dd;
}
.btn.is_basic.is_blue:hover {
  background-color: #ffffff;
  color: #67c6dd;
}
.btn.is_btn01 {
  display: block;
  border-radius: 0;
  border: 1px solid #e6e6e6;
  padding: 20px 50px 20px 28px;
  text-align: left;
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 14px auto;
  background-image: url(/img/common/arrow01.png);
}
.btn.is_btn01:hover {
  color: #67c6dd;
}
@media screen and (max-width: 767px) {
  .btn.is_btn01 {
    padding: 15px 40px 12px 14px;
    background-position: right 14px center;
    background-size: 12px auto;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.btn.is_btn01.is_sizeL {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 10px;
  height: 90px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
@media screen and (max-width: 767px) {
  .btn.is_btn01.is_sizeL {
    height: 70px;
  }
}
.btn.is_btn01.is_blue {
  background-image: url(/img/common/arrow08.png);
  background-color: #67c6dd;
  color: #ffffff;
  border: 1px solid #67c6dd;
}
.btn.is_btn01.is_blue:hover {
  background-image: url(/img/common/arrow08_3.png);
  background-color: #ffffff;
  color: #67c6dd;
}
.btn.is_btn02 {
  display: block;
  background: #ffffff;
  background-image: url(/img/common/arrow04.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right 30px center;
  margin-bottom: 10px;
  width: 100%;
  padding: 20px 50px 18px;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  text-align: left;
  white-space: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
.btn.is_btn02:hover {
  background-position: right 25px center;
  opacity: 0.8;
}
.btn.is_btn02.is_pdf {
  position: relative;
}
.btn.is_btn02.is_pdf:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 24px;
  background-image: url(/img/common/icon_pdf.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 0 0;
  position: absolute;
  top: 50%;
  left: 16px;
  margin-top: -12px;
}
.btn.is_btn02.is_datasheet {
  padding-left: 25px !important;
}
.btn.is_btn02.is_blue {
  color: #ffffff;
  border: 1px solid #67c6dd;
  background-color: #67c6dd;
  background-image: url(/img/common/arrow04_2.png);
}
.btn.is_btn02.is_blue:hover {
  color: inherit;
  background-color: #ffffff;
  background-image: url(/img/common/arrow04.png);
  border: 1px solid #e6e6e6;
}
@media screen and (max-width: 767px) {
  .btn.is_btn02 {
    background-image: none;
    white-space: normal;
    margin-bottom: 10px;
    padding: 16px 22px 14px 55px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.btn.is_btn03 {
  display: block;
  padding: 0 70px 0 20px;
  width: 100%;
  height: 80px;
  line-height: 80px;
  background-color: #67c6dd;
  background-image: url(/img/common/arrow07.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right 20px center;
  border-radius: 0;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.btn.is_btn03:hover {
  background-color: #94d7e6;
}
.btn.is_btn03.is_fixed {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .btn.is_btn03 {
    height: auto;
    line-height: 1.5;
    padding: 16px 35px 16px 15px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
    background-size: 20px auto;
    background-position: right 7px center;
    white-space: normal;
  }
}

.color_red {
  color: #C01929;
}

input,
button,
textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="date"],
textarea {
  border: 1px solid #e6e6e6;
  padding: 12px 15px;
}
@media screen and (max-width: 767px) {
  input[type="text"],
  input[type="password"],
  input[type="number"],
  input[type="tel"],
  input[type="date"],
  textarea {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
textarea:focus {
  border: 1px solid #def2f7;
}

label,
.checkbox label {
  font-weight: 500;
}

.radio,
.checkbox {
  margin-top: 0;
  margin-bottom: 0;
}

input[type="text"] {
  width: 100%;
}
input[type="text"].is_sizeL {
  width: 80%;
}
input[type="text"].is_sizeM {
  width: 60%;
}
input[type="text"].is_sizeS {
  width: 40%;
}
input[type="text"].is_sizeSS {
  width: 5em;
}

textarea {
  width: 100%;
}

input[type="checkbox"] {
  display: none;
}

.checkbox label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 22px;
  cursor: pointer;
}

.checkbox label:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background: #fff;
  border: 1px solid #ccc;
}

.checkbox input[type="checkbox"]:checked + label:after {
  position: absolute;
  content: '';
  top: 6px;
  left: 3px;
  width: 13px;
  height: 5px;
  border-left: 2px solid #67c6dd;
  border-bottom: 2px solid #67c6dd;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

input[type="radio"] {
  display: none;
}

.radio label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 20px;
  margin-right: 1.5em;
  cursor: pointer;
}

.radio label:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 100%;
  box-sizing: content-box;
}

.radio input[type="radio"]:checked + label:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 4px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #67c6dd;
  border-radius: 100%;
}

.select_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.select_wrap {
  position: relative;
  width: 100%;
  margin-left: 10px;
}
.select_wrap:first-child {
  margin-left: 0;
}
.select_wrap.is_sizeM {
  width: 80%;
}

.select_wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
  pointer-events: none;
  width: 10px;
  height: 10px;
  border-top: 2px solid #C01929;
  border-right: 2px solid #C01929;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: -6px;
}

.select .unit {
  padding: 0 0.5em;
}

#select_language select {
  margin: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.search_area {
  margin: 25px 0 15px;
}
@media screen and (max-width: 767px) {
  .search_area {
    margin: 20px 0 15px;
  }
}

#search_form {
  position: relative;
  border-bottom: 1px solid #ccc;
}
#search_form:after {
  content: "";
  display: inline-block;
  width: 306px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: -1px;
  left: 0;
}
#search_form input {
  border: none;
}
#search_form input[type="text"] {
  padding: 0 0 10px 65px;
  width: 100%;
}
#search_form input[type="submit"] {
  width: 16px;
  background-image: url(/img/common/icon_search.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 0;
  left: 28px;
}
@media screen and (max-width: 767px) {
  #search_form:after {
    width: 167px;
  }
  #search_form input[type="text"] {
    padding-left: 37px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  #search_form input[type="submit"] {
    width: 13px;
    left: 14px;
    top: 4px;
  }
}

.form_btn {
  text-align: center;
  padding: 40px 0;
}
.form_btn.is_btns .btn {
  margin-left: 20px;
}
.form_btn.is_btns .btn:nth-child(1) {
  margin-left: 0;
}
.form_btn .btn.is_basic {
  letter-spacing: 5px;
}
@media screen and (max-width: 767px) {
  .form_btn {
    padding: 20px 0;
  }
  .form_btn.is_btns {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
  }
  .form_btn.is_btns .btn {
    margin-left: 10px;
  }
}

.error_message {
  color: #fc3131;
}
.error_message ul {
  margin: 20px 0 40px 1em;
  padding: 0;
}
.error_message ul li {
  list-style: disc inside;
  margin-left: 2em;
  text-indent: -2em;
  margin-bottom: 0.5em;
}

.complete_message {
  margin-bottom: 40px;
  line-height: 2;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}

a {
  transition: .3s all;
}
a:not([rel="lightbox"]) img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
a:hover {
  text-decoration: none;
  color: #67c6dd;
}
a:hover img {
  opacity: 0.8;
}

.link.has_underline {
  text-decoration: underline;
}
.link.has_underline:hover {
  text-decoration: none;
}
.link.has_arrow01 {
  padding-left: 1em;
  position: relative;
}
.link.has_arrow01:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 9px;
  background-image: url(/img/common/arrow02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  margin-right: 0.5em;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}
.link.is_blue {
  color: #67c6dd;
}
.link.is_blue:hover {
  color: #333333;
}
.link.is_pdf {
  position: relative;
  padding-left: 46px !important;
}
.link.is_pdf:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 24px;
  background-image: url(/img/common/icon_pdf.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 0 0;
  position: absolute;
  top: 50%;
  left: 16px;
  margin-top: -12px;
}
.link.is_pdf01 {
  position: relative;
  padding-right: 30px;
  background-image: url(/img/common/icon_pdf01.png);
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: center right;
}
.link.is_more {
  display: block;
  padding: 7px 40px 5px 0;
  background-image: url(/img/common/arrow_b.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 27px auto;
  line-height: 1;
  font-size: 16px;
  font-size: 1.6rem;
}
.link.is_more:hover {
  color: #67c6dd;
}
.link.is_more.is_white {
  background-image: url(/img/common/arrow_w.png);
  color: #ffffff;
}
.link.is_more.is_white.is_underline {
  padding: 7px 0 10px;
  border-bottom: 1px solid #ebebeb;
}
@media screen and (max-width: 767px) {
  .link.is_more {
    background-size: 15px auto;
  }
  .link.is_more.is_white.is_underline {
    padding: 4px 0 6px;
    border-bottom: 1px solid #ebebeb;
  }
}
.link.is_hover_underline:hover {
  text-decoration: underline;
  color: inherit;
}
.link.is_box01 {
  position: relative;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  height: 120px;
  padding: 14px 38px 14px 14px;
  border: 1px solid #CCCCCC;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.link.is_box01:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 14px;
  background-image: url(/img/common/arrow10.png);
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: left center;
}
@media screen and (max-width: 767px) {
  .link.is_box01 {
    height: 60px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.link_list.is_type01 ul {
  margin-left: -18px;
}
.link_list.is_type01 ul:after {
  clear: both;
  content: " ";
  display: table;
}
.link_list.is_type01 li {
  width: calc((100% - (18px * 3)) / 3);
  float: left;
  margin-left: 18px;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .link_list.is_type01 ul {
    margin-left: 0;
  }
  .link_list.is_type01 li {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 10px;
  }
}


.link_list.is_type02 ul {
  margin-left: -18px;
}
.link_list.is_type02 ul:after {
  clear: both;
  content: " ";
  display: table;
}
.link_list.is_type02 li {
  width: calc((100% - (18px * 2)) / 2);
  float: left;
  margin-left: 18px;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .link_list.is_type02 ul {
    margin-left: 0;
  }
  .link_list.is_type02 li {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 10px;
  }
}




ul.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.unstyled li {
  list-style: none;
}

.product_list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product_list li {
  position: relative;
}
.product_list li span {
  position: absolute;
  top: 50%;
  left: 28px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  z-index: 2;
}
.product_list li img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .product_list li {
    width: calc((100% - 36px) / 3);
    margin-right: 18px;
    margin-bottom: 18px;
  }
  .product_list li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .product_list li {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
    margin-bottom: 9px;
  }
  .product_list li:nth-child(2n) {
    margin-right: 0;
  }
  .product_list li img {
    width: 100%;
    height: auto;
  }
  .product_list li span {
    left: 17px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

.numlist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.numlist.is_numlist01 li {
  padding-bottom: 30px;
  padding-left: 36px;
  position: relative;
}
.numlist.is_numlist01 li:before {
  position: absolute;
  top: 0;
  left: 0;
}
.numlist.is_numlist01 li:nth-child(1):before {
  content: "（1）";
}
.numlist.is_numlist01 li:nth-child(2):before {
  content: "（2）";
}
.numlist.is_numlist01 li:nth-child(3):before {
  content: "（3）";
}
.numlist.is_numlist01 li:nth-child(4):before {
  content: "（4）";
}
.numlist.is_numlist01 li:nth-child(5):before {
  content: "（5）";
}
.numlist.is_numlist01 li:nth-child(6):before {
  content: "（6）";
}
.numlist.is_numlist01 li:nth-child(7):before {
  content: "（7）";
}
.numlist.is_numlist01 li:nth-child(8):before {
  content: "（8）";
}
.numlist.is_numlist01 li:nth-child(9):before {
  content: "（9）";
}
.numlist.is_numlist01 li:nth-child(10):before {
  content: "（10）";
}
.numlist.is_numlist01 li .img_logo {
  margin-top: 20px;
}
.numlist.is_numlist01.is_paddingless li {
  padding-bottom: 0;
}
.numlist.is_numlist02 {
  padding: 0;
  margin: 0;
}
.numlist.is_numlist02 > li {
  list-style-type: none;
  margin-left: 1.5em;
  position: relative;
  padding-bottom: 10px;
}
.numlist.is_numlist02 > li:before {
  position: absolute;
  top: 0;
  left: -1.5em;
}
.numlist.is_numlist02 > li:nth-child(1):before {
  content: "*1";
}
.numlist.is_numlist02 > li:nth-child(2):before {
  content: "*2";
}
.numlist.is_numlist02 > li:nth-child(3):before {
  content: "*3";
}
.numlist.is_numlist02 > li:nth-child(4):before {
  content: "*4";
}
.numlist.is_numlist02 > li:nth-child(5):before {
  content: "*5";
}
.numlist.is_numlist02 > li:nth-child(6):before {
  content: "*6";
}
.numlist.is_numlist02 > li:nth-child(7):before {
  content: "*7";
}
.numlist.is_numlist02 > li:nth-child(8):before {
  content: "*8";
}
.numlist.is_numlist02 > li:nth-child(9):before {
  content: "*9";
}
.numlist.is_numlist02 > li:nth-child(10):before {
  content: "*10";
}
.numlist.is_numlist02 > li ul li {
  padding-bottom: 0;
}
.numlist.is_numlist03 {
  counter-reset: num-counter;
}
.numlist.is_numlist03 li {
  position: relative;
  padding-left: 2em;
  margin-bottom: 1em;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .numlist.is_numlist03 li {
    font-size: 1.4rem;
  }
}
.numlist.is_numlist03 li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "(" counter(num-counter) ")";
  counter-increment: num-counter;
}
.numlist.is_numlist04 {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  counter-reset: li-counter;
}
.numlist.is_numlist04 li {
  font-weight: inherit;
  font-size: 1.6rem;
  margin-bottom: 2em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .numlist.is_numlist04 li {
    font-size: 1.4rem;
  }
}

dl.notelist {
  padding: 0;
  margin: 0;
  position: relative;
}
dl.notelist dt,
dl.notelist dd {
  padding-left: 2em;
}
dl.notelist dt {
  font-weight: 500;
}
dl.notelist dt span {
  position: absolute;
  top: 0;
  left: 0;
}

ul.basiclist {
  margin: 0;
  padding: 0;
}
ul.basiclist li {
  list-style-type: none;
  margin-bottom: 0.3em;
}
ul.basiclist.disc li {
  margin-left: 1.5em;
  position: relative;
  list-style-type: disc;
}
ul.basiclist.disc.inside li {
  list-style-type: none;
  margin-left: 0;
  position: relative;
  margin-left: 1em;
}
ul.basiclist.disc.inside li:before {
  content: "・";
  display: inline;
  position: absolute;
  top: 0;
  left: -1em;
}
ul.basiclist.disc.outside li {
  list-style-type: none;
  margin-left: 0.5em;
}
ul.basiclist.disc.outside li:before {
  content: "・";
  display: inline-block;
  text-indent: -1em;
}

.pager.is_archive {
  margin: 0 -500%;
  padding: 30px 500%;
  background-color: #ffffff;
}
.pager.is_archive .inner {
  position: relative;
}
.pager.is_archive a {
  font-size: 40px;
  font-size: 4.0rem;
  color: #67c6dd;
}
.pager.is_archive a.pager_arrow {
  width: 12px;
  height: 21px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
}
.pager.is_archive a.pager_arrow.is_prev {
  margin-left: -120px;
  background-image: url(/img/common/arrow05.png);
}
.pager.is_archive a.pager_arrow.is_next {
  margin-left: 120px;
  background-image: url(/img/common/arrow06.png);
}
@media screen and (max-width: 767px) {
  .pager.is_archive {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pager.is_archive a {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .pager.is_archive a.pager_arrow {
    width: 8px;
    height: 15px;
    margin-top: -6px;
  }
  .pager.is_archive a.pager_arrow.is_prev {
    margin-left: -75px;
  }
  .pager.is_archive a.pager_arrow.is_next {
    margin-left: 75px;
  }
}

/* IE11,edgeでのマウスオーバー時の表示崩れ対策 */
_:-ms-lang(x), .post.is_news {
  transition: none !important;
}

.post.is_news {
  display: block;
  background: #ffffff;
  background-image: url(/img/common/arrow04.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right 30px center;
  margin-bottom: 15px;
}
.post.is_news:hover {
  background-position: right 25px center;
  opacity: 0.8;
}
.post.is_news:last-of-type {
  margin-bottom: 30px;
}
.post.is_news dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.post.is_news dt {
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.7;
}
.post.is_news dt .date,
.post.is_news dt .cate {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}
.post.is_news dt .date {
  padding: 10px 20px;
  font-family: 'Fjalla One', sans-serif;
  letter-spacing: 0.5px;
}
.post.is_news dt .cate {
  background: #67c6dd;
  text-align: center;
  color: #ffffff;
  height: 20px;
  line-height: 20px;
}
.post.is_news dd {
  width: 100%;
  padding: 0 80px 0 30px;
}
@media screen and (min-width: 768px) {
  .post.is_news dl {
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
  }
  .post.is_news dt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-width: 110px;

  }
  .post.is_news dt .cate:nth-of-type(n + 3) {
    margin-top: 1px;
  }
  .post.is_news dt .date {
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
  .post.is_news dd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .post.is_news dd p {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .post.is_news {
    background-image: none;
  }
  .post.is_news dl {
    display: block;
  }
  .post.is_news dt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .post.is_news dt .date,
  .post.is_news dt .cate {
    height: 20px;
    line-height: 20px;
    padding: 0 15px;
    font-size: 10px;
    font-size: 1.0rem;
    color: #ffffff;
  }
  .post.is_news dt .date {
    background: #9ae1f2;
  }
  .post.is_news dd {
    width: 100%;
    padding: 15px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.nav-tabs.is_type01 {
  border-bottom: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 8px;
}
.nav-tabs.is_type01 > li {
  float: none;
  margin: 0;
  width: 100%;
  text-align: center;
  margin-left: 20px;
  height: 60px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.nav-tabs.is_type01 > li:first-child {
  margin-left: 0;
}
.nav-tabs.is_type01 > li a {
  border: none;
  margin: 0;
  padding: 0;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  height: 60px;
  line-height: 60px;
}
.nav-tabs.is_type01 > li.active a, .nav-tabs.is_type01 > li:hover a {
  background-color: #67c6dd;
  border: 1px solid #67c6dd;
  color: #fff;
  position: relative;
}
.nav-tabs.is_type01 > li.active a:after, .nav-tabs.is_type01 > li:hover a:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #67c6dd transparent transparent transparent;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -6px;
}
.nav-tabs.is_type01 > li:not(.active):hover a:after {
  content: none;
}
@media screen and (max-width: 767px) {
  .nav-tabs.is_type01 {
    margin: 0 -500%;
    padding: 20px 500% 10px;
    background-color: #f0f0f0;
    position: relative;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .nav-tabs.is_type01:before {
    content: none;
  }
  .nav-tabs.is_type01:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6.5px 0 6.5px;
    border-color: #f0f0f0 transparent transparent transparent;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -3.25px;
  }
  .nav-tabs.is_type01 > li {
    display: block;
    margin: 0 0 10px 0;
    width: calc(50% - 5px);
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .nav-tabs.is_type01 > li:nth-child(odd) {
    margin-right: 5px;
  }
  .nav-tabs.is_type01 > li:nth-child(even) {
    margin-left: 5px;
  }
  .nav-tabs.is_type01 > li a {
    height: 40px;
    line-height: 40px;
    background-color: #fff;
  }
  .nav-tabs.is_type01 > li.active a, .nav-tabs.is_type01 > li:hover a {
    margin: 0;
  }
  .nav-tabs.is_type01 > li.active a:after, .nav-tabs.is_type01 > li:hover a:after {
    content: none;
  }
}
.nav-tabs.is_type02 {
  margin: 30px 0 30px;
  border-bottom: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.nav-tabs.is_type02 > li {
  float: none;
  margin: 0;
  width: 100%;
  text-align: center;
  border-left: 1px solid #ebebeb;
}
.nav-tabs.is_type02 > li:first-child {
  margin-left: 0;
  border-left: none;
}
.nav-tabs.is_type02 > li a {
  border: none;
  margin: 0;
  border-radius: 0;
  padding: 20px;
  background: #ffffff;
}
.nav-tabs.is_type02 > li.active:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #67c6dd transparent transparent transparent;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -6px;
}
.nav-tabs.is_type02 > li.active a,
.nav-tabs.is_type02 > li a:hover {
  background-color: #67c6dd;
  border: none;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nav-tabs.is_type02 {
    height: 44px;
    margin: 10px -15px 20px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .nav-tabs.is_type02 > li {
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    min-width: 120px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .nav-tabs.is_type02 > li a {
    padding: 0;
    line-height: 40px;
  }
  .nav-tabs.is_type02 > li.active:after {
    border-width: 4px 3px 0 3px;
    bottom: -4px;
    margin-left: -3px;
  }
}
.nav-tabs.is_type03 {
  border-bottom: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 8px;
}
.nav-tabs.is_type03 > li {
  float: none;
  margin: 0;
  width: 100%;
  text-align: center;
  margin-left: 20px;
  height: 60px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.nav-tabs.is_type03 > li:first-child {
  margin-left: 0;
}
.nav-tabs.is_type03 > li a {
  border: none;
  margin: 0;
  padding: 0;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  height: 60px;
  line-height: 60px;
}
.nav-tabs.is_type03 > li.active a, .nav-tabs.is_type03 > li:hover a {
  background-color: #67c6dd;
  border: 1px solid #67c6dd;
  color: #fff;
  position: relative;
}
.nav-tabs.is_type03 > li.active a:after, .nav-tabs.is_type03 > li:hover a:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #67c6dd transparent transparent transparent;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -6px;
}
.nav-tabs.is_type03 > li:not(.active):hover a:after {
  content: none;
}
@media screen and (max-width: 767px) {
  .nav-tabs.is_type03 > li {
    display: block;
    margin: 0;
    width: calc(50% - 1px);
    height: auto;
    line-height: 1.4;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .nav-tabs.is_type03 > li:nth-child(odd) {
    margin-right: 1px;
  }
  .nav-tabs.is_type03 > li:nth-child(even) {
    margin-left: 1px;
  }
  .nav-tabs.is_type03 > li a {
    height: auto;
    line-height: 1.4;
    padding: 15px 0;
  }
  .nav-tabs.is_type03 > li.active a, .nav-tabs.is_type03 > li:hover a {
    margin: 0;
  }
}

table tr.clickable {
  cursor: pointer;
}
table tr.clickable:hover a {
  color: #67c6dd;
}
table caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: inherit;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  table caption {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.table.is_type01 {
  width: 100%;
}
.table.is_type01 tr:last-child th,
.table.is_type01 tr:last-child td {
  border-bottom: 1px solid #e5e5e5;
}
.table.is_type01 th,
.table.is_type01 td {
  border-top: 1px solid #e6e6e6;
}
.table.is_type01 th {
  padding: 20px 0;
  background: #f9f9f9;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
}
.table.is_type01 td {
  padding: 20px 40px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .table.is_type01 th {
    padding: 20px 0;
    text-align: center;
    font-size: 10px;
    font-size: 1.0rem;
  }
  .table.is_type01 td {
    padding: 10px 15px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.table.is_type02 {
  margin-bottom: 15px;
}
.table.is_type02 thead th {
  padding: 15px;
  border: 1px solid #ffffff;
  background: #b2e2ed;
  color: #ffffff;
  text-align: center;
  font-weight: normal;
  vertical-align: top;
}
.table.is_type02 thead th.va_middle {
  vertical-align: middle;
}
.table.is_type02 thead tr:first-child th {
  background: #85d1e3;
}
.table.is_type02 tbody th,
.table.is_type02 tbody td {
  padding: 15px;
  text-align: center;
  border: 1px solid #e6e6e6;
}
.table.is_type02 tr th:first-child,
.table.is_type02 tr td:first-child {
  border-left: none;
}
.table.is_type02 tr th:last-child,
.table.is_type02 tr td:last-child {
  border-right: none;
}
.table.is_type02 tr:nth-child(odd) {
  background: #ffffff;
}
.table.is_type02 tr:nth-child(even) {
  background: #f9f9f9;
}
.table.is_type02 tr td.bg-gray,
.table.is_type02 tr th.bg-gray {
  background: #f9f9f9;
}
.table.is_type02.align_left th,
.table.is_type02.align_left td {
  text-align: left;
}
.table.is_form table {
  width: 100%;
}
.table.is_form tr:last-child th,
.table.is_form tr:last-child td {
  border-bottom: 1px solid #e5e5e5;
}
.table.is_form th,
.table.is_form td {
  border-top: 1px solid #e6e6e6;
}
.table.is_form th {
  padding: 20px;
  background: #f9f9f9;
  text-align: left;
}
.table.is_form td {
  padding: 20px;
}
.table.is_form td .unit {
  display: inline-block;
  padding-left: 1em;
}
.table.is_form td .unit:nth-of-type(1) {
  padding-left: 0;
}
.table.is_form td .input_text {
  padding-right: 0.5em;
}
.table.is_form td .note {
  padding-top: 0.5em;
  font-size: 90%;
}
.table.is_form td .error {
  font-size: 90%;
  color: #fc3131;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .table.is_form th,
  .table.is_form td {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .table.is_form td .unit {
    display: block;
    padding-left: 0;
    padding-top: 1em;
  }
  .table.is_form td .unit:nth-of-type(1) {
    padding-top: 0;
  }
  .table.is_form tr:last-child th {
    border-bottom: none;
  }
}

@media screen and (max-width: 767px) {
  .table_sp {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table_sp th,
  .table_sp td {
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .tableSp_hasThead_block thead {
    display: none;
  }
  .tableSp_hasThead_block tbody th,
  .tableSp_hasThead_block tbody td {
    display: block;
  }
  .tableSp_hasThead_block tbody th:before,
  .tableSp_hasThead_block tbody td:before {
    content: attr(data-title) "";
    display: block;
    background: #85d1e3;
    color: #ffffff;
  }
  .tableSp_hasThead_block.table.is_type02 tbody th,
  .tableSp_hasThead_block.table.is_type02 tbody td {
    border: none;
    padding-top: 0;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
  }
  .tableSp_hasThead_block.table.is_type02 tbody th:before,
  .tableSp_hasThead_block.table.is_type02 tbody td:before {
    margin: 0 -15px 15px;
    padding: 15px;
  }
  .tableSp_hasThead_block.table.is_type02 tbody td:last-child {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px;
  }
  .tableSp_hasThead_block.table.is_type02 tbody tr {
    background: #ffffff;
  }
}

h1.unstyled, h2.unstyled, h3.unstyled, h4.unstyled, h5.unstyled, h6.unstyled {
  font-size: inherit;
  margin: 0;
  padding: 0;
}

.ttl.is_ttl01 {
  position: relative;
  text-align: center;
  margin: 0 auto 40px;
  font-size: 12px;
  font-size: 1.2rem;
}
.ttl.is_ttl01 span {
  display: block;
  padding-bottom: 10px;
  line-height: 1;
  font-size: 34px;
  font-size: 3.4rem;
}
.ttl.is_ttl01 .is_more {
  position: absolute;
  right: 15px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .ttl.is_ttl01 {
    margin-bottom: 20px;
  }
  .ttl.is_ttl01 span {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
.ttl.is_ttl02 {
  border-bottom: 1px solid #f0f0f0;
  font-size: 30px;
  font-size: 3.0rem;
  padding-bottom: 10px;
  margin-bottom: 0;
  margin-top: 0;
}
.ttl.is_ttl02 span.container {
  display: block;
  position: relative;
  padding-left: 36px;
}
.ttl.is_ttl02 span.container:before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 62px;
  background-color: #67c6dd;
  position: absolute;
  left: 15px;
  top: 0;
  z-index: 2;
}
.ttl.is_ttl02.is_border_none {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .ttl.is_ttl02 {
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .ttl.is_ttl02 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 30px;
  }
  .ttl.is_ttl02 span.container {
    padding-left: 34px;
  }
  .ttl.is_ttl02 span.container:before {
    width: 2px;
    height: 46px;
    left: 15px;
    top: 0;
  }
}
.ttl.is_ttl03 {
  position: relative;
  line-height: 1.8;
  padding-top: 11px;
  padding-bottom: 10px;
  margin: 0 0 15px 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #67c6dd;
  border-bottom: 1px solid #e6e6e6;
}
.ttl.is_ttl03:after {
  content: "";
  display: inline-block;
  width: 44px;
  height: 1px;
  background: #67c6dd;
  position: absolute;
  bottom: -1px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .ttl.is_ttl03 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.ttl.is_ttl04 {
  margin-left: -500%;
  margin-right: -500%;
  margin-top: 60px;
  margin-bottom: 40px;
  padding-left: 500%;
  padding-right: 500%;
  background: #f9f9f9;
}
.ttl.is_ttl04 > span {
  display: block;
  position: relative;
  padding: 15px 0;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #67c6dd;
  line-height: 1.4;
}
.ttl.is_ttl04 > span:after {
  content: "";
  display: inline-block;
  width: 44px;
  height: 2px;
  background: #67c6dd;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ttl.is_ttl04 > span span.small {
  display: block;
  font-weight: 500;
  margin: 8px 0;
  line-height: 1.6;
  color: #333333;
}
.ttl.is_ttl04 > span span.small:first-child {
  margin-top: 0;
}
.ttl.is_ttl04 > span span.small:nth-child(2) {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .ttl.is_ttl04 > span span.small {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.ttl.is_ttl04 > span span.icon {
  display: inline-block;
  vertical-align: middle;
  padding: 6px 10px 4px;
  margin-top: -5px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .ttl.is_ttl04 > span span.icon {
    padding: 3px 10px 2px;
    margin-top: -2px;
  }
}
.ttl.is_ttl04 > span span.icon.is_boys {
  background-color: #67c6dd;
}
.ttl.is_ttl04 > span span.icon.is_girls {
  background-color: #ffabdf;
}
.ttl.is_ttl04 > span span.icon.is_parents {
  background-color: #55cc6f;
}
@media screen and (max-width: 767px) {
  .ttl.is_ttl04 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .ttl.is_ttl04 > span {
    padding: 15px 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .ttl.is_ttl04 > span:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #e6e6e6;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .ttl.is_ttl04 > span:after {
    width: 27px;
    height: 1px;
  }
}
@media screen and (min-width: 768px) {
  .ttl.is_ttl04.is_half_column {
    margin: 60px 0 40px;
    padding: 0 20px;
  }
}
.ttl.is_ttl05 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.6;
}
.ttl.is_ttl05.is_blue {
  color: #67c6dd;
}
@media screen and (max-width: 767px) {
  .ttl.is_ttl05 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.ttl.is_404 {
  color: #67c6dd;
  text-align: center;
  font-family: 'Fjalla One', sans-serif;
  margin: 80px 0 40px;
  font-size: 200px;
  font-size: 20.0rem;
}
.ttl.is_404 span {
  display: block;
  color: #9ae1f2;
  font-size: 50px;
  font-size: 5.0rem;
}
@media screen and (max-width: 767px) {
  .ttl.is_404 {
    margin: 40px 0 20px;
    font-size: 100px;
    font-size: 10.0rem;
  }
  .ttl.is_404 span {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
.ttl.is_ttl06 {
  border-left: 4px solid #67c6dd;
  padding-left: 18px;
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .ttl.is_ttl06 {
    padding-left: 9px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.ttl.is_ttl07 {
  padding: 17px 22px;
  background-color: #a3ddea;
  font-size: 18px;
  font-size: 1.8rem;
  color: #ffffff;
  font-weight: bold;
}
.ttl.is_ttl07 span {
  display: inline-block;
  border-left: 4px solid #ffffff;
  padding-left: 9px;
}
@media screen and (max-width: 767px) {
  .ttl.is_ttl07 {
    margin-bottom: 30px;
    padding: 14px 10px 12px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .ttl.is_ttl07 span {
    border-left: 3px solid #ffffff;
  }
}
.ttl.is_ttl08 {
  padding: 17px 22px;
  background-color: #f9f9f9;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .ttl.is_ttl08 {
    padding: 12px 10px 11px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.subttl.is_404 {
  text-align: center;
  padding-bottom: 80px;
  font-size: 20px;
  font-size: 2.0rem;
}
@media screen and (max-width: 767px) {
  .subttl.is_404 {
    padding-bottom: 40px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.fontFjalla {
  font-family: 'Fjalla One', sans-serif;
}

.page_nav.is_type01 {
  margin-bottom: 30px;
}
.page_nav.is_type01 ul {
  width: calc(100% + 20px);
  margin-left: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page_nav.is_type01 li {
  width: 225px;
  margin-left: 20px;
}
.page_nav.is_type01 li.current {
  background: #67c6dd;
  border: 1px solid #67c6dd;
  color: #ffffff;
  height: 70px;
  line-height: 70px;
  padding-left: 30px;
}
.page_nav.is_type01 li a {
  display: block;
  width: 225px;
  height: 70px;
  line-height: 70px;
  padding-left: 30px;
  background-color: #f9f9f9;
  border: 1px solid #e6e6e6;
}
@media screen and (max-width: 767px) {
  .page_nav.is_type01 {
    margin-bottom: 10px;
  }
  .page_nav.is_type01 ul {
    width: 100%;
    margin-left: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page_nav.is_type01 li {
    width: calc(50% - 5px);
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .page_nav.is_type01 li:nth-child(odd) {
    margin-right: 5px;
  }
  .page_nav.is_type01 li:nth-child(even) {
    margin-left: 5px;
  }
  .page_nav.is_type01 li.current {
    height: auto;
    line-height: inherit;
    padding: 10px 0;
  }
  .page_nav.is_type01 li a {
    width: auto;
    height: auto;
    line-height: inherit;
    padding: 10px 0;
  }
}
.page_nav.is_type02 {
  margin-bottom: 30px;
}
.page_nav.is_type02 ul {
  width: calc(100% + 18px);
  margin-left: -18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page_nav.is_type02 li {
  width: calc((100% / 3) - 18px);
  margin-left: 18px;
  margin-bottom: 18px;
  display: table;
}
.page_nav.is_type02 li.current a {
  background: #67c6dd;
  border: 1px solid #67c6dd;
  color: #ffffff;
  cursor: default;
}
.page_nav.is_type02 li a {
  display: block;
  height: 70px;
  min-height: 70px;
  padding-left: 30px;
  background-color: #f9f9f9;
  border: 1px solid #e6e6e6;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .page_nav.is_type02 {
    margin-bottom: 10px;
  }
  .page_nav.is_type02 ul {
    width: 100%;
    margin-left: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page_nav.is_type02 li {
    width: calc(50% - 5px);
    text-align: left;
    margin: 0;
    margin-bottom: 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .page_nav.is_type02 li:nth-child(odd) {
    margin-right: 5px;
  }
  .page_nav.is_type02 li:nth-child(even) {
    margin-left: 5px;
  }
  .page_nav.is_type02 li a {
    width: auto;
    height: 60px;
    min-height: 60px;
    padding: 0 16px;
  }
}
.page_nav.is_type03 ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.page_nav.is_type03 ul li {
  width: calc((100% - 18px) / 2);
  margin-bottom: 18px;
}
.page_nav.is_type03 ul li a {
  height: 70px;
  line-height: 70px;
  padding: 0 30px;
  border: 1px solid #e6e6e6;
  background-color: #f9f9f9;
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
}
.page_nav.is_type03 ul li:nth-child(2n) {
  margin-left: 18px;
}
.page_nav.is_type03 ul li.current a {
  border: 1px solid #67c6dd;
  background-color: #67c6dd;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .page_nav.is_type03 {
    margin-bottom: 20px;
  }
  .page_nav.is_type03 ul {
    margin: 0 -500%;
    padding: 20px 500% 10px;
    background-color: #f0f0f0;
    position: relative;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page_nav.is_type03 ul:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6.5px 0 6.5px;
    border-color: #f0f0f0 transparent transparent transparent;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -3.25px;
  }
  .page_nav.is_type03 ul li {
    margin: 0 0 10px 0;
    width: calc(50% - 5px);
  }
  .page_nav.is_type03 ul li:nth-child(odd) {
    margin-right: 5px;
  }
  .page_nav.is_type03 ul li:nth-child(even) {
    margin-left: 5px;
  }
  .page_nav.is_type03 ul li a {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    height: 100%;
    min-height: 58px;
    line-height: inherit;
    padding: 10px;
    font-size: 13px;
    font-size: 1.3rem;
    background-color: #fff;
  }
}

.sub_nav {
  margin-top: -30px;
  text-align: right;
}
.sub_nav ul > li {
  display: inline-block;
  margin-left: 30px;
  letter-spacing: -1px;
  position: relative;
}
.sub_nav ul > li > a {
  padding-bottom: 11px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #333333;
}
.sub_nav ul > li.fontFjalla > a {
  letter-spacing: 0.02em;
}
.sub_nav ul > li > a:hover {
  opacity: 0.6;
  position: relative;
}
.sub_nav ul > li a:hover:after, .sub_nav ul > li.current:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #67c6dd;
}
.sub_nav ul > li.current {
  position: relative;
  padding-bottom: 10px;
}
.sub_nav .sub_nav_child {
  display: none;
  position: absolute;
  top: 24px;
  right: 0;
  border: 1px solid #e9ebeb;
  background: #ffffff;
  padding: 25px 15px 15px;
  width: calc(100% + 70px);
  z-index: 10;
}
.sub_nav .sub_nav_child ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align:center;
}
.sub_nav .sub_nav_child ul li {
  width: 50%;
  margin: 0 0 10px;
}
.sub_nav .sub_nav_child ul li:nth-child(odd) {
  margin-right: 0px;
}
.sub_nav .sub_nav_child ul li:nth-child(even) {
  margin-left: 0px;
}
.sub_nav .sub_nav_child ul li a:hover {
  color: #67c6dd;
}
.sub_nav .sub_nav_child ul li a:hover:after {
  content: none;
}
@media screen and (max-width: 767px) {
  .sub_nav {
    display: none;
  }
}

.sub_nav_sp {
  display: block;
  background: #f0f0f0;
}
.sub_nav_sp .active {
  padding: 15px 35px;
  position: relative;
}
.sub_nav_sp .active:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 9px;
  background-image: url(/img/common/arrow03.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  transform: rotate(-180deg);
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -4px;
}
.sub_nav_sp .active:after {
  content: "";
  display: inline-block;
  width: calc(100% + 30px);
  height: 1px;
  background-color: #d9d9d9;
  position: absolute;
  bottom: -1px;
  left: -15px;
}
.sub_nav_sp .active.is_show:before {
  transform: rotate(0);
}
.sub_nav_sp .sub_nav_list {
  display: none;
  position: relative;
  padding: 20px 0;
}
.sub_nav_sp .sub_nav_list:after {
  content: "";
  display: inline-block;
  width: calc(100% + 30px);
  height: 1px;
  background-color: #d9d9d9;
  position: absolute;
  bottom: -1px;
  left: -15px;
}
.sub_nav_sp .sub_nav_list > li {
  position: relative;
  border-bottom: 1px solid #d9d9d9;
}
.sub_nav_sp .sub_nav_list > li.current {
  padding: 15px 35px;
  color: #ffffff;
  background: #67c6dd;
}
.sub_nav_sp .sub_nav_list > li.current.has_child {
  padding: 0;
  background: #ffffff;
}
.sub_nav_sp .sub_nav_list > li.current.has_child > a {
  background: #67c6dd;
}
.sub_nav_sp .sub_nav_list > li.current.has_child a:before,
.sub_nav_sp .sub_nav_list > li.current.has_child a:after {
  background: #ffffff;
}
.sub_nav_sp .sub_nav_list > li > a {
  padding: 15px 35px;
  display: block;
  color: inherit;
}
.sub_nav_sp .sub_nav_list > li.has_child > a {
  position: relative;
}
.sub_nav_sp .sub_nav_list > li.has_child > a:before, .sub_nav_sp .sub_nav_list > li.has_child > a:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 2px;
  background: #999999;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -1px;
}
.sub_nav_sp .sub_nav_list > li.has_child > a:after {
  transform: rotate(90deg);
}
.sub_nav_sp .sub_nav_list > li.has_child > a.is_show:after {
  content: none;
}
.sub_nav_sp .sub_nav_child {
  display: none;
  width: calc(100% + 30px);
  margin-left: -15px;
}
.sub_nav_sp .sub_nav_child ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sub_nav_sp .sub_nav_child ul li {
  width: calc(100% / 3);
  text-align: center;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
.sub_nav_sp .sub_nav_child ul li:nth-child(3n) {
  border-right: none;
}
.sub_nav_sp .sub_nav_child ul li a {
  display: block;
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  .sub_nav_sp {
    display: none;
  }
}

.btn_area {
  background: #ffffff;
}
.btn_area.is_type01 {
  margin-left: -500%;
  margin-right: -500%;
  padding: 40px 500%;
  border-top: 1px solid #e6e6e6;
}
.btn_area.is_type01 a {
  display: block;
  height: 80px;
  line-height: 80px;
  border: 1px solid #e6e6e6;
  background-color: #f9f9f9;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}
.btn_area.is_type01 a.leadmore {
  color: #ffffff;
  font-family: 'Fjalla One', sans-serif;
  background-color: #dadee0;
}
.btn_area.is_type01 a.leadmore:hover {
  background-color: #cdd2d4;
}
@media screen and (max-width: 767px) {
  .btn_area.is_type01 {
    padding: 20px 500% 100px;
  }
  .btn_area.is_type01 a {
    padding: 15px;
    height: auto;
    line-height: inherit;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.mv {
  width: 100%;
  height: 550px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*
      &.is-image01 {
          background-image: url(/img/product/mv01.jpg);
  
      }
  */
}
.mv .container {
  position: relative;
  height: 100%;
}
.mv .catch_phrase {
  width: 50%;
  margin: 0;
  padding-left: 32px;
  position: absolute;
  bottom: -26px;
  left: 50%;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.8;
}
.mv .catch_phrase span.copy_shadow {
  text-shadow:0 0 7px #fff,0 0 3px #fff,0 0 3px #fff;
}
@media screen and (max-width: 767px) {
  .mv {
    height: 250px;
  }
  .mv .catch_phrase {
    padding-left: 0;
    line-height: 1.6;
    position: absolute;
    bottom: -15px;
    margin-left: -25px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/* 画像登録なし */
.no-mainImg .mv {
  display: none;
}

/* ----------------------------------
  lightBox設定
----------------------------------- */
.lightboxOverlay {
  background-color: #ffffff;
}

.lb-outerContainer {
  border-radius: 0;
  background: none;
}

.lb-data .lb-close {
  width: 45px;
  height: 45px;
  background: url(../images/close.png) 0 0 no-repeat;
  margin-right: -176px;
  margin-top: -88px;
}

.lightbox .lb-image {
  border: none;
  border-radius: 0;
}

.lb-details {
  padding-top: 30px;
}

.lb-number {
  font-size: 22px;
  font-size: 2.2rem;
  color: #67c6dd;
  font-family: 'Fjalla One', sans-serif;
}

.lb-nav a.lb-prev {
  margin-left: -80px;
}

.lb-nav a.lb-next {
  margin-right: -80px;
}

@media screen and (min-width: 768px) {
  #lightbox .lb-outerContainer {
    max-height: calc(100vh - 260px);
    max-width: 750px;
  }

  #lightbox .lb-outerContainer:not(.animating) {
    width: auto !important;
    height: auto !important;
  }

  #lightbox .lb-image {
    max-width: 750px;
    max-height: calc(100vh - 260px);
    width: auto !important;
    height: auto !important;
  }

  #lightbox .lb-close {
    position: fixed;
    top: 30px !important;
    right: 30px !important;
    margin-right: 0px;
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .lb-data .lb-close {
    width: 20px;
    height: 20px;
    margin-right: 1px;
    margin-top: -35px;
    background-size: contain;
  }

  .lb-nav a.lb-prev {
    margin-left: 0;
    background-size: 15px auto;
    background-position: left center;
  }

  .lb-nav a.lb-next {
    margin-right: 0;
    background-size: 15px auto;
    background-position: right center;
  }

  #lightbox .lb-close {
    position: fixed;
    top: 15px !important;
    right: 15px !important;
    margin-right: 0px;
    margin-top: 0px;
    width: 30px;
    height: 30px;
  }

  #lightbox .lb-image {
    position: relative;
    max-width: calc(100vw - 30px);
  }

  .lb-nav a.lb-prev {
    background-position: left bottom;
    margin-top: 42px;
  }

  .lb-nav a.lb-next {
    background-position: right bottom;
    margin-top: 42px;
  }

  .lb-nav a.lb-next {
    width: 14%;
  }

  .lb-nav a.lb-prev {
    width: 14%;
  }
}
#lightbox {
  position: fixed;
  align-items: center;
  top: 0 !important;
  margin: 0px !important;
  display: flex;
  height: 100%;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}

/*# sourceMappingURL=base.css.map */
