/* CSS Document */
.orange {
  color: #FE6F02;
}

.pink {
  color: #FF0353;
}

.bold {
  font-weight: bold;
}

.small {
  font-size: 0.85em;
}

#content section {
  padding: 0 10px;
  overflow: hidden;
}
#content .wrap {
  max-width: 1000px;
  padding: 80px 0;
}
@media print, screen and (max-width: 769px) {
  #content .wrap {
    padding: 50px 0;
  }
}

.camp-btn {
  display: block;
  background: url("img/arrow_img01.svg") no-repeat right 40px center/8px auto;
  background-color: #FE6F02;
  max-width: 582px;
  height: 66px;
  margin: 0 auto;
  color: white;
  font-size: 24px;
  font-weight: bold;
  line-height: 66px;
  text-align: center;
  border-radius: 100px;
  letter-spacing: 1px;
  transition: background 0.3s ease-in-out 0s;
}
.camp-btn:hover {
  background-color: #FF8A35;
}
@media print, screen and (max-width: 769px) {
  .camp-btn {
    background-position: right 20px center;
    height: 56px;
    font-size: 16px;
    line-height: 56px;
  }
}
@media print, screen and (max-width: 500px) {
  .camp-btn {
    background: none;
    background-color: #FE6F02 !important;
  }
}

.arrow-link {
  display: table;
  background: url("img/arrow_img03.svg") no-repeat right 0 center/8px auto;
  padding-right: 22px;
  margin: 0 auto;
}
.arrow-link span {
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}
.arrow-link:hover span {
  text-decoration: none;
}
@media print, screen and (max-width: 769px) {
  .arrow-link span {
    font-size: 14px;
  }
}

.link-area {
  background: white;
  max-width: 580px;
  margin: 30px auto 0;
  padding: 14px 20px;
  letter-spacing: 1px;
  border-radius: 16px;
}
.link-area p {
  display: table;
  margin: 0 auto;
  font-size: 14px;
  font-weight: bold;
}
.link-area p span {
  color: #FB7500;
}
@media print, screen and (max-width: 769px) {
  .link-area {
    margin-top: 20px;
    letter-spacing: 0;
  }
  .link-area p {
    font-size: 12px;
  }
  .link-area a span {
    font-size: 12px;
  }
}

.cta {
  background: #FFE895;
  padding: 50px 10px !important;
}
.cta .wrap {
  padding: 0 !important;
}
.cta .txt {
  margin-bottom: 27px;
}
.cta .txt p {
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
  text-shadow: 3px 3px 0 #FFF;
  text-align: center;
}
.cta .txt p span {
  color: #FB7500;
}
.cta .cta-label-img {
  display: block;
  max-width: 182px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  margin-bottom: -18px;
}
.cta .link-area {
  margin-top: 24px;
}
@media print, screen and (max-width: 769px) {
  .cta {
    padding: 30px 10px !important;
  }
  .cta .txt {
    margin-bottom: 20px;
  }
  .cta .txt p {
    font-size: 24px;
    line-height: 1.4;
  }
  .cta .txt p span {
    display: block;
  }
}

.secTit {
  font-size: 40px;
  font-weight: bold;
}
@media print, screen and (max-width: 769px) {
  .secTit {
    font-size: 24px;
  }
}

#mv {
  padding: 0;
  color: #1E3143;
}
#mv .mv-top {
  background: url("img/mv_bg_pc.jpg") no-repeat center top/cover;
  max-width: none;
}
#mv .mv-top .wrap {
  padding: 17px 10px 16px;
}
#mv .mv-top .tit {
  max-width: 617px;
  margin: 0 auto;
}
#mv .mv-top .tit img {
  display: block;
  width: 100%;
  height: auto;
}
#mv .mv-top .tit .sp {
  display: none;
}
#mv .mv-top .tit span {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  line-height: 0;
}
#mv .mv-top .mv-condition {
  display: flex;
  align-items: stretch;
  max-width: 616px;
  margin: 16px auto 0;
  background: white;
  border: #007FDE 2px solid;
  border-radius: 10px;
  overflow: hidden;
  font-weight: bold;
}
#mv .mv-top .mv-condition .condition-label {
  background: #007FDE;
  color: white;
  width: 128px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  letter-spacing: 0.6px;
}
#mv .mv-top .mv-condition ul {
  display: flex;
  align-items: stretch;
  flex: 1;
}
#mv .mv-top .mv-condition ul li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 8px;
  color: #333;
  font-size: 14px;
  letter-spacing: 0.56px;
}
#mv .mv-top .mv-condition ul li + li {
  position: relative;
}
#mv .mv-top .mv-condition ul li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 1px;
  background: #CCCCCC;
}
#mv .day {
  background: #4C97F4;
  color: white;
  max-width: none;
  padding: 14px 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
