@charset "UTF-8";
*:focus {
  outline: none;
}
a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 640px) {
  img {
    max-width: 100%;
  }
}
p {
  color: #333;
}
.dsp {
	display: none;
}
@media screen and (max-width: 640px) {
.dsp {
	display: block;
}
}
/* -----------------------------
  mainVisual
------------------------------*/
#content {
  background-color: #FFF;
  color: #FFF;
  position: relative;
  z-index: 1;
}
#content img{
  height: auto;
}
@media screen and (max-width: 640px) {
  #content {
    overflow-x: hidden;
  }
}

#content .topicPath {
  margin-bottom: 0;
}
#content #mainVisual{
	position: relative;
	padding-bottom: 46px;
  background-color: #b60005;
}
@media screen and (min-width: 641px) {
#content #mainVisual h1 {
    display: flex;
    justify-content: center;
	height: 756px;
	overflow-x: hidden;
}
#content #mainVisual .anchor {
    position: absolute;
	top: 352px;
	left: calc(50% - 550px);
}
#content #mainVisual .anchor ul.anchorList01{
	width: 1100px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
#content #mainVisual .anchor ul.anchorList02{
	width: 830px;
    margin: 0 auto;
}
}
@media screen and (max-width: 640px) {
#content #mainVisual h1 img {
    width: 100%;
	display: block;
}
#content #mainVisual .anchor{
	width: 345px;
	margin: 0 auto 30px;
}
#content #mainVisual .anchor ul.anchorList01 li {
	margin-top: 5px;
}
#content #mainVisual .anchor ul.anchorList01{
	margin-bottom: 17px;
}
#content #mainVisual .anchor ul.anchorList02 li{
	margin-top: 5px;
	text-align: center;
}

}
.section_inner {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  }
@media screen and (max-width: 640px) {
  .section_inner {
    width: 100%;
  }
}

#content .bg_inner {
	position: relative;
	z-index: 1;
    background-color: #b60005;
	margin-top: -1px;
}
@media screen and (min-width: 641px) {
#content .bg_inner {
	background:  url(/campaign/shukuichi2026/img/bg_pc.webp) repeat-y center -10px / 1550px 1192px;
    background-color: #b60005;
}
}

/* -----------------------------
  section btn
------------------------------*/
#content .btn01 li a {
    display: block;
    width: 480px;
    margin: 0 auto;
    height: 72px;
    border-radius: 7px;
    box-shadow: 1px 1px 2px 0px rgba(86, 85, 85, 0.25);
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    line-height: 72px;
    background: url(/campaign/shukuichi2026/img/icon_01.png) no-repeat 38px 25px #c99600;
    background-size: 25px;
	border: 2px solid #FFF;
}
#content .btn01 li a:hover {
    text-decoration: none;
}
@media screen and (min-width: 641px) {
#content .btn01 li a {
  margin-top: 30px;
}
}
@media screen and (max-width: 640px) {
#content .btn01 li a {
    width: 310px;
    height: 50px;
    margin: 0 auto;
    border-radius: 8px;
    font-size: 15px;
    line-height: 50px;
    background: url(/campaign/shukuichi2026/img/icon_01.png) no-repeat 13px 17px #c99600;
    background-size: 20px 16px;
  }
}
#content .btn02 a.sub_btn01 {
    display: block;
    position: relative;
    margin: 16px auto 0;
    width: 310px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    background-color: #FFF;
    border-radius: 999px;
    box-shadow: 1px 1px 2px 0px rgba(86, 85, 85, 0.25);
    color: #b70005;
}
#content .btn02 a.sub_btn01:hover {
    text-decoration: none;
}
@media screen and (min-width: 641px) {
#content .btn02 {
  display: flex;
  width: 650px;
  margin: 0 auto;
}
#content .btn02 li + li{
  margin-left: 30px;
}
}

