@charset "UTF-8";
.btn_write {
  display: inline-block !important;
  height: 42px;
  line-height: 42px;
  padding: 0 14px 0 20px;
  margin-top: 60px;
  color: #fff;
  font-size: 1rem;
  border-radius: 6px;
  -webkit-box-shadow: 8px 8px 10px rgba(144, 144, 144, 0.26);
          box-shadow: 8px 8px 10px rgba(144, 144, 144, 0.26);
  background: #835bb4;
}
.btn_write::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 22px;
  margin: 8px 0 0 8px;
  background: url(../img/ico_write.png) no-repeat center;
  vertical-align: top;
}

.ind_txt {
  text-indent: 16px;
  margin: 16px 0;
}

.table_type01,
.table_type02,
.table_type03,
.list_type01,
.list_type02,
.list_type03,
.index_type01,
.index_type02 {
  line-height: 1.6em;
  color: #000;
  font-size: 1rem;
}

.table_type01 dt {
  margin: 25px 0;
  text-align: center;
  font-size: 1.5rem;
}
.table_type01 dt strong {
  display: block;
  margin-bottom: 6px;
  font-weight: 400;
}
.table_type01 dd {
  padding: 12px;
  background-color: #fff;
  border-radius: 12px;
}
.table_type01 table {
  font-size: 1.125rem;
}
.table_type01 table tr {
  border-bottom: 1px solid #fff;
}
.table_type01 table th, .table_type01 table td {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.table_type01 table th {
  width: 125px;
  font-weight: 400;
  color: #fff;
  background-color: #726f6f;
}
.table_type01 table td {
  background-color: #f1f1f1;
}

.item.detail .table_type02.tit {
  display: block;
}

.table_type02 table {
  font-size: 1.125rem;
  border-collapse: separate;
  border-spacing: 0 14px;
}
.table_type02 table th, .table_type02 table td {
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.table_type02 table th {
  width: 115px;
  font-weight: 400;
  background-color: #e4e4e4;
}
.table_type02 table td {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.table_type02.tit dl {
  padding: 12px;
  background-color: #fff;
  border-radius: 12px;
}
.table_type02.tit dt {
  margin: 25px 0;
  padding-left: 10px;
  font-size: 1.875rem;
  font-weight: 500;
}

.table_type03 {
  border: 1px solid #000;
  border-radius: 10px;
  overflow: hidden;
}
.table_type03 table {
  font-size: 1.125rem;
}
.table_type03 table thead {
  text-align: center;
}
.table_type03 table tbody tr:last-child {
  border-bottom: none;
}
.table_type03 table tr {
  border-bottom: 1px solid #000;
}
.table_type03 table th, .table_type03 table td {
  padding: 15px 0;
}
.table_type03 table th {
  text-align: center;
  width: 230px;
  font-weight: 400;
}
.table_type03 table td {
  border-left: 1px solid #000;
}
.table_type03 table td.center {
  text-align: center;
  border-left: none;
}
.table_type03 table td dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
}
.table_type03 table td dl.center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.table_type03 table td dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 150px;
  text-align: center;
  font-size: 1.125rem;
}
.table_type03 table td p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5px;
  font-size: 1.125rem;
}
.table_type03 table td strong {
  font-weight: 400;
}
.table_type03 table td span {
  margin-left: 30px;
}
.table_type03 table thead tr * {
  background-color: #726f6f;
  color: #fff;
}
.table_type03 table tbody tr th {
  background-color: #e4e4e4;
}

.list_type01 li {
  padding-left: 12px;
  position: relative;
}
.list_type01 li:after {
  display: block;
  content: "·";
  position: absolute;
  top: 0;
  left: 0;
}

.list_type02 dt {
  padding-left: 22px;
  font-size: 1.125rem;
  position: relative;
}
.list_type02 dt:after {
  display: block;
  content: "□";
  position: absolute;
  top: 0;
  left: 0;
}
.list_type02 dd {
  margin-left: 20px;
  padding-left: 20px;
  font-size: 1rem;
  position: relative;
}
.list_type02 dd:after {
  display: block;
  content: "○";
  position: absolute;
  top: 0;
  left: 0;
}
.list_type02 li {
  margin-left: 5px;
  padding-left: 15px;
  font-size: 0.9375rem;
  position: relative;
}
.list_type02 li:after {
  display: block;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}

