@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
img {
  display: block;
}

.wrapper-cw-vertical-auto {
  max-width: initial;
}

.main {
  max-width: initial;
}

.wrapper {
  margin: 0 auto;
  color: #464646;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.6;
}

.header {
  background: url(../img/back.gif) #f2f2f2;
}

.header .header_inner {
  max-width: 1280px;
  margin: 0 auto;
  font-size: 24px;
  font-weight: bold;
  padding: 20px 0 250px;
  position: relative;
}

.header .header_inner p {
  width: 90%;
  padding: 20px 0;
  text-align: center;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
}

@media screen and (max-width: 640px) {
  .header .header_inner p {
    padding: 3vw 0;
  }
}

.header .header_inner img {
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .header .header_inner img {
    max-width: 576px;
  }
}

@media screen and (max-width: 640px) {
  .header .header_inner img {
    width: 100%;
  }
}

.header .header_inner h1 {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 20px 30px;
  width: calc(90% - 60px);
  background: #ffffff;
  border-radius: 10px;
}

@media screen and (max-width: 1280px) {
  .header .header_inner h1 {
    padding: 2vw 3vw;
    width: calc(90% - 6vw);
    bottom: 2vw;
  }
}

@media screen and (max-width: 960px) {
  .header .header_inner h1 {
    padding: 20px;
    width: calc(90% - 40px);
    bottom: 20px;
  }
}

@media screen and (max-width: 720px) {
  .header .header_inner h1 {
    padding: 3vw;
    width: calc(90% - 6vw);
    bottom: 3vw;
  }
}

@media screen and (max-width: 640px) {
  .header .header_inner h1 {
    width: calc(90% - 8vw);
    bottom: 3vw;
    padding: 4vw;
  }
}

@media screen and (max-width: 1280px) {
  .header .header_inner {
    padding: 2vw 0 21vw;
  }
}

@media screen and (max-width: 960px) {
  .header .header_inner {
    padding: 20px 0 330px;
  }
}

@media screen and (max-width: 720px) {
  .header .header_inner {
    padding: 3vw 0 48vw;
  }
}

@media screen and (max-width: 640px) {
  .header .header_inner {
    padding: 3vw 0 48vw;
    font-size: 3.5vw;
  }
}

.contents {
  max-width: 1280px;
  margin: 0 auto;
}

.anchor_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px auto 0;
  width: 90%;
  max-width: 960px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 640px) {
  .anchor_box {
    margin: 10vw auto 0;
  }
}

.anchor_box .anchor_btn {
  width: 48%;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 40px 0;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .anchor_box .anchor_btn {
    padding: 6vw 0;
    font-size: 3.5vw;
  }
}

.anchor_box .anchor_btn .anchor_btn_inner {
  position: absolute;
  width: 80%;
  height: 100%;
  top: 0;
  left: 0;
}

.anchor_box .anchor_btn .anchor_btn_inner p {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.anchor_box .anchor_btn .anchor_arrow {
  content: "";
  display: block;
  width: 20%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #333333;
  border-radius: 0 12px 12px 0;
}

.anchor_box .anchor_btn .anchor_arrow::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(45deg) translate(-75%, -5%);
          transform: rotate(45deg) translate(-75%, -5%);
  border-bottom: solid 3px #ffffff;
  border-right: solid 3px #ffffff;
}

@media screen and (max-width: 640px) {
  .anchor_box .anchor_btn .anchor_arrow::before {
    width: 2vw;
    height: 2vw;
  }
}

.main_body {
  margin: 50px auto 0;
  width: 90%;
}

@media screen and (max-width: 640px) {
  .main_body {
    margin: 10vw auto 0;
  }
}

.main_lead {
  background: #333333;
  border: solid 1px #333333;
  border-radius: 12px 12px 0 0;
  text-align: center;
  padding: 20px 0 25px;
  font-size: 28px;
  color: #ffffff;
}

@media screen and (max-width: 640px) {
  .main_lead {
    padding: 3vw 0 3vw;
    font-size: 4vw;
  }
}

.main_lead p {
  width: 20%;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 20px 10px;
  margin: 0 auto 20px;
  color: #333333;
  background: #ffffff;
  border-radius: 100px;
}

@media screen and (max-width: 960px) {
  .main_lead p {
    width: 40%;
  }
}

@media screen and (max-width: 640px) {
  .main_lead p {
    font-size: 3.4vw;
    padding: 2vw 4vw 2vw;
    margin: 0 auto 2vw;
  }
}

.main_lead h2 {
  width: 90%;
  margin: 0 auto;
  font-size: 36px;
}

