@charset "UTF-8";

@font-face {
	font-family: 'Futura';
	src: url(../font/FuturaBookBT.ttf);
}

@font-face {
	font-family: 'Gen_normal';
	src: url(../font/SourceHanSans-Normal.otf);
}

@font-face {
	font-family: 'Gen_bold';
	src: url(../font/SourceHanSans-Bold.otf);
}

.nav-item {
	margin-right: 30px;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: 2.0 !important;
  font-family: 'メイリオ', 'Meiryo', "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif !important;
}

html {
  overflow-y: scroll;
  font-size: 12pt;
  letter-spacing: 4px;
}

p {
  margin-bottom: 0.6rem !important;
}

.futura {
  font-family: 'Futura', sans-serif !important;
}

.gen_normal {
  font-family: 'Gen_normal', sans-serif !important;
}

.gen_bold {
  font-family: 'Gen_bold', sans-serif !important;
}

.font10 {
  font-size: 10px !important;
}

.font12 {
  font-size: 12px !important;
}

.font14 {
  font-size: 14px !important;
}

.font18 {
  font-size: 18px !important;
}

.font19 {
  font-size: 19px !important;
}

.font24 {
  font-size: 24px !important;
}

.font30 {
  font-size: 30px !important;
}

.font36 {
  font-size: 36px !important;
}

.font40 {
  font-size: 40px !important;
}

.letter_18 {
  letter-spacing: 1.8px;
}
.letter_08 {
  letter-spacing: 0.8px;
}

.letter0 {
  letter-spacing: 0px;
}

.line_h12 {
  line-height: 1.2;
}

.line_h15 {
  line-height: 1.5;
}

.white-box {
  background-color: #fff;
  color: #136CB5;
  padding: 4px 8px;
  max-width: 120px !important;
}

.border_top_blue2p {
  border-top: 2px solid #136CB5 !important;
}

.border_bottom_blue2p {
  border-bottom: 2px solid #136CB5;
}

.border_bottom_white {
  height: 1px;
  position: relative;
}
.border_bottom_white::before {
    content: "";
    background-image: linear-gradient(to right, #fff, #fff 2px, transparent 2px, transparent 10px);
    background-size: 10px 2px;
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.a-color-white a {
  color: white;
}

.a-color-white a:hover {
  color: white;
}

.a-color_black a {
  color: black;
}

.a-color_black a:hover {
  color: black;
  text-decoration: unset;
}

#menu-menu li {
  font-size: 18px;
  padding: 6px 12px 0;
  font-family: 'Futura', sans-serif !important;
}

#menu-menu a {
  color: #0A3D66;
}

#menu-menu a:hover {
  color: #0A3D66;
}

.table td, .table th {
  border-top: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4) !important;
  padding: 0.9rem !important;
}

.hissu {
  padding: 1px 10px;
  color: white;
  background-color: #FF4343;
}

.mw250 {
  max-width: 250px;
}

/* Footer */
footer {
  background-color: #000;
  min-height: 60px;
  margin-top:80px;
}

.foot {
  margin-left: 10px;
  padding-top: 10px;
  letter-spacing: 0.5px;
}

.color_blue {
  color: #0A3D66;
}


/* main contents */

.contentsWrap {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
  margin: 0 auto;
  text-align: center;
}

.contentsWrap:before,
.contentsWrap:after {
  display: table;
  content: "";
  line-height: 0;
}

.contentsWrap:after {
  clear: both;
}

label {
  cursor: pointer;
}

fieldset {
  border: none;
}

.head {
  position: fixed;
  top:0;
  height: 95px;
  z-index: 100;
  width: 100%;
  background-color: #fff;
}

.fix_slider {
  position: sticky !important;
  top: 95px;
}

.main_contents {
  position: relative;
  top: 80px;
  /* margin-bottom: 80px; */
  /* background-color: #FFF; */
}

.font_blue {
  color: #136CB5;
}

.bg_blue {
  background-color: #136CB5;
}

.bg_color09 {
  background-color:rgba(255, 255, 255, 0.9) !important;
}

.title {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0px;
}

.title_sub {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.8px;
}

.white_box {
  background-image: url("../images/white_box.png");
  background-repeat: no-repeat;
  background-position: top center;
  /* background-size: cover; */
}

.blue_box {
  background-image: url("../images/blue_box.png");
  background-repeat: no-repeat;
  background-position: top center;
  /* background-size: cover; */
}

