@charset "utf-8";


/* ----------↓ #CNT_001 TXT ↓---------- */
#cnt_001 .txt_lft {
  width: 55%;
  margin: 0 40px 0 0;
}
#cnt_001 .txt_rgt {
  width: 40%;
}


/* ----------↓ #CNT_002 TXT ↓---------- */
#cnt_002 .txt ol li {
  list-style-type: decimal !important;
  margin: 0 0 15px 30px;
}


/* ----------↓ #CNT_003 TXT ↓---------- */
#cnt_003 .txt table th {
  font-weight: normal;
}
#cnt_003 .txt .tbl01 tr {
  border-top: 1px solid #ccc;
}
#cnt_003 .txt .tbl01 tr:first-child {
  border-top: none;
}
#cnt_003 .txt table th, #cnt_003 .txt table td {
  padding: 15px;
}
#cnt_003 .txt table td strong, #cnt_003 .txt table td span {
  display: block;
}
#cnt_003 .txt table td ol {
  margin-left: 30px;
}
#cnt_003 .txt table td ol li {
  margin-bottom: 10px;
}


/* ----------↓ .TABLE01 ↓---------- */
#cnt_003 .txt table.tbl01 th {
  width: 20%;
  vertical-align: middle;
  border-right: 1px solid #ccc;
  background-color: #f9f2ea;
}


/* ----------↓ .TABLE02 ↓---------- */
#cnt_003 .txt table.tbl02 th, #cnt_003 .txt table.tbl02 td {
  border: 1px solid #ccc;
}
#cnt_003 .txt table.tbl02 th {
  width: 70%;
  vertical-align: middle;
  border-right: 1px solid #ccc;
  background-color: #f0f0f0;
  text-align: left;
}
#cnt_003 .txt table.tbl02 td {
  vertical-align: middle;
  text-align: right;
}



/* ----------↓ #CNT_004 ↓---------- */

.acd-check{
  display: none;
}
.acd-label span {
  display: block;
  margin: 0 35px;
}
.acd-label{
  background: #f9f2ea;
  display: block;
  margin-bottom: 15px;
  padding: 12px 10px 10px 10px;
  position: relative;
  border-radius: 0.5em;
}
.acd-label:before{
  font-family: serif;
  font-size: 1.3em;
  padding-right: 0.5em;
  content: 'Q';

  box-sizing: border-box;
  display: block;
  height: 45px;
  position: absolute;

  position: absolute;
  top: 15px;
  left: 15px;
  margin-top: -12px;


}
.acd-label:after{
  box-sizing: border-box;
  content: '\f067';
  font-weight: 900;
  font-size: 90%;
  display: block;
  font-family: "Font Awesome 5 Free";
  height: 45px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -12px;
}
.acd-content{
  display: block;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  visibility: hidden;
}
.acd-content .list{
  display: block;
  margin-left; 1.5em;
  color: #ccc;
}
.acd-check:checked + .acd-label:after{
  content: '\f068';
}
.acd-check:checked + .acd-label + .acd-content{
  height: 100px;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}
.acd-check:checked + .acd-label + .acd-content.ht250{
  height: 250px;
}
.acd-check:checked + .acd-label + .acd-content .indnt{
  display: block;
  padding-left:1em;
  text-indent:-1em;
}

.acd-check:checked + .acd-label + .acd-content.mob100{
  height: 100px;
}
.acd-check:checked + .acd-label + .acd-content.mob200{
  height: 200px;
}
.acd-check:checked + .acd-label + .acd-content.mob300{
  height: 300px;
}
.acd-check:checked + .acd-label + .acd-content.mob400{
  height: 400px;
}
.acd-check:checked + .acd-label + .acd-content.mob500{
  height: 500px;
}
.acd-check:checked + .acd-label + .acd-content.mob600{
  height: 600px;
}
.acd-check:checked + .acd-label + .acd-content.mob700{
  height: 700px;
}