.list_type03 li {
  font-size: 1.125rem;
  padding-left: 20px;
  padding-bottom: 20px;
  position: relative;
}
.list_type03 li:after {
  display: block;
  content: "□";
  position: absolute;
  top: 0;
  left: 0;
}

.list_type04 dt {
  padding-left: 22px;
  font-size: 1.125rem;
  position: relative;
}
.list_type04 dt:after {
  display: block;
  content: "○";
  position: absolute;
  top: 0;
  left: 0;
}
.list_type04 dd {
  margin-left: 20px;
  padding-left: 20px;
  font-size: 1.125rem;
  position: relative;
}
.list_type04 dd:after {
  display: block;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
.list_type04 li {
  margin-left: 5px;
  padding-left: 15px;
  font-size: 0.9375rem;
  position: relative;
}

.tab_box .index_type01 ol.main_depth p {
  padding-bottom: 0;
}

.item.detail .index_type01 ol.main_depth p {
  color: #000;
}

.item.detail .index_type01 ol.main_depth strong {
  background-color: #f6f6f6;
}

.item.detail .index_type01 ol.main_depth span {
  background-color: #f6f6f6;
}

.index_type01 dt {
  padding: 15px 0;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  background-color: #e1e1e1;
  border-radius: 12px;
}
.index_type01 dd {
  margin-top: 45px;
}
.index_type01 ol.main_depth {
  position: relative;
  z-index: 1;
}
.index_type01 ol.main_depth > li {
  margin-top: 25px;
}
.index_type01 ol.main_depth > li:first-child {
  margin-top: 0;
}
.index_type01 ol.main_depth > li strong {
  font-size: 1.5rem;
  font-weight: 500;
}
.index_type01 ol.main_depth p {
  position: relative;
  overflow: hidden;
}
.index_type01 ol.main_depth strong {
  padding-right: 10px;
  max-width: 75%;
  background-color: #fff;
  position: relative;
}
.index_type01 ol.main_depth strong:after {
  display: block;
  content: "";
  width: 100vw;
  height: 1px;
  border-top: 2px dotted #000;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
.index_type01 ol.main_depth span {
  padding: 0 10px;
  font-size: 1.25rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.index_type01 ol.main_depth .sub_depth > li {
  margin-left: 20px;
}
.index_type01 ol.main_depth .sub_depth > li p {
  margin-top: 25px;
}
.index_type01 ol.main_depth .sub_depth > li strong {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 400;
}

.index_type02 {
  /* dt{padding:15px 0;text-align:center;font-size:remCalc(18);font-weight:500;background-color:#e1e1e1;border-radius:12px} */
}
.index_type02 dt {
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.index_type02 dd {
  margin-top: 45px;
  padding: 0 60px;
}
.index_type02 ol.main_depth > li {
  margin-top: 30px;
}
.index_type02 ol.main_depth > li:first-child {
  margin-top: 0;
}
.index_type02 ol.main_depth li {
  line-height: 1.4em;
  font-size: 1.25rem;
  font-weight: 300;
}
.index_type02 ol.main_depth strong {
  display: block;
  padding-bottom: 30px;
  font-weight: 500;
}
.index_type02 ol.main_depth .sub_depth > li {
  margin-left: 20px;
}

.template-type {
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 24px;
}
.template-type strong {
  font-size: 23px;
  line-height: 65px;
}
.template-type table {
  margin-top: 15px;
  border-collapse: separate;
  border-spacing: 0 3px;
}
.template-type table thead th {
  width: 14.28%;
  height: 45px;
  background-color: #726f6f;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 400;
  line-height: 1.1em;
}
.template-type table tbody td {
  background-color: #f1f1f1;
  border: 1px solid #fff;
  text-align: center;
}
.template-type h5 {
  font-size: 25px;
  line-height: 50px;
  margin-top: 45px;
}
.template-type .left-con {
  margin-bottom: 10px;
}
.template-type .left-con dl dt {
  font-size: 20px;
  line-height: 50px;
}
.template-type .left-con dl dd::after {
  content: "";
  display: block;
  clear: both;
}
.template-type .left-con dl dd .img-con {
  float: right;
  margin-left: 25px;
}
.template-type .left-con dl dd .img-con img {
  width: 180px;
  height: auto;
  display: block;
  margin: 0;
}
.template-type .right-con {
  margin-bottom: 10px;
}
.template-type .right-con dl dt {
  font-size: 20px;
  line-height: 50px;
}
.template-type .right-con dl dd::after {
  content: "";
  display: block;
  clear: both;
}
.template-type .right-con dl dd .img-con {
  float: left;
  margin-right: 25px;
}
.template-type .right-con dl dd .img-con img {
  width: 180px;
  height: auto;
  display: block;
  margin: 0;
}

@media all and (max-width: 1280px) {
  .btn_write {
    height: 3.28125vw;
    line-height: 3.28125vw;
    padding: 0 1.09375vw 0 1.484375vw;
    margin-top: 4.6875vw;
    font-size: 0.8888888889rem;
    border-radius: 0.546875vw;
    -webkit-box-shadow: 0.625vw 0.625vw 0.78125vw rgba(144, 144, 144, 0.26);
            box-shadow: 0.625vw 0.625vw 0.78125vw rgba(144, 144, 144, 0.26);
  }
  .btn_write::after {
    width: 2.1875vw;
    height: 1.71875vw;
    margin: 0.625vw 0 0 0.625vw;
    background-size: 100% auto;
  }
  .table_type01,
  .table_type02,
  .table_type03,
  .list_type01,
  .list_type02,
  .list_type03,
  .index_type01,
  .index_type02 {
    font-size: 0.8888888889rem;
  }
  .table_type01 dt {
    margin: 1.953125vw 0;
    font-size: 1.3333333333rem;
  }
  .table_type01 dd {
    padding: 1.5625vw;
    border-radius: 0.9375vw;
  }
  .table_type01 table {
    font-size: 1rem;
  }
  .table_type01 table th, .table_type01 table td {
    padding: 1.5625vw;
  }
  .table_type01 table th {
    width: 13.28125vw;
  }
  .table_type02 table {
    font-size: 1rem;
    border-spacing: 0 0.9375vw;
  }
  .table_type02 table th, .table_type02 table td {
    padding: 1.5625vw 1.171875vw;
  }
  .table_type02 table th {
    width: 11.71875vw;
  }
  .table_type02.tit dl {
    padding: 1.5625vw;
    border-radius: 0.9375vw;
  }
  .table_type02.tit dt {
    margin: 1.953125vw 0;
    padding-left: 0.9375vw;
    font-size: 1.6666666667rem;
  }
  .table_type03 {
    border-radius: 0.78125vw;
  }
  .table_type03 table {
    font-size: 1rem;
  }
  .table_type03 table th, .table_type03 table td {
    padding: 1.171875vw 0;
  }
  .table_type03 table th {
    width: 17.96875vw;
  }
  .table_type03 table td dt {
    width: 11.71875vw;
    font-size: 1rem;
  }
  .table_type03 table td p {
    padding-bottom: 0.390625vw;
    font-size: 1rem;
  }
  .table_type03 table td span {
    margin-left: 2.34375vw;
  }
  .list_type01 li {
    padding-left: 0.9375vw;
  }
  .list_type02 dt {
    padding-left: 2.34375vw;
    font-size: 1rem;
  }
  .list_type02 dd {
    margin-left: 2.34375vw;
    padding-left: 2.34375vw;
    font-size: 0.8888888889rem;
  }
  .list_type02 li {
    margin-left: 0.390625vw;
    padding-left: 1.5625vw;
    font-size: 0.8333333333rem;
  }
  .list_type03 li {
    font-size: 1rem;
    padding-left: 2.34375vw;
    padding-bottom: 1.171875vw;
  }
  .index_type01 dt {
    padding: 1.171875vw 0;
    font-size: 1rem;
    border-radius: 0.9375vw;
  }
  .index_type01 dd {
    margin-top: 3.515625vw;
  }
  .index_type01 ol.main_depth > li {
    margin-top: 1.953125vw;
  }
  .index_type01 ol.main_depth > li strong {
    font-size: 1.3333333333rem;
  }
  .index_type01 ol.main_depth strong {
    padding-right: 0.78125vw;
  }
  .index_type01 ol.main_depth span {
    padding: 0 0.78125vw;
    font-size: 1.1111111111rem;
  }
  .index_type01 ol.main_depth .sub_depth > li {
    margin-left: 1.953125vw;
  }
  .index_type01 ol.main_depth .sub_depth > li p {
    margin-top: 1.953125vw;
  }
  .index_type01 ol.main_depth .sub_depth > li strong {
    font-size: 1.1111111111rem;
  }
  .index_type02 dt {
    padding: 1.171875vw 0;
    font-size: 1rem;
    border-radius: 0.9375vw;
  }
  .index_type02 dd {
    margin-top: 3.515625vw;
    padding: 0 4.6875vw;
  }
  .index_type02 ol.main_depth > li {
    margin-top: 2.34375vw;
  }
  .index_type02 ol.main_depth li {
    font-size: 1.1111111111rem;
  }
  .index_type02 ol.main_depth strong {
    padding-bottom: 2.34375vw;
  }
  .index_type02 ol.main_depth .sub_depth > li {
    margin-left: 1.953125vw;
  }
  .template-type strong {
    font-size: 1.2777777778rem;
  }
  .template-type h5 {
    font-size: 1.3888888889rem;
    line-height: 2.7777777778rem;
    margin-top: 2.5rem;
  }
  .template-type .left-con {
    margin-bottom: 0.5555555556rem;
  }
  .template-type .left-con dl dt {
    font-size: 1.1111111111rem;
    line-height: 3.0555555556rem;
  }
  .template-type .left-con dl dd .img-con {
    margin-left: 1.3888888889rem;
  }
  .template-type .right-con {
    margin-bottom: 0.5555555556rem;
  }
  .template-type .right-con dl dt {
    font-size: 1.1111111111rem;
    line-height: 3.0555555556rem;
  }
  .template-type .right-con dl dd .img-con {
    margin-right: 1.3888888889rem;
  }
}
@media all and (max-width: 720px) {
  .btn_write {
    height: 8.3333333333vw;
    line-height: 8.3333333333vw;
    padding: 0 3.8888888889vw 0 4.1666666667vw;
    margin-top: 8.3333333333vw;
    font-size: 0.9166666667rem;
    border-radius: 0.9722222222vw;
    -webkit-box-shadow: 1.1111111111vw 1.1111111111vw 1.3888888889vw rgba(144, 144, 144, 0.26);
            box-shadow: 1.1111111111vw 1.1111111111vw 1.3888888889vw rgba(144, 144, 144, 0.26);
  }
  .btn_write::after {
    width: 3.8888888889vw;
    height: 8.3333333333vw;
    margin: 0 0 0 1.1111111111vw;
    background-size: 100% auto;
  }
  .table_type01,
  .table_type02,
  .table_type03,
  .list_type01,
  .list_type02,
  .list_type03,
  .index_type01,
  .index_type02 {
    font-size: 0.8333333333rem;
  }
  .table_type01 dt {
    margin: 4.1666666667vw 0;
    font-size: 1.25rem;
  }
  .table_type01 dd {
    padding: 2.7777777778vw;
    border-radius: 2.0833333333vw;
  }
  .table_type01 table {
    font-size: 0.9166666667rem;
  }
  .table_type01 table tr {
    border-bottom: none;
  }
  .table_type01 table th, .table_type01 table td {
    display: block;
    width: 100%;
    padding: 2.7777777778vw;
  }
  .table_type01 table th {
    text-align: center;
  }
  .table_type02 table {
    font-size: 0.9166666667rem;
    border-spacing: 0 1.6666666667vw;
  }
  .table_type02 table th, .table_type02 table td {
    display: block;
    width: 100%;
    padding: 2.7777777778vw;
  }
  .table_type02 table th {
    text-align: center;
  }
  .table_type02 table td {
    text-align: center;
  }
  .table_type02.tit dl {
    padding: 2.7777777778vw;
    border-radius: 2.0833333333vw;
  }
  .table_type02.tit dt {
    margin: 4.1666666667vw 0;
    padding-left: 0;
    font-size: 1.4166666667rem;
  }
  .table_type03 {
    border-radius: 1.3888888889vw;
  }
  .table_type03 table {
    font-size: 0.8333333333rem;
  }
  .table_type03 table th {
    border-bottom: 1px solid #c4c4c4;
  }
  .table_type03 table th, .table_type03 table td {
    display: block;
    width: 100%;
    padding: 2.0833333333vw 0;
  }
  .table_type03 table td {
    border-left: none;
  }
  .table_type03 table td dl {
    display: block;
    text-align: center;
  }
  .table_type03 table td dt {
    width: 100%;
    font-size: 0.8333333333rem;
    font-weight: 500;
  }
  .table_type03 table td p {
    display: block;
    padding: 1.3888888889vw 0;
    font-size: 0.8333333333rem;
  }
  .table_type03 table td strong {
    display: block;
  }
  .table_type03 table td span {
    margin-left: 0;
  }
  .list_type01 li {
    padding-left: 2.5vw;
  }
  .list_type02 dt {
    padding-left: 4.8611111111vw;
    font-size: 0.9166666667rem;
  }
  .list_type02 dd {
    margin-left: 3.4722222222vw;
    padding-left: 4.8611111111vw;
    font-size: 0.8333333333rem;
  }
  .list_type02 li {
    margin-left: 0.6944444444vw;
    padding-left: 2.7777777778vw;
    font-size: 0.7916666667rem;
  }
  .list_type03 li {
    font-size: 0.9166666667rem;
    padding-left: 4.8611111111vw;
    padding-bottom: 2.7777777778vw;
  }
  .index_type01 dt {
    padding: 2.0833333333vw 0;
    font-size: 0.9166666667rem;
    border-radius: 2.0833333333vw;
  }
  .index_type01 dd {
    margin-top: 6.25vw;
  }
  .index_type01 ol.main_depth > li {
    margin-top: 3.4722222222vw;
  }
  .index_type01 ol.main_depth > li strong {
    font-size: 1.1666666667rem;
  }
  .index_type01 ol.main_depth strong {
    padding-right: 1.3888888889vw;
  }
  .index_type01 ol.main_depth span {
    padding: 0 1.3888888889vw;
    font-size: 0.8333333333rem;
  }
  .index_type01 ol.main_depth .sub_depth > li {
    margin-left: 3.4722222222vw;
  }
  .index_type01 ol.main_depth .sub_depth > li p {
    margin-top: 2.7777777778vw;
  }
  .index_type01 ol.main_depth .sub_depth > li strong {
    font-size: 0.8333333333rem;
  }
  .index_type02 dt {
    padding: 2.0833333333vw 0;
    font-size: 0.9166666667rem;
    border-radius: 2.0833333333vw;
  }
  .index_type02 dd {
    margin-top: 6.25vw;
    padding: 0 4.1666666667vw;
  }
  .index_type02 ol.main_depth > li {
    margin-top: 3.4722222222vw;
  }
  .index_type02 ol.main_depth li {
    font-size: 0.8333333333rem;
  }
  .index_type02 ol.main_depth strong {
    padding-bottom: 2.7777777778vw;
  }
  .index_type02 ol.main_depth .sub_depth > li {
    margin-left: 3.4722222222vw;
  }
  .template-type .table-box {
    width: 100%;
    overflow: auto;
  }
  .template-type .table-box table {
    white-space: nowrap;
    border-collapse: collapse;
  }
  .template-type .table-box table thead {
    width: 100px;
  }
  .template-type .table-box table thead tr th {
    font-size: 0.875rem;
    font-weight: 400;
    padding: 10px;
  }
  .template-type .table-box table tbody tr td {
    font-size: 0.875rem;
    height: 50px;
    padding: 10px;
  }
  .template-type h5 {
    line-height: 2.0833333333rem;
    margin-top: 1.875rem;
  }
  .template-type .left-con {
    margin-bottom: 0.625rem;
  }
  .template-type .left-con dl dt {
    line-height: 2.2916666667rem;
  }
  .template-type .left-con dl dd .img-con {
    margin-left: 1.0416666667rem;
    margin-bottom: 1.0416666667rem;
  }
  .template-type .right-con {
    margin-bottom: 0.625rem;
  }
  .template-type .right-con dl dt {
    line-height: 2.2916666667rem;
  }
  .template-type .right-con dl dd .img-con {
    margin-right: 1.0416666667rem;
    margin-bottom: 1.0416666667rem;
  }
}