#content .btn02 a.sub_btn01::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 18px;
    width: 8px;
    height: 12px;
    margin-top: -6px;
    background: url(/campaign/shukuichi2026/img/sub_btn02_arrow.png) no-repeat left top;
}
#content .btn02 li a:hover{
    text-decoration: none;
    opacity: 0.8;
}
@media screen and (max-width: 640px) {
#content .btn02 a.sub_btn01 {
  width: 274px;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 9px;
  font-size: 15px;
}
}
.btn03 li a {
    display: block;
    width: 480px;
    margin: 0 auto;
    height: 72px;
    border-radius: 7px;
    box-shadow: 1px 1px 2px 0px rgba(86, 85, 85, 0.25);
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    line-height: 72px;
    background: url(/campaign/shukuichi2026/img/icon_01.png) no-repeat 38px 25px #c99600;
    background-size: 25px;
	border: 2px solid #FFF;
}
.btn03 li a:hover {
    text-decoration: none;
}
.section05 .btn03 li a,
.section08 .btn03 li a {
    background: url(/campaign/shukuichi2026/img/icon_01.png) no-repeat 38px 25px #e25594;
	border: none;
}
.section07 .btn03 li a {
    background: url(/campaign/shukuichi2026/img/icon_01.png) no-repeat 38px 25px #6b7af6;
	border: none;
}
.btn03_subtx {
	text-align: center;
	color: #FFF;
	margin-top: 6px;
}
@media screen and (min-width: 641px) {
.btn03 li a {
  margin-top: 30px;
}
.section05 .btn03 li a {
  margin-top: 0;
}
}
@media screen and (max-width: 640px) {
.btn03 li a {
    width: 310px;
    height: 50px;
    margin: 0 auto;
    border-radius: 8px;
    font-size: 15px;
    line-height: 50px;
    background: url(/campaign/shukuichi2026/img/icon_01.png) no-repeat 13px 17px #c99600;
    background-size: 20px 16px;
	border: 2px solid #FFF;
  }
.section05 .btn03 li a,
.section08 .btn03 li a {
    background: url(/campaign/shukuichi2026/img/icon_01.png) no-repeat 13px 17px #e25594;
    background-size: 20px 16px;
}
.section07 .btn03 li a {
    background: url(/campaign/shukuichi2026/img/icon_01.png) no-repeat 13px 17px #6b7af6;
    background-size: 20px 16px;
}
}
.btn04 a.sub_btn01 {
    display: block;
    position: relative;
    margin: 10px auto 0;
    width: 324px;
    padding-top: 15px;
    padding-bottom: 14px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    background-color: #FFF;
    border-radius: 999px;
    box-shadow: 1px 1px 2px 0px rgba(86, 85, 85, 0.25);
    color: #b70005;
}
.section06 .btn04 a.sub_btn01,
.section08 .btn04 a.sub_btn01 {
    color: #f183b2;
    border: 2px solid #f183b2;
}
.btn04 a.sub_btn01:hover {
    text-decoration: none;
}
@media screen and (min-width: 641px) {
.btn04 {
  display: flex;
  width: 686px;
  margin: 0 auto;
}
.section06 .btn04 {
  display: block;
  width: 328px;
}
.btn04 li + li{
  margin-left: 30px;
}
}

.btn04 a.sub_btn01::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 18px;
    width: 8px;
    height: 12px;
    margin-top: -6px;
    background: url(/campaign/shukuichi2026/img/sub_btn02_arrow.png) no-repeat left top;
}
.section06 .btn04 a.sub_btn01::after,
.section08 .btn04 a.sub_btn01::after{
    background: url(/campaign/shukuichi2026/img/sub_btn04_arrow.png) no-repeat left top;
}
.section05 .btn03 li a:hover,
.section07 .btn03 li a:hover,
.section08 .btn03 li a:hover,
.section06 .btn04 a.sub_btn01:hover,
.section08 .btn04 a.sub_btn01:hover{
    text-decoration: none;
    opacity: 0.8;
}
@media screen and (max-width: 640px) {
.btn04 a.sub_btn01 {
  width: 274px;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 9px;
  font-size: 15px;
}
}
/* -----------------------------
products
------------------------------*/

