@charset "UTF-8";
/*base is →　! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article, aside, footer, header, nav, section, figcaption, figure, main {
  display: block;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: top;
}

table {
  border-collapse: collapse;
}

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

a, area, button, input, label, select, summary, textarea, [tabindex] {
  touch-action: manipulation;
}

/* --------------- variables --------------------- */
/* Break Point */
/* Color */
/*サイトカラー*/
/*テキストに使うフォントカラー*/
body {
  font-weight: 400;
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
  position: relative;
}

a {
  color: #000000;
  text-decoration: none;
}

ul,
ol {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

* {
  box-sizing: border-box;
}

sup,
sub {
  font-size: 0.6em;
}

.dInlineBlock {
  display: inline-block !important;
}

.fontEn {
  font-family: "Roboto";
}

@keyframes isUsual {
  0% {
    position: fixed;
    top: 0;
  }
  100% {
    position: absolute;
    top: 0;
  }
}
@keyframes isFixed {
  0% {
    top: -120px;
  }
  100% {
    top: 0;
  }
}
#globalHeader {
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#globalHeader.isUsual {
  animation: isUsual 0.2s both;
}
#globalHeader.isFixed {
  position: fixed;
  animation: isFixed 0.2s both;
}
#globalHeader .ghInner .ghLogo a {
  display: block;
}
#globalHeader .ghInner .ghLogo a img {
  width: 100%;
}
#globalHeader .ghInner .ghSubNav > .ghSubNavList > li a {
  display: block;
}
#globalHeader .ghInner .ghSubNav > .ghSubNavList > li a {
  display: block;
}
#globalHeader .ghInner .ghSubNav .ghContact {
  font-family: "Roboto";
  font-weight: bold;
}
#globalHeader .ghMenu {
  background: #ffe228;
}
#globalHeader .ghMenu .ghNav > ul:not([class]),
#globalHeader .ghMenu .ghNav ul.menu {
  margin: 0 auto;
  font-weight: bold;
}
main {
  display: block;
}

#globalFooter {
  color: #fff;
  background: #333;
  position: relative;
}
#globalFooter #pageTop {
  display: block;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  text-indent: -9999px;
  background: #ffe228;
  position: fixed;
  cursor: pointer;
}
#globalFooter .gfInner .gfSitemap a {
  color: #fff;
}
#globalFooter .gfInner .gfSitemap > dl > div > dt {
  font-weight: bold;
}
#globalFooter .gfCopyright {
  color: #333;
  text-align: center;
  background: #f2f2f2;
}
/* ココから下には記入禁止 */
body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100svh;
}

#globalHeader .ghInner .ghLogo a {
  display: block;
}

.section {
  padding: 60px 0;
}
.section .inner {
  padding: 0 20px;
}

.formList.grid > div:nth-child(1) {
  padding-top: 0;
}
.formList.grid > div + div {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #cdcdcd;
}
.formList .errorNote {
  display: block;
  color: #c00;
  margin-top: 2px;
  font-size: 13px;
}
.formList > div + div {
  margin-top: 21px;
}
.formList > div > dt {
  font-size: 16px;
}
.formList > div > dd {
  margin-top: 10px;
}
.formList > div > dd > * + *:not(.formNoteSub) {
  margin-top: 8px;
}
.formList > div > dd * + .selectWrap {
  margin-top: 8px;
}
.formList > div > dd textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Roboto";
  width: 100%;
  border: 2px solid #ccc;
  min-height: 120px;
  padding: 9px 14px;
  font-size: 16px;
  border-radius: 7px;
  background: #f5f5f5;
}
.formList > div > dd .selectWrap {
  display: block;
  position: relative;
}
.formList > div > dd .selectWrap:before, .formList > div > dd .selectWrap:after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  bottom: 0;
  margin: auto;
}
.formList > div > dd .selectWrap:before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  right: 10px;
}
.formList > div > dd .selectWrap:after {
  width: 8px;
  height: 8px;
  right: 17px;
  transform: rotate(45deg) translateX(-1px) translateY(-1px);
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
}
.formList > div > dd .selectWrap select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Roboto";
  width: 100%;
  padding: 9px 44px 9px 14px;
  font-size: 16px;
  border-radius: 7px;
  color: #222222;
  border: 2px solid #ccc;
  background: #f5f5f5;
}