@media screen and (max-width: 640px) {
  .main_lead h2 {
    width: 95%;
    font-size: 4.6vw;
  }
}

.main_box_body_outer {
  border: solid 1px #333333;
  border-radius: 0 0 12px 12px;
}

.main_box_body_outer .main_box_body {
  width: 90%;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 960px) {
  .main_box_body_outer .main_box_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 640px) {
  .main_box_body_outer .main_box_body {
    margin: 4vw auto 0;
  }
}

.main_box_body_outer .main_box_body .main_box {
  width: 100%;
  position: relative;
  border-bottom: solid 1px #e5e5e5;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .main_box_body_outer .main_box_body .main_box {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .main_box_body_outer .main_box_body .main_box {
    padding-bottom: 6vw;
    margin-bottom: 6vw;
  }
}

.main_box_body_outer .main_box_body .main_box .main_box_lead {
  font-size: 24px;
  position: absolute;
  top: 0;
  width: 48%;
}

@media screen and (max-width: 640px) {
  .main_box_body_outer .main_box_body .main_box .main_box_lead {
    width: 100%;
    font-size: 4vw;
    margin-bottom: 4vw;
    position: initial;
  }
}

.main_box_body_outer .main_box_body .main_box:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.main_box_body_outer .main_box_body .main_box .main_box_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .main_box_body_outer .main_box_body .main_box .main_box_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.main_box_body_outer .main_box_body .main_box .main_box_inner .main_box_img {
  width: 48%;
}

@media screen and (max-width: 640px) {
  .main_box_body_outer .main_box_body .main_box .main_box_inner .main_box_img {
    width: 100%;
  }
}

.main_box_body_outer .main_box_body .main_box .main_box_inner .main_box_img img {
  width: 100%;
}

@media screen and (max-width: 960px) {
  .main_box_body_outer .main_box_body .main_box .main_box_inner .main_box_img img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
  }
}

.main_box_body_outer .main_box_body .main_box .main_box_inner p {
  width: 48%;
  margin-top: 100px;
  font-size: 18px;
}

@media screen and (max-width: 640px) {
  .main_box_body_outer .main_box_body .main_box .main_box_inner p {
    font-size: 3vw;
    margin-top: 4vw !important;
    width: 100%;
  }
}

.main_box_body_outer .main_box_body .main_box .main_box_inner .caption {
  font-size: 14px;
  margin: 0;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .main_box_body_outer .main_box_body .main_box .main_box_inner .caption {
    font-size: 2.6vw;
    margin-top: 0 !important;
  }
}

.main_box_body_outer .anchor_btn {
  width: 80%;
  border-radius: 100px;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 40px 0;
  font-size: 24px;
  font-weight: bold;
  margin: 40px auto;
  display: block;
  background: #f9f9f9;
}

@media screen and (max-width: 1280px) {
  .main_box_body_outer .anchor_btn {
    padding: 60px 0;
  }
}

@media screen and (max-width: 960px) {
  .main_box_body_outer .anchor_btn {
    padding: 60px 0;
  }
}

@media screen and (max-width: 640px) {
  .main_box_body_outer .anchor_btn {
    padding: 8vw 0;
    font-size: 3.5vw;
    margin: 8vw auto;
  }
}

.main_box_body_outer .anchor_btn .anchor_btn_inner {
  position: absolute;
  width: 85%;
  height: 100%;
  top: 0;
  left: 0;
}

.main_box_body_outer .anchor_btn .anchor_btn_inner p {
  width: 90%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.main_box_body_outer .anchor_btn .anchor_arrow {
  content: "";
  display: block;
  width: 15%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #333333;
  border-radius: 0 100px 100px 0;
}

.main_box_body_outer .anchor_btn .anchor_arrow::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(45deg) translate(-75%, -5%);
          transform: rotate(45deg) translate(-75%, -5%);
  border-bottom: solid 3px #ffffff;
  border-right: solid 3px #ffffff;
}

@media screen and (max-width: 640px) {
  .main_box_body_outer .anchor_btn .anchor_arrow::before {
    width: 2vw;
    height: 2vw;
  }
}

.lp_body {
  margin-top: 50px;
}

@media screen and (max-width: 640px) {
  .lp_body {
    margin-top: 10vw;
  }
}

.lp_body .lp_lead {
  width: 40%;
  text-align: center;
  font-size: 28px;
  margin: 0 auto;
  padding: 20px;
  background: #333333;
  border-radius: 100px;
  color: #ffffff;
}

