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

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

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

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

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

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

@media (min-width: 750px) {
  .header {
    height: 140px;
  }
}

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

@media (max-width: 559px) {
  .header {
    height: 60px;
  }
}

@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: absolute;
    top: 20px;
    left: 20px;
    width: 550px;
  }
  .header .btn-contact {
    position: absolute;
    top: 20px;
    right: 110px;
    height: 25px;
    line-height: 25px;
    padding-right: 10px;
    border-right: 1px solid #DDDDDD;
  }
  .header .btn-contact a {
    color: #222222;
    display: block;
  }
  .header .btn-contact a i {
    color: #999;
    margin-right: 5px;
    font-size: 20px;
    vertical-align: middle;
  }
  .header .btn-language {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 25px;
    line-height: 25px;
  }
  .header .btn-language a {
    color: #222222;
    display: block;
  }
  .header .btn-language a i {
    color: #999;
    margin-right: 5px;
    font-size: 20px;
    vertical-align: middle;
  }
  .header .inner {
    margin-top: 100px;
  }
  .header .gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .gnav .slideDown {
    display: block !important;
  }
  .header .gnav .btn-slideUp {
    display: none;
  }
  .header .gnav .gnav-list {
    width: 895px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .gnav .gnav-item {
    font-size: 17px;
  }
  .header .gnav .gnav-item > a {
    display: block;
    padding: 0 5px 3px;
    border-bottom: 2px solid #FFFFFF;
  }
  .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: 140px;
    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 {
    min-height: 280px;
    width: 1000px;
    padding: 0 0px;
    margin: 0 auto;
    position: relative;
  }
  .header .gnav-lower-search .form-search {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 800px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .gnav-lower-search .form-search .input-wrap {
    width: 680px;
    position: relative;
  }
  .header .gnav-lower-search .form-search .input-wrap i {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 30px;
    color: #707070;
  }
  .header .gnav-lower-search .form-search .input-wrap input[type="text"] {
    width: 100%;
    height: 100%;
    outline: 0;
    padding-left: 60px;
    font-size: 18px;
    border: 1px solid #DDDDDD;
  }
  .header .gnav-lower-search .form-search .input-wrap input[type="text"]:focus {
    border: 1px solid #707070;
  }
  .header .gnav-lower-search .form-search .btn-submit {
    width: 120px;
    height: 100%;
  }
  .header .gnav-lower-search .search-keyword {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 180px;
  }
  .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;
  }
}

