@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: "notoSerif";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSerif/NotoSerifR.woff") format("woff");
  font-display: swap;
}

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

@font-face {
  font-family: "notoSerif";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSerif/NotoSerifB.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.075em;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.7;
  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;
}

body.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

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: "notoSerif", "游明朝体", "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;
}

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

.annot {
  display: none;
}

h2.mail {
  display: none;
}

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

#header {
  width: 100%;
}

#header_inner_wrap {
  background: #fff;
}

@media screen and (max-width: 834px) {
  #header_inner_wrap {
    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;
    padding: 10px 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 300;
  }
}

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

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

#header_inner_wrap #header_inner {
  max-width: 1200px;
  margin: auto;
  padding: 10px 0 15px;
  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: 10px 20px 15px;
  }
}

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

@media screen and (max-width: 480px) {
  #header_inner_wrap #header_inner #siteID {
    width: 90%;
  }
}

.h_right {
  text-align: right;
}

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

.h_right > p {
  font-size: 1.3rem;
  line-height: 1;
  margin-bottom: 10px;
}

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

.h_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.h_contact .tel_wrap {
  margin-right: 15px;
}

.h_contact .tel_wrap .call {
  font-size: 2.8rem;
  font-weight: bold;
  color: #2868b2;
  letter-spacing: 0.05em;
  line-height: 1;
}

.h_contact .tel_wrap .call i {
  font-size: 2.2rem;
  margin-right: 3px;
  position: relative;
  top: -1px;
}

.h_contact .tel_wrap .call a {
  font-weight: bold;
  color: #2868b2;
}

.h_contact .tel_wrap p {
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 5px;
}

.h_contact .h_btn {
  border: 1px solid #1683a8;
  border-radius: 5px;
  background: -webkit-gradient(linear, left bottom, left top, from(#33a6cc), to(#1481a6));
  background: linear-gradient(to top, #33a6cc, #1481a6);
}

.h_contact .h_btn a {
  color: #fff;
  font-size: 1.4rem;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 13px 18px;
  display: block;
  line-height: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.h_contact .h_btn a:hover {
  background: rgba(8, 82, 166, 0.4);
}

.h_contact .h_btn a i {
  margin-right: 5px;
}

#nav_global {
  width: 100%;
  background: url(../images/home/bg_nav.jpg) center top repeat-x;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 834px) {
  #nav_global {
    width: auto;
    border-radius: 5px;
    position: relative;
    z-index: 300;
  }
}

#nav_global.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
}

#nav_global > ul {
  max-width: 1200px;
  margin: auto;
  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;
  font-size: 1.6rem;
  max-height: 55px;
  color: #fff;
  font-weight: 500;
  line-height: 1.6;
  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;
  text-shadow: 0 0 4px rgba(0, 59, 113, 0.55);
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#nav_global > ul > li:hover {
  background: rgba(8, 82, 166, 0.55);
}

#nav_global > ul > li::before {
  content: "";
  width: 1px;
  height: 25px;
  border-left: 1px dashed #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#nav_global > ul > li:last-child::after {
  content: "";
  width: 1px;
  height: 25px;
  border-right: 1px dashed #fff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#nav_global > ul > li .drop {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 300;
}

#nav_global > ul > li ul li {
  border-bottom: 1px dashed #fff;
}

#nav_global > ul > li ul li a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: rgba(8, 82, 166, 0.9);
}

#nav_global > ul > li ul li a:hover {
  background: rgba(51, 166, 204, 0.75);
}

#nav_global > ul > li ul li:last-child {
  border-bottom: none;
}

#nav_global > ul > li span {
  display: block;
  font-size: 1rem;
  color: #fff;
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.15em;
  font-weight: 400;
}

#nav_global > ul > li a {
  font-size: 1.6rem;
  font-weight: 500;
  height: 55px;
  color: #fff;
  display: block;
  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;
}

#nav_global > ul > li a span {
  display: block;
  font-size: 1rem;
  font-weight: 400;
}

