/*------------------------------------*\
-------- Page Styles: Accordion
\*------------------------------------*/

.info-black-accord{
	padding: 0 5%;
}

a {
	color: #fff;
}
.main {
	margin: 0 auto;
	padding: 10px 0;
}
.main:before {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:-1;
	content:'';
}

.site-header-wrap {
	margin-bottom:60px;
	border-bottom:1px solid #cd9ad6;
}

/*------------------------------------*\
-------- DEMO Code: accordion
\*------------------------------------*/


/*----- Accordion -----*/
.accordion, .accordion * {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
}

.accordion {
	overflow:hidden;
	border-radius:0px;
	margin-bottom: 1em;
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;	
}

/*----- remove weird gap in grid -----*/
.accordion-section {
	line-height: 0;
}

/*----- Section Titles -----*/
.accordion-section-title {
	width:100%;
	display:inline-block;
	transition:all linear 0.15s;
	font-size:16px;
	color:#000;
	line-height:1.3;
	background-repeat:no-repeat;
	background-position:97% 50%;
	text-align: left;
}

.accordion-section-title h3{
	color: #c1c1c1;
}

.accordion-section-title.active, .accordion-section-title:hover {
	text-decoration:none;
}

.accordion-section-title.active{
	text-decoration:none;
	color:#419ee9;
	border-bottom:none;
	font-size:18px;
}

/*----- Section Content -----*/
.accordion-section-content {
	padding:0px 10px 15px 10px;
	display:none;
}

.accordion-section-content p{
	text-align: left;
	padding: 0;
	font-size: 0.9em;
}

.FaqArrow{
	position:absolute;
	top:21px;
	right:24px;
	display:inline-block;
	width:19px;
	height:11px;
	padding:0;
	border:0;
	text-align:left;
	text-indent:-9999px;
}
.note{
	padding:10px;
	background-color:#1b2835;
	border: 1px solid #206bae;
	border-radius:6px;
	font-size:12px;
	line-height:16px;
	margin-top:15px;
	word-wrap: break-word;
}
.product-title {
	color:#fff;
	font-family: "Segoe UI", "Open Sans", "Meiryo", "微軟正黑體", "MS UI Gothic", "MS PGothic", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 100;
	margin-bottom:10px;
	padding-left:15px;
}
.table {
	width: 100%;
	border-bottom: 1px solid #ccc;
	display: table;
	font-size: 14px;
}
.table.title {
	border-bottom: none;
}
.table.w360 {
	max-width: 360px;
}
.table-row {
	display: table-row;
}
.table-cell {
	border: 1px solid #ccc;
	border-bottom: none;
	display: table-cell;
	padding: 10px;
	vertical-align: middle;
}
.table-cell:nth-child(even) {
	border-left: none;
}
.table-cell.main-title {
	width: 100%;
	background-color: #2e2e33;
	text-align: center;
}
.table-cell.sub-title {
	background-color: #222;
	text-align: center;
}

.accordion-section .-current {
	pointer-events: none;
}

.accordion-section .-current h3{
	color:#222 !important;
	pointer-events: none;
}
.accordion-section .-current h3::before{
	color:#ff9800;
	opacity: 1;
}

.accordion-section .-current h3 .bi::before {
    content: "\f2ea";
	color:#e76000;
}

.ful-bk-purple .info-block h2{
	color: #fff;
}

.ful-bk-purple .accordion-section{
	margin-bottom: 0.3em;
}


.ful-bk-purple .accordion-section-title h3{
	color: #a5a5a5;
	margin-bottom: 0;
}

.ful-bk-purple .accordion-section .-current h3::before{
	color:#fff;
	opacity: 0;
}
.ful-bk-purple .accordion{
/*	    border-top: 1px solid #fff;*/
    border-top: 1px solid #FFC6C7;
    border-bottom: 1px solid #FFC6C7;	
}

.ful-bk-purple .accordion-section-title {
	padding: 0;
	border-radius: 6px;
}

.ful-bk-purple .accordion-section .-current h3{
	margin: 0;
	color: #eb6a6c !important;
}

.ful-bk-purple .accordion-section .accordion-section-content{
	padding-top: 5px;
}

.li-tag-new{
	width: 100%;
	display: flex;
  position: relative;
}

.tag-new {
  font-size: clamp(10px,1vw,14px);
  font-weight: bold;
  top: -15px;
  left: -9px;
  padding: 3px 6px;
  padding-right: 12px;
  border-radius: 3px;
  position: absolute;
  background-color: red;
  color: #ffffff;
  z-index: 1;
  box-shadow: 0px 13px 0px #a32121;
  clip-path: polygon(0% 0%, 100% 0%, calc(100% - 9px) 100%, 10px 100%, 10px 150%, 0% 100%);
}

.FRA .tag-new {
  font-size: clamp(10px,0.8vw,14px);
}

.acc-flex h3 {
  font-size: clamp(0.9rem, 1.2vw, 1.2rem);
}

.FRA .acc-flex h3 {
  font-size: clamp(0.7rem, 1.1vw, 1.2rem);
}

@media (max-width: 765px) {
  .acc-flex h3 {
    font-size: clamp(0.9rem, 2.5vw, 1.2rem);
  }

  .FRA .acc-flex h3 {
    font-size: clamp(0.8rem, 2.2vw, 1.2rem);
  }
}

@media (max-width: 650px) {
  .tag-new {
    left: -10px;
    padding-right: 10px;
  }
}