#mv .mv-cta {
  background: #FFE895;
  max-width: none;
  padding: 40px 10px;
  text-align: center;
}
#mv .mv-cta .mv-notice-img {
  display: block;
  max-width: 370px;
  width: 100%;
  height: auto;
  margin: 0 auto 4px;
}
#mv .mv-cta .camp-btn {
  margin: 0 auto;
}
#mv .mv-cta .link-area {
  background: transparent;
  margin-top: 20px;
}
@media print, screen and (max-width: 769px) {
  #mv .mv-top {
    background-image: url("img/mv_bg_sp.jpg");
  }
  #mv .mv-top .tit {
    max-width: 355px;
  }
  #mv .mv-top .tit .pc {
    display: none;
  }
  #mv .mv-top .tit .sp {
    display: block;
  }
  #mv .mv-top .mv-condition {
    max-width: 100%;
    margin-top: 12px;
    border-width: 1px;
    border-radius: 6px;
  }
  #mv .mv-top .mv-condition .condition-label {
    display: none;
  }
  #mv .mv-top .mv-condition ul li {
    font-size: 11px;
    padding: 8px 0;
    letter-spacing: 0;
  }
  #mv .day {
    font-size: 14px;
    padding: 10px;
  }
  #mv .day span {
    display: none;
  }
  #mv .mv-cta {
    padding: 20px 10px;
  }
  #mv .mv-cta .mv-notice-img {
    width: 80%;
  }
}

#step {
  padding: 0 10px !important;
}
#step .step-announce {
  max-width: 880px;
  margin: 60px auto;
  border: #007FDE 1px solid;
  border-radius: 20px;
  overflow: hidden;
}
#step .step-announce .announce-title {
  background: #007FDE;
  color: white;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 10px 20px 18px;
  letter-spacing: 0.96px;
}
#step .step-announce .announce-body {
  background: #F3F8FD;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 20px 20px 24px;
  line-height: 1.7;
}
#step .orange {
  color: #FE6F02;
}
@media print, screen and (max-width: 769px) {
  #step .step-announce {
    margin: 30px auto;
  }
  #step .step-announce .announce-title {
    font-size: 15px;
    padding: 14px 16px;
    letter-spacing: 0;
  }
  #step .step-announce .announce-body {
    font-size: 14px;
    padding: 20px 16px;
  }
}

.scroll_tb {
  padding-top: 30px;
  overflow-x: scroll;
}

.camp_tb {
  min-width: 500px;
  width: 100%;
}
.camp_tb th,
.camp_tb td {
  width: 20%;
  height: 74px;
  font-size: 15px;
  text-align: center;
}
.camp_tb th {
  font-size: 16px;
  font-weight: 600;
}
.camp_tb td {
  border-left: #333 1px solid;
}
.camp_tb thead th:not(:first-of-type) {
  background: #D7EFFB;
  border-left: #333 1px solid;
}
.camp_tb thead th {
  font-size: 18px;
}
.camp_tb thead th span {
  display: block;
  font-size: 16px;
  line-height: 1;
}
.camp_tb tbody tr {
  border-top: #333 1px solid;
}
.camp_tb tbody th {
  background: #D7EFFB;
}
.camp_tb tbody td s {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1;
}
.camp_tb tbody td > span {
  display: block;
  font-weight: bold;
  line-height: 1;
}
.camp_tb tbody td > span span {
  font-size: 20px;
}
.camp_tb tbody td .attention {
  display: inline-block;
  margin: 0 auto;
  font-size: 12px;
}
@media only screen and (min-width: 960px) {
  .camp_tb th,
  .camp_tb td {
    font-size: 18px;
  }
  .camp_tb th {
    font-size: 18px;
  }
  .camp_tb tbody td s {
    font-size: 18px;
  }
  .camp_tb thead th {
    font-size: 20px;
  }
}

