@charset "UTF-8";
/*======================================
  設定
======================================*/
@font-face {
  font-family: 'Noto Sans JP', sans-serif;
  src: url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
}

.opacity {
  opacity: 0.4;
  -moz-opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: "alpha(opacity=40)";
}

/*======================================
  設定
======================================*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  -webkit-font-smoothing: antialiased;
}

/* Reset Style */
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, 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;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul,
ul,
ol {
  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;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

img {
  vertical-align: bottom;
}

*:focus {
  outline: none;
}

html {
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 1.7;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

html,
body {
  font-size: 16px;
  color: #707070;
}

@media only screen and (max-width: 768px) {
  img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  img {
    max-width: 100%;
  }
}

.sp {
  display: none;
}

@media only screen and (max-width: 640px) {
  .sp {
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .pc {
    display: none;
  }
}

/*-- モジュール --*/
a {
  -webkit-transition: .4s;
  transition: .4s;
  color: #008BDF;
}

a:hover {
  color: #707070;
}

h2 {
  color: #008BDF;
  margin: 60px 0 50px;
}

.inner {
  width: 1050px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .inner {
    width: 100%;
    padding: 10px;
  }
}

@media only screen and (max-width: 640px) {
  .inner {
    width: 100%;
    padding: 10px;
  }
}

.inner.pd-normal {
  padding: 100px 0;
}

@media only screen and (max-width: 768px) {
  .inner.pd-normal {
    padding: 50px 10px;
  }
}

@media only screen and (max-width: 640px) {
  .inner.pd-normal {
    padding: 30px 10px;
  }
}

.btn a {
  border-radius: 5px;
  padding: 10px;
  -webkit-transition: .3s;
  transition: .3s;
}

.btn a:hover {
  opacity: .7;
}

.btn a.contact {
  background: #008BDF;
  color: #FFF;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn a.contact:before {
  content: '\f003';
  font-family: Fontawesome;
  padding-right: 10px;
}

.btn a.pagelink, .btn a.pagelink02, .btn a.brochure, .btn a.contact02 {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn a.pagelink:before, .btn a.pagelink:after, .btn a.pagelink02:before, .btn a.pagelink02:after, .btn a.brochure:before, .btn a.brochure:after, .btn a.contact02:before, .btn a.contact02:after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn a.pagelink:hover, .btn a.pagelink02:hover, .btn a.brochure:hover, .btn a.contact02:hover {
  opacity: 1;
}

.btn a.pagelink:after, .btn a.pagelink02:after, .btn a.brochure:after, .btn a.contact02:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.btn a.pagelink:hover:after, .btn a.pagelink02:hover:after, .btn a.brochure:hover:after, .btn a.contact02:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.btn a.pagelink {
  width: 180px;
  background-color: #fff;
  border: 1px solid #008BDF;
  color: #008BDF;
}

.btn a.pagelink:hover {
  color: #FFF;
}

.btn a.pagelink:hover:after {
  background: #008BDF;
}

@media only screen and (max-width: 640px) {
  .btn a.pagelink {
    width: 100%;
  }
}

.btn a.pagelink02 {
  width: 100%;
  background-color: transparent;
  border: 1px solid #FFF;
  color: #FFF;
}

.btn a.pagelink02:hover {
  color: #008BDF;
}

.btn a.pagelink02:hover:after {
  background: #FFF;
}

@media only screen and (max-width: 640px) {
  .btn a.pagelink02 {
    width: 100%;
  }
}

.btn a.brochure {
  width: 340px;
  background-color: #FF6F00;
  border: 1px solid #FF6F00;
  color: #FFF;
  border-radius: 5px;
}

.btn a.brochure:hover {
  color: #FF6F00;
}

.btn a.brochure:hover:after {
  background: #FFF;
  border-radius: 5px;
}

@media only screen and (max-width: 640px) {
  .btn a.brochure {
    width: 100%;
  }
}

.btn a.contact02 {
  width: 400px;
  background-color: transparent;
  border: 2px solid #FFF;
  color: #FFF;
  border-radius: 5px;
}

.btn a.contact02:hover {
  color: #008BDF;
}

.btn a.contact02:hover:after {
  background: #FFF;
  border-radius: 0;
}

@media only screen and (max-width: 640px) {
  .btn a.contact02 {
    width: 100%;
  }
}

.btn a.contact02 span:before {
  content: '\f003';
  font-family: Fontawesome;
  padding-right: 20px;
}

.btn-area {
  margin-top: 50px;
}

@media only screen and (max-width: 640px) {
  .btn-area {
    margin-top: 35px;
  }
}

.content-column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.content-column2 .col01 {
  padding-right: 30px;
}

.content-column2 .col02 {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .content-column2 .col01 {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  .content-column2 .col02 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media only screen and (max-width: 640px) {
  .content-column2 {
    display: block;
  }
  .content-column2 .col01 {
    padding: 0 0 40px 0;
  }
}

.inner-page-link {
  padding: 15px 0;
  margin-top: 55px;
  border-top: 1px dashed #008BDF;
  border-bottom: 1px dashed #008BDF;
}

.inner-page-link li {
  display: inline-block;
  margin-right: 40px;
}

.inner-page-link li a:before {
  content: '\f107';
  font-family: FontAwesome;
  padding-right: 10px;
}

@media only screen and (max-width: 640px) {
  .inner-page-link {
    margin-top: 20px;
    padding: 10px 0;
  }
  .inner-page-link li {
    margin-right: 20px;
  }
}

/*---ヘッダー */
.navi-brand {
  vertical-align: middle;
}

.navi-brand span {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0em;
}

.navi-header {
  border-bottom: 1px solid #f0f0f0;
}

.navi-item {
  margin-left: .5rem;
}

.navi-item a {
  display: inline-block;
  position: relative;
}

.navi-item a:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #008BDF;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}

.navi-item a:hover {
  color: #008BDF;
}

.navi-item a:hover:after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 768px) {
  .navi-item a {
    font-size: 88%;
    padding: 0px;
    margin: 0;
  }
}

@media only screen and (max-width: 640px) {
  .navi-item {
    margin-left: 0;
    height: auto;
    border-bottom: 1px solid #f0f0f0;
  }
  .navi-item a {
    padding: 15px;
    display: block;
    margin: 0;
  }
}

.navi-item.inquiry a {
  background: #008BDF;
  padding: 5px 15px;
  color: #FFF;
  border-radius: 20px;
}

.navi-item.inquiry a:hover {
  opacity: .6;
}

.navi-item.inquiry a:hover:after {
  opacity: 0;
}

@media only screen and (max-width: 640px) {
  .navi-item.inquiry a {
    border-radius: 0;
    padding: 15px;
  }
  .navi-item.inquiry a:hover {
    border-radius: 0;
  }
}

.header-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 250px;
}

.header-name span {
  padding-left: 10px;
  font-size: 1.125rem;
}

@media only screen and (max-width: 768px) {
  .header-name {
    width: 200px;
  }
  .header-name span {
    font-size: 55%;
  }
}

/*---footer -- */
.footer-upper {
  background: #F9F9F9;
}

.footer-upper .inner {
  padding: 50px 0;
}

.footer-bottom {
  background: #707070;
}

.footer-bottom .inner {
  color: #FFF;
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0em;
  padding: 8px 0;
  text-align: center;
}

.footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 768px) {
  .footer-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.footer-wrapper .information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 40rem;
}

.footer-wrapper .information > div {
  margin-top: 0px;
}

.footer-wrapper .information .footer-name {
  margin-bottom: 20px;
}

.footer-wrapper .information .address {
  font-size: .86rem;
}

.footer-wrapper .information .btn {
  margin-top: 20px;
}

.footer-wrapper .information ul {
  font-size: .875rem;
}

.footer-wrapper .information ul li a {
  color: #707070;
  font-size: 0.86rem;
}

.footer-wrapper .information ul li a:before {
  content: '\f105';
  font-family: Fontawesome;
  color: #008BDF;
  padding-right: 10px;
}

.footer-wrapper .information ul li a:hover {
  color: #008BDF;
}

.footer-wrapper .information ul li ul {
  margin-left: 30px;
}

@media only screen and (max-width: 640px) {
  .footer-wrapper .information {
    display: block;
  }
}

.footer-name span {
  padding-left: 20px;
}

#page-top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: -50px;
  z-index: 999;
}

#page-top a {
  display: block;
  border-radius: 5px;
  background: rgba(0, 139, 223, 0.8);
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#page-top a:before {
  content: '\f102';
  font-family: Fontawesome;
  color: #FFF;
  font-size: 20px;
}

@media only screen and (max-width: 640px) {
  .footer-upper .inner {
    padding: 0;
  }
  .footer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 0;
    padding-left: 0;
  }
  .footer-wrapper .information {
    width: 100%;
  }
  .footer-wrapper .information ul li {
    border-bottom: 1px solid #707070;
  }
  .footer-wrapper .information ul li a {
    padding: 10px;
    display: block;
  }
  .footer-wrapper .information ul li a:before {
    display: none;
  }
  .footer-wrapper .information ul li ul {
    margin-left: 0;
  }
  .footer-wrapper .information ul li ul li {
    border-bottom: 1px dashed #707070;
    padding-left: 20px;
  }
  .footer-wrapper .information ul li ul li:last-child {
    border-bottom: none;
  }
  .footer-wrapper .information ul li ul li:first-child {
    border-top: 1px dashed #707070;
  }
  .footer-wrapper .information > div {
    padding: 10px;
    margin: 10px auto 20px;
  }
  .footer-bottom .inner {
    padding: 10px;
  }
}