/*  */
@media screen and (min-width: 1280px) {
  /* Header */
  .menu {
    float: right;
    margin-top: 30px;
  }
  .menu a {
    color: white;
    text-decoration: none;
    padding: 0 20px;
  }
}

.font24_18 {
  font-size:24px;
}
.font36_26 {
  font-size:36px;
}
.font40_30 {
  font-size:40px;
}
.font30_22 {
  font-size:30px;
}
@media screen and (max-width: 768px) {
  .title {
    font-size: 30px;
  }
  .font24_18 {
    font-size:18px;
  }
  .font30_22 {
    font-size:22px;
  }
  .font36_26 {
    font-size:26px;
  }
  .font40_30 {
    font-size:30px;
  }
}

.show {
  height: 100vh;
}

@media screen and (max-width: 1279px) {
  /* Header */
  .navToggle {
    display: block;
    position: absolute;
    left: calc(100vw - 57px);
    top: 0;
    width: 57px;
    height: 57px;
    cursor: pointer;
    z-index: 1000;
    text-align: center;
    background-color: #FFF;
  }
  .navToggle span {
    display: block;
    position: absolute;
    width: 25px;
    border-top: solid 3px #009152;
    transition: .3s;
    left: 16px;
  }
  .navToggle span:nth-child(1) {
    top: 19px;
  }
  .navToggle span:nth-child(2) {
    top: 27px;
  }
  .navToggle span:nth-child(3) {
    top: 35px;
  }
  #smt_menu_wrapper {
    position: static;
    top: 0;
    left: 0;
    background: #009152;
    color: #fff;
    text-align: center;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 100%;
    height: 100vh;
    z-index: 999;
    display: none;
  }
  #smt_menu_wrapper ul {
    background: #009152;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    z-index: 999;
  }
  #smt_menu_wrapper ul li {
    font-size: 16px;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #333;
    z-index: 999;
  }
  #smt_menu_wrapper ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
  }
  /* このクラスを、jQueryで付与・削除する */
  #smt_menu_wrapper.active {
    transform: translateY(0%);
  }
  #smt_menu {
    margin-top: -54px !important;
  }
  .navToggle.active {
    position: fixed;
    right: 0;
    top: 0;
  }
  /* 最初のspanをマイナス45度に */
  .navToggle.active span:nth-child(1) {
    top: 27px;
    left: 16px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* 2番目と3番目のspanを45度に */
  .navToggle.active span:nth-child(2),
  .navToggle.active span:nth-child(3) {
    top: 27px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.org_blk {
  background-color: #136CB5;
  color: #FFF;
  border-top: 6px solid #136CB5;
  border-bottom: 6px solid #136CB5;
  width: 15vw;
  padding-top: 1rem;
  height: 100px;
  font-size: 1.5vw;
}

.org_blk_before {
  background: linear-gradient(to right, #136CB5 50%, #ffffff 50%);
  border-top: 6px solid #136CB5;
  border-bottom: 6px solid #136CB5;
  width: 6px;
}

.org_blk_after {
  background: linear-gradient(to right, #ffffff 50%, #136CB5 50%);
  border-top: 6px solid #136CB5;
  border-bottom: 6px solid #136CB5;
  width: 6px;
}

.org_border_top {
  position: relative;
}

.org_border_top::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -1.5rem;
  border: 1px solid #136CB5;
  height: 1.5rem;
}

.org_border_bottom {
  position: relative;
}

.org_border_bottom::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1.5rem;
  border: 1px solid #136CB5;
  height: 1.5rem;
}

.table td, .table th {
  padding: 1.5rem !important;
}

.h_border::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-bottom: 2px solid #136CB5;
  width: -webkit-fill-available;
}

.h_border_left::before {
  content: "";
  position: absolute;
  right: 50%;
  top: 0;
  border-bottom: 2px solid #136CB5;
  width: -webkit-fill-available;
}

.h_border_right::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  border-bottom: 2px solid #136CB5;
  width: -webkit-fill-available;
}

.org_text {
  position: absolute;
  background-color: gainsboro;
  border: 1px solid #000;
  padding: 0.1rem 1rem;
  left: 45%;
  bottom: -12px;
  opacity: 0.9;
}

.sub-menu {
  list-style: none;
  padding-inline-start: 4px;
  display: none;
  position: absolute;
  background-color: #FFF;
  font-size: 1rem;
}

.border-radius-16 {
  border-radius: 16px;
}