#plan {
  background: #F5F5F5;
}
#plan .secTit {
  text-align: center;
  font-size: 32px;
  margin-bottom: 36px;
  line-height: 1.4;
}
#plan .plan-note-img {
  display: block;
  max-width: 436px;
  width: 100%;
  height: auto;
  margin: 0 auto 4px;
}
#plan .camp_tb {
  border-bottom: #333 1px solid;
  border-right: #333 1px solid;
}
#plan .camp_tb thead {
  background: none;
}
#plan .camp_tb thead th:not(:first-of-type) {
  background: #D7EFFB;
  border-top: #333 1px solid;
}
#plan .camp_tb thead .no1 {
  position: relative;
}
#plan .camp_tb thead .no1 span {
  background: #008FE1;
  width: 100%;
  height: 28px;
  position: absolute;
  top: -29px;
  left: 0;
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 28px;
  border-radius: 5px 5px 0 0;
}
#plan .camp_tb tbody th {
  border-left: #333 1px solid;
}
#plan .camp_tb tbody td {
  background: #fff;
  height: 94px;
  font-size: 20px;
}
#plan .camp_tb tbody td > span em {
  font-size: 30px;
  font-style: normal;
}
@media only screen and (max-width: 960px) {
  #plan .camp_tb tbody td > span em {
    font-size: 20px;
  }
}
#plan .scrollTxt span {
  background: #F5F5F5;
}
#plan .plan-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 6px;
  margin-bottom: 40px;
  margin-bottom: 30px;
}
#plan .plan-footer .plan-notes .attention {
  font-size: 13px;
  line-height: 1.7;
  margin: 0;
}
#plan .link_more {
  display: inline-block;
  background: url("img/arrow_img03.svg") no-repeat right bottom 15px/6px auto;
  padding-right: 20px;
  padding-bottom: 6px;
  position: relative;
  font-size: 16px;
  white-space: nowrap;
  flex-shrink: 0;
}
#plan .link_more::before {
  content: "";
  display: block;
  background: #222;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#plan .link_more:hover::before {
  display: none;
}
@media print, screen and (max-width: 769px) {
  #plan .secTit {
    font-size: 22px;
  }
  #plan .plan-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  #plan .link_more {
    font-size: 14px;
    margin: 0 0 0 auto;
  }
}

