﻿/*helpページ共通
----------------------------------------------------------*/
.help-content {
  font-size: 16px;
  line-height: 2;
}
/*アイビューティーメンバーズランク制度について
----------------------------------------------------------*/
.help-content img {
  width: 100%;
}
.help-content .about-reviews-point {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;  
}
.help-content .about-reviews-point img{
  width: 40%;
}
.help-content .about-reviews-point p{
  width: 60%;
}

.help-content .title-big {
  color: #e64677;
  font-weight: bold;
  margin-bottom: 0 0 10px 0;
  font-size: 30px;
  letter-spacing: 0.5px;
  line-height: 1.3;
  position: relative;
}
.help-content .title-big:before {
  position: absolute;
  content: "";
  background: url(/content/images/help/members/kazari-left.png) no-repeat;
  background-size: 50px 94px;
  display: inline-block;
  left: 2%;
  height: 94px;
  width: 50px;
  top: 0;
}
.help-content .title-big:after {
  position: absolute;
  content: "";
  background: url(/content/images/help/members/kazari-right.png) no-repeat;
  background-size: 50px 94px;
  display: inline-block;
  right: 0;
  height: 94px;
  width: 50px;
  top: 0;
}
.help-content .title-big .point {
  font-size: 45px;
  display: inline-block;
  margin:0 3px 0 25px;
}
.help-content .title, .help-content .case {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
  background-color: #fff;
  text-align: left;
}
/*end
----------------------------------------------------------*/
.help-container h3.page-title {
  font-size: 20px;
}
.help-container h4.title {
  font-size: 18px;
}
h3.circle {
  font-size: 1.9rem;
  color: #ff3d8f;
  padding: 3px 0 10px 13px;
  background-color: #fff;
}
h3.circle:before {
  content: "◎";
  margin-right: 5px;
}
.help-container ul, li {
  margin: 0;
  padding: 0;
}
.help-container .help-row ul {
  margin: 0 0 0 15px;
  width: 100%;
  overflow: hidden;
}
.help-container .help-row li {
  display: inline-block;
  width: 370px;
  list-style: inside none;
}
.help-container .help-row li a {
  display: block;
  position: relative;
  z-index: 10;
  margin: 0;
  padding: 0 0 0 35px;
  font-size: 1.45rem;
  line-height: 30px;
  text-decoration: none;
}
.help-container .help-row li a:hover, .help-container .help-row li a:visited {
  color: #125a66;
  text-decoration: underline;
}
.help-container .help-row li a:before {
  display: block;
  content: "";
  position: absolute;
  top: 35%;
  left: 25px;
  border: 5px solid transparent;
  border-left: 5px solid #633042;
}
.help-container .help-row li a:hover:before, .help-container .help-row li a:visited:before {
  border-left: 5px solid #633042;
}
.help-container .help-row {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #ccc;
  overflow: hidden;
}
.help-container {
  font-size: 1.5rem;
  line-height: 25px;
}
.help-container ul.align-left {
  margin: 15px;
}
#about .appeal a:before, #about .point a:before {
  content: "＞ ";
}

