@charset "UTF-8";
/* Scss Document */
body {
  font-family: "YuGothic", "Yu Gothic", "Meiryo", "ヒラギノ角ゴ", "sans-serif";
  font-weight: 500;
}

#wrapper {
  width: 100%;
  /*overflow:hidden;*/
}

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

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

a {
  color: #6ab250;
}

.red {
  color: #d84d0f;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .red {
    font-size: 16px;
  }
}

.note {
  font-size: 14px;
}

.header {
  height: 50px;
  display: grid;
  place-items: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .header {
    height: 30px;
    font-size: 12px;
  }
}
.header p {
  font-weight: bold;
}

.mv {
  width: 100%;
  height: 660px;
  background-image: url("../img/kv_lane1.png"), url("../img/kv_lane2.png"), url("../img/kv.gif");
  background-repeat: no-repeat;
  background-size: auto 100%, auto 100%, cover;
  background-position: left center, right center, center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .mv {
    height: 320px;
    background-position: left -70px center, right -55px center, center center;
  }
}
.mv .mv_ttl h1 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mv .mv_ttl h1 img {
    width: 80%;
    max-width: 430px;
  }
}

h2 {
  font-family: "Kiwi Maru", serif;
  font-size: 38px;
  font-weight: 200;
  padding: 22px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 26px;
    padding: 16px;
  }
}
h2 .hosoku {
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  h2 .hosoku {
    font-size: 18px;
    padding: 16px;
  }
}

.h2deco {
  margin: 0 auto;
  width: 270px;
  border-bottom: solid 7px #6ab250;
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .h2deco {
    margin-bottom: 40px;
    border-bottom: solid 4px #6ab250;
  }
}

.h2deco:after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 33%;
  border-bottom: solid 7px #95d2ef;
}
@media screen and (max-width: 768px) {
  .h2deco:after {
    border-bottom: solid 4px #95d2ef;
  }
}

.h2deco:before {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 33%;
  border-bottom: solid 7px #ffd201;
}
@media screen and (max-width: 768px) {
  .h2deco:before {
    border-bottom: solid 4px #ffd201;
  }
}

h3 {
  font-family: "Kiwi Maru", serif;
  font-size: 28px;
  font-weight: 100;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 20px;
    padding: 20px 0;
  }
}
h3 .red {
  font-size: 28px;
}
h3 .small_text {
  font-size: 20px;
}

.month {
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .month {
    font-size: 20px;
    padding: 20px 0;
  }
}
.month .red {
  font-size: 28px;
}
.month .small_text {
  font-size: 20px;
}

h3:before {
  content: "";
  background: url("../img/marupochi.png") no-repeat;
  display: inline-block;
  width: 17px;
  height: 17px;
  vertical-align: middle;
  margin: 0 20px 4px 0;
}
@media screen and (max-width: 768px) {
  h3:before {
    margin: 0 10px 4px 0;
  }
}

