@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-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSans/NotoSansM.woff") format("woff");
}

@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSans/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: 1.7;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #333333;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "NotoSans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.5rem;
  word-wrap: break-word;
  position: relative;
}

h1, h2, h3 {
  font-weight: 400;
}

div {
  font-weight: 400;
}

a {
  text-decoration: none;
  font-weight: 400;
}

figure {
  padding: 0;
  margin: 0;
}

.inner {
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
}

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

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

.bg {
  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: #0b308e;
  font-weight: bold;
}

#contents_wrap {
  position: relative;
  overflow: hidden;
}

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

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

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

#main #col_main {
  width: 100%;
}

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

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

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

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

@media screen and (max-width: 1000px) {
  #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: 1000px;
  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: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "NotoSans", "ヒラギノ角ゴ 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;
}

.flex2cl_01 {
  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;
  position: relative;
}

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

.flex2cl_01 .flxL {
  width: 57%;
}

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

.flex2cl_01 .flxR {
  width: 40%;
}

@media screen and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 20px;
  }
}

.flex2cl_01 .flxR .img {
  width: 100%;
}

.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}

@media screen and (max-width: 1000px) {
  .flex2cl_02 {
    margin-left: -2.4390%;
  }
}

@media screen and (max-width: 834px) {
  .flex2cl_02 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
  }
}

@media screen and (max-width: 834px) {
  .flex2cl_02 .box {
    width: 100%;
    margin-left: 0;
  }
}

.flex2cl_02 .box img {
  width: 100% !important;
}

.flex2cl_02 .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex2cl_02 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex3cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -2.43902%;
}

@media screen and (max-width: 1000px) {
  .flex3cl {
    margin-left: -2.4390%;
  }
}

