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

#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: 28px;
}
@media screen and (max-width: 768px) {
  .red {
    font-size: 18px;
  }
}

.note {
  font-size: 14px;
}

.header {
  font-weight: bold;
  height: 50px;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 768px) {
  .header {
    height: 30px;
    font-size: 12px;
  }
}
.header .mv_ttl h1 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .header .mv_ttl h1 img {
    width: 80%;
    max-width: 430px;
  }
}

.mv {
  width: 100%;
  height: 710px;
  background: url("../img/mv.jpg") no-repeat center 60%/cover;
}
@media screen and (max-width: 768px) {
  .mv {
    height: auto;
  }
}

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

.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: 30px 0;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 20px;
    padding: 20px 0;
  }
}

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: 50px 0　0;
    width: 97%;
  }
}
.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: 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;
  }
}

.outline {
  background-color: #efefef;
  padding: 100px 0 0;
  border-top: solid 2px #d84d0f;
}
.outline.second {
  border-top: none;
}
@media screen and (max-width: 768px) {
  .outline {
    padding: 50px 0 0;
  }
}
.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;
}
@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: #6ab250;
  padding-right: 1em;
}
.outline .ol_box .ol_cont .ol_format {
  display: flex;
  flex-wrap: wrap;
}
.outline .ol_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) {
  .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 {
  padding-left: 20px;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .outline .ol_box .ol_cont .ol_format dd {
    padding-bottom: 20px;
  }
}
.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 ul li {
  font-size: 16px;
}
.outline .ol_box .num dl dd ul li:before {
  content: "●";
}
.outline .ol_box .num dl dd .box_text {
  border: solid #000 1px;
  padding: 20px;
  margin-top: 30px;
}
@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 .comments {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  color: #d84d0f;
  max-width: 480px;
  margin: -30px auto 80px;
  text-indent: -1rem;
  padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  .outline .comments {
    margin: -10px auto 30px;
    padding: 0 5% 0 35px;
  }
}
.outline .material_btn .material_btn_box {
  position: relative;
  display: block;
  padding-left: 20px;
  color: #fff;
  background-color: #6ab250;
  padding: 20px;
  margin: 20px auto;
  width: 500px;
  font-weight: 100;
  font-size: 26px;
  font-family: "Kiwi Maru", serif;
  text-align: center;
}
@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;
}

