.txt_question {
    background: url("../img/bg/icon_question.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    padding: 5px 0 5px 35px;
}
.txt_answer {
    background: url("../img/bg/icon_answer.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    padding: 0 0 15px 35px;
}
.faq_list li:first-child {
    padding: 0;
}
.faq_list {
    padding: 20px 0 0;
}
.faq_list li {
    border-bottom: 1px solid #d6d8bf;
    padding: 15px 0 0;
}
.faq_category_area {
}
.textBox{
 word-break:break-all;
 word-wrap: break-word;
}
.txt_search{
 width: 70%;
}
.faq_category_title,
.faq_category_list li {
 background: -moz-linear-gradient(top, #001a3d 0%, #000722 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #001a3d), color-stop(100%, #000722));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #001a3d 0%, #000722 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #001a3d 0%, #000722 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #001a3d 0%, #000722 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #001a3d 0%, #000722 100%);
  /* W3C */
  text-align: left;
  border-top: #35477f 1px solid;
    border-radius: 6px;
    margin: 15px 0 0;
    padding: 10px;
}
.faq_category_list li:first-child {
    margin: 20px 0 0;
}
.faq_category_list li a {
  color: #cecdcb;
  padding: 5px 30px 5px 5px;
  background: url(https://toram-jp.akamaized.net/img/icon/icon_arrow_01.png) 98% center no-repeat;
  background-size: 30px 31px;
  display: block;
  text-decoration: none;
}
.faq_category_area span {
/*    background: url("../img/bg/icon_arrow_02.png") no-repeat scroll right center / 12px auto rgba(0, 0, 0, 0);*/
    display: block;
    padding: 2px 0;
}
.faq_category_link_list {
    padding: 10px 0 20px;
}
.faq_category_detail_list {
}
.detail_list_title {
    border-bottom: 2px solid #eee5cb;
    font-weight: bold;
    margin: 0 0 8px;
    color: #eee5cb;
}
.faq_question {
    background: url("../img/bg/icon_question.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    color: #d03e6e;
    padding: 5px 0 5px 35px;
}
.faq_answer {
    background: url("../img/bg/icon_answer.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    color: #4295ff;
    margin: 0 0 30px;
    padding: 0 0 30px 35px;
}
.common_list li {
    padding: 0 0 15px;
}
.common_list li:last-child {
    padding: 0;
}
.common_list dt {
    border-left: 5px solid #cc0000;
    margin: 0 0 8px;
    padding: 1px 0 1px 8px;
}
.small_title {
    border-left: 4px solid #cfb483;
    font-weight: bold;
    margin: 20px 0 5px;
    padding: 0 0 0 8px;
    font-size: 108%;
    color: #cfb483;
}
.contact_list dt {
    border: medium none;
    padding: 0;
}
.contact_form_area select {
    padding: 8px;
}
.contact_form_area textarea {
    line-height: 1.6;
    min-height: 180px;
}

/*==========================================*/

.contact_form_area input[type=checkbox] {
    display: none;
}

.contact_form_area input[type=checkbox]:checked + .mail_check:before {
    opacity: 1;
}

.contact_form_area .mail_check {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 2px 0px 0;
    padding: 5px 5px 0 30px;
}

.contact_form_area input[type=checkbox]+ .mail_check {
    position: relative;
    vertical-align: middle;
}

.contact_form_area input[type=checkbox]+ .mail_check:before {
    position: absolute;
    display: block;
    top: 50%;
    left: 10px;
    width: 5px;
    height: 16px;
    content: '';
    opacity: 0;
    margin: -12px 0 0 2px;
    border: 2px solid #fff;
    border-style:none solid solid none;
    transform: rotate(45deg);
    z-index:150;
}


.contact_form_area input[type=checkbox]+ .mail_check:after {
    position: absolute;
    display: block;
    width: 14px;
    height: 14px;
    top: 50%;
    left: 5px;
    margin: -6px auto auto auto;
    border: 1px solid #888;
    content: '';
}




/*==========================================*/


.bold.white.subtitle,
.bold.white span.subtitle{
    display: block !important;
    margin-top:1.2rem;
    margin-bottom:.6rem;
    color:#d4a73e;
 }
 .idL{
    margin-left: 2rem;
    word-break : break-all;
    display:block;
    border: 1px solid #2c4054;
    border-radius: 5px;
    padding: .5rem;
    background: rgba(66, 84, 99, 0.5);
 }

 .bold.yellow{

 }

.input_txt {
    border: 1px solid #999;
    border-radius: 5px;
    box-sizing: border-box;
    width: 100%;
}
.input_txt_area {
    margin: 15px 0 0;
    padding: 0 10px;
}
input[type="text"], input[type="password"] {
    padding: 10px;
}
.btn_submit_area, .btn_repair_area {
    margin: 0 0 10px;
    text-align: center;
    width: 100%;
}
.btn_repair {
    -webkit-appearance: none;
}
.btn_submit, .btn_repair {
    border-radius: 5px;
    box-shadow: 0 1px 1px #fff inset;
    display: block;
    padding: 10px;
    text-decoration: none;
    width: 100%;
}
.btn_submit {
    background: linear-gradient(to bottom, #e64f47 0%, #a60202 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #720202;
    color: #fff;
    width: 100%;
}


.btn_repair {
    background: -moz-linear-gradient(center top , #ededed 0%, #aaaaaa 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: linear-gradient(to bottom, #ededed 0%, #aaaaaa 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #555;
    color: #000;
    width: 100%;
}
.btn_submit_alink {
    background: linear-gradient(to bottom, #e64f47 0%, #a60202 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #720202;
    border-radius: 5px;
    box-shadow: 0 1px 1px #fff inset;
    color: #fff;
    display: block;
    padding: 8px;
    text-decoration: none;
}
.btn_submit_alink2 {
    background: -moz-linear-gradient(center top , #ffffff 0%, #b5b5b5) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #848484;
    border-radius: 5px;
    box-shadow: 0 1px 1px #fff inset;
    color: #000;
    display: block;
    padding: 8px;
    text-decoration: none;
}
.err_txt {
    background: none repeat scroll 0 0 #bc0c0a;
    border: 1px solid #720202;
    border-radius: 5px;
    color: #fff;
    font-size: 80%;
    padding: 0 5px;
}
.img_area img {
    border: 1px solid #777;
}
.operation_table td {
    border: 1px solid #777;
    padding: 5px 10px;
}
.cell_left {
    background: none repeat scroll 0 0 #e6e6e6;
    width: 30%;
}
.cell_right {
    background: none repeat scroll 0 0 #e6e6e6;
    width: 70%;
}
.cell_top {
    background: none repeat scroll 0 0 #ccc;
}
.border {
    background: none repeat scroll 0 0 #e5e5e5;
}
.ss_list li {
    padding: 0 0 15px;
}
.ss_list li:last-child {
    padding: 0;
}

.contactConfirmButtonList{
    width: 100%;
    overflow: hidden;
    padding-top:2rem;
}
.contactConfirmButtonList .btn_submit_area , .contactConfirmButtonList .btn_repair_area{
    width: 50%;
    float: left;
    word-wrap: break-word;
    word-break:break-all;
}
.contactConfirmButtonList input{
    word-wrap: break-word;
    word-break:break-all;
}

.contactConfirmButtonList .btn_submit_area{
    padding-right: 0.5rem;
}

.contactConfirmButtonList .btn_repair_area{
    padding-left: 0.5rem;
}
/* 2016.12.22 */
.contact_form_area select{
    font-weight: bold;
}
.contact_form_area option {
    font-weight: normal;
}

/* 2019.07 */
.contact_form_area .required{
    display: inline-block;
    padding:0rem 0.5rem;
    margin-left: 0.5rem;
    background: #bc0c0a;
    border-radius: 0.5rem;
    color: #fff;
    font-size: 90%;
    font-weight: normal;
}

/* =========
Pager
========= */
.pager_area {
    display: flex;
    justify-content: center;
    margin:0 auto 2rem;
    max-width: 1024px;
}

.pager,
.pager2 {

}

.pager ul,
.pager2 ul {
	width:100%;
	overflow:hidden;
	font-size:0;
	text-align: center;
}

.pager span,
.pager2 span {
	font-size:12px;
}

.pager li,
.pager2 li {
	display: inline-block;
	margin:0.2rem;
}

.pager a,
.pager2 a {
	box-sizing:border-box;
	color: #fff;
	display: block;
	padding:0.5rem 1rem;
	text-decoration: none;
	background-color:rgba(0,0,0,0.8);
	font-weight:bold;
	border-radius:4px;
    border: 1px solid #57402a;
}

@media screen and (max-width: 769px) {
.pager a,
.pager2 a {
    padding:0.3rem 0.5rem;
 }
}

.pager a:hover,
.pager2 a:hover {
	background-color:rgba(0,0,0,1);
}

a.current {
	background-color:rgba(0,0,0,0.3);
	font-weight:bold;
	color: #ccc;
}

/* =========
Btn
========= */
.btn_back_area {
 max-width:100%;
 margin:2rem auto;
 text-align:center;
}

.btn_back {
 height: 32px;
 background: url("/img/btn_back.svg") no-repeat center top;
 width: 100%;
 border: none;
 cursor: pointer;
}

.btn_back:hover {
 opacity: 0.7;
}