@charset "utf-8";

/* accordion */
.l-content .VN_accordion {
  width: 950px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.l-content .VN_accordion .VN_accordionButton {
  cursor: pointer;
  border: 1px solid #bfbfbf;
  background: #fafafa;
  font-weight: bold;
  font-size: 14px;
  padding: 10px 20px;
}
.l-content .VN_accordion .VN_accordionButton span {
  float: right;
  color: #004bb1;
  padding-right: 10px;
}
.l-content .VN_accordion .VN_accordionMore {
  border-left: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  padding: 20px;
}
.l-content .VN_accordion .VN_accordionMore p {
  font-size: 14px;
  line-height: 24px;

}
.l-content .VN_accordion .VN_accordionButton .VN_accordionOpen img,
.l-content .VN_accordion .VN_accordionButton .VN_accordionClose img {
  padding-top: 4px;
}
.l-content .VN_accordion .checkbox  {
  background-color: #f1f7fa;
  width: 530px;
}
.l-content .VN_accordion .checkbox .ttl {
  background-color: #3071b7;
  width: 150px;
  text-align: center;
  color: #fff;
  padding: 5px 0;
}
.l-content .txt_inner {
  padding: 10px 10px 30px;
  font-size: 14px;
  line-height: 1.5;
}

/* contents */
.l-content .contentsBlock {
  padding: 0 15px 10px;
  font-size: 14px;
  line-height: 1.5;
  clear: both;
}

.l-content .txt_inner_left {
  padding: 10px;
  font-size: 14px;
  line-height: 1.5;
  width: 590px;
  float: left;
}
.l-content .inner_pic {
  float: right;
  margin: 10px 20px 10px 0;
}
.l-content .c_ttl{
  color: #ffcc00;
  padding-right: 5px;
}
.l-content .inner_box {
  display: block;
  width: 1000px;
  box-sizing: border-box;
  border: 1px solid #bfbfbf;
  padding: 15px 30px 20px;
  font-size: 14px;
  line-height: 1.5;
}
.l-content .inner_box li.contact_no {
  font-size: 14px;
  line-height: 1.5;
  margin: 0.25em 0;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.l-content .h4Ttl_bd {
  font-size: 18px;
  width: 1080px;
  margin: 0 auto 10px;
  padding: 5px 0;
  font-weight: bold;
  border-bottom: 1px solid #bfbfbf;
}
.l-content .h4Ttl_s {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
}
.l-content .txt_inner_02 {
  padding: 5px 15px 20px;
  font-size: 14px;
  line-height: 1.5;
  display: block;
}
