/*--------------------------------------------------------------------------
sp
---------------------------------------------------------------------------*/
*{
  font-family: "Noto Sans JP","ヒラギノ角ゴ ProN W5", Hiragino Kaku Gothic ProN, "游ゴシック", "Yu Gothic", sans-serif;
  /* font-family: "Noto Serif JP","ヒラギノ明朝", "游明朝体", serif; */
  box-sizing:border-box;
}
a{
  color: inherit;
}
a:visited{
  color: inherit;
}
a:hover{
  color: inherit;
}
.pc_active{
  display: none;
}
/* 20240109 チャット・FAQボタン表示修正
.brand-content,.breadcrumb{
  display: none;
}
*/
.brand-content .brand-section,
.breadcrumb{
  display: none;
}
#alg_kv{
  box-sizing: content-box;
}

/****** popup ******/
.popup_inner{
  display: none;
}
.online_area {
  background: linear-gradient(90deg, #7B4700 0%,#D09A34 50%, #835102 100%);
}
.online_area .sp_active {
  /*
  background: linear-gradient(90deg, #7B4700 0%,#D09A34 50%, #835102 100%);
  */
  padding: 15px 30px;
}
.online_area .sp_active .ec_link span {
  display: block;
  max-width: 315px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  background: linear-gradient(90deg, #E0C374 0%,#FFE39D 50%, #CEB172 100%);
  font-size: 18px;
  font-weight: 500;
  color: #5C2D19;
  position: relative;
  font-weight: bold;
  cursor: pointer;
  transition: opacity 0.3s;
}
.online_area .sp_active .ec_link span:hover {
  opacity: 0.85;
}
.online_area .sp_active .ec_link span::before {
  position: absolute;
  content: "";
  background: url(/-/Media/com/rohto-alguard/promotion/230131/icon_cart_sp.png);
  left: 33px;
  top: calc(50% - 10px);
  width: 27px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
}
.online_area .sp_active .ec_link span::after {
  position: absolute;
  content: "";
  background: url(/-/Media/com/rohto-alguard/promotion/230131/plus.png);
  right: 31px;
  top: calc(50% - 9px);
  width: 18px;
  height: 18px;
  background-size: cover;
  background-repeat: no-repeat;
}


.popup_inner.show {
  background: rgba(145, 144, 144, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.popup_inner.show .popup_content {
  padding: 30px 25px;
  width: 80%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background: linear-gradient(0deg, #7B4700 0%,#D09A34 50%, #835102 100%);
}
.popup_content .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  cursor: pointer;
}
.popup_inner.show .popup_content p {
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
  position: relative;
}
.popup_inner.show .popup_content p::before {
  position: absolute;
  content: "";
  background: url(/-/Media/com/rohto-alguard/promotion/230131/icon_cart_pc.png);
  left: 33px;
  top: calc(50% - 10px);
  width: 27px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
}
.popup_content .btn_list li:not(:last-child) {
  margin-bottom: 20px;
}





/****** #lineup_area ******/
#lineup_area .container{
  padding: 20px 15px 45px;
}
#lineup_area .container .lineupHead{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-bottom: 15px;
}
#lineup_area .container .lineupHead img{
  max-width: 144px;
}
#lineup_area .container .lineupHead p{
  font-size: 16px;
  font-weight: bold;
}

