@charset "utf-8";
/*
* ★★CSS for PC
*
* @date 2014.04.21
* @author Daisuke Hayashi
*/

/* ------------------------------------------

------------------------------------------ */

html {
  scroll-behavior: smooth;
}

.sp {
	display: none !important;
}


#keyVisual{
	position:relative;
	margin:0 auto;
}





.imgop{
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.imgop:hover{
	opacity: .80; /* Standard: FF gt 1.5, Opera, Safari */  
	filter: alpha(opacity=80); /* IE lt 8 */  
	-ms-filter: "alpha(opacity=80)"; /* IE 8 */  
	-khtml-opacity: .80; /* Safari 1.x */  
	-moz-opacity: .80; /* FF lt 1.5, Netscape */
}





.title{font-size:25px; font-weight:bolder; color:#FFF; text-align:center; background-color:#00B900; padding:10px 0;}
.title span{font-size:40px;line-height: 0.8;}

#widewrapper{width:auto; font-family: 'Noto Sans JP', sans-serif;}


.explain {
    font-size: 100%;
    line-height: 1.4;
    width: 850px;
	margin:40px auto;
	}
.explain dl dt {
    display: block;
	font-size:120%;
	font-weight:bold;
	margin-bottom:10px;
	color: #00B900;
}
.explain dl dd {
    display: block;
	margin-bottom:40px;
}
.pagetop{
  display: none;
	width: 60px;
  height: 60px;
  position: fixed;
  bottom: 0px;
  right: 0;
  z-index: 101;
}



.download {
  display: flex;
  column-gap: 40px;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.download p a {
  display: block;
  margin-bottom: 8px;
}

.download img {
  display: block;
  margin: 0 auto;
}

#keyVisual {
  width: 75%;
  max-width: 1200px;
  min-width: 900px;
}

#keyVisual .txtBox {
  width: 90%;
  margin: 16px auto 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  column-gap: 24px;
}

#keyVisual .txtBox .icon {
  width: 84px;
}

#keyVisual .txtBox .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 48px - 35% - 84px);
}

#keyVisual .txtBox .txt .txtImg {
  width: 100%;
}

#keyVisual .txtBox .phone {
  width: 35%;
  aspect-ratio: 371 / 626;
}

#coupon .coupon__filter__guide {
  margin-bottom: 0;
}

#coupon .coupon__box__holder {
  width: 80%;
  margin: 0 auto;
  max-width: 1280px;
  justify-content: center;
  padding-bottom: 16px;
}

#coupon .coupon__box__holder a:hover {
  text-decoration: none;
}

.usage {
  width: 75%;
  max-width: 1200px;
  min-width: 900px;
  margin: 50px auto 60px;
}

.usage h2 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 60px;
}

.usage ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}

.usage ul li {
  display: flex;
  align-items: center;
  border: 1px solid #c5c5c5;
  min-height: 260px;
  position: relative;
}

.usage ul li::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #00B900;
  display: inline-block;
}

.usage ul li:last-child::after {
  display: none;
}

.usage ul li h3 {
  width: 50%;
  line-height: 1.5;
  font-size: 24px;
  text-align: center;
}

.usage ul li h3 span {
  color: #BF0000;
}

.usage ul li .download {
  width: 50%;
}

.usage ul li .img-box {
  width: 50%;
}

.usage ul li .img-box img {
  display: block;
  width: 50%;
  margin: 0 auto;
}

.note {
  font-size: 14px;
  color: #6D6E71;
  text-align: center;
}

