@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-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
}
.ulp_page .inner {
  position: relative;
  padding: 0 15%;
}
.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; 
}
.indent li a{
	color: #0474bb;
	text-decoration: underline;
	display:inline;
}
@media only screen and (max-width: 767px) {
  .ulp_page .inner {
    padding: 0 20px;
  }
}

.about-btn {
  text-align: center;
  margin: 20px 30px 0;
}

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

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





.box02{
	padding: 5% 0;
	background-color: #d00e31;
}
.box02 ul{
	color: #fff;
}
.box02_txt{
	background-color: #fff;
	padding: 20px 20px 0;
    border-radius: 20px 20px 0 0;
}
.box02_cp{
	background-color: #fff;
	padding: 50px 30px 30px 30px;
	border-radius: 20px;
	margin-top: 35px;
}
.box02_cp_title{
	width: 86%;
	margin: -65px auto 13px;
	
}
.box03{
	background-color: #ff8003;
	padding: 5% 0;
}


.entry.-sticky {
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: 100;
	padding: 0;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.entry.-sticky.is-visible {
	opacity: 1;
	visibility: visible;
}

.entry.-sticky.is-absolute {
	position: sticky;
	bottom: 0;
}


.float-button__wrap {
    position: fixed;
	display: none;
    bottom: 0px !important;
    z-index: 10;
    padding: 22px 30px;
    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 {
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 100%;
}
.btn01{
	width: 90%;
	margin: 0 auto;
}
.btn02{
	width: 63%;
    margin: -22% auto 10%;
    padding-left: 24%;
}
main{
	position: relative;
}
.box04{
	   padding-bottom: 26.2083%;
}
.box02_store01{
	background-color: #009780;
	padding: 10px;
	text-align: center;
}
.box02_store01 img{
	width: 23%!important;
}
.box02_store02{
	background-color: #000;
    padding: 15px 43px;
    text-align: center;
    border-radius: 0 0 20px 20px;
}
.contsTxt {
    line-height: 1.6;
    margin-top: 7px;
    font-size: 13px;
    color: #333333;
    padding: 0 5.33333% 4.125%;
}
@media only screen and (min-width: 640px) {
.float-button__wrap a {
    width: 55%;
}
	.float-button__wrap {
    padding: 23px 61px;
}
	.btn01{
	width: 70%;
	margin: 0 auto;
}
	.box04{
	   padding-bottom: 16%;
}
	.contsTxt {
    font-size: 15px;
    color: #333333;
    padding: 0 13.33333% 4.125%;
}
}