/****** #case_area ******/
#case_area{
  background: linear-gradient(0deg, #A78945 0%, #E8CF87 100%);
}
#case_area .container{
  padding: 15px 15px 10px;
}
#case_area .container h2{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
#case_area .container .case_box{
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 10px;
  margin-bottom: 10px;
}
#case_area .container .case_box .anchor_link{
  display: flex;
  align-items: center;
}
#case_area .container .case_box .anchor_link img{
  max-width: 100px;
}
#case_area .container .case_box .anchor_link p{
  margin-left: 10px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#case_area .container .case_box .anchor_link p .parts{
  font-size: 30px;
  color: #CB000B;
}
#case_area .container .case_box ul{
  padding: 15px 0;
}
#case_area .container .case_box ul li{
  margin-bottom: 10px;
}
#case_area .container .case_box ul li a {
  display: flex;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 15px 25px 15px 10px;
  border: 1px solid #BFA86B;
  border-radius: 10px;
  position: relative;
}
#case_area .container .case_box ul li a::after {
  content: "";
  margin: auto;
  position: absolute;
  right: 10px;
  top: calc(50% - 5px);
  width: 10px;
  height: 10px;
  border-top: 1px solid #B9A258;
  border-right: 1px solid #B9A258;
  transform: rotate(135deg);
}
#case_area .container .case_box ul li .align_center{
  align-items: center;
}
#case_area .container .case_box ul li img{
  width: 50px;
  height: 50px;
}
#case_area .container .case_box ul li p {
  margin-left: 10px;
}
#case_area .container .case_box ul li a .fs11{
  display: block;
  font-size: 11px;
  margin-bottom: 5px;
}
#case_area .container .case_box ul li a .fs8{
  display: block;
  font-size: 8px;
  font-weight: normal;
}
#case_area .container .case_box .acc_btn{
  position: relative;
}
#case_area .container .case_box .acc_btn::after{
  position: absolute;
  content: "";
  background: url(/-/Media/com/rohto-alguard/promotion/230131/open.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
  right: 0px;
}
#case_area .container .case_box .acc_btn.open::after{
  position: absolute;
  content: "";
  background: url(/-/Media/com/rohto-alguard/promotion/230131/close.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
  right: 0px;
}
.case_face .anchor_link{
  position: relative;
}
.case_face .anchor_link::after {
  content: "";
  margin: auto;
  position: absolute;
  top: calc(50% - 5px);
  right: 0;
  width: 10px;
  height: 10px;
  border-top: 1px solid #B9A258;
  border-right: 1px solid #B9A258;
  transform: rotate(45deg);
}

/****** #effect_area ******/
#effect_area{
  background: linear-gradient(0deg, #e0e0e0 0%, #fff 100%);
}

/****** #gold_area ******/
#gold_area{
  background: linear-gradient(0deg, #B49736 0%, #000000 100%);
}

