@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@font-face {
  font-family: "notoSans";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSans/NotoSansR.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "notoSans";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSans/NotoSansM.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "notoSans";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSans/NotoSansB.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "notoSans";
  font-style: normal;
  font-weight: 900;
  src: url("../font/NotoSans/NotoSansH.woff") format("woff");
  font-display: swap;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.05em;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 2;
  font-weight: 400;
  color: #333333;
  font-family: "notoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  word-wrap: break-word;
}

a {
  text-decoration: none;
}

figure {
  padding: 0;
  margin: 0;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bg100 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

@media screen and (max-width: 1200px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 640px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.bornone td {
  border: none !important;
}

.pdnone td {
  padding: 0 !important;
}

.img100 img {
  width: 100%;
}

#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#contents {
  padding: 0;
  max-width: 100%;
}

#main {
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  #main {
    width: 100%;
  }
}

#main #col_main {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  #main #col_main {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  #side {
    width: 18.75%;
  }
}

@media screen and (max-width: 1200px) {
  #side aside {
    width: 100% !important;
  }
}

.policy h2 {
  border-bottom: 2px solid #bbbbbb;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: fixed;
}

table td {
  margin-bottom: -1px !important;
  padding: 15px !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

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

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #b3b3b3;
}

span {
  font-weight: inherit;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

b {
  font-weight: bold;
}

.borderB {
  border-bottom: 1px dashed #333;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

#contents_wrap {
  min-width: auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  #contents_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#contents {
  max-width: 1200px;
  width: 100%;
}

.tacenter {
  text-align: center !important;
}

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

@media screen and (max-width: 834px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "notoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header#global_header {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin: 0 auto;
}

footer#global_footer {
  min-width: 100% !important;
}

.dsnone {
  display: none;
}

#modal {
  display: none;
}

.modaal-close {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: inherit !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
}

.modaal-close::before, .modaal-close::after {
  display: none !important;
}

.cus-close {
  position: static !important;
  color: #333 !important;
  opacity: 1 !important;
  text-align: center;
  border-radius: inherit !important;
  background: #ddd !important;
  padding: 5px 0 !important;
}

.modaal-content-container {
  padding: 25px !important;
}

@media screen and (max-width: 480px) {
  .modaal-content-container {
    padding: 15px !important;
  }
  .modaal-content-container .policy h2 {
    font-size: 16px;
  }
  .modaal-content-container .policy p {
    font-size: 14px;
  }
}

.modaal-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 768px;
  overflow-y: scroll;
}

@media screen and (max-width: 480px) {
  .modaal-container {
    max-height: 100%;
  }
}

@media screen and (max-width: 480px) {
  .modaal-inner-wrapper {
    padding: 80px 10px !important;
  }
}

.bt_confirm {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.bt_back {
  background: #eee;
  text-indent: 0;
  width: auto;
  padding: 0 50px;
}

@media screen and (max-width: 375px) {
  .bt_back {
    padding: 0 40px;
  }
}

.bt_send {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.annot {
  display: none;
}

h2.mail {
  display: none;
}

.submit {
  max-width: 320px;
  width: 100%;
}

header#global_header {
  max-width: 100%;
}

#header {
  width: 100%;
}

#header_inner_wrap {
  background: #fff;
  border-top: 5px solid #066ebc;
  padding: 20px 0;
  z-index: 500;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 640px) {
  #header_inner_wrap {
    padding: 15px 0;
  }
}

#header_inner_wrap #header_inner {
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1200px) {
  #header_inner_wrap #header_inner {
    padding: 0 20px;
  }
}

@media screen and (max-width: 640px) {
  #header_inner_wrap #header_inner {
    padding: 0 10px;
  }
}

.h_right {
  max-width: 885px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1200px) {
  .h_right {
    max-width: 770px;
  }
}

