/* body {
	font-family: Arial, sans-serif;
	line-height: 1.1;
	background: #FFFFFF;
	color: #2a2a2a
} */
* {
	box-sizing: border-box;
	padding: 0;
	margin: 0
}
/* h1 {
	text-align: center;
	margin-bottom: 40px
}
.wrap {
	max-width: 960px;
	width: 100%;
	margin: 0 auto
} */
.accordion {
    border-top: 2px solid #51555e;
    /* border-bottom: 1px solid #51555e; */
	padding:0px 0 20px 0;

	font-size: 18px;
	width:100%;
	margin:0 auto;
}
.accordion__section {
	background: #fcfcfc;
	/* border-radius: 5px; */
    border-bottom: 1px solid #e0e1e2;

}

.accordion__section:last-of-type {
	margin-bottom: 0
}
.accordion__titlebox {
     cursor:pointer;
	/* display: -ms-flexbox;
	display: flex;
	display: -moz-box;
	display: -webkit-flex;
	-webkit-align-items:center;
	-webkit-justify-content:center;
	-webkit-box-pack:center;
	-webkit-box-align:center;
	-ms-box-pack:center;
	-ms-box-align:center;
	justify-content:center;
	padding: 9px 14px 10px;
	line-height: 20px;
	border-radius: 5px;
	cursor: pointer;
	will-change: transform;
	transition: .3s */
    background: #ffffff;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	padding: 22px 30px 20px 10px;
	line-height: 20px;
/* 	border-radius: 5px; */
	cursor: pointer;
	will-change: transform;
	transition: .3s

}
.accordion__titlebox:hover{
	background: #f0f0f0;
	color:#ffffff !important;
}


.accordion__icon {position: relative; margin-top:6px; margin-left:5px; }
.accordion__icon span{	font-size:18px;
	font-weight:bold;
}

.accordion__icon {
	min-width: 18px;
	height: 18px;
	position: relative;
	
}
.accordion__icon .minus, .accordion__icon .plus {
	position: absolute;
	color:#6a6d74;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	will-change: transform;
	transition: .3s
}
.accordion__icon .plus {
	opacity: 1;
	visibility: visible
}
.accordion__icon .minus {
	opacity: 0;
	visibility: hidden
}
.accordion__title {
    text-indent:-37px;
    padding-left:37px;
	margin-left: 18px;
	font-size:18px;
	font-weight:bold;
}
.accordion__content {
	padding: 40px 50px 40px;

	display: none;
}
.accordion__content p{
  text-indent:-40px;
  padding-left:40px;
    
	font-size: 18px;
	line-height: 27px;
	 margin-bottom: 20px
}
.accordion__content  p:last-of-type {
	margin-bottom: 0
}
.accordion__titlebox_active {
	background:#51555d !important;
}
.accordion__titlebox_active .plus {
	opacity: 0;
	color:#ffffff;
	visibility: hidden
}
.accordion__titlebox_active .minus {
	opacity: 1;
	color:#ffffff;
	visibility: visible
}
.accordion__titlebox_active .accordion__title {
	color:#ffffff ;
}
.c-red4 {display:inline-block; border:1px solid #e8252d; color:#e8252d; background:#ffffff; line-height:15px; width:60px; font-size:0.7em; text-align:center; margin-right:10px;}

.accordion__titlebox_active .accordion__title .c-red4{
	color:#ffffff ; border:2px solid #ffffff; background:transparent;
}
.c-red5 {margin-top:-5px; margin-bottom:-2px;display:inline-block; background: url(/images/common/q.png) center 0px no-repeat; margin-right:5px; width:28px; height:22px;}

.accordion__titlebox_active .accordion__title .c-red5{
	background: url(/images/common/q_o.png) center 0px no-repeat;
}
.c-red6 {margin-top:-5px; margin-bottom:-2px;display:inline-block; background: url(/images/common/a.png) center 0px no-repeat; margin-right:10px; width:28px; height:22px;}



.sub2 {padding-left:10px;}

.accordion .tbx{ height:340px; overflow-y:auto; padding:0 30px 0 0; text-align:left !important;}
.accordion .tbx dl.typ1{ display:table; width:100%; margin:30px 0 0 0;}
.accordion .tbx dl.typ1 dt{ display:table-cell; width:88px; font-size:16px; font-weight:600; vertical-align:top;}
.accordion .tbx dl.typ2 dt{ display:block; margin:30px 0 10px; font-size:20px; font-weight:600;}
.accordion .tbx dl.typ2 dd span { font-size:16px; font-weight:600;}


#jquery-script-menu {
position: fixed;
height: 90px;
width: 100%;
top: 0;
left: 0;
border-top: 5px solid #316594;
background: #fff;
-moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
z-index: 999999;
padding: 10px 0;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}

.jquery-script-center {
width: 960px;
margin: 0 auto;
}
.jquery-script-center ul {
width: 212px;
float:left;
line-height:45px;
margin:0;
padding:0;
list-style:none;
}
.jquery-script-center a {
	text-decoration:none;
}
.jquery-script-ads {
width: 728px;
height:90px;
float:right;
}
.jquery-script-clear {
clear:both;
height:0;
}