@media screen and (max-width: 640px) {
  .flex3cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex3cl .box {
  position: relative;
  width: 30.89431%;
  margin-left: 2.43902%;
  margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .flex3cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex3cl .box img {
  width: 100% !important;
}

.flex3cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex3cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex4cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -3.22581%;
}

@media screen and (max-width: 1000px) {
  .flex4cl {
    margin-left: -2.4390%;
  }
}

@media screen and (max-width: 640px) {
  .flex4cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex4cl .box {
  position: relative;
  width: 21.77419%;
  margin-left: 3.22581%;
  margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  .flex4cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .flex4cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex4cl .box img {
  width: 100% !important;
}

.flex4cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex4cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

#global_header {
  position: relative;
  z-index: 2;
}

#header {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.header-ttl {
  background-color: #0b308e;
}

.header-ttl h1, .header-ttl p {
  max-width: 1000px;
  margin: auto;
  color: white;
  text-align: left;
  font-size: 1.3rem;
  line-height: 2.2;
}

@media screen and (max-width: 1200px) {
  .header-ttl h1, .header-ttl p {
    padding: 0 10px;
  }
}

@media screen and (max-width: 834px) {
  .header-ttl h1, .header-ttl p {
    line-height: 3.2;
  }
}

.header-top {
  max-width: 1000px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  background: white;
}

@media screen and (max-width: 1200px) {
  .header-top {
    padding: 0 10px;
  }
}

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

.header-left .logo p {
  font-size: 2.9rem;
  letter-spacing: 0;
  text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 1000px) {
  .header-left .logo p {
    font-size: 2.4rem;
    width: 300px;
    word-break: keep-all;
    text-align: left;
    line-height: 1.4;
  }
}

@media screen and (max-width: 834px) {
  .header-left .logo p {
    word-break: inherit;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
}

.header-left .logo p span {
  letter-spacing: 0.3em;
  margin-right: 5px;
}

.header-left .logo p a {
  color: black;
}

.header-right {
  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;
}

.header-right .tel {
  margin-right: 20px;
}

@media screen and (max-width: 1000px) {
  .header-right .tel {
    margin-right: 10px;
  }
}

@media screen and (max-width: 834px) {
  .header-right .tel {
    margin-right: 20px;
  }
}

.header-right .tel p {
  font-size: 1.4rem;
  color: #000;
  font-family: "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.5px;
  border-bottom: 2px solid #ccc;
}

@media screen and (max-width: 1000px) {
  .header-right .tel p {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 834px) {
  .header-right .tel p {
    font-size: 1.2rem;
  }
}

.header-right .tel p span {
  background-color: #0b308e;
  color: white;
  display: inline-block;
  padding-left: 5px;
  line-height: 1.4;
  letter-spacing: 0.5em;
  margin-right: 10px;
}

@media screen and (max-width: 1000px) {
  .header-right .tel p span {
    margin-right: 5px;
  }
}

.header-right .tel a {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 700;
  font-size: 3rem;
  color: #333333;
  line-height: 1.2;
}

@media screen and (max-width: 1000px) {
  .header-right .tel a {
    font-size: 2.7rem;
  }
}

@media screen and (max-width: 834px) {
  .header-right .tel a {
    font-size: 2.5rem;
  }
}

.header-right .tel a span {
  font-size: 2rem;
}

.header-right .mail a {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff8b00), to(#de7900));
  background: linear-gradient(to bottom, #ff8b00 0%, #de7900 100%);
  -webkit-box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.75) inset;
          box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.75) inset;
  border: 1px solid #cf7100;
  padding: 10px 12px;
  display: inline-block;
  border-radius: 3px;
  color: white;
  text-align: center;
  vertical-align: top;
  letter-spacing: 0px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header-right .mail a:hover {
  -webkit-transform: scale(1.03, 1.03);
          transform: scale(1.03, 1.03);
}

.header .nav {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(8%, white), to(#eeeeee));
  background: linear-gradient(to bottom, white 8%, #eeeeee 100%);
  border-top: 1px solid #ccc;
  border-bottom: 3px solid #ccc;
  margin-top: 10px;
}

.header .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.header .nav-list .ddmenu {
  position: absolute;
  top: 52px;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 834px) {
  .header .nav-list .ddmenu {
    position: relative;
    background-color: transparent;
    top: 0;
  }
}

.header .nav-list .ddmenu li {
  padding: 0;
  border-right: none;
  border-left: none;
  margin: none !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header .nav-list .ddmenu li a {
  color: white;
  font-size: 1.4rem;
  display: block;
  padding: 15px 0;
  position: relative;
  top: 3px;
}

.header .nav-list .ddmenu li:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

@media screen and (max-width: 834px) {
  .header .nav-list .ddmenu li:hover {
    background-color: transparent;
  }
}

.header .nav-list .ddmenu li:not(:last-child) {
  border-bottom: 2px solid #303030;
  padding-bottom: 5px !important;
}

.header .nav-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  vertical-align: middle;
  border-right: 1px solid #ccc;
  height: 40px;
  position: relative;
}

@media screen and (max-width: 834px) {
  .header .nav-item {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.header .nav-item::before {
  content: "";
  background: orange;
  width: 0%;
  height: 3px;
  bottom: -13px;
  display: block;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 834px) {
  .header .nav-item::before {
    display: none;
  }
}

.header .nav-item > a, .header .nav-item > span {
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: relative;
  padding: 21px 0px;
  line-height: 1.2;
  text-align: center;
  color: #333333;
  color: #000;
  letter-spacing: 0;
}

@media screen and (max-width: 834px) {
  .header .nav-item > a, .header .nav-item > span {
    top: inherit;
    -webkit-transform: inherit;
            transform: inherit;
  }
}

.header .nav-item:first-child {
  border-left: 1px solid #ccc;
}

@media screen and (max-width: 1000px) {
  .header .nav-item:first-child {
    border-left: 0;
  }
}

@media screen and (max-width: 1000px) {
  .header .nav-item:last-child {
    border-right: 0;
  }
}

.header .nav-item:hover::before {
  width: 100%;
}

.fixed {
  position: fixed !important;
  top: 0;
  left: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  z-index: 99;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: rgba(11, 48, 142, 0.9);
  margin-top: 0 !important;
  border-bottom: 3px solid #ccc;
  border-top: none !important;
}

.fixed .nav-list {
  max-width: 1200px;
  margin: auto;
  padding: 0 !important;
}

.fixed .nav-list > li {
  height: 22px !important;
}

.fixed .nav-list > li span {
  top: 50% !important;
}

.fixed .nav-list > li .ddmenu {
  top: 33px;
}

.fixed .nav-list > li .ddmenu li a {
  padding: 10px 0;
}

@media screen and (max-width: 1200px) {
  .fixed {
    position: relative;
  }
}

.main {
  height: 385px;
}

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

.main-item img {
  width: 100%;
  height: 390px !important;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
}

@media screen and (max-width: 640px) {
  .main-item img {
    height: 300px !important;
  }
}

.footer {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 1000px;
  margin: auto;
  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) {
  .footer {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.footer .pagetop {
  position: absolute;
  right: 0;
  top: -30px;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  .footer .pagetop {
    right: 10px;
  }
}

.footer .pagetop a {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #333333;
  position: relative;
  letter-spacing: 0;
}

.footer .pagetop a::before {
  content: "\f106";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
}

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

.footer-info {
  text-align: left;
}

@media screen and (max-width: 834px) {
  .footer-info {
    text-align: center;
    margin-top: 40px;
  }
}

.footer-info li {
  color: white;
  font-size: 1.4rem;
}

.footer-info a {
  color: white !important;
  font-size: 1.4rem;
}

.footer-info p {
  margin-top: 65px;
}

@media screen and (max-width: 834px) {
  .footer-info p {
    margin-top: 20px;
  }
}

.footer .nav2 {
  text-align: left;
  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: 834px) {
  .footer .nav2 {
    width: 85%;
  }
}

@media screen and (max-width: 640px) {
  .footer .nav2 {
    width: 95%;
  }
}

.footer .nav2-list {
  margin-left: 30px;
}

@media screen and (max-width: 640px) {
  .footer .nav2-list {
    margin-left: 10px;
  }
}

.footer .nav2 a {
  color: white;
  font-size: 1.4rem;
}

#contents {
  position: relative;
  z-index: 1;
}

.pankuzu {
  text-align: center;
  margin-top: 10px;
  font-size: 1.3rem;
  color: #333333;
  letter-spacing: 2px;
  line-height: 1.2;
  position: absolute;
  top: -40px;
  left: 0;
}

.pankuzu a {
  color: #333333;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0;
}

.pankuzu li {
  display: inline-block;
}

.pankuzu li:first-child a {
  color: #0b308e;
}

@media (min-width: 834px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/*  アニメーション　*/
.fadein {
  opacity: 0.1;
  -webkit-transform: translate(0, 80px);
          transform: translate(0, 80px);
  -webkit-transition: all 800ms;
  transition: all 800ms;
}

.slide {
  position: relative;
  z-index: 1;
}

.slide::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: #0b308e;
  top: 0;
  right: 0;
  display: block;
  -webkit-transition: all 800ms;
  transition: all 800ms;
}

.slidein::before {
  width: 0%;
}

/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.cont_box .fadein:nth-child(2) {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

.cont_box .fadein:nth-child(3) {
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}

.cont_box .fadein:nth-child(4) {
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}

/*  ホーム  */
#left_4 {
  background-color: #0b308e;
  padding: 0 10px 10px 10px;
  width: 243px;
}

#left_4 h2 {
  text-align: center;
  color: white;
  font-size: 2rem;
  font-weight: 600;
  text-shadow: -1px 1px 2px rgba(255, 255, 255, 0.1);
  padding: 3px 0;
}

#left_4 .wp {
  background-color: white;
  padding: 20px 10px;
}

#left_4 .wp ul {
  margin-bottom: 15px;
}

#left_4 .wp ul li {
  font-size: 1.3rem;
  line-height: 1.8;
}

#left_4 .wp ul li span {
  font-weight: 600;
}

#left_4 .wp p {
  font-size: 1.3rem;
  line-height: 1.8;
}

#left_4 .wp p a {
  color: #333333;
}

#left_4 .wp .map {
  background-color: #555555;
  color: white;
  font-size: 1.5rem;
  font-family: "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 5px 0 5px 20px;
  width: 100%;
  display: block;
  margin-bottom: 0;
  text-align: center;
  position: relative;
  margin-top: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#left_4 .wp .map::before {
  content: "\f3c5";
  font-family: "Font Awesome 5 Pro";
  color: #ff8725;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 35px;
  font-size: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}