/*---コンテンツ部分 -- */
.content-area {
  padding-top: 80px;
}

@media only screen and (max-width: 640px) {
  .content-area {
    font-size: 16px;
  }
}

.content-area.under .inner {
  padding: 100px 0;
}

/*-- cv area --*/
.cv-area {
  background: url(../images/common/bg_cvarea.png) no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cv-area-inner {
  text-align: center;
  color: #FFF;
}

.cv-area-inner .subTtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 250px;
  margin: 0 auto 25px;
  font-weight: 300;
}

.cv-area-inner .subTtl:before, .cv-area-inner .subTtl:after {
  content: '';
  width: 70px;
  height: 1px;
  background: #FFF;
  display: block;
}

.cv-area-inner .subTtl:before {
  margin-right: 10px;
}

.cv-area-inner .subTtl:after {
  margin-left: 10px;
}

.cv-area-inner h3 {
  font-size: 1.75rem;
  margin-bottom: 15px;
}

.cv-area-inner .read {
  margin-bottom: 35px;
  font-weight: 300;
}

.cv-area-inner-cvPoint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

.cv-area-inner-cvPoint .tel {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.cv-area-inner-cvPoint .tel span {
  display: block;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-top: 10px;
}

.cv-area-inner-cvPoint .btn {
  margin-left: 50px;
}

@media only screen and (max-width: 640px) {
  .cv-area {
    height: auto;
    display: block;
    padding: 60px 10px 30px;
  }
  .cv-area-inner .subTtl {
    margin-bottom: 10px;
  }
  .cv-area-inner h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .cv-area-inner .read {
    margin-bottom: 15px;
  }
  .cv-area-inner-cvPoint {
    display: block;
  }
  .cv-area-inner-cvPoint .btn {
    margin: 30px 0 0;
  }
}

.download-area {
  background: url(../images/common/bg_cd_download.png) no-repeat;
  background-size: cover;
  text-align: center;
}

.download-area-inner {
  width: 515px;
  margin: 0 auto;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.download-area-inner .btn-area {
  margin: 20px 0 10px;
}

.download-area-inner .btn-area .btn {
  margin-top: 15px;
}

@media only screen and (max-width: 640px) {
  .download-area-inner {
    width: 100%;
    padding: 0 10px;
  }
  .download-area-inner .img {
    width: 38%;
  }
  .download-area-inner .btn-area {
    margin: 10px 0 0;
  }
  .download-area-inner .btn-area h3 {
    font-size: .9rem;
  }
  .download-area-inner .btn-area .btn {
    margin: 5px 0;
  }
  .download-area-inner .btn-area .btn a {
    padding: 5px;
    text-align: left;
    font-size: .9rem;
  }
}

.disable-auto-tel a[href^="tel:"] {
  color: #FFF;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
  pointer-events: none;
}

.under .main-visual {
  background: url(../images/common/bg_ttl.png) no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 280px;
}

.under .main-visual h1 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #008BDF;
  text-align: center;
}

.under .main-visual h1 span {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.2em;
  display: block;
  padding-top: 60px;
  position: relative;
}

.under .main-visual h1 span:before {
  border-bottom: 1px solid #008BDF;
  content: "";
  margin: auto;
  position: absolute;
  top: 30px;
  left: calc((100% - 50px) / 2);
  width: 50px;
}

@media only screen and (max-width: 640px) {
  .under .main-visual {
    height: 150px;
  }
  .under .main-visual h1 {
    font-size: 22.5px;
    font-size: 2.25rem;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 0.2em;
  }
  .under .main-visual h1 span {
    padding-top: 30px;
  }
  .under .main-visual h1 span:before {
    top: 15px;
  }
}

.top .main-visual {
  background: url(../images/top/img_main_pc.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 700px;
  position: relative;
}

.top .main-visual h1 {
  position: absolute;
  left: 0;
  bottom: 130px;
  background: #FF6F00;
  padding: 15px 15px 15px 180px;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 100;
  letter-spacing: 0.075em;
  color: #FFF;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.458);
}

.top .main-visual h1 span {
  font-size: 75%;
  color: inherit;
}

@media only screen and (max-width: 768px) {
  .top .main-visual {
    height: 50vw;
  }
  .top .main-visual h1 {
    bottom: 50px;
    padding: 15px;
    font-size: 150%;
  }
}

@media only screen and (max-width: 640px) {
  .top .main-visual {
    background: url(../images/top/img_main_sp.png) no-repeat;
    background-size: cover;
    height: 400px;
  }
  .top .main-visual h1 {
    width: 85%;
    bottom: 25px;
    font-size: 18.75px;
    font-size: 1.875rem;
    line-height: 1;
    font-weight: 100;
    letter-spacing: 0.075em;
    padding: 10px;
  }
}

.top h2 {
  color: #008BDF;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin: 0 0 45px;
}

.top h2 span {
  color: #008BDF;
  display: block;
  position: relative;
  padding-top: 30px;
  font-weight: normal;
  font-size: 1.5rem;
}

.top h2 span:before {
  border-bottom: 1px solid #008BDF;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  top: 15px;
  width: 50px;
}

.top .sec-02 {
  background: #00a4e4;
  background: -webkit-gradient(linear, left top, left bottom, from(#005cbd), to(#7ccbfb));
  background: linear-gradient(180deg, #005cbd 0%, #7ccbfb 100%);
}

.top .sec-02 .content-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.top .sec-02 .content-link > div {
  width: 30%;
}

.top .sec-02 .content-link > div .img img {
  width: 100%;
}

.top .sec-02 .content-link > div dl {
  color: #FFF;
}

.top .sec-02 .content-link > div dl dt {
  text-align: center;
  padding: 10px 0;
}

.top .sec-02 .content-link > div dl dd {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 300;
  letter-spacing: 0.075em;
}

.top .sec-02 .content-link > div dl dd .btn {
  margin-top: 25px;
}

@media only screen and (max-width: 640px) {
  .top .sec-02 .content-link {
    display: block;
  }
  .top .sec-02 .content-link > div {
    width: 100%;
    margin-bottom: 50px;
  }
  .top .sec-02 .content-link > div:last-child {
    margin-bottom: 0;
  }
}

.msg_txt p {
  margin-bottom: 15px;
  text-align: justify;
}

.msg_txt p span {
  font-size: 12px;
}

#product .item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#product .item-list li {
  width: 30%;
  margin: 0 5% 5% 0;
  color: #707070;
}

#product .item-list li:nth-child(3n) {
  margin-right: 0;
}

@media only screen and (max-width: 640px) {
  #product .item-list li {
    width: 44vw;
    margin: 0 4vw 4vw 0;
  }
  #product .item-list li:nth-child(3n) {
    margin-right: 4vw;
  }
  #product .item-list li:nth-child(even) {
    margin-right: 0;
  }
}

