body {
  counter-reset: number 0;  /* number count 0 set */
}

[data-aos] {
	opacity: 1!important;
	transform: translateZ(0)!important;
	transition: none!important;
}


.center:nth-child(1){
    margin-right: auto;

}
.center:nth-child(2){
    margin-left: auto;
}


.search_holder {
    padding-left: 0px;
}
.faq_count span{
    font-size:130%;
}

.faq_count_number{
    margin-top:50px;
    list-style-type: none;
    display: flex;
	justify-content: center;
	align-items: center;
}
.faq_count_number li a,
.faq_count_number li span {
    display: flex;
	justify-content: center;
	align-items: center;
    width: 30px;
    height: 30px;
    margin: 0 5px;
    border: 1px #366ba8 solid;
	box-sizing: border-box;
    color: #366ba8;
    font-size: 16px;
}

.faq_count_number span.current {
    background: #e2effa;
    border: 1px #e2effa solid;
    color: #366ba8;
}

.faq_count_number .extend {
    width: auto;
    border: none;
    color: #333;
    margin-left:20px;
}


.faq_count_number li a:hover {
    background: #e2effa;
}

#detail_body{
    padding:2rem;
}

#detail_body a{
    color:#4666ad;
    text-decoration: underline;
}

#detail_body a:hover{
    color:#599cff;
    text-decoration: underline;
}
#detail_body .icon{
    background-image: url(../img/link_w.png);
    background-size: 17px auto;
    background-repeat: no-repeat;
    background-position: left 5px bottom 23px;
    padding:20px;
}
#detail_body .icon_sp{
    background-image: url(../img/sp_w.png);
    background-size: 25px auto;
    background-repeat: no-repeat;
    background-position: left 5px bottom 23px;
    padding:20px;
}

#detail_body .aligncenter{
	text-align: center;
}
#detail_body .alignleft{
	text-align: left;
}
#detail_body .alignright{
	text-align: right;
}


.h3s{
    font-size: calc(0.6rem + .6vw);
}

.d_txt{
    word-wrap: break-word;
}

.d_title{
    background: #e8e8e8;
    padding:12px;
    margin-top:20px;
    margin-bottom:20px;
    padding-right: 3rem;
    text-indent: -2rem;
    font-size: 1rem;
}

.d_title:before {
  counter-increment: number 1;      /* number set */
  content: counter(number, decimal-leading-zero) ". ";      /* views */
}

.d_title_not{
    padding-right: 0;
    text-indent: 0;
}
.d_title_not:before{
    display: none;
}

.d_src {
    display: grid;
    place-items: center;
}
.d_src img{
    max-width:800px;
    width:100%;
}

.d_src_50 img{
    display: block;
    max-width:100%;
    width:auto;
    margin-left: auto;
    margin-right: auto;
margin-bottom:20px;
}


.d_src_25 img{
    max-width:25%;
    width:50%;
}
.d_list{
    padding:0px;
}

.d_list li{
    list-style-type: none;
    line-height: 1.8;
    padding-left:0px;
    font-size: 1rem;
}
.d_list li .dt_t{
    font-weight: bold;
    font-size: 1rem;
}
/* detail_frame */
.faq-list_w {
    padding: 0 2px;
    border: 1px solid #8E908E;
    border-radius: 10px;
}
.back{
    display: none;
}


.tb {display: none;}
.pc {display: inline;}
.sp {display: none;}

/* detail_frame */
@media (max-width: 991px) {
.pc {display: none;}
.tb {display: inline;}
.sp {display: inline;}

#detail_body{
    padding:0.8rem;
}

#faq h1 {
	padding: 2px 4px 13px;
}

.faq-list_w {
    padding: 0 2px;
    border: 0px solid #8E908E;
    border-radius: 10px;}

/* FAQ_BACK */
.side_menu{
    display: none;
}
.back{
    display: block;
    font-size: 12px;
    line-height: 24px;
    padding: 10px;
    cursor: pointer;
    border: 1px solid #8E908E;
    border-radius: 10px;
    background: #F8F8F8 0% 0% no-repeat padding-box !important;
    text-decoration:none;
    font-weight: bold;
}

section.faq {
	padding-top: 23px;
}
.side_menu_wrap {
	padding-bottom: 0px;
	order: 2!important;
}
.contents_wrap {
	padding-bottom: 40px;
	order: 1!important;
}
.index .side_menu_wrap .search_holder {
	display: none;
}
.index .side_menu {
	display: block;
}
.index .back {
	display: none;
}

.d_src_50 img{
    max-width:315px;
    width:100%;
}
.d_src_25 img{
    max-width:100%;
    width:50%;
}



}


@media screen and (max-width : 460px) {
	.tb {display: inline;}
	.sp {display: inline;}
}




#detail_body h2 {
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
	font-weight: 500;
}
#detail_body h3 {
	background: #e8e8e8;
	padding: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 3rem;
	text-indent: -2rem;
	font-size: 1rem;
	font-weight: 500;
}
#detail_body h3:before {
	counter-increment: number 1;
	content: counter(number, decimal-leading-zero) ". ";
}
#detail_body h4 {
	background: #e8e8e8;
	padding: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 1rem;
	font-size: 1rem;
	text-indent: 0;
	font-weight: 500;
}
#detail_body p {
	margin-bottom: 3rem;
}
#detail_body figure {
	margin-bottom: 3rem;
}
#detail_body figure img {
	display: block;
	max-width: 100%;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

@media (max-width: 991px) {
#detail_body h2 {
	font-size: calc(1.275rem + .3vw);
}
#detail_body h3 {}
#detail_body h4 {}
#detail_body p {}
#detail_body figure {}
#detail_body figure img {
	max-width: 315px;
	width: 100%;
}
}