@charset "UTF-8";
/* m plus 1 / noto sans jp */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");

:root{
    --blue: #0000A0;
    --green: #00a600;
    --green-light: #e8f3e0;
    --yellow: #fff100;
    --yellow-light:#fffef0;
    --orange: #ff4d00;
}

body {
	text-align: justify;
	font-feature-settings:"palt";
}

.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contsTtl .redH {
  background: #d00f31;
}

.redBtn {
  background-color: #d00f31;
  -webkit-box-shadow: 0px -5px 0px 0px #a2031f inset;
  box-shadow: 0px -5px 0px 0px #a2031f inset;
}

.cpBtnY {
  background: #fad025;
  color: #111111;
  -webkit-box-shadow: 0px -5px 0px 0px #b39f3f inset;
  box-shadow: 0px -5px 0px 0px #b39f3f inset;
}

.cpBtnG {
  background: #2dad55;
  -webkit-box-shadow: 0px -5px 0px 0px #1f823e inset;
  box-shadow: 0px -5px 0px 0px #1f823e inset;
}

.dbaraiBtn {
  margin: 0 auto;
  padding: 0 13.54167% 3.125%;
}

.dbaraiList01 {
  padding: 0 5%;
  overflow: hidden;
  background: url("../img/imgparts9_2_01_bg.png") repeat-y;
}

.dbaraiList02 {
  padding: 0 5%;
  overflow: hidden;
  background: url("../img/imgparts9_5_01_bg.png") repeat-y;
}

.dbaraiList03 {
  padding: 0 5%;
  overflow: hidden;
  background: url("../img/imgparts9_8_01_bg.png") repeat-y;
}

.dbaraiList01 li,
.dbaraiList02 li,
.dbaraiList03 li {
  width: 31.945%;
  float: left;
  margin-right: 2.085%;
}

.dbaraiList01 li:nth-child(3n+0),
.dbaraiList02 li:nth-child(3n+0),
.dbaraiList03 li:nth-child(3n+0) {
  margin-right: 0;
  margin-bottom: 3%;
}

/* page */
/* 共通 */
.disp_sp {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .disp_sp {
    display: block !important;
  }
}

.ulp_page {
  line-height: 1.6;
  color: #000;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}
.ulp_page .inner {
    padding: 0 7% 7%;
}
@media only screen and (max-width: 767px) {
  .ulp_page .inner {
    padding: 0 20px 10%;
  }
}



/* btn-a */
.c-btn-a {
    box-sizing: border-box;
    font-size: 25px;
    font-weight: bold;
    display: inline-block;
    color: #ffffff;
    background-size: auto auto;
    background: var(--orange);
    border-radius: 9999px;
    padding: 25px 20px;
    max-width: 460px;
    width: 100%;
    text-align: center;
    position: relative;
    margin: 0 auto;
    margin-bottom: 7px;
    box-shadow: 0 7px 0 #000000;
    border: 2px solid #000000;
}
#entry_01.c-btn-a,
#entry_02.c-btn-a{
    font-size: 30px;
    padding: 20px;
}
.c-btn-a::after {
  position: absolute;
  content: "";
  width: 43px;
  height: 43px;
  background: url(../img/icon-arrow.png) center right no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
}

@media only screen and (max-width: 640px) {
  .c-btn-a {
    font-size: 18px;
    padding: 16px 40px;
    max-width: 350px;
  }
#entry_01.c-btn-a,
#entry_02.c-btn-a{
    font-size: 25px;
    padding: 15px;
}    
  .c-btn-a::after {
    width: 24px;
    height: 24px;
    right: 16px;
  }

}

.c-link {
  display: inline;
  font-weight: 500;
  color: #E60113;
  border-bottom: solid 1px #E60113;
}

.entry {
    padding-top: 7.2916666667%;
    background-color: var(--yellow-light);
}
.entry__btn {
  text-align: center;
}
.entry__notes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
  margin-top: 6.8181818182%;
}
.entry__notes > li {
  font-size: 18px;
  font-weight: 500;
  padding-left: 1.1em;
  position: relative;
  line-height: 1.6;
}
.entry__notes > li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "※";
  display: inline-block;
}
@media only screen and (max-width: 640px) {
  .entry__notes {
    gap: 10px;
  }
  .entry__notes > li {
    font-size: 16px;
  }
}

.campaign {}

.contents-ttl{
    text-align: center;
    position: relative;
    width: 100%;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
}
#contents-ttl_2{margin-top: max(100px,10vw)}
.contents-ttl span{
    display: inline-block;
    line-height: 1.2;
    padding: 0.5rem 1.5rem 0.25rem;
    font-weight: bold;
    color: var(--green);
    border: 2px solid var(--green);
    border-bottom: none;
    font-size: 35px;
    background-color: var(--green-light);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    z-index: 2;
    white-space: nowrap;    
}
.contents-ttl:before,
.contents-ttl:after{
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: var(--green);
}
.contents-ttl:before{left: 0px}
.contents-ttl:after{right: 0px}
.contents-ttl:before{
    border-right: 5px solid var(--green);
    background-color: #ffffff;
}