.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;
  position: relative;
}
.material_box .top_btn {
  width: 120px;
  font-size: 14px;
}
.material_box .lead_text {
  padding-top: 90px;
  font-weight: bold;
  line-height: 41px;
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .material_box .lead_text {
    padding-top: 30px;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
  }
}
.material_box .lead_text .lead_text_sub {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .material_box .lead_text .lead_text_sub {
    margin-top: 15px;
    font-size: 14px;
    line-height: 30px;
    text-align: left;
  }
}
.material_box .lead_text_second {
  padding-top: 50px;
  font-weight: bold;
  line-height: 41px;
  text-align: center;
  font-size: 22px;
  color: #d84d0f;
}
@media screen and (max-width: 768px) {
  .material_box .lead_text_second {
    padding-top: 40px;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
  }
}
.material_box .explanation_txt {
  display: flex;
  flex-direction: row;
  text-align: left;
  align-items: flex-start;
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .material_box .explanation_txt {
    display: block;
    font-size: 14px;
    line-height: 30px;
  }
}
.material_box .explanation_txt .txt a {
  font-size: 14px;
}
.material_box .explanation_txt .img {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .material_box .explanation_txt .img {
    width: 150px;
    margin: 20px 0 0 0;
  }
}
.material_box .explanation_txt .img .logo {
  display: inline-block;
  margin-top: 20px;
}
.material_box.second .contents {
  font-size: 18px;
  font-weight: 700;
  padding: 0 80px;
  margin: 0 auto;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .material_box.second .contents {
    font-size: 14px;
    padding: 0 5%;
  }
}
.material_box.second .contents p {
  font-size: 18px;
  font-weight: 700;
  width: 680px;
  margin: 30px auto 0;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .material_box.second .contents p {
    font-size: 14px;
    margin: 10px auto 0;
    width: 100%;
  }
}
.material_box.second .contents p .final {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .material_box.second .contents p .final {
    font-size: 16px;
  }
}
.material_box.second .contents img {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .material_box.second .contents img {
    margin-top: 10px;
    width: 130px;
  }
}
.material_box .logo {
  display: block; /* ブロック要素にする */
  margin: 20px auto; /* 中央寄せ */
  text-align: center; /* もし他のインライン要素も中央寄せしたい場合 */
}
.material_box .Tp_Box {
  display: flex;
  align-items: center;
  gap: 0 40px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .material_box .Tp_Box {
    flex-direction: column;
    margin-top: 30px;
  }
}
.material_box .Tp_Box .Tp_img {
  max-width: 320px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .material_box .Tp_Box .Tp_img {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .material_box .Tp_Box .Tp_txtBox {
    margin-top: 20px;
  }
}
.material_box .Tp_Box .Tp_txtBox .Tp_txt {
  color: #333;
  text-align: left;
  font-size: 16px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .material_box .Tp_Box .Tp_txtBox .Tp_txt {
    font-size: 14px;
  }
}
.material_box .Tp_Box .Tp_txtBox .Tp_price {
  font-size: 20px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .material_box .Tp_Box .Tp_txtBox .Tp_price {
    font-size: 18px;
  }
}
.material_box .Tp_txt_sanriku_Box {
  max-width: 740px;
  width: 100%;
  margin: 70px auto;
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #ffd201;
  border-radius: 20px;
  padding: 30px 40px 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .material_box .Tp_txt_sanriku_Box {
    padding: 20px 5% 10px;
    margin-bottom: 20px;
  }
}
.material_box .Tp_txt_sanriku_Box .ttl {
  color: #d84d0f;
  text-align: left;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .material_box .Tp_txt_sanriku_Box .ttl {
    font-size: 16px;
  }
}
.material_box .Tp_txt_sanriku_Box .bold {
  color: #333;
  text-align: left;
  font-size: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .material_box .Tp_txt_sanriku_Box .bold {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.material_box .Tp_txt_sanriku_Box .Tp_txt_sanriku {
  color: #333;
  text-align: left;
  font-size: 16px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .material_box .Tp_txt_sanriku_Box .Tp_txt_sanriku {
    font-size: 14px;
  }
}
.material_box .mv_train {
  position: absolute;
  bottom: -2px;
  right: 5%;
}
@media screen and (max-width: 768px) {
  .material_box .mv_train {
    width: 35%;
  }
}
.material_box .cover {
  display: block;
  margin: 0 auto;
  padding: 90px 0 40px;
}
@media screen and (max-width: 768px) {
  .material_box .cover {
    padding: 50px 0 20px;
  }
}
.material_box .ttl {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .material_box .ttl h3 {
    width: 75px;
  }
}
.material_box .ttl h4 {
  font-size: 18px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .material_box .ttl h4 {
    font-size: 14px;
    padding-left: 0px;
  }
}
.material_box .ttl h4 span {
  font-size: 12px;
}
.material_box .excerpt_Box {
  max-width: 740px;
  width: 100%;
  margin: 0 auto;
}
.material_box .excerpt_Box .excerpt {
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #ffd201;
  border-radius: 20px;
  padding: 30px 40px 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .material_box .excerpt_Box .excerpt {
    padding: 20px 5% 10px;
    margin-bottom: 20px;
  }
}
.material_box .excerpt_Box .excerpt p {
  font-size: 20px;
  text-align: center;
  letter-spacing: -0.06rem;
  color: #333;
}
@media screen and (max-width: 768px) {
  .material_box .excerpt_Box .excerpt p {
    font-size: 15px;
  }
}
.material_box .excerpt_Box .excerpt p.exc {
  margin-top: 20px;
  font-size: 16px;
  color: #1d4dad;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .material_box .excerpt_Box .excerpt p.exc {
    margin-top: 10px;
    font-size: 13px;
  }
}
.material_box .excerpt_Box .txt_detail {
  font-size: 18px;
  color: #333333;
  text-align: left;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .material_box .excerpt_Box .txt_detail {
    font-size: 14px;
  }
}
.material_box .excerpt_Box .txt_detail .small {
  font-size: 14px;
}
.material_box .img_box {
  text-align: center;
}
.material_box p {
  margin-top: 10px;
  text-align: left;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .material_box p {
    font-size: 12px;
  }
}
.material_box .p_ttl {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .material_box {
    width: 85%;
    padding: 10px 20px 60px;
    margin: 0 auto;
  }
}
.material_box .click {
  margin-top: 25px;
  text-align: right;
}
.material_box .slide_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .material_box .slide_box {
    margin-bottom: 30px;
  }
}
.material_box .slide_box .slide_item {
  box-sizing: border-box;
  margin: 0;
  padding: 10px;
  width: 33.33333333%;
}
@media screen and (max-width: 768px) {
  .material_box .slide_box .slide_item {
    width: calc(50% - 2.5px);
  }
}
.material_box .slide_box .big {
  width: 100%;
}
.material_box .slide_box .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
.material_box .slide_box .modal .bigimg {
  position: absolute;
  width: 100%;
  max-width: 750px;
  top: 80px;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .material_box .slide_box .modal .bigimg {
    width: 80%;
  }
}
.material_box .slide_box .modal .close-btn {
  color: #fff;
  font-size: 40px;
  position: absolute;
  right: 20px;
  top: 0;
}
.material_box .slide_box .modal .close-btn a {
  color: #fff;
  text-decoration: none;
}
.material_box .oldeco {
  margin: 0 auto;
  margin-top: 50px;
  width: 820px;
  border-bottom: solid 2px #6ab250;
  position: relative;
}
@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 .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 li {
  text-indent: -2em;
  padding-left: 1em;
  margin-left: 1em;
}
.material_box .ol_cont ul li:before {
  content: "●";
  color: #95d2ef;
  padding-right: 1em;
  display: none;
}
.material_box .ol_cont .ol_format {
  display: block;
  flex-wrap: wrap;
}
.material_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) {
  .material_box .ol_cont .ol_format dt {
    margin-bottom: 0;
    font-size: 14px;
    max-height: 35px;
  }
}
.material_box .ol_cont .ol_format dd {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .material_box .ol_cont .ol_format dd {
    margin-bottom: 20px;
  }
}
.material_box .ol_cont .ol_format dd .blue {
  color: #ed6400;
}
.material_box .ol_cont .ol_format dd span {
  font-size: 14px;
}
.material_box .ol_cont .note_red {
  color: #d84d0f;
  margin-top: 20px;
  font-size: 14px;
}
.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;
}

