@charset "utf-8";
/* CSS Document */

.campaingn h2{
	font-size: 24px;
    font-weight:bold;
}
.campaingn h3{
	font-size:20px;
	font-weight:bold;
	margin-bottom: 20px !important;
	color:#59BC8B;
	text-align: center;
}
.campaingn h4{
	font-size:24px;
	font-weight:bold;
	margin-bottom: 20px !important;
	color:#59BC8B;
	text-align: center;
	border:none;
	display: flex;
    justify-content: center;
    align-items: center;
}
.campaingn h4 span{
	font-size:34px;
}

.campaingn h4::before,
.campaingn h4::after {
    width: 3px;
    height: 40px;
    background-color: #59bc8b;
    content: '';
}

.campaingn h4::before {
    transform: rotate(-35deg);
    margin-right: 20px;
}

.campaingn h4::after {
    transform: rotate(35deg);
    margin-left: 20px;
}
.campaingn h5{
	font-size:24px;
	font-weight:bold;
	text-align: center;
	color: #51707A;
	position:relative;
	line-height:32px;
}
.campaingn h5:after{
	content: '';
    position: absolute;
    background: url(../images/leaf2.png) no-repeat;
    background-size: 40px;
    height: 50px;
    width: 120px;
    top: -25px;
    left: calc(50% - 20px);
}
.campaingn h5 span{
	font-size:42px;
	font-weight:bold;
	color: #59BC8B;
}
.campaingn h6{
	font-size:18px;
	font-weight:bold;
	text-align: center;
	color: #51707A;
}
.campaingn h6 span{
	font-size:20px;
	font-weight:bold;
	color: #59BC8B;
}
.campaingn .title{
	width:400px;
	border:none;
	margin: 0 auto;
}
.campaingn .tokuten{
	max-width:1120px;
	margin: 0 auto;
}
.campaingn .tokuten .flexbox{
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.campaingn .tokuten .flexbox2{
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
}
.campaingn .frame{
	background: #F0FAF4;
	border-radius:20px;
	width: calc(50% - 20px);
}
.campaingn .frame2{
	background: #EBF8FF;
	border-radius:20px;
	width: calc(50% - 20px);
	margin:0 10px;
}
.campaingn .frame .box{
	background: #59BC8B;
    border-radius: 20px 0px 20px 0;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
    color: #fff;
    display: inline-block;
    text-align: left;
    height: 45px;
}
.campaingn .frame2 .box{
	background: #48ABDC;
    border-radius: 20px 0px 20px 0;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
    color: #fff;
    display: inline-block;
    text-align: left;
    height: 45px;
}
.campaingn .frame .txt,
.campaingn .frame2 .txt{
	font-weight:bold;
	font-size:20px;
	margin: 0 0px 0 35px;
}
.campaingn .frame .txt .price{
	font-size:44px;
	color:#59BC8B;
}
.campaingn .frame2 .txt .price{
	font-size:44px;
	color:#48ABDC;
}

.campaingn .frame .txt .yen{
	font-size:24px;
	color:#59BC8B;
}
.campaingn .frame2 .txt .yen{
	font-size:24px;
	color:#48ABDC;
}

.campaingn .frame .txt2,
.campaingn .frame2 .txt2{
	font-weight:bold;
	font-size:15px;
	text-align:right;
	letter-spacing: 1px;
}
.campaingn .frame .txt2 .price{
	font-size:25px;
	color:#59BC8B;
}
.campaingn .frame2 .txt2 .price{
	font-size:25px;
	color:#48ABDC;
}
.campaingn .frame .txt2 .yen{
	font-size:15px;
	color:#59BC8B;
}
.campaingn .frame2 .txt2 .yen{
	font-size:15px;
	color:#48ABDC;
}
.campaingn .txt3{
	text-align:center;
	margin-top:20px;
	}

.campaingn .tokuten .flexbox .you{
	width:120px;
 }
.campaingn .tokuten .flexbox .light{
	position:relative;
}
.campaingn .tokuten .flexbox .light:after{
	content: '';
    position: absolute;
    background: url(../images/light.png) no-repeat;
    background-size: 40px;
    height: 40px;
    width: 40px;
    top: 40px;
    left: 0;
}

.relative{position:relative;}

.fukidasi {
	position: absolute;
	top: -12px;
    right: 10px;
}
.fukidasi_design {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  padding: 0px 10px;
  border: 2px solid #ff8484;
  border-radius: 9999px;
  background-color: #ffffff;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}

.fukidasi_design::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 15px 7.5px 0 7.5px;
  border-color: #ff8484 transparent transparent;
  translate: -50% 100%;
}

.fukidasi_design::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 10.5px 5.3px 0 5.3px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}
.fukidasi_design span{
	color:#ff8484;
	font-size:20px;
	font-weight: 700;
}
.fukidasi_design span .nin{
	font-size:16px;
}
.arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #9d9d9d;
  border-right: 0;
}
.campaingn .step .flexbox{
	display:flex;
	justify-content: space-between;
	align-items:stretch;
}
.campaingn .step .flexbox .box1,
.campaingn .step .flexbox .box2,
.campaingn .step .flexbox .box3{
	width:calc(33% - 10px);
	text-align: center;
	border: 3px solid #FCDF4D;
	border-radius:26px;
	position:relative;
	padding: 40px 30px 20px 30px;
}
.campaingn .step .flexbox .box1:before{
	content: '1';
    position: absolute;
    background: #59BC8B;
    border-radius: 50%;
    color: #fff;
    width: 53px;
    height: 53px;
    top: -30px;
    left: calc(50% - 30px);
    font-size: 34px;
    padding-top: 13px;
    font-weight: bold;
}
.campaingn .step .flexbox .box2:before{
	content: '2';
    position: absolute;
    background: #59BC8B;
    border-radius: 50%;
    color: #fff;
    width: 53px;
    height: 53px;
    top: -30px;
    left: calc(50% - 30px);
    font-size: 34px;
    padding-top: 13px;
    font-weight: bold;
}
.campaingn .step .flexbox .box3:before{
	content: '3';
    position: absolute;
    background: #59BC8B;
    border-radius: 50%;
    color: #fff;
    width: 53px;
    height: 53px;
    top: -30px;
    left: calc(50% - 30px);
    font-size: 34px;
    padding-top: 13px;
    font-weight: bold;
}
.campaingn .step .flexbox .step1{
	width: auto;
	height:100px;
}
.campaingn .step .flexbox .step2{
	width: auto;
	height:100px;
}
.campaingn .step .flexbox .step3{
	width: auto;
	height:100px;
}
.campaingn .step .txt{
	font-weight:bold;
	font-size:18px;
}
.campaingn .step span{
	font-weight:bold;
	color:#59BC8B;
}
.campaingn .code{
	border-radius: 26px;
	padding: 30px;
	background: #F3F5F7;
}
.campaingn .code .frame2{
	border:2px solid #f46824;
	border-radius:5px;
	padding:10px;
}
.campaingn .code h5{
	font-size:18px;
	color:#ff884f;
	font-weight:bold;
}
.campaingn .code .flexbox{
	display: flex;
    justify-content: space-around;
    position: relative;
}
.campaingn .code p{
	font-size:16px;
	text-align:center;
}
.campaingn .code .txt{
	font-size:10px;
}
.campaingn .code button{
	min-width: 93px;
    width: 93px;
    margin-left: 10px;
}
.campaingn .code button:hover{
	opacity:0.7;
}
.campaingn .code input{
	background:#fff;
	font-size: 17px;
	padding: 5px 6px ;
	width:435px;
	border:none;
	height: auto;
}
.campaingn .sns{
	border-left: 2px dashed #919191;
	padding-left: 20px;
}
.campaingn .sns .flexbox{
	display:flex;
	justify-content: center;
}
.campaingn .sns .flexbox a{
	text-align:center;
	margin: 20px 20px 0;
}
.campaingn .sns .flexbox img{
	width:40px;
}
.campaingn .precautions{
	border-radius: 26px;
	padding: 30px;
	border: 2px solid #DEE2E6;
	position:relative;
}
.campaingn .precautions h6{
	position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    width: 230px;
    background: #fff;
    margin: 0 auto;
}
.campaingn .precautions ul li{
  text-indent: -1em;
  padding-left: 1em;
  }
