form .columnCheckBox .columnCheckLabel .columnCheck::after, form .columnCheckBox .columnCheckLabel .columnCheck::before {
  transition: all 0.5s ease-in-out;
}

body:not(.WebSiteHome) .mainArea .contentBox.flex .leftBox {
  width: 38%;
}
@media (max-width: 1180px) {
  body:not(.WebSiteHome) .mainArea .contentBox.flex .leftBox {
    width: 100%;
  }
}
@media (max-width: 1180px) {
  body:not(.WebSiteHome) .mainArea .contentBox.flex .leftBox #formPart {
    margin-top: 30px;
  }
}
body:not(.WebSiteHome) .mainArea .contentBox.flex .rightBox {
  width: 62%;
  max-width: 866px;
}
@media (max-width: 1180px) {
  body:not(.WebSiteHome) .mainArea .contentBox.flex .rightBox {
    display: none;
  }
}
body:not(.WebSiteHome) .mainArea .contentBox.flex .titleBox {
  text-align: left;
}
@media (max-width: 1180px) {
  body:not(.WebSiteHome) .mainArea .contentBox.flex .titleBox {
    margin-bottom: 20px;
  }
}
body:not(.WebSiteHome) .mainArea .contentBox.flex .textBox {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.5px;
  color: #333333;
}
body:not(.WebSiteHome) .mainArea .contentBox.flex .side_contactInfo {
  margin-top: 50px;
}
@media (max-width: 1180px) {
  body:not(.WebSiteHome) .mainArea .contentBox.flex .side_contactInfo {
    margin-top: 30px;
  }
}
body:not(.WebSiteHome) .mainArea .contentBox.flex .side_contactInfo .infoList {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
body:not(.WebSiteHome) .mainArea .contentBox.flex .side_contactInfo li {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
body:not(.WebSiteHome) .mainArea .contentBox.flex .side_contactInfo i {
  width: 70px;
  height: 70px;
  border: none;
  background: linear-gradient(to right bottom, #0072BF 0%, #0072BF 10%, #5BB8E0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 36px;
  margin-right: 15px;
}
@media (max-width: 768px) {
  body:not(.WebSiteHome) .mainArea .contentBox.flex .side_contactInfo i {
    width: 50px;
    height: 50px;
    font-size: 26px;
  }
}
body:not(.WebSiteHome) .mainArea .contentBox.flex .side_contactInfo a, body:not(.WebSiteHome) .mainArea .contentBox.flex .side_contactInfo span {
  font-size: 14px;
  font-weight: 700;
  color: #1A3A5F;
  letter-spacing: 0.9px;
}
@media (min-width: 1181px) {
  body:not(.WebSiteHome) .mainArea .contentBox.flex .side_contactInfo a:hover {
    color: #0072BF;
  }
}
body:not(.WebSiteHome) .mainArea .contentBox.flex .socialBox {
  width: 100%;
  max-width: 425px;
  margin-top: 30px;
  border-top: 1px solid #9A9A9A;
  padding-top: 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 1180px) {
  body:not(.WebSiteHome) .mainArea .contentBox.flex .socialBox {
    max-width: none;
    padding-top: 30px;
  }
}
body:not(.WebSiteHome) .mainArea .contentBox.flex .socialBox .socialTitle {
  font-size: 26px;
  font-weight: 600;
  color: #1A3A5F;
  margin-right: 20px;
}
body:not(.WebSiteHome) .mainArea .contentBox.flex .socialBox .socialList {
  display: flex;
  align-items: center;
  gap: 22px;
}
body:not(.WebSiteHome) .mainArea .contentBox.flex .socialBox li {
  font-size: 30px;
}
body:not(.WebSiteHome) .mainArea .contentBox.flex .socialBox li a {
  color: #B2B2B2;
}
@media (min-width: 1181px) {
  body:not(.WebSiteHome) .mainArea .contentBox.flex .socialBox li a:hover {
    color: #0072BF;
  }
}

form.changePassword {
  max-width: 640px;
  margin: 0 auto;
}
form {
  align-items: flex-start;
  color: #2f2f2f;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
}
form .formRow {
  display: flex;
  flex-wrap: wrap;
}
form .formColumn {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 10px;
  position: relative;
}
form .formColumn.select {
  position: relative;
}
form .formColumn.select::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #626262;
  border-bottom: 2px solid #626262;
  pointer-events: none;
  position: absolute;
  bottom: 35px;
  right: 20px;
  z-index: 1;
  transform: rotate(45deg);
}
form .formColumn.pt0 {
  padding-top: 0;
}
form .formColumn.pb0 {
  padding-bottom: 0;
}
@media (max-width: 1180px) {
  form .formColumn {
    padding: 10px;
  }
}
form .columnTitle {
  width: 100%;
  font-weight: 500;
  letter-spacing: 0.02rem;
  line-height: 1.25;
  margin-bottom: 12px;
  position: relative;
}
form .columnTitle.withCheckBox {
  width: auto;
}
form .columnTitle.withCheckBox + .columnCheckBox {
  margin-left: 10px;
  margin-bottom: 12px;
}
form .columnTitle.requireStyle {
  padding-left: 10px;
}
form .columnTitle.requireStyle::before {
  content: "*";
  color: #f00;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 1;
}
form .columnCheckBox {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
form .columnCheckBox .columnCheckLabel {
  align-items: center;
  cursor: pointer;
  display: flex;
  padding: 2px 5px;
}
form .columnCheckBox .columnCheckLabel .columnCheck {
  width: 16px;
  height: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  outline: 0;
  position: relative;
}
form .columnCheckBox .columnCheckLabel .columnCheck::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #cecece;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
form .columnCheckBox .columnCheckLabel .columnCheck::after {
  content: "";
  width: 50%;
  height: 50%;
  background-color: #333;
  border-radius: 50%;
  display: inline-block;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
form .columnCheckBox .columnCheckLabel .columnCheck:checked::after {
  opacity: 1;
}
form .columnCheckBox .columnCheckLabel .columnCheck:disabled::before {
  background-color: #e5e5e5 !important;
}
form .columnCheckBox .columnCheckLabel .columnCheck:disabled::after {
  background-color: #b5b5b5 !important;
}
form .columnCheckBox .columnCheckLabel .columnCheck:disabled + span {
  color: #737373 !important;
}
form .columnCheckBox .columnCheckLabel .columnCheck.square::before, form .columnCheckBox .columnCheckLabel .columnCheck.square::after {
  border-radius: 0;
}
form .columnCheckBox .columnCheckLabel .columnCheck.error::before {
  border-color: #0072BF;
}
form .columnCheckBox .columnCheckBoxTitle {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.02rem;
  margin-left: 4px;
}
form .columnSelect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-family: "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  outline: none;
  padding: 5px 25px 5px 10px;
  margin: 0;
}
form .columnSelect:disabled {
  background-color: #e5e5e5 !important;
  color: #737373 !important;
}
form .columnInput {
  padding: 5px 10px;
}
form .columnInput::-moz-placeholder {
  color: #a6a6a6;
}
form .columnInput::placeholder {
  color: #a6a6a6;
}
form .columnInput:disabled {
  background-color: #e5e5e5 !important;
  color: #737373 !important;
}
form .columnArea {
  height: 200px;
  padding: 10px;
}
@media (max-width: 1180px) {
  form .columnArea {
    height: 120px;
    padding: 5px 10px;
  }
}
form .columnInput,
form .columnSelect,
form .columnArea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  color: #737373;
  font-weight: 500;
}
form .columnInput,
form .columnSelect {
  height: 45px;
}
form .btnBox {
  width: 100%;
}
form .noteTxt {
  width: 100%;
  color: #999;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.02rem;
  margin-top: 10px;
}
form .noteTxt.red {
  color: #f00;
}
@media (max-width: 1180px) {
  form .noteTxt {
    font-size: 14px;
  }
}
form .error {
  border-color: #f00 !important;
}

form {
  border-radius: 30px;
  padding: 50px 60px;
  background-color: #EEEFF0;
}
@media (max-width: 768px) {
  form {
    padding: 20px 30px;
  }
}
form .columnInput, form .columnSelect, form .columnArea {
  background-color: white;
  border-color: transparent;
}
form .columnTitle {
  font-weight: 700;
  color: #1A3A5F;
  letter-spacing: 0.36px;
}
form .formColumn.select::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7.5px 0 7.5px;
  border-color: #1a3a5f transparent transparent transparent;
  transform: rotate(0);
}
form input.btn {
  border: none;
  cursor: pointer;
}