@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP);
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.5rem;
  font-size: 15px;
}

@media (max-width: 749px) {
  body {
    overflow-x: hidden;
  }
}

@media (max-width: 559px) {
  body {
    font-size: 1.5rem;
    font-size: 15px;
  }
}

html, body {
  height: 100%;
  background: #FFFFFF;
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  border: none;
  vertical-align: bottom;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: inherit;
}

input[type="text"]::placeholder {
  color: #BBBBBB;
}

sub,
sup {
  position: relative;
  font-size: 72%;
}

sub {
  top: 0.1em;
  vertical-align: bottom;
}

sup {
  top: -0.1em;
  vertical-align: top;
}

main {
  display: block;
}

a {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  text-decoration: none;
  color: #1136A6;
}

@media (min-width: 750px) {
  a:hover {
    color: #1136A6;
    opacity: 0.6;
  }
  a:visited {
    color: #1136A6;
  }
  a:active {
    color: #24aabb;
  }
}

.over {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

@media (min-width: 750px) {
  .over:hover {
    opacity: 0.6;
  }
}

.cf {
  zoom: 1;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

.page-wrapper {
  overflow-x: hidden;
}

@media (min-width: 750px) {
  .page-wrapper {
    min-width: 1060px;
  }
}

.inner {
  width: 1060px;
  margin: 0 auto;
  padding: 0 30px;
}

.overfow-hidden {
  overflow: hidden;
}

@media (max-width: 749px) {
  .inner {
    width: 100%;
    padding: 0 20px;
  }
}

@media (max-width: 559px) {
  .inner {
    width: 100%;
    padding: 0 20px;
  }
}

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

.scroll::-webkit-scrollbar-track {
  background: #F2F2F2;
}

.scroll::-webkit-scrollbar-thumb {
  background: #DDDDDD;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 0 2px #DDDDDD;
          box-shadow: inset 0 0 0 2px #DDDDDD;
}

@media (min-width: 750px) {
  .is-pc {
    display: block !important;
  }
}

@media (min-width: 560px) and (max-width: 749px) {
  .is-pc {
    display: none !important;
  }
}

@media (max-width: 559px) {
  .is-pc {
    display: none !important;
  }
}

@media (min-width: 750px) {
  .is-tb {
    display: none !important;
  }
}

@media (min-width: 560px) and (max-width: 749px) {
  .is-tb {
    display: block !important;
  }
}

@media (max-width: 559px) {
  .is-tb {
    display: block !important;
  }
}

@media (min-width: 750px) {
  .is-tbonly {
    display: none !important;
  }
}

@media (min-width: 560px) and (max-width: 749px) {
  .is-tbonly {
    display: block !important;
  }
}

@media (max-width: 559px) {
  .is-tbonly {
    display: none !important;
  }
}

@media (min-width: 750px) {
  .is-sp {
    display: none !important;
  }
}

@media (min-width: 560px) and (max-width: 749px) {
  .is-sp {
    display: none !important;
  }
}

@media (max-width: 559px) {
  .is-sp {
    display: block !important;
  }
}

@media (max-width: 749px) {
  .form-search-unit .form-search {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .form-search-unit .form-search .input-wrap {
    width: calc(100% - 60px);
    position: relative;
  }
  .form-search-unit .form-search .input-wrap i {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 14px;
    color: #707070;
  }
  .form-search-unit .form-search .input-wrap input[type="text"] {
    width: 100%;
    height: 100%;
    outline: 0;
    padding-left: 30px;
    font-size: 16px;
    border: 1px solid #DDDDDD;
  }
  .form-search-unit .form-search .input-wrap input[type="text"]:focus {
    border: 1px solid #707070;
  }
  .form-search-unit .form-search .btn-submit {
    width: 60px;
    height: 100%;
  }
  .form-search-unit .search-category {
    margin-top: 20px;
  }
  .form-search-unit .search-keyword {
    width: 280px;
    margin: 20px auto 0;
    padding: 0;
  }
}

@media (min-width: 750px) {
  .form-search-unit .form-search {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 80px;
  }
  .form-search-unit .form-search .input-wrap {
    flex: 1;
    position: relative;
  }
  .form-search-unit .form-search .input-wrap i {
    position: absolute;
    left: 23px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px;
    color: #707070;
  }
  .form-search-unit .form-search .input-wrap input[type="text"] {
    width: 100%;
    height: 100%;
    outline: 0;
    padding-left: 63px;
    font-size: 18px;
    border: 1px solid #DDDDDD;
  }
  .form-search-unit .form-search .input-wrap input[type="text"]:focus {
    border: 1px solid #707070;
  }
  .form-search-unit .form-search .btn-submit {
    flex-basis: 120px;
    width: 120px;
    height: 100%;
    font-size: 17px;
  }
  .form-search-unit .search-category {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
  }
  .form-search-unit .search-keyword {
    width: 325px;
    height: 70px;
  }
  .form-search-unit .search-keyword .btn-link {
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 500;
  }
}

.header {
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}

@media (min-width: 1280px) {
  .header {
    height: 95px;
  }
  .header .logo {
    flex: 1;
  }
  .header .logo img {
    height: auto;
    max-height: 50px;
  }
}

@media (max-width: 1279px) and (min-width: 750px) {
  .header {
    height: auto;
  }
  .header .logo img {
    height: 50px;
  }
}

@media (min-width: 750px) {
  .header {
    background: #FFFFFF;
    position: fixed;
    z-index: 100;
    width: 100%;
    min-width: 1060px;
    border-bottom: 1px solid #DDDDDD;
  }
  .header .logo {
    position: static;
    margin: 18px 0 16px 21px;
  }
  .header .btn-contact {
    position: absolute;
    top: 20px;
    right: 200px;
    height: 25px;
    line-height: 25px;
    padding-right: 10px;
  }
  .header .btn-contact a {
    color: #222222;
    display: block;
    font-size: 14px;
    line-height: 1.4;
  }
  .header .btn-contact a i {
    color: #999;
    margin-right: 5px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    color: #222222;
    font-size: 18px;
  }
  .header .btn-language {
    position: absolute;
    top: 20px;
    right: 110px;
    height: 25px;
    line-height: 25px;
  }
  .header .btn-language a {
    color: #222222;
    display: block;
    font-size: 14px;
    line-height: 1.4;
  }
  .header .btn-language a i {
    color: #999;
    margin-right: 5px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    color: #222222;
    font-size: 18px;
  }
  .header .gnav .slideDown {
    display: block !important;
  }
  .header .gnav .btn-slideUp {
    display: none;
  }
  .header .gnav .gnav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .gnav .gnav-item > a.is-current {
    font-weight: bold;
    border-bottom: 2px solid #1136A6;
  }
  .header .gnav .gnav-item > a.is-open {
    border-bottom: 2px solid #1136A6;
  }
  .header .gnav .gnav-lower {
    display: none;
    position: absolute;
    left: 0;
    top: 92px;
    width: 100%;
    min-width: 1060px;
    background: rgba(0, 0, 0, 0.5);
    height: 100vh;
  }
  .header .gnav .gnav-lower .gnav-lower-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #F2F2F2;
  }
  .header .gnav .gnav-lower .lower-thumb {
    width: 40%;
    min-height: 400px;
    background: no-repeat center center;
    background-size: cover;
  }
  .header .gnav .gnav-lower .lower-content {
    width: 60%;
    max-width: 700px;
    min-height: 400px;
    padding: 50px;
    overflow: hidden;
  }
  .header .gnav .gnav-lower .lower-content .gnav-lower-ttl {
    margin-bottom: 30px;
  }
  .header .gnav .gnav-lower .lower-content .gnav-lower-ttl span {
    font-size: 20px;
    display: inline-block;
    border-bottom: 2px solid #1136A6;
    padding: 0 5px 5px;
  }
  .header .gnav .gnav-lower .lower-content .gnav-lower-list {
    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;
  }
  .header .gnav .gnav-lower .lower-content .gnav-lower-list .gnav-lower-item {
    width: 49%;
    margin-bottom: 15px;
  }
  .header .gnav .gnav-lower .lower-content .gnav-lower-list .gnav-lower-item:last-child {
    margin-bottom: 0px;
  }
  .header .gnav .gnav-lower .lower-content .gnav-lower-list .gnav-lower-item a {
    color: #222222;
    font-weight: bold;
  }
  .header .gnav .gnav-lower .lower-content .gnav-lower-list .gnav-lower-lower-item {
    margin-top: -5px;
  }
  .header .gnav .gnav-lower .lower-content .gnav-lower-list .gnav-lower-lower-item a {
    color: #222222;
    font-weight: normal;
    font-size: 15px;
    position: relative;
    padding-left: 25px;
    display: block;
  }
  .header .gnav .gnav-lower .lower-content .gnav-lower-list .gnav-lower-lower-item a:before {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    background: #1136A6;
    position: absolute;
    top: 0.8em;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
  .header .gnav .gnav-lower .lower-content .gnav-lower-list1 {
    width: 49%;
    float: left;
  }
  .header .gnav .gnav-lower .lower-content .gnav-lower-list1 .gnav-lower-item {
    width: 100%;
  }
  .header .gnav .gnav-lower .lower-content .gnav-lower-list2 {
    width: 49%;
    float: right;
  }
  .header .gnav .gnav-lower .lower-content .gnav-lower-list2 .gnav-lower-item {
    width: 100%;
  }
  .header .gnav .gnav-lower .lower-content .btn-lower-close {
    cursor: pointer;
    position: absolute;
    top: 40px;
    left: calc(50% + 470px);
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .header .gnav .gnav-lower .lower-content .btn-lower-close i {
    font-size: 30px;
    color: #707070;
  }
  .header .gnav .gnav-lower .lower-content .btn-lower-close img {
    width: 30px;
    height: 30px;
  }
  .header .gnav-search > a {
    display: block;
    border: 1px solid #1136A6;
    border-radius: 5px;
    padding: 4px 0 4px 20px;
    font-size: 14px;
    position: relative;
    top: -5px;
    width: 90px;
    text-align: center;
    position: relative;
  }
  .header .gnav-search > a i {
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header .gnav-lower-search .gnav-lower-inner {
    background: #F2F2F2;
  }
  .header .gnav-lower-search .form-search-wrap {
    position: relative;
    width: 1000px;
    min-height: 330px;
    padding: 90px 0 0;
    margin: 0 auto;
  }
  .header .gnav-lower-search .btn-lower-close {
    cursor: pointer;
    position: absolute;
    top: 40px;
    left: calc(50% + 470px);
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .header .gnav-lower-search .btn-lower-close i {
    font-size: 30px;
    color: #707070;
  }
  .header .gnav-lower-search .btn-lower-close img {
    width: 30px;
    height: 30px;
  }
  .header-box {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: end;
    background-color: #ffffff;
    height: 100%;
    padding-right: 100px;
  }
  .header .gnav {
    margin-bottom: 10px;
  }
  .header .gnav .gnav-item {
    padding: 0 6px;
    font-size: 15px;
  }
  .header .gnav-item > a {
    color: #222222;
  }
  .header .gnav .gnav-item > a {
    padding: 0;
    border: none;
  }
  .header .gnav .gnav-lower-item {
    font-size: 17px;
  }
  .header .btn-slideUp {
    display: none;
  }
  .header .gnav-search > .gnav-search__link {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 95px;
    height: 92px;
    top: 0;
    right: 0;
    border: none;
    color: #222222;
    padding: 50px 0 0 0;
    box-shadow: 0px 0px 15px #00000040;
    z-index: 1;
  }
  .header .gnav-search > .gnav-search__link i {
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
  }
  .gnav-sub-list {
    display: none;
  }
}

@media (min-width: 750px) and (max-width: 1279px) {
  .header .gnav {
    margin-left: auto;
    margin-right: auto;
  }
  .header .gnav-search > .gnav-search__link {
    height: 118px;
    padding-top: 65px;
  }
  .header .gnav-search > .gnav-search__link i {
    top: 47px;
  }
  .header .gnav .gnav-lower {
    top: 118px;
  }
}

@media (max-width: 749px) {
  .header {
    border-bottom: 1px solid #DDDDDD;
    position: fixed;
    width: 100%;
    height: 52px;
    z-index: 100;
    background: #FFFFFF;
  }
  .header .logo {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 10px;
    width: calc(100% - 100px);
    max-width: 260px;
  }
  .header .ico-search {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 68px;
    width: 17px;
    height: 18px;
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .header .ico-search i {
    font-size: 17px;
  }
  .header .ico-hamburger {    
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    right: 0;
    width: 52px;
    height: 52px;
    box-shadow: 0px 0px 15px #00000040;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    overflow: hidden;
  }
  .header .ico-hamburger span {
    display: block;
    position: absolute;
    background: #707070;
    top: auto;
    right: 15px;
    width: 16px;
    height: 1px;
    transform: scaleX(-1);
  }
  .header .ico-hamburger span:before {
    content: "";
    display: block;
    position: relative;
    background: #707070;
    top: -7px;
    width: 21px;
    height: 1px;
  }
  .header .ico-hamburger span:after {
    content: "";
    display: block;
    width: 11px;
    height: 1px;
    bottom: -5px;
    position: relative;
    background: #707070;
  }
  .header .ico-hamburger.is-open span {
    right: 18px;
    height: 0;
  }
  .header .ico-hamburger.is-open span:before {
    -webkit-transform: skewY(38deg);
            transform: skewY(38deg);
    top: 50%;
    left: 50%;
    width: 1px;
    height: 16px;
    transform: translate(-50%,-50%) rotate(45deg);
  }
  .header .ico-hamburger.is-open span:after {
    -webkit-transform: skewY(-38deg);
            transform: skewY(-38deg);
    top: -24px;
    left: 50%;
    width: 1px;
    height: 16px;
    transform: translateX(-50%) rotate(-45deg);
  }
  .header .inner {
    padding: 60px 0 0;
  }
  .header .slideDown {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    display: none;
    height: calc(100vh - 60px);
    position: relative;
    background: rgba(0, 0, 0, 0.6);
  }
  .header .slideDown-scroll {
    max-height: calc(100vh - 100px);
    overflow-y: scroll;
  }
  .header .btn-slideUp {
    width: 100%;
    height: 40px;
    margin: 0 auto;
    padding: 10px 0;
    background: #222222;
    border: 0px;
    color: #FFFFFF;
    outline: 0;
  }
  .header .gnav-list {
    width: 100%;
    padding: 0 0px;
    padding: 15px 40px;
    background-color: #ffffff;
    border-bottom: 1px solid #dddddd;
  }
  .header .gnav-item.has-lower:nth-child(4) > a::after {
    content: "";
  }
  .header .gnav-item > a {
    display: block;
    color: #222222;
    border-bottom: 1px solid #DDDDDD;
    position: relative;
    padding: 15px;
    text-align: center;
    line-height: 1.3;
  }
  .header .gnav-item > a:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
  }
  .header .gnav-item > a[target="_blank"]:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 10px;
    background: url(../images/ico-blank.png) no-repeat right center;
    background-size: contain;
    display: inline-block;
    margin-left: 10px;
  }
  .header .gnav-item.has-lower > a:after {
    content: "\f078";
  }
  .header .gnav-item.has-lower > a.is-open:after {
    content: "\f077";
  }
  .header .gnav-lower {
    display: none;
  }
  .header .gnav-lower .lower-thumb {
    display: none;
  }
  .header .gnav-lower .gnav-lower-ttl {
    display: none;
  }
  .header .gnav-lower .btn-lower-close {
    display: none;
  }
  .header .gnav-lower-item a {
    display: block;
    color: #222222;
    padding: 10px 20px;
    background: #e5e5e5;
    border-bottom: 1px solid #DDDDDD;
    position: relative;
  }
  .header .gnav-lower-item a:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
  }
  .header .gnav-lower-lower-item a {
    position: relative;
    padding-left: 40px;
  }
  .header .gnav-lower-lower-item a:before {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background: #707070;
    position: absolute;
    top: 1.5em;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 20px;
  }
  .header .gnav-search {
    background: #F2F2F2;
    padding: 20px 20px;
  }
  .header .gnav-search > a {
    display: none;
  }
  .header .gnav-search .gnav-lower {
    display: block !important;
  }
  .gnav {
    width: 100%;
    margin-top: 52px;
  }
  .header .gnav .slideDown-scroll {
    background-color: #ffffff;
  }
  .header .gnav-item:last-child > a {
    border: none;
  }
  .gnav-sub-list {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
  }
  .gnav-sub-item a {
    font-size: 14px;
    color: #222222;
  }
  .gnav-sub-item + .gnav-sub-item {
    margin-left: 50px;
  }
  .header .contact i,
  .header .language i {
    position: relative;
    top: 2px;
    margin-right: 6px;
    font-size: 18px;
  }
}

.main {
  display: block;
  position: relative;
  padding-top: 92px;
}

@media (max-width: 1279px) and (min-width: 750px) {
  .main {
    padding-top: 118px;
    padding-bottom: 40px;
  }
}

@media (max-width: 749px) {
  .main {
    padding-top: 52px;
    padding-bottom: 20px;
  }
}

.main > div,
.main > section {
  min-width: 1060px;
}

@media (max-width: 749px) {
  .main > div,
  .main > section {
    min-width: inherit;
  }
}

.footer .footer-banner {
  padding: 20px 0;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}

@media (max-width: 749px) {
  .footer .footer-banner {
    padding: 40px 0;
  }
}

.footer .footer-banner-list {
  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;
}

.footer .footer-banner-item {
  width: 240px;
}

.footer .footer-logo-text {
  padding: 80px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .footer-logo {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.footer .footer-logo img {
  mix-blend-mode: multiply;
}

.footer .footer-text {
  line-height: 2;
  padding: 10px;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 5px;
}

.footer .fnav1-list {
  text-align: left;
}

.footer .fnav1-item {
  display: inline-block;
}

.footer .fnav1-item:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background: #FFFFFF;
  vertical-align: middle;
  margin: 0 15px;
}

.footer .fnav1-item:last-child:after {
  content: none;
}

.footer .fnav1-item a {
  color: #FFFFFF;
  font-size: 14px;
}

.footer .fnav2 .inner {
  padding-top: 70px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .fnav2 .fnav2-list {
  width: 860px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .fnav2 .fnav2-item {
  width: 200px;
  margin-bottom: 60px;
}

.footer .fnav2 .fnav2-item-wide {
  width: 420px;
}

.footer .fnav2 .fnav2-lower-ttl {
  border-bottom: 1px solid #707070;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.footer .fnav2 .fnav2-lower-ttl a {
  font-size: 16px;
  font-weight: normal;
  color: #FFFFFF;
}

@media (min-width: 750px) {
  .footer .fnav2 .fnav2-lower-ttl a {
    pointer-events: none;
  }
}

.footer .fnav2 .fnav2-lower-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 750px) {
  .footer .fnav2 .fnav2-lower-wrap {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.footer .fnav2 .fnav2-lower-list1 {
  width: 49%;
}

.footer .fnav2 .fnav2-lower-list2 {
  width: 49%;
}

.footer .fnav2 .fnav2-lower-item {
  margin-bottom: 5px;
}

.footer .fnav2 .fnav2-lower-item a {
  display: inline-block;
  font-size: 13px;
  color: #FFFFFF;
}

.footer .fnav2 .fnav2-lower-lower-item a {
  padding-left: 15px;
  display: inline-block;
  position: relative;
}

.footer .fnav2 .fnav2-lower-lower-item a:before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #707070;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.footer .fnav2 .fnav2-etc {
  width: 110px;
}

.footer .fnav2 .fnav2-etc a {
  font-size: 16px;
  font-weight: normal;
  color: #FFFFFF;
  margin-top: 10px;
  display: block;
}

.footer .fnav2 .fnav2-contact {
  margin-bottom: 10px;
}

.footer .fnav2 .fnav2-recruit {
  margin-bottom: 10px;
  position: relative;
}

.footer .fnav2 .fnav2-recruit a:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 10px;
  background: url(../images/ico-blank.png) no-repeat right center;
  background-size: contain;
  display: inline-block;
  margin-left: 10px;
}

.footer .fnav2 .fnav2-facebook {
  margin-top: 30px;
  text-align: center;
}

.footer .fnav2 .fnav2-facebook a {
  margin-top: 10px;
  display: block;
}

.footer .copyright {
  padding: 15px;
  text-align: center;
  color: #FFFFFF;
  font-size: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background: #0068B3;
  opacity: 0.8;
}

@media (max-width: 749px) {
  .footer .footer-banner-item {
    margin: 0 auto 20px;
  }
  .footer .footer-banner-item:last-child, .footer .footer-banner-item:nth-last-child(2):nth-child(odd) {
    margin-bottom: 0;
  }
  .footer .footer-logo-text {
    padding: 40px 10px 60px;
    display: block;
  }
  .footer .footer-logo {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .footer .fnav1-item {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
  }
  .footer .fnav2 {
    background: #1a2233;
  }
  .footer .fnav2 .inner {
    display: block;
    padding-top: 10px;
  }
  .footer .fnav2 .fnav2-list {
    width: 100%;
  }
  .footer .fnav2 .fnav2-item {
    width: 100%;
    margin-bottom: 0;
  }
  .footer .fnav2 .fnav2-lower-ttl {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .footer .fnav2 .fnav2-lower-ttl a {
    display: block;
    padding: 10px 0;
    position: relative;
  }
  .footer .fnav2 .fnav2-lower-ttl a:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f078";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
  }
  .footer .fnav2 .fnav2-lower-ttl a.is-open:after {
    content: "\f077";
  }
  .footer .fnav2 .fnav2-lower-wrap {
    display: none;
  }
  .footer .fnav2 .fnav2-lower-list1 {
    width: 100%;
  }
  .footer .fnav2 .fnav2-lower-list2 {
    width: 100%;
  }
  .footer .fnav2 .fnav2-lower-item {
    margin-bottom: 0;
  }
  .footer .fnav2 .fnav2-lower-item a {
    display: block;
    padding: 10px 10px;
    border-bottom: 1px dotted #707070;
    position: relative;
    color: #707070;
  }
  .footer .fnav2 .fnav2-lower-item a:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
  }
  .footer .fnav2 .fnav2-lower-lower-item a {
    padding-left: 25px;
    display: block;
    position: relative;
  }
  .footer .fnav2 .fnav2-lower-lower-item a:before {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background: #707070;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 10px;
  }
  .footer .fnav2 .fnav2-etc {
    width: 100%;
  }
  .footer .fnav2 .fnav2-etc fnav2-facebook a {
    display: inline;
    margin: 0 10px;
  }
  .footer .fnav2 .fnav2-contact {
    margin-bottom: 0px;
    border-bottom: 1px solid #707070;
  }
  .footer .fnav2 .fnav2-contact a {
    display: block;
    padding: 10px 0;
    position: relative;
  }
  .footer .fnav2 .fnav2-contact a:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
  }
  .footer .fnav2 .fnav2-recruit {
    margin-bottom: 0px;
    position: relative;
    border-bottom: 1px solid #707070;
  }
  .footer .fnav2 .fnav2-recruit a {
    display: block;
    padding: 10px 0;
  }
  .footer .fnav2 .fnav2-recruit a:after {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .footer .fnav2 .fnav2-facebook {
    margin: 20px 0;
  }
  .footer .fnav2 .fnav2-facebook a {
    margin: 0 10px;
    display: inline;
  }
}

@media (max-width: 559px) {
  .footer .footer-banner-item {
    margin: 0 auto 10px;
  }
  .footer .footer-banner-item:last-child, .footer .footer-banner-item:nth-last-child(2):nth-child(odd) {
    margin-bottom: 10px;
  }
  .footer .footer-banner-item:last-child {
    margin-bottom: 0px;
  }
}

.pagetop {
  position: fixed;
  z-index: 50;
  right: 10px;
  bottom: 10px;
}

.footer .footer-main {
  background-color: #0068B3;
  background-image: none;
}

.footer .inner {
  padding: 70px 25px 75px;
} 

.footer-nav-box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.footer-logo__img {
  width: 328px;
  height: 85px;
}

.footer .fnav1 {
  padding: 0;
  border: none;
}

.footer-sns .footer-sns-list {
  display: flex;
}

.footer-sns .footer-sns-list__item {
  text-align: center;
}

.footer-sns .footer-sns-list__item + .footer-sns-list__item {
  margin-left: 18px;
}

.footer-sns .footer-sns-list__item--faceboox img {
  width: 14px;
  margin-bottom: 8px;
}

.footer-sns .footer-sns-list__item--youtube img {
  width: 32px;
  margin: 3px 0 10px;
}

.footer-sns .footer-sns-list__item--twitter img {
  width: 22px;
  margin: 3px 0 10px;
}

.footer-sns .footer-sns-list__name {
  font-size: 11px;
  color: #ffffff;
  opacity: 0.8;
}

@media (max-width: 749px) {
  .footer .inner {
    padding: 45px 25px 25px;
  }
  .footer-nav-box {
    display: block;
    margin-top: 15px;
  }
  .footer .fnav1-item a {
    font-size: 12px;
  }
  .footer-sns {
    margin-top: 50px;
  }
  .footer-sns .footer-sns-list__item + .footer-sns-list__item {
    margin-left: 15px;
  }
  .footer-sns .footer-sns-list__item--faceboox img {
    width: 12px;
    margin-bottom: 5px;
  }
  
  .footer-sns .footer-sns-list__item--youtube img {
    width: 28px;
    margin: 2px 0 7px;
  }
  
  .footer-sns .footer-sns-list__item--twitter img {
    width: 20px;
    margin: 4px 0 9px;
  }
  .footer-sns .footer-sns-list__name {
    font-size: 10px;
  }
  .footer .copyright {
    padding: 16px 0;
    font-size: 11px;
  }
  .pagetop {
    position: fixed;
    bottom: 74px;
    margin-bottom: 0;
  }
  .pagetop img {
    width: 36px;
    margin: 0 auto;
  }
}

@media (max-width: 374px) {
  .footer .footer-logo__img {
    width: 100%;
    height: auto;
  }
}

.page-header {
  height: 270px;
  background: url(../images/ttl-bg.png) no-repeat center top;
  background-size: cover;
}

@media (max-width: 749px) {
  .page-header {
    height: 140px;
  }
}

.page-header .inner {
  position: relative;
  height: 100%;
}

.page-header .page-ttl-wrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #FFFFFF;
}

.page-header .page-category {
  font-size: 16px;
  padding-left: 30px;
  position: relative;
}

.page-header .page-category:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #FFFFFF;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

@media (max-width: 749px) {
  .page-header .page-category {
    font-size: 14px;
    padding-left: 20px;
  }
  .page-header .page-category:before {
    width: 10px;
  }
}

.page-header .page-ttl {
  font-size: 36px;
  font-weight: normal;
  line-height: 1.2;
}

@media (max-width: 749px) {
  .page-header .page-ttl {
    font-size: 24px;
  }
}

.page-header-detail {
  height: 200px;
  background: #F2F2F2;
}

@media (max-width: 749px) {
  .page-header-detail {
    height: auto;
    min-height: 120px;
  }
}

.page-header-detail .inner {
  position: relative;
  height: 100%;
}

@media (max-width: 749px) {
  .page-header-detail .inner {
    height: auto;
    min-height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    min-height: 120px;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    padding: 20px 20px;
  }
}

.page-header-detail .page-ttl-wrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(100% - 60px);
}

@media (max-width: 749px) {
  .page-header-detail .page-ttl-wrap {
    position: static;
    -webkit-transform: none;
            transform: none;
    width: calc(100% - 0px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-header-detail .page-ttl {
  font-size: 36px;
  font-weight: normal;
  line-height: 1.2;
  width: 730px;
}

@media (max-width: 749px) {
  .page-header-detail .page-ttl {
    font-size: 24px;
    width: 100%;
  }
}

.page-header-detail .date {
  display: block;
  font-size: 13px;
  color: #707070;
  margin-top: 10px;
}

@media (max-width: 749px) {
  .page-header-detail .date {
    font-size: 12px;
  }
}

.page-header-detail .btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-header-detail .btn-list .btn-item {
  width: 150px;
  margin-left: 10px;
}

.page-header-detail .btn-list .btn-item .btn-link {
  background-color: #FFFFFF;
}

@media (max-width: 749px) {
  .page-header-detail .btn-list {
    position: static;
    display: block;
    width: 100%;
  }
  .page-header-detail .btn-list .btn-item {
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
    width: 100px;
    display: inline-block;
  }
}

.breadcrumb ul {
  padding: 16px 0;
}

.breadcrumb ul li {
  display: inline-block;
  font-size: 13px;
  padding-right: 15px;
  margin-right: 5px;
  position: relative;
}

.breadcrumb ul li:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 12px;
}

.breadcrumb ul li:last-child:after {
  display: none;
}

.breadcrumb ul a {
  color: #707070;
}

@media (max-width: 749px) {
  .breadcrumb .inner {
    padding: 0px 0;
    overflow-x: auto;
  }
  .breadcrumb ul {
    padding: 10px 20px;
    white-space: nowrap;
  }
  .gallery-index .breadcrumb ul,
  .column-index .breadcrumb ul {
    padding: 10px 80px 10px 20px;
    white-space: normal;
  }
}

.page-body {
  padding: 20px 0;
}

@media (max-width: 749px) {
  .page-body {
    padding: 20px 0;
  }
}

.page-body.bg-gray {
  background: #F2F2F2;
}

.page-body.bg-blue {
  background: #EBEFFF;
}

.page-body .page-content-ttl {
  color: #1136A6;
  text-align: center;
  font-size: 28px;
  margin-top: 20px;
  margin-bottom: 50px;
}

@media (max-width: 749px) {
  .page-body .page-content-ttl {
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 30px;
  }
}

.page-body .page-content-list {
  margin-bottom: 50px;
}

.page-body .page-content-list li {
  margin-bottom: 10px;
}

.page-body .page-content-list li ul {
  margin-left: 10px;
}

.page-body .page-content-list li ul li {
  margin-bottom: 10px;
}

.page-body .text {
  margin-bottom: 30px;
}

.page-body .sec, .page-body .element-sec {
  margin-bottom: 40px;
  word-break: break-all;
}

.page-body .sec:last-of-type, .page-body .element-sec:last-of-type {
  margin-bottom: 0;
}

.page-body .sec .element-sub-sec, .page-body .element-sec .element-sub-sec {
  margin-top: 40px;
}

.page-body .sec-support {
  padding-bottom: 60px;
}

@media (max-width: 749px) {
  .page-body .sec-support {
    padding-bottom: 30px;
  }
}

.page-body .sec-support .btn-link-wrap {
  width: 320px;
  margin-top: 20px;
}

@media (max-width: 749px) {
  .page-body .sec-support .btn-link-wrap {
    width: auto;
    max-width: 320px;
    margin: 20px auto 0;
  }
}

.page-body .sec-ttl {
  font-size: 22px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
}

.page-body .sec-ttl:before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 20px;
  height: 5px;
  background: #1136A6;
}

@media (max-width: 749px) {
  .page-body .sec-ttl {
    font-size: 18px;
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .page-body .sec-ttl:before {
    width: 10px;
    height: 3px;
  }
}

.page-body .sec-sub-ttl {
  margin-bottom: 20px;
}

.page-body .sec-square-ttl {
  margin-bottom: 10px;
}

.page-body .sec-square-ttl:before {
  content: "■";
  font-size: 10px;
  padding-right: 10px;
  color: #707070;
}

.page-body .txt-ttl {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
}

.page-body .txt-list .txt-item {
  margin-bottom: 10px;
}

.page-body .txt-list .txt-item .txt-item-ttl {
  padding-left: 20px;
  font-size: 14px;
  font-weight: normal;
  position: relative;
}

.page-body .txt-list .txt-item .txt-item-ttl:before {
  content: "・";
  font-size: 14px;
  color: #707070;
  position: absolute;
  left: 5px;
}

.page-body .txt-list .txt-item .txt-item-description {
  padding-left: 26px;
  margin-bottom: 10px;
}

.page-body .column-2-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-body .column-2-wrap .column-2 {
  width: 48%;
}

.page-body .column-2-wrap .column-2 .column-2-ttl {
  font-weight: bold;
  font-size: 18px;
}

.page-body .column-2-wrap .column-2 .column-2-txt {
  margin-top: 10px;
}

.page-body .column-2-wrap .column-2 .column-2-txt p {
  margin-bottom: 10px;
}

@media (max-width: 749px) {
  .page-body .column-2-wrap {
    display: block;
  }
  .page-body .column-2-wrap .column-2 {
    width: 100%;
    margin-bottom: 20px;
  }
}

.page-body .img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px;
  margin-bottom: -20px;
}

.page-body .img-list + p.lead, .page-body .img-list + .sec-square-ttl, .page-body .img-list + p {
  margin-top: 30px;
}

@media (max-width: 749px) {
  .page-body .img-list {
    margin-right: 0px;
  }
}

.page-body .img-list .img-item {
  text-align: center;
}

.page-body .img-list .img-item .figure-zoom {
  margin: 0;
}

.page-body .img-list .img-item .img-ttl {
  text-align: left;
  font-weight: bold;
}

.page-body .img-list .img-item .img-lead {
  text-align: left;
  font-size: 12px;
}

.page-body .img-list.col-1 .img-item {
  width: 100%;
}

.page-body .img-list.col-2 .img-item {
  width: 50%;
  padding-right: 20px;
  padding-bottom: 20px;
}

.page-body .img-list.col-3 .img-item {
  width: 33.33%;
  padding-right: 20px;
  padding-bottom: 20px;
}

.page-body .img-list.col-4 .img-item {
  width: 25%;
  padding-right: 20px;
  padding-bottom: 20px;
}

.page-body .img-list.col-5 .img-item {
  width: 20%;
  padding-right: 20px;
  padding-bottom: 20px;
}

@media (max-width: 749px) {
  .page-body .img-list.col-1, .page-body .img-list.col-2, .page-body .img-list.col-3, .page-body .img-list.col-4, .page-body .img-list.col-5 {
    margin-right: 0px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-body .img-list.col-2 .img-item,
  .page-body .img-list.col-3 .img-item,
  .page-body .img-list.col-4 .img-item,
  .page-body .img-list.col-5 .img-item {
    width: 48%;
    padding-right: 0px;
  }
}

.page-body .txt-img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px;
  margin-bottom: 40px;
}

@media (max-width: 749px) {
  .page-body .txt-img-list {
    margin-right: 0px;
  }
  .page-body .txt-img-list.sp-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.page-body .txt-img-list .img-item {
  width: 50%;
  padding-right: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.page-body .txt-img-list .img-item .figure-zoom {
  margin: 0;
}

.page-body .txt-img-list .txt-item {
  width: 50%;
  padding-right: 20px;
  padding-bottom: 20px;
  text-align: left;
}

@media (max-width: 749px) {
  .page-body .txt-img-list .txt-item {
    width: 100%;
    padding-right: 0px;
  }
  .page-body .txt-img-list .img-item {
    width: 100%;
    padding-right: 0px;
  }
}

/* .page-body .contents-list .contents-item figure.item-img:before {
  padding-top: 50%;
} */

.page-body .table-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 749px) {
  .page-body .table-img-wrap {
    display: block;
  }
}

.page-body .table-img-wrap .table-wrap {
  width: calc(100% - 350px);
}

@media (max-width: 749px) {
  .page-body .table-img-wrap .table-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}

.page-body .table-img-wrap .table-wrap th {
  width: 26%;
  font-weight: bold;
}

.page-body .table-img-wrap .img-wrap {
  width: 310px;
}

.page-body .table-img-wrap .img-wrap figure {
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width: 749px) {
  .page-body .table-img-wrap .img-wrap {
    width: 100%;
  }
}

.page-body .table-table-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 749px) {
  .page-body .table-table-wrap {
    display: block;
  }
}

.page-body .table-table-wrap .table-wrap {
  width: calc(50% - 10px);
}

@media (max-width: 749px) {
  .page-body .table-table-wrap .table-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}

.page-body .table-table-wrap .table-wrap th {
  width: 26%;
  font-weight: bold;
}

.page-body .table-wrap .w20 {
  width: 20%;
}

.page-body .table-wrap .w25 {
  width: 25%;
}

.page-body .table-wrap .w33 {
  width: 33.33%;
}

.page-body .table-wrap .w40 {
  width: 40%;
}

.page-body .table-wrap .w50 {
  width: 50%;
}

.page-body .table-wrap .w66 {
  width: 66.66%;
}

.page-body .table-wrap .w75 {
  width: 75%;
}

.page-body .btn-link-wrap.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.page-body .btn-link-wrap.w220 {
  max-width: 220px;
}

.page-body .btn-link-wrap.w320 {
  max-width: 320px;
}

.page-body .btn-pager-wrap {
  margin: 60px auto;
}

.page-body .btn-pager-wrap .btn-prev-next {
  overflow: hidden;
  margin-bottom: 10px;
}

.page-body .btn-pager-wrap .btn-prev-next .btn-prev {
  float: left;
  position: relative;
  padding-left: 50px;
  line-height: 40px;
}

.page-body .btn-pager-wrap .btn-prev-next .btn-prev:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  content: "\f053";
  color: #FFF;
  width: 40px;
  height: 40px;
  background: #1136A6;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.page-body .btn-pager-wrap .btn-prev-next .btn-next {
  float: right;
  position: relative;
  padding-right: 50px;
  line-height: 40px;
}

.page-body .btn-pager-wrap .btn-prev-next .btn-next:after {
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  color: #FFF;
  width: 40px;
  height: 40px;
  background: #1136A6;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.page-body .btn-pager-wrap .btn-list {
  width: 220px;
  height: 50px;
  margin: 0 auto;
}

@media (max-width: 749px) {
  .page-body .btn-pager-wrap .btn-list {
    width: 140px;
  }
}

.page-body .youtube {
  max-width: 960px;
  margin: 40px auto;
  position: relative;
}

.page-body .youtube:before {
  content: "";
  padding-top: 56.25%;
  display: block;
}

.page-body .youtube iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.page-body .border-top {
  padding-top: 30px;
  border-top: 1px solid #DDDDDD;
}

.page-body .border-bottom {
  padding-bottom: 30px;
  border-bottom: 1px solid #DDDDDD;
}

.page-body .order-list {
  padding-left: 25px;
}

.page-body .order-list .list-item {
  list-style: decimal;
  margin-bottom: 10px;
}

.page-body .order-list .list-item:last-child {
  margin-bottom: 0px;
}

.page-body .sec-txt {
  margin-bottom: 20px;
}

.page-body .sec-txt:last-of-type {
  margin-bottom: 0px;
}

.page-body .pdf-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-body .pdf-list .list-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-right: 40px;
  margin-bottom: 20px;
}

@media (max-width: 749px) {
  .page-body .pdf-list .list-item {
    padding-right: 20px;
  }
}

.btn-link, .btn-link-dark, .btn-reset, .btn-submit, .btn-correct, .btn-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
  position: relative;
  width: 100%;
}

@media (min-width: 750px) {
  .btn-link:hover, .btn-link-dark:hover, .btn-reset:hover, .btn-submit:hover, .btn-correct:hover, .btn-search:hover {
    opacity: 0.7;
  }
}

.is-disabled.btn-link, .is-disabled.btn-link-dark, .is-disabled.btn-reset, .is-disabled.btn-submit, .is-disabled.btn-correct, .is-disabled.btn-search {
  cursor: default;
}

.btn-link, .btn-reset, .btn-correct {
  color: #222222 !important;
  background-color: #F2F2F2;
  border: 1px solid #DDDDDD;
}

@media (min-width: 750px) {
  .btn-link:hover, .btn-reset:hover, .btn-correct:hover {
    color: #222222 !important;
    background-color: #F2F2F2;
    border: 1px solid #DDDDDD;
  }
}

.btn-link.btn-link-blue {
  color: #FFFFFF !important;
  background-color: #1136A6;
  border: 1px solid #1136A6;
}

.btn-link.btn-link-blue.ico-right {
  background-image: url(../images/ico-arrow-right-white.png);
}

.btn-link-dark, .btn-submit {
  color: #FFFFFF !important;
  background-color: #707070;
  border: 1px solid #707070;
}

@media (min-width: 750px) {
  .btn-link-dark:hover, .btn-submit:hover {
    color: #FFFFFF !important;
    background-color: #707070;
    border: 1px solid #707070;
  }
}

.btn-link.is-disabled, .btn-link-dark.is-disabled, .btn-reset.is-disabled, .btn-submit.is-disabled, .btn-correct.is-disabled, .btn-search.is-disabled {
  color: #DDDDDD !important;
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
  pointer-events: none;
}

@media (min-width: 750px) {
  .btn-link.is-disabled:hover, .btn-link-dark.is-disabled:hover, .btn-reset.is-disabled:hover, .btn-submit.is-disabled:hover, .btn-correct.is-disabled:hover, .btn-search.is-disabled:hover {
    color: #DDDDDD !important;
    background-color: #F2F2F2;
    border: 1px solid #F2F2F2;
    opacity: 1;
  }
}

.btn-link, .btn-link-dark, .btn-reset, .btn-submit, .btn-correct {
  height: 40px;
  font-size: 1.3rem;
}

.btn-link i, .btn-link img {
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1rem;
}

.btn-link-dark i, .btn-link-dark img {
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1rem;
}

.btn-search {
  height: 50px;
  font-size: 1.4rem;
}

.btn-search {
  color: #FFFFFF !important;
  background-color: #1136A6;
  border: 1px solid #1136A6;
}

@media (min-width: 750px) {
  .btn-search:hover {
    color: #FFFFFF !important;
    background-color: #1136A6;
    border: 1px solid #1136A6;
  }
}

.btn-reset i, .btn-reset img {
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1rem;
}

.btn-submit {
  outline: 0;
}

.btn-submit i, .btn-submit img {
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1rem;
}

.btn-correct {
  outline: 0;
}

.btn-correct i, .btn-correct img {
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1rem;
}

.ico-left {
  background-image: url(../images/ico-arrow-left.png);
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 17px;
  padding-left: 20px;
}

.ico-right {
  background-image: url(../images/ico-arrow-right.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 17px;
  padding-right: 20px;
}

.search-keyword .ico-right {
  position: relative;
}

@media (max-width: 749px) {
  .search-keyword .ico-right {
    height: 50px;
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media (min-width: 750px) {
  .search-keyword .ico-right {
    padding-right: 50px;
    padding-left: 50px;
  }
}

.search-keyword .ico-right::before {
  display: block;
  position: absolute;
  top: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transform: translateY(-50%);
  content: "";
}

@media (max-width: 749px) {
  .search-keyword .ico-right::before {
    left: 10px;
  }
}

@media (min-width: 750px) {
  .search-keyword .ico-right::before {
    left: 20px;
  }
}

.ico-right.ico-search-keyword::before {
  width: 26.49px;
  height: 27.429px;
  background-image: url(../images/ico_search_keyword.svg);
}

.ico-right.ico-search-satellite::before {
  width: 27.555px;
  height: 27.555px;
  background-image: url(../images/ico_search_satellite.svg);
}

.ico-right.ico-search-glossary::before {
  width: 20.164px;
  height: 25.185px;
  background-image: url(../images/ico_search_glossary.svg);
}

.ico-blank {
  background-image: url(../images/ico-blank.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
  padding-right: 30px;
}

.ico-pdf {
  background-image: url(../images/ico-pdf.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 17px;
  padding-right: 30px;
}

.ico-btn-search {
  background-image: url(../images/ico-search.png);
  background-repeat: no-repeat;
  background-position: left 20px center;
  background-size: 17px 18px;
}

@media (max-width: 559px) {
  .ico-btn-search {
    background-position: left 15px center;
    padding-left: 20px;
  }
}

.swiper {
  position: relative;
  margin-bottom: 2.6rem;
}

@media (max-width: 559px) {
  .swiper {
    margin-right: -20px;
    margin-left: -20px;
  }
}

.swiper-button-next {
  background: none;
}

@media (min-width: 750px) {
  .swiper-button-next {
    right: -30px;
  }
}

@media (max-width: 749px) {
  .swiper-button-next {
    right: -20px;
  }
}

@media (max-width: 559px) {
  .swiper-button-next {
    right: 10px;
  }
}

.swiper-button-next:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-family: "Font Awesome 5 Pro";
  font-size: 2rem;
  color: #1136A6;
  content: "\f054";
}

.swiper-button-prev {
  background: none;
}

@media (min-width: 750px) {
  .swiper-button-prev {
    left: -30px;
  }
}

@media (max-width: 749px) {
  .swiper-button-prev {
    left: -20px;
  }
}

@media (max-width: 559px) {
  .swiper-button-prev {
    left: 10px;
  }
}

.swiper-button-prev:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-family: "Font Awesome 5 Pro";
  font-size: 2rem;
  color: #1136A6;
  content: "\f053";
}

.swiper-pagination {
  width: 100%;
  bottom: -2rem;
}

.swiper-pagination-bullet {
  margin: 0 0.5rem;
  width: 10px;
  height: 10px;
}

.swiper-pagination-bullet-active {
  background: #1136A6;
}

.swiper-slide {
  background: #FFFFFF;
}

.swiper-slide .img {
  height: 20vw;
  max-height: 256px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@media (max-width: 559px) {
  .swiper-slide .img {
    height: 40vw;
    max-height: inherit;
  }
}

.swiper-slide .img img {
  max-height: 100%;
}

.swiper-slide .txt {
  background: #F2F2F2;
  padding: 10px;
}

#news-carousel .swiper-slide .txt {
  background: transparent;
}

.modal-content {
  display: none;
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100;
}

.modal-content .modal-bg {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.modal-content .modal-inner {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  z-index: 100;
  background: #FFFFFF;
  padding: 40px 95px 40px 100px;
  max-height: calc(100vh - 150px);
}

@media (max-width: 749px) {
  .modal-content .modal-inner {
    padding: 20px 15px 20px 20px;
  }
}

.modal-content .modal-inner p {
  margin-bottom: 20px;
}

.modal-content .modal-inner .scroll {
  max-height: calc(100vh - 230px);
  overflow-x: hidden;
  overflow-y: auto;
}

@media (max-width: 749px) {
  .modal-content .modal-inner .scroll {
    max-height: calc(100vh - 190px);
  }
}

.modal-content .btn-close {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: url(../images/ico-close-white.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: -50px;
  right: 0px;
}

.modal-content .btn-close i {
  color: #FFFFFF;
  font-size: 4rem;
  vertical-align: top;
}

.modal-content .btn-close i:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 40px;
  height: 40px;
}

@media (max-width: 749px) {
  .modal-content .btn-close {
    width: 20px;
    height: 20px;
    top: -30px;
  }
}

.modal-content .btn-close i:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 20px;
  height: 20px;
}

.modal-content .btn-prev {
  cursor: pointer;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: rgba(255, 255, 255, 0.6);
}

.modal-content .btn-prev i {
  color: #1136A6;
  font-size: 4rem;
}

@media (max-width: 749px) {
  .modal-content .btn-prev {
    width: 40px;
    left: -10px;
  }
  .modal-content .btn-prev i {
    font-size: 3rem;
  }
}

.modal-content .btn-next {
  cursor: pointer;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: rgba(255, 255, 255, 0.6);
}

.modal-content .btn-next i {
  color: #1136A6;
  font-size: 4rem;
}

@media (max-width: 749px) {
  .modal-content .btn-next {
    width: 40px;
    right: -10px;
  }
  .modal-content .btn-next i {
    font-size: 3rem;
  }
}

.modal-content .modal-ttl {
  color: #1136A6;
  font-size: 28px;
  margin-bottom: 20px;
}

.modal-content .modal-left-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal-content .modal-left {
  width: 60%;
  padding-right: 40px;
}

.modal-content .modal-right {
  width: 40%;
}

.modal-content .modal-right .figure-zoom {
  margin: 0 0 20px;
}

@media (max-width: 749px) {
  .modal-content .modal-ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .modal-content .modal-left-right {
    display: block;
  }
  .modal-content .modal-left {
    width: 100%;
    padding-right: 0px;
  }
  .modal-content .modal-right {
    width: 100%;
  }
}

.modal-content .modal-top {
  margin-bottom: 20px;
}

.modal-content .modal-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal-content .modal-bottom:after {
  content: "";
  display: block;
  width: 240px;
  height: 0;
}

.modal-content .modal-bottom figure {
  width: 240px;
}

.modal-content .modal-bottom figure .img-wrap {
  height: 176px;
  background: #222222;
}

.modal-content .modal-bottom figure img {
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 749px) {
  .modal-content .modal-bottom figure {
    width: calc(50% - 10px);
  }
  .modal-content .modal-bottom figure span {
    height: 30vw;
  }
}

@media (max-width: 559px) {
  .modal-content .modal-bottom {
    display: block;
  }
  .modal-content .modal-bottom:after {
    display: none;
  }
  .modal-content .modal-bottom figure {
    width: 100%;
  }
  .modal-content .modal-bottom figure span {
    height: 50vw;
  }
}

.modal-content .modal-figure-link {
  position: relative;
  margin-bottom: 20px;
}

.modal-content .modal-figure-link .img-wrap {
  display: block;
  position: relative;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  text-align: center;
  background: #222222;
}

.modal-content .modal-figure-link .img-wrap.clone {
  position: absolute;
  z-index: 101;
}

.modal-content .modal-figure-link .img-wrap img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.modal-content .modal-figure-zoom {
  position: relative;
  margin-bottom: 20px;
}

.modal-content .modal-figure-zoom .img-wrap {
  display: block;
  position: relative;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  text-align: center;
  background: #222222;
}

.modal-content .modal-figure-zoom .img-wrap.clone {
  position: absolute;
  z-index: 101;
}

.modal-content .modal-figure-zoom .img-wrap img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.modal-content .modal-figure-zoom .btn-modal-zoom {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url(../images/ico-zoom-in.png) no-repeat center center;
  background-size: 100%;
  opacity: 0.75;
}

.modal-content .modal-inner.zoom-in {
  height: calc(100vh - 150px);
}

.modal-content .modal-inner.zoom-in .scroll {
  display: none;
}

.modal-content .modal-inner.zoom-in .clone {
  background: #222222;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition: none;
  transition: none;
}

.modal-content .modal-inner.zoom-in .clone .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
  height: 100%;
}

.modal-content .modal-inner.zoom-in .clone .img-wrap img {
  max-width: 100%;
  max-height: 100%;
}

.modal-content .modal-inner.zoom-in .clone .btn-modal-zoom {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 30px;
  height: 30px;
  background: url(../images/ico-zoom-out.png) no-repeat center center;
  background-size: 100%;
  opacity: 0.75;
}

.accordion-ttl .btn-accordion {
  display: block;
  position: relative;
}

.accordion-ttl .btn-accordion:after {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
}

.accordion-ttl .btn-accordion.is-open:after {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  content: "\f077";
}

.accordion-contents {
  display: none;
}

.tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 749px) {
  .tab-list {
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
  }
}

.tab-item {
  width: 25%;
  height: 70px;
}

@media (max-width: 749px) {
  .tab-item {
    width: 50%;
    height: 50px;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
  }
}

.tab-item a {
  height: 100%;
  padding: 1rem 0.5rem;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #F2F2F2;
  color: #1136A6;
  position: relative;
}

.tab-item a:before {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 40px;
  background: #DDDDDD;
}

@media (max-width: 749px) {
  .tab-item a:before {
    display: none;
  }
}

.tab-item a:after {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
}

.tab-item a.is-selected {
  background: #1136A6;
  color: #FFFFFF;
}

.tab-item a.is-selected:before {
  display: none;
}

@media (max-width: 559px) {
  .tab-item a {
    font-size: 13px;
  }
}

.tab-item:last-child a:before {
  display: none;
}

.panel-item {
  display: none;
}

.figure-zoom {
  text-align: center;
  margin: 20px 0;
}

.figure-zoom figcaption {
  margin-top: 5px;
  text-align: left;
  font-size: 12px;
}

.figure-zoom .btn-zoom {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.figure-zoom .btn-zoom span {
  position: relative;
  display: inline-block;
}

.figure-zoom .btn-zoom span:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f00e";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.8);
  color: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 20px;
}

.figure-zoom .btn-zoom span img {
  display: block;
  margin: 0 auto;
}

.figure-zoom figcaption {
  text-align: center;
  margin-bottom: 40px;
}

.figure-zoom.figure-youtube {
  display: table;
  margin: 0 auto !important;
}

.figure-zoom.figure-youtube .figure-youtube-link {
  margin-top: 16px;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: left;
}

.figure-zoom.figure-youtube .figure-youtube-link a {
  color: #222222;
}

.figure-zoom.figure-youtube .figure-youtube-link a::before {
  display: inline-block;
  width: 44px;
  height: 31px;
  margin-right: 10px;
  background: url(../images/ico-youtube.png) no-repeat left center;
  vertical-align: middle;
  content: '';
}


.lum-lightbox {
  z-index: 110;
}

.lum-lightbox-position-helper {
  position: relative;
  /*display: inline-block;*/
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  width: 100%;
}

.lum-lightbox-position-helper:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f010";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.8);
  color: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 20px;
}

.lum-gallery-button {
  display: none;
}

.lum-close-button {
  display: none;
}

.lum-lightbox-inner img {
  max-width: 100%;
}

.validation-form {
  max-width: 600px;
  margin: 0 auto;
}

.form-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form-list dt {
  position: relative;
  width: 30%;
  padding: 8px 35px 0 0;
  font-weight: bold;
}

.form-list dt .ico-requierd {
  position: absolute;
  font-size: 10px;
  right: 0;
  display: inline-block;
  color: #FFFFFF;
  background: #cc0000;
  padding: 1px 5px;
  border-radius: 3px;
}

.form-list dd {
  width: 70%;
  padding-left: 2rem;
  padding-bottom: 2rem;
}

.form-list dd label.error {
  color: #cc0000;
}

.form-list input[type=text],
.form-list select {
  outline: 0;
  width: 100%;
  padding: 8px;
  border: 1px solid #F2F2F2;
  background: #FFFFFF;
}

.form-list input[type=text]:focus,
.form-list select:focus {
  border-color: #DDDDDD;
}

.form-list input[type=text].zip1,
.form-list select.zip1 {
  width: 45px;
  margin-bottom: 10px;
}

.form-list input[type=text].zip2,
.form-list select.zip2 {
  width: 60px;
  margin-bottom: 10px;
}

.form-list textarea {
  outline: 0;
  width: 100%;
  height: 160px;
  padding: 1.0rem;
  border: 1px solid #F2F2F2;
}

.form-list textarea:focus {
  border-color: #DDDDDD;
}

.label-checkbox {
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin-right: 2rem;
}

.label-checkbox input[type="checkbox"] {
  display: none;
}

.label-checkbox input[type="checkbox"]:checked + .item-name:before {
  border-color: #1136A6;
}

.label-checkbox input[type="checkbox"]:checked + .item-name:after {
  border-color: #1136A6;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.label-checkbox .item-name {
  position: relative;
  padding-left: 2.0rem;
}

.label-checkbox .item-name:before, .label-checkbox .item-name:after {
  content: "";
  position: absolute;
}

.label-checkbox .item-name:before {
  width: 1.4rem;
  height: 1.4rem;
  border: 1px solid #DDDDDD;
  background-color: #FFFFFF;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.label-checkbox .item-name:after {
  width: 0.9rem;
  height: 0.4rem;
  border-left: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  left: 3px;
  top: 50%;
  margin-top: -4px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.label-radio {
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin-right: 2rem;
}

.label-radio input[type="radio"] {
  display: none;
}

.label-radio input[type="radio"]:checked + .item-name:before {
  border-color: #1136A6;
}

.label-radio input[type="radio"]:checked + .item-name:after {
  background-color: #1136A6;
}

.label-radio .item-name {
  position: relative;
  padding-left: 2.0rem;
}

.label-radio .item-name:before, .label-radio .item-name:after {
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.label-radio .item-name:before {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  border: 1px solid #DDDDDD;
  background-color: #FFFFFF;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.label-radio .item-name:after {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  left: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: 0;
}

.select-wrap {
  position: relative;
}

.select-wrap:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
  font-size: 1.4rem;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5px;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.select-wrap select {
  width: 100%;
  cursor: pointer;
  text-overflow: ellipsis;
  padding-right: 1.5rem;
}

.select-wrap select::-ms-expand {
  display: none;
}

.btn-wrap {
  text-align: center;
}

.btn-wrap > * {
  display: inline-block;
  width: 260px;
  margin: 0 0.5rem;
}

.table-wrap {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 20px;
}

table {
  width: 100%;
}

table th {
  background: #F2F2F2;
  padding: 15px;
  border: 1px solid #DDDDDD;
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
  word-break: break-all;
}

table td {
  padding: 15px;
  border: 1px solid #DDDDDD;
  vertical-align: middle;
  word-break: break-all;
}

@media (max-width: 749px) {
  table {
    width: 100%;
    min-width: 600px;
    margin: 0 auto;
  }
  table th, table td {
    padding: 10px;
    font-size: 13px;
  }
  table.column-2 {
    min-width: calc(100vw + 100px);
  }
  table.column-2 th {
    width: 140px !important;
  }
}

@media (max-width: 749px) {
  table.wrap {
    width: 100%;
    min-width: inherit;
    margin: 0 auto;
    border-top: 1px solid #DDDDDD;
  }
  table.wrap th, table.wrap td {
    display: block;
    width: 100% !important;
    border-top: 0px;
  }
}

.column-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.column-3:after {
  content: "";
  display: block;
  width: 300px;
  height: 0;
}

.column-3 > li {
  width: 300px;
  margin-bottom: 30px;
  border: 1px solid #DDDDDD;
  background: #FFFFFF;
  position: relative;
}

.column-3 > li figure.item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
  border-bottom: 1px solid #DDDDDD;
  overflow: hidden;
}

.column-3 > li figure.item-img:before {
  content: "";
  display: block;
  padding-top: 66.66%;
}

.column-3 > li figure.item-img img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.column-3 > li .txt {
  padding: 10px 20px 80px;
}

.column-3 > li .item-ttl {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 20px;
}

.column-3 > li .item-ttl.center {
  text-align: center;
}

.column-3 > li .interview-name {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 5px;
}

.column-3 > li .interview-description {
  font-size: 13px;
}

.column-3 > li .btn-link-wrap {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 150px;
}

@media (min-width: 750px) {
  .sec-case-carousel {
    padding-top: 39px;
    padding-bottom: 55px;
  }
}

@media (max-width: 749px) {
  .sec-case-carousel {
    padding-top: 19px;
    padding-bottom: 25px;
  }
}

.case-carousel-wrap {
  position: relative;
  width: 900px;
  margin: 0 auto;
}

@media (max-width: 749px) {
  .case-carousel-wrap {
    width: auto;
  }
}

.case-carousel-wrap::before,
.case-carousel-wrap::after {
  display: block;
  position: absolute;
  top: 0;
  width: 75px;
  height: 100%;
  z-index: 9;
  content: "";
  background-color: #F2F2F2;
}

.case-carousel-wrap::before {
  left: -80px;
}

.case-carousel-wrap::after {
  right: -80px;
}

@media (max-width: 749px) {
  .case-carousel-wrap::before,
  .case-carousel-wrap::after {
    width: 20px;
  }
  .case-carousel-wrap::before {
    left: -22px;
  }
  .case-carousel-wrap::after {
    right: -22px;
  }
}

.case-carousel-wrap .swiper-carousel-container {
  position: relative;
}

.case-carousel-wrap .carousel-button-prev,
.case-carousel-wrap .carousel-button-next {
  height: 67px;
  margin-top: 0;
  transform: translateY(-50%);
}

.case-carousel-wrap .carousel-button-prev {
  left: -50px;
}

.case-carousel-wrap .carousel-button-next {
  right: -50px;
}

@media (max-width: 749px) {
  .case-carousel-wrap .carousel-button-prev,
  .case-carousel-wrap .carousel-button-next {
    height: 45px;
  }
  .case-carousel-wrap .carousel-button-prev {
    left: -22px;
  }
  .case-carousel-wrap .carousel-button-next {
    right: -22px;
  }
}

.case-carousel-wrap .case-carousel-item {
  background: #FFFFFF;
}

.case-carousel-wrap .case-carousel-item a {
  color: #222222;
}

.case-carousel-wrap .case-carousel-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 140px;
  background: #003399;
}

.case-carousel-wrap .case-carousel-txt {
  min-height: 50px;
  padding: 5px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.case-carousel-wrap .swiper-disabled .case-carousel-list {
  display: flex;
  justify-content: space-between;
}

.case-carousel-wrap .swiper-disabled .case-carousel-item {
  width: 210px;
}

.case-carousel-wrap .swiper-disabled .carousel-button-prev,
.case-carousel-wrap .swiper-disabled .carousel-button-next {
  display: none;
}

.contents-item.contents-item-linkbox {
  transition: all .5s ease;
}

.contents-item.contents-item-linkbox:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 15px 0px;
}

.contents-item-link {
  display: block;
  height: 100%;
}

.contents-item-link,
.contents-item-link:visited,
.contents-item-link:hover {
  color: #222222;
}

@media (max-width: 749px) {
  .column-3 {
    padding: 0 0px;
  }
  .column-3 li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .contents-item.contents-item-linkbox:hover {
    box-shadow: none;
  }
}

@media (max-width: 559px) {
  .column-3 {
    display: block;
    padding: 0 20px;
  }
  .column-3 li {
    width: 100%;
    margin-bottom: 20px;
  }
}

.anchor-box {
  margin-bottom: 70px;
  padding: 30px 34px;
  background-color: #ebefff;
}

.anchor-list {
  font-size: 16px;
}

.anchor-item + .anchor-item {
  margin-top: 0.5em;
}

.anchor-link {
  display: block;
  position: relative;
  padding-left: 22px;
}

.anchor-link::after {
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  content: "\f054";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.form-search-wrap {
  margin: 40px 0;
  padding: 30px;
  background: #F2F2F2;
  position: relative;
}

.form-search-wrap .form-search dl {
  position: relative;
}

.form-search-wrap .form-search dt {
  position: absolute;
  font-size: 20px;
  height: 70px;
  line-height: 70px;
  width: 100px;
  text-align: center;
}

.form-search-wrap .form-search dd {
  padding-left: 120px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-search-wrap .form-search dd .input-wrap {
  width: calc(100% - 220px);
  position: relative;
}

.form-search-wrap .form-search dd .input-wrap i {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
  color: #707070;
}

.form-search-wrap .form-search dd .input-wrap input[type="text"] {
  width: 100%;
  height: 100%;
  outline: 0;
  padding-left: 50px;
  font-size: 16px;
  border: 1px solid #DDDDDD;
}

.form-search-wrap .form-search dd .input-wrap input[type="text"]:focus {
  border: 1px solid #707070;
}

.form-search-wrap .form-search dd .btn-submit {
  width: 220px;
  height: 100%;
  font-size: 20px;
}

@media (max-width: 749px) {
  .form-search-wrap {
    padding: 20px 20px 30px;
  }
  .form-search-wrap .form-search dt {
    position: relative;
    font-size: 18px;
    text-align: left;
    height: auto;
    line-height: inherit;
    margin-bottom: 10px;
  }
  .form-search-wrap .form-search dd {
    padding-left: 0;
    height: auto;
    display: block;
  }
  .form-search-wrap .form-search dd .input-wrap {
    width: 100%;
    height: 70px;
  }
  .form-search-wrap .form-search dd .btn-submit {
    height: 60px;
    font-size: 18px;
    margin: 20px auto 0;
  }
}

.pager {
  padding: 40px 0;
}

.pager .pager-link {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  display: inline-block;
  padding: 0 150px;
  height: 40px;
}

@media (max-width: 749px) {
  .pager .pager-link {
    display: block;
    padding: 0 0 90px;
  }
}

.pager .pager-link li {
  display: inline-block;
  margin: 0 5px;
}

.pager .pager-link li a {
  display: inline-block;
  background: #F2F2F2;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}

.pager .pager-link li.now a {
  pointer-events: none;
  background: #1136A6;
  color: #FFFFFF;
}

.pager .pager-link li.first {
  position: absolute;
  left: 0;
}

@media (min-width: 750px) {
  .pager .pager-link li.first {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (max-width: 749px) {
  .pager .pager-link li.first {
    bottom: 0;
  }
}

.pager .pager-link li.first a {
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
}

.pager .pager-link li.first a:before {
  content: url(../images/ico-first.png);
  vertical-align: middle;
}

.pager .pager-link li.prev {
  position: absolute;
  left: 80px;
}

@media (min-width: 750px) {
  .pager .pager-link li.prev {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (max-width: 749px) {
  .pager .pager-link li.prev {
    bottom: 0;
  }
}

.pager .pager-link li.prev a {
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
}

.pager .pager-link li.prev a:before {
  content: url(../images/ico-prev.png);
  vertical-align: middle;
}

.pager .pager-link li.next {
  position: absolute;
  right: 80px;
}

@media (min-width: 750px) {
  .pager .pager-link li.next {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (max-width: 749px) {
  .pager .pager-link li.next {
    bottom: 0;
  }
}

.pager .pager-link li.next a {
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
}

.pager .pager-link li.next a:after {
  content: url(../images/ico-next.png);
  vertical-align: middle;
}

.pager .pager-link li.last {
  position: absolute;
  right: 0;
}

@media (min-width: 750px) {
  .pager .pager-link li.last {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (max-width: 749px) {
  .pager .pager-link li.last {
    bottom: 0;
  }
}

.pager .pager-link li.last a {
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
}

.pager .pager-link li.last a:after {
  content: url(../images/ico-last.png);
  vertical-align: middle;
}

.pager .pager-count {
  text-align: center;
  margin-top: 10px;
}

@media (max-width: 749px) {
  .pager {
    padding: 20px 0;
  }
}

.search-keyword {
  position: relative;
}

.search-keyword dl {
  position: relative;
}

.search-keyword dt {
  position: absolute;
  line-height: 46px;
  margin-left: 25px;
}

.search-keyword dt i {
  margin-right: 10px;
}

.search-keyword dd {
  padding-left: 170px;
}

.search-keyword dd .keyword-item {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.search-keyword dd .keyword-item:last-child {
  margin-right: 0;
}

.search-keyword dd .keyword-item a {
  display: inline-block;
  min-height: 46px;
  background: #0068B3;
  padding: 10px 30px;
  border-bottom: 8px solid #3c518b;
  border-radius: 23px;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 749px) {
  .search-keyword {
    padding: 20px 0 20px;
  }
  .search-keyword dt {
    position: relative;
    line-height: inherit;
    margin-bottom: 10px;
  }
  .search-keyword dd {
    margin-left: 25px;
    padding-left: 0;
  }
  .search-keyword dd .keyword-item {
    margin-right: 5px;
  }
  .search-keyword dd .keyword-item a {
    padding: 10px 10px;
  }
}

.related-tag {
  position: relative;
}

.related-tag dl {
  position: relative;
}

.related-tag dt {
  position: absolute;
  line-height: 46px;
}

.related-tag dt i {
  margin-right: 10px;
}

.related-tag dd {
  padding-left: 170px;
}

.related-tag dd .keyword-item {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.related-tag dd .keyword-item:last-child {
  margin-right: 0;
}

.related-tag dd .keyword-item a {
  display: inline-block;
  height: 46px;
  background: #FFFFFF;
  padding: 10px 30px;
  border: 1px solid #DDDDDD;
  border-radius: 23px;
}

@media (max-width: 749px) {
  .related-tag {
    padding: 20px 0 20px;
  }
  .related-tag dt {
    position: relative;
    line-height: inherit;
    margin-bottom: 10px;
  }
  .related-tag dd {
    padding-left: 0;
  }
  .related-tag dd .keyword-item {
    margin-right: 5px;
  }
  .related-tag dd .keyword-item a {
    padding: 10px 10px;
  }
}

.search-initial {
  margin-bottom: 20px;
}

@media (max-width: 749px) {
  .search-initial {
    margin-bottom: 20px;
  }
}

.search-initial .page-content-ttl {
  margin-bottom: 30px;
}

.search-initial .initial-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-right: -20px;
}

.search-initial .hiragana {
 width: 7.14% !important;
}

.search-initial .initial-item {
  padding-right: 20px;
  margin-bottom: 20px;
  width: 7.14%;
}

.search-initial .initial-item:last-child {
  width: 14.28%;
}

@media (max-width: 749px) {
  .search-initial .hiragana {
    width: 20% !important;
  }

  .search-initial .initial-item {
    width: 20%;
  }
  .search-initial .initial-item:last-child {
    width: 40%;
  }
}

.search-initial .initial-item .btn-initial {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #F2F2F2;
}

.search-initial .initial-item .btn-initial.is-disabled {
  pointer-events: none;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  color: #707070;
}

@media (max-width: 749px) {
  .search-initial .initial-item .btn-initial {
    height: 13vw;
  }
}

.noUi-horizontal {
  height: 14px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.noUi-horizontal .noUi-base .noUi-connects {
  background: #DDDDDD;
}

.noUi-horizontal .noUi-base .noUi-connect {
  background: #2952CC;
}

.noUi-horizontal .noUi-base .noUi-origin {
  right: 8px !important;
}

.noUi-horizontal .noUi-base .noUi-handle {
  top: -8px;
  width: 18px;
  border: none;
  background: #1136A6;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.noUi-horizontal .noUi-base .noUi-handle:before {
  top: 9px;
  left: 7px;
  height: 8px;
}

.noUi-horizontal .noUi-base .noUi-handle:after {
  top: 9px;
  left: 10px;
  height: 8px;
}

.top .page-body {
  padding: 70px 0 70px;
}

@media (max-width: 749px) {
  .top .page-body {
    padding: 40px 0;
  }
}


.top .sec-news {
  position: relative;
}

.top .sec-news .news-item {
  border: none;
}

.top .sec-news .news-item a {
  display: block;
}

.top .sec-news .news-item .item-img {
  border: none;
}

.top .sec-news .news-item .item-date {
  font-size: 12px;
  color: #707070;
  display: inline-block;
  margin-right: 10px;
}

.top .sec-news .news-item .item-tag {
  display: inline-block;
  font-size: 12px;
}

.top .sec-news .news-item .item-tag span {
  display: inline-block;
  color: #FFFFFF;
  padding: 2px 20px;
  margin-right: 10px;
}

.top .sec-news .news-item .item-tag span.info {
  background: #1DB2F2;
}

.top .sec-news .news-item .item-tag span.event {
  background: #009169;
}

.top .sec-news .news-item .item-tag span.recruit {
  background: #3373CC;
}

.top .sec-news .news-item .item-ttl {
  color: #222222;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
}

.top .sec-column {
  position: relative;
}

.top .sec-gallery {
  position: relative;
}

.top .carousel-container {
  position: relative;
}

.carousel-button-next, .carousel-button-prev {
  position: absolute;
  top: 50%;
  width: 21px;
  height: 42px;
  margin-top: -30px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.top .carousel-container.swiper-disabled .carousel-button-next,
.top .carousel-container.swiper-disabled .carousel-button-prev {
  display: none;
}

.carousel-button-next {
  background: none;
}

@media (min-width: 750px) {
  .carousel-button-next {
    right: -60px;
  }
}

@media (max-width: 749px) {
  .carousel-button-next {
    right: -22px;
  }
}

.carousel-button-next:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-family: "Font Awesome 5 Pro";
  font-size: 4.2rem;
  font-weight: 300;
  color: #1136A6;
  content: "\f054";
}

@media (max-width: 749px) {
  .carousel-button-next:after {
    font-size: 2.8rem;
  }
}

.carousel-button-prev {
  background: none;
}

@media (min-width: 750px) {
  .carousel-button-prev {
    left: -60px;
  }
}

@media (max-width: 749px) {
  .carousel-button-prev {
    left: -22px;
  }
}

.carousel-button-prev:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-family: "Font Awesome 5 Pro";
  font-size: 4.2rem;
  font-weight: 300;
  color: #1136A6;
  content: "\f053";
}

@media (max-width: 749px) {
  .carousel-button-prev:after {
    font-size: 2.8rem;
  }
}

.top .carousel-container .swiper-slide {
  height: auto !important;
  margin-bottom: 0;
  opacity: 0.2;
  transition: opacity 0.3s ease-out;
}

.top .carousel-container.swiper-disabled .swiper-slide,
.top .carousel-container .swiper-slide.swiper-slide-active,
.top .carousel-container .swiper-slide.swiper-slide-prev,
.top .carousel-container .swiper-slide.swiper-slide-next {
  opacity: 1;
}

@media (max-width: 749px) {
  .top .carousel-container .swiper-slide {
    opacity: 1;
  }
}

.business .business-list {
  margin-top: 30px;
}

.business .business-item .item-ttl {
  text-align: center;
}

.business .business-item .item-description {
  text-align: center;
}

.business .business-item figure.item-img:before {
  padding-top: 50%;
}

.business .business-item .btn-link-wrap {
  width: 150px;
}

.product-list .sec {
  margin-top: 28px;
}

.product-list .sec-description h4 {
  font-weight: bold;
}

.product-list .sec-description .text {
  margin-top: 4px;
}

.product-list .sec-column-2 {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-list .sec-column-2 .description-txt {
  width: calc(100% - 270px);
}

.product-list .sec-column-2 .description-txt .btn-link-wrap {
  width: 350px;
}

@media (max-width: 749px) {
  .product-list .sec-column-2 .description-txt .btn-link-wrap {
    margin: 0 auto;
    width: auto;
    max-width: 350px;
  }
}

.product-list .sec-column-2 .description-img {
  width: 240px;
}

@media (max-width: 749px) {
  .product-list .sec-column-2 {
    display: block;
  }
  .product-list .sec-column-2 .description-txt {
    width: 100%;
  }
  .product-list .sec-column-2 .description-img {
    margin-top: 30px;
    width: auto;
    max-width: 100%;
    text-align: center;
  }
}

.product-list .product-list .product-item .btn-link-wrap {
  width: 150px;
}

.product-attention {
  border-top: #DDDDDD 1px solid;
  border-bottom: #DDDDDD 1px solid;
  margin: 30px 0 40px 0;
  padding: 30px 0;
}

.product-attention h3 {
  margin-bottom: 5px;
  font-weight: bold;
}

.product-purchase {
  margin-bottom: 50px;
}

.product-purchase p {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 20px;
}

.product-purchase .btn-link-wrap {
  width: 300px;
  height: 50px;
  margin: auto;
}

@media (max-width: 749px) {
  .product-purchase .btn-link-wrap {
    margin: 0 auto;
    width: auto;
    max-width: 350px;
  }
}

.product-detail .sec {
  border-bottom: #DDDDDD 1px solid;
  padding-bottom: 60px;
  margin-bottom: 60px;
}

@media (max-width: 749px) {
  .product-detail .sec {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

.product-detail .sec:last-child {
  border: none;
}

.product-detail .sec-service .service-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-detail .sec-service .service-wrap .service {
  width: 48%;
}

.product-detail .sec-service .service-wrap .service .service-ttl {
  font-weight: bold;
  font-size: 18px;
}

.product-detail .sec-service .service-wrap .service .service-txt {
  margin-top: 10px;
}

.product-detail .sec-service .service-wrap .service .service-txt p {
  margin-bottom: 10px;
}

@media (max-width: 749px) {
  .product-detail .sec-service .service-wrap {
    display: block;
  }
  .product-detail .sec-service .service-wrap .service {
    width: 100%;
    margin-bottom: 20px;
  }
}

.product-detail .sec-sample-img .sec-sub-ttl {
  margin-bottom: 20px;
}

.product-detail .sec-sample-img .sample-img-list {
  margin-right: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 749px) {
  .product-detail .sec-sample-img .sample-img-list {
    margin-right: 0px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.product-detail .sec-sample-img .sample-img-list .sample-img-item {
  width: 184px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.product-detail .sec-sample-img .sample-img-list .sample-img-item figure {
  margin: 0;
}

@media (max-width: 749px) {
  .product-detail .sec-sample-img .sample-img-list .sample-img-item {
    width: 48%;
    margin-right: 0px;
  }
}

.product-detail .sec-license .license-top {
  margin-bottom: 20px;
}

@media (max-width: 749px) {
  .product-detail .sec-license {
    margin-bottom: 20px;
  }
}

.product-detail .sec-license .license-left-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}

@media (max-width: 749px) {
  .product-detail .sec-license .license-left-right {
    display: block;
  }
}

.product-detail .sec-license .license-left-right section {
  width: 48%;
}

@media (max-width: 749px) {
  .product-detail .sec-license .license-left-right section {
    width: 100%;
    margin-bottom: 20px;
  }
}

.product-detail .sec-license h4 {
  margin-bottom: 10px;
}

.product-detail .sec-license p {
  margin-bottom: 10px;
}

.about-product-txt-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 749px) {
  .about-product-txt-img-wrap {
    display: block;
  }
}

.about-product-txt-img-wrap .about-product-txt {
  width: 50%;
}

@media (max-width: 749px) {
  .about-product-txt-img-wrap .about-product-txt {
    width: 100%;
    margin-bottom: 20px;
  }
}

.about-product-txt-img-wrap .about-product-txt .about-product-ttl {
  margin-bottom: 20px;
}

.about-product-txt-img-wrap .about-product-txt .sec-about-product {
  margin-bottom: 20px;
}

.about-product-txt-img-wrap .about-product-txt .sec-about-product .sec-about-product-ttl {
  margin-bottom: 10px;
  font-weight: bold;
}

.about-product-txt-img-wrap .about-product-txt .sec-about-product .sec-about-product-ttl:before {
  content: "■";
  font-size: 10px;
  padding-right: 10px;
  color: #707070;
}

.about-product-txt-img-wrap .about-product-txt .sec-about-product .about-product-list .about-product-item {
  margin-bottom: 10px;
}

.about-product-txt-img-wrap .about-product-txt .sec-about-product .about-product-list .about-product-item .about-product-item-ttl {
  padding-left: 20px;
  font-size: 14px;
  font-weight: normal;
  position: relative;
}

.about-product-txt-img-wrap .about-product-txt .sec-about-product .about-product-list .about-product-item .about-product-item-ttl:before {
  content: "・";
  font-size: 14px;
  color: #707070;
  position: absolute;
  left: 5px;
}

.about-product-txt-img-wrap .about-product-txt .sec-about-product .about-product-list .about-product-item .about-product-item-description {
  padding-left: 26px;
  margin-bottom: 10px;
}

.about-product-txt-img-wrap .about-product-img {
  width: 47%;
}

@media (max-width: 749px) {
  .about-product-txt-img-wrap .about-product-img {
    width: 100%;
  }
}

.about-product-txt-img-wrap .about-product-img .about-product-img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about-product-txt-img-wrap .about-product-img .about-product-img-list .about-product-img-item {
  width: 48%;
  margin-bottom: 20px;
}

.about-earthnow-list .lead {
  margin-bottom: 40px;
}

.about-earthnow-list .product-item .item-ttl {
  margin-bottom: 5px;
}

.about-earthnow-list .product-item .item-date {
  color: #707070;
  font-size: 13px;
}

.about-earthnow-list .product-item .btn-link-wrap {
  width: 150px;
}

.about-earthnow-detail .product-detail-img {
  text-align: center;
  margin-bottom: 40px;
}

.about-earthnow-detail .product-detail-img figcaption {
  margin-top: 10px;
}

.about-earthnow-detail .product-detail-txt {
  margin-bottom: 40px;
}

.about-earthnow-detail .product-detail-txt p {
  margin-bottom: 20px;
}

.about-earthnow-detail .product-detail-tbl {
  margin-bottom: 40px;
}

.about-earthnow-detail .product-detail-tbl th {
  width: 25%;
}

.about-education-tool .lead {
  margin-bottom: 60px;
  text-align: center;
}

@media (max-width: 749px) {
  .about-education-tool .lead {
    margin-bottom: 40px;
  }
}

.about-education-tool .message {
  margin-bottom: 30px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}

@media (max-width: 749px) {
  .about-education-tool .message {
    font-size: 15px;
  }
}

.about-education-tool .message.complete {
  margin-bottom: 130px;
}

.about-education-tool b {
  color: #CC1414;
  font-size: 12px;
  display: inline-block;
  margin: 0 5px;
  vertical-align: top;
}

.about-education-tool textarea {
  width: 100%;
  border: 1px solid #DDDDDD;
}

.about-education-tool select {
  -webkit-appearance: auto;
  -moz-appearance: auto;
       appearance: auto;
  height: 50px;
  border: 1px solid #DDDDDD;
  outline: 0;
  padding: 0 10px;
}

.about-education-tool select.w200 {
  width: 200px;
}

.about-education-tool select.w340 {
  width: 340px;
}

.about-education-tool input[type=text],
.about-education-tool input[type=email],
.about-education-tool input[type=number],
.about-education-tool input[type=tel] {
  height: 50px;
  outline: 0;
  padding: 20px 10px;
  border: 1px solid #DDDDDD;
}

.about-education-tool input[type=text].w100,
.about-education-tool input[type=email].w100,
.about-education-tool input[type=number].w100,
.about-education-tool input[type=tel].w100 {
  width: 100px;
}

.about-education-tool input[type=text].w150,
.about-education-tool input[type=email].w150,
.about-education-tool input[type=number].w150,
.about-education-tool input[type=tel].w150 {
  width: 150px;
}

.about-education-tool input[type=text].w200,
.about-education-tool input[type=email].w200,
.about-education-tool input[type=number].w200,
.about-education-tool input[type=tel].w200 {
  width: 200px;
}

.about-education-tool input[type=text].w340,
.about-education-tool input[type=email].w340,
.about-education-tool input[type=number].w340,
.about-education-tool input[type=tel].w340 {
  width: 340px;
}

.about-education-tool input[type=text].w600,
.about-education-tool input[type=email].w600,
.about-education-tool input[type=number].w600,
.about-education-tool input[type=tel].w600 {
  width: 600px;
}

.about-education-tool input[type=text]:focus,
.about-education-tool input[type=email]:focus,
.about-education-tool input[type=number]:focus,
.about-education-tool input[type=tel]:focus {
  border: 1px solid #707070;
}

@media (max-width: 749px) {
  .about-education-tool input[type=text],
  .about-education-tool input[type=email],
  .about-education-tool input[type=number],
  .about-education-tool input[type=tel] {
    width: 100% !important;
  }
}

.about-education-tool .form-alert {
  margin: 0 0 0 5px;
  color: #f00;
}

.about-education-tool .symbol {
  padding: 0 20px;
}

@media (max-width: 749px) {
  .about-education-tool .symbol {
    padding: 0 8px;
  }
}

.about-education-tool .unit {
  padding-left: 5px;
}

.about-education-tool .birthday-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-education-tool .birthday-wrap .ttl {
  margin: 0;
}

.about-education-tool .birthday-wrap .col-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-education-tool .birthday-wrap .col {
  padding-left: 15px;
}

@media (max-width: 749px) {
  .about-education-tool .birthday-wrap {
    display: block;
  }
  .about-education-tool .birthday-wrap .ttl {
    margin-bottom: 10px;
  }
  .about-education-tool .birthday-wrap .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
  }
  .about-education-tool .birthday-wrap .col + .col {
    padding-left: 10px;
  }
}

.about-education-tool .input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-education-tool .input-wrap button {
  width: 130px;
  height: 50px;
  margin-left: 40px;
  border: none;
  color: #FFFFFF;
  background-color: #707070;
}

@media (max-width: 749px) {
  .about-education-tool .input-wrap button {
    margin-left: 10px;
  }
  .about-education-tool .input-wrap.tel .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 33.3%;
  }
}

.about-education-tool .name-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 530px;
}

.about-education-tool .name-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-education-tool .name-wrap dl dt {
  width: 50px;
}

@media (max-width: 749px) {
  .about-education-tool .name-wrap {
    width: 100%;
    display: block;
  }
  .about-education-tool .name-wrap dl + dl {
    margin-top: 15px;
  }
}

.about-education-tool .input-wrap + .input-wrap {
  margin-top: 10px;
}

.about-education-tool .table-wrap {
  margin-bottom: 40px;
}

.about-education-tool .table-wrap .label-radio {
  margin-right: 20px;
}

.about-education-tool .table-wrap .form-alert {
  margin: 10px 0 0 0;
  color: #f00;
}

.about-education-tool .table-wrap p {
  margin: 20px 0 10px;
}

.about-education-tool .terms-wrap {
  padding: 40px 60px;
  border: 1px solid #DDDDDD;
}

@media (max-width: 749px) {
  .about-education-tool .terms-wrap {
    padding: 20px 20px;
  }
}

.about-education-tool .terms-wrap .terms-ttl {
  font-size: 18px;
  margin-bottom: 30px;
}

.about-education-tool .terms-wrap p {
  margin-bottom: 20px;
}

.about-education-tool .terms-wrap ul {
  padding-left: 20px;
}

.about-education-tool .terms-wrap li {
  margin-bottom: 10px;
  list-style: disc outside;
}

@media (max-width: 749px) {
  .about-education-tool .terms-wrap {
    padding: 20px 20px;
  }
  .about-education-tool .terms-wrap .terms-ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.about-education-tool .consent-wrap {
  padding: 30px 60px;
  margin-bottom: 40px;
  border: 1px solid #DDDDDD;
  border-top: none;
  text-align: center;
}

.about-education-tool .consent-wrap .checkbox-wrap {
  margin-top: 30px;
  font-weight: bold;
}

@media (max-width: 749px) {
  .about-education-tool .consent-wrap {
    padding: 20px 20px;
  }
}

.about-education-tool .btn-submit-wrap {
  width: 100%;
  margin: 0 auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-education-tool .btn-submit-wrap .btn-submit, .about-education-tool .btn-submit-wrap .btn-correct {
  height: 50px;
  width: 30%;
  margin: 0 auto;
}

@media (max-width: 749px) {
  .about-education-tool .btn-submit-wrap {
    margin: 0 auto 20px;
  }
}

.about-satellite-result .lead {
  margin-bottom: 60px;
}

@media (max-width: 749px) {
  .about-satellite-result .lead {
    margin-bottom: 40px;
  }
}

.about-satellite-result .page-content-ttl {
  margin-bottom: 30px;
}

.about-satellite-result table th {
  width: 25%;
}

@media (max-width: 749px) {
  .about-satellite-result table td label {
    margin-bottom: 5px;
  }
}

.about-satellite-result table td .btn-modal {
  color: #222222;
  display: inline-block;
  border-bottom: 1px solid #DDDDDD;
  width: 300px;
  padding: 10px 0;
  position: relative;
}

.about-satellite-result table td .btn-modal:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 12px;
  color: #707070;
}

@media (max-width: 749px) {
  .about-satellite-result table td .btn-modal {
    width: 100%;
  }
}

.about-satellite-result table td .s-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 749px) {
  .about-satellite-result table td .range-slider {
    position: relative;
    padding: 25px 0 83px;
  }
  .about-satellite-result table td .s-min,
  .about-satellite-result table td .s-max {
    position: absolute;
    bottom: 10px;
  }
  .about-satellite-result table td .s-min {
    left: 0;
  }
  .about-satellite-result table td .s-max {
    right: 0;
  }
}

.about-satellite-result table td .s-wrap .range {
  display: inline-block;
  width: 400px;
  margin: 0 20px;
}

@media (max-width: 749px) {
  .about-satellite-result table td .s-wrap .range {
    width: 100%;
    margin: 0 7px;
  }
}

.about-satellite-result table td .s-wrap .input-year {
  height: 50px;
  width: 80px;
  padding: 20px 10px;
  margin-right: 4px;
  border: 1px solid #DDDDDD;
  outline: 0;
}

.about-satellite-result table td .s-wrap .input-year:focus {
  border: 1px solid #707070;
}

@media (max-width: 749px) {
  .about-satellite-result table td .s-wrap .input-year {
    width: 100px;
  }
}

.about-satellite-result table td .input-keyword {
  height: 50px;
  width: 340px;
  outline: 0;
  padding: 20px 10px;
  border: 1px solid #DDDDDD;
}

.about-satellite-result table td .input-keyword:focus {
  border: 1px solid #707070;
}

@media (max-width: 749px) {
  .about-satellite-result table td .input-keyword {
    width: 100%;
  }
}

.about-satellite-result .btn-submit-wrap {
  width: 220px;
  margin: 40px auto 60px;
  text-align: center;
}

@media (max-width: 559px) {
  .about-satellite-result .btn-submit-wrap {
    margin: 20px auto 40px;
  }
}

.about-satellite-result .btn-submit-wrap .btn-submit {
  height: 50px;
  font-size: 15px;
}

.about-satellite-result .btn-submit-wrap .btn-all-satellite {
  font-size: 14px;
  display: inline-block;
  margin: 20px auto 0;
  text-align: center;
  color: #222222;
  padding-left: 30px;
  background: url(../images/ico-arrow-right.png) no-repeat left center;
  background-size: 18px;
}

.about-satellite-result .modal-content .modal-bg {
  background: rgba(255, 255, 255, 0.8);
}

.about-satellite-result .modal-content .modal-inner {
  border: 1px solid #DDDDDD;
  max-width: 900px;
  padding: 20px 20px 10px;
}

.about-satellite-result .modal-content .modal-inner .scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  jusitify-content: left;
}

.about-satellite-result .modal-content .modal-inner .scroll label.label-radio {
  width: 20%;
  margin-right: 0;
  margin-bottom: 10px;
  font-size: 14px;
}

@media (max-width: 749px) {
  .about-satellite-result .modal-content .modal-inner .scroll label.label-radio {
    width: 50%;
  }
}

.about-satellite-result .modal-content .modal-inner .scroll label.label-radio input[type="radio"] {
  display: none;
}

.about-satellite-result .modal-content .modal-inner .scroll label.label-radio input[type="radio"]:checked + .item-name {
  color: #1136A6;
}

.about-satellite-result .modal-content .modal-inner .scroll label.label-radio input[type="radio"]:checked + .item-name:before {
  border-color: #1136A6;
}

.about-satellite-result .modal-content .modal-inner .scroll label.label-radio input[type="radio"]:checked + .item-name:after {
  border-color: #1136A6;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.about-satellite-result .modal-content .modal-inner .scroll label.label-radio .item-name {
  position: relative;
  padding-left: 2.0rem;
  display: block;
  line-height: 1.4;
}

.about-satellite-result .modal-content .modal-inner .scroll label.label-radio .item-name:before, .about-satellite-result .modal-content .modal-inner .scroll label.label-radio .item-name:after {
  content: "";
  position: absolute;
  border-radius: 0;
}

.about-satellite-result .modal-content .modal-inner .scroll label.label-radio .item-name:before {
  border: none;
}

.about-satellite-result .modal-content .modal-inner .scroll label.label-radio .item-name:after {
  background: none;
  width: 0.9rem;
  height: 0.6rem;
  border-left: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  left: 3px;
  top: 50%;
  margin-top: -4px;
  -webkit-transition: none;
  transition: none;
}

.about-satellite-result .modal-content .btn-close {
  display: none !important;
}

.about-satellite-result .modal-content .btn-prev {
  display: none !important;
}

.about-satellite-result .modal-content .btn-next {
  display: none !important;
}

.about-satellite-result .satellite-search-condition {
  border: 2px solid #DDDDDD;
  padding: 20px 20px;
  margin-bottom: 40px;
}

.about-satellite-result .satellite-search-condition p.search-condition {
  margin-bottom: 10px;
}

.about-satellite-result .satellite-search-condition dl.search-condition {
  margin-bottom: 10px;
  display: inline-block;
}

.about-satellite-result .satellite-search-condition dl.search-condition dt {
  display: inline-block;
  font-weight: bold;
}

.about-satellite-result .satellite-search-condition dl.search-condition dd {
  display: inline-block;
  margin-right: 20px;
}

@media (max-width: 749px) {
  .about-satellite-result .satellite-search-condition dl.search-condition {
    display: block;
  }
}

.about-satellite-result .satellite-search-condition .total-count b {
  font-weight: bold;
  font-size: 20px;
  margin: 0 5px;
}

.about-satellite-result .pager {
  margin-bottom: 40px;
}

@media (max-width: 749px) {
  .about-satellite-result .pager {
    margin-bottom: 0px;
  }
}

.search-result-list {
  border-top: 1px solid #DDDDDD;
  margin-bottom: 40px;
}

@media (max-width: 749px) {
  .search-result-list {
    margin-bottom: 20px;
  }
}

.search-result-list .search-result-item {
  border-bottom: 1px solid #DDDDDD;
}

.search-result-list .search-result-item .search-result-item-inner {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 749px) {
  .search-result-list .search-result-item .search-result-item-inner {
    padding: 10px 0;
  }
}

.search-result-list .search-result-item .search-result-item-inner figure {
  width: 30%;
  max-width: 180px;
}

.search-result-list .search-result-item .search-result-item-inner .txt {
  width: 70%;
  min-width: calc(100% - 180px);
  padding: 0 20px;
  color: #222222;
  background: url(../images/ico-arrow-right.png) no-repeat right center;
  background-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 749px) {
  .search-result-list .search-result-item .search-result-item-inner .txt {
    padding: 0 20px 0 10px;
  }
}

.search-result-list .search-result-item .search-result-item-inner .txt .satellite-name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 4px;
}

@media (max-width: 559px) {
  .search-result-list .search-result-item .search-result-item-inner .txt .satellite-name {
    font-size: 14px;
    margin-bottom: 0px;
  }
}

.search-result-list .search-result-item .search-result-item-inner .txt .satellite-description {
  font-size: 13px;
}

@media (max-width: 559px) {
  .search-result-list .search-result-item .search-result-item-inner .txt .satellite-description {
    font-size: 11px;
  }
}

.satellite-search-reset {
  margin-top: 10px;
  text-align: right;
}

@media (max-width: 749px) {
  .satellite-search-reset {
    margin-top: 0;
    text-align: center;
  }
}

.satellite-search-reset a {
  position: relative;
  font-size: 13px;
  color: inherit;
}

.satellite-search-reset a::before {
  display: inline-block;
  width: 15px;
  height: 16px;
  margin-right: 5px;
  vertical-align: middle;
  background: url(../images/satellite/icon-reset.png) no-repeat left center;
  background-size: 15px 16px;
  content: '';
}

@media (max-width: 749px) {
  .satellite-search-reset a {
    display: block;
    padding: 15px 0;
    border-right: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
    font-size: 15px;
    background: #e5e5e5;
  }
  .satellite-search-reset a::before {
    margin-right: 11px;
  }
}

.satellite-search-sort {
  display: flex;
  margin-bottom: 42px;
}

@media (max-width: 749px) {
  .satellite-search-sort {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
}

.sort-order-list {
  display: flex;
}

.sort-order-list > li {
  margin: 0 5px;
}

.sort-order-btn {
  padding: 0 5px 5px;
  border-bottom: 2px solid transparent;
  font-size: 16px;
}

.sort-order-btn.is-current {
  border-bottom-color: #1136a6;
  font-weight: bold;
}

.sort-order-select {
  display: block;
  width: 160px;
  padding: 0 20px 10px 8px;
  padding-bottom: 10px;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #d5d5d5;
  background: url(../images/satellite/icon-arrow-select.png) no-repeat right center #ffffff;
  background-size: 10px 6px;
  font-size: 15px;
  font-family: inherit;
}

.sort-order-label {
  margin-right: 19px;
  padding-left: 27px;
  background: url(../images/satellite/icon-sort-order.png) no-repeat left center;
  background-size: 16px 14px;
}

@media (max-width: 749px) {
  .sort-order-label {
    margin-right: 12px;
    padding-left: 23px;
  }
}

.about-satellite-detail .sec {
  margin-bottom: 60px;
}

.about-satellite-detail .sec p {
  margin-bottom: 20px;
}

.about-satellite-detail .table-wrap th {
  width: 25%;
}

.about-satellite-detail .table-wrap th.w50 {
  width: 50%;
}

.about-satellite-detail .table-wrap.column-2 th {
  width: 50%;
}

.about-satellite-detail .vertical-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about-satellite-detail .vertical-table .table-wrap {
  display: inline-block;
  width: 50%;
}

.about-satellite-detail .vertical-table .table-wrap th, .about-satellite-detail .vertical-table .table-wrap td {
  display: block;
  text-align: left;
  width: 100%;
}

.about-satellite-detail .item-img {
  margin: auto;
  margin-top: 40px;
  text-align: center;
  display: table;
}

.about-satellite-detail .item-img img {
  border: #DDDDDD 1px solid;
}

.about-satellite-detail .item-img figcaption {
  text-align: left;
  margin-top: 20px;
}

.about-glossary .lead {
  margin-bottom: 60px;
}

@media (max-width: 749px) {
  .about-glossary .lead {
    margin-bottom: 40px;
  }
}

.about-glossary .form-search-wrap {
  margin-top: 0px;
  margin-bottom: 70px;
}

.about-glossary-list .word-list-wrap {
  margin-bottom: 30px;
}

.about-glossary-list .word-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 749px) {
  .about-glossary-list .word-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.about-glossary-list .word-item {
  width: calc(20% - 15px);
  padding: 25px 0;
  border-bottom: 1px solid #DDDDDD;
  margin-right: 15px;
}

.about-glossary-list .word-item:nth-child(-n+5) {
  border-top: 1px solid #DDDDDD;
}

.about-glossary-list .word-item a {
  display: inline-block;
  color: #222222;
  padding-left: 30px;
  background: url(../images/ico-arrow-right.png) no-repeat left 9px;
  background-size: 18px;
}

.about-glossary-list .word-item-hiragana {
  width: calc(33% - 15px);
  padding: 25px 0;
  border-bottom: 1px solid #DDDDDD;
  margin-right: 15px;
}

.about-glossary-list .word-item-hiragana:nth-child(-n+3) {
  border-top: 1px solid #DDDDDD;
}

.about-glossary-list .word-item-hiragana a {
  display: inline-block;
  color: #222222;
  padding-left: 30px;
  background: url(../images/ico-arrow-right.png) no-repeat left 9px;
  background-size: 18px;
}

@media (max-width: 749px) {
  .about-glossary-list .word-item {
    width: calc(50% - 10px);
    margin-right: 10px;
  }
  .about-glossary-list .word-item:nth-child(-n+5) {
    border-top: none;
  }
  .about-glossary-list .word-item:nth-child(-n+2) {
    border-top: 1px solid #DDDDDD;
  }
}

@media (max-width: 749px) {
  .about-glossary-list .word-item-hiragana {
    width: 100%;
    margin-right: 10px;
  }
  .about-glossary-list .word-item-hiragana:nth-child(-n+5) {
    border-top: none;
  }
  .about-glossary-list .word-item-hiragana:nth-child(-n+1) {
    border-top: 1px solid #DDDDDD;
  }
}

.about-glossary-list .pager {
  margin-bottom: 60px;
}

@media (max-width: 749px) {
  .about-glossary-list .pager {
    margin-bottom: 40px;
  }
}

.about-glossary-list .search-initial {
  margin-bottom: 10px;
}

@media (max-width: 749px) {
  .about-glossary-list .search-initial {
    margin-bottom: 20px;
  }
}

.about-glossary-list .form-search-wrap {
  margin-top: 0;
  margin-bottom: 70px;
}

@media (max-width: 749px) {
  .about-glossary-list .form-search-wrap {
    margin-bottom: 40px;
  }
}

.about-glossary-detail .glossary-detail-info {
  margin-bottom: 60px;
}

.about-glossary-detail .glossary-detail-info .table-wrap {
  margin-bottom: 20px;
}

.about-glossary-detail .glossary-detail-info a {
  text-decoration: underline;
}

@media (max-width: 749px) {
  .about-glossary-detail .glossary-detail-info {
    margin-bottom: 30px;
  }
}

.about-glossary-detail .search-keyword {
  padding-bottom: 40px;
  margin-bottom: 50px;
  border-bottom: 1px solid #DDDDDD;
}

@media (max-width: 749px) {
  .about-glossary-detail .search-keyword {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}

.about-glossary-detail .search-initial {
  margin-bottom: 10px;
}

@media (max-width: 749px) {
  .about-glossary-detail .search-initial {
    margin-bottom: 20px;
  }
}

.about-glossary-detail .form-search-wrap {
  margin-top: 0;
  margin-bottom: 70px;
}

@media (max-width: 749px) {
  .about-glossary-detail .form-search-wrap {
    margin-bottom: 40px;
  }
}

.foundation-report-list .lead {
  margin-bottom: 60px;
}

@media (max-width: 749px) {
  .foundation-report-list .lead {
    margin-bottom: 40px;
  }
}

ul.report-list {
  margin: 0px 0 50px 0;
  border-top: #DDDDDD 1px solid;
}

ul.report-list li {
  border-bottom: #DDDDDD 1px solid;
  padding: 24px 40px 24px 0;
}

ul.report-list li a {
  color: #222222;
}

ul.report-list li a:hover {
  text-decoration: underline;
}

.foundation-report-detail .table-wrap th {
  width: 22%;
}

.foundation-report-detail .table-wrap td a {
  font-weight: bold;
}

.foundation-report-detail .table-wrap td em {
  font-weight: bold;
  font-style: normal;
}

.foundation-report-detail .sec-report-detail {
  margin-top: 50px;
}

.foundation-report-detail .sec-report-detail .rest-wrap {
  margin-top: 50px;
}

.foundation-report-detail .sec-report-detail:last-of-type {
  margin-bottom: 70px;
}

@media (max-width: 749px) {
  .foundation-report-detail .sec-report-detail:last-of-type {
    margin-bottom: 60px;
  }
}

.report-detail-txt {
  border-top: #DDDDDD 1px solid;
  padding: 40px 0 40px 0;
}

.news-list .lead {
  margin-bottom: 60px;
}

@media (max-width: 749px) {
  .news-list .lead {
    margin-bottom: 40px;
  }
}

.news-list .sec-news {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 20px;
  position: relative;
}

.news-list .sec-news .page-content-ttl {
  margin-bottom: 40px;
}

@media (max-width: 749px) {
  .news-list .sec-news .page-content-ttl {
    margin-bottom: 20px;
  }
}

.news-list .sec-news .news-item {
  border: none;
}

.news-list .sec-news .news-item a {
  display: block;
}

.news-list .sec-news .news-item .item-img {
  border: none;
}

.news-list .sec-news .news-item .txt {
  padding: 10px 0;
}

.news-list .sec-news .news-item .item-date {
  font-size: 12px;
  color: #707070;
  display: inline-block;
  margin-right: 10px;
}

.news-list .sec-news .news-item .item-tag {
  display: inline-block;
  font-size: 12px;
}

.news-list .sec-news .news-item .item-tag span {
  display: inline-block;
  color: #FFFFFF;
  padding: 2px 20px;
  margin-right: 10px;
}

.news-list .sec-news .news-item .item-tag span.info {
  background: #1DB2F2;
}

.news-list .sec-news .news-item .item-tag span.event {
  background: #009169;
}

.news-list .sec-news .news-item .item-tag span.recruit {
  background: #3373CC;
}

.news-list .sec-news .news-item .item-ttl {
  color: #222222;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
}

.news-list .sec-list ul.category-list {
  padding: 20px 0 6px 0;
}

.news-list .sec-list ul.category-list li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 20px;
}

.news-list .sec-list ul.category-list li a {
  font-size: 18px;
  color: #1136A6;
  padding: 6px;
}

@media (max-width: 749px) {
  .news-list .sec-list ul.category-list li a {
    font-size: 14px;
  }
}

.news-list .sec-list ul.category-list li a.is-selected {
  font-weight: bold;
  border-bottom: 2px solid #1136A6;
}

.news-list .sec-list .panel-item .news-list {
  border-top: 1px solid #DDDDDD;
  margin-bottom: 40px;
}

@media (max-width: 749px) {
  .news-list .sec-list .panel-item .news-list {
    margin-bottom: 20px;
  }
}

.news-list .sec-list .panel-item .news-list .news-item {
  border-bottom: 1px solid #DDDDDD;
}

.news-list .sec-list .panel-item .news-list .news-item .news-item-inner {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 749px) {
  .news-list .sec-list .panel-item .news-list .news-item .news-item-inner {
    padding: 10px 0;
  }
}

.news-list .sec-list .panel-item .news-list .news-item .news-item-inner figure {
  width: 30%;
  max-width: 180px;
  text-align: center;
}

.news-list .sec-list .panel-item .news-list .news-item .news-item-inner .txt {
  width: 70%;
  min-width: calc(100% - 180px);
  padding: 10px 20px 10px;
  color: #222222;
  background: url(../images/ico-arrow-right.png) no-repeat right center;
  background-size: 17px;
}

@media (max-width: 749px) {
  .news-list .sec-list .panel-item .news-list .news-item .news-item-inner .txt {
    padding: 0 20px 0 10px;
  }
}

.news-list .sec-list .panel-item .news-list .news-item .news-item-inner .txt .item-date {
  font-size: 13px;
  color: #707070;
  display: inline-block;
  margin-right: 20px;
}

@media (max-width: 749px) {
  .news-list .sec-list .panel-item .news-list .news-item .news-item-inner .txt .item-date {
    margin-right: 10px;
  }
}

.news-list .sec-list .panel-item .news-list .news-item .news-item-inner .txt .item-tag {
  display: inline-block;
}

.news-list .sec-list .panel-item .news-list .news-item .news-item-inner .txt .item-tag span {
  display: inline-block;
  color: #FFFFFF;
  padding: 2px 20px;
  margin-right: 10px;
  font-size: 12px;
}

.news-list .sec-list .panel-item .news-list .news-item .news-item-inner .txt .item-tag span.info {
  background: #1DB2F2;
}

.news-list .sec-list .panel-item .news-list .news-item .news-item-inner .txt .item-tag span.event {
  background: #009169;
}

.news-list .sec-list .panel-item .news-list .news-item .news-item-inner .txt .item-tag span.recruit {
  background: #3373CC;
}

@media (max-width: 749px) {
  .news-list .sec-list .panel-item .news-list .news-item .news-item-inner .txt .item-tag span {
    font-size: 10px;
    padding: 2px 5px;
  }
}

.news-list .sec-list .panel-item .news-list .news-item .news-item-inner .txt .item-ttl {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}

@media (max-width: 559px) {
  .news-list .sec-list .panel-item .news-list .news-item .news-item-inner .txt .item-ttl {
    margin-top: 5px;
    font-size: 14px;
  }
}

.news-list .pager {
  margin-bottom: 40px;
}

@media (max-width: 749px) {
  .news-list .pager {
    margin-bottom: 0px;
  }
}

.news-detail .page-header-detail .page-ttl-wrap .tag {
  display: inline-block;
  font-size: 12px;
  margin-top: 15px;
}

.news-detail .page-header-detail .page-ttl-wrap .tag span {
  display: inline-block;
  color: #FFFFFF;
  padding: 2px 20px;
  margin-right: 10px;
}

.news-detail .page-header-detail .page-ttl-wrap .tag span.info {
  background: #1DB2F2;
}

.news-detail .page-header-detail .page-ttl-wrap .tag span.event {
  background: #009169;
}

.news-detail .page-header-detail .page-ttl-wrap .tag span.recruit {
  background: #3373CC;
}

@media (max-width: 749px) {
  .news-detail .page-header-detail .page-ttl-wrap .page-ttl {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .news-detail .page-header-detail .page-ttl-wrap .date {
    display: inline-block;
    margin-right: 20px;
    margin-top: 0;
  }
  .news-detail .page-header-detail .page-ttl-wrap .tag {
    display: inline-block;
    margin-top: 0;
  }
}

.news-detail .news-detail-img {
  margin-top: 20px;
  margin-bottom: 50px;
}

.news-detail .news-detail-img figure img {
  display: block;
  margin: auto;
}

.news-detail .news-detail-img figure figcaption {
  margin-top: 20px;
  text-align: center;
}

.news-detail .news-detail-txt a {
  text-decoration: underline;
}

.keyword .lead {
  margin-bottom: 40px;
}

.keyword .keyword-item .item-description {
  font-size: 13px;
  color: #707070;
}

.keyword .keyword-item .item-ttl {
  margin-bottom: 4px;
}

.keyword .keyword-item figure.item-img {
  background: #FFFFFF;
  border: 0;
}

.keyword .keyword-item figure.item-img img {
  width: auto;
}

.keyword .keyword-item .btn-link-wrap {
  width: 150px;
}

.keyword-detail .sec {
  padding: 40px 0 0px 0;
}

@media (max-width: 749px) {
  .keyword-detail .sec {
    padding: 40px 0 0px 0;
  }
}

.keyword-detail .sec-ttl {
  margin-bottom: 40px;
}

.keyword-detail .keyword-detail-list {
  margin-bottom: 40px;
}

.keyword-detail .keyword-detail-item .txt .item-ttl {
  margin-bottom: 5px;
}

.keyword-detail .keyword-detail-item .txt .item-description {
  font-size: 13px;
  color: #707070;
}

.keyword-detail .keyword-detail-item .txt .btn-link-wrap {
  width: 150px;
}

.sitemap .btn-home-wrap {
  padding-bottom: 20px;
  margin-bottom: 50px;
  border-bottom: 1px solid #DDDDDD;
}

@media (max-width: 749px) {
  .sitemap .btn-home-wrap {
    margin-bottom: 30px;
  }
}

.sitemap .btn-home-wrap a.btn-home {
  display: inline-block;
  font-weight: bold;
  font-size: 22px;
  background-image: url(../images/sitemap/i-home.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 17px;
  padding-right: 30px;
}

.sitemap .column-3 {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #DDDDDD;
}

.sitemap .column-3:last-child {
  padding-bottom: 0;
  border: none;
}

@media (max-width: 749px) {
  .sitemap .column-3 {
    padding: 0;
    margin-bottom: 30px;
    border-bottom: none;
  }
  .sitemap .column-3:last-child {
    padding-bottom: 30px;
    margin-bottom: 0;
  }
  .sitemap .column-3:last-child li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}

.sitemap .column-3 > li {
  background: transparent;
  margin-bottom: 0;
  border: none;
}

@media (max-width: 749px) {
  .sitemap .column-3 > li {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #DDDDDD;
  }
}

.sitemap .sitemap-sec-ttl {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-left: 16px;
  margin-bottom: 18px;
}

.sitemap .sitemap-sec-ttl:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3px;
  height: 30px;
  background: #1136A6;
}

@media (max-width: 749px) {
  .sitemap .sitemap-sec-ttl {
    font-size: 18px;
    padding-left: 20px;
  }
  .sitemap .sitemap-sec-ttl:before {
    width: 3px;
    height: 30px;
  }
}

.sitemap .sitemap-item {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.sitemap .sitemap-item a {
  display: inline-block;
  color: #222222;
  position: relative;
  padding-left: 30px;
}

.sitemap .sitemap-item a:before {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background: #1136A6;
  position: absolute;
  top: 12px;
  left: 0;
}

@media (max-width: 749px) {
  .sitemap .sitemap-item {
    font-size: 14px;
  }
}

.sitemap .sitemap-item-lower {
  margin-bottom: 10px;
}

.sitemap .sitemap-item-lower a {
  display: inline-block;
  color: #222222;
  position: relative;
  padding-left: 30px;
}

@media (max-width: 749px) {
  .sitemap .sitemap-item-lower {
    font-size: 14px;
  }
}

.sitemap .bg-gray .column-3 {
  margin: 0;
  padding: 50px 0;
}

@media (max-width: 749px) {
  .sitemap .bg-gray .column-3 {
    padding: 30px 0;
  }
}

.sitemap .bg-gray .column-3 li {
  border: none;
}

.sitemap .bg-gray .column-3 .btn-link-wrap {
  margin-bottom: 14px;
  font-weight: bold;
  position: static;
  width: 100%;
  max-width: 300px;
}

@media (max-width: 749px) {
  .sitemap .bg-gray .column-3 .btn-link-wrap {
    margin: 0 auto;
    margin-bottom: 14px;
  }
}

.sitemap .bg-gray .column-3 .btn-link-wrap .btn-link {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding-left: 20px;
  border: 1px solid #DDDDDD;
  background: #FFFFFF;
  color: #222222;
  position: relative;
}

.sitemap .bg-gray .column-3 .btn-link-wrap .btn-link.ico-blank:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 10px;
  background: url(../images/ico-blank.png) no-repeat right center;
  background-size: contain;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.product-purchase-flow .lead {
  margin-bottom: 20px;
}

.product-purchase-flow .lead + .btn-link-wrap {
  margin-bottom: 40px;
}

.product-purchase-flow .sec.step + .step {
  position: relative;
}

.product-purchase-flow .sec.step + .step:before {
  content: "";
  position: absolute;
  display: block;
  top: -1px;
  left: 50%;
  width: 40px;
  height: 27px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/product/purchase-flow-bg-arw.png) no-repeat 0 0;
}

.product-purchase-flow .sec .sec-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-purchase-flow .sec .item {
  position: relative;
  width: 460px;
  padding: 30px;
}

.product-purchase-flow .sec .item:first-child:before {
  content: none;
}

.product-purchase-flow .sec .item:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: -52px;
  margin-top: -12px;
  border-top: solid 12px transparent;
  border-bottom: solid 12px transparent;
  border-left: solid 22px #1136A6;
  border-right: solid 22px transparent;
}

.product-purchase-flow .sec .item .item-ttl {
  position: relative;
  font-size: 1.8rem;
  color: #1136A6;
}

.product-purchase-flow .sec .item .item-ttl:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
}

.product-purchase-flow .sec .item.customer {
  border: solid 2px #EBEFFF;
  background-color: #EBEFFF;
}

.product-purchase-flow .sec .item.customer .item-ttl {
  padding-right: 60px;
}

.product-purchase-flow .sec .item.customer .item-ttl:before {
  width: 37px;
  height: 55px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/product/purchase-flow-ico-customer.png) no-repeat 0 0;
}

.product-purchase-flow .sec .item.restec {
  border: solid 2px #1136A6;
}

.product-purchase-flow .sec .item.restec .item-ttl {
  padding-right: 90px;
}

.product-purchase-flow .sec .item.restec .item-ttl:before {
  width: 85px;
  height: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/product/purchase-flow-logo.png) no-repeat 0 0;
}

.product-purchase-flow .sec .item .item-ttl {
  margin-bottom: 17px;
}

.product-purchase-flow .sec .item p {
  margin-top: 12px;
}

@media (max-width: 749px) {
  .product-purchase-flow .sec .sec-inner {
    display: block;
  }
  .product-purchase-flow .sec .item {
    width: 100%;
    margin: 50px 0 0 0;
  }
  .product-purchase-flow .sec .item:first-child {
    margin-top: 0;
  }
  .product-purchase-flow .sec .item:before {
    top: -35px;
    left: 50%;
    margin-top: 0;
    margin-left: -10px;
    border-top: solid 15px #1136A6;
    border-bottom: solid 15px transparent;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
  }
  .product-purchase-flow .sec .item.customer .item-ttl {
    padding-right: 40px;
  }
  .product-purchase-flow .sec .item.customer .item-ttl:before {
    width: 30px;
    height: 42px;
    background-size: 30px auto;
  }
  .product-purchase-flow .sec .item.restec .item-ttl {
    padding-right: 80px;
  }
  .product-purchase-flow .sec .item.restec .item-ttl:before {
    width: 68px;
    height: 29px;
    background-size: 68px auto;
  }
}

.product-purchase-handling .lead {
  margin-bottom: 20px;
}

.product-purchase-handling .lead + .btn-link-wrap {
  margin-bottom: 40px;
}

.product-purchase-handling .sec table th,
.product-purchase-handling .sec table td {
  padding: 10px 15px;
}

.product-purchase-handling .sec table td a {
  font-weight: bold;
  text-decoration: underline;
}

.product-purchase-handling .sec table td.space {
  padding: 0;
  height: 41px;
}

.product-purchase-handling .sec table td.img {
  padding: 0;
}

.product-purchase-handling .sec table .center {
  text-align: center;
}

.product-purchase-handling .sec table .w1 {
  width: 107px;
}

.product-purchase-handling .sec table .w2 {
  width: 182px;
}

.product-purchase-handling .sec table .w3 {
  width: 711px;
  text-align: center;
}

@media (max-width: 749px) {
  .product-purchase-handling .sec table {
    width: 1000px;
  }
}

@media (min-width: 750px) {
  .product-purchase-handling .sec .table-wrap {
    overflow-y: hidden;
  }
  .product-purchase-handling .sec table td a:hover {
    text-decoration: none;
  }
}

.about-faq .faq-sec {
  margin-bottom: 60px !important;
}

.about-faq .faq-sec .faq-list {
  border-bottom: solid 1px #D5D5D5;
}

.about-faq .faq-sec .faq-list .accordion-ttl {
  border-top: solid 1px #D5D5D5;
}

.about-faq .faq-sec .faq-list .accordion-ttl a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 26px 0 26px 50px;
  font-size: 1.6rem;
}

.about-faq .faq-sec .faq-list .accordion-ttl a:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.6rem;
  content: "Q";
  border-radius: 50%;
  background: #1136A6;
  color: #FFFFFF;
}

.about-faq .faq-sec .faq-list .accordion-ttl a:after {
  display: none;
}

.about-faq .faq-sec .faq-list .accordion-contents {
  position: relative;
  padding: 0px 0 20px 50px;
}

.about-faq .faq-sec .faq-list .accordion-contents:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-transform: none;
          transform: none;
  content: "A";
  border-radius: 50%;
  background: #e5e5e5;
  color: #1136A6;
}

.about-faq .faq-sec .faq-list .accordion-contents > * {
  margin-bottom: 10px;
}

.about-faq .faq-sec .faq-list .accordion-contents .link a {
  position: relative;
  padding-left: 18px;
}

.about-faq .faq-sec .faq-list .accordion-contents .link a:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  background: #1136A6;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.about-faq .faq-sec .faq-list .accordion-contents .link a:after {
  content: "\f054";
  position: absolute;
  top: 3px;
  left: 5px;
  font-family: "Font Awesome 5 Pro";
  color: #FFF;
  font-size: 1rem;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.about-faq .faq-sec .faq-list .accordion-contents ol {
  margin: 10px 0;
  padding-left: 1em;
}

.about-faq .faq-sec .faq-list .accordion-contents ol li {
  list-style: decimal;
}

@media (max-width: 749px) {
  .about-faq .faq-sec {
    margin-bottom: 40px !important;
  }
}

.disaster-observation .lead {
  margin-bottom: 40px;
}

.disaster-observation .product-item .item-ttl {
  margin-bottom: 5px;
}

.disaster-observation .product-item .item-date {
  color: #707070;
  font-size: 13px;
}

.disaster-observation .product-item .btn-link-wrap {
  width: 150px;
}

.disaster-observation ul.category-list {
  padding: 0px 0 6px 0;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 30px;
}

.disaster-observation ul.category-list li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 20px;
}

.disaster-observation ul.category-list li a {
  font-size: 18px;
  color: #1136A6;
  padding: 6px;
}

@media (max-width: 749px) {
  .disaster-observation ul.category-list li a {
    font-size: 14px;
  }
}

.disaster-observation ul.category-list li a.is-selected {
  font-weight: bold;
  border-bottom: 2px solid #1136A6;
}

.elements .element-ttl {
  background: #1136A6;
  color: #FFFFFF;
  padding: 10px;
  margin-bottom: 30px;
}

.elements .element-sub-ttl {
  padding: 10px 10px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #1136A6;
  border-bottom: 3px double #1136A6;
}

.elements .element-sec {
  margin-bottom: 40px;
  word-break: break-all;
}

.link-list {
  margin-bottom: 30px;
}

.link-list li {
  margin-bottom: 15px;
}

.link-list li a {
  display: inline-block;
  color: #222222;
  padding-left: 30px;
  background: url(../images/ico-arrow-right.png) no-repeat left 9px;
  background-size: 18px;
}

.solution_product-alos-2_alos-2-about .figure-no-zoom {
  margin-bottom: 50px;
}

.solution_product-alos_alos-about .sec-alos-about .link-wrap {
  text-align: right;
}

.solution_product-alos_alos-prism .txt-img-list {
  margin-bottom: 40px;
}

.solution_product-alos_alos-prism .notes {
  display: block;
  margin-top: 10px;
  font-size: 13px;
}

.solution_product-alos_alos-prism .img-list.col-1 {
  margin: 40px 0;
}

.solution_product-alos_alos-avnir-2 .notes {
  font-size: 12px;
}

.solution_product-alos_alos-avnir-2 .img-list.col-1 {
  margin: 30px 0;
}

.solution_product-alos_alos-palsar .notes {
  font-size: 12px;
}

.solution_product-alos_alos-palsar .img-list {
  margin: 30px 0;
}

.solution_product-alos_alos-derivative-work .pdf-list {
  display: block;
}

.solution_product-alos_alos-derivative-work .pdf-list li {
  margin-bottom: 10px;
}

.solution_product-alos_alos-daichi-map .img-list {
  margin: 30px 0;
}

.solution_product-alos_alos-ortho-light .img-list {
  margin: 30px 0;
}

.solution_product-alos_alos-sub-mesh .img-list.col-2 {
  margin: 30px 0;
}

@media (max-width: 749px) {
  .solution_product-alos_alos-sub-mesh .img-list.col-2 .img-item {
    width: 100%;
  }
}

.solution_product-alos_alos-pgm sup {
  vertical-align: super;
  font-size: 12px;
}

.solution_product-alos_alos-pgm .lead {
  margin-bottom: 30px;
}

.solution_product-alos_alos-pgm .align-text-right {
  text-align: right;
}

.solution_product-alos_alos-pgm .small-text {
  font-size: 13px;
}

.solution_product-alos_alos-pgm .notes {
  font-size: 13px;
  margin-bottom: 10px;
}

.solution_product-alos_alos-pgm .figure-no-zoom figcaption {
  font-size: 12px;
  margin-top: 10px;
}

.solution_product-alos_alos-pgm .document-ttl {
  margin-bottom: 10px;
  font-size: 13px;
}

.solution_product-alos_alos-pgm .img-list.col-1 {
  margin: 30px 0;
}

.solution_product-alos_alos-dataset .img-list.col-1 {
  margin: 30px 0;
}

.solution_product-alos_alos-dataset .notes {
  margin-top: 10px;
  font-size: 13px;
}

.solution_product-alos_alos-faq .faq-sec {
  margin-bottom: 60px !important;
}

.solution_product-alos_alos-faq .faq-sec .faq-list {
  border-bottom: solid 1px #D5D5D5;
}

.solution_product-alos_alos-faq .faq-sec .faq-list .accordion-ttl {
  border-top: solid 1px #D5D5D5;
}

.solution_product-alos_alos-faq .faq-sec .faq-list .accordion-ttl a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 26px 0 26px 50px;
  font-size: 1.6rem;
}

.solution_product-alos_alos-faq .faq-sec .faq-list .accordion-ttl a:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.6rem;
  content: "Q";
  border-radius: 50%;
  background: #1136A6;
  color: #FFFFFF;
}

.solution_product-alos_alos-faq .faq-sec .faq-list .accordion-ttl a:after {
  display: none;
}

.solution_product-alos_alos-faq .faq-sec .faq-list .accordion-contents {
  position: relative;
  padding: 0px 0 20px 50px;
}

.solution_product-alos_alos-faq .faq-sec .faq-list .accordion-contents:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-transform: none;
          transform: none;
  content: "A";
  border-radius: 50%;
  background: #e5e5e5;
  color: #1136A6;
}

.solution_product-alos_alos-faq .faq-sec .faq-list .accordion-contents > * {
  margin-bottom: 10px;
}

.solution_product-alos_alos-faq .faq-sec .faq-list .accordion-contents .link a {
  position: relative;
  padding-left: 18px;
}

.solution_product-alos_alos-faq .faq-sec .faq-list .accordion-contents .link a:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  background: #1136A6;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.solution_product-alos_alos-faq .faq-sec .faq-list .accordion-contents .link a:after {
  content: "\f054";
  position: absolute;
  top: 3px;
  left: 5px;
  font-family: "Font Awesome 5 Pro";
  color: #FFF;
  font-size: 1rem;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.solution_product-alos_alos-faq .faq-sec .faq-list .accordion-contents ol {
  margin: 10px 0;
  padding-left: 1em;
}

.solution_product-alos_alos-faq .faq-sec .faq-list .accordion-contents ol li {
  list-style: decimal;
}

@media (max-width: 749px) {
  .solution_product-alos_alos-faq .faq-sec {
    margin-bottom: 40px !important;
  }
}

.knowledge_sensing .img-list.col-1 {
  margin: 30px 0;
}

.knowledge_earth .date {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
}

.knowledge_earth .img-list.col-1 {
  margin: 30px 0;
}

.knowledge_earth .figure-no-zoom figcaption {
  margin-top: 10px;
  font-size: 12px;
}

.about_index .image {
  float: right;
  margin-left: 30px;
}

.about_index .signature {
  text-align: right;
}

@media (max-width: 749px) {
  .about_index .image {
    float: none;
    margin: 0 0 30px 0;
    text-align: center;
  }
}

.about_outline .executive-list {
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

.about_outline .executive-list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  border-top: 1px solid #ddd;
}

.about_outline .executive-list .list-item .img-item {
  margin-right: 30px;
}

.about_outline .align-right-text {
  text-align: right;
}

.about_outline .councilor-table td {
  min-width: 100px;
}

@media (max-width: 749px) {
  .about_outline .executive-list .list-item {
    position: relative;
  }
  .about_outline .executive-list .list-item .img-item {
    position: absolute;
  }
  .about_outline .executive-list .list-item .txt-item {
    padding-left: 90px;
  }
}

.about_article .about-article-sec p {
  position: relative;
  padding-left: 60px;
}

.about_article .about-article-sec p span {
  width: 50px;
  position: absolute;
  left: 0;
  text-align: right;
}

.about_article .about-article-sec .article-list .list-item {
  margin-bottom: 10px;
}

.about_article .about-article-sec .order-list.level-2 {
  margin-top: 10px;
  padding-left: 60px;
}

.about_article .about-article-sec .order-list.level-2 .list-item {
  position: relative;
  padding-left: 35px;
  list-style-type: none;
  counter-increment: cnt;
}

.about_article .about-article-sec .order-list.level-2 .list-item:before {
  content: "( " counter(cnt) " )";
  position: absolute;
  left: 0;
}

.about_history .notes-list .list-item {
  font-size: 12px;
}

.about_access .subsection-map {
  height: 310px;
}

.about_access .link-map {
  margin: 10px 0;
}

.about_member .member-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about_member .member-list .list-item {
  width: calc(50% - 20px);
  padding: 10px 0;
  margin-bottom: 20px;
  margin-left: 20px;
  list-style: disc outside;
}

.about_member .align-text-right {
  text-align: right;
}

@media (max-width: 749px) {
  .about_member .member-list .list-item {
    width: 100%;
    padding: 0;
    margin-left: 20px;
  }
}

.knowledge_restec-news .pdf-link {
  padding: 10px 0;
}

.achievement_publication .sec-publication {
  margin-bottom: 80px;
}

.achievement_publication .sec-publication-detail {
  margin-bottom: 80px;
}

.achievement_publication .publication-author {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.achievement_publication .column-2 th {
  width: 25%;
}

.achievement_techreport .column-2 th {
  width: 25%;
}

.achievement_techreport .column-2 td a {
  font-weight: bold;
}

.achievement_techreport .column-2 td em {
  font-weight: bold;
  font-style: normal;
}

.achievement_techreport .sec-report-detail {
  margin-top: 50px;
}

.achievement_techreport .sec-report-detail .rest-wrap {
  margin-top: 50px;
  text-align: center;
}

.achievement_techreport .sec-report-detail:last-of-type {
  margin-bottom: 70px;
}

@media (max-width: 749px) {
  .achievement_techreport .sec-report-detail:last-of-type {
    margin-bottom: 60px;
  }
}

.report-detail-txt {
  border-top: #DDDDDD 1px solid;
  padding: 40px 0 40px 0;
}

@media (max-width: 749px) {
  .achievement_techreport-post table.column-2 tr th:nth-child(n+2) {
    width: auto !important;
  }
}

.about_privacy .page-body .order-list > .list-item {
  margin-bottom: 40px;
}

.about_privacy .list-item.level-2 {
  margin: 10px 0;
}

.about_privacy .list-item.level-2 .list-item {
  list-style-type: none;
  counter-increment: cnt;
}

.about_privacy .list-item.level-2 .list-item:before {
  content: counter(cnt) " ）";
}

.about_privacy .border-top {
  margin-top: 30px;
}

.about_privacy .align-right-txt {
  margin: 20px 0;
  text-align: right;
}

.about_our-efforts-environment .sec-our-efforts-environment {
  margin-bottom: 80px;
}

.about_our-efforts-environment .sec-our-efforts-environment .img-list {
  margin-bottom: 0;
}

.about_our-efforts-environment .sec-our-efforts-environment .img-list.col-1 {
  margin-bottom: 20px;
}

.about_our-efforts-environment .sec-our-efforts-environment .figure-no-zoom figcaption {
  margin-top: 10px;
  font-size: 12px;
}

@media (max-width: 749px) {
  .about_our-efforts-environment .sec-our-efforts-environment {
    margin-bottom: 40px;
  }
}

.about_actionplan .align-right-txt {
  text-align: right;
}

.about_actionplan2 .img-list figcaption {
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
}

.about_actionplan2 .align-right-txt {
  text-align: right;
}

.about_competitive .pdf-list {
  display: block;
}

.about_competitive .pdf-list li {
  margin-bottom: 10px;
}

.about_iso-certification_iso .txt-img-list .txt-item {
  width: 75%;
}

.about_iso-certification_iso .txt-img-list .img-item {
  width: 25%;
}

.about_iso-certification_iso .lead-txt {
  margin-bottom: 10px;
}

.about_iso-certification_iso .order-list {
  margin: 20px 0;
}

.about_iso-certification_iso .align-right-txt {
  text-align: right;
}

.about_iso-certification_iso sup {
  font-size: 11px;
  vertical-align: super;
}

@media (max-width: 749px) {
  .about_iso-certification_iso .txt-img-list .txt-item {
    width: 100%;
  }
  .about_iso-certification_iso .txt-img-list .img-item {
    width: 100%;
  }
}

.policy_index .lead-txt {
  margin-bottom: 40px;
}

.recommended_environment_index p {
  margin-bottom: 10px;
}

.en_solution_product-alos-2_alos-2-about .notes {
  font-size: 12px;
}

.en_solution_product-alos_alos-about .sec-alos-about .link-wrap {
  text-align: right;
}

.en_solution_product-alos_alos-prism .notes {
  font-size: 12px;
}

.en_solution_product-alos_alos-avnir-2 .date {
  margin: 10px 0;
}

.en_solution_product-alos_alos-avnir-2 .notes {
  font-size: 12px;
}

.en_solution_product-alos_alos-avnir-2 .img-list.col-1 {
  margin: 30px 0;
}

.en_solution_product-alos_alos-palsar .notes {
  font-size: 12px;
}

.en_solution_product-alos_alos-palsar .img-list {
  margin: 30px 0;
}

.en_solution_product-alos_alos-derivative-work .pdf-list {
  display: block;
}

.en_solution_product-alos_alos-derivative-work .pdf-list li {
  margin-bottom: 10px;
}

.en_solution_product-alos_alos-pgm sup {
  vertical-align: super;
  font-size: 12px;
}

.en_solution_product-alos_alos-pgm .lead {
  margin-bottom: 30px;
}

.en_solution_product-alos_alos-pgm .align-text-right {
  text-align: right;
}

.en_solution_product-alos_alos-pgm .small-text {
  font-size: 13px;
}

.en_solution_product-alos_alos-pgm .notes {
  font-size: 13px;
  margin-bottom: 10px;
}

.en_solution_product-alos_alos-pgm .figure-no-zoom figcaption {
  font-size: 12px;
  margin-top: 10px;
}

.en_solution_product-alos_alos-pgm .document-ttl {
  margin-bottom: 10px;
  font-size: 13px;
}

.en_solution_product-alos_alos-pgm .img-list.col-1 {
  margin: 30px 0;
}

.en_solution_product-alos_alos-faq .faq-sec {
  margin-bottom: 60px !important;
}

.en_solution_product-alos_alos-faq .faq-sec .faq-list {
  border-bottom: solid 1px #D5D5D5;
}

.en_solution_product-alos_alos-faq .faq-sec .faq-list .accordion-ttl {
  border-top: solid 1px #D5D5D5;
}

.en_solution_product-alos_alos-faq .faq-sec .faq-list .accordion-ttl a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 26px 0 26px 50px;
  font-size: 1.6rem;
}

.en_solution_product-alos_alos-faq .faq-sec .faq-list .accordion-ttl a:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.6rem;
  content: "Q";
  border-radius: 50%;
  background: #1136A6;
  color: #FFFFFF;
}

.en_solution_product-alos_alos-faq .faq-sec .faq-list .accordion-ttl a:after {
  display: none;
}

.en_solution_product-alos_alos-faq .faq-sec .faq-list .accordion-contents {
  position: relative;
  padding: 0px 0 20px 50px;
}

.en_solution_product-alos_alos-faq .faq-sec .faq-list .accordion-contents:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-transform: none;
          transform: none;
  content: "A";
  border-radius: 50%;
  background: #e5e5e5;
  color: #1136A6;
}

.en_solution_product-alos_alos-faq .faq-sec .faq-list .accordion-contents > * {
  margin-bottom: 10px;
}

.en_solution_product-alos_alos-faq .faq-sec .faq-list .accordion-contents .link a {
  position: relative;
  padding-left: 18px;
}

.en_solution_product-alos_alos-faq .faq-sec .faq-list .accordion-contents .link a:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  background: #1136A6;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.en_solution_product-alos_alos-faq .faq-sec .faq-list .accordion-contents .link a:after {
  content: "\f054";
  position: absolute;
  top: 3px;
  left: 5px;
  font-family: "Font Awesome 5 Pro";
  color: #FFF;
  font-size: 1rem;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.en_solution_product-alos_alos-faq .faq-sec .faq-list .accordion-contents ol {
  margin: 10px 0;
  padding-left: 1em;
}

.en_solution_product-alos_alos-faq .faq-sec .faq-list .accordion-contents ol li {
  list-style: decimal;
}

@media (max-width: 749px) {
  .en_solution_product-alos_alos-faq .faq-sec {
    margin-bottom: 40px !important;
  }
}

.en_knowledge_sensing .order-list .list-item span {
  font-weight: bold;
}

.en_knowledge_sensing .text-bold {
  font-weight: bold;
}

.en_knowledge_sensing .img-list.col-1 {
  margin: 30px 0;
}

.en_about_index .image {
  float: right;
  margin-left: 30px;
}

.en_about_index .signature {
  text-align: right;
}

@media (max-width: 749px) {
  .en_about_index .image {
    float: none;
    margin: 0 0 30px 0;
    text-align: center;
  }
}

.en_about_outline .align-right-text {
  margin-bottom: 10px;
  text-align: right;
}

.en_about_outline .councilor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.en_about_outline .councilor-list .list-item {
  width: 50%;
  margin-bottom: 10px;
}

.en_about_access .subsection-map {
  height: 310px;
}

.en_about_access .link-map {
  margin: 10px 0;
}

.en_about_history .notes-list .list-item {
  font-size: 12px;
}

.en_about_member .member-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.en_about_member .member-list .list-item {
  width: calc(50% - 20px);
  padding: 10px 0;
  margin-bottom: 20px;
  margin-left: 20px;
  list-style: disc outside;
}

.en_about_member .align-text-right {
  text-align: right;
}

@media (max-width: 749px) {
  .en_about_member .member-list .list-item {
    width: 100%;
    padding: 0;
    margin-left: 20px;
  }
}

.column-list > .column-item a {
  display: block;
  height: 100%;
}

.column-list > .column-item .item-img {
  border: none;
}

.column-list > .column-item {
  margin-bottom: 50px;
}

.column-list > .column-item .txt {
  padding: 15px 20px 30px;
}

.column-list > .column-item .item-date {
  font-size: 13px;
  color: #707070;
  display: inline-block;
  margin-right: 10px;
}

.column-list > .column-item .item-tag span {
  display: inline-block;
  color: #FFFFFF;
  padding: 2px 20px;
  margin-right: 10px;
}

.column-list > .column-item .txt {
  background: #FFFFFF;
}

.column-list > .column-item .item-ttl {
  color: #222222;
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.529;
}

.gallery-list > .gallery-item {
  position: relative;
}

.gallery-list > .gallery-item a:hover {
  opacity: 1;
}

.gallery-list > .gallery-item .gallery-item-overlay {
  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;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  text-align: center;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.gallery-list > .gallery-item a:hover .gallery-item-overlay {
  opacity: 1;
}

.gallery-list > .gallery-item .item-ttl {
  margin-top: 0;
  color: #FFFFFF;
  background: url(../images/ico-arrow-right-white.png) no-repeat center bottom;
  background-size: 17px;
  padding: 11px 15px 18px;
}

.tag-nav {
  position: relative;
  right: 0;
  max-width: 1320px;
  width: calc(100% - 25px);
  margin-top: 8px;
  margin-left: auto;
}

.tag-nav.is-fixed {
  position: fixed;
  top: 170px;
  right: 0;
  z-index: 1;
}

.tag-nav .tag-list {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.tag-trigger {
  position: absolute;
  top: -30px;
  right: 40px;
  z-index: 2;
}

.tag-block {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  transform: translateX(100%);
}

.tag-block.is-load {
  transition: transform .6s cubic-bezier(0.23, 1, 0.32, 1);
}

.tag-block.is-open {
  transform: translateX(0);
}

.tag-inner {
  padding: 21px 195px 21px 25px;
  border: 1px solid #DDDDDD;
  background: #F2F2F2;
}

@media (max-width: 749px) {
  .tag-nav {
    position: absolute;
    top: 240px;
    margin-top: 0;
  }

  .tag-nav.is-fixed {
    top: 120px;
  }

  .tag-trigger {
    top: -50px;
    right: 10px;
  }

  .tag-block {
    max-height: calc(100vh - 120px);
    overflow-y: auto;
  }

  .tag-inner {
    padding: 31px 10px 31px 10px;
  }
}

.btn-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  transition: opacity 0.2s linear;
  cursor: pointer;
  position: relative;
  width: 100px;
  height: 100px;
  margin-left: auto;
  padding-top: 30px;
  color: #1136A6;
  font-family: inherit;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.417;
  border: 1px solid #DDDDDD;
  border-radius: 100%;
  background: url(../images/ico-tag.png) no-repeat center top 16px #F2F2F2;
  background-size: 26px;
  white-space: nowrap;
}

.btn-tag.is-open {
  padding-top: 36px;
  background-image: url(../images/ico-tag-close.png);
  background-size: 20px;
  background-position: center top 20px;
}

.is-disabled.btn-tag {
  cursor: default;
}

@media (max-width: 749px) {
  .btn-tag {
    width: 73px;
    height: 73px;
    padding-top: 18px;
    font-size: 1.2rem;
    background-size: 13px;
    background-position: center top 12px;
  }

  .btn-tag.is-open {
    padding-top: 18px;
    background-size: 10px;
    background-position: center top 14px;
  }
}

@media (min-width: 750px) {
  .btn-tag:hover {
    opacity: 0.7;
    color: #1136A6 !important;
    background-color: #F2F2F2;
    border: 1px solid #DDDDDD;
  }
}

.tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
}

.tag-item {
  margin: 4px 5px 4px 0;
}

@media (max-width: 749px) {
  .tag-item {
    margin-right: 3px;
  }
}

.tag-item a {
  display: inline-block;
  border: 1px solid #DDDDDD;
  border-radius: 18px;
  padding: 7px 14px 7px 34px;
  font-size: 1.3rem;
  color: #1136A6;
  background: url(../images/ico-tag.png) no-repeat left 15px center #FFFFFF;
  background-size: 13px;
}

@media (max-width: 749px) {
  .tag-item a {
    padding: 5px 10px 5px 28px;
    font-size: 1.2rem;
    background-position: left 13px center;
  }
}

.tag-item a.is-current {
  color: #FFFFFF;
  background-image: url(../images/ico-tag-current.png);
  background-color: #1136A6;
}