/****** productAbout ******/
#clinicalShot_area .secH{
  content: "";
  background: url(/-/Media/com/rohto-alguard/promotion/230131/bgImg01_sp.jpg);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.productAbout .secH .container{
  padding: 15px 15px 0;
}
.productAbout .secH p {
  font-size: 34px;
  color: #CB000B;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.3;
  font-weight: 900;
  font-family: "Noto Serif JP","ヒラギノ明朝", "游明朝体", serif;
  text-shadow: 0px 0px 10px rgb(255 255 255 / 80%);
}
.productAbout .secH .kome {
  font-size: 10px;
  letter-spacing: 0.05em;
  color: #000;
  text-align: left;
  margin: 5px 0 0;
}
.productAbout .secH p span{
  font-size: 24px;
  color: #000;
  font-family: "Noto Serif JP","ヒラギノ明朝", "游明朝体", serif;
}
.productAbout .container {
  padding: 20px 15px;
}
.productAbout .container h2 {
  font-size: 22px;
  text-align: center;
  font-family: "Noto Serif JP","ヒラギノ明朝", "游明朝体", serif;
  font-weight: 900;
}
.productAbout .container .pro_box {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}
.productAbout .container .pro_box .txt_box p {
  font-size: 16px;
  font-weight: bold;
  /* letter-spacing: 0.05em; */
  text-align: center;
}
.productAbout .container .pro_box .txt_box p .type_box{
  display: inline-block;
  border: 1px solid #000;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 5px;
  padding: 0 10px;
}
.productAbout .container .pro_box .txt_box p .bgB{
  display: inline-block;
  font-size: 10px;
  background-color: #000;
  color: #fff;
  border-radius: 50px;
  padding: 5px 10px;
  font-family: "Noto Serif JP","ヒラギノ明朝", "游明朝体", serif;
  font-weight: 900;
}
.productAbout .container .pro_box .txt_box img {
  margin: 10px 0;
}
.productAbout .container .pro_box .txt_box .mt30 {
  margin-top: 38px;
}
.productAbout .container .pro_box .txt_box .btn {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 14px 0px;
  border-radius: 50px;
}
.productAbout .container .pro_box .txt_box .btnR {
  background-color: #CB000B;
}
.productAbout .container .pro_box .txt_box .btnG {
  background-color: #157C5C;
}
.productAbout .container .kome{
  margin: 5px 0 10px;
  font-size: 10px;
  letter-spacing: 0.05em;
  font-family: inherit;
  font-weight: normal;
}
.productAbout .container .pdfLink{
  display: block;
  text-align: center;
  max-width: 315px;
  margin: 0 auto;
  padding: 10px 50px;
  border: 1px solid #000;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  box-shadow: 0px 3px 3px rgb(0,0,0,0.2);
  background: linear-gradient(90deg, #E0C374 0%,#FFE39D 50%, #CEB172 100%);
}
.productAbout .container .pdfLink::before{
  position: absolute;
  content: "";
  background: url(/-/Media/com/rohto-alguard/promotion/230131/icon_pdf.png);
  left: 40px;
  top: calc(50% - 12px);
  width: 20px;
  height: 24px;
  background-size: cover;
  background-repeat: no-repeat;
}
.productAbout .container .pdfLink::after {
  content: "";
  margin: auto;
  position: absolute;
  top: calc(50% - 2.5px);
  right: 20px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
.bgG{
  background: linear-gradient(90deg, #E8C355 0%,#FFECBF 50%, #E8C355 100%);
}
.secH{
  background: linear-gradient(0deg, #EDCA6C 0%,#FDDF8D 50%, #DEAA35 100%);
}
#Z_area .secH,#EXa_area .secH{
  padding-bottom: 15px;
}
#EXa_area .secH p{
  margin-bottom: 0;
}


#standard_area .juuketu{
  content: "";
  background: url(/-/Media/com/rohto-alguard/promotion/230131/bgImg02_sp.jpg);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
#standard_area .juuketu .container {
  padding: 35px 20px;
}
#standard_area .juuketu h3{
  font-size: 26px;
  color: #CB000B;
  width: 50%;
  margin-right: 0;
  margin-left: auto;
  font-family: "Noto Serif JP","ヒラギノ明朝", "游明朝体", serif;
  font-weight: 900;
}
#standard_area .txt_box p{
  font-size: 14px;
}
#standard_area .txt_box .btnB {
  font-size: 14px;
  margin-top: 10px;
  background-color: #005BAC;
  padding: 10px 0;
}

#standard{
  content: "";
  background: url(/-/Media/com/rohto-alguard/promotion/230131/bgImg03_sp.jpg);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
#standard h4 {
  font-size: 26px;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 15px;
  font-family: "Noto Serif JP","ヒラギノ明朝", "游明朝体", serif;
  font-weight: 900;
}
#standard ul li {
  background-color: #fff;
  padding: 15px 20px;
  gap: 15px;
  align-items: center;
}

#bgGR{
  background: linear-gradient(0deg, #E0E0E0 0%, #FFFFFF 100%);
}
#kids_area,#contact_area{
  border-bottom: 1px solid #707070;
}

.subH {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #CB000B;
  margin-bottom: 15px;
}
#bgGR h4,#other h4{
  font-size: 26px;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
}
#other h4 {
  color: #005BAC;
  background-color: #EAF5FF;
  padding: 10px 0 15px;
}
#other h4 span{
  font-size: 18px;
}
#bgGR .txt_box .btnB,#other .txt_box .btnB.btnB{
  font-size: 14px;
  background-color: #005BAC;
  padding: 10px 0;
  width: 140px;
  margin: 10px auto 0;
}
#bgGR .img_box,#other .img_box{
  width: 47%;
}
#bgGR .pro_box,#other .pro_box{
  align-items: center;
}

