@charset "UTF-8";
/*
██████   █████  ███████ ███████
██   ██ ██   ██ ██      ██
██████  ███████ ███████ █████
██   ██ ██   ██      ██ ██
██████  ██   ██ ███████ ███████
*/
/*
██████  ██████  ███████  █████  ██   ██ ██████   ██████  ██ ███    ██ ████████
██   ██ ██   ██ ██      ██   ██ ██  ██  ██   ██ ██    ██ ██ ████   ██    ██
██████  ██████  █████   ███████ █████   ██████  ██    ██ ██ ██ ██  ██    ██
██   ██ ██   ██ ██      ██   ██ ██  ██  ██      ██    ██ ██ ██  ██ ██    ██
██████  ██   ██ ███████ ██   ██ ██   ██ ██       ██████  ██ ██   ████    ██
*/
/*
 ██████  ██████  ██       ██████  ██████
██      ██    ██ ██      ██    ██ ██   ██
██      ██    ██ ██      ██    ██ ██████
██      ██    ██ ██      ██    ██ ██   ██
 ██████  ██████  ███████  ██████  ██   ██
*/
/*
████████ ███████ ██   ██ ████████
   ██    ██       ██ ██     ██
   ██    █████     ███      ██
   ██    ██       ██ ██     ██
   ██    ███████ ██   ██    ██
*/
/*
ユーティリティ系おまとめファイル
*/
input, textarea, select {
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  padding: 4px 10px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  input, textarea, select {
    width: 100%;
    display: block;
  }
}

input:not([type=radio]):not([type=checkbox]) {
  width: 100%;
}

.txt {
  width: 100%;
  margin-bottom: 10px;
}
.txt:last-child {
  margin-bottom: 0;
}
.txt.small {
  max-width: 230px;
}
@media screen and (max-width: 768px) {
  .txt.small {
    max-width: 100%;
  }
}
.txt.medium {
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  .txt.medium {
    max-width: 100%;
  }
}
.txt.long {
  max-width: 100%;
}

textarea {
  width: 100%;
}

.c-selectWrap {
  display: inline-block;
  position: relative;
  width: auto;
}
.c-selectWrap select {
  padding-right: 25px !important;
}
.c-selectWrap::before {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #000000;
  pointer-events: none;
}
.c-selectWrap:has(select[data-pfwform-validation=success])::before {
  color: #5cb85c;
}
.c-selectWrap:has(select[data-pfwform-validation=error])::before {
  color: #c82e2e;
}

.ico {
  font-size: 11px;
  padding: 2.8px 8px;
  display: inline-block;
  color: #fff;
}
.ico.must {
  background: #c82e2e;
}
.ico.optional {
  background: #FFFFFF;
  color: #000000;
}

fieldset {
  border: 0 none;
}

.form_group_wrap .c-confirmTxt {
  line-height: 1.5;
  margin: 0;
}

.agree fieldset {
  margin-bottom: 40px;
}
.agree fieldset label:hover {
  cursor: pointer;
}
.agree fieldset label .ico {
  margin-left: 5px;
}