#content .productList {
	background-color: #FFF;
	border-radius: 10px;
	width: 800px;
	margin: 0 auto;
	padding: 40px 45px;
	text-align: center;
}
@media screen and (min-width: 641px) {
#content .productList{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#content .productList > li{
	width: 340px;
}
#content .productList > li:nth-of-type(2n){
	margin-left: 30px;
}
#content .productList > li:nth-of-type(n+3){
	margin-top: 50px;
}
}
@media screen and (max-width: 640px) {
#content .productList {
	width: 100%;
	max-width: 350px;
	padding: 0 10px;
	box-sizing: border-box;
}
#content .productList > li{
	width: 94%;
	max-width: 330px;
	margin: 0 auto;
	position: relative;
	padding: 60px 0 30px;
}
#content .productList > li.line2{
	padding-top: 90px;
}
#content .productList > li + li{
	border-top: 1px solid #ccc;	
}
}
#content .productList li{
	text-align: center;
}
#content .productList > li .name {
    font-weight: 600;
    color: #333;
    text-align: center;
    line-height: 1.2;
    margin: 30px 0 16px;
    font-size: 18px;
}
#content .productList > li.line2 .name span{
	font-size: 15px;
}
@media screen and (min-width: 641px) {
#content .productList > li .phone img {
    width: 270px;
}
#content .productList > li.line2 .name {
    margin: 14px 0 10px;
}
}
@media screen and (max-width: 640px) {
#content .productList > li .name {
	width: 330px;
	margin: 0;
	position: absolute;
    font-size: 23px;
	top: 25px;
    left: 50%;
    transform: translateX(-50%);
}
#content .productList > li.line2 .name span{
	font-size: 19px;
}
#content .productList > li .price {
	margin-top: 14px;
}
}
#content .productList > li .price {
	margin-bottom: 15px;
}
#content .productList p.text {
	color: #d59d00;
	font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}
#content .productList > li .color {
    margin-bottom: 20px;
}
#content .productList > li .color ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
#content .productList > li .color ul li.on {
    width: 45px;
    height: 45px;
    border: 2px solid #959595;
}
@media screen and (max-width: 640px) {
#content .productList > li .color ul li.on {
    width: 46px;
    height: 46px;
}
}
#content .productList > li .color ul li.on::after {
    border: 2px solid #d59d00;
    content: "";
    display: block;
    position: absolute;
    top: -7px;
    left: -7px;
    width: 56px;
    height: 56px;
    border-radius: 5px;
    box-sizing: border-box;
    z-index: 2;
}
#content .productList > li .color ul li {
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
    border: 1px solid #959595;
    box-sizing: border-box;
}
#content .productList > li.product02 .color ul li:nth-of-type(1),
#content .productList > li.product03 .color ul li:nth-of-type(1),
#content .productList > li.product04 .color ul li:nth-of-type(1) {
background-color: #98c27a;
}
#content .productList > li.product02 .color ul li:nth-of-type(2) {
background-color: #b5b5b5;
}
#content .productList > li.product03 .color ul li:nth-of-type(2) {
background-color: #a561d1;
}
#content .productList > li.product03 .color ul li:nth-of-type(3),
#content .productList > li.product04 .color ul li:nth-of-type(3),
#content .productList > li.product05 .color ul li:nth-of-type(1) {
background-color: #000000;
}
#content .productList > li.product01 .color ul li:nth-of-type(1),
#content .productList > li.product04 .color ul li:nth-of-type(4),
#content .productList > li.product05 .color ul li:nth-of-type(3){
background-color: #5e74e3;
}
#content .productList > li.product01 .color ul li:nth-of-type(2),
#content .productList > li.product04 .color ul li:nth-of-type(5),
#content .productList > li.product05 .color ul li:nth-of-type(2){
background-color: #FFF;
}
#content .productList > li.product04 .color ul li:nth-of-type(2){
background-color: #e587c8;
}
#content .productList > li .color ul li:not(:first-of-type) {
    margin-left: 14px;
    box-sizing: border-box;
}
#content .productList > li .btn_box {
	margin-bottom: 12px;
}
#content .productList > li .color_btn {
    display: block;
    background: url(/campaign/shukuichi2026/img/icon_03.png) no-repeat 15px center;
    background-size: 10px auto;
    border-radius: 8px;
    color: #fff;
    width: 288px;
    font-size: 18px;
    text-align: center;
    padding: 14px 0 14px 16px;
    font-weight: 600;
    margin: 12px auto 0;
    box-sizing: border-box;
}
#content .productList > li p.color_btn {
    background-color: #434343;
}
#content .productList > li a.color_btn {
    background-color: #b70005;
	margin-bottom: 12px;
}
#content .productList > li a.color_btn:hover {
    text-decoration: none;
}
#content .productList > li a.detail_btn{
	font-size: 13px;
	color: #fff;
	text-decoration: underline;
}
#content .productList > li a.detail_btn:hover {
	text-decoration: none;
}