.bottom_btn {
  background: #efefef;
}
.bottom_btn .return_btn {
  padding: 50px 0 100px;
}
.bottom_btn .return_btn .return_btn_box {
  display: block;
  padding-left: 20px;
  color: #fff;
  background-color: #d84d0f;
  margin: 0 auto;
  padding: 20px;
  width: 400px;
  font-weight: 100;
  font-size: 26px;
  font-family: "Kiwi Maru", serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .bottom_btn .return_btn .return_btn_box {
    width: 80%;
    font-size: 20px;
  }
}
.bottom_btn .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;
}
.bottom_btn .return_btn .return_btn_box:hover {
  background-color: #f4804d;
}
.bottom_btn .return_btn a {
  color: #fff;
  text-decoration: none;
}

.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) {
  .excerpt {
    padding: 20px 5% 20px 5%;
    margin-bottom: 20px;
  }
}
.excerpt p {
  font-size: 16px;
  letter-spacing: -0.06rem;
}
@media screen and (max-width: 768px) {
  .excerpt p {
    font-size: 14px;
  }
}
.excerpt p.exc {
  margin-top: 20px;
  font-size: 16px;
  color: #1d4dad;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .excerpt p.exc {
    margin-top: 10px;
    font-size: 13px;
  }
}
.excerpt p.exca {
  margin: 0 20px;
}

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

.carousel_inner {
  /* カルーセルの外枠 */
  /* カルーセル内の画像 */
  /* スクロールアニメーションのキーフレーム */
  /* カルーセルの子要素にスクロールアニメーションを設定 */
}
.carousel_inner .carousel {
  width: 320px;
  display: flex; /* 子要素を横に並べる */
  overflow: hidden; /* はみ出た部分は表示しない */
  margin: 50px auto 0; /* 水平方向中央寄せ */
}
@media screen and (max-width: 768px) {
  .carousel_inner .carousel {
    width: 80%;
  }
}
.carousel_inner .carousel img {
  margin: 0;
  padding: 0;
  display: block; /* imgタグの改行のすき間を消すため */
}
@keyframes scroll {
  0% {
    margin-left: 0;
  }
  7% {
    margin-left: -100%;
  }
  14% {
    margin-left: -200%;
  }
  21% {
    margin-left: -300%;
  }
  28% {
    margin-left: -400%;
  }
  35% {
    margin-left: -500%;
  }
  42% {
    margin-left: -600%;
  }
  49% {
    margin-left: -700%;
  }
  56% {
    margin-left: -800%;
  }
  63% {
    margin-left: -900%;
  }
  70% {
    margin-left: -1000%;
  }
  77% {
    margin-left: -1100%;
  }
  84% {
    margin-left: -1200%;
  }
  91% {
    margin-left: -1300%;
  }
  100% {
    margin-left: -1400%;
  }
}
.carousel_inner .carousel > :first-child {
  animation-name: scroll; /* キーフレーム名 */
  animation-duration: 40s; /* 再生時間全体は20秒 */
  animation-delay: 0s; /* 読込直後から遅延無しで開始 */
  animation-iteration-count: infinite; /* 無限に繰り返す */
}

.price_txt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .price_txt {
    font-size: 14px;
    line-height: 30px;
  }
}/*# sourceMappingURL=result_style.css.map */