@charset "UTF-8";
/* CSS Document */


/* member
=======================================*/

/*============================
#page_terms
============================*/
#page_terms article > .inner {
	padding-top:1px;
 	margin-bottom:160px;
}
#page_terms article section .inner {
  width: auto;
  background-color: #fff;
  border-radius: 10px;
  padding: 35px 15px 5px 35px;
  /*border: 1px solid #f4ecdf;*/
	border: none;
  margin: 0 23px 0px 23px;
}

#page_terms article section h4 {
  background-color: #59c1ce;
  border-radius: 100px;
  /* ボックスに影 */
  -webkit-box-shadow: none;
  box-shadow: none;
  /* テキストに影 */
  text-shadow: none;
	margin: 0 20px 10px 20px;
  padding: 23px 0;
}

#page_terms article section dl {
	display:flex;
	flex-wrap: wrap;
	width: 850px;
  /*overflow: hidden;*/
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 140%;
  margin: 0 0 35px 30px;
}
#page_terms article section dl ul {
	list-style-type: disc;
	padding-left:1em;
}
#page_terms article section dl p.address {
	line-height:1.4em;
	margin-top:0.5em;
}
#page_terms article section dl dt {
  border-bottom: 1px dotted #7f7f7f;
  font-weight: bold;
  /*float: left;*/
  padding: 15px 30px 10px 0;
  width: 146px;
}
#page_terms article section dl dd {
  border-bottom: 1px dotted #7f7f7f;
  width: 674px;
  /*float: left;*/
  padding: 15px 0 10px 0;
}











/* SP
=======================================*/
@media screen and (max-width:767.98px) {



#page_terms article > .inner {
	margin-bottom:0;
}
#page_terms article section .inner {
  padding: 8px 0 0 0;
  margin: 0;
}
#page_terms article section dl {
	width:calc(100% - 40px);
  font-size: 1.077em;
  line-height: 140%;
  margin: 0 auto 20px auto;
}
#page_terms article section dl dt {
  float: none;
  padding: 12px 1em 12px 0;
  width: 5em;
}
#page_terms article section dl dd {
  width:calc(100% - 5em - 1em);
  float: none;
  padding: 12px 0 12px 0;
/*	background:#FEE;*/
}
#page_terms article section dl p.address {
	font-size: 1.0em;
	line-height:1.4em;
	margin-top:0.8em;
}



}



/* 20240819 「商品購入について」追加 */
#page_terms article section .anchor {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  margin: 40px auto 20px;
}
#page_terms article section .anchor a {
  font-size: 1.4em;
  line-height: 1;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  padding-right: 1.5em;
  position: relative;
}
#page_terms article section .anchor a::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("/img/award/arrow_orange_circle_down.png") no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
#page_terms article section .inner h4 {
  font-size: 1.4em;
  line-height: 1;
  font-weight: 700;
  color: #000;
  text-align: left;
  background-color: inherit;
  border-radius: 0;
  border-bottom: 1px solid #000;
  margin: 0 0 0 30px;
  padding: 12px 0;
}
@media screen and (max-width:767.98px) {
  #page_terms article section .anchor {
    flex-wrap: wrap;
    gap: 20px;
    margin: 50px auto 30px;
  }
  #page_terms article section .anchor a {
    font-size: 1.2em;
    padding-right: 1em;
  }
  #page_terms article section .anchor a::after {
    width: 12px;
    height: 12px;
  }
  #page_terms article section .inner h4 {
    font-size: 1.2em;
    width: calc(100% - 40px);
    margin: auto;
    padding: 12px 0;
  }
}