/* -----------------------------
  section01
------------------------------*/
.section01 {
	margin-bottom: 25px;
}
.section01 .ttl01{
  margin: 0 auto;
  padding-bottom: 18px;
	text-align: center;
}
.section01 p{
  color: #FFF;
  text-align: justify;
}
@media screen and (max-width: 640px) {
	.section01 {
	margin-bottom: 15px;
}
  .section01 .ttl01 {
    width: 100vw;
    padding: 0 0 18px;
  }
  .section01 .ttl01 img{
    width: 100%;
	max-width: 500px;
  }
}
.section01 .textbox01,.section01 .textbox02{
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
.section01 .textbox01,.section01 .textbox02{
  width: 100%;
  max-width: 462px;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
}
.section01 .imgbox01{
  text-align: center;
  margin-top: 56px;
}
.section01 .imgbox01 + .imgbox01{
  margin-top: 10px;
  margin-bottom: 28px;
}
@media screen and (max-width: 640px) {
.section01 .imgbox01{
  margin: 22px auto 10px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100vw;
  box-sizing: border-box;
}
.section01 .imgbox01 + .imgbox01{
   margin-bottom: 14px;
}
 .section01 .imgbox01 img{
   width: 100%;
   max-width: 500px;
  }

}
/* -----------------------------
  section02 
------------------------------*/
.section02 {
	padding-bottom: 80px;
}
.section02 .ttl01{
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
	.section02 {
	padding-bottom: 30px;
}
  .section02 .ttl01 {
    width: 100vw;
    margin: 20px 0 0 ;
  }
  .section02 .ttl01 img{
    width: 100%;
	max-width: 500px;
  }
}
/* -----------------------------
  section03 
------------------------------*/
.section03 {
	padding-bottom: 80px;
}
.section03 .ttl01,.section03 .imgbox01{
  text-align: center;
}
.section03 .ttl01{
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
	.section03 {
	padding-bottom: 40px;
}
.section03 .ttl01{
  margin-bottom: 10px;
}
}
.section03 .attList {
    width: 860px;
    margin: 26px auto;
	background-color: #b60005;
}
@media screen and (max-width: 640px) {
.section03 .attList {
    width: 330px;
    margin: 20px auto;
	text-align: justify;
}
}
.section03 .attList > li{
    margin-bottom: 5px;
    list-style-type: none;
    color: #FFF;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.4;
}
.section03 .attList .dottList li{
    position: relative;
	padding-left: 2em;
}
.section03 .attList .dottList li::before{
    position: absolute;
	content: "・";
	left: 1em;
}
#content .section03 .btnArea .btn01 li a{
	position: relative;
	background: none;
	background-color: #e94c3a;
}
#content .section03 .btnArea .btn01 li a::after{
	position: absolute;
	content: "";
	width: 8px;
    height: 12px;
	top: 30px;
	right: 30px;
	background: url(/campaign/shukuichi2026/img/sub_btn01_arrow.png) no-repeat 0 0/ 8px 12px;
}
@media screen and (max-width: 640px) {
#content .section03 .btnArea .btn01 li a::after{
	top: 19px;
	right: 20px;
}
}
/* -----------------------------
  section04
------------------------------*/
.section04 {
	padding-top: 70px;
	padding-bottom: 100px;
	border-top: 6px solid #d69d00;
	border-bottom: 6px solid #d69d00;
	background: url(/campaign/shukuichi2026/img/bg_01.webp) repeat 0 0/ 180px 180px;
	background-color: #c70208;
}
.section04 .ttl01{
  text-align: center;
}
@media screen and (max-width: 640px) {
	.section04 {
	padding-top: 30px;
	padding-bottom: 50px;
	background: url(/campaign/shukuichi2026/img/bg_01.webp) repeat 0 0/ 45px 45px;
}
  .section04 .ttl01 {
    width: 100vw;
    margin: 0 0 10px;
  }
  .section04 .ttl01 img{
    width: 100%;
	max-width: 500px;
  }
}
#content .section04 .productList{
  border: 2px solid #d69d00;
}
/* -----------------------------
  section05
------------------------------*/