.effect_list {
  margin-bottom: 15px;
}
.effect_list li {
  color: #CB000B;
  font-weight: bold;
  background-color: #FCF2E0;
  border-radius: 5px;
  padding: 10px 0 10px 15px;
  margin-bottom: 5px;
}

#hanasennjou_area{
  background-color: #FCFCDB;
}

.question_link {
  border-top: 1px solid #CCCCCC;
}
.question_link .container {
  padding: 25px 25px 30px;
}
.question_link p{
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-bottom: 10px;
}
.question_link a{
  display: block;
  text-align: center;
  border-radius: 50px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 0;
  color: #fff;
  background-color: #005BAC;
}

#measures{
  content: "";
  background: url(/-/Media/com/rohto-alguard/promotion/230131/bgImg04_sp.jpg);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 40px;
}
#measures .container{
  padding: 35px 25px 30px;
}
#measures h4{
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 23px;
}
#measures a {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.02em;
  color: #005BAC;
  display: block;
  background-color: #fff;
  padding: 15px 0px 15px 50px;
  position: relative;
  margin-bottom: 10px;
  border-radius: 5px;
}
#measures a::after {
  content: "";
  margin: auto;
  position: absolute;
  top: calc(50% - 3px);
  right: 10px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #005BAC;
  border-right: 1px solid #005BAC;
  transform: rotate(45deg);
}
#measures li:nth-child( 1 ) a::before{
  position: absolute;
  content: "";
  background: url(/-/Media/com/rohto-alguard/promotion/230131/icon_measures01.png);
  left: 10px;
  top: calc(50% - 17px);
  width: 34px;
  height: 34px;
  background-size: cover;
  background-repeat: no-repeat;
}
#measures li:nth-child( 2 ) a::before{
  position: absolute;
  content: "";
  background: url(/-/Media/com/rohto-alguard/promotion/230131/icon_measures02.png);
  left: 10px;
  top: calc(50% - 17px);
  width: 34px;
  height: 34px;
  background-size: cover;
  background-repeat: no-repeat;
}
#measures li:nth-child( 3 ) a::before{
  position: absolute;
  content: "";
  background: url(/-/Media/com/rohto-alguard/promotion/230131/icon_measures03.png);
  left: 10px;
  top: calc(50% - 17px);
  width: 34px;
  height: 34px;
  background-size: cover;
  background-repeat: no-repeat;
}
#measures li:nth-child( 4 ) a::before{
  position: absolute;
  content: "";
  background: url(/-/Media/com/rohto-alguard/promotion/230131/icon_measures04.png);
  left: 10px;
  top: calc(50% - 17px);
  width: 34px;
  height: 34px;
  background-size: cover;
  background-repeat: no-repeat;
}
#measures li:nth-child( 5 ) a::before{
  position: absolute;
  content: "";
  background: url(/-/Media/com/rohto-alguard/promotion/230131/icon_measures05-3.png);
  left: 10px;
  top: calc(50% - 17px);
  width: 34px;
  height: 34px;
  background-size: cover;
  background-repeat: no-repeat;
}


.txt_box{
  text-align: center;
}
.txt_box img{
  width: 80%;
}


