@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
/* ============================================
   Utility
   ============================================= */
.contsTtl .redH {
  background: #d00f31;
}

.redBtn {
  background-color: #d00f31;
  box-shadow: 0px -5px 0px 0px #a2031f inset;
}

.cpBtnY {
  background: #fad025;
  color: #111111;
  box-shadow: 0px -5px 0px 0px #b39f3f inset;
}

.cpBtnG {
  background: #2dad55;
  box-shadow: 0px -5px 0px 0px #1f823e inset;
}

/* ============================================
   Common / Layout
   ============================================= */
.disp_sp {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .disp_sp {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  .disp_pc {
    display: none !important;
  }
}

.ulp_page {
  line-height: 1.6;
  color: #000;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}
.ulp_page .inner01 {
  position: relative;
  padding: 0 10%;
}
@media only screen and (max-width: 767px) {
  .ulp_page .inner01 {
    padding: 0 20px;
  }
}
.ulp_page .inner02 {
  position: relative;
  padding: 0 5.8333333333%;
}
@media only screen and (max-width: 767px) {
  .ulp_page .inner02 {
    padding: 0 20px;
  }
}

/* ============================================
   Buttons
   ============================================= */
.c-btn-a.-red {
  box-sizing: border-box;
  font-size: 28px;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  background: url(../img/btn-bg.png) no-repeat center bottom/cover #717171;
  border-radius: 8px;
  padding: 27px 65px;
  max-width: 630px;
  width: 100%;
  box-shadow: 0 7px 0 0 #3f3f3f;
  text-align: center;
  position: relative;
  margin: 0 auto;
  margin-bottom: 6px;
	text-decoration: none!important;
}
.c-btn-a.-red:before {        /*白い丸 */ 
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	width: 30px;
	height: 30px;
	border-radius: 50%;        /* CSS3草案 */  
    -webkit-border-radius: 50%;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 50%;   /* Firefox用 */
	transform: translateY(-50%);
	background: #fff;
}
.c-btn-a.-red:after {        /*「after要素」で三角 */ 
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	width: 0;
	height: 0;
	border: 8px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 10px solid #717171;
	transform: translateY(-50%);
}
@media only screen and (max-width: 640px) {
  .c-btn-a.-red {
    font-size: 18px;
    padding: 16px 40px;
    max-width: 320px;
  }
	.c-btn-a.-red::before {
    right: 12px;
		width: 20px;
    height: 20px;
  }
  .c-btn-a.-red::after {
    width: 0;
    height: 0;
    right: 10px;
		border: 6px solid transparent;
    border-left: 8px solid #717171;
  }
}
.c-btn-a.-red02 {
  box-sizing: border-box;
  font-size: 28px;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  background: #E5022D;
  border-radius: 8px;
  padding: 27px 65px;
  max-width: 530px;
  width: 100%;
  text-align: center;
  position: relative;
  margin: 0 auto;
  margin-bottom: 6px;
}
.c-btn-a.-red02::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/arrow_01.png) center right no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}
@media only screen and (max-width: 640px) {
  .c-btn-a.-red02 {
    font-size: 18px;
    padding: 16px 20px;
    max-width: 320px;
  }
  .c-btn-a.-red02::after {
    width: 20px;
    height: 20px;
    right: 14px;
  }
}
.c-btn-a.-blue {
  box-sizing: border-box;
  font-size: 28px;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  background: url(../img/btn-bg.png) no-repeat center bottom / cover #28ACDE;
  border-radius: 8px;
  padding: 22px 50px 24px;
  max-width: 630px;
  width: 100%;
      box-shadow: 0 7px 0 0 #012E4D;
  text-align: center;
  position: relative;
  margin: 0 auto;
  margin-bottom: 6px;
}
.c-btn-a.-blue.-entry {
  box-sizing: border-box;
  font-size: 28px;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  background: url(../img/btn-bg.png) no-repeat center bottom/cover #717171;
  border-radius: 8px;
  padding: 22px 50px 24px;
  max-width: 630px;
  width: 100%;
  box-shadow: 0 7px 0 0 #3f3f3f;
  text-align: center;
  position: relative;
  margin: 0 auto;
  margin-bottom: 6px;
}
.c-btn-a.-blue.-last {
  max-width: 540px;
}
@media only screen and (max-width: 640px) {
  .c-btn-a.-blue.-last {
    max-width: 320px;
  }
}
.c-btn-a.-blue.-entry {
  display: flex;
  flex-direction: column;
	text-decoration: none!important;
}
.c-btn-a.-blue.-entry > span {
  font-size: 22px;
  margin-bottom: 5px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-btn-a.-blue.-entry > span::before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url(../img/deco-txt-left.png) no-repeat center center/contain;
  margin-right: 4px;
}
.c-btn-a.-blue.-entry > span::after {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url(../img/deco-txt-right.png) no-repeat center center/contain;
}
@media only screen and (max-width: 767px) {
  .c-btn-a.-blue.-entry > span {
    align-items: end;
  }
}
@media only screen and (max-width: 640px) {
  .c-btn-a.-blue.-entry > span {
    font-size: 15px;
  }
  .c-btn-a.-blue.-entry > span::before {
    margin-right: 4px;
  }
  .c-btn-a.-blue.-entry > span::after {
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url(../img/deco-txt-right.png) no-repeat center center/contain;
  }
}
.c-btn-a.-blue::after {
	position: absolute;
	content: "";
	width: 30px;
	height: 30px;
	background: url(../img/arrow_02.png) center right no-repeat;
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
	right: 30px;
}
.c-btn-a.-blue.-entry:before {        /*白い丸 */ 
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	width: 30px;
	height: 30px;
	border-radius: 50%;        /* CSS3草案 */  
    -webkit-border-radius: 50%;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 50%;   /* Firefox用 */
	transform: translateY(-50%);
	background: #fff;
}
.c-btn-a.-blue.-entry:after {        /*「after要素」で三角 */ 
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	width: 0;
	height: 0;
	border: 8px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 10px solid #717171;
	transform: translateY(-50%);
}
@media only screen and (max-width: 640px) {
  .c-btn-a.-blue,.c-btn-a.-blue.-entry {
    font-size: 18px;
    padding: 16px 20px;
    max-width: 320px;
  }
	.c-btn-a.-blue::after {
		width: 20px;
		height: 20px;
		right: 14px;
	}
	.c-btn-a.-blue.-entry::before {
    right: 12px;
		width: 20px;
    height: 20px;
  }
  .c-btn-a.-blue.-entry::after {
    width: 0;
    height: 0;
    right: 10px;
		border: 6px solid transparent;
    border-left: 8px solid #717171;
  }
}
.about-btn {
  text-align: center;
  margin-top: 80px;
  padding: 0 20px 10px;
}
@media only screen and (max-width: 640px) {
  .about-btn {
    margin-top: 40px;
    padding: 0;
  }
}