#left_4 .wp .map:hover {
  background-color: #333333;
}

#main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 45px;
}

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

#main #col_main {
  padding-left: 30px;
  width: calc(100% - 245px) !important;
}

@media screen and (max-width: 834px) {
  #main #col_main {
    width: 100% !important;
    padding-left: 0;
  }
}

#main #col_side1 {
  width: 245px !important;
}

@media screen and (max-width: 834px) {
  #main #col_side1 {
    margin-bottom: 60px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100% !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#main #col_side1 .banner {
  margin-bottom: 10px;
}

@media screen and (max-width: 834px) {
  #main #col_side1 .banner {
    width: 31%;
    margin-right: 1%;
    margin-left: 1%;
  }
}

@media screen and (max-width: 640px) {
  #main #col_side1 .banner {
    width: 100%;
    margin: 0 auto 10px;
  }
  #main #col_side1 .banner img {
    display: block;
    margin: auto;
  }
}

@media screen and (max-width: 834px) {
  #main #col_side1 .banner_wp_cont {
    width: 65% !important;
  }
}

.ttl_01 h2, .ttl_02 h2 {
  font-size: 3rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 3px;
  border-bottom: 3px solid #0b308e;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 834px) {
  .ttl_01 h2, .ttl_02 h2 {
    font-size: 2.7rem;
  }
}