/*--------------------------------------------------------------------------
pc
---------------------------------------------------------------------------*/
/****************************** BREAK POINT *******************************
******************************* BREAK POINT ******************************/
@media screen and (min-width: 769px) {
  .sp_active{
    display: none;
  }
  .online_area .sp_active {
    display: block;
  }
  .pc_active{
    display: block;
  }
  .container{
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .online_area .pc_active {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
  }
  .online_area .pc_active p{
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    position: relative;
  }
  .online_area .pc_active p::before {
    position: absolute;
    content: "";
    background: url(/-/Media/com/rohto-alguard/promotion/230131/icon_cart_pc.png);
    left: -33px;
    top: calc(50% - 10px);
    width: 27px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .online_area .pc_active ul{
    display: flex;
    gap: 13px;
  }
  .online_area .pc_active ul li{
    max-width: 220px;
  }


  /****** #lineup_area ******/
  #lineup_area .container .lineupHead img {
    max-width: 180px;
  }
  #lineup_area .container .lineupHead p {
    font-size: 20px;
  }
  #lineup_area .container .lineupImg {
    text-align: center;
  }

  /****** #effect_area ******/
  #effect_area{
    padding: 0px;
  }

  #clinicalShot_area .secH {
    background: url(/-/Media/com/rohto-alguard/promotion/230131/bgImg01_pc.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  #clinicalShot_area .secH .container {
    padding: 15px 30px 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #clinicalShot_area .secH .pc_active {
    max-width: 300px;
  }
  .productAbout .secH p {
    font-size: 46px;
  }
  .productAbout .secH p span {
    font-size: 31px;
  }

  .productAbout .container h2 {
    font-size: 52px;
    text-align: center;
    letter-spacing: 0.02em;
    margin-bottom: 40px;
}
.productAbout .container .pro_box {
  gap: 85px;
  margin-bottom: 35px;
}
.productAbout .container .pro_box li {
  display: flex;
  align-items: center;
  gap: 20px;
}
.productAbout .container .pro_box .txt_box {
  text-align: center;
}
.productAbout .container .pro_box .txt_box p {
  font-size: 18px;
}
.productAbout .container .pro_box .txt_box p .bgB {
  font-size: 14px;
  margin-top: 10px;
}
.productAbout .container .pro_box .txt_box img {
  width: 80%;
  margin: 20px auto 10px;
}
.productAbout .container .pro_box .txt_box .mt30 {
  margin-top: 58px;
}
.productAbout .container {
  padding: 50px 30px;
}

#Z_area .secH .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#Z_area .secH p,#EXa_area .secH p{
  font-size: 39px;
  text-align: left;
}
#Z_area .secH span,#EXa_area .secH span {
  font-size: 22px;
}
#Z_area .secH .kome{
  font-size: 10px;
}
#Z_area .secH img{
  max-width: 300px;
}


#standard_area .juuketu {
  background: url(/-/Media/com/rohto-alguard/promotion/230131/bgImg02_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
#standard_area .juuketu .container {
  padding: 35px 30px;
}
#standard_area .juuketu h3 {
  font-size: 46px;
  color: #CB000B;
  width: 100%;
  margin: auto;
}

#standard h4 {
  font-size: 52px;
  margin-bottom: 40px;
}

#standard_area .container,#bgGR .container,#other .container {
  padding: 50px 0 70px;
}
#standard_area .container .txt_box p,#bgGR .container .txt_box p,#other .container .txt_box p {
  font-size: 18px;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 35px;
}
.flex li {
  width: calc((100% - 35px) / 2);
}
.btnB {
  max-width: 180px;
  margin: 10px auto 0;
}

#bgGR .pro_box{
  width: calc((100% -35px) / 2);
  margin: 0 auto;
  text-align: center;
  gap: 15px;
}
#bgGR .img_box {
  width: inherit;
}
#bgGR .pro_box, #other .pro_box {
  align-items: center;
  justify-content: center;
  gap: 15px;
}

#hanasennjou_area .flex{
  justify-content: center;

}

#bgGR h4, #other h4 {
  font-size: 32px;
}
#other h4 {
  padding: 20px 0;
}
.subH {
  font-size: 24px;
}
#other h4 span {
  font-size: 24px;
}

.effect_list {
  width: 100%;
}

.effect_list li{
  font-size: 16px;
  width: 80%;
  margin: 0 auto 10px;
}