/* ============================================
   Links & Lists
   ============================================= */
/* c-link */
.c-link {
  display: inline;
  font-weight: 500;
  color: #E60113;
  border-bottom: solid 1px #E60113;
  word-break: break-all;
}

/* list */
.c-list-a {
  margin-top: 10px;
}
.c-list-a > li {
  margin: 8px 0 0 6px;
  position: relative;
  padding-left: 13px;
  line-height: 1.6;
  font-size: 16px;
}
.c-list-a > li::before {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background: #03A051;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  transform: translateY(0.6em);
}

/* notes */
.c-notes-list-a.-mt20 {
  margin-top: 20px;
}
.c-notes-list-a > li {
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 5px;
}
.c-notes-list-a > li.__first {
  margin-top: 8px !important;
}
.c-notes-list-a.-campaign {
  color: #fff;
  text-align: center;
  margin-top: 25px;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 640px) {
  .c-notes-list-a.-campaign {
    text-align: left;
    margin-top: 15px;
  }
}

/* indent */
/* entry */
.entry {
  padding-top: 70px;
}

.entry__text {
  padding-top: 70px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}

.yellow-line {
  background: linear-gradient(transparent 60%, #ffff00 60%);
  display: inline;
}

.entry__btn {
  text-align: center;
}
.entry__btn.-second {
  margin-top: 60px;
}

.entry__notes {
  display: flex;
  flex-direction: column;
  margin-top: 27px;
}
.entry__notes li + li {
  margin-top: 12px;
}

.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 {
    padding-top: 40px;
  }
  .entry__text {
    padding-top: 40px;
    font-size: 16px;
  }
  .entry__btn.-second {
    margin-top: 40px;
  }
  .entry__notes {
    margin-top: 20px;
  }
  .entry__notes li + li {
    margin-top: 8px;
  }
  .entry__notes > li {
    font-size: 16px;
  }
}
.bg {
  margin-top: 100px;
  padding: 100px 0 75px;
  background: url(../img/bg_01.png) repeat center center/100% auto;
}
@media only screen and (max-width: 640px) {
  .bg {
    margin-top: 60px;
    padding: 60px 0 40px;
  }
}

