/* 利用規約・プライバシーポリシー     */
.content-price {
	max-width: 900px;
	width: 87%;
	margin: 0 auto 60px;
}

.general-description {
	margin: 0 1em 20px;
}

.external-link {
	display: inline-block;
	width: 20px;
}

.external-link img {
	width: 100%!important;
}

dl.guide dt {
	font-weight: bold;
	margin: 0 0 8px;
}

dl.guide dd {
	margin: 0 1em 20px;
}

dl.guide dd p {
	margin-left: 1.5em;
	text-indent: -1.5em;
}

dl.guide dd ol li{
    list-style: decimal;
    line-height: 2em;
}

dl.guide ul {
	list-style-type:none;
	padding-left: 1.5em;
	margin: 10px 0 0;
}

dl.guide dd ol {
    padding-left: 2em;
}

dl.guide dd ol ol li {
    list-style-type: none;
}

/* 特定商取引法 */
dl.guide-list {
	margin-bottom: 40px;
}

dl.guide-list dt {
	width: 200px;
	float: left;
    padding: 8px 0;
}

dl.guide-list dd {
	margin-left: 200px;
    padding: 8px 0;
}

@media screen and (max-width: 768px ) {
dl.guide-list dt {
	width: 100%;
	text-indent : 5px;
}

dl.guide-list dd {
	width: 100%;
	margin-left: 10px;
	padding : 5px;
}
}

/* よくある質問 */
.outer{
  font-size: 1.3rem;
  height: 100px;
}
#faq_search{
  margin-top: 40px;
}
.inner{
  font-weight: bold;
  position: relative;  
}
.inner::before{
    position: absolute;
    content: "";
    right: 20px;
    width: 8px;
    height: 8px;
    top: 45px;
    display: inline-block;
    border-top: 2px solid #B67C29;
    border-right: 2px solid #B67C29;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.inner:hover::before{
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
}
.faq_container{
  width: 90%;
  max-width: 1040px;
  margin: 0 auto;
}
.faq_keyword{
  width: 35%;
  max-width: 300px;
  height: 35px;
  border: solid 1px #b5b5b6;
  padding: 0 10px;
  position: relative;
  margin-left: -75px;
  border-right: none;
}

.btn_search{
  display:inline-block;
  font-weight: bolder;
  width: 75px;
  height: 35px;
  line-height: 35px;
  background-color: #B67C29;
  border: solid 1px #B67C29;
  color:#fff;
  letter-spacing:1px;
  cursor:pointer;
  position: absolute;
}

.btn_search:hover{
  opacity:0.7;
}
.faq_list{
  width: 100%;
  margin: 40px 0 50px;
  overflow: hidden;
}
.hero > img{
    filter: brightness(30%);
}
.col-lg-4 {
    width: 50%;
}
.faq-list {
	list-style-type: none;
	padding: 0;
}
.faq-list li .category-list {
	border-radius: 4px;
	padding: 5px;
	cursor: pointer;
	-webkit-transition: background-color linear 0.2s;
	-moz-transition: background-color linear 0.2s;
	-o-transition: background-color linear 0.2s;
	transition: background-color linear 0.2s;
}

.faq-list li .category-list:hover {
	background-color: #FFEFB5;
}

.faq-list li ul.question-list {
	list-style-type: none;
	padding-left: 20px;
	display: none;
}

.faq-list li ul.question-list li {
	padding: 5px;
	-webkit-transition: color linear 0.2s;
	-moz-transition: color linear 0.2s;
	-o-transition: color linear 0.2s;
	transition: color linear 0.2s;
}

.faq-list li ul.question-list li:hover {
	color: red;
}

.faq-overlay {
	position: absolute;
	display: none;
	top: 0;
	width: 100%;
	z-index: 200;
	background-color: rgba(0,0,0,0.6);
}

.faq-box {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	overflow: auto;
	background-color: #FFFFFF;
	border-radius: 4px;
	width: 30%;
	min-width: 300px;
	min-height: 300px;
	padding: 10px;
	z-index: 201;
}

