@charset "UTF-8";
/*=====================================================
  share
=====================================================*/
/*=====================================================
  share
=====================================================*/
html, body {
  height: 100%;
}

html {
  font-size: 14px;
}

body {
  font-family: Arial, "Noto Sans JP", meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1rem;
  color: #333;
  text-align: left;
  background-color: #fff;
  position: relative;
  padding-top: 55px;
}

@media print, screen and (min-width: 576px) {
  body {
    padding-top: 66px;
  }
}
@media print, screen and (min-width: 1000px) {
  body {
    padding-top: 148px;
  }
}
a:link {
  color: #4285f4;
}

a:visited {
  color: #609;
}

a:hover,
a:active {
  color: #4285f4;
  text-decoration: none;
}

/*=====================================================
  header
=====================================================*/
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8000;
  background-color: #fff;
  border-bottom: 1px solid #ced6dc;
}
.header .header__inner {
  width: 100%;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 1000px) {
  .header .header__inner {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding: 19px 0 0 0;
  }
}
.header .header__logo {
  width: 240px;
  margin: 0 auto 0 0;
  padding: 0;
  position: relative;
  line-height: 1;
}
@media print, screen and (min-width: 576px) {
  .header .header__logo {
    width: 300px;
  }
}
@media print, screen and (min-width: 1000px) {
  .header .header__logo {
    width: 456px;
  }
}
.header .header__logo a {
  display: block;
}
.header .header__logo .header__map_kraftia {
  position: absolute;
  width: 37px;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: -9999px;
  overflow-x: hidden;
}
.header .header__logo .header__map_kraftia > a {
  width: 100%;
  height: 100%;
  display: block;
}
@media print, screen and (min-width: 576px) {
  .header .header__logo .header__map_kraftia {
    width: 46px;
  }
}
@media print, screen and (min-width: 1000px) {
  .header .header__logo .header__map_kraftia {
    width: 70px;
  }
}
.header .header__logo .header__map_portal {
  position: absolute;
  width: 73px;
  height: 100%;
  left: 37px;
  top: 0;
  text-indent: -9999px;
  overflow-x: hidden;
}
.header .header__logo .header__map_portal > a {
  width: 100%;
  height: 100%;
  display: block;
}
@media print, screen and (min-width: 576px) {
  .header .header__logo .header__map_portal {
    width: 91px;
    left: 47px;
  }
}
@media print, screen and (min-width: 1000px) {
  .header .header__logo .header__map_portal {
    width: 138px;
    left: 71px;
  }
}
.header .header__logo .header__map_security {
  position: absolute;
  width: 126px;
  height: 100%;
  top: 0;
  left: 115px;
  text-indent: -9999px;
  overflow-x: hidden;
}
.header .header__logo .header__map_security > a {
  width: 100%;
  height: 100%;
  display: block;
}
@media print, screen and (min-width: 576px) {
  .header .header__logo .header__map_security {
    width: 156px;
    height: 54px;
    left: 145px;
  }
}
@media print, screen and (min-width: 1000px) {
  .header .header__logo .header__map_security {
    width: 236px;
    height: 54px;
    top: 7px;
    left: 220px;
  }
}
.header .header__utilBlock {
  display: none;
}
@media print, screen and (min-width: 1000px) {
  .header .header__utilBlock {
    width: 520px;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
  }
}
.header .header__utilNav {
  width: 100%;
  margin-bottom: 2px;
}
.header .header__utilNav ul {
  margin: 0;
  padding: 0;
  line-height: 1;
  display: block;
  text-align: right;
  position: relative;
  top: -33px;
}
.header .header__utilNav ul li {
  margin: 0 0 0 14px;
  padding: 0;
  list-style: none;
  line-height: 1;
  display: inline-block;
}
.header .header__utilNav ul li:first-child {
  margin-left: 0;
}
.header .header__utilNav ul li:first-child a::after {
  padding-right: 0;
}
.header .header__utilNav ul li.header__utilNavCompany {
  display: inline-block;
  position: relative;
}
.header .header__utilNav ul li.header__utilNavCompany > a {
  height: 32px;
  padding: 10px 15px 10px 25px;
  color: #fff;
  display: block;
  background-color: #4e5861;
  background-image: url("../images/icon_arrow_s_white_right.png");
  background-repeat: no-repeat;
  background-position: 15px 12px;
  background-size: 5px 7px;
  border-radius: 0 0 5px 5px;
  text-decoration: none;
}
.header .header__utilNav ul li.header__utilNavCompany > a:hover {
  background-color: #636c75;
  text-decoration: none;
}
.header .header__utilNav ul li.header__utilNavCompany > a:after {
  width: 14px;
  height: 12px;
  margin-left: 5px;
  margin-right: 5px;
  padding-right: 14px;
  display: inline-block;
  content: "";
  background: url("../images/icon_win_white.png") no-repeat 0 0;
  background-size: 17px 13px;
  vertical-align: middle;
  background-size: 14px 11px;
}
.header .header__utilNav ul li.header__utilNavCompany .header__utilNavCompanyDropDown {
  display: none;
  width: 100%;
  position: absolute;
  top: 32px;
  left: 0;
  text-align: left;
  background-color: red;
  z-index: 8100;
}
.header .header__utilNav ul li.header__utilNavCompany .header__utilNavCompanyDropDown a {
  width: 100%;
  padding: 10px 10px 10px 25px;
  display: inline-block;
  color: #333;
  line-height: 1.4;
  background-color: #f0f3f6;
  background-image: url("../images/icon_arrow_s_gray_right.png");
  background-repeat: no-repeat;
  background-position: 15px 12px;
  background-size: 5px 7px;
  border-bottom: 1px solid #cfd4d9;
}
.header .header__utilNav ul li.header__utilNavCompany .header__utilNavCompanyDropDown a:after {
  width: 14px;
  height: 14px;
  margin-left: 5px;
  margin-right: 5px;
  padding-right: 14px;
  display: inline-block;
  content: "";
  background: url("../images/icon_win_gray.png") no-repeat 0 0;
  background-size: 17px 13px;
  vertical-align: middle;
  background-size: 14px 11px;
}
.header .header__utilNav ul li.header__utilNavCompany .header__utilNavCompanyDropDown a:hover {
  background-color: #f7f9fb;
  text-decoration: none;
}
.header .header__utilNav ul li a {
  padding-left: 10px;
  font-size: calc(12px);
  font-size: calc(0.8571428571rem);
  text-decoration: none;
  color: #333;
  background-image: url("../images/icon_arrow_s_light-blue_right.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 5px 7px;
}
.header .header__utilNav ul li a:hover {
  text-decoration: underline;
}
.header .header__tel {
  margin-right: auto;
}
.header .header__tel .header__telText {
  margin: 0 0 5px 0;
  line-height: 1;
  font-size: calc(13px);
  font-size: calc(0.9285714286rem);
  font-weight: bold;
}
.header .header__tel .header__telNum {
  margin: 0;
  font-size: calc(30px);
  font-size: calc(2.1428571429rem);
  line-height: 1;
  font-weight: bold;
}
.header .header__tel .header__telNum a {
  padding-left: 44px;
  display: inline-block;
  color: #12a73b;
  text-decoration: none;
  background: url(../images/icon_free-dial.png) no-repeat 0 center;
}
.header .header__tourokuBtn {
  margin-left: auto;
}
.header .header__tourokuBtn a {
  padding: 15px 24px 11px 52px;
  font-size: calc(18px);
  font-size: calc(1.2857142857rem);
  color: #fff;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  background-color: #112172;
  border-radius: 100px;
  background-image: url(../images/icon_pc_white.png);
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 20px 18px;
  box-shadow: 0px 7px 0px -3px #b23b0b;
  transition: all 0.2s;
}
@media print, screen and (min-width: 1000px) {
  .header .header__tourokuBtn a:hover {
    color: #112172;
    background-color: #ffff00;
    background-image: url(../images/icon_pc.png);
    box-shadow: 0px 7px 0px -3px #d2d204;
  }
}
.header .header__tourokuBtn .header__tourokuBtnMin {
  font-size: calc(14px);
  font-size: calc(1rem);
}
.header .header__spMenu {
  width: 24px;
  height: 15px;
  margin-left: auto;
  position: relative;
  transition: all 0.2s;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
}
@media print, screen and (min-width: 1000px) {
  .header .header__spMenu {
    display: none;
  }
}
.header .header__spMenu span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #112172;
  transition: all 0.2s;
}
.header .header__spMenu span:nth-of-type(1) {
  top: 0;
}
.header .header__spMenu span:nth-of-type(2) {
  top: 7px;
}
.header .header__spMenu span:nth-of-type(3) {
  bottom: 0;
}