@media screen and (max-width: 1000px) {
  .h_right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media screen and (max-width: 834px) {
  .h_right {
    width: auto;
  }
}

.h_contact {
  text-align: right;
}

@media screen and (max-width: 1000px) {
  .h_contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 834px) {
  .h_contact {
    display: none;
  }
}

.h_contact .call {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Open Sans", "notoSans", sans-serif;
  color: #066ebc;
  line-height: 1.2;
}

@media screen and (max-width: 1200px) {
  .h_contact .call {
    font-size: 2rem;
  }
}

@media screen and (max-width: 1000px) {
  .h_contact .call {
    font-size: 2.4rem;
  }
}

.h_contact .call i {
  font-size: 1.8rem;
  margin-right: 5px;
  position: relative;
  top: -1px;
}

@media screen and (max-width: 1200px) {
  .h_contact .call i {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1000px) {
  .h_contact .call i {
    font-size: 1.8rem;
  }
}

.h_contact .call a {
  font-weight: bold;
  font-family: "Open Sans", "notoSans", sans-serif;
  color: #066ebc;
}

.h_contact p {
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 500;
}

@media screen and (max-width: 1000px) {
  .h_contact p {
    margin-left: 10px;
  }
}

#nav_global {
  max-width: 665px;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  #nav_global {
    max-width: 590px;
  }
}

@media screen and (max-width: 834px) {
  #nav_global {
    max-width: auto;
  }
}

#nav_global > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 834px) {
  #nav_global > ul {
    display: none;
  }
}

#nav_global > ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1;
}

#nav_global > ul li:not(:last-child) {
  border-right: 1px solid #ccc;
}

#nav_global > ul li a {
  font-size: 1.4rem;
  font-weight: 500;
  color: #333;
  line-height: 1;
  padding: 10px 0;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

#nav_global > ul li a::after {
  position: absolute;
  bottom: 0.3em;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 86%;
  height: 1px;
  background-color: #0d8bd4;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#nav_global > ul li a:hover {
  color: #0d8bd4;
}

#nav_global > ul li a:hover::after {
  bottom: 0;
  opacity: 1;
}

#mainArea {
  width: 100% !important;
  margin-top: 96px;
}

#mainArea img {
  width: 100% !important;
}

#subArea {
  background: url(../images/home/sub.jpg) center top no-repeat;
  height: 260px;
  margin-top: 96px;
  position: relative;
}

@media screen and (max-width: 640px) {
  #subArea {
    height: 220px;
  }
}

@media screen and (max-width: 480px) {
  #subArea {
    height: 180px;
  }
}

@media screen and (max-width: 375px) {
  #subArea {
    height: 160px;
  }
}

#subArea h1 {
  font-size: 4.8rem;
  font-weight: 900;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-shadow: 2px 2px 12px rgba(0, 18, 38, 0.55);
}

@media screen and (max-width: 1200px) {
  #subArea h1 {
    font-size: calc(3.2rem + ((1vw - 3.75px) * 0.7273));
  }
}

#sp {
  display: none;
}

@media screen and (max-width: 834px) {
  #sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 45px;
    height: 45px;
    background: #0d8bd4;
    border-radius: 3px;
    position: relative;
    z-index: 300;
  }
}

#nav_sp {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #fff;
  z-index: 210;
}

.nav_wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: absolute;
  width: 100%;
}

@media screen and (max-width: 834px) {
  .nav_wrap .h_contact {
    display: block;
    text-align: center;
    margin-top: 20px;
  }
  .nav_wrap .h_contact .call {
    font-size: 2.8rem;
  }
  .nav_wrap .h_contact .call i {
    font-size: 2.4rem;
  }
  .nav_wrap .h_contact P {
    font-size: 1.4rem;
  }
}

.nav_wrap ul {
  width: 100%;
  padding: 0 20px;
}

.nav_wrap ul li {
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 834px) {
  .nav_wrap ul li {
    padding: 15px 0;
  }
}

.nav_wrap ul li a {
  color: #333;
  display: block;
}

@media screen and (max-width: 834px) {
  .nav_wrap ul li a {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 640px) {
  .nav_wrap ul li a {
    font-size: 1.6rem;
  }
}

.sp_menu {
  width: 24px;
  height: 18px;
  display: block;
  z-index: 300;
  position: relative;
  display: none;
}

@media screen and (max-width: 834px) {
  .sp_menu {
    display: block;
  }
}

.sp_menu div {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #fff;
}

.sp_menu div:nth-of-type(1) {
  top: 0;
}

.sp_menu div:nth-of-type(2) {
  top: 8px;
  opacity: 1;
}

.sp_menu div:nth-of-type(3) {
  bottom: 0;
}

.sp_menu.off div:nth-of-type(1) {
  -webkit-animation: menu-bar01 0.75s forwards;
  animation: menu-bar01 0.75s forwards;
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

.sp_menu.off div:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  -webkit-transition: all 0.25s 0.25s;
}

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

.sp_menu.off div:nth-of-type(3) {
  -webkit-animation: menu-bar02 0.75s forwards;
  animation: menu-bar02 0.75s forwards;
}

.sp_menu.on div:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.75s forwards;
  animation: active-menu-bar01 0.75s forwards;
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
}

