.faq {
 align-items: center;
 justify-content: space-between;
 padding: 30px 0;
 display: flex;
 display: -webkit-flex;
}
.faq.f_l {
 padding: 30px 0 30px 150px;
}
.faq.f_r {
 padding: 30px 150px 30px 0;
}


.faq .faq-img img {
 max-width: 100%;
}

.faq.f_l .faq-txt {
 background: #fff;
 border: 2px solid #555;
 border-radius: 10px;
 float: right;
 width: 100%;
 padding: 20px 30px;
 position: relative;
}

.faq.f_l .faq-txt:before {
 content: "";
 width: 21px;
 height: 21px;
 position: absolute;
 top: 56px;
 border-left: 2px solid #555;
 border-top: 2px solid #555;
 transform: rotate(-45deg);
 background: #fff;
 left: -13px;
 margin-top: -13px;
}
.faq.f_l .faq-txt .float-img.fl{
 position: absolute;
 top: 0;
 left: -160px;
}
.faq.f_l .faq-txt .faq-img.fr{
 position: absolute;
 top: 0;
 right: -160px;
}
.faq.f_l .faq-txt .faq-img.fl .faq-flame{
 width: 120px;
 height: 120px;
 background: #fff;
 border-radius: 100px;
}
.faq.f_l .faq-txt .faq-img.fl .faq-flame img{
 border-radius: 100px;
}
.faq.f_r .faq-txt {
 background: #fff;
 border: 2px solid #555;
 border-radius: 10px;
 float: left;
 width: 100%;
 padding: 20px 30px;
 position: relative;
}

.faq.f_r .faq-txt:before {
 content: "";
 width: 21px;
 height: 21px;
 position: absolute;
 top: 56px;
 border-right: 2px solid #555;
 border-top: 2px solid #555;
 transform: rotate(45deg);
 background: #fff;
 right: -13px;
 margin-top: -13px;
}
.faq.f_l .faq-txt .faq-img.fl{
 position: absolute;
 top: 0;
 left: -150px;
 margin: 0!important;
}
.faq.f_r .faq-txt .faq-img.fl{
 position: absolute;
 top: 0;
 right: -150px;
 margin: 0!important;
}
.faq.f_r .faq-txt .faq-img.fl .faq-flame,
.faq.f_l .faq-txt .faq-img.fl .faq-flame{
 width: 120px;
 height: 120px;
 background: #eaeaea;
 border-radius: 100px;
}
.faq.f_r .faq-txt .faq-img.fl .faq-flame img{
 border-radius: 100px;
}

.kanren {
    border: 4px solid #d1deec;
    padding: 10px 20px 20px;
    margin: 40px 0;
    position: relative;
    box-sizing: border-box;
}
.kanren_box {
    border: 8px solid #e2e6e9;
    padding: 20px;
    margin: 100px auto 80px;
    font-size: 16px;
    width: 75%;
    background: #fff;
}
.kanren_box .title {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #e2e6e9;
    padding-bottom: 10px;
}
.kanren_box ul {
    margin-bottom: 2rem;
}
.kanren_box a {
    position: relative;
    padding-left: 20px;
    display: block;
}
.kanren_box a:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #E27D7D;
    box-sizing: border-box;
    border-radius: 50%;
}
.is-hidden {
    display: none;
}
.list-btn {
    position: relative;
    cursor: pointer;
    background: #333333;
    border-radius: 10px;
    color: #fff;
    font-size: 12px;
    padding: 10px 10px;
    width: 50%;
}
.list-btn:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 46%;
  right: 10%;
  margin-top: -6px;
}

.list-btn-opened:before {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -2px;
}

.list-btn:hover {
  opacity: .6;
}
.l-main-area .kanren_box ul li {
    padding-left: 0;
}
.l-main-area .kanren_box ul li:before {
   content: unset;
}


.quotation{
　white-space: nowrap;
    overflow: scroll;
}

.l-parts02__box__item__center img {
    max-height: 14.5rem;
    width: auto;
}

table.tag-table th {
 width: 88px;
 border-color: #C5C5C5;
}
table.tag-table td {
 border-color: #C5C5C5;
 padding: 1rem;
}
table.tag-table ul {
 margin: 0;
 padding: 0; 
 display:block ;
 flex-wrap: wrap;
 justify-content: space-between;
}
.l-main-area .l-parts02__box table.tag-table ul li::before {
 content: none;
}
table.tag-table ul li {
 padding: 0.7rem 0.1rem;
 color: #fff;
 line-height: 1.3;
 border-radius: 3px;
 background-color: #ED6262;
 display: block;
 justify-content: center;
 align-items: center;
 margin: 1rem 0 0;
	text-align:center;
}
table.tag-table ul li:nth-child(1),
table.tag-table ul li:nth-child(2) {
 margin-top: 0;
}
table.tag-table ul li.off {
 background-color: #E2E6E9;
}