#product .item-list-img {
  width: 100%;
  height: 14vw;
  padding: 10px;
  border: 1px solid #E8E8E8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 640px) {
  #product .item-list-img {
    width: 100%;
    height: 42vw;
  }
}

#product .item-list-img img {
  width: calc(100% - 90px);
  height: calc(12vw - 40px);
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (max-width: 640px) {
  #product .item-list-img img {
    width: calc(100% - 20px);
    height: calc(42vw - 20px);
  }
}

#product .item-list-h3 {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.075em;
  margin: 15px 0;
}

@media only screen and (max-width: 640px) {
  #product .item-list-h3 {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0.075em;
  }
}

#product .item-list-dl {
  position: relative;
  padding-top: 20px;
}

#product .item-list-dl:before {
  border-bottom: 1px solid #008BDF;
  content: "";
  left: 0;
  top: 0;
  margin: auto;
  position: absolute;
  width: 30px;
}

@media only screen and (max-width: 640px) {
  #product .item-list-dl {
    padding-top: 10px;
  }
}

#product .item-list-dl dt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.075em;
}

#product .item-list-dl dt span {
  font-size: 66%;
  display: block;
}

@media only screen and (max-width: 640px) {
  #product .item-list-dl dt {
    font-size: 80%;
  }
}

#product .item-list-dl dd {
  text-align: justify;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.075em;
  padding-top: 20px;
}