@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
}

.sp_menu.on div:nth-of-type(2) {
  opacity: 0;
}

.sp_menu.on div:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 0.75s forwards;
  animation: active-menu-bar03 0.75s forwards;
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
}

#footer {
  font-size: 1.4rem;
  line-height: 1.7;
}

#footer #footer_inner {
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0;
}

@media screen and (max-width: 1200px) {
  #footer #footer_inner {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 640px) {
  #footer #footer_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 10px;
  }
}

.footer_fixed {
  display: none;
}

@media screen and (max-width: 640px) {
  .footer_fixed {
    display: block;
    position: fixed;
    right: 15px;
    bottom: 20px;
    z-index: 300;
  }
}

.footer_fixed .call a {
  color: #fff;
  display: block;
  background: #066ebc;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.4rem;
}

.flogo {
  text-align: left;
}

@media screen and (max-width: 640px) {
  .flogo {
    text-align: center;
  }
}

.flogo p {
  margin-top: 15px;
}

.flogo p a {
  color: #333;
}

.subnav {
  text-align: left;
}

@media screen and (max-width: 640px) {
  .subnav {
    margin-top: 30px;
  }
}

.subnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100px;
  width: 355px;
}

@media screen and (max-width: 640px) {
  .subnav ul {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.subnav ul li:nth-child(n + 5) {
  margin-left: 45px;
}

@media screen and (max-width: 640px) {
  .subnav ul li:nth-child(n + 5) {
    margin-left: 0;
  }
}

@media screen and (max-width: 640px) {
  .subnav ul li {
    width: 49.5%;
    margin-bottom: 1%;
  }
}

.subnav ul li a {
  color: #333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.subnav ul li a:hover {
  color: #0d8bd4;
}

.subnav ul li a::before {
  content: "\f0a9";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #0d8bd4;
}

@media screen and (max-width: 640px) {
  .subnav ul li a::before {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .subnav ul li a {
    background: #0d8bd4;
    display: block;
    text-align: center;
    padding: 6px 0;
    border-radius: 3px;
    color: #fff;
  }
}

.f_copy {
  background: #0050a0;
  padding: 8px 0;
}

.f_copy a {
  color: #fff;
}

.top_page #contents_wrap {
  padding: 80px 0 0;
}

@media screen and (max-width: 1200px) {
  .top_page #contents_wrap {
    padding: 80px 20px 0;
  }
}

@media screen and (max-width: 834px) {
  .top_page #contents_wrap {
    padding: 70px 20px 0;
  }
}

@media screen and (max-width: 640px) {
  .top_page #contents_wrap {
    padding: 40px 10px 0;
  }
}

#contents_wrap {
  padding: 60px 0 0;
}

@media screen and (max-width: 1200px) {
  #contents_wrap {
    padding: 60px 20px 0;
  }
}

@media screen and (max-width: 834px) {
  #contents_wrap {
    padding: 50px 20px 0;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    padding: 40px 10px 0;
  }
}