table.tag-table ul li {
    margin: 0 0 0.5rem 0;
    list-style-type: none !important;
    position: relative;
}
table.tag-table ul li:before {
    content: "";
	background:none;
	display:none;
}



#toc {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 10px;
}

#toc ul {
  margin: 0;
  padding: 0;
  position: relative;
}

#toc ul li {
  list-style: none;
  padding: 2px 0 2px 10px;
  position: relative;
}

/* 見出しを非表示 */
.is-hidden {
  display: none;
}

/* 「もっと見る／閉じる」ボタンに矢印を追加 */
.list-btn {
  appearance: none;
  background: #ccc;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  outline: none;
  padding: 10px 30px 10px 10px;
  position: relative;
}

.list-btn:before {
  border: 0px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  content: '';
  height: 8px;
  margin-top: -6px;
  position: absolute;
  right: 10px;
  transform: rotate(135deg);
  top: 50%;
  width: 8px;
}

.list-btn-opened:before {
  transform: rotate(-45deg);
  margin-top: -2px;
}

.float-img.fl.center {
  text-align: center;
}   

/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 481px) {
.l-parts.search .l-parts02__box__catch {
    height: 8rem !important;
}

	
	.scrl{
		overflow-x: auto;
		white-space: nowrap;
		width:100%;
		border: 2px solid #ed6262;
	}
	
	.serection-box{
		display: flex;
		width: 1300px;
		justify-content: space-around;
		padding: 3rem 0;
		
	}
	.serection-ttl{
		font-size: 2rem;
		text-align: center;
		font-weight: bold;
		margin: auto;
	}
	.quotaion{
		font-size: 8px;
		color: #a9a9a9;
		text-align: center;
		overflow-x: auto;
		white-space: nowrap;
	}
	.serection-inner{
		width: 300px;
		margin: auto 1rem;
		border: solid 2px;
	}
	.imghkk{
		 text-align: center;
		margin: auto;
	}
	
	
	
	

}

/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 480px) {
.faq {
 padding: 10% 0;
 width: 100%;
}
.faq.flex {
 align-items: center;
 display: flex;
 display: -webkit-flex;
 justify-content: space-between;
}
.faq.f_r {
 flex-flow: row-reverse;

}
.faq .faq-img .faq-flame {
 border-radius: 100px;
}
.faq .faq-img .faq-flame img {
 border-radius: 100px;
}	 
.faq .faq-img {
 width: 80px;
 float: left;
 margin: 0 10px 10px 0;
 border-radius: 80px;
 background: #fff;
 height: 80px;
}
.faq.f_l .faq-txt {
 background: #fff;
 border: 1px solid #555;
 border-radius: 5px;
 padding: 4%;
 position: relative;
 text-align: justify;
}
#index-bottom .faq .faq-txt p,
#page-bottom .faq .faq-txt p {
 margin: 0;
}
.faq.f_r .faq-txt {
 background: #fff;
 border: 1px solid #555;
 border-radius: 5px;
 padding: 4%;
 position: relative;
 text-align: justify;
}
.kanren_box {
    padding: 20px;
    font-size: 16px;
    width: 100%;
}
.kanren_box .title {
    font-size: 18px;
}
.kanren_box a {
    position: relative;
    padding-left: 20px;
}
.kanren_box a:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #eca541;
    box-sizing: border-box;
    border-radius: 50%;
}
.list-btn {
    padding-right: 20px;
}
	
.quotation{
　white-space: nowrap;
    overflow: scroll;
}	
	
	
.l-parts02__box__item__center img {
    max-height: 14.5rem;
    width: auto;
}	
	
		.scrl{
		overflow-x: auto;
		white-space: nowrap;
		width:100%;
	}
	
	.serection-box{
		display: block;
		padding: 2rem 0;
		width:100%;
		max-width:1300px;
		
	}
	.serection-ttl{
		font-size: 2.3rem;
		text-align: center;
	}
	.quotaion{
		font-size: 8px;
		color: #a9a9a9;
		text-align: center;
		overflow-x: auto;
		white-space: nowrap;
	}
	.serection-inner{
		width: 300px;
		margin: 1rem;
		border: solid 2px;
	}
	.imghkk{
		 text-align: center;
		margin: auto;
	}
	.pc{
		display:none;
	}


}