@charset "UTF-8";
.page_ttl_area {
  background-image: url(../img/why-japan/bg_pagettl.jpg);
  background-position: center;
}

.lead_area {
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .lead_area {
    padding-bottom: 25px;
  }
}

.lead_area .lead_txt {
  color: #222;
  font-size: 2.4rem;
  line-height: 1.666;
}

@media screen and (max-width: 767px) {
  .lead_area .lead_txt {
    font-size: 1.6rem;
  }
}

.sec + .sec .contents_wrap {
  border-top: none;
}

.sec .contents_wrap {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#fafafa));
  background: linear-gradient(to bottom, #FFF, #fafafa);
  border-top: 1px solid #283666;
  border-bottom: 1px solid #283666;
  padding: 80px 0 60px;
}

@media screen and (max-width: 767px) {
  .sec .contents_wrap {
    padding: 30px 0;
  }
}

.sec .contents_wrap .lead_txt {
  color: #222;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: calc(34/22);
  margin-top: 40px;
  padding: 0 7.8%;
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .sec .contents_wrap .lead_txt {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .sec .contents_wrap .lead_txt {
    font-size: 1.6rem;
    margin-top: 20px;
    padding: 0;
  }
}

.sec .contents_wrap .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .sec .contents_wrap .box {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .sec .contents_wrap .box {
    display: block;
    margin-top: 30px;
    padding: 0 5%;
  }
}

.sec .contents_wrap .box .img {
  margin-right: 4.1%;
  padding-top: 10px;
  text-align: center;
  width: 42%;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .sec .contents_wrap .box .img {
    margin-right: 0;
    padding-top: 0;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .sec .contents_wrap .box .img {
    margin-right: 0;
    padding-top: 0;
    width: 100%;
  }
}

.sec .contents_wrap .box .main_txt {
  width: 43%;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .sec .contents_wrap .box .main_txt {
    margin-top: 30px;
    padding: 0 3%;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .sec .contents_wrap .box .main_txt {
    margin-top: 20px;
    width: 100%;
  }
}

.sec .contents_wrap .more_btn_wrap {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .sec .contents_wrap .more_btn_wrap {
    margin-top: 20px;
  }
}

.sec .contents_wrap .more_btn_wrap a {
  background-color: #FFF;
}

@media screen and (min-width: 768px) {
  .sec .contents_wrap .more_btn_wrap a:hover {
    background-color: #283666;
    color: #FFF;
  }
}

/*下層共通パーツ*/
.acc_btn {
  position: relative;
  background-color: #fdfdfd;
  border-top: 1px solid #283666;
  border-bottom: 1px solid #283666;
  margin-top: -1px;
  cursor: pointer;
  width: 100%;
  height: 55px;
}

@media screen and (max-width: 767px) {
  .acc_btn {
    height: 45px;
  }
}

.acc_btn::before {
  position: absolute;
  content: "OPEN";
  color: #283666;
  font-size: 1.8rem;
  font-weight: 700;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 767px) {
  .acc_btn::before {
    font-size: 1.6rem;
  }
}

.acc_btn::after {
  position: absolute;
  content: "";
  border-top: 3px solid #283666;
  border-right: 3px solid #283666;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
  width: 15px;
  height: 15px;
}

@media screen and (max-width: 767px) {
  .acc_btn::after {
    border-top: 2px solid #283666;
    border-right: 2px solid #283666;
    bottom: -20px;
    width: 10px;
    height: 10px;
  }
}

.acc_btn:hover {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}

.acc_btn:hover:hover {
  opacity: 0.7;
}

.acc_btn.open::before {
  content: "CLOSE";
}

.acc_btn.open::after {
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  top: -30px;
  bottom: auto;
}

@media screen and (max-width: 767px) {
  .acc_btn.open::after {
    top: -20px;
  }
}

.under_link_area {
  padding: 65px 0 40px;
}

@media screen and (max-width: 767px) {
  .under_link_area {
    padding: 30px 0;
  }
}

.under_link_area .under_link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .under_link_area .under_link_list {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .under_link_area .under_link_list {
    display: block;
  }
}

.under_link_area .under_link_list li {
  width: 46.9%;
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .under_link_area .under_link_list li {
    max-width: 450px;
    margin: 0 auto;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .under_link_area .under_link_list li {
    max-width: 450px;
    margin: 0 auto;
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .under_link_area .under_link_list li + li {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .under_link_area .under_link_list li + li {
    margin-top: 30px;
  }
}

.under_link_area .under_link_list li a {
  display: block;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  height: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}

.under_link_area .under_link_list li a:hover {
  opacity: 0.7;
}

.under_link_area .under_link_list li a .box {
  padding: 40px 5px;
}

@media screen and (max-width: 767px) {
  .under_link_area .under_link_list li a .box {
    padding: 20px;
  }
}

.under_link_area .under_link_list li a .box .icon {
  margin: 0 auto;
  width: 85px;
}

@media screen and (max-width: 767px) {
  .under_link_area .under_link_list li a .box .icon {
    width: 60px;
  }
}

.under_link_area .under_link_list li a .box .txt {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: calc(40/36);
  margin-top: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .under_link_area .under_link_list li a .box .txt {
    font-size: 2.6rem;
  }
}

.note {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .note {
    margin-top: 25px;
  }
}

.note.mt25 {
  margin-top: 25px;
}

.note.mt0 {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .note.mt0 {
    margin-top: 25px;
  }
}

.note * {
  color: #666;
  font-size: 1.6rem;
  line-height: calc(25/16);
}

@media screen and (max-width: 767px) {
  .note * {
    font-size: 1.2rem;
  }
}

.note a {
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}

.note a:hover {
  opacity: 0.7;
}

.note p + p, .note p + ul {
  margin-top: 1em;
}

.note ul + ul, .note ul + ol, .note ul + p, .note ol + ul, .note ol + ol, .note ol + p {
  margin-top: 1em;
}

.note ol li {
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.note ul li {
  line-height: calc(34/16);
}

.note ul li a {
  display: inline-block;
  position: relative;
  padding-left: 1.2em;
  padding-right: 2em;
}

.note ul li a.pdf span::after {
  background-image: url(../img/icon_pdf.png);
  width: 20px;
  height: 23px;
}

@media screen and (max-width: 767px) {
  .note ul li a.pdf span::after {
    width: 15px;
    height: 17px;
  }
}

.note ul li a.wd span::after {
  background-image: url(../img/btn_wd.png);
  width: 18px;
  height: 18px;
}

@media screen and (max-width: 767px) {
  .note ul li a.wd span::after {
    width: 15px;
    height: 15px;
  }
}

.note ul li a span {
  position: relative;
}

.note ul li a span::before {
  position: absolute;
  content: "";
  border-top: 3px solid #2893ad;
  border-right: 3px solid #2893ad;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 7px;
  left: -1.2em;
  width: 10px;
  height: 10px;
}

@media screen and (max-width: 767px) {
  .note ul li a span::before {
    border-top: 2px solid #2893ad;
    border-right: 2px solid #2893ad;
    top: 5px;
    width: 7px;
    height: 7px;
  }
}

.note ul li a span::after {
  position: absolute;
  content: "";
  background-size: cover;
  bottom: 0.1em;
  right: -2em;
}
/*# sourceMappingURL=why-japan.css.map */