.iconRequire {
  margin-left: 8px;
  color: #c00;
}

.formNoteSub {
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.5;
}
.formNoteSub a {
  text-decoration: underline;
}

.formWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.formWrap.between {
  width: 100%;
  justify-content: space-between;
}
.formWrap.itemHalf {
  width: 80%;
}
.formWrap.itemHalf > div {
  width: calc(50% - 4px);
}
.formWrap.itemHalf > div + div {
  margin-left: 8px;
}
.formWrap .rowNote {
  flex: none;
  margin-inline: 4px;
  font-size: 13px;
}
.formWrap .rowNote:first-child {
  margin-left: 0 !important;
}
.formWrap + .formWrap {
  margin-top: 8px;
}
.formWrap > .btnWrap {
  margin-top: 0 !important;
}

.formArea {
  background: #fff;
}
.formArea .formTitle {
  color: #c00;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.formArea .formNote {
  text-align: center;
}
.formArea .formList {
  position: relative;
}
.formArea .formList > div > dt {
  letter-spacing: 0.02em;
  font-weight: bold;
  line-height: 1.4;
}
.formArea .formList > div .formListAttention {
  display: block;
}

input[type=text],
input[type=password],
input[type=mail] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  padding: 9px 14px;
  font-size: 16px;
  border-radius: 7px;
  border: 2px solid #ccc;
  background: #f5f5f5;
}
input[type=text].inputSS,
input[type=password].inputSS,
input[type=mail].inputSS {
  max-width: 90px;
}
input[type=text].inputS,
input[type=password].inputS,
input[type=mail].inputS {
  max-width: 120px;
}
input[type=text].inputM,
input[type=password].inputM,
input[type=mail].inputM {
  max-width: 60%;
}
input[type=text].inputL,
input[type=password].inputL,
input[type=mail].inputL {
  max-width: 100%;
}
input[type=text].inputFullSP,
input[type=password].inputFullSP,
input[type=mail].inputFullSP {
  max-width: 100%;
}

.checkboxLabel {
  padding-left: 30px;
  font-size: 16px;
  position: relative;
  cursor: pointer;
}
.checkboxLabel input[type=checkbox] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  font-family: "Noto Sans JP", sans-serif;
  display: none;
}
.checkboxLabel input[type=checkbox]:checked + span:before {
  border-color: #f5dc00;
  background: #fffbd6;
}
.checkboxLabel input[type=checkbox]:checked + span:after {
  opacity: 1;
}
.checkboxLabel > span {
  display: inline-block;
}
.checkboxLabel > span:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 3px;
  top: 2px;
  background: #f5f5f5;
  transition: 0.2s background, 0.2s border-color;
  position: absolute;
  left: 0;
}
.checkboxLabel > span:after {
  content: "";
  display: block;
  border-left: 2px solid #052749;
  border-bottom: 2px solid #052749;
  position: absolute;
  left: 4px;
  width: 12px;
  height: 6px;
  margin-top: -4px;
  top: 50%;
  transition: 0.2s opacity;
  opacity: 0;
  transform: rotate(-45deg);
}

* + .btnWrap {
  margin-top: 40px;
}

.btnWrap {
  gap: 16px;
}
.btnWrap .btn.btnSubmit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  color: #fff;
  background: #052749;
  min-width: 220px;
  padding: 10px 30px 10px 30px;
  cursor: pointer;
}
.btnWrap .btn.btnSubmit:before {
  display: none;
}
.btnWrap .btn.btnSubmit:disabled {
  background-color: #999;
  pointer-events: none;
}
.btnWrap .btn.btnBack {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  color: #fff;
  background: #999999;
  min-width: 220px;
  padding: 10px 30px 10px 30px;
  cursor: pointer;
}
.btnWrap .btn.btnBack:before {
  display: none;
}
.btnWrap .btn.btnBack:disabled {
  background-color: #999;
  pointer-events: none;
}