@media screen and (max-width: 960px) {
  .lp_body .lp_lead {
    width: 90%;
    padding: 20px 0;
  }
}

@media screen and (max-width: 640px) {
  .lp_body .lp_lead {
    font-size: 3.6vw;
    padding: 3vw 0;
  }
}

.lp_body .lp_lead_txt {
  width: 80%;
  margin: 20px auto 0;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .lp_body .lp_lead_txt {
    width: 80%;
  }
}

@media screen and (max-width: 640px) {
  .lp_body .lp_lead_txt {
    font-size: 3vw;
    margin: 3vw auto 0;
  }
}

.lp_body .lp_list_body {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px auto 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 960px) {
  .lp_body .lp_list_body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .lp_body .lp_list_body {
    margin: 3.6vw auto 0;
  }
}

.lp_body .lp_list_body .month_parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .lp_body .lp_list_body .month_parts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 10%;
  }
}

.lp_body .lp_list_body .month_parts div {
  border-right: solid 1px #e5e5e5;
  width: 21%;
  padding: 0 1.5% 1.5%;
}

@media screen and (max-width: 960px) {
  .lp_body .lp_list_body .month_parts div {
    width: 100%;
    height: 20%;
  }
}

.lp_body .lp_list_body .month_parts div:last-child {
  padding: 0 0 1.5% 1.5%;
  border-right: none;
}

.lp_body .lp_list_body .month_parts div p {
  font-size: 22px;
  color: #ffffff;
  padding: 5%;
}

.lp_body .lp_list_body .month_parts .blank {
  width: 16%;
  padding: 0 1.5% 1.5% 0;
}

@media screen and (max-width: 960px) {
  .lp_body .lp_list_body .month_parts .blank {
    width: 100%;
    height: 20%;
  }
}

.lp_body .lp_list_body .main_parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #e5e5e5;
}

@media screen and (max-width: 960px) {
  .lp_body .lp_list_body .main_parts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 45%;
  }
}

.lp_body .lp_list_body .main_parts div {
  border-right: solid 1px #e5e5e5;
  width: 21%;
  padding: 1.5%;
}

@media screen and (max-width: 960px) {
  .lp_body .lp_list_body .main_parts div {
    width: 100%;
  }
}

.lp_body .lp_list_body .main_parts div:last-child {
  padding: 1.5% 0 1.5% 1.5%;
  border-right: none;
}

.lp_body .lp_list_body .main_parts div img {
  display: block;
  width: 100%;
}

.lp_body .lp_list_body .main_parts .main_parts_lead {
  width: 16%;
  padding: 1.5% 1.5% 1.5% 0;
}

@media screen and (max-width: 960px) {
  .lp_body .lp_list_body .main_parts .main_parts_lead {
    width: 100%;
    padding: 0% 0% 8% 0px;
    height: 20%;
  }
}

.lp_body .lp_list_body .main_parts .main_parts_lead p {
  width: 100%;
  height: 100%;
  color: #ffffff;
  position: relative;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .lp_body .lp_list_body .main_parts .main_parts_lead p {
    text-align: center;
  }
}

.lp_body .lp_list_body .main_parts .main_parts_lead p span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .lp_body .lp_list_body .main_parts .main_parts_lead p span {
    position: initial;
  }
}

.lp_body .lp_list_body .option_parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 960px) {
  .lp_body .lp_list_body .option_parts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 45%;
  }
}

.lp_body .lp_list_body .option_parts div {
  border-right: solid 1px #e5e5e5;
  width: 21%;
  padding: 1.5% 1.5% 0 1.5%;
}

@media screen and (max-width: 960px) {
  .lp_body .lp_list_body .option_parts div {
    width: 100%;
  }
}

.lp_body .lp_list_body .option_parts div:last-child {
  padding: 1.5% 0 0 1.5%;
  border-right: none;
}

.lp_body .lp_list_body .option_parts div img {
  display: block;
  width: 100%;
}

.lp_body .lp_list_body .option_parts div.mail {
  background: #fffbcc;
}

.lp_body .lp_list_body .option_parts div.mail span {
  color: #ff0000;
}

.lp_body .lp_list_body .option_parts .option_parts_lead {
  width: 16%;
  padding: 1.5% 1.5% 0 0;
}

@media screen and (max-width: 960px) {
  .lp_body .lp_list_body .option_parts .option_parts_lead {
    width: 100%;
    padding: 0% 0% 8% 0px;
  }
}