#mainArea {
  width: 100% !important;
  background: url(../images/home/bg_main.jpg) center top no-repeat;
  padding-top: 30px;
}

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

#subArea {
  background: url(../images/home/sub.jpg) center top no-repeat;
  height: 260px;
  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-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 4.6rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-shadow: 0 0 4px rgba(8, 82, 166, 0.75);
}

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

#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: url(../images/home/bg_nav.jpg) center top repeat-x;
    border-radius: 5px;
    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;
}

.spBtn {
  display: none !important;
}

@media screen and (max-width: 834px) {
  .spBtn {
    display: block !important;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    z-index: 500;
    font-size: 1.6rem;
  }
}

.nav_wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  position: absolute;
  width: 100%;
}

.nav_wrap .h_contact {
  padding: 0 20px;
  width: 100%;
  margin-top: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 640px) {
  .nav_wrap .h_contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .nav_wrap .h_contact .h_btn {
    margin-top: 15px;
  }
}

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

.nav_wrap ul li {
  border-bottom: 1px dotted #ccc;
  color: #333;
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  position: relative;
}

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

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

.nav_wrap ul li span {
  font-size: 1.4rem;
  color: #33a6cc;
  margin-left: 15px;
}

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

.nav_wrap ul li ul {
  margin-top: 15px;
}

.nav_wrap ul li ul li:first-child {
  border-top: 1px dotted #ccc;
}

.nav_wrap ul li ul li:last-child {
  border-bottom: none;
}

.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 {
  background: #fff;
  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: 30px 0;
}

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

@media screen and (max-width: 1000px) {
  #footer #footer_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 640px) {
  #footer #footer_inner {
    padding: 30px 10px;
  }
}

.flogo {
  text-align: left;
}

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

@media screen and (max-width: 480px) {
  .flogo img {
    width: 90%;
  }
}

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

@media screen and (max-width: 834px) {
  .flogo p {
    margin-top: 10px;
  }
}

.flogo p a {
  color: #333;
}

.subnav {
  text-align: left;
  margin-top: 10px;
}

@media screen and (max-width: 1000px) {
  .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: 480px;
}

@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: #33a6cc;
}

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

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

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

.f_copy {
  background: #0852a6;
  padding: 8px 0;
}

.f_copy a {
  color: #fff;
}

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

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

.layout01 dl dt {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

@media screen and (max-width: 640px) {
  .layout01 dl dt {
    width: 100% !important;
    border-right: 1px solid #ccc !important;
  }
  .layout01 dl dt:last-of-type {
    border-bottom: none !important;
  }
}

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

#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: 60px 20px 0;
  }
}

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

.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 {
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.4;
}

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

.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-size: 3.8rem;
  font-weight: bold;
  line-height: 1;
  color: #2868b2;
  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-weight: bold;
  line-height: 1;
  color: #2868b2;
}

.flex_contact .box .c_btn {
  max-width: 320px;
  margin: 0 auto 5px;
  border: 1px solid #1683a8;
  border-radius: 5px;
  background: -webkit-gradient(linear, left bottom, left top, from(#33a6cc), to(#1481a6));
  background: linear-gradient(to top, #33a6cc, #1481a6);
}

.flex_contact .box .c_btn a {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  display: block;
  padding: 22px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid rgba(255, 255, 255, 0.09);
}

@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(8, 82, 166, 0.4);
}

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

.flex_contact .box h3 {
  background: #2868b2;
  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));
  }
}

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

.flex01.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

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

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

.flex01 .leftArea {
  width: 56.66667%;
}

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

.flex01 .rightArea {
  width: 38.33333%;
}

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

.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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex02.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

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

@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: 58.33333%;
}

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

.flex02 .rightArea {
  width: 38.33333%;
  border: 1px solid #ccc;
  padding: 5px;
}

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

.title01 h1 {
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.8rem;
  font-weight: bold;
  color: #262626;
  line-height: 1.4;
}

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

@media screen and (max-width: 480px) {
  .title01 h1 br {
    display: none;
  }
}

.title01 h2 {
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.8rem;
  font-weight: bold;
  color: #262626;
  line-height: 1.4;
}

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

