@charset "UTF-8";
/* radio */
.comm_radio {
  display: inline-block;
  vertical-align: top;
}

.comm_radio input[type=radio] {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.comm_radio input[type=radio] + span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 20px;
  padding-bottom: 2px;
}

.comm_radio input[type=radio] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border: 2px solid #ccc;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.comm_radio input[type=radio]:checked + span::before {
  border-color: #f5821f;
}

.comm_radio input[type=radio]:checked + span::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 10px;
  height: 10px;
  background-color: #f5821f;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.comm_radio.type input[type=radio] + span {
  line-height: 26px;
  padding-left: 40px;
}

.comm_radio.type input[type=radio] + span::before {
  border-color: #fff;
  background-color: #d6d6d6;
  width: 28px;
  height: 28px;
  margin-right: 14px;
}

.comm_radio.type input[type=radio]:checked + span::before {
  border-color: #fff;
}

.comm_radio.type input[type=radio]:checked + span::after {
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
}

/* checkbox */
.comm_check {
  display: inline-block;
  vertical-align: top;
}

.comm_check input[type=checkbox] {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.comm_check input[type=checkbox] + span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 38px;
  cursor: pointer;
  line-height: 24px;
  font-size: 1.125rem;
  color: #fff;
}

.comm_check input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #ccc;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.comm_check input[type=checkbox] + span::after {
  content: "";
  display: none;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 11px;
  height: 7px;
  border: solid #fff;
  border-width: 0 0 3px 3px;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  border-radius: 2px;
}

.comm_check input[type=checkbox]:checked + span::before {
  border-color: #f5821f;
  background-color: #f5821f;
}

.comm_check input[type=checkbox]:checked + span::after {
  display: block;
}

/* menu linemap */
.linemap_guide-box {
  width: 100%;
  position: relative;
  z-index: 3;
  background-color: #fff;
}

.comm_linemap {
  width: 1220px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comm_linemap .home {
  line-height: 60px;
  padding-right: 22px;
  font-size: 16px;
  letter-spacing: 0;
  color: #000;
}

.comm_linemap .depth {
  margin-left: -2px;
  min-width: 140px;
}

.comm_linemap .depth.sub {
  min-width: 200px;
}

.comm_linemap .depth button {
  vertical-align: top;
  line-height: 60px;
  text-align: left;
  position: relative;
  border: solid #e4e4e4;
  border-width: 0 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  padding: 0 50px 0 20px;
  width: 100%;
}

.comm_linemap .depth button::after {
  content: "";
  display: block;
  width: 16px;
  height: 10px;
  background: url(../img/ico_arw-linemap.png) center no-repeat;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.comm_linemap .depth ul {
  position: absolute;
  left: -99999em;
  top: -99999em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #e4e4e4;
  padding: 10px 0;
  background-color: #fff;
}

.comm_linemap .depth ul a {
  display: block;
  padding: 10px 20px;
  line-height: 1.3;
  font-size: 16px;
}

.comm_linemap .depth ul a.on,
.comm_linemap .depth ul a:hover {
  color: #f5821f;
}

.comm_linemap .depth.open {
  position: relative;
}

.comm_linemap .depth.open ul {
  display: none;
  left: 0;
  top: 100%;
  width: 100%;
}

.comm_linemap .back_page {
  display: none;
  position: absolute;
  right: 20px;
  top: 0;
  line-height: 60px;
}

.comm_linemap .back_page::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  height: 60px;
  width: 24px;
  background: url(../img/ico_arrw_k2.png) right center no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.fix_line {
  padding-top: 60px;
}

.fix_line .linemap_guide-box {
  position: fixed;
  left: 0;
  top: -140px;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  -webkit-transition: top 0.4s;
  transition: top 0.4s;
  z-index: 7;
}

.fix_line .comm_linemap .home {
  text-indent: -99999em;
  background: url(../img/KDI_logo.png) left center no-repeat;
  width: 70px;
  background-size: 60px auto;
}

.fix_line .comm_linemap .back_page {
  display: block;
}

.fix_line.open .linemap_guide-box {
  top: 0;
}

/* list pageNum */
.comm_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.comm_pagination button {
  width: 34px;
  height: 34px;
  background-color: #e7e7e7;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  text-indent: -99999em;
  overflow: hidden;
}

.comm_pagination button:first-child {
  background-image: url(../img/ico_page10_p.png);
  margin-right: 8px;
}

.comm_pagination button:last-child {
  background-image: url(../img/ico_page10_n.png);
  margin-left: 8px;
}

.comm_pagination button.prev {
  background-image: url(../img/ico_page1_p.png);
  margin-right: 20px;
}

.comm_pagination button.next {
  background-image: url(../img/ico_page1_n.png);
  margin-left: 20px;
}

.comm_pagination span {
  display: inline-block;
  vertical-align: top;
}

.comm_pagination span a {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  color: #2d2c2b;
  font-size: 1.25rem;
  line-height: 34px;
  text-align: center;
}

.comm_pagination span a.on,
.comm_pagination span a:hover {
  color: #f5821f;
  font-weight: 500;
}

/* selectBox */
.comm_select {
  position: relative;
  height: 38px;
  display: inline-block;
  vertical-align: top;
  border-radius: 2px;
}

.comm_select > label {
  display: block;
  text-indent: -99999em;
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  left: -99999em;
  top: -99999em;
}

.comm_select select::-ms-expand {
  display: none;
}

.comm_select select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 4px;
  border: none;
  padding: 0 50px 0 20px;
  height: 100%;
  background-color: #fff;
  color: #333;
  cursor: pointer;
  width: 100%;
}

.comm_select::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 11px;
  width: 8px;
  height: 8px;
  border: solid #333;
  border-width: 0 0 2px 2px;
  -webkit-transform: rotate(315deg) translateY(-50%);
          transform: rotate(315deg) translateY(-50%);
  margin-top: -4px;
}