/* privacy
----------------------------------------------------------*/
.privacy-policy {
  padding: 5px;
}
.privacy-policy .inner-container {
  background-color: #fbd2de;
  padding: 1em;
}
/**よくある質問
----------------------------**/
#faq dl, dt, dd, p {
  margin: 0;
  padding: 0;
}
#faq dl {
  margin-bottom: 15px;
  position: relative;
}
#faq dt {
  line-height: 25px;
  font-size: 1.5rem;
  height: auto;
  padding: 10px 0 10px 45px;
  border-bottom: dotted 1px #777;
  text-decoration: none;
  cursor: pointer;
}
#faq dd {
  margin: 0;
  padding: 10px 0 10px 76px;
  text-indent: -2.3em;
  line-height: 25px;
  font-size: 1.5rem;
  height: auto;
  border-bottom: dotted 1px #777;
  text-decoration: none;
  display: none;
}
#faq dd ul, li {
  padding: 0;
  margin: 0;
}
#faq dd ul {
  list-style: outside none disc;
  margin-left: 15px;
  text-indent: 0;
}
#faq dt:before {
  content: "Q";
  color: #e64677;
  font-size: 19px;
  margin: 0 10px;
  font-weight: bold;
  display: inline-block;
  text-indent: 0;
  position: absolute;
  left: 0;
}
#faq dt:hover {
  background-color: #ffe2e7;
}
#faq dd:before {
  content: "A";
  color: #589ef3;
  font-size: 19px;
  margin-right: 10px;
  padding: 3px 5px;
  font-weight: bold;
  display: inline-block;
  text-indent: 0;
}
.navi-item {
  margin: 50px 0;
}
.navi-item ul {
  background-color: #f2f2f2;
  border-radius: 5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;/**折り返しの指定**/
  padding: 40px 35px 40px 60px;
  margin: 0;
}
.navi-item ul li {
  list-style: none;
  width: 23%;
  margin: 0 22px 30px 0;
  position: relative;
}
.navi-item ul li:nth-last-child(-n+3) {
  margin-bottom: 0;
}
.navi-item ul li:nth-child(4n) {
  margin-right: 0;
}
.navi-item ul li a {
  display: block;
  line-height: 1.8;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
.navi-item ul li a:hover {
  opacity: 0.6;
}
.navi-item ul li a:before {
  background: url(../Images/icon/faq.png) no-repeat;
  content: "";
  background-size: 36px 210px;
  width: 36px;
  height: 30px;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
}
.navi-item ul li:first-child a:before {
  background-position: 0 0;
}
.navi-item ul li:nth-child(2n) a:before {
  background-position: 0 -30px;
}
.navi-item ul li:nth-child(3n) a:before {
  background-position: 0 -60px;
}
.navi-item ul li:nth-child(4n) a:before {
  background-position: 0 -90px;
}
.navi-item ul li:nth-child(5n) a:before {
  background-position: 0 -120px;
}
.navi-item ul li:nth-child(6n) a:before {
  background-position: 0 -150px;
}
.navi-item ul li:last-child a:before {
  background-position: 0 -180px;
}
.navi-item ul li a::after {
  height: 5px;
  width: 5px;
  top: 33%;
  border-bottom: 2px solid #125a66;
  border-right: 2px solid #125a66;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  margin: 0 0 0 3%;
  content: "";
  vertical-align: middle;
}
.support-wrap {
  background-color: #f2f2f2;
  padding: 30px;
  text-align: center;
  width: 70%;
  margin: 55px auto 55px;
  border-radius: 5px;
}
.support-wrap p {
  font-size: 16px;
  line-height: 1.8;
}
/**ここまでよくある質問
----------------------------**/
.sub-title {
  background-color: #ffedef;
  border: 1px solid #ccc;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 20px;
  padding: 4px;
  text-align: left;
}
#gift-wrap h2 img {
  width: 100%;
  margin-bottom: 10px;
}
#gift-wrap img {
  width: 500px;
}
#gift-wrap .gift-wrap-icon {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 3px;
  color: #000;
  display: inline-block;
  line-height: 1em;
  padding: 3px 5px;
  text-align: center;
  vertical-align: middle;
  margin: 5px;
}
/* はじめての方へリニュアル
----------------------------------------------------------*/
#About {
  font-family: "Noto Sans", sans-serif !important;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}
#About .AboutTitle {
	font-size: 30px;
	color: #125a66;
	margin-bottom: 30px;
	border-top: solid 1px #125a66;
	border-bottom: solid 1px #125a66;
	font-weight: 700;
	padding: 16px 0 14px;
	line-height: 45px;
	text-align: left;
	position: relative;
}
#About .AboutTitle:before {
	content: "◆";
	margin-right: 15px;
}
.AboutTopImage,
.AboutSNSIconImage{
  width: 100%;
  height: auto;
}
.AboutTextUnderline{
  font-weight: bold;
  text-decoration: underline;
  text-decoration-thickness: 0.4em;
  text-decoration-color: rgba(255, 214, 226, 1);
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}
.AboutTextPink{
  color: #ea5b86;
  font-weight: bold;
  }