/*=====================================================
  gNav
=====================================================*/
.gNav {
  width: 80%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -80%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 10000;
  background: #fff;
  transition: all 0.2s;
}
@media print, screen and (min-width: 1000px) {
  .gNav {
    width: 100%;
    height: auto;
    margin-top: 8px;
    margin-right: 0;
    margin-left: auto;
    position: relative;
    right: 0;
    overflow-y: visible;
    z-index: 1;
    transition: all 0;
  }
}
.gNav.open {
  right: 0;
}
@media print, screen and (min-width: 576px) {
  .gNav.open {
    width: 50%;
  }
}
.gNav .gNav__inner {
  height: 140vh;
  padding-bottom: 100px;
  position: relative;
}
@media print, screen and (min-width: 1000px) {
  .gNav .gNav__inner {
    height: auto;
    padding-bottom: 0;
  }
  .gNav .gNav__inner::after {
    content: "";
    width: 1px;
    height: 22px;
    background: #ced6dc;
    position: absolute;
    right: -1px;
    top: 15px;
  }
}
.gNav .gNav__primary {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ced6dc;
}
@media print, screen and (min-width: 1000px) {
  .gNav .gNav__primary {
    border-bottom-width: 0;
  }
}
.gNav .gNav__primary li {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1;
  border-top: 1px solid #ced6dc;
}
@media print, screen and (min-width: 1000px) {
  .gNav .gNav__primary li {
    width: 20%;
    margin-top: 5px;
    display: block;
    float: left;
    position: relative;
    border-top-width: 0;
  }
  .gNav .gNav__primary li::before {
    content: "";
    width: 1px;
    height: 22px;
    background: #ced6dc;
    position: absolute;
    left: 0;
    top: 10px;
  }
  .gNav .gNav__primary li::after {
    content: "";
    width: 0;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: 0;
    background-color: #112172;
    z-index: 90;
    transition: all 0.2s;
  }
  .gNav .gNav__primary li:hover::after {
    width: 100%;
    left: 0;
  }
  .gNav .gNav__primary li:hover > .gNav__secondary {
    display: block;
  }
  .gNav .gNav__primary li.gNav__sp {
    display: none;
  }
  .gNav .gNav__primary li.active::after {
    width: 100% !important;
    left: 0 !important;
  }
}
.gNav .gNav__primary li a {
  width: 100%;
  padding: 12px 12px 12px 28px;
  display: flex;
  font-size: calc(14px);
  font-size: calc(1rem);
  color: #333;
  line-height: 1.6;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  background-image: url("../images/icon_arrow_m_dark_blue_right.png");
  background-repeat: no-repeat;
  background-position: 12px center;
  background-size: 8px 12px;
}
@media print, screen and (min-width: 1000px) {
  .gNav .gNav__primary li a {
    padding: 15px 5px 25px 5px;
    display: block;
    line-height: 1;
    text-align: center;
    background-image: none;
    position: relative;
  }
}
.gNav .gNav__primary li a.gNav__link {
  width: calc(100% - 50px);
}
@media print, screen and (min-width: 1000px) {
  .gNav .gNav__primary li a.gNav__link {
    width: 100%;
  }
}
.gNav .gNav__primary li a[target$=_blank]::after {
  width: 14px;
  height: 11px;
  position: absolute;
  right: 10px;
  top: 18px;
  content: "";
  background-image: url("../images/icon_win.png");
  background-repeat: no-repeat;
  background-position: right 15px 0 !important;
  background-size: 14px 11px !important;
}
.gNav .gNav__primary li .gNav__secondary {
  width: 100%;
  margin: 0;
  padding: 0 0 0 30px;
  display: none;
  background-color: #fff;
  border-top: 1px solid #ced6dc;
}
@media print, screen and (min-width: 1000px) {
  .gNav .gNav__primary li .gNav__secondary {
    width: 300px;
    padding: 15px;
    position: absolute;
    left: -50px;
    top: 54px;
    border-top: none;
    z-index: 100;
    background-color: #112172;
    border-radius: 5px;
  }
}
.gNav .gNav__primary li .gNav__secondary li {
  width: 100%;
  margin: 0;
  padding: 0;
  float: none;
  line-height: 1.6;
}
.gNav .gNav__primary li .gNav__secondary li:first-child {
  border-top: none;
}
.gNav .gNav__primary li .gNav__secondary li::before {
  width: 0;
}
.gNav .gNav__primary li .gNav__secondary li::after {
  width: 0;
  height: 0;
}
@media print, screen and (min-width: 1000px) {
  .gNav .gNav__primary li .gNav__secondary li {
    border-top: 1px solid #33ccb8;
    border-bottom: 1px solid #0fa28f;
  }
  .gNav .gNav__primary li .gNav__secondary li:first-child {
    border-top: 1px solid #33ccb8;
  }
  .gNav .gNav__primary li .gNav__secondary li:last-child {
    border-bottom: 1px solid #33ccb8;
  }
}
.gNav .gNav__primary li .gNav__secondary li a {
  margin: 0;
  padding: 12px 15px 12px 0;
  line-height: 1.6;
  background-image: url("../images/icon_arrow_m_dark_blue_right.png");
  background-position: right 10px top 18px;
  background-size: 8px 12px;
}
@media print, screen and (min-width: 1000px) {
  .gNav .gNav__primary li .gNav__secondary li a {
    transition: all 0.2s;
    text-align: left;
    font-size: calc(13px);
    font-size: calc(0.9285714286rem);
    color: #fff;
    background-image: url("../images/icon_arrow_m_white_right.png");
  }
  .gNav .gNav__primary li .gNav__secondary li a:hover {
    text-decoration: underline;
    background-position: right 5px top 18px;
  }
}
.gNav .gNav__primary li .gNav__secondary li a[target$=_blank] {
  background-image: url("../images/icon_win.png");
  background-repeat: no-repeat;
  background-position: right 15px 0 !important;
  background-size: 14px 11px !important;
}
.gNav .gNav__spLogoutBtn {
  margin-top: 20px;
  display: block;
}
.gNav .gNav__spLogoutBtn a {
  width: 180px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.gNav .gNav__spLogoutBtn a .btn {
  width: 100%;
  text-align: center;
}
@media print, screen and (min-width: 1000px) {
  .gNav .gNav__spLogoutBtn {
    display: none;
  }
}

.gNav__iconOpen {
  width: 50px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  position: relative;
  top: 0;
  text-indent: -9999px;
  overflow: hidden;
  background-color: #112172;
  cursor: pointer;
}
@media print, screen and (min-width: 1000px) {
  .gNav__iconOpen {
    display: none;
  }
}
.gNav__iconOpen:before {
  width: 2px;
  height: 10px;
  position: relative;
  left: 6px;
  content: "";
  display: block;
  background-color: #fff;
  transition: all 0.2s;
}
.gNav__iconOpen:after {
  width: 10px;
  height: 2px;
  content: "";
  display: block;
  background-color: #fff;
  opacity: 1;
  transition: all 0.2s;
}
.gNav__iconOpen.active:before {
  transform: rotate(90deg);
}
.gNav__iconOpen.active:after {
  transform: rotate(90deg);
  opacity: 0;
}

/*=====================================================
  gNavClose
=====================================================*/
.gNavClose {
  position: fixed;
  top: 22px;
  right: -85%;
  z-index: 10000;
  cursor: pointer;
  transition: all 0.2s;
}
@media print, screen and (min-width: 576px) {
  .gNavClose {
    right: -53%;
  }
}
.gNavClose.open {
  right: 85%;
}
@media print, screen and (min-width: 576px) {
  .gNavClose.open {
    right: 53%;
  }
}
.gNavClose .gNavClose__btn {
  width: 38px;
  height: 36px;
  position: relative;
  text-align: center;
}
.gNavClose .gNavClose__btn .gNavClose__bar {
  position: absolute;
  left: 5px;
  width: 26px;
  height: 1px;
  background-color: #fff;
  text-indent: -9999px;
  overflow: hidden;
}
.gNavClose .gNavClose__btn .gNavClose__bar:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
.gNavClose .gNavClose__btn .gNavClose__bar:nth-of-type(2) {
  transform: translateY(10px) rotate(45deg);
}
.gNavClose .gNavClose__btn .gNavClose__text {
  position: absolute;
  left: 0;
  font-size: calc(9px);
  font-size: calc(0.6428571429rem);
  color: #fff;
  font-family: Arial, sans-serif;
  bottom: 0;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

/*=====================================================
  gNavLayer
=====================================================*/
.gNavLayer {
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.8);
}

/*=====================================================
  main
=====================================================*/
.main {
  width: 100%;
  padding-bottom: 30px;
  min-height: 300px;
}
@media print, screen and (min-width: 1000px) {
  .main {
    width: 720px;
    min-height: 500px;
    padding-bottom: 40px;
    float: left;
  }
}

.main.main--column1 {
  width: 100%;
}
@media print, screen and (min-width: 1000px) {
  .main.main--column1 {
    float: none;
  }
}

/*=====================================================
  mt
=====================================================*/
.mt {
  padding: 10px 10px 20px 10px;
  height: 180px;
  display: flex;
  align-items: center;
  background-color: #f4f8fa;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
}
@media print, screen and (min-width: 1000px) {
  .mt {
    height: 315px;
    padding: 10px;
    background-size: auto;
    background-position: center right;
  }
}
.mt .mt__inner {
  max-width: 65%;
}
@media print, screen and (min-width: 1000px) {
  .mt .mt__inner {
    width: 1000px;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
}
.mt .mt__ja {
  min-width: 50%;
  margin: 0 0 5px 0;
  padding: 0;
  font-size: calc(24px);
  font-size: calc(1.7142857143rem);
  line-height: 1.4;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .mt .mt__ja {
    margin-bottom: 0;
    font-size: calc(34px);
    font-size: calc(2.4285714286rem);
  }
}
.mt .mt__en {
  margin: 0;
  padding: 0;
  font-size: calc(10px);
  font-size: calc(0.7142857143rem);
  color: #112172;
  font-family: Arial, sans-serif;
  font-weight: bold;
  line-height: 1.4;
  text-transform: uppercase;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
}
@media print, screen and (min-width: 1000px) {
  .mt .mt__en {
    font-size: calc(12px);
    font-size: calc(0.8571428571rem);
  }
}

/*=====================================================
  side
=====================================================*/
.side {
  width: 100%;
}
@media print, screen and (min-width: 1000px) {
  .side {
    width: 240px;
    float: right;
  }
}

/*=====================================================
  subNav
=====================================================*/
.subNav {
  margin-bottom: 15px;
}
.subNav .subNav__title {
  font-size: calc(16px);
  font-size: calc(1.1428571429rem);
  color: #fff;
  background-color: #112172;
}
@media print, screen and (min-width: 1000px) {
  .subNav .subNav__title {
    font-size: calc(18px);
    font-size: calc(1.2857142857rem);
  }
}
.subNav .subNav__title a {
  width: 100%;
  padding: 24px 30px 24px 15px;
  color: #fff;
  font-weight: bold;
  line-height: 1.6;
  text-decoration: none;
  display: inline-block;
  background-color: #3d5060;
  background-image: url("../images/icon_arrow_l_white_right.png");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 13px 20px;
  transition: all 0.2s;
}
.subNav .subNav__title a:hover {
  text-decoration: underline;
  background-position: right 10px center;
}
.subNav ul {
  margin: 0;
  padding: 0;
  background-color: #fff;
}
.subNav ul > li {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.4;
  border: 1px solid #ced6dc;
  border-top-width: 0;
}
.subNav ul > li > a {
  width: 100%;
  padding: 15px 30px 15px 15px;
  display: inline-block;
  text-decoration: none;
  color: #333;
  background-image: url("../images/icon_arrow_m_dark_blue_right.png");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 8px 12px;
  transition: all 0.2s;
}
.subNav ul > li > a[target$=_blank] {
  background-image: url("../images/icon_win.png");
  background-repeat: no-repeat;
  background-position: right 15px 0 !important;
  background-size: 14px 11px !important;
}
.subNav ul > li > a:hover {
  background-color: #f3f6f9;
  background-position: right 10px center;
}
.subNav ul > li > a.active {
  background-color: #f3f6f9;
  font-weight: bold;
}
.subNav ul > li > ul {
  border-top: 1px solid #d9e0e5;
  background: #fff;
}
.subNav ul > li > ul li {
  margin-left: 30px;
  font-size: calc(13px);
  font-size: calc(0.9285714286rem);
  border-left-top: 0;
  border-right-width: 0;
  border-bottom-style: dotted;
  border-left-width: 0;
}
.subNav ul > li > ul li:last-child {
  border-bottom-width: 0;
}
.subNav ul > li > ul li a {
  padding-left: 0;
  background-image: url("../images/icon_arrow_s_dark_blue_right.png");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 5px 7px;
}
.subNav ul > li > ul li a:hover {
  background-color: transparent;
  text-decoration: underline;
}
.subNav ul > li > ul li a.active {
  background-color: transparent;
  font-weight: bold;
}

/*=====================================================
  cv
=====================================================*/
.cv {
  background-color: #112172;
}
.cv .cv__inner {
  width: 100%;
  padding: 40px 10px 60px 10px;
  color: #fff;
}
@media print, screen and (min-width: 576px) {
  .cv .cv__inner {
    padding: 40px 10px 30px 10px;
  }
}
@media print, screen and (min-width: 1000px) {
  .cv .cv__inner {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding: 80px 0 60px 0;
    background-size: 58px 32px;
  }
}
.cv .cv__mt {
  margin: 0;
  padding: 0;
  position: relative;
  font-size: calc(18px);
  font-size: calc(1.2857142857rem);
  text-align: center;
  background-color: transparent;
}
@media print, screen and (min-width: 1000px) {
  .cv .cv__mt {
    margin-bottom: 20px;
    font-size: calc(30px);
    font-size: calc(2.1428571429rem);
  }
}
.cv .cv__mt span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2em;
  padding: 0 1em;
  color: #fff;
  background-color: #112172;
  text-align: center;
}
.cv .cv__mt::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.cv .cv__lead {
  margin-bottom: 20px;
  font-size: calc(12px);
  font-size: calc(0.8571428571rem);
  text-align: center;
}
@media print, screen and (min-width: 1000px) {
  .cv .cv__lead {
    margin-bottom: 30px;
    font-size: calc(14px);
    font-size: calc(1rem);
  }
}
.cv .cv__telArea {
  margin: 0;
  line-height: 1.4;
  text-align: center;
}
@media print, screen and (min-width: 1000px) {
  .cv .cv__telArea {
    margin-top: 20px;
  }
}
.cv .cv__telArea .cv__telText {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  line-height: 1;
  font-weight: bold;
}
@media print, screen and (min-width: 1000px) {
  .cv .cv__telArea .cv__telText {
    width: 140px;
    margin-bottom: 0;
    display: inline-block;
    font-size: calc(16px);
    font-size: calc(1.1428571429rem);
    text-align: right;
    position: relative;
    top: -4px;
  }
}
.cv .cv__telArea .cv__telNum {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  font-size: calc(32px);
  font-size: calc(2.2857142857rem);
  line-height: 1;
  font-weight: bold;
}
@media print, screen and (min-width: 1000px) {
  .cv .cv__telArea .cv__telNum {
    width: calc(100% - 140px);
    display: inline-block;
    font-size: calc(44px);
    font-size: calc(3.1428571429rem);
  }
}
.cv .cv__telArea .cv__telNum a {
  color: #fff;
  text-decoration: none;
}
.cv .cv__telArea .cv__telTime {
  display: block;
  margin-bottom: 20px;
}
.cv .cv__contact {
  width: 100%;
}
@media print, screen and (min-width: 576px) {
  .cv .cv__contact {
    max-width: 360px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .cv .cv__contact {
    width: 100%;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    font-size: calc(24px);
    font-size: calc(1.7142857143rem);
  }
}
@media print, screen and (min-width: 1000px) {
  .cv .cv__contact {
    width: 100%;
    max-width: 100%;
    font-size: calc(32px);
    font-size: calc(2.2857142857rem);
  }
}
.cv .cv__contact a {
  width: 100%;
  padding: 20px 24px 20px 24px;
  font-size: calc(18px);
  font-size: calc(1.2857142857rem);
  display: inline-block;
  color: #112172;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background-color: #fff;
  border-radius: 100px;
  transition: all 0.2s;
  box-shadow: 0px 7px 0px -3px #000;
}
.cv .cv__contact a:hover {
  background-color: #ffff00;
}
@media print, screen and (min-width: 768px) {
  .cv .cv__contact a {
    padding: 20px 24px 20px 24px;
    font-size: calc(26px);
    font-size: calc(1.8571428571rem);
  }
}
@media print, screen and (min-width: 1000px) {
  .cv .cv__contact a {
    padding: 25px 24px 25px 24px;
    font-size: calc(26px);
    font-size: calc(1.8571428571rem);
  }
}
.cv .cv__contact a .cv__icon {
  padding-left: 26px;
  display: inline-block;
  background-image: url(../images/icon_mail.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 20px 18px;
}
@media print, screen and (min-width: 768px) {
  .cv .cv__contact a .cv__icon {
    padding-left: 40px;
    background-size: 32px 28px;
  }
}
.cv .cv__contact a .cv__touroku3min {
  font-size: calc(16px);
  font-size: calc(1.1428571429rem);
}
@media print, screen and (min-width: 1000px) {
  .cv .cv__contact a .cv__touroku3min {
    font-size: calc(24px);
    font-size: calc(1.7142857143rem);
  }
}

/*=====================================================
  cvSp
=====================================================*/
.cvSp {
  width: 100%;
  padding: 10px 10px 12px 10px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
}
.cvSp:after {
  content: "";
}
@media print, screen and (min-width: 576px) {
  .cvSp {
    padding: 10px 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .cvSp {
    padding: 10px 20px 12px 20px;
  }
}
@media print, screen and (min-width: 1000px) {
  .cvSp {
    display: none;
  }
}
.cvSp .cvSp__touroku {
  width: 100%;
  margin-bottom: 12px;
}
@media print, screen and (min-width: 576px) {
  .cvSp .cvSp__touroku {
    max-width: 360px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .cvSp .cvSp__touroku {
    width: 49%;
    margin-bottom: 0;
    float: left;
  }
}
.cvSp .cvSp__touroku a {
  width: 100%;
  padding: 10px 24px 10px 24px;
  font-size: calc(18px);
  font-size: calc(1.2857142857rem);
  display: inline-block;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background-color: #057ce0;
  border-radius: 100px;
  transition: all 0.2s;
  box-shadow: 0px 7px 0px -3px #004e72;
}
.cvSp .cvSp__touroku a .cvSp__icon {
  padding-left: 26px;
  display: inline-block;
  background-image: url(../images/icon_pc_white.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 20px 18px;
}
.cvSp .cvSp__touroku a .cvSp__touroku3min {
  font-size: calc(16px);
  font-size: calc(1.1428571429rem);
}
.cvSp .cvSp__tel {
  width: 100%;
}
@media print, screen and (min-width: 576px) {
  .cvSp .cvSp__tel {
    max-width: 360px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .cvSp .cvSp__tel {
    width: 49%;
    float: right;
  }
}
.cvSp .cvSp__tel a {
  width: 100%;
  padding: 10px 24px 10px 24px;
  font-size: calc(16px);
  font-size: calc(1.1428571429rem);
  display: inline-block;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background-color: #12a73b;
  border-radius: 100px;
  transition: all 0.2s;
  box-shadow: 0px 7px 0px -3px #0d762a;
}
@media print, screen and (min-width: 768px) {
  .cvSp .cvSp__tel a {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
.cvSp .cvSp__tel a .cvSp__icon {
  padding-left: 26px;
  display: inline-block;
  background-image: url(../images/icon_pc_white.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 20px 18px;
}

/*=====================================================
  footer
=====================================================*/
.footer {
  width: 100%;
  padding: 30px 10px 30px 10px;
  background-color: #0a141d;
}
@media print, screen and (min-width: 1000px) {
  .footer {
    padding: 30px 0;
  }
}
@media print, screen and (min-width: 1000px) {
  .footer .footer__inner {
    width: 1000px;
    display: flex;
    margin-right: auto;
    margin-left: auto;
  }
}
.footer .footer__util {
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0;
  text-align: center;
}
@media print, screen and (min-width: 1000px) {
  .footer .footer__util {
    width: 70%;
    margin: 0;
    padding: 0;
    margin-right: auto;
    text-align: left;
  }
}
.footer .footer__util li {
  margin: 0 20px 0 0;
  padding: 0;
  list-style: none;
  font-size: calc(12px);
  font-size: calc(0.8571428571rem);
  display: inline-block;
}
.footer .footer__util li a {
  padding-left: 13px;
  color: #fff;
  text-decoration: none;
  background-image: url("../images/icon_arrow_m_white_right.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 5px 7px;
}
.footer .footer__util li a:hover {
  text-decoration: underline;
}
.footer .footer__util li a .icon--win {
  position: relative;
}
.footer .footer__util li a .icon--win::after {
  width: 14px;
  height: 12px;
  margin-left: 5px;
  margin-right: 5px;
  padding-right: 14px;
  display: inline-block;
  content: "";
  background: url("../images/icon_win_white.png") no-repeat 0 0;
  background-size: 17px 13px;
  vertical-align: middle;
  background-size: 14px 11px;
}
.footer .copyright {
  margin: 0;
  padding: 0;
  text-align: center;
}
@media print, screen and (min-width: 1000px) {
  .footer .copyright {
    width: 20%;
    margin-left: auto;
    text-align: right;
  }
}
.footer .copyright small {
  display: block;
  font-size: calc(10px);
  font-size: calc(0.7142857143rem);
  font-family: Arial;
  color: #fff;
}

.btnPageTop {
  width: 60px;
  height: 60px;
  margin-bottom: 0;
  position: fixed;
  right: 20px;
  bottom: 60px;
  line-height: 1;
  z-index: 900;
  display: none;
}
@media print, screen and (min-width: 1000px) {
  .btnPageTop {
    width: 60px;
    height: 60px;
    display: block;
  }
}

/*=====================================================
  categoryList
=====================================================*/
.categoryList a {
  margin-bottom: 30px;
  display: block;
  text-decoration: none;
  color: #333;
}
.categoryList a[target=_blank] .title {
  background-image: url("../images/icon_win.png");
  background-size: 17px 13px !important;
}
@media print, screen and (min-width: 1000px) and (min-width: 1000px) {
  .categoryList a:hover .pht {
    border-color: #ffff00;
  }
}
@media print, screen and (min-width: 1000px) {
  .categoryList a:hover .pht img {
    transform: scale(1.05);
  }
  .categoryList a:hover .title {
    background-position: right 0 top 14px;
  }
}
.categoryList .pht {
  text-align: center;
  border: 5px solid #112172;
  overflow: hidden;
  transition: all 0.2s;
}
.categoryList .pht img {
  transition: all 0.2s;
}
.categoryList .title {
  margin: 0 0 10px 0;
  padding: 10px 20px 10px 0;
  font-size: calc(13px);
  font-size: calc(0.9285714286rem);
  line-height: 1.4;
  font-weight: bold;
  border-bottom: 1px solid #ced6dc;
  background-image: url(../images/icon_arrow_m_blue_right.png);
  background-repeat: no-repeat;
  background-position: right 5px top 14px;
  background-size: 8px 12px;
  transition: all 0.2s;
}
@media print, screen and (min-width: 576px) {
  .categoryList .title {
    font-size: calc(15px);
    font-size: calc(1.0714285714rem);
  }
}
.categoryList .text {
  margin: 0 0 30px 0;
  padding: 0;
  font-size: calc(13px);
  font-size: calc(0.9285714286rem);
  line-height: 1.6;
  color: #717a82;
}

/*=====================================================
  companyProf
=====================================================*/
.companyProf {
  width: 100%;
  padding: 30px 20px;
  color: #fff;
  text-align: center;
  background-color: #1c2c3a;
}
.companyProf .companyProf__name {
  font-weight: bold;
  font-size: calc(18px);
  font-size: calc(1.2857142857rem);
}
.companyProf .companyProf__address {
  font-size: calc(13px);
  font-size: calc(0.9285714286rem);
}
@media print, screen and (min-width: 1000px) {
  .companyProf .companyProf__address {
    font-size: calc(14px);
    font-size: calc(1rem);
  }
}
.companyProf .spTel {
  color: #fff !important;
}

/*=====================================================
  bnrList
=====================================================*/
.bnrList {
  margin-top: 40px;
  padding: 30px 0;
  background-color: #f3f6f9;
}
.bnrList ul {
  margin: 0;
  padding: 0;
}
.bnrList ul:after {
  content: "";
}
.bnrList ul li {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
@media print, screen and (min-width: 576px) {
  .bnrList ul li {
    width: 46%;
    margin: 0 2% 2% 2%;
    float: left;
  }
}
@media print, screen and (min-width: 768px) {
  .bnrList ul li {
    width: 228px;
    margin: 0 22px 22px 0;
  }
  .bnrList ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 1000px) {
  .bnrList ul li {
    width: 320px;
    margin: 0 30px 20px 0;
  }
}

/*=====================================================
  bdr
=====================================================*/
.bdr, .bdrLinkList, .bdrRed {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #ced6dc;
}

/*---------------------------------------------------
  bdrRed
---------------------------------------------------*/
.bdrRed {
  border-width: 5px;
  border-color: #e04f08;
}

/*=====================================================
  bdrDot
=====================================================*/
.bdrDot {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0.5rem 15px;
  border: 2px dotted #ced6dc;
}

/*=====================================================

=====================================================*/
.bdrLinkList {
  padding-top: 10px;
  padding-bottom: 10px;
}

/*=====================================================
  depContact
=====================================================*/
.depContact .depContact__title {
  padding: 0;
  background: none;
  border: none;
}

/*=====================================================
  btn
=====================================================*/
.btn, .btn--ppt, .btn--excel, .btn--word, .btn--pdf, .btn--win {
  padding: 12px 34px 12px 34px;
  display: inline-block;
  line-height: 1.4;
  text-decoration: none;
  font-weight: bold;
  color: #fff !important;
  position: relative;
  transition: all 0.2s;
  cursor: pointer;
  background-color: #112172;
  background-image: url("../images/icon_arrow_m_white_right.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 8px 12px;
  border-radius: 100px;
  background-clip: padding-box;
  box-shadow: 0px 7px 0px -3px #000;
}
.btn a, .btn--ppt a, .btn--excel a, .btn--word a, .btn--pdf a, .btn--win a {
  text-decoration: none;
}
.btn:hover, .btn--ppt:hover, .btn--excel:hover, .btn--word:hover, .btn--pdf:hover, .btn--win:hover {
  color: #112172 !important;
  text-decoration: none;
  background-color: #ffff00;
  background-image: url("../images/icon_arrow_m_dark_blue_right.png");
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-size: 8px 12px;
  background-clip: padding-box;
  box-shadow: 0px 7px 0px -3px #d2d204;
}
.btn.btn--up, .btn--up.btn--ppt, .btn--up.btn--excel, .btn--up.btn--word, .btn--up.btn--pdf, .btn--up.btn--win {
  background-image: url("../images/icon_arrow_m_white_up.png");
  background-size: 12px 8px;
}
.btn.btn--up:hover, .btn--up.btn--ppt:hover, .btn--up.btn--excel:hover, .btn--up.btn--word:hover, .btn--up.btn--pdf:hover, .btn--up.btn--win:hover {
  background-image: url("../images/icon_arrow_m_dark_blue_up.png");
  background-position: right 10px top 12px;
  background-size: 12px 8px;
}
.btn.btn--left, .btn--left.btn--ppt, .btn--left.btn--excel, .btn--left.btn--word, .btn--left.btn--pdf, .btn--left.btn--win {
  background-image: url("../images/icon_arrow_m_white_left.png");
  background-position: 10px center;
}
.btn.btn--left:hover, .btn--left.btn--ppt:hover, .btn--left.btn--excel:hover, .btn--left.btn--word:hover, .btn--left.btn--pdf:hover, .btn--left.btn--win:hover {
  background-image: url("../images/icon_arrow_m_dark_blue_left.png");
  background-position: left 5px center;
  background-size: 8px 12px;
}
.btn.btn--down, .btn--down.btn--ppt, .btn--down.btn--excel, .btn--down.btn--word, .btn--down.btn--pdf, .btn--down.btn--win {
  background-image: url("../images/icon_arrow_m_white_down.png");
  background-position: 10px center;
  background-size: 12px 8px;
}
.btn.btn--down:hover, .btn--down.btn--ppt:hover, .btn--down.btn--excel:hover, .btn--down.btn--word:hover, .btn--down.btn--pdf:hover, .btn--down.btn--win:hover {
  background-image: url("../images/icon_arrow_m_dark_blue_down.png");
  background-position: left 10px bottom 12px;
  background-size: 12px 8px;
}
.btn.btn--primary, .btn--primary.btn--ppt, .btn--primary.btn--excel, .btn--primary.btn--word, .btn--primary.btn--pdf, .btn--primary.btn--win {
  background-color: #112172 !important;
  box-shadow: 0px 7px 0px -3px #9d0f0f;
}
.btn.btn--primary:hover, .btn--primary.btn--ppt:hover, .btn--primary.btn--excel:hover, .btn--primary.btn--word:hover, .btn--primary.btn--pdf:hover, .btn--primary.btn--win:hover {
  color: #112172 !important;
  background-color: #ffff00 !important;
  background-image: url("../images/icon_arrow_m_dark_blue_right.png") !important;
  background-size: 8px 12px;
  box-shadow: 0px 7px 0px -3px #d2d204;
}
.btn.btn--large, .btn--large.btn--ppt, .btn--large.btn--excel, .btn--large.btn--word, .btn--large.btn--pdf, .btn--large.btn--win {
  padding: 14px 44px 14px 40px;
  font-weight: bold;
  font-size: calc(18px);
  font-size: calc(1.2857142857rem);
}

/*=====================================================
  btn2
=====================================================*/
.btn2 {
  padding: 12px 34px 12px 34px;
  display: inline-block;
  line-height: 1.4;
  text-decoration: none;
  font-weight: bold;
  color: #333 !important;
  position: relative;
  transition: all 0.2s;
  cursor: pointer;
  background-color: #fff;
  background-image: url("../images/icon_arrow_m_dark_blue_right.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 8px 12px;
  border: 1px solid #ced6dc;
  background-clip: padding-box;
}
.btn2 a {
  text-decoration: none;
}
.btn2:hover {
  color: #fff !important;
  text-decoration: none;
  background-color: #112172;
  background-image: url("../images/icon_arrow_m_white_right.png");
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-size: 8px 12px;
  background-clip: padding-box;
  border-color: #112172;
}
.btn2.btn2--up {
  background-image: url("../images/icon_arrow_m_dark_blue_up.png");
  background-size: 12px 8px;
}
.btn2.btn2--up:hover {
  background-image: url("../images/icon_arrow_m_white_up.png");
  background-position: right 10px top 12px;
  background-size: 12px 8px;
}
.btn2.btn2--left {
  background-image: url("../images/icon_arrow_m_dark_blue_left.png");
  background-position: 10px center;
}
.btn2.btn2--left:hover {
  background-image: url("../images/icon_arrow_m_white_left.png");
  background-position: left 5px center;
  background-size: 8px 12px;
}
.btn2.btn2--down {
  background-image: url("../images/icon_arrow_m_dark_blue_down.png");
  background-position: 10px center;
  background-size: 12px 8px;
}
.btn2.btn2--down:hover {
  background-image: url("../images/icon_arrow_m_white_down.png");
  background-position: left 10px bottom 12px;
  background-size: 12px 8px;
}

/*=====================================================
  btn--win
=====================================================*/
.btn--win {
  background-image: url("../images/icon_win.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 14px 11px;
}
.btn--win:hover {
  background-image: url("../images/icon_win.png");
  background-position: right 5px center;
  background-size: 14px 11px;
}

.btn--pdf {
  background-image: url("../images/icon_file_pdf.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px 16px;
}
.btn--pdf:hover {
  background-image: url("../images/icon_file_pdf.png");
  background-position: right 5px center;
  background-size: 16px 16px;
}

.btn--word {
  background-image: url("../images/icon_file_word.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px 16px;
}
.btn--word:hover {
  background-image: url("../images/icon_file_word.png");
  background-position: right 5px center;
  background-size: 16px 16px;
}

.btn--excel {
  background-image: url("../images/icon_file_excel.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px 16px;
}
.btn--excel:hover {
  background-image: url("../images/icon_file_excel.png");
  background-position: right 5px center;
  background-size: 16px 16px;
}

.btn--ppt {
  background-image: url("../images/icon_file_ppt.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px 16px;
}
.btn--ppt:hover {
  background-image: url("../images/icon_file_ppt.png");
  background-position: right 5px center;
  background-size: 16px 16px;
}

/*=====================================================
  btnBox
=====================================================*/
.btnBox {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 540px;
}
@media print, screen and (min-width: 576px) {
  .btnBox {
    max-width: 540px;
  }
}
@media print, screen and (min-width: 768px) {
  .btnBox {
    max-width: 720px;
  }
}
@media print, screen and (min-width: 1000px) {
  .btnBox {
    max-width: 1140px;
  }
}
.btnBox ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-right: -25px;
  margin-left: -25px;
}
.btnBox ul li {
  position: relative;
  width: 100%;
  margin: 0;
  min-height: 1px;
  padding: 10px 10px;
  list-style: none;
}
@media print, screen and (min-width: 768px) {
  .btnBox ul li {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
.btnBox ul li a {
  width: 100%;
  padding: 16px 20px 16px 40px;
  display: inline-block;
  line-height: 1.4;
  border: 1px solid #ced6dc;
  text-decoration: none;
  color: #333 !important;
  position: relative;
  background-color: #fff;
  transition: all 0.2s;
  cursor: pointer;
  background: url("/library/2018/images/icon_arrow_blue-white_right.png") no-repeat 20px center;
  background-size: 13px 13px;
}
.btnBox ul li a:hover {
  color: #fff !important;
  background-color: #112172;
  border-color: #112172;
  text-decoration: none;
  background-image: url("/library/2018/images/icon_arrow_white-blue_right.png");
}

/*=====================================================
  color
=====================================================*/
.red {
  color: #e04f08;
}

.blue {
  color: #112172;
}

.green {
  color: #12a73b;
}

.yellow {
  color: #ffff00;
}

.orange {
  color: #ff9900;
}

/*=====================================================
  faq
=====================================================*/
.faq {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ced6dc;
}
.faq dt {
  padding-left: 40px;
  position: relative;
}
.faq dt::before {
  content: "Q";
  position: absolute;
  top: -3px;
  left: 0;
  padding: 8px;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  background-color: #057ce0;
}
.faq dd {
  padding-left: 40px;
  position: relative;
}
.faq dd::before {
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  background-color: #112172;
}

.fs--l {
  font-size: calc(18px);
  font-size: calc(1.2857142857rem);
}
@media print, screen and (min-width: 1000px) {
  .fs--l {
    font-size: calc(20px);
    font-size: calc(1.4285714286rem);
  }
}

.fs--ml {
  font-size: calc(16px);
  font-size: calc(1.1428571429rem);
}

.fs--m {
  font-size: calc(14px);
  font-size: calc(1rem);
}

.fs--s {
  font-size: calc(12px);
  font-size: calc(0.8571428571rem);
}
@media print, screen and (min-width: 1000px) {
  .fs--s {
    font-size: calc(13px);
    font-size: calc(0.9285714286rem);
  }
}

/*=====================================================
  tblBlock--form
=====================================================*/
.f__errorMsg {
  color: #e04f08 !important;
  font-weight: bold;
  line-height: 1.8;
  background-color: #222;
}

/*=====================================================
  f_text
=====================================================*/
input[type=checkbox],
input[type=radio] {
  margin-right: 10px;
  display: inline-block;
}

input[type=submit],
button {
  border: none;
}

label {
  margin-right: 20px;
  display: inline-block;
}

.f_caseText {
  color: #999;
}

.f__text {
  padding: 8px !important;
  border: 1px solid #ced6dc !important;
  font-size: calc(16px);
  font-size: calc(1.1428571429rem);
}
@media print, screen and (min-width: 768px) {
  .f__text {
    font-size: calc(14px);
    font-size: calc(1rem);
  }
}

.f__select {
  padding: 8px !important;
  border: 1px solid #ced6dc !important;
  font-size: calc(16px);
  font-size: calc(1.1428571429rem);
}
@media print, screen and (min-width: 768px) {
  .f__select {
    font-size: calc(14px);
    font-size: calc(1rem);
  }
}

.f__textarea {
  padding: 8px !important;
  border: 1px solid #ced6dc !important;
  font-size: calc(16px);
  font-size: calc(1.1428571429rem);
}
@media print, screen and (min-width: 768px) {
  .f__textarea {
    font-size: calc(14px);
    font-size: calc(1rem);
  }
}

.f__name,
.f__kana {
  width: 25%;
}
@media print, screen and (min-width: 768px) {
  .f__name,
  .f__kana {
    width: 120px;
  }
}

.f__fullName {
  width: 80%;
}
@media print, screen and (min-width: 768px) {
  .f__fullName {
    width: 300px;
  }
}

.f__age {
  width: 10%;
}
@media print, screen and (min-width: 768px) {
  .f__age {
    width: 50px;
  }
}

.f__tel {
  width: 60%;
}
@media print, screen and (min-width: 768px) {
  .f__tel {
    width: 200px;
  }
}

.f__tel2 {
  width: 20%;
}
@media print, screen and (min-width: 768px) {
  .f__tel2 {
    width: 80px;
  }
}

.f__zip {
  width: 70%;
}
@media print, screen and (min-width: 768px) {
  .f__zip {
    width: 160px;
  }
}

.f__year {
  width: 20%;
}
@media print, screen and (min-width: 768px) {
  .f__year {
    width: 20%;
  }
}

.f__company,
.f__dep {
  width: 70%;
}
@media print, screen and (min-width: 768px) {
  .f__company,
  .f__dep {
    width: 300px;
  }
}

.f__mail {
  width: 60%;
}
@media print, screen and (min-width: 768px) {
  .f__mail {
    width: 300px;
  }
}

.f__date {
  width: 100%;
}

.f__address {
  width: 100%;
}

.f__address2 {
  width: 70%;
}

.f__gakureki {
  width: 50%;
}
@media print, screen and (min-width: 768px) {
  .f__gakureki {
    width: 300px;
  }
}

.f__comment {
  width: 100%;
  height: 100px;
}

.f__require {
  background-color: #fefdc5;
}

.f_requireBox {
  display: inline-block;
  padding: 10px;
}

.iconRequire {
  margin-left: 5px;
  padding: 3px 8px;
  position: relative;
  top: -2px;
  display: inline-block;
  color: #FFF;
  line-height: 1;
  font-size: calc(11px);
  font-size: calc(0.7857142857rem);
  background-color: #e04f08;
  border-radius: 10px;
}

/*---------------------------------------------------
  errBox
---------------------------------------------------*/
.errBdrBox {
  margin-bottom: 1rem;
  padding: 15px 20px;
  font-weight: bold;
  color: #e04f08;
  border: 5px solid #e04f08;
  background: #fbd6d6;
}
@media print, screen and (min-width: 768px) {
  .errBdrBox {
    padding: 20px;
  }
}
.errBdrBox p {
  font-size: calc(16px);
  font-size: calc(1.1428571429rem);
}
@media print, screen and (min-width: 768px) {
  .errBdrBox p {
    font-size: calc(20px);
    font-size: calc(1.4285714286rem);
  }
}

/*---------------------------------------------------
  err
---------------------------------------------------*/
.f__errForm {
  border: 1px solid #e04f08 !important;
  background: #fbd6d6 !important;
}

.f__errBox {
  background: #fbd6d6 !important;
}

.f__errMsg {
  margin-bottom: 10px;
  padding: 10px;
  color: #e04f08;
  font-weight: bold;
  line-height: 1.4;
  background-color: #fbd6d6;
}

.f__errText {
  margin-bottom: 10px;
  padding: 8px;
  color: #e04f08;
  font-size: calc(14px);
  font-size: calc(1rem);
  line-height: 1.4;
  font-weight: bold;
  background-color: #fbd6d6;
}

.fBtnArea {
  margin: 2rem 0;
}
.fBtnArea:after {
  content: "";
}
.fBtnArea .fBtnArea__rightBox {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 576px) {
  .fBtnArea .fBtnArea__rightBox {
    width: 48%;
    float: right;
  }
}
.fBtnArea .fBtnArea__leftBox {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 576px) {
  .fBtnArea .fBtnArea__leftBox {
    width: 48%;
    float: left;
  }
}

/*=====================================================
  hr
=====================================================*/
hr {
  width: 100%;
  height: 3px;
  margin: 20px 0;
  padding: 0;
  border: none;
  background: url(../images/hr_bg.png) repeat-x 0 0;
}

/*=====================================================
  icon
=====================================================*/
.icon--arrow, .icon--arrowDown, .icon--arrowUp, .icon--arrowLeft {
  padding-left: 14px;
  background-image: url("../images/icon_arrow_s_dark_blue_right.png");
  background-repeat: no-repeat;
  background-position: 0 6px;
  background-size: 5px 7px;
}

.icon--arrowLeft {
  background-image: url("../images/icon_arrow_s_dark_blue_left.png");
  background-size: 5px 7px;
}

.icon--arrowUp {
  background-image: url("../images/icon_arrow_s_dark_blue_up.png");
  background-size: 7px 5px;
}

.icon--arrowDown {
  background-image: url("../images/icon_arrow_s_dark_blue_down.png");
  background-size: 7px 5px;
}

/*=====================================================
  new
=====================================================*/
.icon--new {
  margin-left: 5px;
  margin-right: 5px;
  padding: 3px 8px 2px 8px;
  display: inline-block;
  font-size: calc(10px);
  font-size: calc(0.7142857143rem);
  color: #fff;
  font-weight: bold;
  line-height: 1;
  background: #e04f08;
  border-radius: 30px;
  vertical-align: middle;
}

/*=====================================================
  file
=====================================================*/
.icon--pdf::before {
  width: 16px;
  height: 16px;
  padding-right: 24px;
  display: inline-block;
  content: "";
  background-image: url("../images/icon_file_pdf.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
}

.icon--word::before {
  background-image: url("../images/icon_file_word.png");
}

.icon--excel::before {
  background-image: url("../images/icon_file_excel.png");
}

.icon--ppt::before {
  background-image: url("../images/icon_file_ppt.png");
}

.icon--large::before {
  width: 13px;
  height: 15px;
  background-image: url("../images/icon_large.png");
  background-size: 13px 15px;
}

.icon--win {
  position: relative;
}

.icon--win::after {
  width: 14px;
  height: 12px;
  margin-left: 5px;
  margin-right: 5px;
  padding-right: 14px;
  display: inline-block;
  content: "";
  background: url("../images/icon_win.png") no-repeat 0 0;
  background-size: 17px 13px;
  vertical-align: middle;
  background-size: 14px 11px;
}

.icon--none::before,
.icon--none::after {
  width: 0 !important;
  height: 0 !important;
  margin-bottom: 0;
  padding: 0 !important;
  content: "" !important;
  background: none !important;
}

.icon--noneBefore::before {
  padding: 0 !important;
  content: "" !important;
}

.icon--noneAfter::after {
  padding: 0 !important;
  content: "" !important;
}

/*=====================================================
  pointTag
=====================================================*/
.pointTag {
  margin-bottom: 10px;
  display: block;
}
@media print, screen and (min-width: 1000px) {
  .pointTag {
    margin-right: 10px;
    display: inline-block;
  }
}
.pointTag .pointTag__icon {
  width: auto;
  padding: 4px 12px;
  display: inline-block;
  font-size: calc(12px);
  font-size: calc(0.8571428571rem);
  color: #fff;
  background-color: #112172;
  border-radius: 30px;
}

/*=====================================================
  indexList
=====================================================*/
.indexList {
  padding-top: 0;
}
.indexList .indexList__box {
  margin-bottom: 30px;
  border-bottom: 1px solid #ced6dc;
}
@media print, screen and (min-width: 1000px) {
  .indexList .indexList__box {
    margin-bottom: 40px;
  }
}
.indexList .indexList__box a {
  display: block;
  color: #333;
  overflow: hidden;
  text-decoration: none;
}
.indexList .indexList__box a img {
  transition: all 0.2s;
}
@media print, screen and (min-width: 1000px) {
  .indexList .indexList__box a:hover img {
    opacity: 0.8;
    transform: scale(1.05);
  }
  .indexList .indexList__box a:hover .indexList__text {
    color: #112172;
    text-decoration: underline;
    background-position: right 0 top 9px;
  }
}
.indexList .indexList__box a .indexList__pht {
  margin-bottom: 10px;
  overflow: hidden;
  display: block;
}
.indexList .indexList__box a .indexList__text {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: calc(14px);
  font-size: calc(1rem);
  font-weight: bold;
  color: #333;
  background-image: url("../images/icon_arrow_navy_right.png");
  background-repeat: no-repeat;
  background-position: right 5px top 9px;
  background-size: 8px 12px;
  transition: all 0.2s;
}
@media print, screen and (min-width: 1000px) {
  .indexList .indexList__box a .indexList__text {
    font-size: calc(16px);
    font-size: calc(1.1428571429rem);
  }
}

/*=====================================================
  linkList
=====================================================*/
.linkList, .linkListAnchor {
  margin: 1rem 0;
  padding: 0;
}
.linkList ul, .linkListAnchor ul {
  margin: 0;
  padding: 0;
}
.linkList li, .linkListAnchor li {
  padding: 0 0 0 14px;
  list-style: none;
  background-image: url("../images/icon_arrow_s_dark_blue_right.png");
  background-repeat: no-repeat;
  background-position: 0 8px;
  background-size: 5px 7px;
}
.linkList.linkList--side ul:after, .linkList--side.linkListAnchor ul:after {
  content: "";
}
@media print, screen and (min-width: 576px) {
  .linkList.linkList--side li, .linkList--side.linkListAnchor li {
    padding-right: 20px;
    display: inline-block;
  }
}
.linkList.linkList--2col ul:after, .linkList--2col.linkListAnchor ul:after {
  content: "";
}
@media print, screen and (min-width: 576px) {
  .linkList.linkList--2col li, .linkList--2col.linkListAnchor li {
    width: 49%;
    padding-right: 2%;
    display: inline-block;
    vertical-align: top;
  }
  .linkList.linkList--2col li:nth-child(2n), .linkList--2col.linkListAnchor li:nth-child(2n) {
    padding-right: 0;
  }
}
.linkList.linkList--left li, .linkList--left.linkListAnchor li {
  background-image: url("../images/icon_arrow_s_dark_blue_left.png");
}
.linkList.linkList--up li, .linkList--up.linkListAnchor li {
  background-image: url("../images/icon_arrow_s_dark_blue_up.png");
}
.linkList.linkList--down li, .linkList--down.linkListAnchor li {
  background-image: url("../images/icon_arrow_s_dark_blue_down.png");
}

/*=====================================================
  linkListAnchor
=====================================================*/
.linkListAnchor {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px 20px;
  border: 1px solid #ced6dc;
}
.linkListAnchor ul:after {
  content: "";
}
.linkListAnchor li {
  background-image: url("../images/icon_arrow_s_dark_blue_down.png");
  background-position: 0 8px;
  background-size: 7px 5px;
}
@media print, screen and (min-width: 576px) {
  .linkListAnchor li {
    padding-right: 20px;
    display: inline-block;
  }
}
.linkListAnchor.linkListAnchor--right ul li {
  background-image: url("../images/icon_arrow_s_dark_blue_right.png");
  background-position: 0 8px;
  background-size: 5px 7px;
}

/*=====================================================
  ol/ul
=====================================================*/
ol,
ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0px 0px 0px 30px;
}
ol li,
ul li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0;
  padding-left: 0;
  line-height: 1.8;
  font-size: calc(14px);
  font-size: calc(1rem);
}
ol li ul,
ul li ul {
  margin-top: 10px;
  margin-bottom: 10px;
}

.list--none ul {
  padding-left: 0;
}
.list--none ul li {
  list-style: none !important;
}

/*=====================================================
  dl
=====================================================*/
dl dt {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  line-height: 1.8;
  font-weight: bold;
  font-size: calc(14px);
  font-size: calc(1rem);
}
@media print, screen and (min-width: 1000px) {
  dl dt {
    font-size: calc(15px);
    font-size: calc(1.0714285714rem);
  }
}
dl dd {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  padding-left: 1rem;
  line-height: 1.8;
  font-size: calc(14px);
  font-size: calc(1rem);
}
@media print, screen and (min-width: 1000px) {
  dl dd {
    font-size: calc(15px);
    font-size: calc(1.0714285714rem);
  }
}

/*=====================================================
  ol/ul
=====================================================*/
.listArrow ul, .listArrow ol {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0px;
}
.listArrow li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0;
  list-style: none;
}
.listArrow li a {
  padding: 2px 15px 2px 15px;
  display: inline-block;
  font-size: calc(14px);
  font-size: calc(1rem);
  line-height: 1.4;
  background-image: url("/images/icon_arrow_m_dark_blue_right.png");
  background-repeat: no-repeat;
  background-position: 0 8px;
  background-size: 5px 7px;
}
@media print, screen and (min-width: 1000px) {
  .listArrow li a {
    font-size: calc(14px);
    font-size: calc(1rem);
  }
}
.listArrow.listArrow--horizon li {
  margin-right: 20px;
  display: inline-block;
}

/*=====================================================
  news
=====================================================*/
.news {
  margin: 0 0 30px 0;
  padding: 0;
}
.news ul {
  margin: 0;
  padding: 0;
}
.news ul li {
  margin: 0;
  padding: 10px;
  list-style: none;
}
.news ul li:after {
  content: "";
}
.news ul li:nth-child(odd) {
  background-color: #f3f6f9;
}
@media print, screen and (min-width: 1000px) {
  .news ul li {
    padding: 15px;
  }
}
.news ul li .news__date {
  margin-bottom: 3px;
  display: block;
  line-height: 1.4;
}
@media print, screen and (min-width: 1000px) {
  .news ul li .news__date {
    width: 120px;
    float: left;
  }
}
.news ul li .news__title {
  display: block;
  line-height: 1.4;
}
@media print, screen and (min-width: 1000px) {
  .news ul li .news__title {
    width: calc(100% - 120px);
    float: left;
  }
}
.news ul li .news__title a {
  color: #112172;
  text-decoration: none;
}
.news ul li .news__title a:hover {
  text-decoration: underline;
}

/*=====================================================
  paging
=====================================================*/
.paging {
  text-align: center;
}
.paging ul {
  margin: 0;
  padding: 0;
}
.paging ul li {
  margin: 0;
  padding: 0px;
  list-style: none;
  background-image: none;
  line-height: 1;
  display: inline-block;
  margin-bottom: 5px;
}
.paging ul li a {
  color: #333;
  display: inline-block;
  padding: 8px 10px;
  text-decoration: none;
  border: 1px solid #ced6dc;
  box-sizing: border-box;
  transition: all 0.2s ease-out 0s;
}
.paging ul li a:hover {
  background: #112172;
  color: #fff;
  border-color: #112172;
}
.paging ul li.on a {
  background: #112172 !important;
  color: #fff !important;
  border-color: #112172 !important;
}

/*=====================================================
  table
=====================================================*/
table th, table td {
  font-size: calc(14px);
  font-size: calc(1rem);
}

/*---------------------------------------------------
  table
---------------------------------------------------*/
.main table, #editor-input-content table, #mceTemplatePreview table {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 1px solid #ced6dc;
}
.main th, #editor-input-content th, #mceTemplatePreview th {
  padding: 12px;
  font-size: calc(14px);
  font-size: calc(1rem);
  line-height: 1.5;
  text-align: left;
  background-color: #f3f6f9;
  border: 1px solid #ced6dc;
}
.main thead th, #editor-input-content thead th, #mceTemplatePreview thead th {
  background-color: #e8eef3;
  text-align: center;
  vertical-align: middle;
}
.main td, #editor-input-content td, #mceTemplatePreview td {
  padding: 12px;
  font-size: calc(14px);
  font-size: calc(1rem);
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ced6dc;
  vertical-align: middle;
}
.main.table--small th, .main.table--small td, #editor-input-content.table--small th, #editor-input-content.table--small td, #mceTemplatePreview.table--small th, #mceTemplatePreview.table--small td {
  padding: 3px;
}
.main .js-on, #editor-input-content .js-on, #mceTemplatePreview .js-on {
  background-color: #ffffcc !important;
}
@media print, screen and (min-width: 1000px) {
  .main .js-on, #editor-input-content .js-on, #mceTemplatePreview .js-on {
    background-color: transparent !important;
  }
}

.tableBlock table {
  padding-bottom: 20px;
  display: block;
  border-width: 0;
  border-bottom-width: 1px;
}
@media print, screen and (min-width: 768px) {
  .tableBlock table {
    padding-bottom: 0;
    display: table;
    border-bottom-width: 0;
  }
}
.tableBlock tbody {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .tableBlock tbody {
    display: table-row-group;
  }
}
.tableBlock tr {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .tableBlock tr {
    display: table-row;
  }
}
.tableBlock th, .tableBlock td {
  display: block;
  border-width: 0;
}
@media print, screen and (min-width: 768px) {
  .tableBlock th, .tableBlock td {
    display: table-cell;
    border-width: 1px;
  }
}
.tableBlock th {
  text-align: left;
  font-weight: bold;
  margin-top: 10px;
}
.tableBlock th:empty {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .tableBlock th {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .tableBlock th:empty {
    display: table-cell;
  }
}
.tableBlock td {
  padding: 7px 0;
  border-width: 0;
}
@media print, screen and (min-width: 768px) {
  .tableBlock td {
    padding: 12px;
    border: 1px solid #ced6dc;
    border-bottom-style: solid;
  }
}

/* =====================================================
  tableBorderNone
=====================================================*/
.main .tableBorderNone table, #editor-input-content .tableBorderNone table {
  margin-top: 30px;
  margin-bottom: 30px;
  border: none;
}
.main .tableBorderNone th, #editor-input-content .tableBorderNone th {
  padding: 8px 10px;
  font-size: calc(14px);
  font-size: calc(1rem);
  line-height: 1.5;
  border: none;
}
.main .tableBorderNone thead th, #editor-input-content .tableBorderNone thead th {
  text-align: center;
  border: none;
}
.main .tableBorderNone td, #editor-input-content .tableBorderNone td {
  padding: 8px 10px;
  line-height: 1.5;
  font-size: calc(14px);
  font-size: calc(1rem);
  border: none;
}

/*=====================================================
  scroll
=====================================================*/
.scroll {
  margin: 20px 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media print, screen and (min-width: 1000px) {
  .scroll {
    margin: 0;
    overflow: visible;
    white-space: normal;
  }
}
.scroll table {
  max-width: 1020px;
  width: 800px;
  margin: 1rem 0 !important;
}
@media print, screen and (min-width: 1000px) {
  .scroll table {
    width: 100%;
    max-width: 1000px;
  }
}
.scroll table th,
.scroll table td {
  vertical-align: middle;
}

.scroll::-webkit-scrollbar {
  height: 5px;
}

.scroll::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}

.scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}

.scroll:before {
  content: "表は左右にスクロールできます"; /* 文字化け対策のためUnicode変換 */
  color: #fff;
  font-size: 12px;
  background-color: #666;
  border-radius: 8px;
  padding: 0.05em 0.5em;
}

@media print, screen and (min-width: 1000px) {
  .scroll:before {
    display: none;
  }
}
/*=====================================================
  topicPath
=====================================================*/
.topicPath {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0 10px;
}
@media print, screen and (min-width: 768px) {
  .topicPath {
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 1000px) {
  .topicPath {
    width: 1000px;
    margin: 0 auto 10px auto;
    padding: 0;
  }
}
.topicPath ol {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #ced6dc;
}
.topicPath ol li {
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style: none;
  font-size: calc(11px);
  font-size: calc(0.7857142857rem);
  line-height: 1.4;
  color: #94a5b5;
}
.topicPath ol li::before {
  content: " > ";
}
.topicPath ol li:first-child::before {
  content: "";
}
.topicPath ol li a {
  color: #94a5b5;
  text-decoration: none;
}
.topicPath ol li a:hover {
  text-decoration: underline;
}

/*=====================================================
  title
=====================================================*/
/*---------------------------------------------------
  h1
---------------------------------------------------*/
h1,
.h1 {
  font-size: calc(20px);
  font-size: calc(1.4285714286rem);
  font-weight: bold;
}
@media print, screen and (min-width: 1000px) {
  h1,
  .h1 {
    font-size: calc(30px);
    font-size: calc(2.1428571429rem);
  }
}

/*---------------------------------------------------
  h2
---------------------------------------------------*/
h2,
.h2 {
  margin: 20px 0;
  padding: 12px 14px;
  font-size: calc(18px);
  font-size: calc(1.2857142857rem);
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  position: relative;
  background-color: #112172;
}
@media print, screen and (min-width: 1000px) {
  h2,
  .h2 {
    padding: 16px 16px 16px 20px;
    font-size: calc(20px);
    font-size: calc(1.4285714286rem);
  }
}
h2:before,
.h2:before {
  width: 6px;
  height: 28px;
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 0;
  background-color: #0074d3;
}
@media print, screen and (min-width: 1000px) {
  h2:before,
  .h2:before {
    top: 16px;
  }
}
h2:first-child,
.h2:first-child {
  margin-top: 0;
}
h2 a,
.h2 a {
  color: #FFF !important;
}

/*---------------------------------------------------
  h3
---------------------------------------------------*/
h3,
.h3 {
  margin: 20px 0;
  padding-bottom: 0.6rem;
  position: relative;
  font-size: calc(16px);
  font-size: calc(1.1428571429rem);
  line-height: 1.4;
  font-weight: bold;
  border-bottom: 3px solid #e8eef3;
}
@media print, screen and (min-width: 1000px) {
  h3,
  .h3 {
    font-size: calc(18px);
    font-size: calc(1.2857142857rem);
  }
}
h3::after,
.h3::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 2;
  content: "";
  width: 30%;
  height: 3px;
  background-color: #112172;
}
@media print, screen and (min-width: 1000px) {
  h3::after,
  .h3::after {
    width: 140px;
  }
}

/*---------------------------------------------------
  h4
---------------------------------------------------*/
h4,
.h4 {
  margin: 20px 0;
  padding: 0 0 10px 17px;
  position: relative;
  font-size: calc(16px);
  font-size: calc(1.1428571429rem);
  line-height: 1.4;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
}
h4:before,
.h4:before {
  width: 10px;
  height: 10px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  background-color: #112172;
}

/*---------------------------------------------------
  h5
---------------------------------------------------*/
h5,
.h5 {
  margin: 20px 0;
  padding: 0 0 0 20px;
  position: relative;
  font-size: calc(14px);
  font-size: calc(1rem);
  line-height: 1.4;
  font-weight: bold;
}
h5:before,
.h5:before {
  width: 13px;
  height: 3px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  background-color: #112172;
}

/*---------------------------------------------------
  h6
---------------------------------------------------*/
h6,
.h6 {
  margin: 20px 0;
  font-size: calc(14px);
  font-size: calc(1rem);
  line-height: 1.4;
  font-weight: bold;
}

/*---------------------------------------------------
  leadText
---------------------------------------------------*/
.leadText {
  font-size: calc(18px);
  font-size: calc(1.2857142857rem);
  line-height: 1.4;
  font-weight: bold;
}
@media print, screen and (min-width: 1000px) {
  .leadText {
    font-size: calc(26px);
    font-size: calc(1.8571428571rem);
    line-height: 1.6;
  }
}

/*---------------------------------------------------
  p
---------------------------------------------------*/
p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1.8;
  font-size: calc(14px);
  font-size: calc(1rem);
}

/*=====================================================
  nowrap
=====================================================*/
.nowrap {
  white-space: nowrap;
}

/*=====================================================
  note
=====================================================*/
.note1 {
  display: inline-block;
  padding-left: 1rem;
  text-indent: -1rem;
}

.note1_5 {
  display: inline-block;
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}

.note2 {
  display: inline-block;
  padding-left: 2rem;
  text-indent: -2rem;
}

.note2_5 {
  display: inline-block;
  padding-left: 2.5rem;
  text-indent: -2.5rem;
}

.note3 {
  display: inline-block;
  padding-left: 3rem;
  text-indent: -3rem;
}

.note3_5 {
  display: inline-block;
  padding-left: 3.5rem;
  text-indent: -3.5rem;
}

/*=====================================================
  wrap
=====================================================*/
.wrap {
  width: 100%;
  padding: 15px 10px;
}
@media print, screen and (min-width: 768px) {
  .wrap {
    padding: 15px 20px;
  }
}
@media print, screen and (min-width: 1000px) {
  .wrap {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding: 30px 0;
  }
  .wrap:after {
    content: "";
  }
}