.lp_body .lp_list_body .option_parts .option_parts_lead p {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: solid 2px #cbcbcb;
  position: relative;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .lp_body .lp_list_body .option_parts .option_parts_lead p {
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
}

.lp_body .lp_list_body .option_parts .option_parts_lead p span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .lp_body .lp_list_body .option_parts .option_parts_lead p span {
    position: initial;
  }
}

.lp_body .lp_list_body.jp .month_parts div p {
  background: #ea6c56;
}

.lp_body .lp_list_body.jp .main_parts .main_parts_lead p {
  background: #ea6c56;
}

.lp_body .lp_list_body.mat .month_parts div p {
  background: #4594c2;
}

.lp_body .lp_list_body.mat .main_parts .main_parts_lead p {
  background: #4594c2;
}

.lp_body .lp_list_body .option_img_m10 {
  position: relative;
}

.lp_body .lp_list_body .option_img_m10 .mat_arrow {
  position: absolute;
  top: 3%;
  left: 55%;
  width: 140%;
}

.lp_body .lp_list_body_sp {
  display: none;
}

@media screen and (max-width: 960px) {
  .lp_body .lp_list_body_sp {
    display: block;
    width: 90%;
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 960px) and (max-width: 640px) {
  .lp_body .lp_list_body_sp {
    margin: 3.6vw auto 0;
  }
}

@media screen and (max-width: 960px) {
  .lp_body .lp_list_body_sp .lead_parts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }
  .lp_body .lp_list_body_sp .lead_parts div {
    border-right: solid 1px #e5e5e5;
    width: 45%;
    padding: 0 3% 3%;
  }
  .lp_body .lp_list_body_sp .lead_parts div:last-child {
    padding: 0 0 3% 3%;
    border-right: none;
  }
  .lp_body .lp_list_body_sp .lead_parts div p {
    font-size: 22px;
    padding: 5%;
    font-weight: bold;
  }
}

@media screen and (max-width: 960px) and (max-width: 640px) {
  .lp_body .lp_list_body_sp .lead_parts div p {
    font-size: 3vw;
  }
}

@media screen and (max-width: 960px) {
  .lp_body .lp_list_body_sp .lead_parts .blank {
    width: 10%;
    padding: 0 3% 3% 0;
    border-right: none;
  }
  .lp_body .lp_list_body_sp .lead_parts .main_parts_lead p {
    color: #ffffff;
  }
  .lp_body .lp_list_body_sp .lead_parts .option_parts_lead p {
    border: solid 2px #cbcbcb;
    background: #ffffff;
    position: relative;
    font-size: 22px;
    font-weight: bold;
    padding: 4%;
  }
}

@media screen and (max-width: 960px) and (max-width: 640px) {
  .lp_body .lp_list_body_sp .lead_parts .option_parts_lead p {
    font-size: 3vw;
  }
}

@media screen and (max-width: 960px) {
  .lp_body .lp_list_body_sp .month_parts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    border-bottom: solid 1px #e5e5e5;
  }
  .lp_body .lp_list_body_sp .month_parts div {
    border-right: solid 1px #e5e5e5;
    width: 45%;
    padding: 3%;
  }
  .lp_body .lp_list_body_sp .month_parts div:nth-child(1) {
    width: 10%;
    padding: 3% 3% 3% 0;
    color: #ffffff;
    font-size: 22px;
    border-right: none;
  }
}

@media screen and (max-width: 960px) and (max-width: 640px) {
  .lp_body .lp_list_body_sp .month_parts div:nth-child(1) {
    font-size: 3vw;
  }
}