.btn a {
  background: #0d8bd4;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  display: block;
  position: relative;
  padding: 18px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn a:hover {
  background: #23abfa;
}

.btn a::after {
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn.btn01 a {
  max-width: 340px;
}

@media screen and (max-width: 480px) {
  .btn.btn01 a {
    max-width: 100%;
  }
}

.btn.center a {
  margin: auto;
}

.title01.top_h1 article {
  text-align: center;
}

.title01 h1 {
  font-weight: 900;
  color: #161616;
  font-size: 4.4rem;
  line-height: 1.4;
  display: inline-block;
}

@media screen and (max-width: 1200px) {
  .title01 h1 {
    font-size: calc(3.6rem + ((1vw - 3.75px) * 0.9697));
  }
}

.title01 h1 span {
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  background: #0050a0;
  border-radius: 3px;
  display: block;
  padding: 7px 15px;
  margin-bottom: 10px;
}

.title01.bdr article {
  text-align: center;
  position: relative;
}

.title01.bdr article::before {
  content: "";
  width: 100%;
  height: 10px;
  background: url(../images/contents/bg01.png) left top;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.title01.bdr h2 {
  background: #fff;
  display: inline-block;
  z-index: 2;
  position: relative;
  padding: 0 80px;
}

@media screen and (max-width: 640px) {
  .title01.bdr h2 {
    padding: 0 50px;
  }
}

.title01 h2 {
  font-weight: 900;
  color: #161616;
  font-size: 3.6rem;
  line-height: 1.4;
}

@media screen and (max-width: 1200px) {
  .title01 h2 {
    font-size: calc(2.8rem + ((1vw - 3.75px) * 0.9697));
  }
}

.title01 h2 span {
  font-size: 1.6rem;
  color: #066ebc;
  display: block;
  font-weight: bold;
}

.title02 article {
  position: relative;
}

.title02 article::before {
  content: "";
  width: 100%;
  height: 10px;
  background: url(../images/contents/bg01.png) left top;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

@media screen and (max-width: 480px) {
  .title02 article::before {
    display: none;
  }
}

.title02 h2 {
  font-weight: 900;
  color: #161616;
  font-size: 3.2rem;
  line-height: 1.4;
  background: #fff;
  display: inline-block;
  z-index: 2;
  position: relative;
  padding: 0 40px 0 0;
}

@media screen and (max-width: 1200px) {
  .title02 h2 {
    font-size: calc(2.4rem + ((1vw - 3.75px) * 0.9697));
  }
}

@media screen and (max-width: 480px) {
  .title02 h2 {
    display: block;
    padding: 0;
  }
  .title02 h2::after {
    content: "";
    width: 100%;
    height: 7px;
    background: url(../images/contents/bg01.png) left top;
    display: block;
    margin-top: 10px;
  }
}

.bg_contact {
  background: url(../images/home/bg_contact.jpg) center top no-repeat;
  background-size: cover;
}

.bg_contact .inner {
  max-width: 1000px;
}

.bg_contact h2 {
  color: #fff;
}

.bg_contact h2 span {
  color: #fff;
}

.flex_contact {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex_contact .box {
  width: 48%;
  background: #fff;
  text-align: center;
  padding: 25px 0 0;
  font-size: 1.4rem;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  .flex_contact .box {
    width: 100%;
  }
  .flex_contact .box:last-child {
    margin-top: 20px;
  }
}

.flex_contact .box article > div {
  padding: 30px 40px 30px;
}

@media screen and (max-width: 640px) {
  .flex_contact .box article > div {
    padding: 30px 30px 20px;
  }
}

@media screen and (max-width: 480px) {
  .flex_contact .box article > div {
    padding: 20px;
  }
}

.flex_contact .box .call {
  font-family: "Open Sans", "notoSans", sans-serif;
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1;
  color: #161616;
  margin-bottom: 5px;
  margin-top: 10px;
}

@media screen and (max-width: 1000px) {
  .flex_contact .box .call {
    font-size: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .flex_contact .box .call {
    margin-top: 0;
  }
}

.flex_contact .box .call i {
  font-size: 3.2rem;
  margin-right: 8px;
  position: relative;
  top: -1px;
}

@media screen and (max-width: 1000px) {
  .flex_contact .box .call i {
    font-size: 2.6rem;
  }
}

.flex_contact .box .call a {
  font-family: "Open Sans", "notoSans", sans-serif;
  font-weight: bold;
  line-height: 1;
  color: #161616;
}

.flex_contact .box .c_btn {
  max-width: 340px;
  margin: 0 auto 5px;
}

.flex_contact .box .c_btn a {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  display: block;
  padding: 27px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #f09a05;
}

@media screen and (max-width: 480px) {
  .flex_contact .box .c_btn a {
    font-size: 1.8rem;
  }
}

.flex_contact .box .c_btn a:hover {
  background: rgba(240, 154, 5, 0.7);
}

.flex_contact .box .c_btn a i {
  margin-right: 8px;
}

.flex_contact .box h3 {
  background: #0050a0;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 17px 0;
}

@media screen and (max-width: 1000px) {
  .flex_contact .box h3 {
    font-size: calc(1.8rem + ((1vw - 3.75px) * 0.64));
  }
}

.btn_wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.btn_wrap .box {
  width: 50%;
  position: relative;
}

@media screen and (max-width: 640px) {
  .btn_wrap .box {
    width: 100%;
  }
  .btn_wrap .box:first-child {
    margin-bottom: 20px;
  }
  .btn_wrap .box img {
    width: 100% !important;
  }
}

.btn_wrap .box div {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}

.btn_wrap .box div h3 {
  font-size: 4rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.4;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 1200px) {
  .btn_wrap .box div h3 {
    font-size: calc(2.4rem + ((1vw - 6.4px) * 2.8571));
  }
}

@media screen and (max-width: 640px) {
  .btn_wrap .box div h3 {
    font-size: calc(2.4rem + ((1vw - 3.75px) * 1.5094));
  }
}

.btn_wrap .box div h3 span {
  font-size: 2.4rem;
  font-weight: bold;
  display: block;
}

@media screen and (max-width: 1200px) {
  .btn_wrap .box div h3 span {
    font-size: calc(1.8rem + ((1vw - 6.4px) * 1.0714));
  }
}

.btn_wrap .box div a {
  border: 1px solid #fff;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
  display: block;
  max-width: 380px;
  padding: 15px 0;
  margin: 40px auto 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn_wrap .box div a:hover {
  background: rgba(0, 80, 160, 0.5);
}

@media screen and (max-width: 834px) {
  .btn_wrap .box div a {
    margin-top: 20px;
    width: 90%;
  }
}

.btn_wrap .box div a::after {
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flex01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 834px) {
  .flex01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 20px;
  }
}

@media screen and (max-width: 640px) {
  .flex01 {
    padding: 0 10px;
  }
}

.flex01 .leftArea {
  width: 50%;
  background: #f3f3f3;
  padding: 60px 60px 60px 0;
}

@media screen and (max-width: 1200px) {
  .flex01 .leftArea {
    padding: 60px 60px 60px 20px;
  }
}

@media screen and (max-width: 834px) {
  .flex01 .leftArea {
    width: 100%;
    padding: 40px;
  }
}

@media screen and (max-width: 640px) {
  .flex01 .leftArea {
    padding: 30px 20px 50px;
  }
}

@media screen and (max-width: 480px) {
  .flex01 .leftArea {
    padding: 30px 10px 50px;
  }
}

.flex01 .leftArea .inner02 {
  max-width: 540px;
  margin-left: auto;
}

@media screen and (max-width: 834px) {
  .flex01 .leftArea .inner02 {
    max-width: 100%;
  }
}

.flex01 .leftArea .inner02 .layout01 dl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex01 .leftArea .inner02 .layout01 dl:not(:last-child) {
  margin-bottom: 10px;
}

.flex01 .leftArea .inner02 .layout01 dl dt {
  background: #0050a0 !important;
  border-radius: 3px;
  padding: 0 !important;
  border: none !important;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.7;
  width: 80px !important;
}

.flex01 .leftArea .inner02 .layout01 dl dd {
  background: none !important;
  padding: 0 0 0 15px !important;
  border: none !important;
  line-height: 1.7;
  width: auto !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flex01 .leftArea .inner02 .layout01 dl dd .call a {
  color: #333;
}

.flex01 .rightArea {
  width: 50%;
}

@media screen and (max-width: 834px) {
  .flex01 .rightArea {
    width: 100%;
  }
}

.flex01 .rightArea > div {
  height: 100%;
}

.flex01 .rightArea img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.pankuzu {
  font-size: 1.4rem;
}

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

.pankuzu ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.pankuzu ol li:first-child {
  margin-right: 5px;
}

.pankuzu ol li:last-child {
  margin-left: 5px;
}

.form dl {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.form dl:first-child {
  border-top: 1px solid #ddd;
}

.form dl dt {
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

.form dl dd {
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

.form dl dd input[type="text"],
.form dl dd input[type="password"],
.form dl dd select {
  background: #efefef;
  border: 0 !important;
  height: 40px;
}

.form dl dd textarea {
  background: #efefef;
  border: 0 !important;
}

.c_contact {
  border: 1px solid #ddd;
}

.c_contact .call {
  font-family: "Open Sans", "notoSans", sans-serif;
  font-weight: bold;
  font-size: 2.8rem;
  color: #066ebc;
  line-height: 1.2;
}

.c_contact .call i {
  font-size: 2.2rem;
  margin-right: 5px;
  position: relative;
  top: -1px;
}

.c_contact .call a {
  font-family: "Open Sans", "notoSans", sans-serif;
  font-weight: bold;
  font-size: 2.8rem;
  color: #066ebc;
}

@media screen and (max-width: 640px) {
  .layout02 dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.layout02 dl:not(:last-child) {
  margin-bottom: 5px;
}

.layout02 dl dt {
  border: none !important;
  padding: 15px !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

@media screen and (max-width: 640px) {
  .layout02 dl dt {
    width: 100% !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}

.layout02 dl dd {
  border: none !important;
  padding: 15px !important;
}

@media screen and (max-width: 640px) {
  .layout02 dl dd {
    width: 100% !important;
  }
}

.question, .answer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.question div, .answer div {
  background: #f2f8fc;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.7;
  min-height: 50px;
  padding: 15px;
  color: #0050a0;
  font-weight: bold;
}

.question::before, .answer::before {
  content: "Q";
  display: inline-block;
  font-size: 3rem;
  color: #fff;
  background: #0050a0;
  font-family: "Open Sans", "notoSans", sans-serif;
  font-weight: bold;
  width: 50px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  left: 0;
  border-radius: 50%;
  margin-right: 10px;
}

@media screen and (max-width: 640px) {
  .question::before, .answer::before {
    width: 40px;
    height: 40px;
    font-size: 2.4rem;
    line-height: 40px;
  }
}

.answer {
  border-bottom: 1px dashed #ccc;
}

.answer div {
  color: #333;
  font-weight: 400;
}

.answer::before {
  content: "A";
  background: #f09a05;
}

@media screen and (max-width: 480px) {
  .gmap iframe {
    height: 300px;
  }
}

.flex02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  .flex02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.flex02 .leftArea {
  width: 56%;
}

@media screen and (max-width: 640px) {
  .flex02 .leftArea {
    width: 100%;
    margin-top: 15px;
  }
}

.flex02 .leftArea h2 {
  font-size: 2.2rem;
  font-weight: bold;
  border-bottom: 2px solid #ccc;
  line-height: 1.4;
  padding-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .flex02 .leftArea h2 {
    font-size: 2rem;
  }
}

.flex02 .leftArea .price dl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex02 .leftArea .price dl dt {
  background: #0050a0 !important;
  color: #fff;
  border: none !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  width: 120px !important;
  border-radius: 15px;
}

.flex02 .leftArea .price dl dd {
  border: none !important;
  font-weight: 900;
  font-size: 3.8rem;
  line-height: 1;
  padding: 0 15px 0 !important;
  width: auto !important;
}

@media screen and (max-width: 1200px) {
  .flex02 .leftArea .price dl dd {
    font-size: calc(3rem + ((1vw - 3.75px) * 0.9697));
  }
}

.flex02 .rightArea {
  width: 40%;
}

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

.price_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.price_list dl {
  border-bottom: 1px dashed #ccc;
  padding: 10px 0;
  width: 48%;
}

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

.price_list dl dt {
  border: none !important;
  padding: 0 !important;
  background: none !important;
  font-weight: bold;
}

.price_list dl dd {
  border: none !important;
  padding: 0 !important;
  background: none !important;
  text-align: right;
}

.maintenance {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1000px) {
  .maintenance::before {
    content: "";
    display: block;
    width: 24%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (max-width: 1000px) {
  .maintenance::after {
    content: "";
    display: block;
    width: 24%;
  }
}

.maintenance .box {
  width: 13.4%;
  background: url(../images/contents/bike.png) center center no-repeat, #0050a0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 160px;
  border-radius: 50%;
}

@media screen and (max-width: 1200px) {
  .maintenance .box {
    height: 12.91667vw !important;
  }
}

@media screen and (max-width: 1000px) {
  .maintenance .box {
    width: 24%;
    height: 23vw !important;
    margin-bottom: 2%;
  }
}

@media screen and (max-width: 640px) {
  .maintenance .box {
    width: 48%;
    height: 45.78125vw !important;
    margin-bottom: 4%;
  }
}

.maintenance .box div {
  text-align: center;
  color: #fff;
  padding: 10px;
  line-height: 1.4;
  font-size: 1.8rem;
  font-weight: bold;
  text-shadow: 1px 1px 6px rgba(0, 18, 38, 0.55);
}
/*# sourceMappingURL=common_style.css.map */