#flow {
  background: white;
}
#flow .wrap {
  max-width: 880px;
}
#flow .wrap > .secTit {
  text-align: center;
  color: #008FE1;
  margin-bottom: 40px;
  font-size: 34px;
}
#flow .flow-blue {
  color: #007FDE;
}
#flow .flow-green {
  color: #00A167;
}
#flow .flow-box {
  border-radius: 20px;
  margin-bottom: 24px;
  overflow: hidden;
}
#flow .flow-now {
  border: #007FDE 2px solid;
  background: #F3F8FD;
}
#flow .flow-now .flow-label {
  background: #007FDE;
}
#flow .flow-now .step-arrow {
  color: #007FDE;
}
#flow .flow-later {
  border: #05B676 2px solid;
  background: #F0FFF8;
}
#flow .flow-later .flow-label {
  background: #05B676;
}
#flow .flow-later .step-arrow {
  color: #05B676;
}
#flow .flow-header {
  position: relative;
  height: 54px;
  display: flex;
  align-items: center;
}
#flow .flow-header .flow-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 170px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 20px 0;
  color: white;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 14px;
  text-align: center;
  line-height: 1.3;
}
#flow .flow-header .flow-subtitle {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 30px 10px 14px 50px;
}
#flow .flow-header .flow-subtitle .flow-slash {
  font-weight: 900;
  font-size: 1.2em;
}
#flow .flow-steps {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 16px;
  padding: 40px 24px 24px;
  list-style: none;
}
#flow .flow-steps.first {
  gap: 40px;
}
#flow .flow-steps .step-item {
  position: relative;
  flex: 0 0 230px;
  width: 230px;
  display: flex;
  flex-direction: column;
}
#flow .flow-steps .step-item .step-num-img {
  position: absolute;
  top: -26px;
  left: -26px;
  width: 56px;
  height: 56px;
  z-index: 1;
}
#flow .flow-steps .step-item .step-card {
  background: white;
  border-radius: 12px;
  padding: 24px 10px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  box-sizing: border-box;
  width: 100%;
  flex: 1;
  border: #007FDE 2px solid;
}
#flow .flow-steps .step-item .step-card .step-sep {
  border-top-color: #007FDE;
}
#flow .flow-steps .step-item .step-card.step-highlight {
  border: #FE6F02 2px solid;
  background: #FFF9F0;
}
#flow .flow-steps .step-item .step-card.step-highlight .step-sep {
  border-top-color: #FE6F02;
}
#flow .flow-steps .step-item .step-card.step-green-border {
  border: #05B676 2px solid;
}
#flow .flow-steps .step-item .step-card.step-green-border .step-sep {
  border-top-color: #05B676;
}
#flow .flow-steps .step-arrow {
  font-size: 22px;
  flex-shrink: 0;
  align-self: center;
}
#flow .step-icon {
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#flow .step-icon img {
  width: 70px;
  height: 55px;
  object-fit: contain;
}
#flow .step-sep {
  border: none;
  border-top: 1.5px dashed #ccc;
  width: 80%;
  margin: 4px auto;
  align-self: center;
}
#flow .step-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  width: 100%;
  min-height: 48px;
  margin-top: 10px;
}
#flow .step-bottom {
  width: 100%;
}
#flow .step-tags {
  display: flex;
  gap: 6px;
  justify-content: center;
  flex-wrap: wrap;
  margin: -26px 0 -2px;
}
#flow .step-tags span {
  background: white;
  border: #FE6F02 1px solid;
  border-radius: 30px;
  padding: 1px 10px;
  font-size: 10px;
  color: #333;
}
#flow .step-desc {
  font-size: 13px;
  color: #444;
  line-height: 1.7;
  width: 100%;
}
#flow .step-result {
  font-size: 14px;
  color: #FE6F02;
  font-weight: bold;
  line-height: 1.5;
}
#flow .step-sub {
  display: block;
  font-size: 11px;
  color: #666;
  margin-bottom: -10px;
}
#flow .flow-summary {
  background: #FFF9F0;
  border: #FE6F02 2px solid;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  margin-top: 8px;
}
#flow .flow-summary p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
}
#flow .flow-summary p span.orange {
  font-size: 1.2em;
}
#flow .flow-summary p span.orange span {
  font-size: 32px;
  line-height: 1;
}
#flow .flow-summary .flow-sep {
  display: inline-block;
  width: 1px;
  height: 40px;
  background: #000;
  vertical-align: middle;
  margin: 0 20px;
}
@media print, screen and (max-width: 769px) {
  #flow .wrap > .secTit {
    font-size: 22px;
    margin-bottom: 20px;
  }
  #flow .flow-header {
    height: auto;
  }
  #flow .flow-header .flow-label {
    width: 130px;
    font-size: 14px;
    height: 44px;
  }
  #flow .flow-header .flow-subtitle {
    font-size: 15px;
    padding: 60px 20px 0;
    gap: 6px;
  }
  #flow .flow-header .flow-subtitle .flow-slash {
    display: none;
  }
  #flow .flow-steps {
    flex-direction: column;
    align-items: stretch;
    padding: 40px 16px 16px;
    gap: 32px;
  }
  #flow .flow-steps .step-item .step-card {
    padding: 24px 10px 20px;
  }
  #flow .flow-steps .step-arrow {
    text-align: center;
    transform: rotate(90deg);
    font-size: 18px;
    margin: -20px 0;
  }
  #flow .flow-steps .step-item {
    width: 100%;
  }
  #flow .flow-steps .step-item .step-num-img {
    left: 20px;
  }
  #flow .step-icon img {
    height: 44px;
  }
  #flow .flow-summary p {
    font-size: 14px;
    display: block;
  }
  #flow .flow-summary .flow-sep {
    display: block;
    width: 100%;
    height: 1px;
    margin: 10px 0;
    color: #ccc;
  }
  #flow .step-title {
    min-height: auto;
  }
  #flow .step-tags {
    margin: 0;
  }
}