@media screen and (max-width: 640px) {
  .ttl_01 h2, .ttl_02 h2 {
    font-size: 2.5rem;
  }
}

.ttl_01 div, .ttl_02 div {
  font-size: 1.3rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.5px;
  line-height: 1;
  color: #5a5a5a;
}

.cont_01 {
  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: 640px) {
  .cont_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.cont_01-img {
  width: 180px !important;
}

.cont_01-img img {
  width: 100% !important;
}

@media screen and (max-width: 640px) {
  .cont_01-img {
    margin: auto;
  }
}

.cont_01-txt {
  width: calc(100% - 180px) !important;
  padding-left: 20px;
}

@media screen and (max-width: 640px) {
  .cont_01-txt {
    width: 100% !important;
    padding-left: 0;
    margin: auto;
  }
}

.cont_01-txt h3 {
  line-height: 1.6;
  font-weight: 600;
  margin-bottom: 10px;
}

.cont_01-txt div {
  font-size: 1.5rem;
}

.ttl_02 h2 {
  border-top: 3px solid #0b308e;
  border-bottom: 1px solid #0b308e;
  padding-top: 12px;
  padding-bottom: 16px;
}

.hm_txt01 div {
  font-size: 1.8rem;
  color: #0b308e;
  font-weight: 600;
}

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

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

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

.cont_box {
  padding: 10px;
  border: 10px solid #eee;
}

.cont_box .box {
  width: 50%;
  padding: 10px;
}

@media screen and (max-width: 550px) {
  .cont_box .box {
    width: 90%;
    margin: auto;
  }
}

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

.cont_box .box img {
  display: block;
  margin: auto;
  width: 100% !important;
}

.cont_box .box h3 {
  text-align: center;
  font-weight: 600;
  font-size: 1.8rem;
  margin-top: 5px;
}

.cont_box .box div {
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1.6;
}

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

.small h2 {
  font-size: 2.5rem;
  letter-spacing: 0;
  position: relative;
  line-height: 1.3;
}

.small h2 .s-letter {
  font-size: 2rem;
  padding-right: 2px;
  padding-left: 2px;
}

.small .month {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.5rem;
  background-color: #333333;
  color: white;
  padding: 5px 8px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "NotoSans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
}

.pg_txt div {
  font-size: 1.5rem;
  letter-spacing: 0.5px;
  line-height: 1.8;
}

.hm_list {
  max-width: 550px !important;
  margin: auto;
}

.hm_list td {
  border: none !important;
}

.hm_list td div {
  font-weight: 600;
  font-size: 1.7rem;
}

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

.contact {
  max-width: 550px;
  margin: auto;
  border: 4px solid #0b308e;
  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;
  padding: 20px;
}

@media screen and (max-width: 550px) {
  .contact {
    padding: 10px;
  }
}

.contact .tel {
  margin-right: 20px;
}

.contact .tel p {
  font-size: 1.4rem;
  color: #000;
  font-family: "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.5px;
  border-bottom: 2px solid #ccc;
}

@media screen and (max-width: 1000px) {
  .contact .tel p {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 834px) {
  .contact .tel p {
    font-size: 1.2rem;
  }
}

.contact .tel p span {
  background-color: #0b308e;
  color: white;
  display: inline-block;
  padding-left: 5px;
  line-height: 1.4;
  letter-spacing: 0.5em;
  margin-right: 10px;
}

.contact .tel a {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 700;
  font-size: 3rem;
  color: #333333;
  line-height: 1.2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1000px) {
  .contact .tel a {
    font-size: 2.7rem;
  }
}

@media screen and (max-width: 834px) {
  .contact .tel a {
    font-size: 2.5rem;
  }
}

.contact .tel a span {
  font-size: 2rem;
}

.contact .tel a:hover {
  opacity: 0.6;
}

.contact .mail a {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff8b00), to(#de7900));
  background: linear-gradient(to bottom, #ff8b00 0%, #de7900 100%);
  -webkit-box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.75) inset;
          box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.75) inset;
  border: 1px solid #cf7100;
  padding: 10px 12px;
  display: inline-block;
  border-radius: 3px;
  color: white;
  text-align: center;
  vertical-align: top;
  letter-spacing: 0px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.contact .mail a:hover {
  -webkit-transform: scale(1.03, 1.03);
          transform: scale(1.03, 1.03);
}

.hm_news {
  background-color: #f1f1f1;
  padding: 10px 30px 20px 30px;
  margin-bottom: 80px;
}

.hm_news-list {
  background-color: white;
  padding: 10px;
  height: 230px;
  overflow-y: auto;
}

@media screen and (max-width: 640px) {
  .hm_news-list {
    height: 280px;
  }
}

.hm_news-list dl {
  display: block !important;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.hm_news-list dl dt, .hm_news-list dl dd {
  background-color: transparent !important;
  width: 100% !important;
  padding: 3px !important;
  font-size: 1.5rem;
  border: none !important;
}

.hm_news-list dl dt {
  font-weight: 600;
}

.ttl_03 {
  font-size: 2.6rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-bottom: 5px;
}

/* 下層ページ　*/
.pg_ttl01 {
  background-color: #f1f1f1;
  font-size: 2.6rem;
  padding: 15px;
}

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

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

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

.pg_cont01-txt {
  width: calc(100% - 240px);
  padding-right: 20px;
}

@media screen and (max-width: 640px) {
  .pg_cont01-txt {
    width: 100%;
    padding-right: 0;
  }
}

.pg_cont01-txt div {
  font-size: 1.5rem;
}

.pg_cont01-img {
  width: 240px;
}

@media screen and (max-width: 640px) {
  .pg_cont01-img {
    margin: auto;
  }
}

.pg_ttl02 h3, .pg_ttl02 h2 {
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#eeeeee));
  background: linear-gradient(to bottom, white 0%, #eeeeee 100%);
  font-weight: 600;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 2px 10px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.pg_ttl02 div {
  font-size: 1.5rem;
}

.docs, .link {
  position: relative;
  display: inline-block;
}

.docs::before, .link::before {
  content: "\f1c1";
  font-family: "Font Awesome 5 Pro";
  color: #0b308e;
  position: absolute;
  top: 50%;
  right: -15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-weight: 300;
}

.link::before {
  content: "\f0c1";
  font-size: 1.4rem;
  right: -18px;
  font-weight: 500;
}

.pg_cont02 {
  padding: 20px 10px;
  border: 10px solid #eee;
  margin-top: 5px;
  margin-bottom: 10px;
}

.pg_cont02 .pg_cont01-txt h3 {
  font-weight: 600;
}

.pg_cont02 .pg_cont01-img {
  width: 200px;
}

.guide-list td {
  border: none !important;
}

.guide-list td div {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.3px;
  padding: 5px 0 8px 12px;
  position: relative;
}

.guide-list td div::before {
  content: "\f0a9";
  font-family: "Font Awesome 5 Pro";
  color: #333333;
  position: absolute;
  top: 6px;
  left: -8px;
  display: block;
  font-weight: 700;
  font-size: 1.4rem;
}

#a1 {
  padding-top: 50px;
  margin-top: -50px;
}

#a2 {
  padding-top: 170px;
  margin-top: -170px;
}

.non-bd {
  border: none;
  padding: 0;
  max-width: 485px;
  margin-left: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 20px;
}

.step {
  border: 1px solid #ccc;
  padding: 10px;
  position: relative;
  overflow: visible !important;
}

.step h3 {
  display: inline-block;
  background-color: #4bc67c;
  width: 64px;
  color: white;
  text-align: center !important;
  margin-bottom: 10px;
}

.step div {
  font-size: 1.5rem;
}

.step:not(:last-child)::before {
  content: "";
  width: 0;
  height: 20px;
  border-top: 20px solid #adadad;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  position: absolute;
  bottom: -50px;
  right: 0;
  left: 0;
  margin: auto;
}

.faq_cont:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 20px;
}

.faq_cont:last-child {
  margin-bottom: 60px;
}

.faq_wp {
  background-color: #f1f1f1;
  padding: 10px;
}

.pg_ttl03 h3 {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.8rem;
  margin-bottom: 5px;
}

.faq {
  background-color: white;
  padding: 5px 0;
}

.faq td {
  border: none !important;
}

.faq td div {
  color: #0b308e;
  font-weight: 600;
  font-size: 1.5rem;
  padding-left: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
}

.faq td div::before {
  content: "Q";
  color: white;
  position: absolute;
  top: 5px;
  left: 9px;
  z-index: 2;
}

.faq td div::after {
  content: "";
  background-color: #ccc;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 1;
}

.voice_txt {
  background-color: white;
  padding: 10px;
}

.voice_txt img {
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.voice_txt div {
  font-size: 1.5rem;
}

.voice_wp {
  margin-bottom: 20px;
}

.voice_wp:last-child {
  margin-bottom: 60px;
}

.w95 {
  margin-right: auto;
  margin-left: auto;
}

.office_txt h3 {
  font-weight: bold;
  color: #0b308e;
}

.office_txt div {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.5px;
}

.office_txt02 {
  padding: 15px;
  border: 10px solid #eee;
}

.office_txt02 div {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.5px;
}

.office_list dt {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  font-weight: bold;
}

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

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

::-webkit-scrollbar-thumb {
  background-color: rgba(128, 128, 128, 0.6);
}

/*   404ページ　　*/
.error_txt a {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "NotoSans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 2px;
  text-align: center;
}

.error_btn {
  width: 250px;
  height: 55px;
  margin: auto;
  padding: 10px;
  color: #0b308e;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #0b308e;
  color: white !important;
  border-radius: 50px;
  font-size: 1.8rem;
}

.error_btn:hover {
  color: white;
  background-color: #f1f1f1;
}

/*  お問い合わせ　*/
form .mail {
  display: none;
}

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

.mail_form dd div {
  font-size: 1.4rem;
  letter-spacing: 0.5px;
}

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

.mail_form input, .mail_form textarea {
  -webkit-box-shadow: 1px 2px 2px -2px rgba(0, 0, 0, 0.4) inset;
          box-shadow: 1px 2px 2px -2px rgba(0, 0, 0, 0.4) inset;
}

html.is-fixed,
html.is-fixed body {
  height: 100%;
}

#nav-toggle {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 40px;
  width: 56px;
  padding: 6px;
  background-color: #0b308e;
  cursor: pointer;
  display: none;
  z-index: 9999;
}

@media screen and (max-width: 834px) {
  #nav-toggle {
    display: block;
  }
}

#nav-toggle p {
  font-size: 1.1rem;
  color: white;
  position: relative;
  left: 2px;
  bottom: -30px;
  font-weight: 500;
  padding-top: 5px;
  display: none;
}

