.accordion {
margin: 3em auto;
max-width: 100%;
}
.toggle {
display: none;
}
.option {
position: relative;
margin-bottom: 1em;
}
.title-accordion {
    font-size: 14px;
    font-weight: 700;
}
/* table */
#main-colum .table_theme1 {
  margin-top: 0;
}
#main-colum .table_theme1 tr th{
	background: #bababa;
	border-right: none;
	font-size: 14px;
	font-weight: 700;
	padding: 10px;
  text-align: left;
}
#main-colum .table_theme1 tr td{
	background: #eaeaea;
	font-size: 14px;
	padding: 10px;
}
#main-colum .section-block a{
	text-decoration: underline !important;
}
#main-colum .section-block .link-content a{
  text-decoration: none !important;
}
#main-colum .section-block a:hover{
	text-decoration: none !important;
}

.title-accordion_02,
.content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.title-accordion_02 {
background-color: #052667;
padding: 0.8em;
display: block;
color: #FFF;
font-size: 14px;
font-weight: 700;
/*border-top: solid 1px #333;*/
margin-top: -10px;
}
.title-accordion_02::after,
.title-accordion_02::before {
content: "";
position: absolute;
right: 1.25em;
top: 1.25em;
width: 2px;
height: 0.75em;
background-color: #FFF;
transition: all 0.3s;
}
.title-accordion_02::after {
transform: rotate(90deg);
}

.title-accordion_03,
.content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.title-accordion_03 {
background-color: #052667;
padding: 0.8em;
display: block;
color: #FFF;
font-size: 14px;
font-weight: 700;
/*border-top: solid 1px #333;*/
margin-top: -10;
}

.title-accordion_03::after,
.title-accordion_03::before {
content: "";
position: absolute;
right: 1.25em;
top: 1.25em;
width: 2px;
height: 0.75em;
background-color: #FFF;
transition: all 0.3s;
}
.title-accordion_03::after {
transform: rotate(90deg);
}
.content {
max-height: 0;
overflow: hidden;
}
.content p {
margin: 0;
padding: 0.5em 1em 1em;
font-size: 0.9em;
line-height: 1.5;
}
.toggle:checked + .title-accordion + .content {
max-height: 1600px;
transition: all 1.5s;
}
.toggle:checked + .title-accordion::before {
transform: rotate(90deg) !important;
}
.toggle:checked + .title-accordion_02 + .content {
max-height: 1600px;
transition: all 1.5s;
}
.toggle:checked + .title-accordion_02::before {
transform: rotate(90deg) !important;
}
.toggle:checked + .title-accordion_03 + .content {
max-height: 1600px;
transition: all 1.5s;
}
.toggle:checked + .title-accordion_03::before {
transform: rotate(90deg) !important;
}