.campaingn dl{
	border-radius: 24px;
	background: #FFFFFF;
	box-shadow: 4px 8px 48px 0px #00000029;
	padding: 42px 30px 50px;
	margin-bottom:20px;
  }
.campaingn dl dt{
	font-weight: bold;
	font-size: 20px;
	line-height: 52px;
	color:#51707A;
	cursor: pointer;
	position: relative;
  }
.campaingn dl dt:hover{
	color:#58BC8B;
}
.campaingn dl dt img{
	width:86px;
	margin-right: 20px;
  }
.campaingn dl dd{
	font-size:16px;
	margin-top:30px;
	display: none;
  }

/* 矢印 */
.campaingn dl dt::after {
  	border-right: solid 3px #58BC8B;
    border-top: solid 3px #58BC8B;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    right: 25px;
    top: 38%;
    transform: rotate(135deg);
    transition: transform .3s ease-in-out, top .3s ease-in-out;
    width: 15px;
}
.campaingn dl dt.open::after {
  top: 45%;
  transform: rotate(-45deg);
}

/* ポップアップ */
    .console-popup {
      position: absolute;
      min-width: 160px;
      padding: 8px 10px;
      background: #fff;
      color: #000;
      border-radius: 6px;
      box-shadow: 0 6px 18px rgba(0,0,0,0.3);
      font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
      font-size: 13px;
      opacity: 0;
      transform: translateY(6px) scale(0.98);
      transition: opacity 160ms ease, transform 160ms ease;
      z-index: 9999;
      pointer-events: none; /* クリックを通す（任意） */
      text-align: center;
    }
    .console-popup.show {
      opacity: 1;
      transform: translateY(0) scale(1);
      pointer-events: auto;
    }
    .console-popup .title {
      border:none;
      margin: 0;
      padding: 0;
    }
    
    