.c-inputList {
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-inputList > li {
  margin-right: 1em;
}
.c-inputList > li:last-child {
  margin-right: 0;
}
.c-inputList--box {
  margin-bottom: -10px;
}
@media screen and (max-width: 568px) {
  .c-inputList--box {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.c-inputList--box > li {
  margin-bottom: 10px;
}
@media screen and (max-width: 568px) {
  .c-inputList--box > li {
    margin-right: 0;
  }
}
.c-inputList--box > li label {
  background-color: #FFFFFF;
  color: #000000;
  padding: 5px 10px;
  border-radius: 6px;
  border: 1px solid #CCCCCC;
  display: block;
}
.c-inputList--box > li input[type=radio]:checked + label {
  background-color: #2B5188;
  color: #FFFFFF;
}
.c-inputList--box > li input[type=checkbox] + label {
  padding-left: 30px;
}
@media screen and (max-width: 568px) {
  .c-inputList--box > li input[type=checkbox] + label {
    width: 100%;
  }
}
.c-inputList--box > li input[type=checkbox] + label::before {
  border-color: #CCCCCC;
  transition: none;
  top: 0.6em;
  left: 10px;
}
.c-inputList--box > li input[type=checkbox] + label::after {
  top: 0.6em;
  left: 10px;
}
.c-inputList--box > li input[type=checkbox]:checked + label {
  background-color: #2B5188;
  color: #FFFFFF;
}
.c-inputList--box > li input[type=checkbox]:checked + label::before {
  border-color: #2B5188;
  top: 0.7em;
}

.c-inputName {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #333;
  margin-bottom: 5px;
}
.c-inputName__block {
  margin-bottom: 20px;
}
.c-inputName__block:last-child {
  margin-bottom: 0;
}

.c-example {
  font-size: 14px;
  color: #777;
  line-height: 1.2;
  margin-bottom: 15px;
}
.c-example:last-child {
  margin-bottom: 0;
}

.c-formComment {
  font-size: 14px;
  color: #000000;
  line-height: 1.5;
  margin-bottom: 15px;
}
.c-formComment:last-child {
  margin-bottom: 0;
}

.c-formCompleteBox {
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  padding: 30px 20px;
  margin-bottom: 20px;
}
.c-formCompleteBox:last-child {
  margin-bottom: 0;
}

input[type=radio] {
  position: absolute;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  input[type=radio] {
    width: auto;
    display: inline-block;
  }
}
input[type=radio] + label {
  cursor: pointer;
}
input[type=radio] + label::before {
  content: "";
  background: #FFFFFF;
  border-radius: 100%;
  border: 1px solid #8c8c8c;
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  top: 0.3em;
  margin-right: 0.5em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease;
}
input[type=radio]:checked + label::before {
  background-color: #2B5188;
  box-shadow: inset 0 0 0 3px #FFFFFF;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label {
  position: relative;
  z-index: 0;
  cursor: pointer;
  padding-left: 25px;
}
@media screen and (max-width: 768px) {
  input[type=checkbox] + label {
    width: auto;
    display: inline-block;
  }
}
input[type=checkbox] + label::before {
  transition: transform 0.3s ease-in-out, border 0.3s ease-in-out, height 0.3s ease-in-out;
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  z-index: 1;
  width: 1rem;
  height: 1rem;
  border: 2px solid #CCCCCC;
}
input[type=checkbox] + label::after {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 1rem;
  height: 1rem;
  background: #FFFFFF;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  input[type=checkbox] + label::after {
    width: 1rem;
    height: 1rem;
  }
}

input[type=checkbox]:checked + label::before {
  transform: rotate(-45deg);
  height: 0.5rem;
  top: 0.4em;
  border-color: #2B5188;
  border-top-style: none;
  border-right-style: none;
}

.c-formTbl {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 40px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-formTbl {
    margin-bottom: 30px;
  }
}
.c-formTbl tr:first-child th:first-child {
  border-top-left-radius: 16px;
  border-top: 1px solid #CCCCCC;
}
@media screen and (max-width: 768px) {
  .c-formTbl tr:first-child th:first-child {
    border-top-right-radius: 16px;
  }
}
.c-formTbl tr:first-child td:last-child {
  border-top-right-radius: 16px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}
@media screen and (max-width: 768px) {
  .c-formTbl tr:first-child td:last-child {
    border-top-right-radius: 0;
    border-top: none;
  }
}
.c-formTbl tr:last-child th:first-child {
  border-bottom-left-radius: 16px;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 768px) {
  .c-formTbl tr:last-child th:first-child {
    border-bottom-left-radius: 0;
  }
}
.c-formTbl tr:last-child td:last-child {
  border-bottom-right-radius: 16px;
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}
@media screen and (max-width: 768px) {
  .c-formTbl tr:last-child td:last-child {
    border-bottom-left-radius: 16px;
  }
}
.c-formTbl__head {
  text-align: left;
  background-color: #2B5188;
  width: 300px;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 19px 10px 19px 20px;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .c-formTbl__head {
    width: 100%;
    display: block;
    border-radius: 0;
  }
}
.c-formTbl__head .ico {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.c-formTbl__title {
  position: relative;
  width: 100%;
  padding-right: 45px;
  font-size: 15px;
}
.c-formTbl__titleEng {
  display: block;
  font-size: 14px;
}
.c-formTbl__input {
  width: calc(100% - 300px);
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 15px 10px;
  font-size: 16px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .c-formTbl__input {
    width: 100%;
    display: block;
    border-top: none;
    border-bottom: none;
    border-radius: 0;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
  }
}
.c-formTbl__input-inner {
  margin-bottom: 10px;
}
.c-formTbl__input-inner:last-child {
  margin-bottom: 0;
}
.c-formTbl__input--zip .c-formTbl__input-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.c-formTbl__input-ico {
  margin-right: 5px;
}

.image-preview {
  margin-top: 10px;
  width: 100%;
}
.image-preview img {
  display: block;
  width: 100%;
  line-height: 1;
}

.fileSizeValidation {
  display: none;
  margin-top: 5px;
  color: #c82e2e;
}
.fileSizeValidation i {
  margin-right: 3px;
}

.error {
  background: #f4cece;
  border: 2px solid #c82e2e;
  padding: 20px;
  color: #c82e2e;
  margin: 20px auto;
  border-radius: 3px;
}

.form_error_wrap {
  display: none;
}

.form_error_inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
}
.form_error_inner > i {
  margin-right: 4px;
}

.form_error div.txt {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .form_error div.txt {
    display: block;
  }
}
.form_error div.txt.wdh100 {
  width: 100%;
}
.form_error div.txt::before {
  content: "\f00d";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: #c82e2e;
  font-size: 1.6rem;
  position: absolute;
  top: 0;
  right: 10px;
}
.form_error .form_error_wrap {
  display: block;
  color: #c82e2e;
}
.form_error .form_error_wrap ul {
  font-size: 90%;
  display: inline-block;
  margin-top: 5px;
}
.form_error .form_error_wrap ul i {
  display: inline;
}
.form_error input, .form_error textarea, .form_error select {
  background: #f4cece;
  border: 2px solid #c82e2e;
  padding: 4px 10px;
  color: #c82e2e;
}
@media screen and (max-width: 768px) {
  .form_error input.medium, .form_error input.long, .form_error input.small, .form_error textarea.medium, .form_error textarea.long, .form_error textarea.small, .form_error select.medium, .form_error select.long, .form_error select.small {
    width: 100%;
    display: block;
  }
}

textarea.has_error, textarea.has_success, input.has_error, input.has_success, select.has_error, select.has_success {
  background-repeat: no-repeat;
  background-position: right center;
}
textarea.has_error, input.has_error, select.has_error {
  border: 2px solid #c82e2e;
}
textarea.has_success, input.has_success, select.has_success {
  border: 2px solid #5cb85c;
  background-color: #e9fbe9;
}
textarea.has_success::before, input.has_success::before, select.has_success::before {
  /*  content: "\f00c";
    font-family: $FontAwesome;
    color: $keyColor;*/
}

textarea.has_error, textarea.has_success {
  background-position: right top;
}

.l-btnArea .form_error_inner {
  -ms-flex-pack: center;
      justify-content: center;
}
@media screen and (max-width: 568px) {
  .l-btnArea .form_error_inner {
    text-align: left;
  }
}

.u-hover--shadow {
  transition: all 0.2s ease !important;
}
.u-hover--shadow:hover {
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2);
}
.u-hover--underline > span {
  display: inline-block;
  position: relative;
}
.u-hover--underline > span::after {
  content: "";
  width: 0%;
  height: 2px;
  display: block;
  background-color: #2B5188;
  position: absolute;
  left: 0;
  bottom: -3px;
  transition: all 0.2s ease !important;
}
@media screen and (max-width: 1024px) {
  .u-hover--underline > span::after {
    content: none;
  }
}
.u-hover--underline:hover > span::after {
  width: 100%;
}

.u-pt0 {
  padding-top: 0px !important;
}
.u-pb0 {
  padding-bottom: 0px !important;
}
.u-mt0 {
  margin-top: 0px !important;
}
.u-mb0 {
  margin-bottom: 0px !important;
}
.u-pt5 {
  padding-top: 5px !important;
}
.u-pb5 {
  padding-bottom: 5px !important;
}
.u-mt5 {
  margin-top: 5px !important;
}
.u-mb5 {
  margin-bottom: 5px !important;
}
.u-pt10 {
  padding-top: 10px !important;
}
.u-pb10 {
  padding-bottom: 10px !important;
}
.u-mt10 {
  margin-top: 10px !important;
}
.u-mb10 {
  margin-bottom: 10px !important;
}
.u-pt15 {
  padding-top: 15px !important;
}
.u-pb15 {
  padding-bottom: 15px !important;
}
.u-mt15 {
  margin-top: 15px !important;
}
.u-mb15 {
  margin-bottom: 15px !important;
}
.u-pt20 {
  padding-top: 20px !important;
}
.u-pb20 {
  padding-bottom: 20px !important;
}
.u-mt20 {
  margin-top: 20px !important;
}
.u-mb20 {
  margin-bottom: 20px !important;
}
.u-pt25 {
  padding-top: 25px !important;
}
.u-pb25 {
  padding-bottom: 25px !important;
}
.u-mt25 {
  margin-top: 25px !important;
}
.u-mb25 {
  margin-bottom: 25px !important;
}
.u-pt30 {
  padding-top: 30px !important;
}
.u-pb30 {
  padding-bottom: 30px !important;
}
.u-mt30 {
  margin-top: 30px !important;
}
.u-mb30 {
  margin-bottom: 30px !important;
}
.u-pt35 {
  padding-top: 35px !important;
}
.u-pb35 {
  padding-bottom: 35px !important;
}
.u-mt35 {
  margin-top: 35px !important;
}
.u-mb35 {
  margin-bottom: 35px !important;
}
.u-pt40 {
  padding-top: 40px !important;
}
.u-pb40 {
  padding-bottom: 40px !important;
}
.u-mt40 {
  margin-top: 40px !important;
}
.u-mb40 {
  margin-bottom: 40px !important;
}
.u-pt45 {
  padding-top: 45px !important;
}
.u-pb45 {
  padding-bottom: 45px !important;
}
.u-mt45 {
  margin-top: 45px !important;
}
.u-mb45 {
  margin-bottom: 45px !important;
}
.u-pt50 {
  padding-top: 50px !important;
}
.u-pb50 {
  padding-bottom: 50px !important;
}
.u-mt50 {
  margin-top: 50px !important;
}
.u-mb50 {
  margin-bottom: 50px !important;
}
.u-pt55 {
  padding-top: 55px !important;
}
.u-pb55 {
  padding-bottom: 55px !important;
}
.u-mt55 {
  margin-top: 55px !important;
}
.u-mb55 {
  margin-bottom: 55px !important;
}
.u-pt60 {
  padding-top: 60px !important;
}
.u-pb60 {
  padding-bottom: 60px !important;
}
.u-mt60 {
  margin-top: 60px !important;
}
.u-mb60 {
  margin-bottom: 60px !important;
}
.u-pt65 {
  padding-top: 65px !important;
}
.u-pb65 {
  padding-bottom: 65px !important;
}
.u-mt65 {
  margin-top: 65px !important;
}
.u-mb65 {
  margin-bottom: 65px !important;
}
.u-pt70 {
  padding-top: 70px !important;
}
.u-pb70 {
  padding-bottom: 70px !important;
}
.u-mt70 {
  margin-top: 70px !important;
}
.u-mb70 {
  margin-bottom: 70px !important;
}
.u-pt75 {
  padding-top: 75px !important;
}
.u-pb75 {
  padding-bottom: 75px !important;
}
.u-mt75 {
  margin-top: 75px !important;
}
.u-mb75 {
  margin-bottom: 75px !important;
}
.u-pt80 {
  padding-top: 80px !important;
}
.u-pb80 {
  padding-bottom: 80px !important;
}
.u-mt80 {
  margin-top: 80px !important;
}
.u-mb80 {
  margin-bottom: 80px !important;
}
.u-pt85 {
  padding-top: 85px !important;
}
.u-pb85 {
  padding-bottom: 85px !important;
}
.u-mt85 {
  margin-top: 85px !important;
}
.u-mb85 {
  margin-bottom: 85px !important;
}
.u-pt90 {
  padding-top: 90px !important;
}
.u-pb90 {
  padding-bottom: 90px !important;
}
.u-mt90 {
  margin-top: 90px !important;
}
.u-mb90 {
  margin-bottom: 90px !important;
}
.u-pt95 {
  padding-top: 95px !important;
}
.u-pb95 {
  padding-bottom: 95px !important;
}
.u-mt95 {
  margin-top: 95px !important;
}
.u-mb95 {
  margin-bottom: 95px !important;
}
.u-pt100 {
  padding-top: 100px !important;
}
.u-pb100 {
  padding-bottom: 100px !important;
}
.u-mt100 {
  margin-top: 100px !important;
}
.u-mb100 {
  margin-bottom: 100px !important;
}

@media screen and (max-width: 1024px) {
  .u-md-pt0 {
    padding-top: 0px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-pb0 {
    padding-bottom: 0px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-mt0 {
    margin-top: 0px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-mb0 {
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-pt5 {
    padding-top: 5px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-pb5 {
    padding-bottom: 5px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-mt5 {
    margin-top: 5px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-mb5 {
    margin-bottom: 5px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-pt10 {
    padding-top: 10px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-pb10 {
    padding-bottom: 10px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-mt10 {
    margin-top: 10px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-mb10 {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-pt15 {
    padding-top: 15px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-pb15 {
    padding-bottom: 15px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-mt15 {
    margin-top: 15px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-mb15 {
    margin-bottom: 15px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-pt20 {
    padding-top: 20px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-pb20 {
    padding-bottom: 20px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-mt20 {
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-mb20 {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-pt25 {
    padding-top: 25px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-pb25 {
    padding-bottom: 25px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-mt25 {
    margin-top: 25px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-mb25 {
    margin-bottom: 25px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-pt30 {
    padding-top: 30px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-pb30 {
    padding-bottom: 30px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-mt30 {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-mb30 {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-pt35 {
    padding-top: 35px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-pb35 {
    padding-bottom: 35px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-mt35 {
    margin-top: 35px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-mb35 {
    margin-bottom: 35px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-pt40 {
    padding-top: 40px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-pb40 {
    padding-bottom: 40px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-mt40 {
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-mb40 {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-pt45 {
    padding-top: 45px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-pb45 {
    padding-bottom: 45px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-mt45 {
    margin-top: 45px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-mb45 {
    margin-bottom: 45px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-pt50 {
    padding-top: 50px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-pb50 {
    padding-bottom: 50px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-mt50 {
    margin-top: 50px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-mb50 {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-pt55 {
    padding-top: 55px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-pb55 {
    padding-bottom: 55px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-mt55 {
    margin-top: 55px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-mb55 {
    margin-bottom: 55px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-pt60 {
    padding-top: 60px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-pb60 {
    padding-bottom: 60px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-mt60 {
    margin-top: 60px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-mb60 {
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-pt65 {
    padding-top: 65px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-pb65 {
    padding-bottom: 65px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-mt65 {
    margin-top: 65px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-mb65 {
    margin-bottom: 65px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-pt70 {
    padding-top: 70px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-pb70 {
    padding-bottom: 70px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-mt70 {
    margin-top: 70px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-mb70 {
    margin-bottom: 70px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-pt75 {
    padding-top: 75px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-pb75 {
    padding-bottom: 75px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-mt75 {
    margin-top: 75px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-mb75 {
    margin-bottom: 75px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-pt80 {
    padding-top: 80px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-pb80 {
    padding-bottom: 80px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-mt80 {
    margin-top: 80px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-mb80 {
    margin-bottom: 80px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-pt85 {
    padding-top: 85px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-pb85 {
    padding-bottom: 85px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-mt85 {
    margin-top: 85px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-mb85 {
    margin-bottom: 85px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-pt90 {
    padding-top: 90px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-pb90 {
    padding-bottom: 90px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-mt90 {
    margin-top: 90px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-mb90 {
    margin-bottom: 90px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-pt95 {
    padding-top: 95px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-pb95 {
    padding-bottom: 95px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-mt95 {
    margin-top: 95px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-mb95 {
    margin-bottom: 95px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-pt100 {
    padding-top: 100px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-pb100 {
    padding-bottom: 100px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-mt100 {
    margin-top: 100px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-mb100 {
    margin-bottom: 100px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-sm-pt0 {
    padding-top: 0px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-pb0 {
    padding-bottom: 0px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-mt0 {
    margin-top: 0px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-mb0 {
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-pt5 {
    padding-top: 5px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-pb5 {
    padding-bottom: 5px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-mt5 {
    margin-top: 5px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-mb5 {
    margin-bottom: 5px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-pt10 {
    padding-top: 10px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-pb10 {
    padding-bottom: 10px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-mt10 {
    margin-top: 10px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-mb10 {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-pt15 {
    padding-top: 15px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-pb15 {
    padding-bottom: 15px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-mt15 {
    margin-top: 15px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-mb15 {
    margin-bottom: 15px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-pt20 {
    padding-top: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-pb20 {
    padding-bottom: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-mt20 {
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-mb20 {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-pt25 {
    padding-top: 25px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-pb25 {
    padding-bottom: 25px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-mt25 {
    margin-top: 25px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-mb25 {
    margin-bottom: 25px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-pt30 {
    padding-top: 30px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-pb30 {
    padding-bottom: 30px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-mt30 {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-mb30 {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-pt35 {
    padding-top: 35px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-pb35 {
    padding-bottom: 35px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-mt35 {
    margin-top: 35px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-mb35 {
    margin-bottom: 35px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-pt40 {
    padding-top: 40px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-pb40 {
    padding-bottom: 40px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-mt40 {
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-mb40 {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-pt45 {
    padding-top: 45px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-pb45 {
    padding-bottom: 45px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-mt45 {
    margin-top: 45px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-mb45 {
    margin-bottom: 45px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-pt50 {
    padding-top: 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-pb50 {
    padding-bottom: 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-mt50 {
    margin-top: 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-mb50 {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-pt55 {
    padding-top: 55px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-pb55 {
    padding-bottom: 55px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-mt55 {
    margin-top: 55px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-mb55 {
    margin-bottom: 55px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-pt60 {
    padding-top: 60px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-pb60 {
    padding-bottom: 60px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-mt60 {
    margin-top: 60px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-mb60 {
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-pt65 {
    padding-top: 65px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-pb65 {
    padding-bottom: 65px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-mt65 {
    margin-top: 65px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-mb65 {
    margin-bottom: 65px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-pt70 {
    padding-top: 70px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-pb70 {
    padding-bottom: 70px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-mt70 {
    margin-top: 70px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-mb70 {
    margin-bottom: 70px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-pt75 {
    padding-top: 75px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-pb75 {
    padding-bottom: 75px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-mt75 {
    margin-top: 75px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-mb75 {
    margin-bottom: 75px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-pt80 {
    padding-top: 80px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-pb80 {
    padding-bottom: 80px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-mt80 {
    margin-top: 80px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-mb80 {
    margin-bottom: 80px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-pt85 {
    padding-top: 85px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-pb85 {
    padding-bottom: 85px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-mt85 {
    margin-top: 85px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-mb85 {
    margin-bottom: 85px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-pt90 {
    padding-top: 90px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-pb90 {
    padding-bottom: 90px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-mt90 {
    margin-top: 90px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-mb90 {
    margin-bottom: 90px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-pt95 {
    padding-top: 95px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-pb95 {
    padding-bottom: 95px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-mt95 {
    margin-top: 95px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-mb95 {
    margin-bottom: 95px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-pt100 {
    padding-top: 100px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-pb100 {
    padding-bottom: 100px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-mt100 {
    margin-top: 100px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-mb100 {
    margin-bottom: 100px !important;
  }
}

@media screen and (max-width: 568px) {
  .u-xs-pt0 {
    padding-top: 0px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-pb0 {
    padding-bottom: 0px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-mt0 {
    margin-top: 0px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-mb0 {
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-pt5 {
    padding-top: 5px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-pb5 {
    padding-bottom: 5px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-mt5 {
    margin-top: 5px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-mb5 {
    margin-bottom: 5px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-pt10 {
    padding-top: 10px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-pb10 {
    padding-bottom: 10px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-mt10 {
    margin-top: 10px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-mb10 {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-pt15 {
    padding-top: 15px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-pb15 {
    padding-bottom: 15px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-mt15 {
    margin-top: 15px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-mb15 {
    margin-bottom: 15px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-pt20 {
    padding-top: 20px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-pb20 {
    padding-bottom: 20px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-mt20 {
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-mb20 {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-pt25 {
    padding-top: 25px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-pb25 {
    padding-bottom: 25px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-mt25 {
    margin-top: 25px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-mb25 {
    margin-bottom: 25px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-pt30 {
    padding-top: 30px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-pb30 {
    padding-bottom: 30px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-mt30 {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-mb30 {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-pt35 {
    padding-top: 35px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-pb35 {
    padding-bottom: 35px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-mt35 {
    margin-top: 35px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-mb35 {
    margin-bottom: 35px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-pt40 {
    padding-top: 40px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-pb40 {
    padding-bottom: 40px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-mt40 {
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-mb40 {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-pt45 {
    padding-top: 45px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-pb45 {
    padding-bottom: 45px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-mt45 {
    margin-top: 45px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-mb45 {
    margin-bottom: 45px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-pt50 {
    padding-top: 50px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-pb50 {
    padding-bottom: 50px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-mt50 {
    margin-top: 50px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-mb50 {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-pt55 {
    padding-top: 55px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-pb55 {
    padding-bottom: 55px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-mt55 {
    margin-top: 55px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-mb55 {
    margin-bottom: 55px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-pt60 {
    padding-top: 60px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-pb60 {
    padding-bottom: 60px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-mt60 {
    margin-top: 60px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-mb60 {
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-pt65 {
    padding-top: 65px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-pb65 {
    padding-bottom: 65px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-mt65 {
    margin-top: 65px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-mb65 {
    margin-bottom: 65px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-pt70 {
    padding-top: 70px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-pb70 {
    padding-bottom: 70px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-mt70 {
    margin-top: 70px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-mb70 {
    margin-bottom: 70px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-pt75 {
    padding-top: 75px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-pb75 {
    padding-bottom: 75px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-mt75 {
    margin-top: 75px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-mb75 {
    margin-bottom: 75px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-pt80 {
    padding-top: 80px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-pb80 {
    padding-bottom: 80px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-mt80 {
    margin-top: 80px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-mb80 {
    margin-bottom: 80px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-pt85 {
    padding-top: 85px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-pb85 {
    padding-bottom: 85px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-mt85 {
    margin-top: 85px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-mb85 {
    margin-bottom: 85px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-pt90 {
    padding-top: 90px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-pb90 {
    padding-bottom: 90px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-mt90 {
    margin-top: 90px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-mb90 {
    margin-bottom: 90px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-pt95 {
    padding-top: 95px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-pb95 {
    padding-bottom: 95px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-mt95 {
    margin-top: 95px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-mb95 {
    margin-bottom: 95px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-pt100 {
    padding-top: 100px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-pb100 {
    padding-bottom: 100px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-mt100 {
    margin-top: 100px !important;
  }
}
@media screen and (max-width: 568px) {
  .u-xs-mb100 {
    margin-bottom: 100px !important;
  }
}

.u-bg--white {
  background-color: #FFFFFF;
}

.u-txt-bdr {
  padding: 0 5px;
}
.u-txt-bdr--keyColor {
  background: linear-gradient(transparent 60%, #2B5188 60%);
}
.u-txt-bdr--yellow {
  background: linear-gradient(transparent 60%, #FFEF69 60%);
}
.u-txt--keyColor {
  color: #2B5188;
}
.u-txt--red {
  color: #c82e2e;
}
.u-txt--white {
  color: #FFFFFF;
}
.u-txt--glay {
  color: #787878;
}

.u-txtWeight-bold {
  font-weight: 600;
}
.u-txtWeight-medium {
  font-weight: 500;
}
.u-txtWeight-normal {
  font-weight: 400;
}

.u-txtSize-12 {
  font-size: 12px;
}
.u-txtSize-14 {
  font-size: 14px;
}
.u-txtSize-16 {
  font-size: 16px;
}

.u-taL {
  text-align: left !important;
}

.u-taC {
  text-align: center !important;
}
@media screen and (max-width: 568px) {
  .u-taC--xs-taL {
    text-align: left !important;
  }
}
@media screen and (max-width: 768px) {
  .u-taC--sm-taL {
    text-align: left !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-taC--md-taL {
    text-align: left !important;
  }
}
@media screen and (max-width: 1280px) {
  .u-taC--lg-taL {
    text-align: left !important;
  }
}

.u-taR {
  text-align: right !important;
}

.u-only-xs {
  display: none !important;
}
@media screen and (max-width: 568px) {
  .u-only-xs {
    display: block !important;
  }
}

.u-only-sm {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u-only-sm {
    display: block !important;
  }
}
@media screen and (max-width: 568px) {
  .u-only-sm {
    display: none !important;
  }
}

.u-only-md {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .u-only-md {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .u-only-md {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .u-only-lg {
    display: none !important;
  }
}

.u-under-sm {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u-under-sm {
    display: block !important;
  }
}

.u-not-under-xs {
  display: block !important;
}
@media screen and (max-width: 568px) {
  .u-not-under-xs {
    display: none !important;
  }
}

.u-not-under-sm {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .u-not-under-sm {
    display: none !important;
  }
}

.u-overflow-hidden {
  overflow: hidden !important;
}

/*
ユーティリティ系おまとめファイル
*/
.c-step {
  margin-bottom: 40px;
  display: -ms-flex;
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (max-width: 768px) {
  .c-step {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.c-step__title {
  -ms-flex-direction: row;
      flex-direction: row;
  width: 40%;
  font-size: 24px;
  margin: 0;
  text-align: center;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .c-step__title {
    font-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-step__title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.c-step__list {
  -ms-flex-direction: row;
      flex-direction: row;
  width: 60%;
  display: -ms-flex;
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (max-width: 768px) {
  .c-step__list {
    width: 100%;
  }
}
.c-step__item {
  -ms-flex-direction: row;
      flex-direction: row;
  width: 30%;
  margin: 1%;
  background: #CCCCCC;
  padding: 13px 20px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .c-step__item {
    width: 32%;
    font-size: 81%;
    line-height: 23px;
  }
}
@media screen and (max-width: 568px) {
  .c-step__item {
    font-size: 66%;
    padding: 13px 5px;
  }
}
.c-step__item::after, .c-step__item::before {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
}
@media screen and (max-width: 568px) {
  .c-step__item::after, .c-step__item::before {
    display: none;
  }
}
.c-step__item::after {
  right: -10px;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 10px solid #CCCCCC;
  height: 100%;
}
@-moz-document url-prefix() {
  .c-step__item::after {
    border-left: 11px solid #CCCCCC;
  }
}
.c-step__item::before {
  left: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 10px solid #ffffff;
}
.c-step__item:first-child::before {
  display: none;
}
.c-step__item.is-active {
  background: #2B5188;
  color: #2B5188;
  color: #fff;
}
.c-step__item.is-active::after {
  border-left-color: #2B5188;
}
#complete .c-step section .borderwrap {
  padding: 10px;
}

.c-contact {
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-contact {
    max-width: 100%;
    padding: 30px 0;
  }
}
.c-contact__inner {
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  padding: 30px 20px;
  margin-bottom: 20px;
}
.c-contact__inner:last-child {
  margin-bottom: 0;
}
.c-contact__title {
  text-align-last: center;
  margin-bottom: 10px;
}
.c-contact__tel {
  display: block;
  text-align-last: center;
  color: #2B5188;
  font-size: 180%;
}
.c-contact__term {
  display: block;
  text-align: center;
}
.c-contact__fax {
  font-size: 110%;
  margin-bottom: 0px;
  text-align: center;
}

.l-btnArea {
  max-width: 1170px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-btnArea {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    margin: 0 auto;
  }
}
.l-btnArea input[type=checkbox] + label.checkbox::before {
  width: 1.1rem;
  height: 1.1rem;
}
.l-btnArea input[type=checkbox].has_success + label.checkbox::before {
  width: 1rem !important;
  height: 0.6rem !important;
  top: 6px;
  left: -18px;
}
@media screen and (max-width: 568px) {
  .l-btnArea input[type=checkbox].has_success + label.checkbox::before {
    top: 4px;
    left: -19px;
  }
}
.l-btnArea__check {
  text-align: center;
}
.l-btnArea__confirm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (max-width: 768px) {
  .l-btnArea__confirm {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}

.c-formBtn {
  display: inline-block;
}
.c-formBtn--check, .c-formBtn--submit, .c-formBtn--back {
  font-size: 18px;
  font-weight: 600;
  background: linear-gradient(#2b4c82 0%, #2c68a5 100%);
  border-radius: 6px;
  padding: 20px 30px;
  color: #FFFFFF;
  transition: all 0.2s ease;
}
.c-formBtn--check:hover, .c-formBtn--submit:hover, .c-formBtn--back:hover {
  opacity: 0.7;
}
.c-formBtn--min-w_md {
  min-width: 309.5px;
}
.c-formBtn--back {
  color: #FFFFFF !important;
  transition: all 0.2s ease !important;
}
.c-formBtn--prev {
  font-size: 16px;
  font-weight: 400;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .c-formBtn--prev {
    margin-right: 0;
  }
}
.c-formBtn--submit {
  padding: 20px 39px;
}
@media screen and (max-width: 768px) {
  .c-formBtn--submit {
    margin-bottom: 20px;
  }
}

.c-privacy {
  max-width: 800px;
  height: 400px;
  overflow-y: scroll;
  margin: 0 auto 40px;
  padding: 20px 15px;
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
}
.c-privacy .l-section {
  padding: 0;
}
.c-privacy .l-section__inner {
  padding-bottom: 30px;
}
.c-privacy .p-analysisTool {
  margin-top: 20px;
  border: 1px solid #000;
  padding: 20px;
}
.c-privacy .p-analysisTool__heading {
  font-size: 18px;
  margin-bottom: 15px;
}
@media screen and (max-width: 568px) {
  .c-privacy .p-analysisTool__heading {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.c-privacy .p-analysisTool p:last-child {
  margin-bottom: 0;
}

/*
モジュール系おまとめファイル
*/
.p-kv {
  overflow: hidden;
  width: 100%;
  height: 830px;
  background-color: #F5F9FF;
  background-image: url("/inc/image/raw/top/kv/bg_road-pc.png");
  background-size: cover;
  background-position: left 0;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-kv {
    height: 674px;
    background-image: url("/inc/image/raw/top/kv/bg_road-sp.png");
    background-position: left -50px;
  }
}
@media screen and (max-width: 568px) {
  .p-kv {
    background-position: left 100px;
  }
}
.p-kv__wrap {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding-top: 50px;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-kv__wrap {
    padding-top: 35px;
  }
}
.p-kv__body {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1200px ) {
  .p-kv__body {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-kv__body {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 568px) {
  .p-kv__body {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.p-kv__title {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-kv__title {
    margin-bottom: 30px;
  }
}
.p-kv__title-head {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #2B5188;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-kv__title-head {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.p-kv__title-main {
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 0.02em;
  line-height: 1.25;
  color: #2B5188;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .p-kv__title-main {
    font-size: 28px;
    margin-bottom: 15px;
  }
}
.p-kv__title-bottom {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.08em;
  line-height: 1.25;
  color: #787878;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-kv__title-bottom {
    font-size: 13px;
  }
}
.p-kv__desc-main {
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #2B5188;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-kv__desc-main {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.p-kv__desc-sub {
  display: inline-block;
  padding: 2px 0;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.25;
  color: #787878;
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 768px) {
  .p-kv__desc-sub {
    font-size: 12px;
  }
}
.p-kv__txtLabel {
  display: inline-block;
  background-color: #FFFFFF;
  padding: 0 10px;
}
.p-kv__imgWrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: -50px;
  display: -ms-flexbox;
  display: flex;
  margin-right: -60px;
}
@media screen and (max-width: 768px) {
  .p-kv__imgWrap {
    margin-top: 35px;
  }
}
.p-kv__img {
  width: 100%;
}
.p-kv__img--pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-kv__img--pc {
    display: none;
  }
}
.p-kv__img--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-kv__img--sp {
    display: block;
    position: absolute;
    bottom: 14px;
    right: 0;
    width: clamp(210px, 100%, 50%);
  }
}

#top .p-ad {
  background: linear-gradient(#2b4c82 0%, #2c68a5 100%);
}
#top .p-ad__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 72px 0;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px ) {
  #top .p-ad__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1024px) {
  #top .p-ad__inner {
    padding-top: 45px;
    padding-bottom: 50px;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 40px 30px;
  }
}
#top .p-ad__block--content {
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin-right: 30px;
}
@media screen and (max-width: 1024px) {
  #top .p-ad__block--content {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
  }
}
#top .p-ad__block--mail {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 26px;
}
@media screen and (max-width: 1024px) {
  #top .p-ad__block--mail {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    margin-right: 0;
  }
}
#top .p-ad__block--apply {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  #top .p-ad__block--apply {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}
#top .p-ad__title {
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  #top .p-ad__title {
    text-align: center;
    font-size: 28px;
  }
}
@media screen and (max-width: 568px) {
  #top .p-ad__title {
    text-align: left;
    font-size: 24px;
  }
}
#top .p-ad__desc {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #FFFFFF;
}
#top .p-ad__desc--md {
  font-size: 13px;
}
#top .p-ad__desc--ls-sm {
  letter-spacing: 0.02em;
}
#top .p-ad__tel {
  color: #FFFFFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
#top .p-ad__tel a {
  font-family: YakuHanJPs, "Noto Sans JP", 游ゴシック体, YuGothic-M, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 0.04em;
  line-height: 1;
}
#top .p-adBtn {
  background-color: #FFFFFF;
  border-radius: 10px;
  color: #2B5188;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  padding: 22px 25px;
  transition: all 0.2s ease;
}
#top .p-adBtn__main {
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.03em;
  line-height: 1.5;
  text-align: center;
}
#top .p-adBtn__sub {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.02em;
  text-align: center;
}
@media (any-hover: hover) {
  #top .p-adBtn:hover {
    opacity: 0.7;
  }
}
#top #wrapper {
  background-color: #F5F9FF;
  padding: 0 0;
}
@media screen and (max-width: 1200px ) {
  #top #wrapper {
    padding: 65px 0 0;
  }
}
@media screen and (max-width: 568px) {
  #top #wrapper {
    padding-top: 40px;
  }
}
#top .p-service {
  padding-top: 170px;
  padding-bottom: 151px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 40px 60px;
}
@media screen and (max-width: 1200px ) {
  #top .p-service {
    padding-top: 80px;
  }
}
@media screen and (max-width: 1024px) {
  #top .p-service {
    gap: 40px 40px;
  }
}
@media screen and (max-width: 834px) {
  #top .p-service {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    padding-top: 0;
  }
}
#top .p-service__body {
  padding-top: 40px;
}
@media screen and (max-width: 834px) {
  #top .p-service__body {
    padding-top: 0;
  }
}
#top .p-service__title {
  font-weight: 600;
  font-size: 48px;
  letter-spacing: 0.02em;
  line-height: 1.16;
  color: #FFFFFF;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px ) {
  #top .p-service__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 568px) {
  #top .p-service__title {
    font-size: 30px;
  }
}
#top .p-service__title-inner {
  display: inline;
  background-color: #2B5188;
  padding: 0 10px;
}
#top .p-service__desc {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #2B5188;
}
#top .p-serviceImg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 737px;
  width: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  margin-left: -150px;
}
@media screen and (max-width: 1200px ) {
  #top .p-serviceImg {
    max-width: 70%;
  }
}
@media screen and (max-width: 834px) {
  #top .p-serviceImg {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 700px;
    width: 100%;
    margin-left: -100px;
    margin-top: 100px;
  }
}
@media screen and (max-width: 568px) {
  #top .p-serviceImg {
    margin-left: -60px;
    margin-top: 40px;
  }
}
#top .p-serviceImg::before {
  content: "";
  display: block;
  width: 41%;
  height: auto;
  aspect-ratio: 1/1;
  background: url("/inc/image/raw/common/img_dot-circle.png") no-repeat center center/contain;
  position: absolute;
  top: -24%;
  right: 6.5%;
  z-index: 0;
}
@media screen and (max-width: 568px) {
  #top .p-serviceImg::before {
    right: -3%;
  }
}
#top .p-serviceImg__main {
  position: relative;
  z-index: 1;
}
#top .p-serviceImg__sub {
  margin-left: -113px;
  margin-bottom: -66px;
  z-index: 2;
}
@media screen and (max-width: 568px) {
  #top .p-serviceImg__sub {
    margin-left: -80px;
  }
}
#top .p-serviceImg img {
  display: block;
  width: 100%;
  line-height: 1;
  border-radius: 10px;
}
#top .p-help__qa {
  margin-top: 85px;
}
#top .p-help__qaItem {
  margin-bottom: 85px;
}
@media screen and (max-width: 768px) {
  #top .p-help__qaItem {
    margin-bottom: 60px;
  }
}
#top .p-help__qaItem:last-child {
  margin-bottom: 0;
}
#top .p-about {
  background-color: #D8E8FF;
  padding-top: 35px;
  padding-bottom: 35px;
}
#top .p-aboutBox {
  background-color: #2B5188;
  padding: 34px 25px;
  border-radius: 10px;
}
@media screen and (max-width: 568px) {
  #top .p-aboutBox {
    padding: 25px 15px 30px;
  }
}
#top .p-aboutBox__inner {
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 834px) {
  #top .p-aboutBox__inner {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
#top .p-aboutBox__content {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
#top .p-aboutBox__title {
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  margin-bottom: 5px;
}
#top .p-aboutBox__desc {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  line-height: 1.5;
}
#top .p-aboutBox__panelLayout {
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 568px) {
  #top .p-aboutBox__panelLayout {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
#top .p-aboutBox__panel {
  background-color: #FFFFFF;
  padding: 18px 20px;
  border-radius: 8px;
  max-width: 226px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  #top .p-aboutBox__panel {
    max-width: 100%;
  }
}
#top .p-aboutBox__info {
  color: #2B5188;
}
#top .p-aboutBox__info-title {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-bottom: 2px;
}
@media screen and (max-width: 568px) {
  #top .p-aboutBox__info-title {
    font-size: 18px;
  }
}
#top .p-aboutBox__info-desc {
  font-weight: 500;
  font-size: 15px;
  text-align: left;
}
#top .p-contact {
  padding-top: 170px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1200px ) {
  #top .p-contact {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}
#top .p-contact__desc {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.25;
  color: #2B5188;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #top .p-contact__desc {
    font-size: 24px;
  }
}
@media screen and (max-width: 568px) {
  #top .p-contact__desc {
    font-size: 22px;
  }
}
#top .p-contactBox {
  padding: 15px 15px 18px;
  border-radius: 5px;
  background: #d8e8ff;
}
#top .p-contactBox__title {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 20px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 568px) {
  #top .p-contactBox__title {
    font-size: 16px;
  }
}
#top .p-contactBox__commentWrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 2px 15px;
}
@media screen and (max-width: 768px) {
  #top .p-contactBox__commentWrap {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
#top .p-contactBox__comment {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #787878;
}
#top .p-formDesc {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 20px;
}
#top .p-contactNoteBox {
  margin-top: 120px;
  width: 100%;
  max-width: 900px;
  border-radius: 10px;
  background: #FFFFFF;
  border: 1px solid #2B5188;
  padding: 44px 34px 55px;
}
@media screen and (max-width: 1200px ) {
  #top .p-contactNoteBox {
    margin-top: 80px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  #top .p-contactNoteBox {
    padding: 30px 20px 35px;
  }
}
@media screen and (max-width: 568px) {
  #top .p-contactNoteBox {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#top .p-contactNoteBox__mailLink {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #333;
  position: relative;
  padding-bottom: 5px;
  padding-right: 15px;
}
#top .p-contactNoteBox__mailLink::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #707070;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.2s ease;
}
#top .p-contactNoteBox__mailLink::after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 42%;
  transform: translateY(-50%);
  color: #333;
}
@media (any-hover: hover) {
  #top .p-contactNoteBox__mailLink:hover::before {
    bottom: 5px;
  }
}
/*# sourceMappingURL=../../_map/project/top/top.css.map */