.btnWrap:not(ul) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.btnWrap:not(ul).taL {
  justify-content: flex-start;
}
.btnWrap:not(ul).taR {
  justify-content: flex-end;
}
.btnWrap:not(ul).taL_sp {
  justify-content: flex-start;
}
.btnWrap:not(ul).taR_sp {
  justify-content: flex-end;
}
.btnWrap:not(ul).printing {
  justify-content: flex-end;
  margin-top: 16px;
}
.btnWrap:not(ul).printing + * {
  margin-top: 25px !important;
}

#globalFooter .gfCopyright {
  background: #f2f2f2;
}

@media screen and (max-width: 1280px) {
  @keyframes isUsual {
    0% {
      position: fixed;
      top: 0;
    }
    100% {
      position: absolute;
      top: 0;
    }
  }
  @keyframes isFixed {
    0% {
      top: -120px;
    }
    100% {
      top: 0;
    }
  }
  #globalHeader .ghInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 60px;
    padding: 0 80px 0 20px;
    position: relative;
  }
  #globalHeader .ghInner .ghLogo {
    max-width: 120px;
  }
  #globalHeader .ghInner .ghSubNav > .ghSubNavList {
    display: none !important;
  }
  #globalHeader .ghInner .ghSubNav > .ghSubNavList > li + li {
    margin-left: 16px;
  }
  #globalHeader .ghInner .ghSubNav > .ghSubNavList {
    display: flex;
  }
  #globalHeader .ghInner .ghSubNav > .ghSubNavList > li + li {
    margin-left: 16px;
  }
  #globalHeader .ghInner .ghSubNav .ghContact {
    width: 60px;
    height: 60px;
    letter-spacing: 0;
    background: #333;
    position: absolute;
    top: 0;
    right: 60px;
  }
  #globalHeader .ghInner .ghSubNav .ghContact a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #fff;
    text-align: center;
    font-size: 10px;
    transition: 0.2s background;
  }
  #globalHeader #ghMenuBtn {
    width: 60px;
    height: 60px;
    background: #f5dc00;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
  }
  #globalHeader #ghMenuBtn > span {
    background: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    transition: 0.2s transform, 0.2s opacity;
  }
  #globalHeader #ghMenuBtn > span {
    width: 20px;
    height: 2px;
  }
  #globalHeader #ghMenuBtn > span:nth-child(1) {
    transform: translateY(-6px);
  }
  #globalHeader #ghMenuBtn > span:nth-child(3) {
    transform: translateY(6px);
  }
  #globalHeader #ghMenuBtn.isOpen > span:nth-child(1) {
    transform: rotate(45deg);
  }
  #globalHeader #ghMenuBtn.isOpen > span:nth-child(2) {
    opacity: 0;
  }
  #globalHeader #ghMenuBtn.isOpen > span:nth-child(3) {
    transform: rotate(-45deg);
  }
  #globalHeader .ghMenu {
    display: none;
    width: 100%;
    height: calc(100% - 60px);
    position: fixed;
    top: 60px;
    left: 0;
    overflow: hidden;
  }
  #globalHeader .ghMenu .ghNav {
    padding: 40px 20px;
    height: 100%;
    overflow-y: auto;
  }
  #globalHeader .ghMenu .ghNav .ghSubNavList {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  #globalHeader .ghMenu .ghNav .ghSubNavList > li {
    width: calc(50% - 4px);
  }
  #globalHeader .ghMenu .ghNav .ghSubNavList > li:nth-child(odd) {
    margin-right: 8px;
  }
  #globalHeader .ghMenu .ghNav .ghSubNavList > li:nth-child(n+3) {
    margin-top: 8px;
  }
  #globalHeader .ghMenu .ghNav .ghSubNavList > li a {
    display: block;
    padding: 12px 12px;
    border-radius: 6px;
    background: #fff;
  }
  #globalHeader .ghMenu .ghNav > ul:not([class]),
  #globalHeader .ghMenu .ghNav ul.menu {
    border-bottom: 2px solid #000;
  }
  #globalHeader .ghMenu .ghNav > ul:not([class]) > li + li,
  #globalHeader .ghMenu .ghNav ul.menu > li + li {
    border-top: 2px solid #000;
  }
  #globalHeader .ghMenu .ghNav > ul:not([class]) > li > a,
  #globalHeader .ghMenu .ghNav ul.menu > li > a {
    display: block;
    padding: 12px 20px;
  }
  main {
    padding-top: 60px;
  }
  /* ココから下には記入禁止 */
  .checkboxLabel input[type=checkbox]:checked + span:before {
    border-color: #f5dc00;
    background: #fffbd6;
  }
  .btnWrap:not(ul).printing + * {
    margin-top: 25px !important;
  }
}
@media screen and (min-width: 1281px) {
  @keyframes isUsual {
    0% {
      position: fixed;
      top: 0;
    }
    100% {
      position: absolute;
      top: 0;
    }
  }
  @keyframes isFixed {
    0% {
      top: -120px;
    }
    100% {
      top: 0;
    }
  }
  #globalHeader .ghInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 120px;
    padding: 20px 120px 20px 40px;
    position: relative;
  }
  #globalHeader .ghInner .ghLogo {
    max-width: 200px;
  }
  #globalHeader .ghInner .ghSubNav {
    margin-right: 40px;
    font-size: 14px;
  }
  #globalHeader .ghInner .ghSubNav > .ghSubNavList {
    display: flex;
  }
  #globalHeader .ghInner .ghSubNav > .ghSubNavList > li + li {
    margin-left: 16px;
  }
  #globalHeader .ghInner .ghSubNav > .ghSubNavList > li a {
    transition: 0.2s opacity;
  }
  #globalHeader .ghInner .ghSubNav > .ghSubNavList > li a:hover {
    opacity: 0.7;
  }
  #globalHeader .ghInner .ghSubNav > .ghSubNavList {
    display: flex;
  }
  #globalHeader .ghInner .ghSubNav > .ghSubNavList > li + li {
    margin-left: 16px;
  }
  #globalHeader .ghInner .ghSubNav > .ghSubNavList > li a {
    transition: 0.2s opacity;
  }
  #globalHeader .ghInner .ghSubNav > .ghSubNavList > li a:hover {
    opacity: 0.7;
  }
  #globalHeader .ghInner .ghSubNav .ghContact {
    width: 120px;
    height: 120px;
    letter-spacing: 0.1em;
    background: #333;
    position: absolute;
    top: 0;
    right: 0;
  }
  #globalHeader .ghInner .ghSubNav .ghContact a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #fff;
    text-align: center;
    font-size: 18px;
    transition: 0.2s background;
  }
  #globalHeader .ghInner .ghSubNav .ghContact a:hover {
    background: #93989e;
  }
  #globalHeader #ghMenuBtn {
    display: none !important;
  }
  #globalHeader .ghMenu {
    display: block !important;
  }
  #globalHeader .ghMenu .ghNav {
    max-width: 1360px;
    padding: 0 40px;
    margin: 0 auto;
  }
  #globalHeader .ghMenu .ghNav .ghSubNavList {
    display: none !important;
  }
  #globalHeader .ghMenu .ghNav > ul:not([class]),
  #globalHeader .ghMenu .ghNav ul.menu {
    display: flex;
  }
  #globalHeader .ghMenu .ghNav > ul:not([class]) > li,
  #globalHeader .ghMenu .ghNav ul.menu > li {
    flex: 1;
    position: relative;
  }
  #globalHeader .ghMenu .ghNav > ul:not([class]) > li + li:before, #globalHeader .ghMenu .ghNav > ul:not([class]) > li:nth-child(1):before, #globalHeader .ghMenu .ghNav > ul:not([class]) > li:last-child:after,
  #globalHeader .ghMenu .ghNav ul.menu > li + li:before,
  #globalHeader .ghMenu .ghNav ul.menu > li:nth-child(1):before,
  #globalHeader .ghMenu .ghNav ul.menu > li:last-child:after {
    content: "";
    display: block;
    width: 2px;
    height: calc(100% - 20px);
    background: #fff;
    position: absolute;
    top: 10px;
  }
  #globalHeader .ghMenu .ghNav > ul:not([class]) > li + li:before, #globalHeader .ghMenu .ghNav > ul:not([class]) > li:nth-child(1):before,
  #globalHeader .ghMenu .ghNav ul.menu > li + li:before,
  #globalHeader .ghMenu .ghNav ul.menu > li:nth-child(1):before {
    left: 0;
  }
  #globalHeader .ghMenu .ghNav > ul:not([class]) > li:last-child:after,
  #globalHeader .ghMenu .ghNav ul.menu > li:last-child:after {
    right: 0;
  }
  #globalHeader .ghMenu .ghNav > ul:not([class]) > li > a,
  #globalHeader .ghMenu .ghNav ul.menu > li > a {
    display: block;
    padding: 18px 10px;
    text-align: center;
    transition: 0.2s background;
  }
  #globalHeader .ghMenu .ghNav > ul:not([class]) > li > a:hover,
  #globalHeader .ghMenu .ghNav ul.menu > li > a:hover {
    background: #ffcd0d;
  }
  main {
    padding-top: 184px;
  }
  /* ココから下には記入禁止 */
  .checkboxLabel input[type=checkbox]:checked + span:before {
    border-color: #f5dc00;
    background: #fffbd6;
  }
  .btnWrap:not(ul).printing + * {
    margin-top: 25px !important;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    line-height: 1.75;
  }
  .tel {
    color: #f5dc00;
    text-decoration: underline;
  }
  @keyframes isUsual {
    0% {
      position: fixed;
      top: 0;
    }
    100% {
      position: absolute;
      top: 0;
    }
  }
  @keyframes isFixed {
    0% {
      top: -120px;
    }
    100% {
      top: 0;
    }
  }
  #globalFooter #pageTop {
    width: 40px;
    height: 40px;
    right: 15px;
    bottom: 15px;
  }
  #globalFooter .gfInner {
    padding: 40px 20px;
  }
  #globalFooter .gfInner .gfAccess .gfLogo {
    max-width: 120px;
    margin-top: 16px;
  }
  #globalFooter .gfInner .gfSitemap {
    margin-top: 40px;
  }
  #globalFooter .gfInner .gfSitemap > dl > div + div {
    padding-top: 12px;
    margin-top: 12px;
    border-top: 1px solid #ccc;
  }
  #globalFooter .gfInner .gfSitemap > dl > div > dd {
    display: none !important;
  }
  #globalFooter .gfCopyright {
    padding: 8px 20px;
  }
  #globalFooter .gfCopyright small {
    font-size: 12px;
  }
  /* ココから下には記入禁止 */
  .forPC {
    display: none !important;
  }
  #globalHeader .ghInner {
    min-height: 40px;
  }
  #globalHeader .ghInner .ghLogo a {
    height: 15px;
  }
  main {
    padding-top: 0;
  }
  .formArea {
    margin-inline: -15px;
    padding: 30px 15px 35px 15px;
  }
  .formArea .formTitle {
    font-size: 16px;
  }
  .formArea .formTitle + * {
    margin-top: 15px;
  }
  .formArea .formList > div .formListAttention {
    margin-top: 2px;
    font-size: 13px;
  }
  .checkboxLabel input[type=checkbox]:checked + span:before {
    border-color: #f5dc00;
    background: #fffbd6;
  }
  .btnWrap:not(ul).printing + * {
    margin-top: 25px !important;
  }
}
@media print, screen and (min-width: 769px) {
  body {
    font-size: 16px;
    line-height: 1.75;
  }
  .tel {
    color: inherit !important;
    text-decoration: none !important;
    pointer-events: none;
  }
  @keyframes isUsual {
    0% {
      position: fixed;
      top: 0;
    }
    100% {
      position: absolute;
      top: 0;
    }
  }
  @keyframes isFixed {
    0% {
      top: -120px;
    }
    100% {
      top: 0;
    }
  }
  #globalHeader .ghInner .ghSubNav {
    margin-right: 40px;
    font-size: 14px;
  }
  .section .inner {
    max-width: 1360px;
    padding: 0 40px;
    margin: 0 auto;
  }
  #globalFooter #pageTop {
    width: 60px;
    height: 60px;
    right: 20px;
    bottom: 20px;
    transition: 0.2s transform;
  }
  #globalFooter #pageTop:hover {
    transform: translateY(-20px);
  }
  #globalFooter .gfInner {
    display: flex;
    max-width: 1360px;
    padding: 120px 40px;
    margin: auto;
  }
  #globalFooter .gfInner .gfAccess {
    max-width: 320px;
    margin-right: auto;
  }
  #globalFooter .gfInner .gfAccess .gfLogo {
    margin-top: 16px;
  }
  #globalFooter .gfInner .gfSitemap {
    width: calc(100% - 360px);
  }
  #globalFooter .gfInner .gfSitemap a {
    transition: 0.2s opacity;
  }
  #globalFooter .gfInner .gfSitemap a:hover {
    opacity: 0.7;
  }
  #globalFooter .gfInner .gfSitemap > dl {
    display: flex;
  }
  #globalFooter .gfInner .gfSitemap > dl > div {
    width: 20%;
  }
  #globalFooter .gfInner .gfSitemap > dl > div + div {
    margin-left: 5%;
  }
  #globalFooter .gfInner .gfSitemap > dl > div > dt + dd {
    margin-top: 4px;
  }
  #globalFooter .gfInner .gfSitemap > dl > div > dd {
    font-size: 14px;
  }
  #globalFooter .gfInner .gfSitemap > dl > div > dd + dd {
    margin-top: 2px;
  }
  #globalFooter .gfCopyright {
    padding: 8px;
  }
  #globalFooter .gfCopyright small {
    font-size: 12px;
  }
  /* ココから下には記入禁止 */
  .forSP {
    display: none !important;
  }
  main {
    padding-top: 84px;
  }
  .formArea {
    padding: 50px 60px 57px;
    border-radius: 30px;
  }
  .formArea:not(:has(.btnSubmit)) {
    padding-bottom: 50px;
  }
  .formArea .formTitle {
    font-size: 22px;
  }
  .formArea .formTitle + * {
    margin-top: 25px;
  }
  .formArea .formList:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #cdcdcd;
    position: absolute;
    top: 0;
    left: 265px;
  }
  .formArea .formList > div > dt {
    width: 266px;
    padding-top: 15px;
    padding-right: 10px;
    font-size: 18px;
  }
  .formArea .formList > div > dd {
    width: calc(100% - 300px);
    margin-left: auto;
  }
  .formArea .formList > div .formListAttention {
    font-size: 13px;
    margin-top: 4px;
  }
  .checkboxLabel input[type=checkbox]:checked + span:before {
    border-color: #f5dc00;
    background: #fffbd6;
  }
  .btnWrap:not(ul).printing + * {
    margin-top: 25px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  @keyframes isUsual {
    0% {
      position: fixed;
      top: 0;
    }
    100% {
      position: absolute;
      top: 0;
    }
  }
  @keyframes isFixed {
    0% {
      top: -120px;
    }
    100% {
      top: 0;
    }
  }
  #globalHeader .ghInner {
    min-height: 100px !important;
  }
  #globalHeader .ghInner .ghSubNav .ghContact {
    width: 100px !important;
    height: 100px !important;
    right: 100px !important;
  }
  #globalHeader .ghInner .ghSubNav .ghContact a {
    font-size: 15px !important;
  }
  #globalHeader #ghMenuBtn {
    width: 100px !important;
    height: 100px !important;
  }
  #globalHeader .ghMenu {
    top: 100px !important;
  }
  main {
    padding-top: 100px !important;
  }
  #globalFooter .gfInner {
    flex-direction: column;
  }
  #globalFooter .gfInner .gfAccess {
    order: 1;
    margin-top: 20px;
  }
  #globalFooter .gfInner .gfSitemap {
    width: 100%;
    order: 0;
  }
  /* ココから下には記入禁止 */
  .formArea .formList:before {
    display: none;
  }
  .formArea .formList > div {
    flex-direction: column;
  }
  .formArea .formList > div + div {
    margin-top: 24px;
  }
  .formArea .formList > div > dt {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }
  .formArea .formList > div > dd {
    width: 100%;
    margin-top: 12px;
  }
  .checkboxLabel input[type=checkbox]:checked + span:before {
    border-color: #f5dc00;
    background: #fffbd6;
  }
  .btnWrap:not(ul).printing + * {
    margin-top: 25px !important;
  }
}
@media print {
  body {
    zoom: 0.68;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }
  header,
  footer {
    display: none !important;
  }
}
/*# sourceMappingURL=map/common.css.map */