.title02 h2 {
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  padding: 10px 5px 10px 25px;
  background: #0852a6;
  position: relative;
}

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

.title02 h2 .call a {
  color: #fff;
  font-weight: bold;
}

.title02 h2::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 40px;
  border: 1px solid #33a6cc;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#99b4d7), color-stop(50%, #ffffff), color-stop(50%, #2989d8), color-stop(51%, #207cca), to(#7db9e8));
  background: linear-gradient(to bottom, #99b4d7 0%, #ffffff 50%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99b4d7', endColorstr='#7db9e8',GradientType=0 );
  /* IE6-9 */
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 7px;
}

.title02.step article > span {
  background: #33a6cc;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
  padding: 5px 15px;
  border-radius: 5px 5px 0 0;
}

.title02 h3 {
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 2px solid #0852a6;
}

.title03 h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #0852a6;
  line-height: 1.4;
  border-bottom: 2px solid #0852a6;
}

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

.bnr_wrap .box {
  width: 32.16667%;
}

.bnr_wrap .box:nth-child(n + 4) {
  margin-top: 1.75%;
}

@media screen and (max-width: 640px) {
  .bnr_wrap .box {
    width: 48.5%;
  }
  .bnr_wrap .box:nth-child(n + 3) {
    margin-top: 3%;
  }
}

@media screen and (max-width: 480px) {
  .bnr_wrap .box {
    width: 100%;
  }
  .bnr_wrap .box img {
    width: 100% !important;
  }
  .bnr_wrap .box:nth-child(n + 2) {
    margin-top: 5%;
  }
}

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

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

@media screen and (max-width: 640px) {
  .btn_wrap .box {
    width: 48.5%;
  }
  .btn_wrap .box:nth-child(n + 3) {
    margin-top: 3%;
  }
}

@media screen and (max-width: 480px) {
  .btn_wrap .box {
    width: 100%;
  }
  .btn_wrap .box:nth-child(n + 2) {
    margin-top: 5%;
  }
  .btn_wrap .box a {
    display: block;
  }
  .btn_wrap .box img {
    width: 100% !important;
  }
}

.btn_wrap .box div {
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  font-size: 2rem;
  color: #262626;
  width: 94.81865%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  border: 1px solid #bee5f2;
  background: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  height: 81.81818%;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}

@media screen and (max-width: 1200px) {
  .btn_wrap .box div {
    font-size: calc(1.6rem + ((1vw - 3.75px) * 0.4848));
  }
}

.btn_wrap .box div span {
  font-size: 1.4rem;
  color: #33a6cc;
}

.news {
  max-height: 350px;
  overflow-y: auto;
}

.news dl {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}

.news dl:first-child {
  padding-top: 0;
}

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

.news dl dt {
  background: #2868b2 !important;
  border-radius: 5px;
  border: none !important;
  padding: 2px 0 !important;
  width: 110px !important;
  color: #fff !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.news dl dd {
  border: none !important;
  padding: 0 0 0 30px !important;
  width: auto !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 640px) {
  .news dl dd {
    width: 100% !important;
    padding: 0 !important;
    margin-top: 5px;
  }
}

.btn a {
  background: #33a6cc;
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  display: block;
  border-radius: 5px;
  text-align: center;
  padding: 12px 0;
  border: 1px solid #2595ba;
}

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

.btn.center a {
  margin: auto;
}

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

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

.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: #f3f3f3;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.7;
  min-height: 50px;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #ddd;
  color: #0852a6;
  font-weight: bold;
}

.question::before, .answer::before {
  content: "Q";
  display: inline-block;
  font-size: 3rem;
  color: #fff;
  background: #0852a6;
  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 div {
  color: #333;
  font-weight: 400;
}

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

.check li {
  font-size: 2rem;
  font-weight: bold;
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
}

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

.check li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  color: #33a6cc;
  font-size: 2.4rem;
}

.list li {
  font-size: 2rem;
  font-weight: bold;
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
}
/*# sourceMappingURL=common_style.css.map */