.section05 .section_inner {
  padding-bottom: 40px;
  text-align: center;
  margin: 60px auto 0;
}
@media screen and (min-width: 641px) {
.section05 .section_inner {
  width: 1080px;
}
}
@media screen and (max-width: 640px) {
  .section05 .section_inner {
    padding-bottom: 30px;
  }
}
.section05 h2 {
  text-align: center;
}
.section05 .ttl01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
.section05 .ttl01 {
  margin-bottom: 20px;
}
.section05 .ttl01 img{
  width: 98vw;
  max-width: 350px;
} 
}
.section05 .img_02{
  margin: 60px 0 40px;
} 
@media screen and (max-width: 640px) {
  .section05 .img_01 img{
    width: 100%;
    max-width: 420px;
  } 
  .section05 .img_01 {
    margin: 0 auto;
  } 
  .section05 .img_02 img{
    width: 92%;
    max-width: 390px;
  } 
  .section05 .img_02{
  margin: 30px 0 25px;
  }  
}
#content .section05 .btnArea{
  margin-top: 10px;
}
#content .section05 .btnArea .btn03{
  margin-bottom: 0;
}

/* -----------------------------
  section06
------------------------------*/
.section06 h2 {
  text-align: center;
}
.section06 .ttl01 {
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
.section06 .ttl01 {
  margin-bottom: 15px;
}
.section06 .ttl01 img {
  width: 68vw;
  max-width: 252px;
}
}
.section06 .section_inner {
  margin-bottom: 80px;
  padding: 22px 0 30px;
  width: 770px;
  background-color: #fcedf5;
  border-radius: 20px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 640px) {
.section06 .section_inner {
  margin: 0 2vw 30px;
  padding: 15px 0 30px;
  width: 96vw;
  border-radius: 10px;
}
.section06 .section_inner .img_01 img{
  width: 76%;
  max-width: 310px;
}
}
.section06 .section_inner ul.text{
  margin: 20px auto 0;
  width: 454px;
}
.section06 .section_inner ul.text li{
  position: relative;
  color: #333;
}
.section06 .section_inner ul.text li::before{
  position: absolute;
  content: "・";
  left: -15px;
  top: -1px;
}
@media screen and (max-width: 640px) {
.section06 .section_inner ul.text{
  margin: 20px auto 0;
  width: 86vw;
  max-width: 464px;
}
.section06 .section_inner ul.text li{
  padding-left: 10px;
}
.section06 .section_inner ul.text li::before{
  left: -4px;
}
}

/* -----------------------------
  section07
------------------------------*/

.section07 .section_inner{
  margin: 80px auto;
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #f1f9ff;
}
@media screen and (min-width: 641px) {
.section07 .section_inner{
  width: 100%;
}
}
.section07 .ttl01 {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
.section07 .section_inner{
  padding-top: 30px;
  padding-bottom: 40px;
  margin: 0 0 30px;
}
}
.section07 .ttl01 {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
.section07 .ttl01 {
  margin-bottom: 15px;
}
.section07 .ttl01 img{
    width: 98%;
    max-width: 350px;
}
}
.section07 .img_01 {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
.section07 .img_01 {
    margin: 0 auto 20px;
}
.section07 .img_01 img{
    width: 94%;
    max-width: 350px;
}
}
.section07 .img_02 {
  text-align: center;
  margin: 70px 0 20px;
}
@media screen and (max-width: 640px) {
.section07 .img_02 {
  margin: 35px 0 15px;
}
.section07 .img_02 img{
  width: 100%;
  max-width: 350px;
}
}
.section07 .banner02,
.section07 .banner03{
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
    .section07 .banner02,
	.section07 .banner03 {
        width: 90%;
        max-width: 322px;
        margin: 0 auto 20px;
    }
}
.section07 .note_list{
  width: 770px;
  margin: 0 auto;
}
.section07 .note_list ul{
  padding: 40px 44px 36px 54px;
  background-color: #fff;
  border-radius: 8px;
}
.section07 .note_list ul li span{
  font-weight: bold;
}
.section07 .note_list ul li{
  margin-bottom: 5px;
  list-style-type: none;
  color: #666666;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
.section07 .note_list{
  width: 94%;
  margin: 0 auto;
}
.section07 .note_list ul{
  padding: 22px 20px 23px 20px;
  max-width: 420px;
  margin: 0 auto;
}
.section07 .note_list ul li{
  text-align: justify;
}
.section07 .btnArea {
    margin-top: 20px;
}
}
/* -----------------------------
  section08
------------------------------*/
.section08 {
  padding: 0 0 100px;
}
@media screen and (max-width: 640px) {
  .section08 {
    padding: 0 0 40px;
  }
}
.section08 h2,
.section08 .img_01,
.section08 .img_02 {
  text-align: center;
}
.section08 h2 {
  margin-bottom: 40px;
}
.section08 .img_02 {
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
.section08 .section_inner img{
  width: 98%;
  max-width: 350px;
  margin: 0 auto;
}
.section08 h2 {
  margin-bottom: 16px;
}
.section08 .img_02 {
  margin-bottom: 20px;
}
}