.comm_select.ong {
  background-color: #f5821f;
  border-radius: 4px;
}

.comm_select.ong select {
  color: #fff;
  background-color: transparent;
}

.comm_select.ong select option {
  color: #333;
}

.comm_select.ong::after {
  border-color: #fff;
}

/* sns */
.sns_btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 6px 12px 0 0;
}

.sns_btn-box span {
  display: block;
  margin-left: 6px;
}

.sns_btn-box span:first-child {
  margin-left: 0;
}

.sns_btn-box span a {
  display: block;
  width: 34px;
  height: 34px;
  background-color: #d6d6d6;
  text-indent: -99999em;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.sns_btn-box span a:hover {
  background-color: #999;
}

.sns_btn-box span a.n {
  background-image: url(../img/ico_viewpage_1.png);
}

.sns_btn-box span a.f {
  background-image: url(../img/ico_viewpage_2.png);
}

.sns_btn-box span a.p {
  background-image: url(../img/ico_viewpage_3.png);
}

.sns_btn-box span a.c {
  background-image: url(../img/ico_viewpage_4.png);
}

.sns_btn-box span a.b {
  background-image: url(../img/ico_viewpage_5.png);
}

.sns_btn-box span a.s {
  background-image: url(../img/ico_viewpage_6.png);
}

/* page common CSS */
.page_top-wrap {
  background-color: #333;
  position: relative;
  background-size: cover;
}

.page_top-wrap h2 {
  font-size: 2.375rem;
  color: #fff;
  line-height: 1em;
  letter-spacing: -0.025em;
  font-weight: 400;
  text-align: center;
  padding: 50px 0;
  position: relative;
  z-index: 1;
}

.page_top-wrap.both::before,
.page_top-wrap.both::after {
  content: "";
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background-size: 100% 100%;
}

.page_top-wrap.both::before {
  left: 0;
  background-image: url(../img/bg_both-l.jpg);
  background-position: left top;
}

.page_top-wrap.both::after {
  right: 0;
  background-image: url(../img/bg_both-r.jpg);
  background-position: right bottom;
}

.page_top-wrap.blue-bg {
  background-color: #004d9f;
}

.page_top-wrap.blue-bg::before {
  background-image: url(../img/bg_both-lb.jpg);
  opacity: 0.7;
}

.page_top-wrap.blue-bg::after {
  background-image: url(../img/bg_both-rb.jpg);
  opacity: 0.7;
}

.page_top-wrap.blue-bg .select_all-select {
  border-top-color: #3066a0;
}

.rpt_link * {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #d6d6d6;
  width: 170px;
  height: 40px;
  line-height: 40px;
  font-size: 0.938rem;
  color: #666;
  text-indent: 22px;
  position: relative;
  text-align: left;
  margin-top: 10px;
  background-color: #fff;
  -webkit-transition: -webkit-box-shadow 0.2s cubic-bezier(0.75, 0.1, 0.25, 1);
  transition: -webkit-box-shadow 0.2s cubic-bezier(0.75, 0.1, 0.25, 1);
  transition: box-shadow 0.2s cubic-bezier(0.75, 0.1, 0.25, 1);
  transition: box-shadow 0.2s cubic-bezier(0.75, 0.1, 0.25, 1), -webkit-box-shadow 0.2s cubic-bezier(0.75, 0.1, 0.25, 1);
}

.rpt_link *:first-child {
  margin: 0;
}

.rpt_link *::after {
  content: "";
  display: block;
  height: 100%;
  width: 24px;
  position: absolute;
  right: 16px;
  top: 0;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.rpt_link *:hover {
  color: #f5821f;
  -webkit-box-shadow: 4px 4px 0 0 #ebe8e6;
          box-shadow: 4px 4px 0 0 #ebe8e6;
}

.rpt_link.bg * {
  border-color: #666;
  color: #666;
}

.rpt_link.bg *:hover {
  -webkit-box-shadow: 4px 4px 0 0 #66635d;
          box-shadow: 4px 4px 0 0 #66635d;
  background-color: #fff;
  color: #f5821f;
}

.rpt_link .i01::after {
  background-image: url(../img/ico_rpt01.png);
}

.rpt_link .i01:hover::after {
  background-image: url(../img/ico_rpt01_on.png);
}

.rpt_link .i02::after {
  background-image: url(../img/ico_rpt02.png);
}

.rpt_link .i02:hover::after {
  background-image: url(../img/ico_rpt02_on.png);
}

.rpt_link .i03::after {
  background-image: url(../img/ico_rpt03.png);
}

.rpt_link .i03:hover::after {
  background-image: url(../img/ico_rpt03_on.png);
}

.rpt_link .i04::after {
  background-image: url(../img/ico_rpt04.png);
}

.rpt_link .i04:hover::after {
  background-image: url(../img/ico_rpt04_on.png);
}

.rpt_link .i05::after {
  background-image: url(../img/ico_rpt05.png);
}

.rpt_link .i05:hover::after {
  background-image: url(../img/ico_rpt05_on.png);
}

.rpt_link .i06::after {
  background-image: url(../img/ico_rpt06.png);
}

.rpt_link .i06:hover::after {
  background-image: url(../img/ico_rpt06_on.png);
}

.rpt_link .i07::after {
  background-image: url(../img/ico_rpt07.png);
}

.rpt_link .i07:hover::after {
  background-image: url(../img/ico_rpt07_on.png);
}

.rpt_link .i08::after {
  background-image: url(../img/ico_rpt08.png);
}

.rpt_link .i08:hover::after {
  background-image: url(../img/ico_rpt08_on.png);
}

.rpt_link .i09::after {
  background-image: url(../img/ico_rpt09.png);
}

.rpt_link .i09:hover::after {
  background-image: url(../img/ico_rpt09_on.png);
}

.rpt_link .i10::after {
  background-image: url(../img/ico_rpt10.png);
}

.rpt_link .i10:hover::after {
  background-image: url(../img/ico_rpt10_on.png);
}

.rpt_link .i11::after {
  background-image: url(../img/ico_rpt11.png);
}

.rpt_link .i11:hover::after {
  background-image: url(../img/ico_rpt11_on.png);
}

.rpt_link .i12::after {
  background-image: url(../img/ico_rpt12.png);
}

.rpt_link .i12:hover::after {
  background-image: url(../img/ico_rpt12_on.png);
}

.rpt_link .i13::after {
  background-image: url(../img/ico_rpt13.png);
}

.rpt_link .i14::after {
  background-image: url(../img/ico_rpt14.png);
}

.rpt_link .i14:hover::after {
  background-image: url(../img/ico_rpt14_on.png);
}

/* view fixed */
.view_fixed-info {
  position: fixed;
  left: 0;
  top: -80px;
  width: 100%;
  background-color: #333;
  z-index: 3;
  -webkit-transition: top 0.4s;
  transition: top 0.4s;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}

.view_fixed-info .center_guide {
  width: 1144px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 80px;
}

.view_fixed-info p {
  font-size: 20px;
  color: #d6d6d6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: 30px;
}

.view_fixed-info p * {
  display: inline-block;
  vertical-align: top;
}

.view_fixed-info p b {
  color: #fd8e2f;
  font-size: 16px;
  font-weight: 400;
  margin-right: 12px;
}

.view_fixed-info p strong {
  font-weight: 400;
  line-height: 1.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 48px;
}

.view_fixed-info p span {
  color: #999;
  font-size: 14px;
  letter-spacing: 0;
  margin-left: 10px;
}

.view_fixed-info .rpt_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.view_fixed-info .rpt_link button {
  margin: 0 0 0 10px;
  color: #333;
  font-size: 15px;
}

.view_fixed-info .rpt_link button:hover {
  color: #f5821f;
}

.view_fixed-info .rpt_link .i11,
.view_fixed-info .rpt_link .i12 {
  display: none;
}

.fix_line.open .view_fixed-info {
  top: 60px;
}

/* TAB MENU */
.comm_two-tab {
  text-align: center;
  overflow: hidden;
  font-size: 0;
  margin: 60px 0;
}

.comm_two-tab * {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  font-size: 1.25rem;
  color: #333;
  background-color: #fff;
  border: 2px solid #f5821f;
  padding: 11px 0 12px 0;
}

.comm_two-tab *:first-child {
  border-radius: 4px 0 0 4px;
}

.comm_two-tab *:last-child {
  border-radius: 0 4px 4px 0;
}

.comm_two-tab *.on {
  color: #fff;
  background-color: #f5821f;
}

.comm_tab-select {
  width: 1144px;
  margin: 0 auto;
}
.comm_tab-select ul {
  font-size: 0;
  border-bottom: 3px solid #f5821f;
}
.comm_tab-select ul li {
  display: inline-block;
  vertical-align: top;
  width: 240px;
  text-align: center;
}
.comm_tab-select ul li * {
  display: block;
  color: #666;
  font-size: 1.125rem;
  padding: 24px 0;
  position: relative;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.comm_tab-select ul li *::before {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  position: absolute;
  left: -1px;
  top: 50%;
  background-color: #d6d6d6;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.comm_tab-select ul li:first-child *::before {
  display: none;
}
.comm_tab-select ul li .g {
  display: inline;
  width: auto;
  padding: 0;
  background-color: transparent;
  color: #999;
}
.comm_tab-select ul li .g::before {
  content: none;
}
.comm_tab-select ul li *.on {
  border: solid #f5821f;
  border-width: 3px 3px 0 3px;
  z-index: 1;
  padding: 21px 0 27px 0;
  color: #f5821f;
}
.comm_tab-select ul li *.on::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
}
.comm_tab-select ul li *.on::before {
  display: none;
}
.comm_tab-select.comm_change-tab button {
  display: none;
}

/* 버튼 2개 경우 */
.comm_twins-btns {
  text-align: center;
}

.comm_twins-btns * {
  display: inline-block;
  vertical-align: top;
  width: 170px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  margin: 0 7px;
  -webkit-transition: -webkit-box-shadow 0.2s cubic-bezier(0.75, 0.1, 0.25, 1);
  transition: -webkit-box-shadow 0.2s cubic-bezier(0.75, 0.1, 0.25, 1);
  transition: box-shadow 0.2s cubic-bezier(0.75, 0.1, 0.25, 1);
  transition: box-shadow 0.2s cubic-bezier(0.75, 0.1, 0.25, 1), -webkit-box-shadow 0.2s cubic-bezier(0.75, 0.1, 0.25, 1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.comm_twins-btns *:hover {
  -webkit-box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.1);
}

.comm_twins-btns .bk {
  background-color: #333;
  color: #fff;
  border-width: 0;
}

.comm_twins-btns .org {
  background-color: #f5821f;
  color: #fff;
  border-width: 0;
}

/* 동의서 리스트 */
.comm_agreement-lst li {
  margin-top: 32px;
}
.comm_agreement-lst li:first-child {
  margin-top: 0;
}
.comm_agreement-lst li em {
  display: block;
  margin-bottom: 10px;
}

/* 버튼 공통 */
.comm_arw-org {
  background-color: #f5821f;
  text-align: center;
  color: #fff;
  width: 200px;
  height: 40px;
  line-height: 38px;
  font-size: 16px;
  display: block;
  margin: 0 auto;
}
.comm_arw-org::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 100%;
  background: url(../img/ico_arw-right.png) right center no-repeat;
}

@media all and (max-width: 1280px) {
  .comm_radio input[type=radio] + span {
    padding-left: 2.34375vw;
    line-height: 1.5625vw;
  }
  .comm_radio input[type=radio] + span::before {
    width: 1.71875vw;
    height: 1.71875vw;
  }
  .comm_radio input[type=radio]:checked + span::after {
    top: 0.46875vw;
    left: 0.46875vw;
    width: 0.78125vw;
    height: 0.78125vw;
  }
  .comm_radio.type input[type=radio] + span {
    line-height: 2.03125vw;
    padding-left: 3.125vw;
  }
  .comm_radio.type input[type=radio] + span::before {
    width: 2.1875vw;
    height: 2.1875vw;
    margin-right: 1.09375vw;
  }
  .comm_radio.type input[type=radio]:checked + span::after {
    width: 1.25vw;
    height: 1.25vw;
  }
  .comm_check input[type=checkbox] + span {
    padding-left: 2.96875vw;
    line-height: 1.875vw;
    font-size: 1.5625vw;
  }
  .comm_check input[type=checkbox] + span::before {
    width: 1.875vw;
    height: 1.875vw;
    border-width: 1px;
    border-radius: 2px;
  }
  .comm_check input[type=checkbox] + span::after {
    top: 0.390625vw;
    left: 0.390625vw;
    width: 0.859375vw;
    height: 0.546875vw;
    border-width: 0 0 2px 2px;
  }
  .rpt_link * {
    width: 14.0625vw;
    height: 3.90625vw;
    line-height: 3.90625vw;
    text-indent: 1.71875vw;
    margin-top: 0.78125vw;
    font-size: 0.8333333333rem;
  }
  .rpt_link *::after {
    right: 1.40625vw;
    width: 1.875vw;
    background-size: 100% auto;
  }
  .comm_select {
    height: 3.125vw;
  }
  .comm_select select {
    font-size: 1rem;
    padding: 0 3.90625vw 0 1.5625vw;
  }
  .comm_select::after {
    width: 0.625vw;
    height: 0.625vw;
    right: 0.859375vw;
  }
  .comm_pagination span a {
    width: 3.90625vw;
  }
  .comm_pagination button {
    width: 2.65625vw;
    height: 2.65625vw;
    background-size: 0.78125vw auto;
  }
  .comm_pagination button:first-child {
    margin-right: 0.625vw;
  }
  .comm_pagination button:last-child {
    margin-left: 0.625vw;
  }
  .comm_pagination button.prev {
    margin-right: 1.5625vw;
  }
  .comm_pagination button.next {
    margin-left: 1.5625vw;
  }
  .comm_linemap {
    width: 95%;
  }
  .comm_linemap .home {
    padding: 0 1.71875vw;
    line-height: 6.25vw;
    font-size: 1.5625vw;
  }
  .comm_linemap .depth {
    min-width: 10.9375vw;
  }
  .comm_linemap .depth button {
    padding-left: 1.5625vw;
    padding-right: 3.90625vw;
    line-height: 6.25vw;
    font-size: 1.5625vw;
  }
  .comm_linemap .depth button::after {
    background-size: 1.5625vw auto;
  }
  .comm_linemap .depth.sub {
    min-width: 15.625vw;
  }
  .comm_linemap .depth ul a {
    padding: 0.78125vw 1.5625vw;
    font-size: 1.5625vw;
  }
  .comm_linemap .depth ul a ::after {
    margin-left: 0.78125vw;
    font-size: 0.625vw;
  }
  .comm_linemap .back_page {
    line-height: 6.25vw;
    right: 1.5625vw;
  }
  .comm_linemap .back_page::before {
    width: 2.34375vw;
    height: 6.25vw;
    background-size: 1.40625vw auto;
  }
  .fix_line {
    padding-top: 6.25vw;
  }
  .fix_line .comm_linemap .home {
    width: 5.46875vw;
    background-size: 4.6875vw;
    background-position: 1.71875vw center;
  }
  .view_fixed-info {
    top: -7.8125vw;
  }
  .view_fixed-info .center_guide {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
    height: 6.25vw;
  }
  .view_fixed-info p {
    font-size: 1.5625vw;
  }
  .view_fixed-info p b {
    margin-right: 0.9375vw;
    font-size: 1.25vw;
  }
  .view_fixed-info p span {
    margin-left: 0.78125vw;
    font-size: 1.09375vw;
  }
  .view_fixed-info .rpt_link button {
    font-size: 1.171875vw;
  }
  .fix_line.open .view_fixed-info {
    top: 6.25vw;
  }
  .sns_btn-box {
    padding: 0.46875vw 0.9375vw 0 0;
  }
  .sns_btn-box span {
    margin-left: 0.46875vw;
  }
  .sns_btn-box span a {
    width: 3.4375vw;
    height: 3.4375vw;
    background-size: 100% auto;
  }
  .page_top-wrap h2 {
    padding: 3.90625vw 0;
    font-size: 2.1111111111rem;
  }
  .comm_two-tab {
    margin: 4.6875vw 0;
  }
  .comm_two-tab * {
    width: 15.625vw;
  }
  .comm_tab-select {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
  }
  .comm_tab-select ul li {
    width: 18.75vw;
  }
  .comm_tab-select ul li * {
    padding: 1.875vw 0;
    font-size: 1.2222222222rem;
  }
  .comm_tab-select ul li *::before {
    height: 2.34375vw;
  }
  .comm_tab-select ul li *.on {
    padding: 1.640625vw 0 2.109375vw;
  }
  .comm_twins-btns * {
    width: 13.28125vw;
    height: 3.90625vw;
    line-height: 3.75vw;
  }
}
@media all and (max-width: 720px) {
  .comm_radio input[type=radio] + span {
    padding-left: 4.1666666667vw;
    line-height: 2.7777777778vw;
    padding-bottom: 0.1388888889vw;
  }
  .comm_radio input[type=radio] + span::before {
    width: 3.0555555556vw;
    height: 3.0555555556vw;
    border-width: 0.2777777778vw;
  }
  .comm_radio input[type=radio]:checked + span::after {
    top: 0.8333333333vw;
    left: 0.8333333333vw;
    width: 1.3888888889vw;
    height: 1.3888888889vw;
  }
  .comm_radio.type input[type=radio] + span {
    padding-left: 8.3333333333vw;
    line-height: 6.25vw;
  }
  .comm_radio.type input[type=radio] + span::before {
    width: 6.25vw;
    height: 6.25vw;
  }
  .comm_radio.type input[type=radio]:checked + span::after {
    top: 1.1111111111vw;
    left: 1.1111111111vw;
    width: 3.8888888889vw;
    height: 3.8888888889vw;
  }
  .comm_radio.type + span {
    line-height: 3.6111111111vw;
    padding-left: 5.5555555556vw;
  }
  .comm_radio.type + span::before {
    border-color: #fff;
    background-color: #d6d6d6;
    width: 3.8888888889vw;
    height: 3.8888888889vw;
    margin-right: 1.9444444444vw;
  }
  .comm_check input[type=checkbox] + span {
    padding-left: 4.7222222222vw;
    line-height: 3.8888888889vw;
    font-size: 3.3333333333vw;
  }
  .comm_check input[type=checkbox] + span::before {
    width: 3.8888888889vw;
    height: 3.8888888889vw;
    border-width: 1px;
    border-radius: 2px;
  }
  .comm_check input[type=checkbox] + span::after {
    top: 0.8333333333vw;
    left: 0.8333333333vw;
    width: 1.6666666667vw;
    height: 1.1111111111vw;
    border-width: 0 0 2px 2px;
  }
  .comm_linemap {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .comm_linemap .home {
    display: none;
  }
  .comm_linemap .depth {
    display: none;
    margin-left: 0;
    position: static;
    min-width: auto !important;
  }
  .comm_linemap .depth button::after {
    width: 4.1666666667vw;
    height: 2.5vw;
    right: 2.7777777778vw;
    background-image: url(../img/m/ico_arw-linemap.png);
    background-size: 100% auto;
  }
  .comm_linemap .depth ul {
    border-width: 0;
    background-color: #f7f7f9;
    padding: 2.2222222222vw 0;
    left: 0;
    top: 100%;
    width: 100%;
    display: none;
  }
  .comm_linemap .depth ul li a {
    text-align: center;
    padding: 1.3888888889vw 2.7777777778vw;
    font-size: 3.3333333333vw;
    font-weight: 500;
  }
  .comm_linemap .depth ul li a:after {
    display: none;
  }
  .comm_linemap .depth.sub {
    display: block;
    width: 100%;
    margin-left: 0;
    border-left: 1px solid #e4e4e4;
  }
  .comm_linemap .depth.sub button {
    border-width: 0;
    font-size: 3.3333333333vw;
    line-height: 1.2;
    padding: 2.7777777778vw 8.3333333333vw 2.7777777778vw 4.4444444444vw;
  }
  .comm_linemap .depth.open ul {
    border-width: 1px 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  }
  .comm_linemap .depth.f {
    border-left-width: 0;
  }
  .comm_linemap .depth.f button {
    font-weight: 500;
  }
  .comm_linemap.two_depth::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #e4e4e4;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .comm_linemap.two_depth .depth.sub {
    width: 50%;
  }
  .fix_line {
    padding-top: 10vw;
  }
  .fix_line .comm_linemap .back_page {
    display: none;
  }
  .fix_line.view_page-back .comm_linemap {
    display: none;
  }
  .fix_line.view_page-back .moveing_back {
    display: block;
    color: #333;
    height: 10vw;
    line-height: 10vw;
    width: 100%;
    text-align: left;
  }
  .fix_line.view_page-back .moveing_back::before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 1.9444444444vw;
    height: 100%;
    background: url(../img/m/ico_backmove.png) 0 center no-repeat;
    background-size: 1.9444444444vw auto;
    margin: 0 1.3888888889vw 0 5.5555555556vw;
  }
  .view_fixed-info {
    display: none;
    -webkit-transition: none;
    transition: none;
  }
  .comm_pagination button {
    width: 4.7222222222vw;
    height: 4.7222222222vw;
    background-size: auto 2.2222222222vw;
  }
  .comm_pagination button:first-child {
    margin-right: 1.3888888889vw;
  }
  .comm_pagination button:last-child {
    margin-left: 1.3888888889vw;
  }
  .comm_pagination span a {
    font-size: 3.3333333333vw;
    width: 5.5555555556vw;
  }
  .comm_select {
    height: 6.6666666667vw;
  }
  .comm_select select {
    border-radius: 2px;
    padding: 0 6.9444444444vw 0 2.7777777778vw;
    font-size: 1rem;
  }
  .comm_select::after {
    right: 2.5vw;
    width: 1.6666666667vw;
    height: 1.6666666667vw;
    border-width: 0 0 2px 2px;
  }
  .comm_select .ong {
    border-radius: 2px;
  }
  .comm_two-tab {
    margin: 6.9444444444vw 0;
  }
  .comm_two-tab * {
    width: 35vw;
    padding: 1.6666666667vw 0;
    font-size: 1.0833333333rem;
  }
  .comm_tab-select {
    width: auto;
    margin-left: 5.5555555556vw;
    margin-right: 5.5555555556vw;
  }
  .comm_tab-select ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    border-bottom-width: 2px;
  }
  .comm_tab-select ul li {
    width: 25%;
  }
  .comm_tab-select ul li * {
    height: 100%;
    font-size: 1rem;
    padding: 2.7777777778vw 0;
  }
  .comm_tab-select ul li *.on {
    height: calc(100% + 2px);
    margin-bottom: 0;
    border-width: 2px 2px 0 2px;
    padding: 2.5vw 0 2.7777777778vw 0;
  }
  .comm_tab-select ul li *::before {
    height: 60%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .comm_tab-select ul li .g {
    display: block;
    height: auto;
    margin-top: 0.6944444444vw;
  }
  .comm_tab-select.comm_change-tab {
    position: relative;
    z-index: 1;
  }
  .comm_tab-select.comm_change-tab button {
    display: block;
    border: 2px solid #e7e7e7;
    color: #333;
    font-weight: 500;
    font-size: 1rem;
    line-height: 9.7222222222vw;
    padding: 0 3.8888888889vw;
    width: 100%;
    text-align: left;
    position: relative;
  }
  .comm_tab-select.comm_change-tab button::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 8.0555555556vw;
    background: url(../img/arw_bottom2.png) left center no-repeat;
    background-size: 4.1666666667vw auto;
  }
  .comm_tab-select.comm_change-tab button.on::after {
    background-image: url(../img/arw_up2.png);
  }
  .comm_tab-select.comm_change-tab ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #fff;
    border-style: solid;
    border-color: #e7e7e7 !important;
    border-width: 0 2px 2px 2px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1.6666666667vw 4.1666666667vw;
  }
  .comm_tab-select.comm_change-tab ul li {
    display: block;
    width: 100% !important;
    border-width: 0;
    border-top: 1px dashed #adadad;
  }
  .comm_tab-select.comm_change-tab ul li:first-child {
    border-top-width: 0;
  }
  .comm_tab-select.comm_change-tab ul li * {
    border-width: 0;
    padding: 2.2222222222vw 0;
    font-size: 1rem;
  }
  .comm_tab-select.comm_change-tab ul li *::before {
    display: none;
  }
  .comm_tab-select.comm_change-tab ul li *.on::after {
    display: none;
  }
  .comm_agreement-lst li {
    margin-top: 4.1666666667vw;
    line-height: 1.3em;
  }
  .comm_twins-btns * {
    width: 27.7777777778vw;
    height: 8.3333333333vw;
    line-height: 8.0555555556vw;
    margin: 0 1.3888888889vw;
  }
  .sns_btn-box span {
    margin-left: 0;
  }
  .sns_btn-box span a {
    width: 6.1111111111vw;
    height: 6.1111111111vw;
    background-size: 100% auto;
    margin-left: 0.6944444444vw;
  }
  .sns_btn-box span a.p {
    display: none;
  }
  .rpt_link * {
    width: 27.7777777778vw;
    height: 8.3333333333vw;
    line-height: 6.6666666667vw;
    font-size: 1rem;
    text-indent: 1.25rem;
  }
  .rpt_link *::after {
    right: 3.4722222222vw;
    top: 0;
    width: 4.4444444444vw;
    height: 100%;
    background-size: 100% auto;
  }
  .page_top-wrap.both::before {
    background-image: url(../img/m/bg_both-l.png);
    background-size: 100% auto;
  }
  .page_top-wrap.both::after {
    background-image: url(../img/m/bg_both-r.png);
    background-size: 100% auto;
  }
  .comm_arw-org {
    width: 34.7222222222vw;
    height: 8.3333333333vw;
    line-height: 7.7777777778vw;
    font-size: 1rem;
  }
  .comm_arw-org::after {
    width: 5vw;
    background-size: 12px auto;
  }
}