@media (max-width: 749px) {
  .header {
    border-bottom: 1px solid #DDDDDD;
    position: fixed;
    width: 100%;
    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: 45px;
    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 .ico-search i {
    font-size: 20px;
  }
  .header .ico-hamburger {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10px;
    width: 25px;
    height: 20px;
    overflow: hidden;
  }
  .header .ico-hamburger span {
    display: block;
    position: absolute;
    width: 25px;
    height: 2px;
    top: 9px;
    background: #707070;
  }
  .header .ico-hamburger span:before {
    content: "";
    display: block;
    height: 2px;
    position: relative;
    top: -9px;
    background: #707070;
  }
  .header .ico-hamburger span:after {
    content: "";
    display: block;
    height: 2px;
    position: relative;
    bottom: -7px;
    background: #707070;
  }
  .header .ico-hamburger.is-open span {
    height: 0;
  }
  .header .ico-hamburger.is-open span:before {
    -webkit-transform: skewY(38deg);
            transform: skewY(38deg);
    top: 0;
  }
  .header .ico-hamburger.is-open span:after {
    -webkit-transform: skewY(-38deg);
            transform: skewY(-38deg);
    top: -2px;
  }
  .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 {
    background: #F2F2F2;
    width: 100%;
    padding: 0 0px;
  }
  .header .gnav-item.has-lower:nth-child(4) > a::after {
    content: "";
  }
  .header .gnav-item > a {
    display: block;
    color: #222222;
    padding: 10px 20px;
    border-bottom: 1px solid #DDDDDD;
    position: relative;
  }
  .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;
  }
  .header .gnav-search .form-search {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .gnav-search .form-search .input-wrap {
    width: calc(100% - 60px);
    position: relative;
  }
  .header .gnav-search .form-search .input-wrap i {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 14px;
    color: #707070;
  }
  .header .gnav-search .form-search .input-wrap input[type="text"] {
    width: 100%;
    height: 100%;
    outline: 0;
    padding-left: 30px;
    font-size: 16px;
    border: 1px solid #DDDDDD;
  }
  .header .gnav-search .form-search .input-wrap input[type="text"]:focus {
    border: 1px solid #707070;
  }
  .header .gnav-search .form-search .btn-submit {
    width: 60px;
    height: 100%;
  }
  .header .gnav-search .search-keyword {
    display: none;
  }
}

.main {
  display: block;
  position: relative;
}

@media (min-width: 750px) {
  .main {
    padding-top: 140px;
    padding-bottom: 40px;
  }
}

@media (max-width: 749px) {
  .main {
    padding-top: 60px;
    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-main {
  background: #1a2233 url(../images/footer-bg.png) no-repeat center top -9vw;
  background-size: cover;
}

@media (max-width: 749px) {
  .footer .footer-main {
    background-size: inherit;
  }
}

.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 {
  padding: 20px 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

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

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

.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;
  background: #000;
  color: #FFFFFF;
  font-size: 13px;
}

@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-main {
    background-color: #FFFFFF;
    background-position: center top 80px;
  }
  .footer .footer-logo-text {
    padding: 40px 10px 60px;
    display: block;
  }
  .footer .footer-logo {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .footer .fnav1 {
    padding: 10px 0;
  }
  .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;
  }
  .footer .copyright {
    font-size: 10px;
  }
}

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

@media (max-width: 749px) {
  .pagetop {
    position: static;
    text-align: center;
    margin-bottom: 40px;
  }
  .pagetop img {
    margin: 0 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);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (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;
  }
}

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

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

.page-body.bg-gray {
  border-top: 1px solid #DDDDDD;
  background: #F2F2F2;
}

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

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

.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 {
  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 {
    opacity: 0.7;
  }
}

.is-disabled.btn-link, .is-disabled.btn-link-dark, .is-disabled.btn-reset, .is-disabled.btn-submit, .is-disabled.btn-correct {
  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-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 {
  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 {
    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-reset {
  outline: 0;
}

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

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

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

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

.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 {
  border-bottom: 1px solid #DDDDDD;
  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;
  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 (max-width: 749px) {
  .column-3 {
    padding: 0 0px;
  }
  .column-3 li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}

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

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

.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;
  height: 46px;
  background: #FFFFFF;
  padding: 10px 30px;
  border: 1px solid #DDDDDD;
  border-radius: 23px;
}

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

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

@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 .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 .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 .header {
  background: url(../images/top/top-header-bg.png) repeat-x;
  background-size: cover;
  border-bottom: 1px solid #707070;
}

.top .header.is-scroll {
  background-color: rgba(26, 34, 51, 0.8);
}

.top .header.is-open {
  background-color: rgba(26, 34, 51, 0.8);
}

@media (min-width: 750px) {
  .top .header .gnav .gnav-item > a {
    color: #FFFFFF;
    border-bottom: transparent;
  }
  .top .header .gnav .gnav-item > a.is-open {
    border-color: #FFFFFF;
  }
  .top .header .btn-contact a {
    color: #FFFFFF;
  }
  .top .header .btn-language a {
    color: #FFFFFF;
  }
  .top .header .gnav-search > a {
    color: #FFFFFF;
    border-color: #FFFFFF;
  }
}

@media (max-width: 749px) {
  .top .header .ico-search {
    color: #FFFFFF;
  }
  .top .header .ico-hamburger span {
    background: #FFFFFF;
  }
  .top .header .ico-hamburger span:before {
    background: #FFFFFF;
  }
  .top .header .ico-hamburger span:after {
    background: #FFFFFF;
  }
}

.top .main {
  padding-top: 0;
}

.top .mv {
  background-position: center center;
  background-size: cover;
  height: 100vh;
  min-height: 570px;
  max-height: 900px;
  position: relative;
}

.top .mv .copy {
  position: absolute;
  top: calc(50% + 60px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(50% - 500px);
  max-width: 445px;
  width: 30%;
}

.top .mv .scroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 60px;
}

.top .mv .scroll a {
  display: block;
  color: #FFFFFF;
  font-size: 12px;
  position: relative;
  text-align: center;
}

.top .mv .scroll a:after {
  content: "";
  position: absolute;
  left: 10px;
  bottom: -30px;
  width: 40px;
  height: 40px;
  border-left: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (max-width: 749px) {
  .top .mv .scroll {
    display: none;
  }
}

@media (max-width: 749px) {
  .top .mv {
    height: 100vw;
    min-height: inherit;
    max-height: 425px;
  }
  .top .mv .copy {
    top: calc(50% + 10px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 10%;
    width: 200px;
  }
}

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

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

.top .page-body.bg-illust {
  background: url(../images/top/sec-bg.jpg) no-repeat center top;
  background-size: 100%;
  background-color: #F2F2F2;
}

@media (max-width: 749px) {
  .top .page-body.bg-illust {
    background-size: 100%;
  }
}

.top .page-body .sec-top-ttl {
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  padding-bottom: 20px;
  margin-bottom: 50px;
  position: relative;
}

.top .page-body .sec-top-ttl:after {
  content: "";
  width: 100px;
  height: 3px;
  background: #DDDDDD;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

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

.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 .txt {
  padding: 10px 0;
}

.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-news .btn-link-wrap {
  width: 150px;
  position: absolute;
  top: 20px;
  right: 0;
}

@media (max-width: 749px) {
  .top .sec-news .btn-link-wrap {
    width: 180px;
    position: static;
    margin: 0 auto;
  }
}

.top .sec-search .tab-panel-wrap {
  position: relative;
}

.top .sec-search .tab-list {
  width: 80%;
  margin-bottom: 20px;
  background: #FFFFFF;
}

.top .sec-search .tab-item a {
  font-size: 16px;
  background: #FFFFFF;
}

.top .sec-search .tab-item a.is-selected {
  background: #1136A6;
}

.top .sec-search .tab-item a i {
  font-size: 15px;
}

.top .sec-search .accordion-wrap {
  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;
}

.top .sec-search .accordion-ttl {
  display: none;
}

.top .sec-search .search-contents {
  width: calc(50% - 5px);
  margin-bottom: 10px;
  background: #FFFFFF;
}

.top .sec-search .search-contents-ttl {
  height: 160px;
  background-position: center center;
  background-size: cover;
  background-color: #222222;
  color: #FFFFFF;
  position: relative;
}

.top .sec-search .search-contents-ttl span {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 30px;
  font-size: 20px;
  padding-left: 20px;
}

.top .sec-search .search-contents-ttl span:before {
  content: "";
  display: block;
  width: 3px;
  height: 30px;
  background: #1136A6;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top .sec-search .search-contents-txt {
  padding: 20px 30px;
}

.top .sec-search .search-contents-lead {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 20px;
}

.top .sec-search .search-contents-list {
  padding: 20px 0 0;
  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;
}

.top .sec-search .search-contents-item {
  width: 49%;
  margin-bottom: 10px;
}

.top .sec-search .search-contents-item a {
  display: inline-block;
  font-size: 14px;
  letter-spacing: -0.05em;
  padding-left: 25px;
  background: url(../images/ico-arrow-right.png) no-repeat left top 8px;
  background-size: 20px;
}

.top .sec-search .btn-search-keyword-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  background: #FFFFFF;
}

.top .sec-search .btn-search-keyword-wrap .btn-search-keyword {
  height: 70px;
  padding-left: 10px;
  background: #e5e5e5;
  border: none;
}

.top .sec-search .btn-search-keyword-wrap .btn-search-keyword i {
  left: 15px;
  font-size: 18px;
}

@media (max-width: 749px) {
  .top .sec-search .tab-list {
    display: none;
  }
  .top .sec-search .panel-item {
    display: block !important;
  }
  .top .sec-search .accordion-ttl {
    display: block;
  }
  .top .sec-search .search-contents {
    width: 100%;
    margin: 0;
  }
  .top .sec-search .search-contents-ttl {
    height: 110px;
  }
  .top .sec-search .search-contents-ttl span {
    left: 0;
  }
  .top .sec-search .search-contents-txt {
    padding: 10px 15px;
  }
  .top .sec-search .search-contents-lead {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .top .sec-search .search-contents-list {
    padding-top: 10px;
  }
  .top .sec-search .search-contents-item {
    width: 100%;
  }
  .top .sec-search .btn-accordion {
    height: 55px;
    line-height: 55px;
    background: #FFFFFF;
    font-size: 18px;
    padding: 0 15px;
    border-bottom: 1px solid #F2F2F2;
  }
  .top .sec-search .btn-accordion:after {
    right: 15px;
  }
  .top .sec-search .btn-accordion.is-open {
    background: #1136A6;
    color: #FFFFFF;
    border-bottom: 1px solid #1136A6;
  }
  .top .sec-search .accordion-wrap {
    display: none;
    margin-bottom: 5px;
  }
  .top .sec-search .btn-search-keyword-wrap {
    position: static;
    width: 100%;
  }
  .top .sec-search .btn-search-keyword-wrap .btn-search-keyword {
    height: 55px;
    width: 100%;
  }
  .top .sec-search .btn-search-keyword-wrap .btn-search-keyword i {
    left: calc(50% - 80px);
  }
}

.top .sec-keyword p {
  text-align: center;
}

.top .sec-keyword .btn-link-wrap {
  width: 150px;
  margin: 20px auto 0 auto;
}

@media (max-width: 749px) {
  .top .sec-keyword .btn-link-wrap {
    width: 180px;
    position: static;
    margin: 20px auto 0 auto;
  }
}

.top .sec-achievement .achievement-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;
}

.top .sec-achievement .achievement-item {
  width: 20%;
}

.top .sec-achievement .achievement-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #222222;
}

.top .sec-achievement .achievement-item img {
  width: 50px;
}

.top .sec-achievement .achievement-item span {
  font-size: 17px;
  margin-left: 10px;
  line-height: 1.2;
}

@media (max-width: 749px) {
  .top .sec-achievement .achievement-item {
    width: calc(50% - 10px);
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DDDDDD;
  }
  .top .sec-achievement .achievement-item:last-child, .top .sec-achievement .achievement-item:nth-last-child(2):nth-child(odd) {
    border-bottom: none;
  }
}

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

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

.top .sec-recruit .recruit-item a {
  display: block;
  color: #222222;
}

.top .sec-recruit .recruit-item a figure.item-img {
  border: none;
}

.top .sec-recruit .txt {
  padding: 10px 20px;
}

.top .sec-recruit .item-ttl {
  margin-bottom: 0;
}

.top .sec-recruit .btn-link-wrap {
  width: 150px;
  position: absolute;
  top: 20px;
  right: 0;
}

@media (max-width: 749px) {
  .top .sec-recruit .btn-link-wrap {
    width: 180px;
    position: static;
    margin: 0 auto;
  }
}

.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 .s-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.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: calc(100% - 200px);
  }
}

.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: 60px;
  }
}

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

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

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

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

/*# sourceMappingURL=style.css.map */