/* -----------------------------
  section09 Q&A
------------------------------*/
.section09 {
  padding: 100px 0;
  background: #ecfafb;
  color: #333333;
}
@media screen and (min-width: 641px) {
  .section09 .section_inner{
    width: 1000px;
    box-sizing: border-box;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .section09 {
    padding: 40px 20px;
  }
  .section09 .section_inner{
    max-width: 420px;
    margin: 0 auto;
  }
}
.section09 h2 {
  text-align: center;
  margin-bottom: 80px;
}
.section09 .qa_area h3{
  position: relative;
  padding: 0 70px 20px 80px;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 4px solid #60cfd7;
}
.section09 .qa_area h3::before{
  position: absolute;
  top: -8px;
  left: 46px;
  height: 30px;
  font-size: 30px;
  font-weight: 600;
  content: 'Q';
  color: #60cfd7;
}
.section09 .qa_area h3::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 25%;
  height: 4px;
  content: '';
  background: #e86b7b;
}
@media screen and (max-width: 640px) {
.section09 .qa_area h3{
  padding: 0 0 10px 34px;
  font-size: 16px;
}
.section09 .qa_area h3::before{
  top: -6px;
  left: 4px;
  font-size: 26px;
  height: 26px;
}
.section09 .qa_area h3::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 25%;
  height: 4px;
  content: '';
  background: #e86b7b;
}
}
@media screen and (max-width: 640px) {
  .section09 h2 {
    margin: 0 auto 30px;
  }
  .section09 h2 img{
    width: 65%;
    max-width: 300px;
  }
}
.section09 .qa_area {
  display: block;
  padding: 0 100px;
}
@media screen and (max-width: 640px) {
  .section09 .qa_area {
    padding: 0;
  }
}
.section09 .option_btn {
  background-color: #FFF;
  border-radius: 10px;
  margin: 20px 0 40px;
}
.section09 .qa_area details:last-child summary {
  border-bottom: none;
}
.section09 .qa_area details summary {
  display: block;
  list-style: none;
  position: relative;
  width: 100%;
  text-align: left;
  padding: 20px 70px 20px 80px;
  margin-top: 0px;
  font-size: 18px;
  color: #000;
  box-sizing: border-box;
  letter-spacing: normal;
  cursor: pointer;
}
.section09 .qa_area details summary::before{
  position: absolute;
  top: 16px;
  left: 46px;
  height: 28px;
  font-size: 28px;
  font-weight: 600;
  content: 'A';
  color: #e86b7b;
}
.section09 .qa_area details summary p.note {
  margin-top: 8px;
  font-size: 13px;
  color: #333333;
  font-weight: 500;
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 640px) {
  .section09 .option_btn {
    border-radius: 6px;
    margin: 10px 0 24px;
  }
  .section09 .qa_area details summary {
    padding: 20px 26px 15px 32px;
    font-size: 14px;
  }
.section09 .qa_area details summary::before{
  top: 17px;
  left: 8px;
  height: 22px;
  font-size: 22px;
}
.section09 .qa_area details summary p.note {
  margin-top: 8px;
  font-size: 13px;
}
}
.section09 .qa_area details summary::-webkit-details-marker {
  display: none;
}
.section09 .qa_area details summary span {
  position: absolute;
  display: inline-block;
  width: 13px;
  height: 18px;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: url("img/qa_arrow.png") no-repeat center;
  background-size: contain;
  transform: scaleY(-1);
}
@media screen and (max-width: 640px) {
  .section09 .qa_area details summary span {
    width: 10px;
    height: 15px;
    right: 12px;
  }
}
.section09 .qa_area details summary.active {
  border-bottom: none;
}
.section09 .qa_area details summary.active span {
  transform: scaleY(1);
}
.section09 .qa_area details .content_inner {
  position: relative;
  width: 100%;
  text-align: left;
  padding: 20px 70px 20px 50px;
  box-sizing: border-box;
  border-top: dotted 1px #b9d4e0;
}
@media screen and (max-width: 640px) {
  .section09 .qa_area details .content_inner {
    padding: 15px 24px 20px 32px;
  }
}
.section09 .qa_area details .content_inner p {
  line-height: 1.45;
  font-weight: 500;
}
.section06 .qa_area details .content_inner p + p{
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .section09 .qa_area details .content_inner p {
    font-size: 13px;
  }
  .section09 .qa_area details .content_inner p + p{
    margin-top: 8px;
  }
}
.section09 .qa_area details .content_inner p.note {
  font-size: 13px;
  color: #333333;
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}
.section09 .qa_area details .content_inner p.note + p.note{
  margin-top: 0;
}
@media screen and (max-width: 640px) {
.section09 .qa_area details .content_inner p.note {
    font-size: 13px;
}
}