#other .flex > li{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.question_link p {
  margin-bottom: 20px;
  font-size: 16px;
}
.question_link a {
  max-width: 300px;
  margin: 0 auto;
}

#measures ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 834px;
  margin: 0 auto;
}
#measures ul li {
  width: calc((100% - 10px) / 2);
}
#measures a {
  font-size: 18px;
  padding: 15px 0px 15px 65px;
}
#measures li:nth-child( 1 ) a::before {
  top: calc(50% - 21px);
  width: 42px;
  height: 42px;
}
#measures li:nth-child( 2 ) a::before {
  top: calc(50% - 21px);
  width: 42px;
  height: 42px;
}
#measures li:nth-child( 3 ) a::before {
  top: calc(50% - 21px);
  width: 42px;
  height: 42px;
}
#measures li:nth-child( 4 ) a::before {
  top: calc(50% - 21px);
  width: 42px;
  height: 42px;
}
#measures li:nth-child( 5 ) a::before {
  top: calc(50% - 21px);
  width: 42px;
  height: 42px;
}


#standard {
  background: url(/-/Media/com/rohto-alguard/promotion/230131/bgImg03_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
#measures {
  background: url(/-/Media/com/rohto-alguard/promotion/230131/bgImg04_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 100px;
}


#case_area .container {
  padding: 20px 0;
}


.tab-area {
  display: flex;
  gap: 5px;
  cursor: pointer;
}

.panel {
  display: none;
  text-align: center;
}

.panel.active {
  display: block;
}

#case_area .tab-area .acc_btn{
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 10px;
  margin-bottom: 10px;
  gap: 10px;
}
#case_area .tab-area li{
  width: calc((100% - 10px) / 3);
}
#case_area .tab-area .acc_btn img{
  width: 100px;
}
#case_area .tab-area .acc_btn p{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#case_area .tab-area .acc_btn p span{
  font-size: 30px;
  color: #CB000B;
}
#case_area .tab-area .acc_btn{
  position: relative;
}
#case_area .tab-area .active .acc_btn{
  border-radius: 10px 10px 0 0;
  position: relative;
}
#case_area .tab-area .acc_btn::before{
  position: absolute;
  content: "";
  background: url(/-/Media/com/rohto-alguard/promotion/230131/open.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
  right: 5px;
}
#case_area .tab-area .active .acc_btn::before{
  position: absolute;
  content: "";
  background: url(/-/Media/com/rohto-alguard/promotion/230131/close.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
  right: 5px;
}
#case_area .tab-area .active .acc_btn::after{
  position: absolute;
  content: "";
  background-color: #fff;
  width: 100%;
  height: 20px;
  bottom: -20px;
  left: 0;
}

#case_area .panel-area {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
}
#case_area .panel-area .panel_inner{
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
#case_area .panel-area .btn_box{
  width: calc((100% - 18px) / 3);
}

#case_area .panel-area .btn_box .anchor_btn {
  margin-bottom: 10px;
}

#case_area .panel-area .btn_box .anchor_btn a {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #BFA86B;
  border-radius: 10px;
  padding: 15px 20px 15px 15px;
  position: relative;
}
#case_area .panel-area .btn_box .anchor_btn a::after {
  content: "";
  margin: auto;
  position: absolute;
  right: 10px;
  top: calc(50% - 5px);
  width: 10px;
  height: 10px;
  border-top: 1px solid #B9A258;
  border-right: 1px solid #B9A258;
  transform: rotate(135deg);
}
#case_area .panel-area .btn_box .anchor_btn img {
  width: 52px;
  height: 52px;
}
#case_area .panel-area .btn_box .anchor_btn p {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
}
#case_area .panel-area .btn_box .anchor_btn p .fs11 {
  display: block;
  font-size: 11px;
  margin-bottom: 5px;
}
#case_area .panel-area .btn_box .anchor_btn p .fs8{
  display: block;
  font-size: 8px;
  font-weight: normal;
}

#standard .txt_box img{
  width: 70%;
}


}