@media screen and (max-width: 960px) {
  .lp_body .lp_list_body_sp .month_parts div:nth-child(1) p {
    height: 100%;
    position: relative;
    text-align: center;
    font-weight: bold;
  }
  .lp_body .lp_list_body_sp .month_parts div:nth-child(1) span {
    display: block;
  }
  .lp_body .lp_list_body_sp .month_parts div:nth-child(1) .text_month {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .lp_body .lp_list_body_sp .month_parts div img {
    width: 100%;
  }
  .lp_body .lp_list_body_sp .month_parts div:last-child {
    padding: 3% 0 3% 3%;
    border-right: none;
  }
  .lp_body .lp_list_body_sp .month_parts div p {
    text-align: left;
    font-size: 18px;
  }
  .lp_body .lp_list_body_sp .month_parts div p.small {
    width: 80%;
    float: right;
  }
}

@media screen and (max-width: 960px) and (max-width: 640px) {
  .lp_body .lp_list_body_sp .month_parts div p {
    font-size: 3vw;
  }
}

@media screen and (max-width: 960px) {
  .lp_body .lp_list_body_sp .month_parts:last-child {
    border-bottom: none;
  }
  .lp_body .lp_list_body_sp .month_parts .option_img_m10 {
    position: relative;
  }
  .lp_body .lp_list_body_sp .month_parts .option_img_m10 .mat_arrow {
    position: absolute;
    top: 30%;
    left: -3%;
    width: 26.4%;
  }
}

@media screen and (max-width: 960px) and (max-width: 640px) {
  .lp_body .lp_list_body_sp .month_parts .option_img_m10 .mat_arrow {
    left: -5%;
    width: 28%;
  }
}

@media screen and (max-width: 960px) {
  .lp_body .lp_list_body_sp .month_parts .mail {
    background: #fffbcc;
  }
  .lp_body .lp_list_body_sp .month_parts .mail span {
    color: #ff0000;
  }
  .lp_body .lp_list_body_sp.jp .lead_parts .main_parts_lead p {
    background: #ea6c56;
  }
  .lp_body .lp_list_body_sp.jp .month_parts p:nth-child(1) {
    background: #ea6c56;
  }
  .lp_body .lp_list_body_sp.mat .lead_parts .main_parts_lead p {
    background: #4594c2;
  }
  .lp_body .lp_list_body_sp.mat .month_parts p:nth-child(1) {
    background: #4594c2;
  }
}

#jp_main .main_lead {
  background: #ea6c56;
  border: solid 1px #ea6c56;
}

#jp_main .main_lead p {
  color: #ea6c56;
}

#jp_main .main_box_body_outer {
  border: solid 1px #ea6c56;
}

.jp .anchor_btn_inner p {
  color: #ea6c56;
}

.jp.anchor_btn .anchor_arrow {
  background: #ea6c56;
}

#mat_main .main_lead {
  background: #4594c2;
  border: solid 1px #4594c2;
}

#mat_main .main_lead p {
  color: #4594c2;
}

#mat_main .main_box_body_outer {
  border: solid 1px #4594c2;
}

.mat .anchor_btn_inner p {
  color: #4594c2;
}

.mat.anchor_btn .anchor_arrow {
  background: #4594c2;
}

#jp_lp .lp_lead {
  background: #ea6c56;
}

#jp_lp .kinds p:nth-of-type(1) {
  background: #ea6c56;
  color: #ffffff;
  border: none;
}

#jp_lp .month_box .month p:nth-child(1) {
  background: #ea6c56;
}

#mat_lp .lp_lead {
  background: #4594c2;
}

#mat_lp .kinds p:nth-of-type(1) {
  background: #4594c2;
  color: #ffffff;
  border: none;
}

#mat_lp .month_box .month p:nth-child(1) {
  background: #4594c2;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.tab {
  display: none;
}

@media screen and (max-width: 960px) {
  .pc {
    display: none;
  }
  .tab {
    display: block;
  }
  .sp {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .pc {
    display: none;
  }
  .tab {
    display: none;
  }
  .sp {
    display: block;
  }
}

.footer {
  border-top: solid 1px #c7c7c7;
  padding: 2% 0 0;
  margin: 6% auto 0;
  max-width: 1280px;
  width: 90%;
}

.footer p {
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.6;
  margin-bottom: 1%;
}

.footer p.first {
  border-bottom: solid 1px #c7c7c7;
  padding: 0 0 2% 1em;
  margin: 0 0 2% 0;
}

.footer a {
  display: inline;
  margin-top: 0;
  padding: 0;
  background: none;
  color: #1365c4;
  text-align: left;
  font-size: 100%;
  font-weight: normal;
  border-radius: 0;
  position: initial;
  word-break: break-all;
}

.footer a.bnr_logo {
  background: #005bab;
  display: block;
}

.bnr_logo_inner {
  width: 30%;
  margin: 0 auto;
}

.bnr_logo_inner img {
  width: 100%;
  display: block;
}

.issue {
  margin-top: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.issue p {
  text-indent: initial;
  margin: 0;
}

.copy {
  border-top: solid 1px #c7c7c7;
  padding: 2% 0 0;
  margin: 2% 0 0;
  overflow: hidden;
}

.copy p {
  text-indent: initial;
  margin: 0;
  float: left;
  margin-bottom: 1%;
}

.copy_img {
  text-indent: initial;
  margin: 0;
  float: right;
  margin-bottom: 1%;
}

.copy_img img {
  display: block;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

.small_txt {
  font-size: 90%;
  margin-top: 1%;
}
/*# sourceMappingURL=style.css.map */