#overview {
  background: #CCE8F9;
  padding: 100px 10px !important;
}
#overview .secTit {
  color: #008FE1;
}
#overview .wrap {
  background: white;
  padding: 40px 20px;
  border-radius: 20px;
}
#overview table {
  max-width: 800px;
  margin: 0 auto;
}
#overview table tr:not(:first-of-type) {
  border-top: #008FE1 1px solid;
}
#overview table th,
#overview table td {
  height: 80px;
  padding: 16px 0;
}
#overview table th a,
#overview table td a {
  color: #008FE1;
  text-decoration: underline;
}
#overview table th a:hover,
#overview table td a:hover {
  text-decoration: none;
}
#overview table th {
  width: 26%;
  padding-right: 10px;
  font-weight: normal;
}
#overview table td {
  width: 74%;
}
@media print, screen and (max-width: 769px) {
  #overview {
    padding: 50px 10px !important;
  }
  #overview .wrap {
    padding: 30px 20px;
  }
  #overview table {
    font-size: 13px;
  }
}

#point {
  background: white;
}
#point .detail {
  display: flex;
  gap: 35px;
}
#point .detail > li {
  background: white;
  width: calc((100% - 70px) / 3);
  padding: 40px 14px 30px;
  border-radius: 30px;
  border: 1px solid #007FDE;
  box-shadow: 0 6px 20px rgba(0, 127, 222, 0.12);
}
#point .detail > li .tit {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#point .detail > li img {
  display: block;
  width: auto;
  height: 150px;
  margin: 20px auto 20px;
}
#point .detail > li p {
  text-align: center;
}
#point .detail > li .attList {
  margin-top: 8px;
  font-size: 10px;
}
@media print, screen and (max-width: 769px) {
  #point .detail {
    flex-wrap: wrap;
    gap: 24px;
  }
  #point .detail > li {
    width: 100%;
    padding: 30px 14px;
  }
  #point .detail > li .tit {
    font-size: 16px;
    min-height: 0;
  }
  #point .detail > li img {
    margin: 20px auto;
  }
  #point .detail > li .attList {
    display: table;
    margin: 8px auto 0;
  }
}

#free {
  background: #F3F8FD;
}
#free .wrap {
  max-width: 1000px;
  padding-bottom: 0;
}
#free .free-header {
  text-align: center;
  margin-bottom: 4px;
}
#free .free-badge-img {
  display: block;
  height: auto;
  width: auto;
  max-height: 42px;
  margin: 0 auto -10px;
}
#free .free-tit {
  color: #007FDE;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 1.36px;
  line-height: 1.6;
}
#free .free-tit .t-dark {
  color: #333;
}
#free .free-tit em {
  font-size: 73px;
  font-style: normal;
  line-height: 1;
  vertical-align: baseline;
}
#free .free-sub {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-bottom: 40px;
}
#free .free-sub span {
  color: #007FDE;
  display: inline-block;
}
#free .free-sub span::after {
  content: "";
  display: block;
  width: 119px;
  height: 11px;
  background: #FFE895;
  margin: -10px auto 0;
}
#free .detail {
  background: white;
  padding: 30px 20px;
  border-radius: 20px;
}
#free .detail img {
  display: block;
  max-width: 830px;
  width: 100%;
  margin: 0 auto;
}
@media print, screen and (max-width: 769px) {
  #free .free-badge-img {
    max-height: 32px;
    margin-bottom: 10px;
  }
  #free .free-tit {
    font-size: 24px;
  }
  #free .free-tit em {
    font-size: 52px;
  }
  #free .free-sub {
    font-size: 16px;
    margin-bottom: 30px;
  }
  #free .detail {
    padding: 20px;
  }
}