.campaign-logo__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.campaign-logo__item {width: calc(100% / 4);}
@media only screen and (max-width: 767px) {   
.contents-ttl span{
    display: inline-block;
    line-height: 1.2;
    padding: 0.5rem 1.5rem 0.25rem;
    font-weight: bold;
    color: var(--green);
    border: 2px solid var(--green);
    border-bottom: none;
    font-size: 22px;
    background-color: var(--green-light);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    z-index: 2;
    white-space: nowrap;    
}  
.campaign-logo__item {width: calc(100% / 4);}
}


.recommend {
    background-color: var(--green-light);
    padding-top: 5rem;
}
.recommendBox {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 15px 25px 25px;
}
.recommendBox:not(:last-child) {margin-bottom: 50px;}
.recommendBox .flex + .flex {margin-top: 5rem}
.recommend_left{width: 28%}
.recommend_right{width: 70%}
.recommend__title {margin: 0 auto 50px;}
.recommend-logo {
    margin: 0 auto 1rem;
    max-width: 350px;
}
.campaign-logo .recommend-logo{border-bottom: 5px solid var(--green-light)}
.recommend-logo._small> *{ max-width: 150px;}
.recommendBox__name {
    font-weight: 800;
    font-size: 28px;
    color: var(--green);
    text-align: left;
    line-height: 1.3;
}
.recommendBox__name span{
    font-size: 20px;
    color: #000000;
    line-height: 1.4;
    display: block
}
.recommendBox__lead {
    line-height: 1.8;
    padding: 15px 0 0;
    margin-top: 5px;
    border-top: 2px solid var(--green);
    font-weight: 400;
}
@media only screen and (max-width: 768px) {
#contents-ttl_1 ~ .recommendBox{
    padding: 15px;
}      
#contents-ttl_2 ~ .recommendBox{padding: 15px 20px 15px 10px;}    
.recommend__title {
    width: 100%;
    margin: 0 auto 20px;
}    
.recommend-logo {
    max-width: 185px;
}
.recommend_left{width: 27%;}    
.recommend_right{width: 70%}
.recommendBox__name {font-size: 20px;}   
.recommendBox__lead {
    line-height: 1.5;
    margin-top: 0px;
    padding-top: 5px;}    
}



.attention {
  margin: 0;
  padding-top: 11.875%;
}
.attention__box {
    position: relative;
    margin-bottom: 20px;
    padding: 60px 7% 0;
}
@media only screen and (max-width: 640px) {
  .attention__box {
     padding: 40px 0 0;
  }
}
.attention__deco {
  position: absolute;
  content: "";
  background-size: contain;
  width: 70%;
  max-width: 362px;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .attention__deco {
    max-width: 300px;
    width: 60%;
  }
}
@media only screen and (max-width: 640px) {
  .attention__deco {
    top: -10px;
    max-width: 250px;
  }
}

.attention__title {
    font-weight: 800;
    text-align: center;
    font-size: 36px;
    color: #ffffff;
    background-color: var(--green);
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.3;
    position: relative;
}
#toggle {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(-50%);
    cursor: pointer;
    font-size: 20px;
}
#toggle::after {
    content: "▲";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
}
.attention__title.js-active #toggle::after {content: "▼";}
.attention__body {padding: 30px 0 0;}
.attention__heading {
    font-weight: bold;
    margin-top: 30px;
    font-size: 18px;
    color: var(--green);
    border-bottom: 1px solid var(--green);
    line-height: 1.4;
}

.attention__heading__sub{
    font-weight: 800;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.attention__text {
  margin-top: 10px;
  line-height: 1.6666666667;
}
.attention__text.-first {
  margin-top: 0;
}

.attention__notes {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1.5;
    font-size: 14px;
}
.attention__indent {
  margin-top: 5px;
}
.attention__list {margin-top: 5px;}
.attention__list > li {margin-top: 5px; }
.attention__list > li::before {content: "・";}
.attention__notes > li,
.attention__indent > li,
.attention__list > li{
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5;
}
@media only screen and (max-width: 640px) {
.attention {
    padding: 10% 20px 0px;
}
  .attention__bar {
    width: 35px;
    height: 35px;
    right: 15px;
    top: 20px;
  }
  .attention__bar::before,
    .attention__bar::after {
    width: 24px;
  }
  .attention__title {
    font-size: 20px;
    padding: 10px;
    text-align: left;
  }
  .attention__body {
    padding-top: 24px;
    border-width: 5px;
  }
  .attention__heading {
    font-size: 17px;
    margin-top: 24px;
  }
  .attention__heading::before {
    width: 20px;
    height: 20px;
  }
  .attention__notes {
    font-size: 15px;
    margin-top: 8px;
    line-height: 1.7;
  }
}

.about-btn {
  text-align: center;
  margin-top: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px 10px;
}
.fixed-btn {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 12px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  width: 100%;
  z-index: 500;
}



