@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/NotoSansR.woff") format("woff");
}

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

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

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

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

a {
  text-decoration: none;
}

figure {
  padding: 0;
  margin: 0;
}

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

@media screen and (max-width: 1205px) {
  .inner {
    padding: 0 30px;
  }
}

.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;
  background-color: #264c88;
  position: relative;
  z-index: 0;
}

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

.bornone td {
  border: none !important;
}

.pdnone td {
  padding: 0 !important;
}

.img100 img {
  width: 100%;
}

.link1 a {
  color: #264c88;
  font-weight: bold;
}

#contents_wrap {
  max-width: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

#contents {
  max-width: 1200px !important;
  background-color: transparent;
}

#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: auto;
}

@media screen and (max-width: 640px) {
  table {
    table-layout: auto;
  }
}

table td {
  margin-bottom: -1px !important;
  padding: 8px !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: 40px;
    padding-right: 40px;
  }
}

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

#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;
    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: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

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

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

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

header#global_header {
  max-width: 100%;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: relative;
}

.sp {
  display: none !important;
}

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

.header-float {
  width: 100%;
  z-index: 3;
  position: fixed;
}

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

@media screen and (max-width: 1650px) {
  .header_wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.header_wrap .header_left {
  width: 40%;
}

@media screen and (max-width: 1650px) {
  .header_wrap .header_left {
    width: 30%;
  }
}

@media screen and (max-width: 1200px) {
  .header_wrap .header_left {
    width: 270px;
  }
}

@media screen and (max-width: 1200px) {
  .header_wrap .header_left img {
    width: 25% !important;
  }
}

@media screen and (max-width: 1000px) {
  .header_wrap .header_left {
    position: relative;
    z-index: 3;
  }
}

.header_wrap .header_left a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_wrap .header_left a p {
  font-size: 3rem;
  font-weight: 700;
  color: #212121;
  margin-left: 10px;
}

@media screen and (max-width: 1200px) {
  .header_wrap .header_left a p {
    font-size: 2.5rem;
  }
}

.header_wrap .header_right {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1650px) {
  .header_wrap .header_right {
    width: 70%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 1200px) {
  .header_wrap .header_right {
    width: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.header_wrap .header_right .header_nav {
  width: 100%;
}

@media screen and (max-width: 1650px) {
  .header_wrap .header_right .header_nav {
    position: relative;
    top: 35px;
  }
}

@media screen and (max-width: 1200px) {
  .header_wrap .header_right .header_nav {
    position: absolute;
    width: 77%;
    right: 0;
    top: 20px;
  }
}

@media screen and (max-width: 1100px) {
  .header_wrap .header_right .header_nav {
    width: 73%;
  }
}

.header_wrap .header_right .header_nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1000px) {
  .header_wrap .header_right .header_nav > ul {
    display: none;
  }
}

.header_wrap .header_right .header_nav > ul > li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

.header_wrap .header_right .header_nav > ul > li span {
  font-weight: 700;
  font-size: 1.6;
}

@media screen and (max-width: 1200px) {
  .header_wrap .header_right .header_nav > ul > li span {
    font-size: 1.5rem;
    padding: 0 20px;
  }
}

.header_wrap .header_right .header_nav > ul > li > a {
  display: block;
  font-weight: 700;
  color: #212121;
}

@media screen and (max-width: 1200px) {
  .header_wrap .header_right .header_nav > ul > li > a {
    font-size: 1.5rem;
    padding: 0 20px;
  }
}

@media screen and (max-width: 1100px) {
  .header_wrap .header_right .header_nav > ul li:first-child {
    display: none !important;
  }
}

.header_wrap .header_right .header_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 1650px) {
  .header_wrap .header_right .header_contact {
    display: block;
    top: 90px;
    right: 0;
    position: fixed;
  }
}

@media screen and (max-width: 1200px) {
  .header_wrap .header_right .header_contact {
    top: 67px;
  }
}

@media screen and (max-width: 1000px) {
  .header_wrap .header_right .header_contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    right: 70px;
  }
}

@media screen and (max-width: 550px) {
  .header_wrap .header_right .header_contact {
    right: 54px;
  }
}

.header_wrap .header_right .header_contact .header_tel {
  background-color: #264c88;
  padding-top: 20px;
}

@media screen and (max-width: 1650px) {
  .header_wrap .header_right .header_contact .header_tel {
    padding-top: 11px;
  }
}

.header_wrap .header_right .header_contact .header_tel a {
  font-size: 1.3rem;
  color: white;
  font-family: "NotoSans", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  width: 130px;
  height: 83px;
  position: relative;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 1650px) {
  .header_wrap .header_right .header_contact .header_tel a {
    font-size: 1.2rem;
    line-height: 1;
    width: 115px;
    height: 73px;
  }
}

@media screen and (max-width: 1200px) {
  .header_wrap .header_right .header_contact .header_tel a {
    height: 56px;
  }
}

@media screen and (max-width: 640px) {
  .header_wrap .header_right .header_contact .header_tel a {
    width: 67px;
  }
}

.header_wrap .header_right .header_contact .header_tel a::before {
  content: "";
  background-image: url(../images/contents/tel.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 50px;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 1650px) {
  .header_wrap .header_right .header_contact .header_tel a::before {
    width: 50px;
  }
}

@media screen and (max-width: 1200px) {
  .header_wrap .header_right .header_contact .header_tel a::before {
    width: 50px;
    height: 30px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 640px) {
  .header_wrap .header_right .header_contact .header_tel a::before {
    position: absolute;
    top: -13px;
    right: -10px;
    margin: auto;
  }
}

@media screen and (max-width: 640px) {
  .header_wrap .header_right .header_contact .header_tel a span {
    display: none;
  }
}

.header_wrap .header_right .header_contact .header_mail {
  background-color: #657fa9;
  padding-top: 20px;
}

@media screen and (max-width: 1650px) {
  .header_wrap .header_right .header_contact .header_mail {
    padding-top: 11px;
  }
}

.header_wrap .header_right .header_contact .header_mail a {
  font-size: 1.3rem;
  color: white;
  font-family: "NotoSans", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  width: 130px;
  height: 83px;
  position: relative;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 1650px) {
  .header_wrap .header_right .header_contact .header_mail a {
    font-size: 1.2rem;
    line-height: 1;
    width: 115px;
    height: 73px;
  }
}

@media screen and (max-width: 1200px) {
  .header_wrap .header_right .header_contact .header_mail a {
    height: 56px;
  }
}

@media screen and (max-width: 640px) {
  .header_wrap .header_right .header_contact .header_mail a {
    width: 67px;
  }
}

.header_wrap .header_right .header_contact .header_mail a::before {
  content: "";
  background-image: url(../images/contents/mail.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin-left: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1650px) {
  .header_wrap .header_right .header_contact .header_mail a::before {
    width: 40px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 1200px) {
  .header_wrap .header_right .header_contact .header_mail a::before {
    height: 30px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 640px) {
  .header_wrap .header_right .header_contact .header_mail a::before {
    position: absolute;
    top: -13px;
    right: -10px;
    margin: auto;
  }
}

@media screen and (max-width: 640px) {
  .header_wrap .header_right .header_contact .header_mail a span {
    display: none;
  }
}

.header_wrap .header_right .header_contact2 {
  display: none !important;
}

@media screen and (max-width: 834px) {
  .header_wrap .header_right .header_contact2 {
    display: block !important;
  }
}

.top_image {
  position: relative;
}

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

@media screen and (max-width: 1500px) {
  .slider img {
    height: 55vw !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (max-width: 1200px) {
  .slider img {
    height: 63vw !important;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}

@media screen and (max-width: 1000px) {
  .slider img {
    height: 70vw !important;
  }
}

@media screen and (max-width: 640px) {
  .slider img {
    height: 90vw !important;
  }
}

@media screen and (max-width: 550px) {
  .slider img {
    height: 130vw !important;
    -o-object-position: 76% 50%;
       object-position: 76% 50%;
  }
}

.header_title {
  position: absolute;
  top: -100px;
  bottom: 0;
  margin: auto;
  right: 13%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: white;
  text-shadow: -4px 4px 8px rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 1500px) {
  .header_title {
    right: 8%;
  }
}

@media screen and (max-width: 1200px) {
  .header_title {
    right: 8%;
  }
}

@media screen and (max-width: 1100px) {
  .header_title {
    top: -72px;
  }
}

@media screen and (max-width: 1000px) {
  .header_title {
    right: 4%;
  }
}

@media screen and (max-width: 768px) {
  .header_title {
    right: 0;
    left: 0;
    margin: auto;
    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;
    text-shadow: -4px 4px 8px rgba(0, 0, 0, 0.4);
  }
}

@media screen and (max-width: 640px) {
  .header_title {
    top: -43px;
  }
}

.header_title h1 {
  font-weight: 700;
  font-size: 4rem;
}

@media screen and (max-width: 1650px) {
  .header_title h1 {
    font-size: 3.7rem;
  }
}

@media screen and (max-width: 1500px) {
  .header_title h1 {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 1200px) {
  .header_title h1 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 1100px) {
  .header_title h1 {
    font-size: 2.7rem;
  }
}

@media screen and (max-width: 1000px) {
  .header_title h1 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 768px) {
  .header_title h1 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 480px) {
  .header_title h1 {
    font-size: 2rem;
  }
}

.header_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  position: absolute;
  bottom: 3vw;
  right: 13%;
}

@media screen and (max-width: 1500px) {
  .header_contents {
    right: 1%;
  }
  .header_contents img {
    width: 85%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media screen and (max-width: 1200px) {
  .header_contents {
    right: -4%;
  }
}

@media screen and (max-width: 1100px) {
  .header_contents {
    right: -11%;
  }
  .header_contents img {
    width: 70%;
  }
}

@media screen and (max-width: 1000px) {
  .header_contents {
    right: -18%;
  }
}

@media screen and (max-width: 834px) {
  .header_contents {
    right: -23%;
  }
}

@media screen and (max-width: 768px) {
  .header_contents {
    top: 0;
    bottom: -270px;
    right: 0;
    left: 0;
    margin: auto;
    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;
  }
}

@media screen and (max-width: 640px) {
  .header_contents {
    bottom: -330px;
  }
}

@media screen and (max-width: 550px) {
  .header_contents {
    bottom: -330px;
  }
  .header_contents img {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .header_contents {
    bottom: -330px;
  }
}

.header_contact2 .header_tel a {
  color: #264c88;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.5;
}

.header_contact2 .header_tel p {
  font-size: 1.4rem;
  font-weight: 500;
}

.header_contact2 .header_mail a {
  border: 2px solid #212121;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  padding: 10px 115px;
  margin-top: 20px;
  transition: 0.5s;
}

.header_contact2 .header_mail a:hover {
  background-color: #264c88;
  border: 2px solid #264c88;
}

.footer_wrap {
  width: 100%;
  background-color: #264c88;
}

.footer_nav {
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  padding: 15px 0;
}

.footer_nav > li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 15%;
}

@media screen and (max-width: 1000px) {
  .footer_nav > li {
    width: 50%;
    text-align: left;
    padding-left: 40px;
  }
}

.footer_nav > li > a {
  color: white;
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 5px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer_nav > li a:hover {
  opacity: 0.6;
}

.sub_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  margin: auto;
  padding-top: 10px;
}

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

.sub_menu li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.sub_menu li a {
  color: #212121;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 700;
  font-size: 1.5rem;
  display: block;
  margin: auto;
  padding: 3px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sub_menu li a:hover {
  opacity: 0.6;
}

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

.footer_logo a {
  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;
  margin: 20px auto;
}

.footer_logo a p {
  font-size: 3rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 700;
  color: #212121;
  margin-left: 10px;
}

.footer_logo p:hover {
  opacity: 0.6;
}

.copy_rights {
  line-height: 1.4;
  margin-bottom: 10px;
}

.copy_rights small {
  font-size: 1.2rem;
  color: #212121 !important;
}

.copy_rights a {
  color: #212121 !important;
  -webkit-transition: 0.5;
  transition: 0.5;
}

.copy_rights a:hover {
  opacity: 0.6;
}

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

.home_contents1 h2 {
  font-size: 3.5rem;
  line-height: 1.6;
  font-weight: 700;
  position: relative;
  margin-bottom: 45px;
}

@media screen and (max-width: 1200px) {
  .home_contents1 h2 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 834px) {
  .home_contents1 h2 {
    font-size: 2.6rem;
  }
}

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

.home_contents1 h2::before {
  content: "";
  width: 160px;
  height: 3px;
  background-color: #264c88;
  position: absolute;
  bottom: -20px;
  right: 0;
  left: 0;
  margin: auto;
}

.home_contents1 h2 span {
  font-size: 2rem;
  display: block;
}

@media screen and (max-width: 834px) {
  .home_contents1 h2 span {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 640px) {
  .home_contents1 div {
    text-align: left !important;
  }
}

.contents_btn {
  margin: auto;
}

.contents_btn a {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.6rem;
  border: 2px solid #212121;
  display: inline-block;
  color: #212121 !important;
  text-align: center;
  padding: 10px 115px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contents_btn a:hover {
  color: white !important;
  background-color: #264c88;
  border: 2px solid #264c88;
}

/*  contents2   */
.contents2_wrap {
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  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;
}

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

.contents2_wrap .contents2_img {
  margin-left: 90px;
}

.contents2_wrap .contents2_img img {
  margin-right: 0 !important;
}

@media screen and (max-width: 1500px) {
  .contents2_wrap .contents2_img {
    width: 50%;
    margin-left: 40px;
  }
}

@media screen and (max-width: 1200px) {
  .contents2_wrap .contents2_img {
    margin-left: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .contents2_wrap .contents2_img {
    margin-left: 0;
    margin-bottom: 20px;
    width: 60%;
  }
}

@media screen and (max-width: 834px) {
  .contents2_wrap .contents2_img {
    width: 80%;
  }
}

.contents2_wrap .home_contents2 {
  width: 50%;
}

@media screen and (max-width: 1000px) {
  .contents2_wrap .home_contents2 {
    position: absolute;
    z-index: 2;
  }
}

.contents2_wrap .contents2_text {
  z-index: 3;
}

.contents2_wrap .contents2_text ul li {
  font-weight: 700;
  float: none !important;
  padding: 20px 0;
  position: relative;
  overflow: visible !important;
  padding: 20px 0 !important;
  vertical-align: middle;
}

@media screen and (max-width: 1500px) {
  .contents2_wrap .contents2_text ul li {
    padding: 5px 0;
  }
}

@media screen and (max-width: 480px) {
  .contents2_wrap .contents2_text ul li {
    font-size: 1.5rem;
  }
}

.contents2_wrap .contents2_text ul li::before {
  content: "";
  background-image: url(../images/contents/checkbox.png);
  width: 100%;
  height: 80px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  display: block;
  bottom: -20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: -53px;
  top: 4%;
  z-index: -1;
}

@media screen and (max-width: 1500px) {
  .contents2_wrap .contents2_text ul li::before {
    height: 80px;
    width: 70%;
    bottom: 0;
  }
}

@media screen and (max-width: 1200px) {
  .contents2_wrap .contents2_text ul li::before {
    height: 60px;
    left: -40px;
  }
}

@media screen and (max-width: 480px) {
  .contents2_wrap .contents2_text ul li::before {
    left: -7px;
  }
}

.contents2_text2 div {
  font-weight: 700;
}

/*   contents3   */
.contents_title h3 {
  font-size: 3rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 700;
  position: relative;
}

.contents_title h3::before {
  content: "";
  width: 160px;
  height: 3px;
  background-color: #264c88;
  position: absolute;
  bottom: -20px;
  right: 0;
  left: 0;
  margin: auto;
}

@media screen and (max-width: 1200px) {
  .contents_title h3 {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 640px) {
  .contents_title h3 {
    font-size: 2.4rem;
  }
}

.contents3_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 100%;
}

@media screen and (max-width: 1000px) {
  .contents3_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.contents3_wrap .table01 {
  width: 32% !important;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media screen and (max-width: 1000px) {
  .contents3_wrap .table01 {
    width: 47% !important;
  }
}

@media screen and (max-width: 768px) {
  .contents3_wrap .table01 {
    width: 80% !important;
  }
}

@media screen and (max-width: 550px) {
  .contents3_wrap .table01 {
    width: 100% !important;
  }
}

.contents3_wrap .table01 td {
  border: none !important;
}

.contents3_wrap .table01 .table_number {
  font-size: 8rem;
  line-height: 0.8;
  color: #264c88;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.contents3_wrap .table01 .table_number div {
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  .contents3_wrap .table01 .table_number {
    font-size: 6rem;
  }
}

@media screen and (max-width: 640px) {
  .contents3_wrap .table01 .table_number {
    font-size: 5rem;
  }
}

.contents3_wrap .table01 .table_title div {
  font-size: 1.9rem;
  font-weight: 500;
}

@media screen and (max-width: 1200px) {
  .contents3_wrap .table01 .table_title div {
    font-size: 1.8rem;
  }
}

.contents3_wrap .table01 .table_btn div {
  border: 2px solid #212121;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contents3_wrap .table01 .table_btn div a {
  color: #212121;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
  padding: 10px;
}

.contents3_wrap .table01 .table_btn div a:hover {
  background: #264c88;
  color: white;
}

.contents3_wrap .table01 .table_btn div:hover {
  border: 2px solid #264c88;
}

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

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

/*   contents4    */
.home_contents4 {
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.home_contents4 a {
  display: block;
  width: 33.333%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

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

.home_contents4 a:hover {
  opacity: 0.6;
}

.home_contents4 .box {
  width: 100%;
  position: relative;
  border: none;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .home_contents4 .box {
    width: 100%;
    height: 37vw;
    border-right: none;
  }
}

.home_contents4 .box::before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  border: none;
  border-left: solid 70px #264c88;
  border-bottom: solid 70px transparent;
  z-index: 4;
}

@media screen and (max-width: 834px) {
  .home_contents4 .box::before {
    border-left: solid 50px #264c88;
    border-bottom: solid 50px transparent;
  }
}

.home_contents4 .box img {
  display: block;
}

.home_contents4 .box img:hover {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.home_contents4 a:first-child {
  width: 49.999%;
}

@media screen and (max-width: 640px) {
  .home_contents4 a:first-child {
    width: 100%;
  }
}

.home_contents4 a:nth-child(2) {
  width: 49.999%;
  border-right: none;
}

@media screen and (max-width: 640px) {
  .home_contents4 a:nth-child(2) {
    width: 100%;
  }
}

.home_contents4 a:last-child {
  border-right: none;
}

.home_contents4 div {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  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;
  text-align: center;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: white;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 1500px) {
  .home_contents4 div {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 1200px) {
  .home_contents4 div {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 1000px) {
  .home_contents4 div {
    font-size: 2rem;
  }
}

@media screen and (max-width: 834px) {
  .home_contents4 div {
    font-size: 1.6rem;
  }
}

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

/*   contents5     */
.contents5_title {
  font-size: 3rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .contents5_title {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 640px) {
  .contents5_title {
    font-size: 2.4rem;
  }
}

.contents5_title h3, .contents5_title h2 {
  position: relative;
  display: inline-block;
  font-weight: 700;
}

.contents5_title h3::before, .contents5_title h2::before {
  content: "\f3a5";
  font-family: "Font Awesome 5 Pro";
  color: #caaf65;
  position: absolute;
  top: -14px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  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;
  z-index: -1;
  opacity: 0.3;
  font-size: 7.5rem;
}

/*   新着情報   */
.news {
  max-width: 1000px;
  height: 200px;
  overflow-y: auto;
  padding-right: 50px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 834px) {
  .news dl {
    display: block !important;
  }
}

.news dl dt {
  background-color: white !important;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-bottom: 2px solid #caaf65 !important;
  font-weight: 700;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

@media screen and (max-width: 1000px) {
  .news dl dt {
    width: 16% !important;
  }
}

@media screen and (max-width: 834px) {
  .news dl dt {
    border: none !important;
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .news dl dt span {
    color: white;
    background-color: #caaf65;
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 1.4rem;
  }
}

.news dl dd {
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-bottom: 2px solid #eee !important;
  padding: 8px 8px 8px 30px !important;
}

@media screen and (max-width: 1000px) {
  .news dl dd {
    width: 84% !important;
  }
}

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

/* scroll bar */
::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background-color: #caaf65;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0 1px #caaf65;
          box-shadow: 0 0 0 1px #caaf65;
}

/*     contents6    */
.contents6_title {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.contents6_title h3 {
  color: white;
  font-size: 3rem;
  padding-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .contents6_title h3 {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 640px) {
  .contents6_title h3 {
    font-size: 2.4rem;
  }
}

.contents6_title div {
  color: white;
}

@media screen and (max-width: 640px) {
  .contents6_title div {
    text-align: left !important;
  }
}

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

.contents6_btn {
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 834px) {
  .contents6_btn {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}

@media screen and (max-width: 640px) {
  .contents6_btn {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}

.contents6_btn .box {
  position: relative;
  z-index: 3;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 10px;
  margin: 0 50px;
  overflow: visible !important;
}

@media screen and (max-width: 834px) {
  .contents6_btn .box {
    margin: 0 10px;
  }
}

.contents6_btn .box::before {
  content: "";
  background-image: url(../images/contents/tel2.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 139%;
  display: block;
  position: absolute;
  z-index: 0;
  background-position: center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 834px) {
  .contents6_btn .box::before {
    height: 100%;
  }
}

.contents6_btn .box div {
  text-align: center;
  color: white;
  font-weight: 700;
  font-size: 3.3rem;
  line-height: 1.5;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1500px) {
  .contents6_btn .box div {
    font-size: 3rem;
  }
}

@media screen and (max-width: 1200px) {
  .contents6_btn .box div {
    font-size: 2.7rem;
  }
}

@media screen and (max-width: 640px) {
  .contents6_btn .box div {
    font-size: 2.3rem;
  }
}

.contents6_btn .box div span {
  font-size: 2.8rem;
  display: block;
}

@media screen and (max-width: 1500px) {
  .contents6_btn .box div span {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 1200px) {
  .contents6_btn .box div span {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 640px) {
  .contents6_btn .box div span {
    font-size: 2.1rem;
  }
}

.contents6_btn .box div a {
  font-size: 3.8rem;
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1500px) {
  .contents6_btn .box div a {
    font-size: 3.4rem;
  }
}

@media screen and (max-width: 1200px) {
  .contents6_btn .box div a {
    font-size: 3rem;
  }
}

@media screen and (max-width: 640px) {
  .contents6_btn .box div a {
    font-size: 2.6rem;
  }
}

.contents6_btn .box div a:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 640px) {
  .contents6_btn .box:nth-child(2) {
    margin-top: 40px;
  }
}

.contents6_btn .box:nth-child(2)::before {
  background-image: url(../images/contents/mail2.png);
}

/*     map      */
.contents7_wrap {
  margin-top: 100px;
  margin-bottom: 120px;
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.contents7_wrap .map_left {
  width: 45% !important;
  margin-right: 50px;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .contents7_wrap .map_left {
    width: 100% !important;
    height: 320px !important;
  }
}

.contents7_wrap .map_left::before {
  content: "";
  background-image: url(../images/contents/logo_stamp.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 140px;
  height: 140px;
  background-size: contain;
  top: -60px;
  right: -64px;
  display: block;
}

.contents7_wrap .map_right {
  width: 40% !important;
}

@media screen and (max-width: 1500px) {
  .contents7_wrap .map_right {
    width: 50% !important;
  }
}

@media screen and (max-width: 1000px) {
  .contents7_wrap .map_right {
    margin: auto;
    width: 80% !important;
  }
}

@media screen and (max-width: 640px) {
  .contents7_wrap .map_right {
    width: 100% !important;
    margin: auto;
  }
}

.contents7_wrap .map_right .contents_title h3 {
  margin-bottom: 35px;
}

.contents7_wrap .map_right .contents_title div {
  text-align: left !important;
  margin-left: 100px;
}

@media screen and (max-width: 1500px) {
  .contents7_wrap .map_right .contents_title div {
    margin-left: 50px;
  }
}

@media screen and (max-width: 1200px) {
  .contents7_wrap .map_right .contents_title div {
    margin-left: 20px;
  }
}

.contents7_wrap .map_right .map_list {
  margin-left: 100px;
}

@media screen and (max-width: 1500px) {
  .contents7_wrap .map_right .map_list {
    margin: 50px 0 50px 50px !important;
  }
}

@media screen and (max-width: 1200px) {
  .contents7_wrap .map_right .map_list {
    margin: 30px 0 30px 20px !important;
  }
}

@media screen and (max-width: 640px) {
  .contents7_wrap .map_right .map_list dl {
    display: block !important;
    padding-right: 20px;
  }
}

.contents7_wrap .map_right .map_list dt {
  border: none !important;
  background-color: white !important;
  padding: 5px !important;
  font-weight: 700;
}

@media screen and (max-width: 640px) {
  .contents7_wrap .map_right .map_list dt {
    background-color: #eee !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    width: 100% !important;
  }
}

.contents7_wrap .map_right .map_list dd {
  border: none !important;
  padding: 5px !important;
}

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

.contents7_wrap .map_right .map_list dd a {
  color: #6b6b6b;
}

.contents7_wrap .map_right .contents_btn {
  margin-left: 100px;
}

@media screen and (max-width: 1500px) {
  .contents7_wrap .map_right .contents_btn {
    margin-left: 50px;
  }
}

@media screen and (max-width: 1200px) {
  .contents7_wrap .map_right .contents_btn {
    margin-left: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .contents7_wrap .map_right .contents_btn div {
    text-align: center !important;
    margin-bottom: 60px;
  }
}

.contents7_wrap .map_right .contents_btn a {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.contents7_wrap .map_right .contents_btn a:hover {
  color: white !important;
  background-color: #264c88;
  border: 2px solid #264c88;
}

/*     選ばれる理由       */
.pankuzu {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.pankuzu a {
  color: #264c88;
}

.page_title {
  width: 100vw;
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% 15%;
}

@media screen and (max-width: 1000px) {
  .page_title {
    background-position: 30% 10%;
  }
}

@media screen and (max-width: 834px) {
  .page_title {
    background-position: 25% 10%;
    padding: 210px 0 100px 0 !important;
  }
}

@media screen and (max-width: 640px) {
  .page_title {
    padding: 200px 0 20px 0 !important;
  }
}

.page_title h1 {
  font-size: 4rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  max-width: 1200px;
  margin: auto;
  text-shadow: -8px 8px 2px rgba(39, 39, 39, 0.1);
  line-height: 1.5;
}

@media screen and (max-width: 1200px) {
  .page_title h1 {
    padding-right: 40px;
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 834px) {
  .page_title h1 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 640px) {
  .page_title h1 {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 480px) {
  .page_title h1 {
    font-size: 2.4rem;
  }
}

.page_title h1 span {
  display: block;
  font-size: 1.8rem;
  color: #caaf65;
}

.point h3 {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center !important;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  padding-top: 1px;
  color: #6b6b6b;
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  .point h3 {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}

.point h3 span {
  display: block;
  border-bottom: 2px solid #264c88;
  font-size: 6rem;
  margin-bottom: 10px;
  color: #212121;
}

@media screen and (max-width: 640px) {
  .point h3 span {
    font-size: 5rem;
  }
}

@media screen and (max-width: 640px) {
  .reason_image {
    margin: 40px auto 60px auto !important;
  }
}

@media screen and (max-width: 640px) {
  .reason_title {
    margin: 80px auto 30px auto !important;
  }
}

/*   鑑定書　　*/
.grading_contents1 div {
  width: 60%;
}

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

.grading_contents1 img {
  width: 40%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 20px;
}

@media screen and (max-width: 834px) {
  .grading_contents1 img {
    float: none !important;
    width: 100%;
    margin: 0 auto 20px auto;
    display: block;
  }
}

.grading_title h3, .grading_title h2, .faq_title h3, .faq_title h2 {
  font-size: 2.4rem;
  background-color: #f1f1f1;
  position: relative;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  padding: 5px 0 5px 25px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .grading_title h3, .grading_title h2, .faq_title h3, .faq_title h2 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 640px) {
  .grading_title h3, .grading_title h2, .faq_title h3, .faq_title h2 {
    font-size: 2rem;
  }
}

.grading_title h3::before, .grading_title h2::before, .faq_title h3::before, .faq_title h2::before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  border: none;
  border-left: solid 30px #264c88;
  border-bottom: solid 30px transparent;
}

.grading_contents2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.grading_contents2 .grading_wrap {
  width: 30%;
  margin: 0 60px 40px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
  .grading_contents2 .grading_wrap {
    width: 45%;
    margin: 0 20px 40px 20px;
  }
}

@media screen and (max-width: 900px) {
  .grading_contents2 .grading_wrap {
    margin: 0 5px 40px 5px;
  }
}

@media screen and (max-width: 834px) {
  .grading_contents2 .grading_wrap {
    width: 80%;
    margin-bottom: 30px;
  }
}

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

.grading_contents2 .grading_wrap h3 {
  color: #264c88;
  border: 2px solid #264c88;
  padding: 3px;
  font-size: 1.8rem;
  font-weight: 500;
}

.grading_list td {
  border: none !important;
}

.grading_list td div {
  padding-left: 30px;
  position: relative;
}

.grading_list td div::before {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  color: #caaf65;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: 2.2rem;
  font-weight: 900;
}

.grading_img2 img {
  pointer-events: none;
}

.grading_text3 {
  max-width: 1000px;
  margin: auto;
  background-color: #e8eef7;
  padding: 30px;
  line-height: 2.3;
  font-size: 1.5rem;
}

/*   鑑定・鑑別の流れ    */
.flow_title h3 {
  border-bottom: 2px solid #e6e6e6;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 700;
  position: relative;
}

@media screen and (max-width: 834px) {
  .flow_title h3 {
    font-size: 2rem;
  }
}

.flow_title h3::before {
  content: "";
  display: block;
  width: 200px;
  height: 2px;
  background-color: #caaf65;
  bottom: -2px;
  left: 0;
  position: absolute;
}

.flow_title h3 span {
  display: block;
  font-size: 2rem;
  color: #caaf65;
  line-height: 1.2;
  position: relative;
  left: 3px;
}

.flow_text div, .flow_text2 div {
  width: 60% !important;
}

@media screen and (max-width: 768px) {
  .flow_text div, .flow_text2 div {
    width: 100% !important;
  }
}

.flow_text div h2, .flow_text2 div h2 {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 700;
}

.flow_text div h2 a, .flow_text2 div h2 a {
  color: #264c88;
  font-weight: 700;
}

.flow_text div > a, .flow_text2 div > a {
  border: 2px solid #212121;
  padding: 8px 40px;
  color: #212121;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.flow_text div > a:hover, .flow_text2 div > a:hover {
  color: white;
  background-color: #264c88;
  border: 2px solid #264c88;
}

.flow_text img, .flow_text2 img {
  width: 40% !important;
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  .flow_text img, .flow_text2 img {
    float: none !important;
    width: 60% !important;
    display: block;
    margin: auto;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  .flow_text img, .flow_text2 img {
    width: 100% !important;
  }
}

.flow_text2 div {
  width: 100% !important;
}

/*   鑑定・鑑別の流れ   */
.faq_btn {
  max-width: 1000px;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.faq_btn .box {
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
}

@media screen and (max-width: 640px) {
  .faq_btn .box {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .faq_btn .box {
    width: 100%;
  }
}

.faq_btn .box div a {
  color: #212121;
  display: block;
  text-align: center !important;
  border: 2px solid #212121;
  padding: 8px 0;
  font-size: 1.8rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.faq_btn .box div a:hover {
  color: white;
  border: 2px solid #264c88;
  background-color: #264c88;
}

.qanda {
  padding-left: 55px;
}

.qanda h3 {
  font-size: 1.8rem;
  font-weight: 700;
  border-bottom: 2px dotted #eee;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.qanda h3::before {
  content: "●";
  display: block;
  font-size: 4rem;
  color: #caaf65;
  top: -22px;
  left: -49px;
  position: absolute;
}

.qanda h3::after {
  content: "Q";
  display: block;
  font-size: 2rem;
  color: white;
  top: -3px;
  left: -37px;
  position: absolute;
}

.qanda div {
  position: relative;
}

.qanda div::before {
  content: "●";
  display: block;
  font-size: 4rem;
  color: #80a3db;
  top: -22px;
  left: -49px;
  position: absolute;
}

.qanda div::after {
  content: "A";
  display: block;
  font-size: 2rem;
  color: white;
  top: -2px;
  left: -35px;
  position: absolute;
}

#grading, #shooting, #repair, #others {
  margin-top: -100px;
  padding-top: 100px;
}

.faq_title h2 {
  margin: 100px auto 30px auto !important;
}

/*   今月の誕生石    */
.month_contents img {
  width: 40% !important;
  padding-right: 40px;
}

@media screen and (max-width: 834px) {
  .month_contents img {
    float: none !important;
    width: 70% !important;
    display: block;
    margin: auto;
    padding-right: 0;
  }
}

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

.month_contents h3 {
  width: 60% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 0;
  margin-left: auto;
  font-size: 2.2rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  text-align: center !important;
  padding-bottom: 5px;
  margin-bottom: 20px;
  position: relative;
}

@media screen and (max-width: 834px) {
  .month_contents h3 {
    width: 100% !important;
    margin-top: 20px;
  }
}

.month_contents h3::before {
  content: "";
  width: 60px;
  height: 2px;
  position: absolute;
  background-color: #caaf65;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  text-align: center;
  bottom: 0;
  right: 0;
  left: 0;
}

.month_contents div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 0;
  margin-left: auto;
}

/*     イベント情報　　　　　*/
.event_title h2 {
  background-color: #f1f1f1;
}

.event_title h2::before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  border: none;
  border-left: solid 30px #caaf65;
  border-bottom: solid 30px transparent;
}

.event_wrap {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  .event_wrap {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

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

.event_wrap .event_photo {
  width: 40%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
  .event_wrap .event_photo {
    width: 38%;
  }
}

@media screen and (max-width: 834px) {
  .event_wrap .event_photo {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    width: 100% !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.event_wrap .event_photo .box {
  margin-bottom: 20px;
  margin-left: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
  .event_wrap .event_photo .box {
    margin-left: 20px;
  }
}

@media screen and (max-width: 834px) {
  .event_wrap .event_photo .box {
    width: 50%;
    margin-left: 0px;
    padding: 0 10px 10px 10px;
  }
}

@media screen and (max-width: 550px) {
  .event_wrap .event_photo .box {
    width: 100%;
    margin: auto;
    display: block;
    text-align: center;
  }
}

.event_wrap .event_contents {
  width: 60%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 40px;
}

@media screen and (max-width: 1200px) {
  .event_wrap .event_contents {
    width: 58%;
    margin: 0 20px;
  }
}

@media screen and (max-width: 834px) {
  .event_wrap .event_contents {
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
  }
}

.event_wrap .event_contents .box:first-child {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center !important;
  margin-bottom: 25px;
}

.event_wrap .event_contents .box:first-child h3 {
  font-size: 2.6rem;
  font-weight: 700;
  border-bottom: 2px solid #264c88;
}

@media screen and (max-width: 640px) {
  .event_wrap .event_contents .box:first-child h3 {
    font-size: 2.2rem;
  }
}

.event_wrap .event_contents .box:first-child div {
  font-size: 2.2rem;
  font-weight: 700;
  color: #063888;
}

@media screen and (max-width: 640px) {
  .event_wrap .event_contents .box:first-child div {
    font-size: 2rem;
  }
}

.event_wrap:nth-child(2n+1) {
  background-color: #f1f1f1;
  padding: 60px 0;
  max-width: 1200px;
  margin: auto;
  margin-bottom: 60px;
}

.event_wrap:last-child {
  margin-bottom: 100px;
}

/*    会社概要    */
.company_title h3 span {
  font-size: 4rem;
}

@media screen and (max-width: 834px) {
  .company_title h3 span {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 640px) {
  .company_title h3 span {
    font-size: 3rem;
  }
}

.company_list dl {
  border-bottom: 1px dotted #eee;
}

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

.company_list dl dt {
  border: none !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  font-weight: 500;
  padding: 10px !important;
  background-color: #eee !important;
  text-align: center !important;
}

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

.company_list dl dd {
  border: none !important;
  padding: 10px !important;
}

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

.company_list dl dd a {
  color: #264c88;
}

/*    ご相談・ご依頼　　　*/
.contact-form {
  max-width: 1000px;
  margin: auto;
}

.contact-form dt {
  width: 30% !important;
}

.contact-form dd {
  width: 70% !important;
}

form .mail {
  display: none !important;
}

.form_wrap label {
  color: #caaf65 !important;
}

.submit .bt_confirm {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
}

.submit .bt_back {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
}

section .error {
  margin-top: 110px;
}

/*    サイトマップ     */
.sitemap_list ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sitemap_list li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
  width: 330px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 10px;
  border: 2px solid #212121;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sitemap_list li a {
  display: block;
  padding: 5px 50px;
  position: relative;
  color: #212121;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sitemap_list li a::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  color: #212121;
  position: absolute;
  top: 54%;
  right: 26px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: 1.4rem;
}

.sitemap_list li a:hover {
  color: white;
  background-color: #264c88;
}

.sitemap_list li:hover {
  border: 2px solid #264c88;
}

/* owl slider  */
.gallery1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}

.gallery1 .box {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.gallery1 .box img {
  pointer-events: none;
}

.gallery1 h3 {
  text-align: center;
  margin: 10px 0;
}

.gallery1 article > div {
  max-height: 170px;
  overflow-y: auto;
}

.owl-item {
  width: 285px !important;
}

@media screen and (max-width: 480px) {
  .owl-item {
    margin-right: 10px !important;
  }
}

.owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gallery_title {
  text-align: center;
  margin: auto;
}

.gallery_title article {
  text-align: center;
  position: relative;
  padding: 0.25em 3em;
  display: inline-block;
}

.gallery_title article:before, .gallery_title article:after {
  content: '';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}

.gallery_title article:before {
  border-left: solid 1px #5767bf;
  border-top: solid 1px #5767bf;
  top: 0;
  left: 0;
}

.gallery_title article:after {
  border-right: solid 1px #5767bf;
  border-bottom: solid 1px #5767bf;
  bottom: 0;
  right: 0;
}

.gallery_title h3 {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.4rem;
  font-weight: 500;
  display: inline-block;
  margin: auto;
  padding: 0;
}

#sp {
  display: none;
}

@media screen and (max-width: 1000px) {
  #sp {
    display: block;
    position: fixed;
    z-index: 400;
    top: 30px;
    right: 30px;
  }
}

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

.nav_wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: absolute;
  z-index: 4;
  width: 100%;
}

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

.nav_wrap > ul > li {
  opacity: 0.9;
  border-bottom: 1px solid rgba(33, 66, 124, 0.1);
}

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

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

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

.nav_wrap > ul > li a, .nav_wrap > ul > li span {
  color: #000;
  display: block;
}

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

@media screen and (max-width: 460px) {
  .nav_wrap > ul > li a, .nav_wrap > ul > li span {
    font-size: 2rem;
  }
}

.nav_wrap > ul > li > ul {
  margin-top: 10px;
  margin-bottom: 10px;
}

.nav_wrap > ul > li > ul > li {
  width: 100%;
  margin: auto;
  border-bottom: 2px solid white !important;
  border-top: none !important;
  background-color: rgba(133, 176, 250, 0.1);
}

@media screen and (max-width: 460px) {
  .nav_wrap > ul > li > ul > li {
    width: 60%;
  }
}

.nav_wrap > ul > li > ul > li a {
  font-size: 1.6rem;
  display: block;
  position: relative;
}

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

.nav_wrap > ul > li > ul > li a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  color: #212121;
  position: absolute;
  top: 53%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: 1.2rem;
  font-weight: 300;
}

.sp_menu {
  width: 24px;
  height: 18px;
  display: block;
  z-index: 300;
  position: absolute;
  display: none;
  top: -4px;
  right: -4px;
}

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

@media screen and (max-width: 550px) {
  .sp_menu {
    right: -14px;
  }
}

.sp_menu div {
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #264c88;
}

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

.dd_menu {
  position: absolute;
  left: -40px;
  right: 0;
  margin: auto;
  background-color: white;
  width: 200px;
}

@media screen and (max-width: 1000px) {
  .dd_menu {
    width: 80%;
    left: 0;
  }
}

.dd_menu li {
  border-top: 2px solid #264c88;
}

.dd_menu li a {
  color: #212121;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
  padding: 10px 0;
  font-size: 1.5rem;
}

.dd_menu li a:hover {
  color: #264c88;
}
/*# sourceMappingURL=common_style.css.map */