.AboutIntroduction{
  margin-bottom: 20px;
  padding: 0 8px;
}
.AboutIntroductionContainerText{
  font-size: 20px;
  text-align: center;
  margin: 35px 0;
  line-height: 1.8;
}
.AboutRegister{
  font-size: 20px;
  display: block;
  padding: 24px 0 47px;
  background-image: url(../../../Content/Images/help/about/AboutRegister-bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}
.AboutRegisterButton{
  display: block;
  position: relative;
	text-align: center;
	vertical-align: middle;
  text-decoration: none;
  font-size: 22px;
	margin: 20px auto 52px;
	padding: 1rem 0;
	font-weight: bold;
	border: 2px solid #ea5b86;
	background: #ea5b86;
	color: #fff !important;
	border-radius: 100vh;
	transition: 0.5s;
  width: 60%;
}
.AboutRegisterButton:hover{
	color: #ea5b86 !important;
	background: #fff;
}
.AboutRegisterButton::after{
    content: '';
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
}
.AboutRegisterButton:hover::after{
  content: '';
  border: 0;
  border-top: solid 2px #ea5b86;
  border-right: solid 2px #ea5b86;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}

.AboutIndexList{
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  margin: 0 8px;
  padding-bottom: 40px;
}
.AboutIndexListButton{
  position: relative;
  color: #ea5b86 !important;
  font-size: 18px;
	border: 2px solid #ea5b86;
  text-align: center;
  margin-bottom: 8px;
  flex: 1 1 calc(49%);
  box-sizing: border-box;
  padding: 10px 5px;
  font-weight: bold;
}
.AboutIndexListButton::after{
content: "▼";
padding-left: 5px;
}
.AboutBox{
  padding: 40px 25px 1px;
  background-color: #ebebeb;
}
.AboutBoxTitle{
  font-size: 24px;
  font-weight: bold;
  color: #ea5b86;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
.AboutBoxTitle::before {
  background-color: #000000; 
  border-radius: 5px;
  bottom: -10px;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%); 
  width: 80px;
}
.AboutBoxContainerWrap{
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  margin: 0 8px;
  padding-bottom: 40px;
}
.AboutBoxContaineItem{
  flex: 1 1 calc(49%);
  box-sizing: border-box;
  border-radius: 20px 20px 20px 20px;
  background: #fff;
  margin-bottom: 10px;
}
.AboutBoxContainerItemTitle{
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px 20px 0 0;
  background: #f4becf;
  color: #000;
  text-align: center;
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  }  
.AboutBoxContaineItemBox{
  margin: 0 auto;
  padding-bottom: 10px;
}
.AboutBoxContainerItemText{
  font-size: 15px;
  padding: 0 27px;
}
.AboutBoxContainerButton{
  display: block;
  position: relative;
  color: #ea5b86 !important;
  font-size: 15px;
  line-height: 1.2;
  border: 1px solid #ea5b86;
  text-align: center;
  margin: 10px 27px;
  padding: 10px 5px;
  font-weight: bold;
}
.AboutBoxContainerButton::after{
  content: '';
  border: 0;
  border-top: solid 1px #ea5b86;
  border-right: solid 1px #ea5b86;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%) rotate(45deg);
}
.AboutBoxContainerItemImage {
  margin: 0  auto;
  display: block;
}
.AboutSale,
.AboutSNS{
  margin: 40px 0;
  padding: 0 8px;
}
.AboutSaleImage{
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.AboutHelpMail{
  width: 83%;
  display: block;
  position: relative;
  background: #fff url(../Images/help/about/mail.png)  no-repeat 158px center / 30px auto;
  color: #000 !important;
  border: 1px solid #000;
  text-align: center;
  margin: 0 auto;
  padding: 10px 5px 10px 30px;
  font-weight: bold;
  font-size: 18px;
}
.AboutHelpMail::after{
  content: '';
  border: 0;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%) rotate(45deg);
}
.AboutHelpTel{
  width: 83%;
  display: block;
  position: relative;
  background-color: #fff;
  color: #000 !important;
  border: 1px solid #000;
  text-align: center;
  margin: 20px auto 40px;
  padding: 10px 5px 10px 30px;
  line-height: 1.8;
}
.AboutHelpTelTextBox{
  background: #fff url(../Images/help/about/tel.png)  no-repeat 100px top/ 49px auto;
  line-height: 1.3;
  padding-bottom: 10px;
}
.AboutHelpTelText{
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
}
.AboutHelpTelText2{
  line-height: 1.5;
}
.AboutHelpTelText3{
  font-size: 12px;
  line-height: 1.5;
}
.AboutHelpTelText3Link{
  text-decoration: underline;
}
.AboutSNSImage{
  width: 50%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.AboutSNSIconContainer{
  display: flex;
  gap: 70px;
  justify-content: space-between;
  margin: 40px 123px;
}
.AboutSNSIcon{
  flex: 1;
  box-sizing: border-box;
  height: auto;
}
.AboutEpilogue{
  margin: 40px 0;
}
.AboutEpilogueContainer{
  display: block;
  width: 100%;
  padding: 100px 0;
  background-image: url(../../../Content/Images/help/about/pc-bg-epilogue.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}
.AboutEpilogueContainerText{
  font-size: 20px;
  line-height: 2;
}

/* how-to-pay /  3Dセキュア */
.threeDsecure{
  width: 100%;
  height: auto;
}

/* table */
table.convenience-store-payment td {
  padding-bottom: 1em;
}
table.convenience-store-payment td img {
  border: 3px solid #ccc;
  margin-right: 1.5em;
  padding: 0.5em;
}
.payment-type {
  margin-bottom: 1em;
}
table.help {
  width: 100%;
}
table.help th {
  background-color: #f4ebe3;
  text-align: left;
}
table.help th, table.help td {
  padding: 1em;
}
/* table 2025/05/13追記 */
table.help th, table.help td{
  border: solid 1px #c4c4c4;
  border-collapse: collapse;
}