@media only screen and (max-width: 640px) {
  #product .item-list-dl dd {
    font-size: 7.5px;
    font-size: 0.75rem;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0.075em;
    padding-top: 10px;
  }
}

#product h2.mt0 {
  margin-top: 0;
}

.cpn-page-link {
  padding: 15px 0;
  border-top: 1px dashed #008BDF;
  border-bottom: 1px dashed #008BDF;
  margin-bottom: 60px;
}

.cpn-page-link li {
  display: inline-block;
  margin-right: 40px;
}

.cpn-page-link li a:before {
  content: '\f107';
  font-family: FontAwesome;
  padding-right: 10px;
}

@media only screen and (max-width: 640px) {
  .cpn-page-link {
    padding: 10px 0;
    margin-bottom: 0;
  }
  .cpn-page-link li {
    margin-right: 20px;
  }
}

.cpn_info {
  margin-top: 20px;
}

.cpn_info h2 {
  margin: 30px 0 10px;
  padding-top: 80px;
  margin-top: -80px;
}

@media only screen and (max-width: 640px) {
  .cpn_info h2 {
    font-size: 20px;
  }
}

.info-list {
  margin: 0 auto;
  padding-bottom: 50px;
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .info-list {
    padding-bottom: 10px;
  }
}

.info-list span {
  font-size: 22px;
  margin-right: 30px;
}