#nav-toggle > div {
  position: relative;
  width: 40px;
}

#nav-toggle span {
  height: 3px;
  left: 2px;
  display: block;
  background: white;
  position: absolute;
  -webkit-transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out, top .5s ease;
  transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 2px;
  width: 100%;
}

#nav-toggle span:nth-child(2) {
  top: 12px;
  width: 100%;
}

#nav-toggle span:nth-child(3) {
  top: 22px;
  width: 100%;
}

#nav-toggle:hover span:nth-child(1) {
  top: 2px;
}

#nav-toggle:hover span:nth-child(3) {
  top: 22px;
}

.fixed #nav-toggle {
  top: 10px;
  right: 10px;
  height: 45px;
  width: 60px;
}

.fixed #nav-toggle > div {
  width: 44px;
}

.fixed span:nth-child(1) {
  top: 2px;
  width: 100%;
}

.fixed span:nth-child(2) {
  top: 14px !important;
  width: 100%;
}

.fixed span:nth-child(3) {
  top: 26px !important;
  width: 100%;
}

.fixed:hover span:nth-child(1) {
  top: 2px;
}

.fixed:hover span:nth-child(3) {
  top: 26px;
}

/* z-index */
#nav-toggle {
  z-index: 1000;
}

#container {
  z-index: 900;
}

