@charset "utf-8";
/* CSS Document */

/*label*/
.switchbox01 label,
.switchbox02 label,
.switchbox03 label,
.switchbox04 label,
.switchbox05 label {
display: block;
cursor: pointer;
}
/*checkbox*/
.switchbox01 input,
.switchbox02 input,
.switchbox03 input,
.switchbox04 input,
.switchbox05 input {
display: none;
}
/*close*/
.switchbox01 .swimg,
.switchbox02 .swimg,
.switchbox03 .swimg,
.switchbox04 .swimg,
.switchbox05 .swimg {
height: 0;
overflow-y: hidden;
transition: 0.9s;
opacity: 0;
box-sizing: border-box;

}
/*open*/
.switchbox01 input:checked + label + div,
.switchbox02 input:checked + label + div,
.switchbox03 input:checked + label + div,
.switchbox04 input:checked + label + div,
.switchbox05 input:checked + label + div {
height: auto;
opacity: 1;
}

#page_contents .lp_bottom_txt {
font-size: 28px;
margin: 0 auto;
padding: 50px 0;
width: 970px;
text-align: center;
line-height: 1.4em;
}