.lead {
  padding: 100px 0;
  width: 820px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lead {
    padding: 30px 0 60px;
    width: 97%;
  }
}
.lead .top {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .lead .top {
    margin-bottom: 20px;
  }
}
.lead .material_btn a {
  color: #fff;
  text-decoration: none;
}
.lead .material_btn .material_btn_box {
  position: relative;
  display: block;
  padding-left: 20px;
  color: #fff;
  background-color: #d84d0f;
  padding: 20px;
  margin: 20px auto 0;
  width: 500px;
  font-weight: 100;
  font-size: 26px;
  font-family: "Kiwi Maru", serif;
  text-align: center;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .lead .material_btn .material_btn_box {
    width: 80%;
    font-size: 20px;
  }
}
.lead .material_btn .material_btn_box:before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}
.lead .material_btn .material_btn_box:hover {
  opacity: 0.5;
}
.lead .lead_text {
  font-size: 18px;
  line-height: 2;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .lead .lead_text {
    font-size: 16px;
    line-height: 1.6;
    width: 94%;
    margin: 0 auto;
  }
}
.lead .lead_product {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  .lead .lead_product {
    flex-direction: column;
    align-items: center;
    margin: 20px 0;
  }
}
.lead .lead_product .img_plus {
  margin-top: 250px;
}
@media screen and (max-width: 768px) {
  .lead .lead_product .img_plus {
    margin-top: 0;
  }
}
.lead .lead_product p {
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .lead .lead_product p {
    font-size: 14px;
    margin: 10px 0 20px;
  }
}
.lead .note {
  text-align: left;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .lead .note {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}

.red_train {
  max-width: 800px;
  margin: 0 auto;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .red_train {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .red_train img {
    width: 30%;
  }
}

.outline {
  background-color: #efefef;
  padding: 100px 0 0;
  border-top: 2px solid #d84d0f;
  position: relative;
}
.outline:before {
  content: "";
  background: url(../img/train_sanriku.png) center/100% no-repeat;
  width: 200px;
  aspect-ratio: 199/47;
  display: block;
  position: absolute;
  top: 0;
  right: calc(50% - 190px);
  transform: translate(100%, -100%);
}
@media screen and (max-width: 768px) {
  .outline:before {
    width: 150px;
    right: 5%;
    transform: translate(0, -100%);
  }
}
@media screen and (max-width: 768px) {
  .outline {
    padding: 50px 0 1px;
  }
}
.outline .ol_box {
  background-color: #fff;
  width: 820px;
  margin: 0 auto;
  padding: 90px 70px;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .outline .ol_box {
    width: 85%;
    padding: 30px 20px;
    margin: 0 auto;
  }
}
.outline .ol_box .oldeco {
  margin: 0 auto;
  width: 820px;
  border-bottom: solid 2px #6ab250;
  position: relative;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .outline .ol_box .oldeco {
    width: 100%;
  }
}
.outline .ol_box .oldeco:after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 33%;
  border-bottom: solid 2px #95d2ef;
}
.outline .ol_box .oldeco:before {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 33%;
  border-bottom: solid 2px #ffd201;
}
.outline .ol_box .ol_side {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .outline .ol_box .ol_side {
    display: block;
  }
}
.outline .ol_box .ol_side h3 {
  padding: 50px 0 0 0;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .outline .ol_box .ol_side h3 {
    padding: 20px 0;
  }
}
.outline .ol_box .ol_side .ol_cont {
  width: 550px;
  padding: 60px 0 0 0;
}
@media screen and (max-width: 768px) {
  .outline .ol_box .ol_side .ol_cont {
    width: 100%;
    padding: 0;
  }
}
.outline .ol_box .ol_cont {
  font-size: 18px;
  font-weight: 700;
  width: 680px;
  margin: 0 auto;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .outline .ol_box .ol_cont {
    width: 100%;
    font-size: 16px;
  }
}
.outline .ol_box .ol_cont ul li {
  text-indent: -2em;
  padding-left: 1em;
  margin-left: 1em;
}
.outline .ol_box .ol_cont ul li:before {
  content: "●";
  color: #95d2ef;
  padding-right: 1em;
}
.outline .ol_box .ol_cont .ol_format {
  display: block;
  flex-wrap: wrap;
}
.outline .ol_box .ol_cont .ol_format dt {
  color: #fff;
  background-color: #ed6400;
  width: 200px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 7px 0 4px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .outline .ol_box .ol_cont .ol_format dt {
    margin-bottom: 0;
    font-size: 14px;
    max-height: 35px;
  }
}
.outline .ol_box .ol_cont .ol_format dd {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .outline .ol_box .ol_cont .ol_format dd {
    margin-bottom: 20px;
  }
}
.outline .ol_box .ol_cont .ol_format dd .blue {
  color: #ed6400;
}
.outline .ol_box .ol_cont .ol_format dd span {
  font-size: 14px;
}
.outline .ol_box .ol_cont .note_red {
  color: #d84d0f;
  margin-top: 20px;
  font-size: 14px;
}
.outline .ol_box .num dl {
  display: flex;
  align-items: baseline;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .outline .ol_box .num dl {
    display: block;
  }
}
.outline .ol_box .num dl dt {
  width: 30px;
  font-family: "Kiwi Maru", serif;
  color: #d84d0f;
  font-size: 24px;
}
.outline .ol_box .num dl dd {
  width: 620px;
  padding-top: 4px;
}
@media screen and (max-width: 768px) {
  .outline .ol_box .num dl dd {
    width: 100%;
  }
}
.outline .ol_box .num dl dd .sub_ttl {
  padding-bottom: 20px;
}
.outline .ol_box .num dl dd .sub_text {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .outline .ol_box .num dl dd .sub_text {
    font-size: 14px;
  }
}
.outline .ol_box .num dl dd .sub_text .day {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .outline .ol_box .num dl dd .sub_text .day {
    font-size: 20px;
  }
}
.outline .ol_box .num dl dd .small_text {
  margin-top: 20px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .outline .ol_box .num dl dd .small_text {
    margin-top: 15px;
    font-size: 12px;
  }
}
.outline .ol_box .num dl dd h4 {
  margin-top: 30px;
  display: inline-block;
  color: #fff;
  background: #1d4dad;
  padding: 5px 20px;
  border-radius: 5px 5px 0 0;
}
.outline .ol_box .num dl dd ul li {
  font-size: 16px;
}
.outline .ol_box .num dl dd ul li:before {
  content: "●";
  color: #1d4dad;
}
.outline .ol_box .num dl dd .box_text {
  border: solid #000 1px;
  padding: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .outline .ol_box .num dl dd .box_text ul li {
    font-size: 14px;
  }
}
.outline .ol_box .num dl dd .box_text .box_ttl {
  border-bottom: solid #000 1px;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.outline .ol_box .zoom {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #d84d0f;
  margin-bottom: 10px;
}
.outline .ol_box .zoom img {
  width: 32px;
  margin-right: 10px;
}
.outline .ol_box .zoom_img {
  cursor: pointer;
}
.outline .ol_box .zoom_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 50;
}
.outline .ol_box .zoom_modal > .modal_inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.outline .ol_box .zoom_modal p.close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 40px;
  color: #fff;
  line-height: 1;
  cursor: pointer;
  z-index: 51;
}
.outline .ol_box .zoom_modal img {
  width: auto;
  max-height: 90vh;
}
.outline .material_btn .material_btn_box {
  position: relative;
  display: block;
  padding-left: 20px;
  color: #fff;
  background-color: #6ab250;
  padding: 20px;
  margin: 20px auto 0;
  width: 500px;
  font-weight: 100;
  font-size: 26px;
  font-family: "Kiwi Maru", serif;
  text-align: center;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .outline .material_btn .material_btn_box {
    width: 80%;
    font-size: 20px;
  }
}
.outline .material_btn .material_btn_box::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}
.outline .material_btn .material_btn_box:hover {
  background-color: #90c67c;
}
.outline .material_btn a {
  color: #fff;
  text-decoration: none;
}
.outline .entry_btn {
  margin-bottom: 30px;
}
.outline .entry_btn .entry_btn_box {
  position: relative;
  display: block;
  padding-left: 20px;
  color: #fff;
  background-color: #1d4dad;
  padding: 20px;
  margin: 20px auto 0;
  width: 500px;
  font-weight: 100;
  font-size: 26px;
  font-family: "Kiwi Maru", serif;
  text-align: center;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .outline .entry_btn .entry_btn_box {
    width: 80%;
    font-size: 20px;
  }
}
.outline .entry_btn .entry_btn_box::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}
.outline .entry_btn .entry_btn_box:hover {
  background-color: #3563c0;
}
.outline .entry_btn a {
  color: #fff;
  text-decoration: none;
}
.outline .reference_btn {
  margin: 0 auto;
}
.outline .reference_btn .reference_btn_box {
  position: relative;
  display: block;
  color: #fff;
  background-color: #ed6400;
  padding: 20px;
  margin: 20px auto 0;
  width: 540px;
  font-weight: 100;
  font-size: 26px;
  font-family: "Kiwi Maru", serif;
  text-align: center;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .outline .reference_btn .reference_btn_box {
    width: 80%;
    font-size: 20px;
  }
}
.outline .reference_btn .reference_btn_box span {
  font-size: 14px;
}
.outline .reference_btn .reference_btn_box span.note {
  font-size: 18px;
}
.outline .reference_btn .reference_btn_box::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}
.outline .reference_btn .reference_btn_box:hover {
  background-color: #ff7f21;
}
.outline .reference_btn a {
  color: #fff;
  text-decoration: none;
}
.outline .white_base {
  position: relative;
  width: 100%;
  height: 10px;
  margin-top: 100px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .outline .white_base {
    margin-top: 80px;
    height: 0px;
  }
}
.outline .white_base img {
  position: absolute;
  top: -49px;
  left: 20%;
}
@media screen and (max-width: 768px) {
  .outline .white_base img {
    top: -37px;
    left: 10%;
    width: 40%;
  }
}