.card__container {
  border: 14px solid #FFD1D9;
  border-radius: 14px;
  box-sizing: border-box;
  padding: 70px 60px;
  background-color: #fff;
}
.card__container > ul {
  margin-top: 30px;
}
.card__container .card__btn {
  margin: 0 auto;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 25px;
}
.card__dl {
  margin: 40px auto 0;
}
.card__dl a {
  text-decoration: none;
  border: solid 2px #cc0033;
  color: #E5022D;
  font-weight: bold;
  padding: 24px 50px 24px;
  border-radius: 19px;
  max-width: 530px;
  width: 100%;
  margin: 0 auto;
  display: block;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1.6;
  display: block;
  position: relative;
  text-align: center;
}
.card__dl a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 29px;
  background: url(../img/arrow_03.png) no-repeat center center/100% auto;
}
.card__dl-02 {
  margin-top: 20px !important;
}
.card__topic {
  margin-top: 30px;
  text-align: center;
  font-size: 24px;
  line-height: 1.6;
  color: #E5022D;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .card__container {
    border: 6px solid #FFD1D9;
    border-radius: 8px;
    padding: 30px 20px;
  }
  .card__container > ul {
    margin-top: 15px;
  }
  .card__dl {
    margin: 20px auto 0;
  }
  .card__dl a {
    padding: 14px 25px;
    border-radius: 8px;
    max-width: 320px;
    font-size: 16px;
  }
  .card__dl a::after {
    width: 10px;
    height: 20px;
    right: 5%;
  }
  .card__topic {
    margin-top: 20px;
    font-size: 18px;
  }
}

.attention {
  margin-top: 130px;
  margin-bottom: 25px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .attention {
    margin-top: 60px;
    margin-bottom: 15px;
  }
}
.attention__container {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
}
.attention__deco {
  position: absolute;
  content: "";
  display: block;
  background-size: contain;
  max-width: 340px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  top: -30px;
}
@media only screen and (max-width: 640px) {
  .attention__deco {
    max-width: 160px;
    top: -13px;
  }
}
.attention__title {
  font-weight: bold;
  text-align: center;
  font-size: 38px;
  color: #fff;
  border: 3px solid #fff;
  background: #03A051;
  padding: 70px 0 40px;
  border-radius: 8px 8px 0 0;
  transition: border-radius 0.3s;
}
.attention__title.is-closed {
  border-radius: 8px;
}
@media only screen and (max-width: 640px) {
  .attention__title {
    font-size: 22px;
    padding: 40px 0 20px;
  }
}
.attention__bar {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 48px;
  height: 48px;
  background: #FFE300;
  border-radius: 4px;
  content: "";
  cursor: pointer;
}
.attention__bar::before, .attention__bar::after {
  width: 24px;
  height: 4px;
  background-color: #03A051;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.attention__bar.js-active::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
@media only screen and (max-width: 640px) {
  .attention__bar {
    top: 12px;
    right: 10px;
    width: 44px;
    height: 44px;
  }
  .attention__bar::before, .attention__bar::after {
    width: 22px;
    height: 3px;
  }
}
.attention__body {
  padding: 25px 6.3157894737% 50px;
}
@media only screen and (max-width: 640px) {
  .attention__body {
    padding: 10px 20px 30px;
  }
}
.attention__heading {
  font-weight: bold;
  position: relative;
  margin-top: 30px;
  font-size: 20px;
  color: #03A051;
  padding-bottom: 10px;
  border-bottom: solid 2px #03A051;
}
@media only screen and (max-width: 640px) {
  .attention__heading {
    font-size: 17px;
    margin-top: 20px;
  }
}
.attention__text {
  font-size: 18px;
  margin-top: 10px;
  line-height: 1.6666666667;
}
.attention__text.-topic {
  margin-top: 20px;
}
.attention__text.-cp.-num1 {
  margin-top: 5px;
}
@media only screen and (max-width: 640px) {
  .attention__text {
    font-size: 16px;
  }
}
.attention__num {
  padding-left: 2.5em !important;
  text-indent: -2.5em !important;
}
.attention__num::before {
  display: none;
}

.style-none::before {
  display: none;
}
/*# sourceMappingURL=style.css.map */