/* -----------------------------
  section10
------------------------------*/
.section10{
text-align: center;
padding-top: 100px;
}
@media screen and (max-width: 640px) {
.section10{
padding-top: 50px;
}
.section10 .banner01{
width: 90%;
max-width: 342px;
margin: 0 auto;
}
}

/* -----------------------------
  section11
------------------------------*/
.section11{
padding-top: 100px;
padding-bottom: 80px;
background: url(/campaign/shukuichi2026/img/bg_01.webp) repeat 0 0/ 180px 180px;
background-color: #c70208;
}
.section11 .ttl01 {
text-align: center;
}
.section11 .cpList li{
border: 2px solid #fff;
}
@media screen and (min-width: 641px) {
.section11 .cpList{
display: flex;
flex-wrap: wrap;
width: 1098px;
justify-content: center;
margin: 50px auto 0;
}
.section11 .cpList li img{
width: 540px;
}
.section11 .cpList li:nth-of-type(2n){
margin-left: 10px;
}
.section11 .cpList li:nth-of-type(n+3){
margin-top: 20px;
}
}
@media screen and (max-width: 640px) {
.section11{
padding-top: 40px;
padding-bottom: 30px;
background: url(/campaign/shukuichi2026/img/bg_01.webp) repeat 0 0/ 45px 45px;
}
.section11 .ttl01 img{
width: 325px;
}
.section11 .cpList{
width: 355px;
justify-content: center;
margin: 18px auto 0;
}
.section11 .cpList li img{
width: 355px;
}
.section11 .cpList li:nth-of-type(n+2){
margin-top: 10px;
}
}

/* -----------------------------
  attArea
------------------------------*/
#content #waonpoint .attArea01 {
  margin: 0 auto 60px;
  padding: 35px 55px;
  width: 770px;
  box-sizing: border-box;
  background: #fff4ee;
  font-size: 14px;
  color: #333333;
}

#content #waonpoint .attArea01 li {
  /* margin-left: 15px; */
  /* list-style-type: disc; */
  padding-left: 1.2em;
  text-indent: -1.2em;
}


#content .attArea {
  padding: 75px 0;
  background-color: #f5f5f5;
  color: #333333;
}

#content .attArea .inner {
  padding: 0 125px;
}

#content .attArea h2 {
  margin: 0 0 35px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

#content .attArea a {
  color: #0000ff;
  text-decoration: underline;
}
#content .attArea table, #content .attArea td, #content .attArea th {
  border: 1px solid #d0d4d9;
  border-collapse: collapse;
}
#content .attArea table.table02{
 width: 650px;
 margin: 30px auto 5px;
}
#content .attArea table.table02 tr td.col01{
 width: 70%;
 box-sizing: border-box;
}
@media screen and (max-width: 640px) {
#content .attArea table.table02{
 width: 100%;
 margin: 10px auto 0;
}
#content .attArea table.table02 tr td.col01{
 width: 60%;
 box-sizing: border-box;
}

}
#content .attArea td, #content .attArea th {
  padding: 3px;
  width: 30px;
  height: 25px;
}
#content .attArea tr.ttl td {
  background: #f6f5f5;
  text-align: center;
}
#content .attArea tr td.point {
  text-align: center;
}
#content .attArea th {
  background: #f0e6cc;
}
#content .attArea .even {
  background: #fbf8f0;
}
#content .attArea .odd {
  background: #fefcf9;
}
#content .attArea .table_att {
  padding: 10px 0 30px 35px;
  text-align: left;
}

