@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");
.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;
}

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

.flexbox{
	display: flex;
	flex-wrap: wrap;
}
.flexinner{
	width: 50%;
}
.flexinner._img{
	width: 45%;
    padding-right: 5%;
}

._right{
	text-align: right;
}
._center {
  text-align: center !important;
}
.ls{
	letter-spacing: -1px;
}

.ulp_page {
  line-height: 1.6;
  color: #000;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}
.ulp_page .inner {
  position: relative;
  padding: 0 10%;
}
.indent {
    margin: 2vw 0;
}
.indent li {
    text-indent: -1em;
    padding-left: 1em;
	text-align: left;
}
.indent li.no-indent {
	text-indent: 0;
	padding-left: 0;
}
li.indent_2{
	text-indent: -2em;
    padding-left: 2em;
}
li.indent_3{
    text-indent: -1em;
    padding-left: 3em;
}
li.indent_4{
    text-indent: -2.5em;
    padding-left: 2.5em;
}

li.indent_5 {
    text-indent: -1.2em;
    padding-left: 1.7em;
}
li.no_indent {
   text-indent: 0;
    padding-left: 0; 
}
.mt6{
	margin-top: 6%;
}
@media only screen and (max-width: 767px) {
  .ulp_page .inner {
    padding: 0 20px;
  }
}

/* btn */
.c-btn-a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 26px;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF5D6B), to(#E60C1E));
  background: linear-gradient(180deg, #FF5D6B 0%, #E60C1E 100%);
  border-radius: 100px;
  padding: 27px 65px;
  max-width: 460px;
  width: 100%;
  text-align: center;
  position: relative;
  margin: 0 auto;
  margin-bottom: 6px;
}
.c-btn-a::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/arrow_01.png) center right no-repeat;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
}
@media only screen and (max-width: 640px) {
  .c-btn-a {
    font-size: 18px;
    padding: 16px 40px;
    max-width: 320px;
  }
  .c-btn-a::after {
    width: 20px;
    height: 20px;
    right: 14px;
  }
}


.c-btn-c {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  background: #00568a;
  padding: 28px 60px;
  max-width: 500px;
  width: 100%;
  text-align: center;
  position: relative;
  margin: 0;
  margin-bottom: 6px;
  -webkit-box-shadow: 0 6px 0 #003250;
          box-shadow: 0 6px 0 #003250;
  border-radius: 8px;
}
.c-btn-c::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/arrow_02.png) center right no-repeat;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
}
@media only screen and (max-width: 640px) {
  .c-btn-c {
    font-size: 18px;
    padding: 16px 35px;
    max-width: 320px;
  }
  .c-btn-c::after {
    width: 20px;
    height: 20px;
    right: 15px;
  }
}

.about-btn {
  text-align: center;
  margin-top: 16px;
}

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

/* list */
.c-list-a {
  margin-top: 15px;
}
.c-list-a > li {
  margin: 10px 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: #004289;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  -webkit-transform: translateY(0.6em);
      -ms-transform: translateY(0.6em);
          transform: translateY(0.6em);
}

/* notes */
.c-notes-list-a > li {
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 10px;
}
@media only screen and (max-width: 640px) {
  .c-notes-list-a > li {
    font-size: 15px;
  }
}
.c-notes-list-a.-campaign {
  text-align: center;
  margin-top: 3.6458333333%;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 640px) {
  .c-notes-list-a.-campaign {
    text-align: left;
  }
}