#domain {
  background: #F3F8FD;
}
#domain .wrap {
  padding-top: 70px;
}
#domain .domain-card {
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #007FDE;
  border-radius: 20px;
  padding: 0 110px 30px;
  margin-bottom: 30px;
}
#domain .domain-title {
  max-width: 692px;
  margin: -40px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 0;
  margin-bottom: 20px;
  background: #F3F8FD;
}
#domain .domain-title .domain-icon {
  width: 53px;
  height: 53px;
  flex-shrink: 0;
}
#domain .domain-tit {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  letter-spacing: 1.2px;
  white-space: nowrap;
}
#domain .domain-tit .t-blue {
  color: #007FDE;
}
#domain .domain-result {
  background: #FFF9F0;
  border: 1px solid #FE6F02;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 798px;
  margin: 20px auto 16px;
  padding: 2px 0 8px;
}
#domain .domain-result p {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.88px;
  text-align: center;
}
#domain .domain-result .t-orange {
  color: #FE6F02;
}
#domain .domain-result em {
  font-size: 42px;
  font-style: normal;
  line-height: 1;
  vertical-align: baseline;
  color: #FE6F02;
}
#domain .attList {
  font-size: 12px;
  margin: 0;
}
#domain .camp-btn {
  background-color: #007FDE !important;
  font-size: 20px;
}
#domain .camp-btn:hover {
  background-color: #00A2FF !important;
}
#domain .dom_search {
  display: flex;
  gap: 18px;
  height: 62px;
  margin: 0 auto;
}
#domain .dom_search .input_area {
  background: white;
  flex: 1;
  display: flex;
  padding: 10px 0;
  border-radius: 6px;
  border: #007FDE 2px solid;
}
#domain .dom_search .input_area input[type=text] {
  flex: 1;
  padding: 0 20px 0 28px;
  font-size: 13px;
  border: none;
}
#domain .dom_search .input_area input[type=text]::placeholder {
  color: #9CA3AF;
}
#domain .dom_search .select_area {
  background: white;
  width: 88px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-left: #E5E5E5 1px solid;
}
#domain .dom_search .select_area::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  right: 14px;
  border-top: #111 2px solid;
  border-right: #111 2px solid;
  transform: rotate(135deg);
}
#domain .dom_search .select_area select {
  background: white;
  width: 120%;
  height: 100%;
  padding: 0 18px;
  color: #111;
  font-size: 14px;
  cursor: pointer;
  border: none;
}
#domain .dom_search input[type=submit] {
  background: url("img/icon_serach.svg") no-repeat left 20px center/16px;
  background-color: #007FDE;
  width: 138px;
  padding-left: 20px;
  font-size: 16px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  transition: background 0.3s ease-in-out 0s;
}
#domain .dom_search input[type=submit]:hover {
  background-color: #00A2FF;
}
@media print, screen and (max-width: 769px) {
  #domain .domain-card {
    padding: 0 16px 20px;
  }
  #domain .domain-tit {
    font-size: 18px;
    white-space: normal;
    letter-spacing: 0;
  }
  #domain .domain-title {
    max-width: 320px;
    padding-bottom: 0;
    gap: 8px;
  }
  #domain .domain-title .domain-icon {
    width: 40px;
    height: 40px;
  }
  #domain .domain-result {
    height: auto;
    padding: 12px 16px;
  }
  #domain .domain-result p {
    font-size: 16px;
  }
  #domain .domain-result em {
    font-size: 30px;
  }
  #domain .attList {
    margin: 0;
  }
  #domain .camp-btn {
    font-size: 14px;
  }
  #domain .dom_search {
    width: 100%;
    gap: 10px;
    height: 60px;
  }
  #domain .dom_search input[type=submit] {
    background-size: 20px;
    background-position: center;
    width: 60px;
    overflow: hidden;
    text-indent: 300%;
    white-space: nowrap;
    font-size: 11px;
    text-indent: 500%;
  }
}
@media print, screen and (max-width: 500px) {
  #domain .dom_search {
    display: block;
    height: auto;
  }
  #domain .dom_search .input_area {
    height: 60px;
  }
  #domain .dom_search input[type=submit] {
    width: 100%;
    height: 40px;
    margin-top: 10px;
  }
}/*# sourceMappingURL=this.css.map */