.nav_wrap {
  width: 80%;
}

#nav_sp {
  display: none;
  background: rgba(11, 48, 142, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -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;
  font-size: 29px;
  opacity: 0;
  -webkit-transition: opacity .6s ease, visibility .6s ease;
  transition: opacity .6s ease, visibility .6s ease;
  overflow-y: auto;
}

#nav_sp .nav_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}

@media screen and (max-width: 834px) {
  #nav_sp .nav_wrap ul {
    width: 100%;
  }
}

#nav_sp .nav_wrap li {
  width: 100%;
  opacity: 0;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: transform .6s ease, opacity .2s ease;
  transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
  list-style: none;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  border: none !important;
}

#nav_sp .nav_wrap li:nth-child(2) {
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}

#nav_sp .nav_wrap li:nth-child(3) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

#nav_sp .nav_wrap li:nth-child(4) {
  -webkit-transition-delay: .45s;
          transition-delay: .45s;
}

#nav_sp .nav_wrap li:nth-child(5) {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

#nav_sp .nav_wrap a, #nav_sp .nav_wrap span {
  display: block;
  color: white;
  font-size: 1.8rem;
  position: relative;
  z-index: -1;
  line-height: 1.6;
  padding: 10px;
  -webkit-transition: color .6s ease;
  transition: color .6s ease;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-align: left;
}