.faq-box .close-box {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.faq-box .close-box::before,
.faq-box .close-box::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 30px;
	height: 4px;
	border-radius: 2px;
	background-color: #A0A0A0;
}

.faq-box .close-box::before {
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.faq-box .close-box::after {
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

.faq-box h3 {
	margin: 35px 0 25px;
	margin: 35px 0 25px;
	font-size: 20px;
	padding: 0 25px;
	line-height: 1.5em;
}

.faq-box p {
	margin: 0 15px;
	text-indent: 1em;
	text-align: justify;
}

.faq-box .faq-inquiry {
	width: 90%;
	margin: 20px auto;
	padding: 5px;
	text-align: center;
	background-color: #F0F0F0;
	border: 1px solid #C7C7C7;
}

.faq-box .faq-inquiry .btn-post {
	margin: 15px auto 8px;
	width: 150px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
	color: #303030;
	font-weight: normal;
	background-color: #F1C455;
	border-radius: 4px;
	z-index: 202;
	-webkit-transition: background-color linear 0.2s;
	-moz-transition: background-color linear 0.2s;
	-o-transition: background-color linear 0.2s;
	transition: background-color linear 0.2s;
}

.faq-box .faq-inquiry .btn-post:hover {
	background-color: #CC9900;
}

.faq-box .faq-inquiry input[type="radio"] {
	display: inline-block;
	margin-right: 6px;
}

.faq-box .faq-inquiry input[type="radio"] + label {
	position: relative;
	display: inline-block;
	margin-right: 12px;
	font-size: 14px;
	line-height: 30px;
	cursor: pointer;
}
@media screen and (max-width: 741px){
  .faq_keyword{
   width: 60%;
   font-size: 1.2rem;
  }
  .faq_container{
    width: 100%;
  }
  .col-lg-4 {
    width: 100%;
    padding: 0;
  }
  .faq_list{
    border-top: solid 1px #B67C2D;
  }
  .outer{
    margin-bottom: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    height: 70px;
  }
  .inner::before{
    top: 29px;
  }
}
@media (min-width: 1px) {

	.faq-box .faq-inquiry input[type="radio"] {
		display: none;
		margin: 0;
	}

	.faq-box .faq-inquiry input[type="radio"] + label {
		padding: 0 0 0 24px;
	}

	.faq-box .faq-inquiry input[type="radio"] + label::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		box-sizing: border-box;
		display: block;
		width: 18px;
		height: 18px;
		margin-top: -9px;
		background: #FFFFFF;
	}

	.faq-box .faq-inquiry input[type="radio"] + label::before {
		border: 2px solid #C0C0C0;
		border-radius: 30px;
	}

	.faq-box .faq-inquiry input[type="radio"]:checked + label::after {
		content: "";
		position: absolute;
		top: 50%;
		box-sizing: border-box;
		display: block;
	}

	.faq-box .faq-inquiry input[type="radio"]:checked + label::after {
		left: 5px;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		background-color: #F1C455;
		border-radius: 8px;
	}

	.info-search-button {
		height: 40px;
		margin: 0px 20px 8px;
		line-height: 40px;
		background-color: #e23958;
		padding: 0 8px;
		text-align:center;
		-moz-border-radius: 6px;    /* Firefox */
		-webkit-border-radius: 6px; /* Safari,Chrome */
		border-radius: 6px;         /* CSS3 */
	}
	.info-search-button a{
		color: #fff;
		font-size: 20px;
		text-decoration: none;
		font-weight: normal;
	}

}


/*  ラクサスとは */
 .about_box {
	 text-align: center;
 }

 .about_box img {
	 width: 60%;
 }

@media screen and (max-width: 992px ) {
 	.about_box img {
		 width: 100%;
	 }
}


/* サイトマップ */
.sitemap dl dt{
	height: 30px;
}

.sitemap dl dd {
	height: 30px;
}

/**************************************/
/*                ガイド              */
/**************************************/
.next_link_guide {
	padding: 10px 15px 10px 15px;
	height: 40px;
	line-height: 20px;
	color: #000000;
	background-color: #FFFFFF;
	border-top: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;
	position: relative;
	font-size: 13px;
	margin-bottom: 20px;
}

.next_link_guide:before,
.next_link_guide:after {
	position: absolute;
	top: 50%;
	right: 5px;
	display: block;
	content: '';
	width: 12px;
	height: 3px; /* 太さ */
	background-color: #C7C7CC;
	border-radius: 4px;
	margin-right: 10px;
}

.next_link_guide:before {
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.next_link_guide:after {
	margin-top: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.panel-title {
  width:95%;
  margin:0 auto;
  position:relative;
}
.panel-title a.collapsed:after {
  position: absolute;
  right:10px;
  font-family: "Font Awesome 5 Free";
  content: '\f107';
  padding-right:15px;
}
.panel-title a:after {
  position: absolute;
  right:10px;
  font-family: "Font Awesome 5 Free";
  content: '\f106';
  padding-right:15px;
}
@media screen and (max-width: 768px) {
.panel-title {
  min-height:40px;
  height:auto;
}
.panel-title a.collapsed:after {
  position:relative;
  right:auto;
  font-family: "Font Awesome 5 Free";
  content: '\f107';
  line-height:24px;
  font-size:24px;
  margin-left:15px;
  top:5px;
}
.panel-title a:after {
  position:relative;
  right:auto;
  font-family: "Font Awesome 5 Free";
  content: '\f106';
  line-height:24px;
  font-size:24px;
  margin-left:15px;
  top:5px;
}
}
@media screen and (max-width:480px) {
	.que_ans{
		font-size:14px;
	}
}

.brandlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0 20px;
    letter-spacing: -0.4em;
    list-style: none;
    text-align: center;
}

.brandlist li {
    width: 49%;
    display: inline-block;
    margin: 12px 0;
    font-size: 14px;
    letter-spacing: 0;
    text-align: left;
    vertical-align: top;
}

.brandlist li .s-size{
    font-size: 0.8em;
}

.brandlist-pc{
    display:block;
}

.brandlist-sp{
    display:none;
}

@media screen and (max-width: 767px) {
    .brandlist li {
        font-size: 15px;
        width: 100%;
    }
    .brandlist-pc{
        display:none;
    }
    .brandlist-sp{
        display:block;
    }
}

.text-box h1 {
	font-size: 2em;
	margin: 0 0 1em;
}

@media screen and (max-width: 767px) {
	.text-box h1 {
		font-size: 1.4em;
	}
	.text-box h3 {
		font-size: 1.4em;
	}
}

.reader-visible {
	visibility: hidden;
	position: absolute;
	width: 1px;
	height: 1px;
}

.abrakadabra-img {
   max-width: 740px;
}

.abrakadabra-img img {
   width: 100%;
}

.abrakadabra-pc {
   display: inline;
}
.abrakadabra-sp {
   display: none;
}

/* ポイント消滅 */
.info_tilte{
    font-size: 26px;
    line-height: 1.8em;
    margin-bottom: 20px;
    font-weight: bold;
}

.info_area{
    margin: 20px;
    line-height: 1.6em;
    font-size: 17px;
}
#acMenu dt{
    display:block;
    width:100%;
    line-height:50px;
    text-align:center;
    border:#C7C7C7 1px solid;
    cursor:pointer;
    background:url(/img/pc/common/i_swich.png) 95% -18px no-repeat;
    background-size: 50px 50px;
    padding-right:15px;
}

#acMenu dd{
    background:#f2f2f2;
    width:100%;
    line-height:50px;
    text-align:center;
    display:none;
    padding: 20px;
}

#acMenu dd p{
    line-height: 20px;
    text-align: left;
}

#acMenu dt.active{
    background:url(/img/pc/common/i_swich.png) 95% 18px no-repeat;
    background-size: 50px 50px;
}

#acMenu dd img{
    width: 60%;
    margin: 10px 0;
}

@media screen and (max-width: 992px ) {
    #acMenu dd img{
        width: 100%;
    }
    #acMenu dd{
        padding: 10px;
    }
}