#content .attArea h2 .subtermsaeon {
  font-size: 14px;
  font-weight: 400;
}

#content .attArea h2:not(:first-child) {
  margin-top: 60px;
}

#content .attArea .catch {
  margin: -25px 0 35px;
  text-align: center;
}

#content .attArea ul li {
  font-size: 14px;
}


#content .attArea h2 + ul > li {
  margin-bottom: 20px;
  position: relative;
  list-style-type: none;
}
#content .attArea h2 + ul > li::before {
  position: absolute;
  left: -20px;
  content: "□";
}
#content .attArea h2#terms2 + ul > li::before,
#content .attArea h2#terms3 + ul > li::before {
  position: absolute;
  left: -20px;
  content: "■";
}

#content .attArea ul li ul {
  margin-top: 5px;
  padding-left: 17px;
}

#content .attArea ul li ul.numbering_list{
  counter-reset: number 0; 
}
#content .attArea ul li ul.numbering_list li{
  margin-bottom: 5px;
}
#content .attArea ul li ul.numbering_list li::before{
  counter-increment: number 1;      /* number カウンタの増加数をセット */
  content: counter(number) ". "!important;
	padding-right: 15px;
	vertical-align: middle;
}

#content .attArea ul li ul li li {
  margin-bottom: 5px;
  list-style-type: disc;
  padding-left: 0px;
}

#content .attArea ul li ul li.mark-none {
  list-style-type: none;
}

#content .attArea ul.dott li ul li {
  margin-bottom: 5px;
  list-style-type: disc;
  padding-left: 0px;
}

#content .attArea ul.dott_square > li > ul > li {
  position: relative;
}
#content .attArea ul.dott_square > li > ul > li::before {
  position: absolute;
  content: "□";
  left: -18px;
}

#content .attArea dl dt {
  position: relative;
  display: list-item;
  margin-bottom: 5px;
  font-size: 14px;
  list-style-type: none;
}
#content .attArea dl dt::before {
  position: absolute;
  left: -20px;
  content: "■";
}

#content .attArea dl dd {
  margin-bottom: 20px;
  font-size: 14px;
}

#content .attArea table {
  margin: 30px 0 5px;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #d0d4d9;
}

#content .attArea table th,
#content .attArea table td {
  margin: 0;
  padding: 5px 10px;
  text-align: center;
}

#content .attArea table th {
  border-left: 1px solid #d0d4d9;
  border-bottom: 1px solid #d0d4d9;
  font-weight: bold;
}

#content .attArea table td {
  background: #fff;
  border-left: 1px solid #d0d4d9;
  border-bottom: 1px solid #d0d4d9;
  text-align: left;
}

#content .attArea table td.ac {
  text-align: center;
}

#content .attArea table.tb02 td {
  text-align: center;
}

@media screen and (max-width: 640px) {
  #content .attArea {
    padding: 45px 0;
  }
  #content .attArea .inner {
    padding: 0 30px 0 40px;
  }
  #content .attArea h2 {
    margin: 0 0 15px;
    font-size: 15px;
  }
  #content .attArea h2:not(:first-child) {
    margin-top: 50px;
  }
  #content .attArea .catch {
    margin: -8px 0 20px;
    font-size: 11px;
  }
  #content .attArea ul li {
    margin-bottom: 10px;
    font-size: 14px;
  }
  #content .attArea ul li ul {
    padding-left: 10px;
  }
  #content .attArea h2 + dl {
    padding: 0;
  }
  #content .attArea dl dt {
    font-size: 14px;
  }
  #content .attArea dl dd {
    margin-bottom: 10px;
    font-size: 14px;
  }
  #content .attArea .def01 {
    margin: 15px 0;
  }
  #content .attArea .def01 dd {
    padding-left: 12%;
    font-size: 12px;
  }
  #content .attArea table th,
#content .attArea table td {
    font-size: 12px;
  }
  #content .attArea table {
    position: relative;
    margin: 10px auto 0 -15px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
  }
  #content .attArea .table_att {
    padding: 10px 0 20px 0px;
  }
}
