@charset "UTF-8";
/* main color */
/* base color */
/* gray type */
/* xirn accent */
.l_sub .agree_box {
  background: #f7f7f7;
  border-radius: 7px;
}
.l_sub .desc_caution {
  margin-top: 15px;
  padding-left: 20px;
  position: relative;
}
.l_sub .desc_caution::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 5px;
  color: #888888;
}
.l_sub .desc_caution p {
  color: #888888;
  font-size: 16px;
  line-height: 26px;
}
.l_sub_list .section_01 .inner .sec_tit {
  margin-bottom: 45px;
}
.l_sub_list .section_01 .inner .box_list .box_wrap ul {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
}
.l_sub_list .section_01 .inner .box_list .box_wrap ul li {
  width: 380px;
  border: 1px solid #dbdbdb;
  border-radius: 17px;
  overflow: hidden;
  transition: 0.5s;
  margin-right: 30px;
  margin-top: 30px;
}
.l_sub_list .section_01 .inner .box_list .box_wrap ul li:nth-child(3n) {
  margin-right: 0;
}
.l_sub_list .section_01 .inner .box_list .box_wrap ul li:nth-child(-n+3) {
  margin-top: 0;
}
.l_sub_list .section_01 .inner .box_list .box_wrap ul li .wrap_img {
  position: relative;
}
.l_sub_list .section_01 .inner .box_list .box_wrap ul li .wrap_img img {
  width: 100%;
}
.l_sub_list .section_01 .inner .box_list .box_wrap ul li .wrap_txt {
  background-color: #ffffff;
  padding: 60px 40px;
}
.l_sub_list .section_01 .inner .box_list .box_wrap ul li .wrap_txt .name {
  font-size: 21px;
  font-weight: bold;
  line-height: 32px;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 32px;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  margin-bottom: 15px;
}
.l_sub_list .section_01 .inner .box_list .box_wrap ul li .wrap_txt dl {
  margin-bottom: 25px;
}
.l_sub_list .section_01 .inner .box_list .box_wrap ul li .wrap_txt dl div {
  display: flex;
  line-height: 35px;
}
.l_sub_list .section_01 .inner .box_list .box_wrap ul li .wrap_txt dl div dt {
  width: 92px;
  display: flex;
  justify-content: space-between;
}
.l_sub_list .section_01 .inner .box_list .box_wrap ul li .wrap_txt dl div dd {
  width: calc(100% - 92px);
  color: #888888;
}
.l_sub_list .section_01 .inner .box_list .box_wrap ul li .wrap_txt .btn_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.l_sub_list .section_01 .inner .box_list .box_wrap ul li .wrap_txt .btn_wrap .btn {
  width: auto;
  height: 48px;
  padding: 0 30px;
  border-radius: 24px;
}
.l_sub_list .section_01 .inner .box_list .box_wrap ul li:hover {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
}
.l_sub_list .section_01 .inner .box_list .box_wrap > .btn_more {
  width: 100%;
  text-align: center;
  color: #666666;
  font-weight: 500;
}
.l_sub_list .section_01 .inner .box_list .box_wrap > .btn_more span {
  transition: all 0.2s;
}
.l_sub_list .section_01 .inner .box_list .box_wrap > .btn_more:hover span {
  transform: rotate(90deg);
}
.l_sub_inquiry .section_01 .info {
  background: url(/Content/static/images/sub/subscription/info_bg_inquiry.jpg) no-repeat center/cover;
}
.l_sub_inquiry .section_01 .pi .wrap_input .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 110px);
}
.l_sub_inquiry .section_01 .pi .wrap_input .wrap input {
  width: 285px;
}
.l_sub_inquiry .section_01 .pi .wrap_input .wrap .btn {
  margin: 0;
}
.l_sub_result .top_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 46px;
}
.l_sub_result .top_area .btn {
  width: 186px;
  height: 46px;
}
.l_sub_result .top_area .btn .icon_print {
  width: 23px;
  height: 23px;
  background-image: url(/Content/static/images/sub/my/icon_print.png);
  margin-right: 13px;
}
.l_sub_result .table_wrap tr th {
  padding: 32px 0;
}
.l_sub_result .table_wrap.table_left {
  padding-bottom: 55px;
  border-bottom: 2px solid #333333;
  margin-bottom: 55px;
}
.l_sub_result .table_wrap.table_left tr td {
  padding-left: 49px;
  color: #333333;
}
.l_sub_result .table_wrap.table_left tr td .radio_list {
  display: flex;
  align-items: center;
}
.l_sub_result .table_wrap.table_left tr td .radio_list .radio_box {
  margin-right: 40px;
}
.l_sub_result .table_wrap.table_left tr td .radio_list .radio_box:last-child {
  margin-right: 0;
}
.l_sub_result .table_wrap:nth-child(3) tbody tr td {
  padding: 46px 0;
  color: #888888;
}
.l_sub_result .table_wrap:nth-child(3) tbody tr td strong {
  color: #333333;
}
.l_sub_result .desc {
  margin-top: 24px;
  font-size: 16px;
  color: #888888;
  line-height: 26px;
}
.l_sub_result .desc strong {
  font-weight: 500;
  color: #666666;
  display: block;
}
.l_sub_result .btn_wrap {
  margin: 70px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l_sub_result .btn_wrap .btn {
  width: 158px;
  height: 50px;
  margin-right: 20px;
}
.l_sub_result .btn_wrap .btn:last-of-type {
  margin-right: 0;
}
.l_sub_complete .section .sec_tit {
  margin-bottom: 46px;
}
.l_sub_complete .section .table_left th {
  padding: 32px 0;
}
.l_sub_complete .section .table_left td {
  padding-left: 49px;
}
.l_sub_complete .section .table_left td .radio_list {
  display: flex;
  align-items: center;
}
.l_sub_complete .section .table_left td .radio_list .radio_box {
  margin-right: 40px;
}
.l_sub_complete .section .table_left td .radio_list .radio_box:last-child {
  margin-right: 0;
}
.l_sub_complete .section_01 .table_wrap {
  padding-bottom: 55px;
  border-bottom: 2px solid #333333;
  margin-bottom: 55px;
}
.l_sub_complete .section_02 .table_wrap {
  padding-bottom: 55px;
  border-bottom: 2px solid #333333;
  margin-bottom: 55px;
}
.l_sub_complete .section_03 .btn {
  width: 158px;
  height: 50px;
  margin: 40px auto 0;
}
.l_sub_subscription .section_01 .sec_tit {
  margin-bottom: 46px;
}
.l_sub_subscription .section_01 .table_left {
  margin-bottom: 55px;
}
.l_sub_subscription .section_01 .table_left th {
  padding: 32px 0;
}
.l_sub_subscription .section_01 .table_left td {
  padding-left: 49px;
}
.l_sub_subscription .section_01 .box_list {
  margin-bottom: 55px;
}
.l_sub_subscription .section_01 .box_list .box_wrap ul {
  display: flex;
  flex-wrap: wrap;
}
.l_sub_subscription .section_01 .box_list .box_wrap ul li {
  width: 380px;
  margin-right: 30px;
  height: 183px;
  border: 1px solid #dbdbdb;
  padding: 23px 50px 40px;
  transition: 0.3s;
  border-radius: 15px;
}
.l_sub_subscription .section_01 .box_list .box_wrap ul li:last-child {
  margin-right: 0;
}
.l_sub_subscription .section_01 .box_list .box_wrap ul li .tit_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.l_sub_subscription .section_01 .box_list .box_wrap ul li .tit_wrap .tit {
  font-size: 25px;
  font-weight: 500;
}
.l_sub_subscription .section_01 .box_list .box_wrap ul li .tit_wrap .icon {
  width: 50px;
  height: 50px;
}
.l_sub_subscription .section_01 .box_list .box_wrap ul li .tit_wrap .icon_application {
  background: url(/Content/static/images/sub/subscription/icon_application.png) no-repeat center;
}
.l_sub_subscription .section_01 .box_list .box_wrap ul li .tit_wrap .icon_inquiry {
  background-image: url(/Content/static/images/sub/subscription/icon_inquiry.png);
}
.l_sub_subscription .section_01 .box_list .box_wrap ul li .tit_wrap .icon_howto {
  background-image: url(/Content/static/images/sub/subscription/icon_howto.png);
}
.l_sub_subscription .section_01 .box_list .box_wrap ul li .btn_wrap {
  flex-direction: column;
}
.l_sub_subscription .section_01 .box_list .box_wrap ul li .btn_wrap a {
  width: 100%;
  margin-right: 0;
  justify-content: space-between;
  padding: 0 30px;
  height: 40px;
  border-radius: 20px;
  font-size: 16px;
  color: #666666;
  background: #f7f7f7;
}
.l_sub_subscription .section_01 .box_list .box_wrap ul li .btn_wrap a .icon_box_arrow {
  background-image: url(/Content/static/images/sub/my/icon_box_arrow.png);
  width: 13px;
  height: 10px;
}
.l_sub_subscription .section_01 .box_list .box_wrap ul li:hover {
  background: #2b98bc;
  box-shadow: 5px 5px 10px rgba(31, 31, 31, 0.22);
  border-color: #2b98bc;
}
.l_sub_subscription .section_01 .box_list .box_wrap ul li:hover .tit_wrap .tit {
  color: #ffffff;
}
.l_sub_subscription .section_01 .box_list .box_wrap ul li:hover .tit_wrap .icon {
  filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  -o-filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  -ms-filter: brightness(0) invert(1);
}
.l_sub_subscription .section_01 .box_list .box_wrap ul li:hover .btn_wrap a {
  box-shadow: none;
}
.l_sub_subscription .section_01 .desc_list {
  padding-top: 25px;
  border-top: 2px solid #333333;
}
.l_sub_subscription .section_01 .desc_list li {
  position: relative;
  font-size: 16px;
  color: #666666;
  opacity: 0.8;
  margin-bottom: 10px;
  line-height: 26px;
  padding-left: 18px;
}
.l_sub_subscription .section_01 .desc_list li:last-child {
  margin-bottom: 0;
}
.l_sub_subscription .section_01 .desc_list li::before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
}
.l_sub_subscription .section_01 .desc_list li a {
  display: inline;
}
.l_sub_subscription .section_01 .desc_list li ul li {
  padding-left: 8px;
  margin-bottom: 0;
}
.l_sub_subscription .section_01 .desc_list li ul li::before {
  position: absolute;
  content: "-";
  top: 0;
  left: 0;
}
.l_sub_agree .section {
  margin-bottom: 55px;
}
.l_sub_agree .section .sec_tit {
  margin-bottom: 45px;
}
.l_sub_agree .section .box {
  width: 100%;
  border: 1px solid #dbdbdb;
  padding: 60px 40px;
  word-break: keep-all;
}
.l_sub_agree .section .box .tit {
  font-size: 25px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 40px;
}
.l_sub_agree .section .box .sub_tit {
  font-size: 21px;
  font-weight: 500;
  line-height: 35px;
  margin-bottom: 15px;
}
.l_sub_agree .section .box .desc {
  color: #666666;
  line-height: 30px;
}
.l_sub_agree .section .box ul li {
  color: #666666;
  line-height: 30px;
  position: relative;
  padding-left: 10px;
}
.l_sub_agree .section .box ul li::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
.l_sub_agree .section_03 .box {
  max-height: 380px;
  padding: 0;
}
.l_sub_agree .section_03 .box .content {
  padding: 60px 40px;
}
.l_sub_agree .section_03 .box .content .table_wrap {
  margin: 20px 0;
}
.l_sub_agree .section_03 .box .content .table_wrap table tr th {
  padding: 32px 0;
}
.l_sub_agree .section_03 .box .content .table_wrap table tr td {
  padding: 48px 0;
  color: #888888;
}
.l_sub_agree .section_03 .box .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.l_sub_agree .section_03 .box .mCSB_scrollTools {
  width: 4px;
}
.l_sub_agree .section_03 .box .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  background: #dbdbdb;
}
.l_sub_agree .section_04 .agree_box {
  padding: 45px 50px;
  margin-top: 40px;
}
.l_sub_agree .section_04 .agree_box dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.l_sub_agree .section_04 .agree_box dl:last-child {
  margin-bottom: 0;
}
.l_sub_agree .section_04 .agree_box dl dt .burgundy {
  color: #763e3e;
}
.l_sub_agree .section_04 .agree_box dl dd {
  display: flex;
  align-items: center;
}
.l_sub_agree .section_04 .agree_box dl dd .radio_box {
  margin-left: 40px;
}
.l_sub_agree .section_04 .agree_box dl dd .radio_box .wrap_input label {
  font-weight: 400;
}
.l_sub_agree .section_04 .btn {
  margin: 40px auto 0;
  width: 158px;
  height: 50px;
}
.l_sub_information .section .sec_tit {
  margin-bottom: 45px;
}
.l_sub_information .section_01 .sec_tit {
  margin-bottom: 0;
}
.l_sub_information .section_01 .wrap_info {
  margin-bottom: 70px;
  padding: 40px 50px;
  border-bottom: 1px solid #dbdbdb;
  width: 100%;
}
.l_sub_information .section_01 .wrap_info .wrap_input {
  display: flex;
  width: 100%;
  align-items: flex-start;
}
.l_sub_information .section_01 .wrap_info .wrap_input label {
  width: 310px;
  line-height: 50px;
  font-weight: 500;
}
.l_sub_information .section_01 .wrap_info .wrap_input label span {
  position: relative;
  font-weight: 500;
}
.l_sub_information .section_01 .wrap_info .wrap_input label span::after {
  content: "";
  position: absolute;
  right: -17px;
  top: 6px;
  background-color: #de8080;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.l_sub_information .section_01 .wrap_info .wrap_input > input {
  width: calc(100% - 310px);
}
.l_sub_information .section_01 .wrap_info .wrap_input .wrap_birth {
  display: flex;
  align-items: center;
}
.l_sub_information .section_01 .wrap_info .wrap_input .wrap_birth input {
  width: 240px;
}
.l_sub_information .section_01 .wrap_info .wrap_input .wrap_birth span {
  display: block;
  margin: 0 15px;
}
.l_sub_information .section_01 .wrap_info .wrap_input .wrap {
  width: calc(100% - 310px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l_sub_information .section_01 .wrap_info .wrap_input .wrap input {
  width: 615px;
}
.l_sub_information .section_01 .wrap_info .wrap_input .wrap .btn {
  width: 157px;
  height: 50px;
}
.l_sub_information .section_01 .wrap_info .wrap_input .wrap_address {
  display: block;
  width: calc(100% - 310px);
}
.l_sub_information .section_01 .wrap_info .wrap_input .wrap_address > input {
  width: 100%;
  margin-top: 16px;
}
.l_sub_information .section_01 .wrap_info .wrap_input .wrap .f_address {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.l_sub_information .section_01 .wrap_info .wrap_input .wrap .f_address input.addrZipCode {
  border: 1px solid #dbdbdb;
  border-radius: 5px 0 0 5px;
  width: 70%;
}
.l_sub_information .section_01 .wrap_info .wrap_input .wrap .f_address input.btn_zipcode {
  width: 30%;
  background-color: #f7f7f7;
  color: #666666;
  font-size: 16px;
  border-radius: 0 5px 5px 0;
  border: 1px solid #dbdbdb;
  border-left: none;
}
.l_sub_information .section_01 .wrap_info .wrap_input .wrap .l_address input {
  width: 100%;
}
.l_sub_information .section_01 .wrap_info .wrap_input .wrap .l_address input.addr_def {
  border: 1px solid #dbdbdb;
  margin-bottom: 15px;
}
.l_sub_information .section_01 .wrap_info .wrap_input .text-danger {
  width: calc(100% - 310px);
}
.l_sub_information .section_01 .wrap_info #popwrap + .wrap_input {
  margin-top: 25px;
}
.l_sub_information .section_02 .agree_box {
  padding: 40px 50px;
  margin-bottom: 40px;
}
.l_sub_information .section_02 .agree_box + .agree_box {
  margin-bottom: 75px;
}
.l_sub_information .section_02 .agree_box .tit {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 20px;
}
.l_sub_information .section_02 .agree_box .desc {
  color: #666666;
  margin-bottom: 40px;
}
.l_sub_information .section_02 .agree_box .radio_list {
  display: flex;
}
.l_sub_information .section_02 .agree_box .radio_list .radio_box {
  margin-right: 130px;
}
.l_sub_information .section_02 .agree_box .radio_list .radio_box label {
  font-weight: 400;
}
.l_sub_information .section_02 .agree_box .radio_list .radio_box input:checked + label::before {
  background-image: url(/Content/static/images/common/icon_check_on.png);
}
.l_sub_information .section_02 .agree_box .caution {
  margin-top: 40px;
  color: #763e3e;
  font-size: 16px;
}
.l_sub_information .section_03 .agree_box {
  padding: 40px 50px;
}
.l_sub_information .section_03 .agree_box .radio_list {
  display: flex;
  flex-wrap: wrap;
  max-width: 700px;
}
.l_sub_information .section_03 .agree_box .radio_list .radio_box {
  width: 25%;
}
.l_sub_information .section_03 .agree_box .radio_list .radio_box:nth-of-type(n + 5) {
  margin-top: 20px;
}
.l_sub_information .section_03 .agree_box .radio_list .radio_box label {
  width: auto;
  font-weight: 400;
}
.l_sub_information .section_03 .agree_box .radio_list .radio_box .wrap_input {
  width: auto;
}
.l_sub_information .section_03 .agree_box .caution {
  font-size: 16px;
  margin-top: 16px;
}
.l_sub_information .section_03 .agree_box .caution .burgundy {
  color: #763e3e;
}
.l_sub_information .section_03 .btn_wrap {
  display: flex;
  margin-top: 40px;
  justify-content: center;
  align-items: center;
}
.l_sub_information .section_03 .btn_wrap .btn {
  width: 158px;
  height: 50px;
  margin-right: 20px;
}
.l_sub_information .section_03 .btn_wrap .btn:last-child {
  margin-right: 0;
}
.l_sub_information .section_04 {
  margin-top: 75px;
}
.l_sub_information .section_04 .sec_tit {
  margin-bottom: 45px;
}
.l_sub_information .section_04 .wrap_info {
  margin-bottom: 70px;
  padding: 40px 50px;
  width: 100%;
  background: #f7f7f7;
  border-radius: 7px;
}
.l_sub_information .section_04 .wrap_info .wrap_input {
  display: flex;
  width: 100%;
  align-items: flex-start;
}
.l_sub_information .section_04 .wrap_info .wrap_input label {
  width: 180px;
  line-height: 50px;
  font-weight: 500;
}
.l_sub_information .section_04 .wrap_info .wrap_input label span {
  position: relative;
  font-weight: 500;
}
.l_sub_information .section_04 .wrap_info .wrap_input label span::after {
  display: none;
  content: "";
  position: absolute;
  right: -17px;
  top: 6px;
  background-color: #de8080;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.l_sub_information .section_04 .wrap_info .wrap_input > input, .l_sub_information .section_04 .wrap_info .wrap_input .select_box {
  width: calc(100% - 180px);
}
.l_sub_information .section_04 .wrap_info .wrap_input .select_box .wrap_select > span {
  background: #ffffff;
}
.l_sub_information .section_04 .wrap_info .wrap_input .wrap_birth {
  display: flex;
  align-items: center;
}
.l_sub_information .section_04 .wrap_info .wrap_input .wrap_birth input {
  width: 240px;
}
.l_sub_information .section_04 .wrap_info .wrap_input .wrap_birth span {
  display: block;
  margin: 0 15px;
}
.l_sub_information .section_04 .wrap_info .wrap_input .wrap {
  width: calc(100% - 180px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l_sub_information .section_04 .wrap_info .wrap_input .wrap input {
  width: 745px;
  background: #ffffff;
}
.l_sub_information .section_04 .wrap_info .wrap_input .wrap .btn {
  width: 157px;
  height: 50px;
}
.l_sub_information .section_04 .wrap_info .wrap_input .text-danger {
  width: calc(100% - 310px);
}
.l_sub_information .section_04 .wrap_info .wrap_input.amount > input, .l_sub_information .section_04 .wrap_info .wrap_input.username > input {
  border: 0 !important;
  border-radius: 0;
  border-bottom: 1px solid #dbdbdb !important;
}
.l_sub_information .section_04 .wrap_info #popwrap + .wrap_input {
  margin-top: 25px;
}
.l_sub_information .section_04 .wrap_info_txt {
  margin-top: 50px;
}
.l_sub_information .section_04 .wrap_info_txt ul li {
  text-indent: -20px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 2;
  color: #888888;
}
.l_sub_information .section_04 .btn_wrap {
  display: flex;
  margin-top: 40px;
  justify-content: center;
  align-items: center;
}
.l_sub_information .section_04 .btn_wrap .btn {
  width: 158px;
  height: 50px;
  margin-right: 20px;
}
.l_sub_information .section_04 .btn_wrap .btn:last-child {
  margin-right: 0;
}
.l_sub_method .section_01 .sec_tit {
  margin-bottom: 46px;
}
.l_sub_method .section_01 .process_wrap {
  width: 100%;
  margin-bottom: 118px;
}
.l_sub_method .section_01 .process_wrap > ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.l_sub_method .section_01 .process_wrap > ul > li {
  padding-right: 10px;
  position: relative;
  text-align: center;
  width: 256px;
}
.l_sub_method .section_01 .process_wrap > ul > li:first-child, .l_sub_method .section_01 .process_wrap > ul > li:last-child {
  width: 216px;
}
.l_sub_method .section_01 .process_wrap > ul > li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -11px;
  width: 12px;
  height: 22px;
  background: url(/Content/static/images/sub/my/icon_process_arrow.png) no-repeat 0 0/contain;
}
.l_sub_method .section_01 .process_wrap > ul > li p {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 15px;
}
.l_sub_method .section_01 .process_wrap > ul > li p.txt {
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 15px;
  line-height: 22px;
}
.l_sub_method .section_01 .process_wrap > ul > li p:first-child {
  color: #2b98bc;
}
.l_sub_method .section_01 .process_wrap > ul > li > ul li {
  color: #888888;
  font-size: 16px;
  line-height: 26px;
}
.l_sub_method .section_01 .process_wrap > ul > li:last-child::after {
  display: none;
}
.l_sub_method .section_01 .desc_wrap > ul > li {
  font-size: 21px;
  font-weight: 500;
  position: relative;
  padding-left: 20px;
}
.l_sub_method .section_01 .desc_wrap > ul > li + li {
  margin-top: 70px;
}
.l_sub_method .section_01 .desc_wrap > ul > li::before {
  content: "ㆍ";
  position: absolute;
  top: 0;
  left: 0;
}
.l_sub_method .section_01 .desc_wrap > ul > li > ul {
  margin-top: 10px;
}
.l_sub_method .section_01 .desc_wrap > ul > li > ul + ul {
  margin-top: 30px;
}
.l_sub_method .section_01 .desc_wrap > ul > li > ul > li {
  color: #666666;
  position: relative;
  padding-left: 20px;
  line-height: 30px;
  font-size: 18px;
}
.l_sub_method .section_01 .desc_wrap > ul > li > ul > li a {
  display: inline;
}
.l_sub_method .section_01 .desc_wrap > ul > li > ul > li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.l_sub_method .section_01 .desc_wrap > ul > li > ul > li > ul {
  margin-top: 0;
}
.l_sub_method .section_01 .desc_wrap > ul > li > ul > li > ul > li {
  padding-left: 10px;
}
.l_sub_method .section_01 .desc_wrap > ul > li > ul > li > ul > li::before {
  content: "-";
}