.ttlv {
  text-align: center;
  width: 100%;
  height: 295px;
  background-image: url(../m_img/kv_lane1.png), url(../m_img/kv_lane2.png), url(../m_img/kv.gif);
  background-repeat: no-repeat;
  background-position: left center, right center, center;
  background-size: auto 100%, auto 100%, cover;
}
@media screen and (max-width: 768px) {
  .ttlv {
    height: auto;
    background-position: left -80px center, right -85px center, center;
  }
}
.ttlv .mv_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  height: 295px;
}
@media screen and (max-width: 768px) {
  .ttlv .mv_ttl {
    padding: 15px 0;
    width: 100%;
    height: 170px;
  }
}
.ttlv .mv_ttl h1 {
  text-align: center;
}
.ttlv .mv_ttl h1 img {
  height: 201px;
}
@media screen and (max-width: 768px) {
  .ttlv .mv_ttl h1 img {
    width: 80%;
    max-width: 700px;
    height: auto;
  }
}

.material_box {
  background-color: #fff;
  width: 820px;
  margin: 0 auto;
  padding: 20px 70px 90px;
  border-radius: 40px;
}
.material_box .top_btn {
  width: 120px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .material_box {
    width: 85%;
    padding: 10px 20px 30px;
    margin: 0 auto;
  }
}
.material_box .oldeco {
  margin: 0 auto;
  width: 820px;
  border-bottom: solid 2px #6ab250;
  position: relative;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .material_box .oldeco {
    width: 100%;
  }
}
.material_box .oldeco:after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 33%;
  border-bottom: solid 2px #95d2ef;
}
.material_box .oldeco:before {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 33%;
  border-bottom: solid 2px #ffd201;
}
.material_box .ol_side {
  display: flex;
}
@media screen and (max-width: 768px) {
  .material_box .ol_side {
    display: block;
  }
}
.material_box .ol_side h3 {
  padding: 50px 0 0 0;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .material_box .ol_side h3 {
    padding: 20px 0;
  }
}
.material_box .ol_side .ol_cont {
  width: 550px;
  padding: 60px 0 0 0;
}
@media screen and (max-width: 768px) {
  .material_box .ol_side .ol_cont {
    width: 100%;
    padding: 0;
  }
}
.material_box h3 span.red {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .material_box h3 span.red {
    font-size: 16px;
  }
}
.material_box .ol_cont {
  font-size: 18px;
  font-weight: 700;
  width: 680px;
  margin: 0 auto;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .material_box .ol_cont {
    width: 100%;
    font-size: 16px;
  }
}
.material_box .ol_cont ul {
  align-items: flex-start;
}
.material_box .ol_cont ul :before {
  display: none;
}
@media screen and (max-width: 768px) {
  .material_box .ol_cont ul {
    display: block;
  }
}
.material_box .ol_cont ul li :before {
  display: none;
}
.material_box .ol_cont ul li.img_box {
  align-items: center;
  text-align: center;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .material_box .ol_cont ul li.img_box {
    width: 100%;
    padding-bottom: 25px;
  }
}
.material_box .ol_cont ul li.img_box .img_area {
  padding: 0 auto;
  width: 100%;
}
.material_box .ol_cont ul li.img_box .img_area p {
  padding-top: 10px;
  font-size: 14px;
}
.material_box .ol_cont ul li.point_box {
  padding-top: 50px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .material_box .ol_cont ul li.point_box {
    width: 100%;
    padding-left: 0;
    margin: 0 auto;
    padding-bottom: 15px;
  }
}
.material_box .ol_cont ul li.point_box .point_area {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .material_box .ol_cont ul li.point_box .point_area {
    height: 100%;
    width: 100%;
  }
}
.material_box .ol_cont ul li.point_box .point_area .exc {
  margin-top: 20px;
  font-size: 16px;
  color: #1d4dad;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .material_box .ol_cont ul li.point_box .point_area .exc {
    margin-top: 10px;
    font-size: 13px;
  }
}
.material_box .ol_cont ul li.point_box .point_area .exc a {
  color: #1d4dad;
}
.material_box .ol_cont .excerpt {
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #ffd201;
  border-radius: 20px;
  padding: 30px 40px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .material_box .ol_cont .excerpt {
    padding: 20px 5% 10px 5%;
    margin-bottom: 20px;
  }
}
.material_box .ol_cont .excerpt p {
  font-size: 16px;
  letter-spacing: -0.06rem;
}
@media screen and (max-width: 768px) {
  .material_box .ol_cont .excerpt p {
    font-size: 14px;
  }
}
.material_box .ol_cont .excerpt p.exc {
  margin-top: 20px;
  font-size: 16px;
  color: #1d4dad;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .material_box .ol_cont .excerpt p.exc {
    margin-top: 10px;
    font-size: 13px;
  }
}
.material_box .ol_cont .excerpt p.exca {
  margin: 0 20px;
}
.material_box .ol_cont .komidasi {
  height: 100%;
  width: 100%;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .material_box .ol_cont .komidasi {
    height: 100%;
    width: 100%;
  }
}
.material_box .ol_cont .komidasi .exc {
  margin-top: 20px;
  font-size: 16px;
  color: #1d4dad;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .material_box .ol_cont .komidasi .exc {
    margin-top: 10px;
    font-size: 13px;
  }
}
.material_box .ol_cont .fl_l_c {
  display: flex;
  justify-content: center;
  text-align: left;
  margin-bottom: 25px;
}
.material_box .ol_cont .fl_l_c p {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .material_box .ol_cont .fl_l_c p {
    font-size: 16px;
  }
}
.material_box .ol_cont ul.reference {
  text-indent: 0 !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .material_box .ol_cont ul.reference {
    display: block;
    margin-top: 30px;
  }
}
.material_box .ol_cont ul.reference li {
  text-indent: 0 !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
  display: flex;
  flex-direction: column;
  width: 48.5%;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .material_box .ol_cont ul.reference li:nth-child(n+3) {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .material_box .ol_cont ul.reference li {
    width: 100%;
    display: block;
  }
  .material_box .ol_cont ul.reference li:not(:last-child) {
    margin-top: 40px;
  }
}
.material_box .ol_cont ul.reference li:before {
  display: none !important;
}
.material_box .ol_cont ul.reference li .ol_format {
  align-items: flex-start;
}
.material_box .ol_cont ul.reference li .ol_format dd {
  box-sizing: border-box;
  width: calc(100% - 120px);
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .material_box .ol_cont ul.reference li .ol_format dd {
    padding-bottom: 10px;
  }
}
.material_box .ol_cont ul.reference li .tmb a {
  display: block;
  transition: all 0.3s;
}
.material_box .ol_cont ul.reference li .tmb a:hover {
  opacity: 0.8;
}
.material_box .ol_cont ul.reference li .tmb img {
  width: 100%;
}
.material_box .ol_cont ul.reference li p.click {
  margin: auto 0 10px;
  font-size: 14px;
  color: #d84d0f;
}
.material_box .ol_cont ul.reference li p.place {
  margin-top: 10px;
  font-size: 12px;
}
.material_box .ol_cont ul li:before {
  content: "●";
  color: #6ab250;
  padding-right: 1em;
}
.material_box .ol_cont .ol_format {
  display: flex;
  flex-wrap: wrap;
}
.material_box .ol_cont .ol_format dt {
  color: #fff;
  background-color: #6ab250;
  width: 120px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .material_box .ol_cont .ol_format dt {
    margin-bottom: 0;
    font-size: 14px;
    max-height: 35px;
  }
}
.material_box .ol_cont .ol_format dd {
  padding-left: 20px;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .material_box .ol_cont .ol_format dd {
    padding-bottom: 20px;
    width: 100%;
  }
}
.material_box .ol_cont .note_red {
  color: #d84d0f;
  margin-top: 20px;
  font-size: 14px;
}
.material_box .ol_cont .jump_btn {
  margin-top: 20px;
}
.material_box .ol_cont .jump_btn .j_btns {
  display: flex;
  justify-content: space-between;
  /*.btn::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
  }*/
}
@media screen and (max-width: 768px) {
  .material_box .ol_cont .jump_btn .j_btns {
    flex-wrap: wrap;
  }
}
.material_box .ol_cont .jump_btn .j_btns .bl {
  background-color: #8cc8e4;
}
.material_box .ol_cont .jump_btn .j_btns .bl:hover {
  background-color: #95d2ef;
}
.material_box .ol_cont .jump_btn .j_btns .ye {
  background-color: #f5ca00;
}
.material_box .ol_cont .jump_btn .j_btns .ye:hover {
  background-color: #ffd201;
}
.material_box .ol_cont .jump_btn .j_btns .btn {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 20px;
  color: #59400b;
  margin: 20px 0 0px;
  width: 300px;
  height: 80px;
  font-weight: bold;
  border-radius: 5px;
}
.material_box .ol_cont .jump_btn .j_btns .btn .btn_ttl {
  font-size: 18px;
}
.material_box .ol_cont .jump_btn .j_btns .btn p {
  font-size: 14px;
}
.material_box .ol_cont .jump_btn .j_btns .btn a {
  color: #59400b;
  text-decoration: none;
}
.material_box .ol_cont .jump_btn .j_btns .btn::before {
  position: absolute;
  content: url(../m_img/blank_box.png);
  display: inline-block;
  vertical-align: middle;
  right: 15px;
  transform: scale(0.8);
}
.material_box .ol_cont .jump_btn .j_ttl {
  margin-top: 20px;
}
.material_box .ol_cont .mate_img {
  display: block;
  width: 450px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .material_box .ol_cont .mate_img {
    width: 90%;
  }
}
.material_box .ol_cont .mate_img:hover {
  opacity: 0.5;
}
.material_box .ol_cont .mate_img_9 {
  display: block;
  max-width: 300px;
  margin: 30px auto 50px;
}
@media screen and (max-width: 768px) {
  .material_box .ol_cont .mate_img_9 {
    width: 90%;
  }
}
.material_box .ol_cont .zoom {
  text-align: center;
  font-size: 14px;
  color: #d84d0f;
  margin-top: 30px;
}
.material_box .num dl {
  display: flex;
  align-items: baseline;
  padding-bottom: 50px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .material_box .num dl {
    display: block;
  }
}
.material_box .num dl dt {
  width: 30px;
  font-family: "Kiwi Maru", serif;
  color: #d84d0f;
  font-size: 24px;
}
.material_box .num dl dd {
  width: 650px;
  padding-top: 4px;
}
@media screen and (max-width: 768px) {
  .material_box .num dl dd {
    width: 100%;
  }
}
.material_box .num dl dd .sub_ttl {
  padding-bottom: 20px;
}
.material_box .num dl dd .sub_text {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .material_box .num dl dd .sub_text {
    font-size: 14px;
  }
}
.material_box .num dl dd ul li {
  font-size: 16px;
}
.material_box .num dl dd ul li:before {
  content: "●";
}
.material_box .num dl dd .box_text {
  border: solid #000 1px;
  padding: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .material_box .num dl dd .box_text ul li {
    font-size: 14px;
  }
}
.material_box .num dl dd .box_text .box_ttl {
  border-bottom: solid #000 1px;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.return_btn .return_btn_box {
  position: relative;
  display: block;
  color: #fff;
  background-color: #d84d0f;
  padding: 20px;
  margin: 80px auto 0;
  width: 400px;
  font-weight: 100;
  font-size: 26px;
  font-family: "Kiwi Maru", serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .return_btn .return_btn_box {
    width: 80%;
    font-size: 20px;
    margin: 60px auto 0;
  }
}
.return_btn .return_btn_box::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}
.return_btn .return_btn_box:hover {
  background-color: #f4804d;
}
.return_btn a {
  color: #fff;
  text-decoration: none;
}

/*---------------footer----------------
------------------------------------------*/
#footer {
  background-color: #7d7d7d;
}
#footer .footerIn {
  width: 1030px;
  margin: auto;
  padding: 10px 0 10px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #footer .footerIn {
    width: 100%;
    padding: 20px 0;
  }
}
@media screen and (max-width: 1000px) {
  #footer .footerIn {
    width: 90%;
  }
}
#footer .copy {
  font-size: 14px;
  color: #fff;
  float: left;
}
@media screen and (max-width: 768px) {
  #footer .copy {
    font-size: 12px;
    text-align: center;
    float: none;
  }
}
#footer .rightBox {
  float: right;
}
@media screen and (max-width: 768px) {
  #footer .rightBox {
    float: none;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  #footer .rightBox span {
    margin: 0;
    width: 50%;
    text-align: center;
  }
}
#footer .rightBox a {
  font-size: 14px;
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  #footer .rightBox a {
    text-align: center;
    width: 50%;
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */