@charset "UTF-8";
/* CSS Document */


.products_title{
	font-size: 1rem;
	margin-left: 1rem;
	line-height: 1;
	margin-bottom: 0;
}
.faq_slide >dd + div{
	border-top: 1px solid #aaaaaa;
	padding-top: 1.5em; 
	padding-bottom: 0.5em;
	margin-bottom: 0;
}

.faq_slide > dt::before {
  position: absolute;
  content: "";
  background-image: url("../images/icon_q.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.375em;
  height: 2.25em;
  width: 2.25em;
  left: 0.5em;
  top: 0.375em;
}
.faq_slide > dd::before {
  position: absolute;
  content: "";
  background-image: url("../images/icon_a.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.375em;
  height: 2.25em;
  width: 2.25em;
  left: 0.5em;
  top: 0.112em;
}
.faq_slide > dt::after {
  position: absolute;
  content: "";
  background-image: url("../images/icon_plus.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.25em;
  height: 1.25em;
  width: 1.25em;
  right: 0.5em;
  top: calc(50% - 0.625em);
}
.faq_slide > dt.icon_minus::after {
  background-image: url("../images/icon_minus.png");
}
.faq_slide > dt {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 3.5em;
  padding-right: 3em;
  position: relative;
  font-weight: 400;
}
.faq_slide > dt > div, .faq_slide > dd > div {
  margin-top: -0.3em; /* add negative margin */
  margin-bottom: -0.3em; /* add negative margin */
  line-height: 1.6em;
}
.faq_slide > dd {
  padding-top: 0.743em;
  padding-bottom: 1em;
  padding-left: 3.5em;
  padding-right: 3em;
  position: relative;
  margin-bottom: 0;
}
dl.faq_slide > dd + dt {
  border-top: 1px solid #aaaaaa;
}
dl.faq_slide {
  border-bottom: 1px solid #aaaaaa;
}
dl.faq_slide > dt:hover {
  background-color: #f7f7f7;
}
dl.faq_slide > dt:hover + dd {
  background-color: #f7f7f7;
}
.faqinner_table {
  width: 100%;
  border-collapse: separate;
  border-right: solid 1px #333;
  border-top: solid 1px #333;
}
.faqinner_table td, .faqinner_table th {
  border-left: solid 1px #333;
  border-bottom: solid 1px #333;
  border-right: none;
  border-top: none;
}
.faqinner_table td {
  padding: 0 1em;
  vertical-align: middle;
  line-height: 1.3875em;
  height: 4.25em;
}
.faqinner_table th {
  background-color: #ebebeb;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
  height: 2.75em;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
}
.faq_slide {
  padding-top: 1.65rem;
}
@media screen and (max-width:767.98px) {
  .faq_slide {
    padding-top: 1.6em;

  }
	.products_title{
	font-size: 1rem;
	margin-left: 0.4rem;
	line-height: 1;
}
  .faq_slide > dt::before {
    position: absolute;
    content: "";
    background-image: url("../images/icon_q.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.375em;
    height: 2.25em;
    width: 2.25em;
    left: 0;
    top: 0.375em;
  }
  .faq_slide > dd::before {
    position: absolute;
    content: "";
    background-image: url("../images/icon_a.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.375em;
    height: 2.25em;
    width: 2.25em;
    left: 0;
    top: 0.112em;
  }
  .faq_slide > dt {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 2.5em;
    padding-right: 2.5em;
    position: relative;
    font-weight: 400;
  }
  .faq_slide > dd {
    padding-left: 2.5em;
    padding-right: 2.5em;
    position: relative;
    margin-bottom: 0;
  }
  .faqinner_table {
    width: 65rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width:575px) {
	.products_title{
	font-size: 0.925rem;
	margin-left: 0.4rem;
	line-height: 1;
}
	
  /*.faq_slide {
    padding-top: 0;
    margin-top: -1.62rem;
  }*/
}
.table-responsive::-webkit-scrollbar {
  height: 7px;
}
.table-responsive::-webkit-scrollbar-track {
  background-color: #dddddd;
  border-radius: 10px;
}
.table-responsive::-webkit-scrollbar-thumb {
  background-color: #525252;
  border-radius: 10px;
}
.inner_a .table-responsive {
  margin-top: 0.5em;
  margin-bottom: 1em;
}

/*///////以降はソートページ///////*/
.faq_sort {
  justify-content: space-between;
  margin-bottom: 13rem;
}
.faq_sort_body {

  margin-bottom: 3rem;
}
.faq_sort_body a, .blue_a {
  color: #0000c9;
}
.faq_sort_body a:hover, .blue_a:hover {
  color: #0000c9;
  text-decoration: underline;
}
.faq_sort li {
  list-style: none;
  font-size: 150%;
  line-height: 1;
  padding-top: 1em;
  padding-bottom: 1em;
  border: 1px solid #333;
  width: 36.25rem;
  text-align: center
}
.faq_sort li:hover, .faq_sort li:hover a {
  border-color: #0000c9;
  color: #0000c9;
  text-decoration: none;
}
.faq_sort li a {
  display: block;
  width: 100%;
  height: 100%;
}
.faq_body {
  margin-top: 3rem;
}
@media screen and (max-width:575px) {

  .faq_sort li {
    width: 85%;
    font-size: 1.2rem;
  }
  .faq_sort_body {
    font-size: 0.925rem;
  }
}
@media screen and (max-width:767.98px) {
  .faq_sort {
    margin-bottom: 4rem;
  }
  .faq_sort li {
    width: 100%;
    font-size: 1.2rem;
    margin-bottom: 1em;
  }
  .faq_sort li + li {
    margin-bottom: 0em;
  }
  .faq_body {
    margin-top: 1.75rem;
    padding-left: 20px;
    padding-right: 20px;
  }
  .faq_sort_body {
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width:767.98px) {
  .faq_sort li {
    width: 32.25rem;
    max-width: 85%;
  }
}
@media screen and (min-width:992px) {
  .faq_sort li {
    width: 36.25rem;
  }
}

/*///FAQ内テーブルがあった場合の指定　適時追加を////////////*/
	.qa_table02width01{
		width: 25%
		
	}
	.qa_table02width02{
		width: 15%
		
	}
	.qa_table02width03{
		width: 30%
		
	}
	.qa_table02width04{
		width: 30%
		
	}


	.qa_table04width01{
		width: 20%
	}
	.qa_table04width02{
		width: 20%
	}
	.qa_table04width03{
		width: 15%
	}
	.qa_table04width04{
		width: 15%
	}
	.qa_table04width05{
		width: 15%
	}
	.qa_table04width06{
		width: 15%
	}
.faqinner_table>caption {
	caption-side: top;
	color: #333
}
/*//////////////////////////////////*/
.faq_body>ul,.list-delta {
	list-style: none;
	
}
.faq_body .list-delta > li{
position: relative;
padding-left: 10px;
}

.faq_body .list-delta > li.wh::before {
  content: "\025b6\a0";
  /*background-image: url("images/lect_f.png");
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 0.5em;
  height: 1em;
  width: 0.5em;
  vertical-align: middle;
  border: none;*/
}

.faq_body .list-delta > li::before {
/*   content: "\025b6\a0";
	font-size: 0.5em;*/
/*  background-image: url("images/lect_b.png");
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 0.5em;
  height: 1em;
  width: 0.5em;
  vertical-align: middle;
  border: none;
  top: 0.5em;
	padding-right: 1em;*/
	 content: "";
    position: absolute;
    top: 1em;
    left: 0;
    margin-top: -4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-color: transparent transparent transparent #333;
}

.faq_body .category_t{
		font-size: 1.3125em;
		font-weight: 600;
		color: #0768ab;
		line-height: 1em;
		display: flex;
		align-items: center;
		margin-bottom: 0.5em;
	}
	.faq_body .category_t:before{
		content: "";
		background-color: #0768ab;
		width:0.38096em;
		height: 1.3334em;
		display: inline-block;
		margin-right: 0.38096em;
	}
	.faq_body .category_t+ul{
		font-size: 0.8em;
		line-height: 2;
	}
	.faq_body.rsp100-90>ul>li{
		margin-bottom: 2.375em;
		width: 22.75em;
	}
	.faq_body.rsp100-90{
		margin-bottom: -2.375em;
	}
	.black333{
		color:#333!important;
	}
	.category_t.black333:before{
		background-color: #333;
	}

@media screen and (max-width:575px) {
	.faq_body.rsp100-90{
		font-size:14.4px;
	}
			.faq_body .outer{
		align-content:left;
	}
	.faq_body.rsp100-90>ul>li{
		margin-bottom: 2.375em;
			width: auto;

	}
}
@media screen and (min-width:576px) {
	.faq_body.rsp100-90{
		font-size:14.4px;		
	}
		.faq_body .outer{
		max-height: 1100px;	
		min-height:850px;
		align-content: space-between;
		padding:0 calc((100% - 500px)/3); 
	}
	.faq_body.rsp100-90>ul>li{
		margin-bottom: 2.375em;
			width: auto;
	

	}
}
@media screen and (min-width:767.98px) {
	.faq_body.rsp100-90{
		font-size:14.4px;
	}
		.faq_body .outer{
		max-height: 1100px;	
		min-height:850px;
		align-content: space-between;
		padding:0 80px; 
	}
	.faq_body.rsp100-90>ul>li{
		margin-bottom: 2.375em;
			width: auto;

	}
	
}
@media screen and (min-width:992px) {
	.faq_body.rsp100-90{
		font-size:16px;		
	}
	.faq_body .outer{
		max-height: 1200px;	
		height:auto;
min-height:945px;
		align-content: space-between;
		padding:0 150px; 
		

	}
	.faq_body.rsp100-90>ul>li{
		margin-bottom: 2.375em;
		width: auto;

	}
	
}
@media screen and (min-width:1200px) {
	.faq_body.rsp100-90{
		font-size:16px;		
	}
	.faq_body .outer{
		max-height: 920px;
		min-height:792px;
		padding-left: 100px;
		align-content:left;
	}
	.faq_body.rsp100-90>ul>li{
		margin-bottom: 2.375em;
		width: 22.75em;
	}
	
}

.faq_gl{
    color: #72788A;
}
.inner_li>li{
    margin-bottom: 1em;
}