@media only screen and (max-width: 640px) {
  .info-list span {
    font-size: 14px;
    margin-right: 10px;
  }
}

.txt-list {
  margin: 0 auto 50px;
}

@media only screen and (max-width: 640px) {
  .txt-list {
    margin: 0 auto 30px;
  }
}

.txt-list dl {
  margin: 10px auto;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media only screen and (max-width: 640px) {
  .txt-list dl {
    width: 100%;
    display: block;
  }
}

.txt-list dl:first-of-type {
  border-top: none;
}

.txt-list dl dt {
  color: #008BDF;
  padding-right: 50px;
  width: 180px;
}

@media only screen and (max-width: 640px) {
  .txt-list dl dt {
    font-size: 1rem;
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .txt-list dl dd {
    font-size: 1rem;
    width: 100%;
  }
}

.txt-list ul {
  margin-bottom: 15px;
}

.cpn_map {
  margin: 20px auto;
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .cpn_map {
    width: 100%;
  }
}

.cpn_map iframe {
  width: 100%;
  height: 300px;
}

.history-list {
  margin: 0 auto  !important;
  border-top: 1px dashed #707070;
  padding: 10px 0;
}

@media only screen and (max-width: 640px) {
  .history-list {
    border-top: none;
    padding: 5px 0;
  }
}

.thanks_txt {
  margin: 100px 0;
}

@media only screen and (max-width: 640px) {
  .thanks_txt {
    margin: 50px 0;
  }
}

.thanks_txt h3 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
  .thanks_txt h3 {
    text-align: center;
    font-size: 1rem;
  }
}

.thanks_txt p {
  text-align: center;
  font-size: 1.5rem;
}

@media only screen and (max-width: 640px) {
  .thanks_txt p {
    text-align: center;
    font-size: 0.8rem;
  }
}

.mailform {
  overflow: hidden;
}

form#mailformpro dl dd {
  width: 790px;
}

form#mailformpro dl dd input[type="text"],
form#mailformpro dl dd input[type="email"],
form#mailformpro dl dd input[type="tel"],
form#mailformpro dl dd textarea {
  width: 100% !important;
  padding: 5px;
}

.form-mb10 {
  margin-bottom: 10px;
}

.thanks_txt p {
  margin-bottom: 3rem;
}

.btn-top {
  margin: 3rem auto 0;
}

.btn-top-itm {
  width: 340px;
  background-color: #fff;
  color: #008BDF;
  border: 1px solid #008BDF;
  border-radius: 5px;
  padding: .8rem 1.5rem;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 1rem;
}

.btn-top-itm:hover {
  background-color: #008BDF;
  color: #fff;
}