/* indent */
.c-indent > li {
  margin-top: 8px;
  line-height: 1.6;
  font-size: 16px;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.-text-indent {
  padding-left: 1.7rem;
  text-indent: -1.7rem;
}

/* page */
.campaign {
  position: relative;
  padding: 3.333333% 0 7.416667%;
background-repeat: repeat;
  overflow: hidden;
}
.campaign__title {
  position: relative;
  z-index: 2;
  max-width: 603px;
  display: block;
  margin: 0 auto;
}

.campaign02 {
  position: relative;
  padding: 7.333333% 0 7.416667%;
background-color: #fffac2;
background-repeat: repeat;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {

	
}


@media only screen and (max-width: 767px) {

}

@media only screen and (min-width: 767px) {

}
.campaign__box {
  position: relative;
  margin-top: 5.2083333333%;
}
.campaign__box > *:first-child {
  margin-top: 0 !important;
}
.campaign__box::before {
  position: absolute;
  content: "";
  background: url(../img/deco-snow_05.png) no-repeat center center/contain;
  width: 71px;
  height: 78px;
  left: calc(100% + 13px);
  top: 40%;
}
.campaign__box_white{
	background-color: #fff;
	padding: 1% 7% 7%;
}
@media only screen and (max-width: 767px) {
  .campaign__box::before {
    display: none;
  }
}
.campaign__title02 {
  background-color: #00568a;
  text-align: center;
  padding: 10px;
  font-size: 32px;
  color: white;
  margin: 4.5454545455% 0 0 0;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .campaign__title02 {
    font-size: 22px;
  }
}
.campaign__text01 {
  font-size: 18px;
  margin-top: 3.90625%;
  font-weight: 400;
  position: relative;
  z-index: 5;
  line-height: 1.7777777778;
}
@media only screen and (max-width: 640px) {
  .campaign__text01 {
    text-align: left;
    font-size: 16px;
    line-height: 1.7;
  }
}
.campaign__text02 {
  font-size: 26px;
  margin-top: 2.7272727273%;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .campaign__text02 {
    font-size: 16px;
	  letter-spacing: -1px;
  }
}
.campaign__text03 {
  font-size: 18px;
  margin-top: 3.6363636364%;
  font-weight: bold;
  line-height: 1.5555555556;
}
@media only screen and (max-width: 640px) {
  .campaign__text03 {
    font-size: 16px;
  }
}
.card {
    padding-top: 50px;
}

.card__box {
  border: 8px solid #CE0F31;
  border-radius: 20px;
  padding: 7.1614583333% 5.859375%;
}
@media only screen and (max-width: 640px) {
	.card {
  padding-top: 7.416667%;
}
  .card__box {
    border-width: 4px;
    border-radius: 16px;
  }
}
.card__box > ul {
  margin-top: 3.90625%;
}
.card__img {
  margin: 0;
  width: 100%;
}
.card__topic {
  font-size: 26px;
  font-weight: bold;
  color: #CC0033;
  margin-top: 4.1666666667%;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .card__topic {
    font-size: 18px;
  }
}

.attention {
  padding: 11.4583333333% 0 2.5%;
}
.attention__container {
  position: relative;
  background-color: #F2F2F2;
  border-radius: 8px;
}
.attention__deco {
  position: absolute;
  content: "";
  display: block;
  background-size: contain;
  max-width: 313px;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          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;
    background-color: #fff;
    border: solid 4px #CC0032;
    padding: 60px 0 32px;
    border-radius: 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.attention__title.js-active {
  border-radius: 8px;
}
.attention__title_bgred{
	background-color: #d00e31;
	color: #fff;
    padding: 1%;
    font-size: 13px;
    width: 40%;
    border-radius: 5vw;
    margin: 1% auto 0;
}
@media only screen and (max-width: 640px) {
  .attention__title {
        font-size: 20px;
        padding: 10px 60px 6px 16px;
  }
}
.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: #000;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.attention__bar.js-active::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          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: 6.5104166667% 7.1614583333%;
}
.attention__body > *:first-child {
  margin-top: 0 !important;
}
.attention__heading {
  font-weight: bold;
  position: relative;
  margin-top: 30px;
  margin-bottom: 0.8em;
  font-size: 20px;
  color: #004289;
  padding-bottom: 7px;
  border-bottom: solid 2px #004289;
}
.attention__heading > *:first-child {
  margin-top: 0 !important;
}
@media only screen and (max-width: 640px) {
  .attention__heading {
    font-size: 17px;
  }
}
.attention__text {
  font-size: 18px;
  margin-top: 10px;
  line-height: 1.6666666667;
}
@media only screen and (max-width: 640px) {
  .attention__text {
    font-size: 16px;
  }
}





@media only screen and (min-width: 640px) {
	.pcsize {
        font-size: 30px;
		font-weight: 700!important;
    }
	.pcmt{
		margin-top: 13px!important;
	}
	.pcw60{
		width: 60%;
	}
	.pcw40{
		width: 40%;
	}
}


.minus{
	display: none;
}
.qa_accordion_container{
	padding: 0 37px;
}
.qa_accordion_title {
    position: relative;
    padding: 1.5vw 3vw 2vw;
    font-size: 1.2em;
    font-weight: 600;
    text-align: left;
    border: solid 3px #d00f31;
	border-radius:4px 4px 0 0 ;
	-webkit-box-shadow: 0px 0px 0px 0px #d00e31 inset;
    box-shadow: 0px 0px 0px 0px #d00e31 inset;
}
.qa_accordion_title.open {
	border-radius: 4px;
	-webkit-box-shadow: 0px -4px 0px 0px #d00e31 inset;
    box-shadow: 0px -4px 0px 0px #d00e31 inset;
}
.qa_accordion_inner {
    display: none;
	border-right: 3px solid #d00e31;
	border-left: 3px solid #d00e31;
    border-bottom: 3px solid #d00e31;
    margin-top: 0vw;
    padding: 2vw 3vw 2vw;
    border-radius: 0 0 4px 4px;
    background-color: #ffffff;
	-webkit-box-shadow: 0px -4px 0px 0px #d00e31 inset;
    box-shadow: 0px -4px 0px 0px #d00e31 inset;    
	font-size: 14px;
	font-weight: 400;
}
.Subttl{
	margin-top: 1em;
    color: #d00e31;
    font-size: 20px;
    font-weight: 700;
}
@media only screen and (min-width: 640px) {
	.indent {
    margin:  0;
}
	.qa_accordion_container{
	padding: 0px 14%;
}
.qa_accordion_title {
    border: solid 6px #d00f31;
	padding: 13px 20px 15px;
}
.qa_accordion_inner {
    display: none;
	border-right: 6px solid #d00e31;
	border-left: 6px solid #d00e31;
    border-bottom: 6px solid #d00e31;
	padding: 30px;
}
.Subttl{
	margin-top: 1em;
    color: #d00e31;
    font-size: 20px;
    font-weight: 700;
}
.ls {
    letter-spacing: -2px;
}
}

.float-button__wrap {
    width: 100%;
    position: fixed;
    display: none;
    left: 0;
    bottom: 0px !important;
    z-index: 10;
    padding: 2% 0;
    background-color: #fff;
    box-shadow: 0 0 13px -4px black;
    max-height: 960px;
    text-align: center;
    box-shadow: 0px -7px 4px -2px rgba(0, 0, 0, 0.25);
}
.float-button__wrap a{
	width: 80%!important;
}
.pb30p {
    padding-bottom: 23vw !important;
}
ul li a{
	display: inline;
	color: #0c5395;
	text-decoration: underline!important;
}
@media screen and (min-width: 768px) {
    .float-button__wrap a {
        justify-content: center;
        align-items: center;
        max-width: 500px;
        height: 100%;
    }
	.pb30p {
    padding-bottom: 148px !important;
}
}