@media (max-width: 1020px) and (min-width: 768px) {
	.campaingn .code {
	    width: 90%;
        margin: 0 auto;
	}
	.campaingn .code .flexbox {
    	display: block;
    	text-align:center;
    }

    .campaingn .code p {
    	font-size: 15px;
	}
	.campaingn .code input {
		width:100%;
		font-size:13px;
		}
	.campaingn .sns{
		border-top: 1.5px dashed #919191;
		border-left: 0px;
		padding: 10px 0px;
		margin-top:10px;
	}
    .campaingn .code .sns .flexbox {
	    display:flex;
    }

    .campaingn .sns .flexbox div {
	    margin: 20px 10px;
    }
    
    .campaingn .code button{
	    margin: 10px 0;
	}
}

  
@media screen and (max-width: 768px) {
	.campaingn h2{
		font-size:20px;
	}
	.campaingn h3{
		font-size:16px;
		margin-bottom: 5px !important;
		text-align: left;
	}
	.campaingn h4{
		font-size:17px;
	}
	.campaingn h4 span {
    	font-size: 22px;
	}
	.campaingn .sub{
	    display: inline-block;
    	position: relative;
    	padding: 0 3em;
    	color: #58bc8b;
    	font-weight: bold;
    	margin-bottom: 40px;
	}

	.campaingn .sub::before,
	.campaingn .sub::after {
	    content: '';
    	display: inline-block;
    	position: absolute;
    	top: 50%;
    	width: 35px;
    	height: 1px;
    	background-color: #58bc8b;
	}

	.campaingn .sub::before {
    	left: 0;
	}
	
	.campaingn .sub::after {
    	right: 0;
	}
	.campaingn .container {
    	padding: 10vw 0px;
    }
	.campaingn section {
    	padding: 0 4vw;
    }
	.campaingn .title {
    	width: 100%;
    }
	.campaingn .tokuten {
    	width: 100%;
	}
	.campaingn .tokuten .flexbox {
	    display: block;
	}
	.campaingn .frame ,
	.campaingn .frame2 {
	    margin: 20px 0px;
	    width: 100%;
	}
	.campaingn .frame .box {
		font-size:15px;
	}
	.campaingn .frame .txt {
	    font-size: 15px;
	}
	.campaingn .txt3{text-align:left;}

	.campaingn .step .flexbox {
	    display: block;
	}
	.campaingn .step .flexbox .box1,
	.campaingn .step .flexbox .box2,
	.campaingn .step .flexbox .box3 {
    	width: 100%;
    	margin-bottom: 40px;
    }
    .campaingn .code {
	    width: 90%;
        margin: 0 auto;
        padding: 30px 10px;
	}
	.campaingn .code .flexbox {
    	display: block;
    	text-align:center;
    }

    .campaingn .code p {
    	font-size: 15px;
	}
	.campaingn .code input {
		width:100%;
		font-size:13px;
		}
	.campaingn .sns{
		border-top: 1.5px dashed #919191;
		border-left: 0px;
		padding: 10px 0px;
		margin-top:10px;
	}
    .campaingn .code .sns .flexbox {
	    display:flex;
    }

    .campaingn .sns .flexbox div {
	    margin: 20px 10px;
    }
    
    .campaingn .code button{
	    margin: 10px 0;
	}
	.campaingn .precautions {
	    padding: 10px;
	    border: 0px;
	}

	.campaingn .faq {
		background: #F0FAF4;
		display: flex;
        flex-direction: column;
        align-items: center;
	}
	.campaingn .faq h5{
		color: #58BC8B;
	}
	.campaingn .faq .chara{
		width:44px;
		padding: 50px 0 19px;
	}
	.campaingn dl {
		width:100%;
		padding: 30px 20px;
		}
	.campaingn dl dt {
    	font-size: 16px;
    	line-height: 20px;
    }
	.campaingn dl dt img {
    	width: 56px;
        margin-right: 0px;
        position: absolute;
        top: -50px;
        left: -5px;
	}
	.campaingn dl dt::after {
	    right: 0px;
    	top: 0px;
	}
	.campaingn dl dt p {
    	width: 90%;
	}

    .arrow {
	  	border-right: 15px solid transparent;
  		border-left: 15px solid transparent;
  		border-top: 15px solid #9d9d9d;
  		border-bottom: 0;
  		margin-top:10px;
	}


}

