@charset "UTF-8";


/******** Company 2nd */


#faq{
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B4BCA9;
	color: #595757;
	margin-right: auto;
	margin-left: auto;
}

.faq_inner{
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
}

#faq h2{
	color: #677952;
	font-size: 18px;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
}

#faq h3{
	color: #677952;
	font-size: 18px;
	text-align: left;
}

#faq p{
	line-height: 2.2;
}

#faq table{
	width: 100%;
}

#faq table th{
	width: 100%;
	color: #FFF;
	background-color: #999;
	text-align: left;
	padding: 4px;
}

#faq table td{
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding: 4px;
}



/*accordion*/

dl{
	margin-bottom: 20px;
}

dl.accordion dt {
	cursor: pointer;
	word-wrap: break-word;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B4BCA9;
	padding-top: 80px;
	display: block;
	padding: 10px 30px 10px 10px;
	/*color: #595757;*/
	font-size: 18px;
}

dl.accordion dt::before {
  content: '';
  position: relative;
  float: right;
  border: 8px solid transparent;
  border-top-color: #B3B4B4;
  width: 0;
  height: 0;
  top: 5px;
  right: -20px;
}

dl.accordion dt.open::before {
  content: '';
  position: relative;
  float: right;
  border: 8px solid transparent;
  border-bottom-color: #B3B4B4;
  width: 0;
  height: 0;
  top: -5px;
  right: -20px;
}

dl.accordion dd {
	word-wrap: break-word;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
    padding: 20px 20px 20px 6px;
}

/*
dl.accordion dd ul li {
  border-bottom: 1px solid #EFEFEF;
  list-style: none;
}

dl.accordion dd ul li a {
  color: #333;
  display: block;
  padding: 10px 30px 10px 15px;
}
dl.accordion dd ul li a::before {
  content: '';
  position: relative;
  float: right;
  /*border: 8px solid transparent;
  border-left-color: #333;
  width: 0;
  height: 0;
  top: 0;
  right: -25px;
}
*/


#faq a{
	color: #000000;
	text-decoration: underline;
}

#faq a:hover{
	color: #B3B4B4;
	text-decoration: underline;
}

/*190513 */
#faq h2.re_h {
    text-align: center;
    font-size: 1.8em;
    padding-bottom: 1.6em;
}

#top h3.re_h {
    font-size: 1.6em;
}
dd.re_h {
    font-size: 1.2em;
    line-height: 1.6em;
    padding: 1em 0 2em 1.4em;
}
p.re_h {
    text-align: center;
    padding-bottom: 2em;
}

ul, ol {
  /*background: #fcfcfc;背景色*/
/*  padding: 0.5em 0.5em 0.5em 2em;ボックス内の余白*/
  /*border: solid 3px gray;線の種類 太さ 色*/
}

ul li, ol li {
  line-height: 1.5; /*文の行高*/
  padding: 0.5em 0; /*前後の文との余白*/
}
ol {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
  /*border: dashed 1px gray;*/
}

ol li {
  position: relative;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}

#faq ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display:inline-block;
  background: #74c2f8;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
span.bk_bl {
    background-color: black;
    color: white;
    padding: 0 0.4em;
}
/*/190513 */
/*190514 問合せボタン*/
.inquiry {
    width: 60%;
    margin: 40px auto;
    font-size: 14px;
}
.button {
    background-position: 20px center;
    font-size: 14px;
}
.button {
    margin-top: 50px;
    position: relative;
}
.button {
    text-align: center;
    background: #298848;
    font-size: 11px;
/*    background-image: url(../images/hd_mail_wh.svg);
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 40px 34px;*/
    margin-top: 30px;
}
.inquiry .button span {
    font-size: 1.4em;
}
#faq .inquiry .button a {
    display: block;
    color: #fff;
    padding: 5px;
    text-decoration: none;
    font-size: 1.4em;
    line-height: 2em;
}
div#contact_btn {
    text-align: center;
}

/*/190514 問合せボタン*/

@media only screen and (min-width:1px) and (max-width:740px) {


.faq_inner{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.inquiry {
    width: 80%;
    margin: 40px auto;
    font-size: 14px;
}
td.txt01{
    width:50%;    
    }
tr td.j12 {
    width: 46%;
}
dl.accordion dd {
	word-wrap: break-word;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
    padding: 20px 20px 20px 6px;
}
div#contact_btn {
    text-align: center;
}
} /*@mediaEnd*/