#nav_sp .nav_wrap a .sp, #nav_sp .nav_wrap span .sp {
  display: none;
}

#nav_sp .nav_wrap a:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#nav_sp .nav_wrap .ddmenu {
  margin-top: 10px;
  margin-bottom: 10px;
}

#nav_sp .nav_wrap .ddmenu li a {
  border: none;
  font-size: 1.6rem;
  padding: 5px 5px 5px 30px;
}

.nav_info {
  text-align: center;
  margin-top: 50px;
}

.nav_info .logo p {
  color: white;
  font-size: 2.4rem;
}

.nav_info .logo p span {
  margin-right: 5px;
}

.nav_info .contact {
  border: 4px solid white;
  margin-top: 20px;
}

.nav_info .contact .tel p {
  color: white;
}

.nav_info .contact .tel p span {
  background-color: white;
  color: #0b308e;
}

.nav_info .contact .tel a {
  color: white;
}

.nav_info .contact .mail a {
  font-size: 1.6rem;
}

/* open */
.open {
  overflow: hidden;
}

.open #nav-toggle span {
  background: white;
}

.open #nav-toggle span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 90%;
}

.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 90%;
}

.open #nav_sp {
  visibility: visible;
  opacity: 1;
}

.open #nav_sp li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 1.05s ease, -webkit-transform 1s ease;
  transition: opacity 1.05s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1.05s ease;
  transition: transform 1s ease, opacity 1.05s ease, -webkit-transform 1s ease;
}

.open #nav_sp .in_wp {
  width: 100%;
  text-align: center;
}

.open #nav_sp .in_wp > a {
  display: block;
  text-align: center;
  margin: 0 auto;
  border-bottom: none !important;
}

.open #nav_sp .in_wp > a img {
  width: 130px;
  height: 130px;
  margin: auto;
}

.open .nav-item span {
  position: relative;
  display: block;
}

.open .nav-item span::before {
  content: "+";
  position: absolute;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0 !important;
  display: block;
  color: white;
  font-size: 1.6rem;
}

.open .plus {
  position: relative;
}

.open .plus span {
  position: relative;
  display: block;
}

.open .plus span::before {
  content: "-";
  position: absolute;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0 !important;
  display: block;
  color: white;
  font-size: 1.6rem;
}
/*# sourceMappingURL=common_style.css.map */