@charset "UTF-8";
/*reset
--------------------------------*/
/* Update Start 2022/12/10[UI0005] GC0003様向け機能追加対応(第2弾) */
/* html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, olang {
/* Update End   2022/12/10[UI0005] GC0003様向け機能追加対応(第2弾) */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

select::-ms-expand{
	
	display:none;
}
input::-ms-clear{
	visibility::hidden;
}
/*variable
--------------------------------*/
/*base
--------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
  font-size: 100%;
  font-family: inherit;
  border-radius: 0;
}

html {
  font-size: 100%;
}

body {
  font-family: "Noto Sans Japanese",sans-serif;
  line-height: 1.5;
  font-size: 1rem;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
  height: 100%;
}

a {
  color: #2E66FF;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

main {
  display: block;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.inner {
  max-width: 1024px;
  margin: 0 auto;
}

.icon {
  display: inline-block;
  vertical-align: middle;
}

.icon svg {
  fill: currentColor;
  stroke: currentColor;
}

/*input,select*/
.button {
  -webkit-appearance: none;
  moz-appearance:none;
  -o-apperance:none;
  border: 1px solid #575757;
  background: #DFE1E2;
}

.button--accessibility {
  background: #fff;
  border-radius: 5px;
  padding: 0 17px;
}

/* 見出し */
h2 {
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5;
}

h2.c-title {
  font-weight: 700;
}

h3 {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
}

h3.c-title {
  font-weight: 700;
}

.fz--s {
  font-size: 0.875rem;
}

.fz--m {
  font-size: 1rem;
}

.fz--l {
  font-size: 1.125rem;
}

.fz--ll {
  font-size: 1.3125rem;
}

.fz--xl {
  font-size: 1.75rem !important;
}

.fc--black {
  color: #000;
}
.bold {
  font-weight: 700;
}

.main_color {
  color: #006FBC;
}

.bg--base_color {
  background: #E2F0FA;
  display: inline-block;
  padding: 15px 20px;
}

.label--gray {
  background: #575757;
  color: #fff;
  display: inline-block;
  font-size: 1.125rem;
  padding: 0 20px;
  border-radius: 5px;
}

em {
  font-style: oblique;
}

.error {
/* Update Start 2021/03/12 [UN0032] UI刷新対応（課題No.275対応） */
  /* color: #FF2800; */
  color: #E12800;
/* Update End   2021/03/12 [UN0032] UI刷新対応（課題No.275対応） */

}

.error::before {
  content: "";
  background: url(../img/icon_error.svg) no-repeat top center/cover;
  display: inline-block;
  margin-right: .3em;
  width: 1.4125rem;
  height: 1.25rem;
  position: relative;
  top: .2rem;
}

.error--line {
  text-indent: -1.3em;
  padding-left: 1.3em;
}
/*チェックボックス*/
.checkbox-input {
  display: none;
}

.checkbox-parts {
  padding-left: 35px;
  position: relative;
}

.checkbox-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #A0A0A0;
  background: #fff;
  border-radius: 4px;
}

.checkbox-input:checked ~ .checkbox-parts::before {
  background: #006FBC;
  border-color: #006FBC;
}

.checkbox-input:checked ~ .checkbox-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 7px;
  width: 11px;
  height: 16px;
  transform: rotate(40deg);
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}



/*IEで矢印を消す*/
select::-ms-expand {
  display: none;
}

.selectbox {
  overflow: hidden;
  text-align: center;
  width: 25rem;
}

.selectbox select {
  width: 100%;
  padding: 0 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance:none;
  moz-appearance:none;
  -o-apperance:none;
  border-radius: 0;
  height: 42px;
  border: 1px solid #006FBC;
/* Update Start 2022/09/28 [UI0003] GC0003様向け機能追加対応(第2弾) */
/*font-size: 1rem; */
  font-size: 0.715rem;
/* Update End   2022/09/28 [UI0003] GC0003様向け機能追加対応(第2弾) */
}

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

.selectbox.select {
  position: relative;
  background: #ffffff;
}

.selectbox.select::before {
  position: absolute;
  top: 13px;
  right: 0.9em;
  padding: 0;
  content: '';
  border: 2px solid #404040;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  border-left: none;
  border-top: none;
  pointer-events: none;
}

.selectbox.select::before select {
  padding: 8px 38px 8px 8px;
}

.selectbox--arrow, .selectbox--arrow--short {
  overflow: hidden;
  text-align: center;
  width: 25rem;
}

.selectbox--arrow--short {
  width: 150px;
}

.selectbox--arrow select, .selectbox--arrow--short select {
  width: 100%;
  padding: 0 10px;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance:none;
  moz-appearance:none;
  -o-apperance:none;
  border-radius: 0;
  height: 42px;
  border: 1px solid #000;
  font-size: 0.875rem;
}

.selectbox--arrow select::-ms-expand, .selectbox--arrow--short select::-ms-expand {
  display: none;
}

.selectbox--arrow.select--arrow, .select--arrow.selectbox--arrow--short {
  position: relative;
  background: #ffffff;
}

.selectbox--arrow.select--arrow::before, .select--arrow.selectbox--arrow--short::before {
  position: absolute;
  top: 16px;
  right: 0.9em;
  padding: 0;
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #000;
  pointer-events: none;
}

.selectbox--arrow.select--arrow::before select, .select--arrow.selectbox--arrow--short::before select {
  padding: 8px 38px 8px 8px;
}

.anchor {
  margin-top: -170px;
  padding-top: 170px;
}

/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: none;
}

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Add Start 2021/04/19 [UI0027] UI刷新対応（disabled時にツールチップが表示される） */
.disabled[data-tooltip]:hover:before,
.disabled[data-tooltip]:hover:after,
.disabled[data-tooltip]:focus:before,
.disabled[data-tooltip]:focus:after,
.disabled.tooltip:hover:before,
.disabled.tooltip:hover:after,
.disabled.tooltip:focus:before,
.disabled.tooltip:focus:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* Add End   2021/04/19 [UI0027] UI刷新対応（disabled時にツールチップが表示される） */

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 8px;
  background-color: #000;
  background-color: rgba(51, 51, 51, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  font-size: 0.875rem;
  line-height: 1.2;
  white-space: nowrap;
}

/* Directions */
/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 100%;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #000;
  border-top-color: rgba(51, 51, 51, 0.9);
}

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
  margin-left: -80px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  transform: translateY(-12px);
}

/* Left */
.tooltip-left:before,
.tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto;
}

.tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: #000;
  border-left-color: rgba(51, 51, 51, 0.9);
}

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
  -webkit-transform: translateX(-12px);
  -moz-transform: translateX(-12px);
  transform: translateX(-12px);
}

/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 100%;
  bottom: auto;
  left: 80px;
}

.tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #000;
  border-bottom-color: rgba(51, 51, 51, 0.9);
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  transform: translate(0, 12px);
}

/* Right */
.tooltip-right:before,
.tooltip-right:after {
  left: 100%;
}

.tooltip-right:before {
  margin-bottom: 0;
  margin-left: -12px;
  border-top-color: transparent;
  border-right-color: #000;
  border-right-color: rgba(51, 51, 51, 0.9);
}

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
  -webkit-transform: translateX(12px);
  -moz-transform: translateX(12px);
  transform: translateX(12px);
}

/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
  top: 3px;
}

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px;
}

/*header
--------------------------------*/
.l-header {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  background: #fff;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 999;
  /* ハンバーガーボタン（SP） */
}

.l-header__inner {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
}

.l-header__top {
  position: absolute;
  right: 5px;
  top: 12px;
  list-style-type: none;
}

.l-header__top .button {
  min-width: 122px;
  margin: auto 0 10px 0;
  padding: 10px 14px;
  border-radius: 10px;
  border: none;
  font-size: 18px;
}

.l-header__top .button--login {
  background: #006FBC;
  color: #fff;
}

.l-header__top .button--login .icon {
  position: relative;
  top: -2px;
}

.l-header__top .button__register {
  background: #DFE1E2;
}

.l-header__logo {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 100px;
  display: flex;
  align-items: center;
}

.l-header .c-button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
  moz-appearance:none;
  -o-apperance:none;
  border: none;
  background-color: #006FBC;
  border-radius: 0;
  cursor: pointer;
}

.l-header .p-hamburger {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  margin: auto;
  box-shadow: 0 0 2rem transparent;
  outline: none;
  transition: all .3s ease-in-out;
  padding: 0;
}
/* Add Start 2022/07/01 [UI0073] GC0003様向け機能追加対応(第2弾) */
.l-header .p-hamburger__language {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 77px;
  margin: auto;
  box-shadow: 0 0 2rem transparent;
  outline: none;
  transition: all .3s ease-in-out;
  padding: 0;
}
/* Add End   2022/07/01 [UI0073] GC0003様向け機能追加対応(第2弾) */
.l-header .p-hamburger:hover, .l-header .p-hamburger:focus {
  box-shadow: 0 0 0.5rem rgba(255, 255, 255, 0.5);
}

.l-header .p-hamburger__line {
  position: absolute;
  top: 22px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 30px;
  height: 2px;
  background-color: #fff;
  transition: inherit;
}

.l-header .p-hamburger__line::before, .l-header .p-hamburger__line::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  content: '';
  transition: inherit;
}

.l-header .p-hamburger__line::before {
  top: -8px;
}

.l-header .p-hamburger__line::after {
  top: 8px;
}

.l-header .p-hamburger[aria-expanded="true"] .p-hamburger__line {
  background-color: transparent;
}

.l-header .p-hamburger[aria-expanded="true"] .p-hamburger__line::before,
.l-header .p-hamburger[aria-expanded="true"] .p-hamburger__line::after {
  top: 0;
  background-color: #fff;
}

.l-header .p-hamburger[aria-expanded="true"] .p-hamburger__line::before {
  transform: rotate(45deg);
}

.l-header .p-hamburger[aria-expanded="true"] .p-hamburger__line::after {
  transform: rotate(-45deg);
}

.l-header .p-hamburger__text {
  color: #fff;
  font-weight: 700;
  font-size: 10px;
  display: block;
  margin-top: 30px;
  white-space: nowrap;
}

.l-header .gNav a {
  text-decoration: none;
}

.l-header .gNav .button.button--login {
  background: #006FBC;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.l-header .gNav .button.button--register {
  font-size: 16px;
}

.l-header .gNav__b {
  background: #E2F0FA;
}

.l-header .gNav__t ul, .l-header .gNav__b ul {
  display: flex;
  flex-wrap: wrap;
}

.l-header .gNav__t li, .l-header .gNav__b li {
  list-style-type: none;
  width: 20%;
}

.l-header .gNav__t li a, .l-header .gNav__b li a {
  display: block;
  width: 100%;
  line-height: 1.25;
  padding: 10px;
  font-size: 0.875rem;
  color: #006FBC;
}

.l-header .gNav__t li a:hover, .l-header .gNav__b li a:hover {
  background: #006FBC;
  color: #fff;
}

.l-header .gNav__t li .icon, .l-header .gNav__b li .icon {
  position: relative;
  margin-right: 10px;
}

.l-header .gNav__t .icon {
  top: -0.125rem;
}

.l-header .gNav__t li a {
  background: #fff;
}

.l-header .gNav__b .icon {
  top: -0.0625rem;
}

.is-drawerActive .gNav {
  visibility: visible !important;
  opacity: 1 !important;
}

.l-main {
  background: url("../img/backimg_blue_L.jpg") repeat-y top left, url("../img/backimg_blue_R.jpg") repeat-y top right;
  padding-bottom: 40px;
}

/*footer
--------------------------------*/
.l-footer {
  background: #E2F0FA;
  font-size: 0.875rem;
  padding: 70px 0;
}

.l-footer__contact {
  text-align: center;
}

/*layout
--------------------------------*/
.l-application .c-title {
  margin: 56px 0 13px;
}

.l-2column {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.l-partList {
  width: 1024px;
  margin: 0 auto;
}

/*component
--------------------------------*/
/*右側の固定設定ボタン*/

/*TOPページのメインイメージ*/
.c-top-mainimg {
  position: relative;
  max-width: 1024px;
  margin: 0 auto 35px;
  height: 250px;
  background: url(../img/top_img_main.png) no-repeat top center/100%;
}

.c-top-mainimg a {
  text-decoration: none;
}

.c-top-mainimg__inner {
  display: inline-block;
  text-align: left;
  font-size: 16px;
  line-height: 1.81818;
  font-weight: 300;
  margin: 25px 50px 0;
  padding: 40px 30px 21px;
  background: #fff 0% 0% no-repeat padding-box;
  opacity: 1;
  backdrop-filter: blur(2px);
}

.c-top-mainimg__text {
  width: 280px;
}

.c-goProcess a {
  display: block;
  text-align: center;
  font-weight: 700;
  margin-top: 10px;
  color: #006FBC;
  text-decoration: none;
  font-size: 16px;
}

.c-goProcess a .icon {
  position: relative;
  top: -2px;
  margin-left: 5px;
}

.c-goProcess a .icon svg {
  border-radius: 50%;
}

.c-box--2column {
  margin: 0 50px 10px;
  display: flex;
  justify-content: space-between;
}

.c-box--2column a {
  text-decoration: none;
}

.c-box--2column__nav {
  width: 340px;
  line-height: 40px;
  background: #fff;
}

.c-box--2column__nav dl {
  margin-bottom: 20px;
}

.c-box--2column__nav dt {
  background: #B4EBFA;
  font-weight: 700;
}

.c-box--2column__nav dd {
  border-bottom: 1px solid #B4EBFA;
}

.c-box--2column__nav dd a {
  display: block;
  color: #000;
  font-size: 0.875rem;
  padding-left: 0.625rem;
}

.c-box--2column__nav dd a:hover {
  background: #E2F0FA;
}

.c-box--2column__nav dt {
  padding-left: 0.625rem;
}

.c-box--2column__content {
  width: 550px;
}

.c-box--2column__content__item {
  border: 1px solid #575757;
  margin-bottom: 20px;
  padding: 14px 14px 21px 10px;
  background: #fff;
}

.c-box--2column__content__item a {
  text-decoration: none;
  color: currentColor;
}

.c-box--2column__content__item__title {
  margin-bottom: 1.1875rem;
  font-size: 1rem;
  font-weight: 700;
}

.c-box--2column__content__item__datail {
  font-size: 0.875rem;
  line-height: 1.42857;
  padding: 0 10px 20px;
}

.c-title {
  color: #006FBC;
  font-size: 1.375rem;
}

.c-title--sub {
  font-size: 1.375rem;
  background: #006FBC;
  color: #fff;
  padding: 6px 50px;
}

.c-stepbar {
  display: flex;
  list-style-type: none;
  color: #006FBC;
  max-width: 1024px;
  margin: 0 auto 30px auto;
  border: 1px solid #006FBC;
  border-right: none;
}

.c-stepbar .icon {
  display: block;
  margin-right: 10px;
  width: 40px;
}

.c-stepbar__item {
  width: calc((100%) / 4);
  height: 80px;
}

.c-stepbar__item:nth-child(1) {
  z-index: 4;
}

.c-stepbar__item:nth-child(2) {
  z-index: 3;
}

.c-stepbar__item:nth-child(3) {
  z-index: 2;
}

.c-stepbar__item:nth-child(4) {
  z-index: 1;
}

.c-stepbar__item:first-child {
  margin-left: 0;
}

.c-stepbar__item:last-child {
  margin-right: 0;
  border-right: none;
}

.c-stepbar__item__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
/* Delete Start 2021/03/16[UN0010] UI刷新対応(課題No310対応) */
/* background: #fff;*/
/* Delete End   2021/03/16[UN0010] UI刷新対応(課題No310対応) */
/* Update Start 2022/09/26 [UI0003] GC0003様向け機能追加対応(第2弾) */
/*font-size: 0.875rem;*/
  font-size: 0.8rem;
/* Update End 2022/09/26 [UI0003] GC0003様向け機能追加対応(第2弾) */
  line-height: 1.375;
  padding: 0 1.25rem;
  border-right: 1px solid #006FBC;
}

.c-stepbar__item__inner svg {
  width: 100%;
  height: 100%;
}

.c-stepbar__item__inner--current {
  position: relative;
  background: #006FBC;
  color: #fff;
  border-right: none;
  font-weight: 700;
}

.c-stepbar__item .c-stepbar__item__inner--current::before {
  position: absolute;
  content: "";
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-right: 0;
  border-bottom: 40px solid transparent;
  border-left: 20px solid #006FBC;
}

.c-stepbar__item:last-child .c-stepbar__item__inner--current::before {
  display: none;
}

.c-box--search {
  max-width: 1024px;
  margin: 33px auto;
}

.c-box--search a {
  text-decoration: none;
}

.c-box--search__text {
  font-size: 0.875rem;
  margin-bottom: 13px;
}

.c-box--search__item dl {
  margin-bottom: 2px;
  background: #E2F0FA;
  display: flex;
  padding: 0 50px;
  align-items: center;
}

.c-box--search__item dl dt {
  font-weight: 700;
  width: 200px;
}

.c-box--search__item dl dd {
  flex-grow: 1;
  padding: 12px 0;
}
.c-box--search__item dl dd.checkboxWrap {
  display: flex;
}

.c-box--search__item dl dd input[type="text"] {
  border: 1px solid #006FBC;
  height: 42px;
  width: 100%;
  padding: 0 1em;
  position: relative;
}

.c-box--search__item dl dd input[type="text"]:focus {
  background: #E2F0FA;
  border-width: 3px;
}

.c-box--search__item dl dd input[type="checkbox"] {
  margin-right: 10px;
}

.c-box--search__item dl dd label {
  margin-right: 10px;
}

.c-box--search__item dl dd .btn--search {
  display: inline-block;
  font-weight: 700;
  border: 1px solid #006FBC;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  margin-right: 15px;
  color: #006FBC;
}

.c-btn {
  display: inline-block;
  border-radius: 30px;
  border: 1px solid #006FBC;
  background: #E2F0FA;
  color: #006FBC;
/* Update Start 2022/09/27[UI0040] GC0003様向け機能追加対応(第2弾) */
  /*width: 280px;*/
  width:auto;
/* Update End   2022/09/27[UI0040] GC0003様向け機能追加対応(第2弾) */
  height: 2.5rem;
  font-size: 1rem;
  margin: 20px auto 50px;
  position: relative;
  cursor: pointer;
/* Add Start 2022/09/28[UI0040] GC0003様向け機能追加対応(第2弾) */
  padding-inline: 40px;
  min-width: 280px;
/* Add End   2022/09/28[UI0040] GC0003様向け機能追加対応(第2弾) */
}

.c-btn__wrap {
   margin: 0 auto;
   text-align:center;
   display: block;
   width: auto;
   align-item:center;
}

.c-btn--submit::after, .c-btn--submit--large::after {
  content: "＞";
  font-weight: 700;
  position: absolute;
  right: 10px;
}
.c-btn--submit:hover, .c-btn--submit--large:hover {
  background: #006FBC;
  color: #fff;
}

.c-btn--submit--large,.c-btn--back--large {
  font-size: 1.375rem;
  width: auto;
  height: 3.75rem;
  padding: 0 2.5rem;
}

.c-btn--back ,.c-btn--back--large{
  border-color: #575757;
  color: #575757;
  background: #fff;
}

.c-btn--back::before,.c-btn--back--large::before  {
  content: "＜";
  font-weight: 700;
  position: absolute;
  left: 10px;
}

.c-btn--pdf {
  margin-right: 0;
  margin-bottom: 20px;
}

.c-btn--pdf .icon {
  margin-right: .5rem;
}

.c-btn--pdf:hover {
  background: #006FBC;
  color: #fff;
}

.c-btn--more {
  display: inline-block;
  border: 1px solid #707070;
  background: #fff;
  border-radius: 15px;
  font-size: 0.875rem;
  padding: 5px 18px 5px 26px;
}

.c-btn--more::after {
  content: "＞";
  margin-left: 2px;
}

.c-box--procedure--top {
  display: flex;
  justify-content: space-between;
  margin: 0 50px;
}

.c-box--procedure__title {
  background: #006FBC;
  line-height: 3.125rem;
  color: #fff;
  font-size: 1.375rem;
  padding-left: 50px;
  margin: 0 auto 19px;
  max-width: 1024px;
}

.c-display {
  font-size: 0.875rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.c-display__inner {
  display: flex;
}

.c-display__text {
  display: inline-block;
  margin-right: 20px;
}

.c-display .select--arrow {
  margin-right: 5px;
}

.c-display .select--arrow select {
  border-radius: 5px;
}

.c-display .select--sort {
  width: 200px;
}

.c-display .select--sort select {
  text-overflow: unset;
}

.c-display .select--display {
  width: 200px;
}

.c-display .select--display select {
  text-overflow: unset;
}

.c-pager {
  list-style-type: none;
  display: flex;
}

.c-pager a {
  text-decoration: none;
}

.c-pager li {
  width: 1.875rem;
  line-height: 40px;
  border: 1px solid #000;
  border-left: none;
  text-align: center;
  font-size: 0.875rem;
  height: 40px;
  background: #fff;
}

.c-pager li a {
  display: block;
  color: #000;
}

.c-pager li.current {
  background: #B4EBFA;
  font-weight: 700;
}

.c-pager li:first-of-type {
  border-radius: 5px 0 0 5px;
  border-left: 1px solid #000;
}

.c-pager li:last-of-type {
  border-radius: 0 5px 5px 0;
  margin-left: 15px;
  border-left: 1px solid #000;
}

.c-pager .first {
  margin-right: 15px;
}

.c-pager .first + li {
  border-left: 1px solid #000;
}

.c-pager .first,
.c-pager .last {
  width: 3.125rem;
  font-size: 0.75rem;
}

.c-box--cardList {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 50px;
  list-style-type: none;
  justify-content: space-between;
}

.c-box--cardList a {
  text-decoration: none;
}

.c-box--cardList__item {
  margin-bottom: 20px;
  width: 48.7013%;
  background: #fff;
}

.c-box--cardList__item a {
  border-radius: 5px;
  border: 1px solid #575757;
  padding: 20px 20px 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 15.625rem;
  color: #000;
}

.c-box--cardList__item a:hover {
  background: #E2F0FA;
}

.c-box--cardList__item h3 {
  font-size: 1.375rem;
  font-weight: 700;
}

.c-box--cardList__item__status {
  color: #fff;
  display: inline-block;
  font-weight: 700;
  padding: 0 27px;
  line-height: 1.5625rem;
  border-radius: 5px;
  margin-bottom: 10px;
}

.c-box--cardList__item__status.green {
  background: #008A2B;
}

.c-box--cardList__item__status.red {
  background: #ED1212;
}

.c-box--cardList__item__status.brown {
  background: #C74900;
}

.c-box--cardList__item__status.gray {
  background: #575757;
}

.c-box--cardList__item__status.blue {
  background: #2E66FF;
}

.c-box--cardList__item__b {
  font-size: 0.875rem;
}

.c-box--cardList__item__b__text {
  font-size: 1rem;
  margin-bottom: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.c-box--cardList__item__b__title {
  color: #006FBC;
}

.c-box--selectProcess {
  border: 1px solid #006FBC;
  padding: 12px 50px;
  /**/
  max-width: 1024px;
  margin: 50px auto;
}

.c-box--selectProcess a {
  text-decoration: none;
  color: currentColor;
}

.c-box--selectProcess__title {
  color: #006FBC;
}

.c-box--selectProcess__title--sub {
  font-weight: 700;
  margin-bottom: 7px;
}

.c-box--selectProcess__inner {
  text-align: right;
}

.c-box--selectProcess__inner p {
  display: inline-block;
}

.c-box--selectProcess__inner__text {
  font-size: 0.875rem;
  margin-right: 5px;
}

.c-box--selectProcess__inner__button {
  display: inline-block;
  border: 1px solid #006FBC;
  background: #E2F0FA;
  font-weight: 700;
  padding: 0 16px 0 30px;
  cursor: pointer;
  position: relative;
  font-size: 1rem;
  border-radius: 5px;
}

.c-box--selectProcess__inner__button::before, .c-box--selectProcess__inner__button::after {
  position: absolute;
  top: 50%;
  left: 20px;
  content: '';
  width: 14px;
  height: 14px;
  border-top: 2px solid #006FBC;
  transform: translate(-50%, 0);
}

.c-box--selectProcess__inner__button::after {
  left: 7px;
  top: 54%;
  transform: rotate(90deg) translate(-50%, 0);
}

.c-box--selectProcess__inner__button.active::after {
  display: none;
}

.c-box--selectProcessList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 17px;
  font-size: 0.875rem;
}

.c-box--selectProcessList dt {
  color: #006FBC;
  width: 10.0625rem;
  margin-bottom: 5px;
}

.c-box--selectProcessList dd {
  flex-grow: 1;
  width: calc(100% - 10.0625rem);
}

/*入力フォーム関連*/
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea {
  appearance:none;
  -webkit-appearance: none;
  moz-appearance:none;
  -o-apperance:none;
  border: 1px solid #006FBC;
  font-family: inherit;
  font-size: 1rem;
  padding: 0 15px;
}

input[type="file"] {
  width: 100%;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-width: 3px;
  background: #E2F0FA;
/* Add Start 2021/01/20 [UI0027] UI刷新対応 */
  outline-style: none;
/* Add End   2021/01/20 [UI0027] UI刷新対応 */
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"]{
  line-height: 42px;
  height: 42px;
}

textarea {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.textarea-caption {
  text-align: right;
  margin-top: 3px;
  font-size: 0.875rem;
}

.input-70 {
  width: 4.375rem;
}

.input-70--text {
  margin: 0 15px 0 10px;
}

.input-120 {
  width: 120px;
}

.input-200 {
  width: 200px;
}

.input-660 {
  width: 660px;
}

.input-medium {
  width: 400px;
}

.input-470 {
  width: 470px;
}

.select-120 {
  width: 120px;
}

.select-400 {
  width: 400px;
}

.select-660 {
  width: 660px;
}

input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance:none;
  -ms-appearance:none;
  border: 1px solid #006FBC;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  margin: 0 15px 0 0;
  position: relative;
  top: -1px;
}

input[type="radio"]:checked {
  border: 8px solid #006FBC;
}

input[type="button"].button,
.ui-datepicker-trigger {
  border: 1px solid #575757;
  background: #DFE1E2;
  height: 40px;
  border-radius: 5px;
  font-size: 0.875rem;
}

.c-input {
  max-width: 1024px;
  margin: 0 auto 30px;
}

.c-input__title {
  color: #006FBC;
  font-size: 1.375rem;
  background: #E2F0FA;
  padding: 4px 50px;
  margin-bottom: 20px;
  font-weight: 700;
}

.c-input__item {
  padding-left: 50px;
  padding-right: 50px;
}

/* Add Start 2021/04/20 [UI0027] UI刷新対応（品目表の横幅調整） */
.c-input__item__hinmoku {
  padding-left: 18px;
  padding-right: 18px;
}
/* Add End   2021/04/20 [UI0027] UI刷新対応（品目表の横幅調整） */

#filelist {
  list-style-type: none;
}

#filelist li {
  display: block;
  margin-bottom: 10px;
}

#filelist li:last-of-type {
  margin-bottom: 0;
}

.formFile input[type="file"] {
  display: none;
}

.formFile .info {
  display: inline-block;
  margin-right: 20px;
}

.formFile label {
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  background-color: #DFE1E2;
  border: 1px solid #767676;
  color: #000;
  font-size: 0.875rem;
  padding: 0 10px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-right: 8px;
  text-align: center;
}

.formFileName {
  display: inline-block;
  font-size: 0.875rem;
  margin-left: 5px;
}

.required::after {
  content: "必須";
  display: inline-block;
/* Update Start 2021/03/12 [UN0032] UI刷新対応（課題No.275対応） */
  /* background: #FF2800; */
  background: #E12800;
/* Update End 2021/03/12 [UN0032] UI刷新対応（課題No.275対応） */
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 0 12px;
  border-radius: 5px;
  margin-bottom: 5px;
  margin-left: 8px;
}

.c-box--save {
  border: 1px solid #006FBC;
  text-align: center;
  padding: 0 50px 30px;
  background: #fff;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.c-box--save li {
  list-style-type: none;
}

.c-box--save__title {
  font-size: 1.125rem;
  font-weight: normal;
  margin: 20px 0;
}

.c-box--save__text {
  font-size: 0.875rem;
  text-align: left;
}

.c-box--save__text--worning {
/* Update Start 2021/03/12 [UN0032] UI刷新対応（課題No.275対応） */
  /* color: #FF2800; */
  color: #E12800;
/* Update End   2021/03/12 [UN0032] UI刷新対応（課題No.275対応） */

  font-weight: 700;
  margin: 21px 0;
}

.c-box--save__inner {
  display: flex;
  justify-content: center;
}

.c-box--save__inner__item {
  min-width: 300px;
  font-size: 0.875rem;
}

.c-box--save__inner__item p {
  width: 300px;
  margin: 0 auto;
}

.c-box--save__inner__item:first-of-type {
  margin-right: 40px;
}

.c-box--save__inner__item button {
  appearance:none;
  -webkit-appearance: none;
  moz-appearance:none;
  -o-apperance:none;
  height: auto;
  line-height: 40px;
  min-width: 300px;
  border-width: 1px;
  border-radius: 5px;
  font-size: 1.125rem;
  margin-top: 10px;
  display: inline-block;
}
.c-box--save__inner__item button .icon {
  margin: 0 5px;
  position: relative;
  top: -3px;
}

.c-box--save__inner__item button .icon svg {
  stroke: transparent;
}

.c-box--check {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.c-box--check__list {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #000;
  margin-bottom: 26px;
}

.c-box--check__list dt {
  background: #DFE1E2;
  width: 24.41406%;
  border-bottom: 1px solid #000;
  padding: 12px 60px 12px 50px;
  font-weight: 700;
}

.c-box--check__list dd {
  width: calc( 100% - 250px);
  border-bottom: 1px solid #000;
  padding: 12px 50px 12px 18px;
  display: flex;
  align-items: center;
  background: #fff;
}

.c-box--check__list--color dt {
  background: #E2F0FA;
  color: #006FBC;
}
.c-box--check__list--inputColor dt {
  background: #999999;
  color: #999999;
}

.c-inputBox input[type="text"],
.c-inputBox input[type="password"] {
  border: 1px solid #006FBC;
}

.c-inputBox dt {
  background: #E2F0FA;
  color: #006FBC;
  padding: 11px 0 11px 50px;
}

/*utility
--------------------------------*/
.u-deco_none {
  text-decoration: none;
}

.u-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-rightBox {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.u-leftBox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

.u-pagebreak {
  break-after: page;
}

.u-fz-s {
  font-size: 0.875rem;
}

.u-mt0 {
  margin-top: 0px;
}

.u-mt5 {
  margin-top: 5px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt15 {
  margin-top: 15px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt25 {
  margin-top: 25px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt35 {
  margin-top: 35px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt45 {
  margin-top: 45px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt55 {
  margin-top: 55px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt65 {
  margin-top: 65px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt75 {
  margin-top: 75px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt85 {
  margin-top: 85px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mt95 {
  margin-top: 95px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-mt105 {
  margin-top: 105px;
}

.u-mt110 {
  margin-top: 110px;
}

.u-mt115 {
  margin-top: 115px;
}

.u-mt120 {
  margin-top: 120px;
}

.u-mt125 {
  margin-top: 125px;
}

.u-mt130 {
  margin-top: 130px;
}

.u-mt135 {
  margin-top: 135px;
}

.u-mt140 {
  margin-top: 140px;
}

.u-mt145 {
  margin-top: 145px;
}

.u-mt150 {
  margin-top: 150px;
}

.u-mt155 {
  margin-top: 155px;
}

.u-mt160 {
  margin-top: 160px;
}

.u-mt165 {
  margin-top: 165px;
}

.u-mt170 {
  margin-top: 170px;
}

.u-mt175 {
  margin-top: 175px;
}

.u-mt180 {
  margin-top: 180px;
}

.u-mt185 {
  margin-top: 185px;
}

.u-mt190 {
  margin-top: 190px;
}

.u-mt195 {
  margin-top: 195px;
}

.u-mt200 {
  margin-top: 200px;
}

.u-mt205 {
  margin-top: 205px;
}

.u-mt210 {
  margin-top: 210px;
}

.u-mt215 {
  margin-top: 215px;
}

.u-mt220 {
  margin-top: 220px;
}

.u-mt225 {
  margin-top: 225px;
}

.u-mt230 {
  margin-top: 230px;
}

.u-mt235 {
  margin-top: 235px;
}

.u-mt240 {
  margin-top: 240px;
}

.u-mt245 {
  margin-top: 245px;
}

.u-mt250 {
  margin-top: 250px;
}

.u-mt255 {
  margin-top: 255px;
}

.u-mt260 {
  margin-top: 260px;
}

.u-mt265 {
  margin-top: 265px;
}

.u-mt270 {
  margin-top: 270px;
}

.u-mt275 {
  margin-top: 275px;
}

.u-mt280 {
  margin-top: 280px;
}

.u-mt285 {
  margin-top: 285px;
}

.u-mt290 {
  margin-top: 290px;
}

.u-mt295 {
  margin-top: 295px;
}

.u-mt300 {
  margin-top: 300px;
}

.u-mt305 {
  margin-top: 305px;
}

.u-mt310 {
  margin-top: 310px;
}

.u-mt315 {
  margin-top: 315px;
}

.u-mt320 {
  margin-top: 320px;
}

.u-mt325 {
  margin-top: 325px;
}

.u-mt330 {
  margin-top: 330px;
}

.u-mt335 {
  margin-top: 335px;
}

.u-mt340 {
  margin-top: 340px;
}

.u-mt345 {
  margin-top: 345px;
}

.u-mt350 {
  margin-top: 350px;
}

.u-mt355 {
  margin-top: 355px;
}

.u-mt360 {
  margin-top: 360px;
}

.u-mt365 {
  margin-top: 365px;
}

.u-mt370 {
  margin-top: 370px;
}

.u-mt375 {
  margin-top: 375px;
}

.u-mt380 {
  margin-top: 380px;
}

.u-mt385 {
  margin-top: 385px;
}

.u-mt390 {
  margin-top: 390px;
}

.u-mt395 {
  margin-top: 395px;
}

.u-mt400 {
  margin-top: 400px;
}

.u-mt405 {
  margin-top: 405px;
}

.u-mt410 {
  margin-top: 410px;
}

.u-mt415 {
  margin-top: 415px;
}

.u-mt420 {
  margin-top: 420px;
}

.u-mt425 {
  margin-top: 425px;
}

.u-mt430 {
  margin-top: 430px;
}

.u-mt435 {
  margin-top: 435px;
}

.u-mt440 {
  margin-top: 440px;
}

.u-mt445 {
  margin-top: 445px;
}

.u-mt450 {
  margin-top: 450px;
}

.u-mt455 {
  margin-top: 455px;
}

.u-mt460 {
  margin-top: 460px;
}

.u-mt465 {
  margin-top: 465px;
}

.u-mt470 {
  margin-top: 470px;
}

.u-mt475 {
  margin-top: 475px;
}

.u-mt480 {
  margin-top: 480px;
}

.u-mt485 {
  margin-top: 485px;
}

.u-mt490 {
  margin-top: 490px;
}

.u-mt495 {
  margin-top: 495px;
}

.u-mt500 {
  margin-top: 500px;
}

.u-mb0 {
  margin-bottom: 0px;
}

.u-mb5 {
  margin-bottom: 5px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb25 {
  margin-bottom: 25px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb35 {
  margin-bottom: 35px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb45 {
  margin-bottom: 45px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb55 {
  margin-bottom: 55px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mb65 {
  margin-bottom: 65px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mb75 {
  margin-bottom: 75px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb85 {
  margin-bottom: 85px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mb95 {
  margin-bottom: 95px;
}

.u-mb100 {
  margin-bottom: 100px;
}

.u-mb105 {
  margin-bottom: 105px;
}

.u-mb110 {
  margin-bottom: 110px;
}

.u-mb115 {
  margin-bottom: 115px;
}

.u-mb120 {
  margin-bottom: 120px;
}

.u-mb125 {
  margin-bottom: 125px;
}

.u-mb130 {
  margin-bottom: 130px;
}

.u-mb135 {
  margin-bottom: 135px;
}

.u-mb140 {
  margin-bottom: 140px;
}

.u-mb145 {
  margin-bottom: 145px;
}

.u-mb150 {
  margin-bottom: 150px;
}

.u-mb155 {
  margin-bottom: 155px;
}

.u-mb160 {
  margin-bottom: 160px;
}

.u-mb165 {
  margin-bottom: 165px;
}

.u-mb170 {
  margin-bottom: 170px;
}

.u-mb175 {
  margin-bottom: 175px;
}

.u-mb180 {
  margin-bottom: 180px;
}

.u-mb185 {
  margin-bottom: 185px;
}

.u-mb190 {
  margin-bottom: 190px;
}

.u-mb195 {
  margin-bottom: 195px;
}

.u-mb200 {
  margin-bottom: 200px;
}

.u-mb205 {
  margin-bottom: 205px;
}

.u-mb210 {
  margin-bottom: 210px;
}

.u-mb215 {
  margin-bottom: 215px;
}

.u-mb220 {
  margin-bottom: 220px;
}

.u-mb225 {
  margin-bottom: 225px;
}

.u-mb230 {
  margin-bottom: 230px;
}

.u-mb235 {
  margin-bottom: 235px;
}

.u-mb240 {
  margin-bottom: 240px;
}

.u-mb245 {
  margin-bottom: 245px;
}

.u-mb250 {
  margin-bottom: 250px;
}

.u-mb255 {
  margin-bottom: 255px;
}

.u-mb260 {
  margin-bottom: 260px;
}

.u-mb265 {
  margin-bottom: 265px;
}

.u-mb270 {
  margin-bottom: 270px;
}

.u-mb275 {
  margin-bottom: 275px;
}

.u-mb280 {
  margin-bottom: 280px;
}

.u-mb285 {
  margin-bottom: 285px;
}

.u-mb290 {
  margin-bottom: 290px;
}

.u-mb295 {
  margin-bottom: 295px;
}

.u-mb300 {
  margin-bottom: 300px;
}

.u-mb305 {
  margin-bottom: 305px;
}

.u-mb310 {
  margin-bottom: 310px;
}

.u-mb315 {
  margin-bottom: 315px;
}

.u-mb320 {
  margin-bottom: 320px;
}

.u-mb325 {
  margin-bottom: 325px;
}

.u-mb330 {
  margin-bottom: 330px;
}

.u-mb335 {
  margin-bottom: 335px;
}

.u-mb340 {
  margin-bottom: 340px;
}

.u-mb345 {
  margin-bottom: 345px;
}

.u-mb350 {
  margin-bottom: 350px;
}

.u-mb355 {
  margin-bottom: 355px;
}

.u-mb360 {
  margin-bottom: 360px;
}

.u-mb365 {
  margin-bottom: 365px;
}

.u-mb370 {
  margin-bottom: 370px;
}

.u-mb375 {
  margin-bottom: 375px;
}

.u-mb380 {
  margin-bottom: 380px;
}

.u-mb385 {
  margin-bottom: 385px;
}

.u-mb390 {
  margin-bottom: 390px;
}

.u-mb395 {
  margin-bottom: 395px;
}

.u-mb400 {
  margin-bottom: 400px;
}

.u-mb405 {
  margin-bottom: 405px;
}

.u-mb410 {
  margin-bottom: 410px;
}

.u-mb415 {
  margin-bottom: 415px;
}

.u-mb420 {
  margin-bottom: 420px;
}

.u-mb425 {
  margin-bottom: 425px;
}

.u-mb430 {
  margin-bottom: 430px;
}

.u-mb435 {
  margin-bottom: 435px;
}

.u-mb440 {
  margin-bottom: 440px;
}

.u-mb445 {
  margin-bottom: 445px;
}

.u-mb450 {
  margin-bottom: 450px;
}

.u-mb455 {
  margin-bottom: 455px;
}

.u-mb460 {
  margin-bottom: 460px;
}

.u-mb465 {
  margin-bottom: 465px;
}

.u-mb470 {
  margin-bottom: 470px;
}

.u-mb475 {
  margin-bottom: 475px;
}

.u-mb480 {
  margin-bottom: 480px;
}

.u-mb485 {
  margin-bottom: 485px;
}

.u-mb490 {
  margin-bottom: 490px;
}

.u-mb495 {
  margin-bottom: 495px;
}

.u-mb500 {
  margin-bottom: 500px;
}

.u-ml0 {
  margin-left: 0px;
}

.u-ml5 {
  margin-left: 5px;
}

.u-ml10 {
  margin-left: 10px;
}

.u-ml15 {
  margin-left: 15px;
}

.u-ml20 {
  margin-left: 20px;
}

.u-ml25 {
  margin-left: 25px;
}

.u-ml30 {
  margin-left: 30px;
}

.u-ml35 {
  margin-left: 35px;
}

.u-ml40 {
  margin-left: 40px;
}

.u-ml45 {
  margin-left: 45px;
}

.u-ml50 {
  margin-left: 50px;
}

.u-ml55 {
  margin-left: 55px;
}

.u-ml60 {
  margin-left: 60px;
}

.u-ml65 {
  margin-left: 65px;
}

.u-ml70 {
  margin-left: 70px;
}

.u-ml75 {
  margin-left: 75px;
}

.u-ml80 {
  margin-left: 80px;
}

.u-ml85 {
  margin-left: 85px;
}

.u-ml90 {
  margin-left: 90px;
}

.u-ml95 {
  margin-left: 95px;
}

.u-ml100 {
  margin-left: 100px;
}

.u-ml105 {
  margin-left: 105px;
}

.u-ml110 {
  margin-left: 110px;
}

.u-ml115 {
  margin-left: 115px;
}

.u-ml120 {
  margin-left: 120px;
}

.u-ml125 {
  margin-left: 125px;
}

.u-ml130 {
  margin-left: 130px;
}

.u-ml135 {
  margin-left: 135px;
}

.u-ml140 {
  margin-left: 140px;
}

.u-ml145 {
  margin-left: 145px;
}

.u-ml150 {
  margin-left: 150px;
}

.u-ml155 {
  margin-left: 155px;
}

.u-ml160 {
  margin-left: 160px;
}

.u-ml165 {
  margin-left: 165px;
}

.u-ml170 {
  margin-left: 170px;
}

.u-ml175 {
  margin-left: 175px;
}

.u-ml180 {
  margin-left: 180px;
}

.u-ml185 {
  margin-left: 185px;
}

.u-ml190 {
  margin-left: 190px;
}

.u-ml195 {
  margin-left: 195px;
}

.u-ml200 {
  margin-left: 200px;
}

.u-ml205 {
  margin-left: 205px;
}

.u-ml210 {
  margin-left: 210px;
}

.u-ml215 {
  margin-left: 215px;
}

.u-ml220 {
  margin-left: 220px;
}

.u-ml225 {
  margin-left: 225px;
}

.u-ml230 {
  margin-left: 230px;
}

.u-ml235 {
  margin-left: 235px;
}

.u-ml240 {
  margin-left: 240px;
}

.u-ml245 {
  margin-left: 245px;
}

.u-ml250 {
  margin-left: 250px;
}

.u-ml255 {
  margin-left: 255px;
}

.u-ml260 {
  margin-left: 260px;
}

.u-ml265 {
  margin-left: 265px;
}

.u-ml270 {
  margin-left: 270px;
}

.u-ml275 {
  margin-left: 275px;
}

.u-ml280 {
  margin-left: 280px;
}

.u-ml285 {
  margin-left: 285px;
}

.u-ml290 {
  margin-left: 290px;
}

.u-ml295 {
  margin-left: 295px;
}

.u-ml300 {
  margin-left: 300px;
}

.u-ml305 {
  margin-left: 305px;
}

.u-ml310 {
  margin-left: 310px;
}

.u-ml315 {
  margin-left: 315px;
}

.u-ml320 {
  margin-left: 320px;
}

.u-ml325 {
  margin-left: 325px;
}

.u-ml330 {
  margin-left: 330px;
}

.u-ml335 {
  margin-left: 335px;
}

.u-ml340 {
  margin-left: 340px;
}

.u-ml345 {
  margin-left: 345px;
}

.u-ml350 {
  margin-left: 350px;
}

.u-ml355 {
  margin-left: 355px;
}

.u-ml360 {
  margin-left: 360px;
}

.u-ml365 {
  margin-left: 365px;
}

.u-ml370 {
  margin-left: 370px;
}

.u-ml375 {
  margin-left: 375px;
}

.u-ml380 {
  margin-left: 380px;
}

.u-ml385 {
  margin-left: 385px;
}

.u-ml390 {
  margin-left: 390px;
}

.u-ml395 {
  margin-left: 395px;
}

.u-ml400 {
  margin-left: 400px;
}

.u-ml405 {
  margin-left: 405px;
}

.u-ml410 {
  margin-left: 410px;
}

.u-ml415 {
  margin-left: 415px;
}

.u-ml420 {
  margin-left: 420px;
}

.u-ml425 {
  margin-left: 425px;
}

.u-ml430 {
  margin-left: 430px;
}

.u-ml435 {
  margin-left: 435px;
}

.u-ml440 {
  margin-left: 440px;
}

.u-ml445 {
  margin-left: 445px;
}

.u-ml450 {
  margin-left: 450px;
}

.u-ml455 {
  margin-left: 455px;
}

.u-ml460 {
  margin-left: 460px;
}

.u-ml465 {
  margin-left: 465px;
}

.u-ml470 {
  margin-left: 470px;
}

.u-ml475 {
  margin-left: 475px;
}

.u-ml480 {
  margin-left: 480px;
}

.u-ml485 {
  margin-left: 485px;
}

.u-ml490 {
  margin-left: 490px;
}

.u-ml495 {
  margin-left: 495px;
}

.u-ml500 {
  margin-left: 500px;
}

.u-mr0 {
  margin-right: 0px;
}

.u-mr5 {
  margin-right: 5px;
}

.u-mr10 {
  margin-right: 10px;
}

.u-mr15 {
  margin-right: 15px;
}

.u-mr20 {
  margin-right: 20px;
}

.u-mr25 {
  margin-right: 25px;
}

.u-mr30 {
  margin-right: 30px;
}

.u-mr35 {
  margin-right: 35px;
}

.u-mr40 {
  margin-right: 40px;
}

.u-mr45 {
  margin-right: 45px;
}

.u-mr50 {
  margin-right: 50px;
}

.u-mr55 {
  margin-right: 55px;
}

.u-mr60 {
  margin-right: 60px;
}

.u-mr65 {
  margin-right: 65px;
}

.u-mr70 {
  margin-right: 70px;
}

.u-mr75 {
  margin-right: 75px;
}

.u-mr80 {
  margin-right: 80px;
}

.u-mr85 {
  margin-right: 85px;
}

.u-mr90 {
  margin-right: 90px;
}

.u-mr95 {
  margin-right: 95px;
}

.u-mr100 {
  margin-right: 100px;
}

.u-mr105 {
  margin-right: 105px;
}

.u-mr110 {
  margin-right: 110px;
}

.u-mr115 {
  margin-right: 115px;
}

.u-mr120 {
  margin-right: 120px;
}

.u-mr125 {
  margin-right: 125px;
}

.u-mr130 {
  margin-right: 130px;
}

.u-mr135 {
  margin-right: 135px;
}

.u-mr140 {
  margin-right: 140px;
}

.u-mr145 {
  margin-right: 145px;
}

.u-mr150 {
  margin-right: 150px;
}

.u-mr155 {
  margin-right: 155px;
}

.u-mr160 {
  margin-right: 160px;
}

.u-mr165 {
  margin-right: 165px;
}

.u-mr170 {
  margin-right: 170px;
}

.u-mr175 {
  margin-right: 175px;
}

.u-mr180 {
  margin-right: 180px;
}

.u-mr185 {
  margin-right: 185px;
}

.u-mr190 {
  margin-right: 190px;
}

.u-mr195 {
  margin-right: 195px;
}

.u-mr200 {
  margin-right: 200px;
}

.u-mr205 {
  margin-right: 205px;
}

.u-mr210 {
  margin-right: 210px;
}

.u-mr215 {
  margin-right: 215px;
}

.u-mr220 {
  margin-right: 220px;
}

.u-mr225 {
  margin-right: 225px;
}

.u-mr230 {
  margin-right: 230px;
}

.u-mr235 {
  margin-right: 235px;
}

.u-mr240 {
  margin-right: 240px;
}

.u-mr245 {
  margin-right: 245px;
}

.u-mr250 {
  margin-right: 250px;
}

.u-mr255 {
  margin-right: 255px;
}

.u-mr260 {
  margin-right: 260px;
}

.u-mr265 {
  margin-right: 265px;
}

.u-mr270 {
  margin-right: 270px;
}

.u-mr275 {
  margin-right: 275px;
}

.u-mr280 {
  margin-right: 280px;
}

.u-mr285 {
  margin-right: 285px;
}

.u-mr290 {
  margin-right: 290px;
}

.u-mr295 {
  margin-right: 295px;
}

.u-mr300 {
  margin-right: 300px;
}

.u-mr305 {
  margin-right: 305px;
}

.u-mr310 {
  margin-right: 310px;
}

.u-mr315 {
  margin-right: 315px;
}

.u-mr320 {
  margin-right: 320px;
}

.u-mr325 {
  margin-right: 325px;
}

.u-mr330 {
  margin-right: 330px;
}

.u-mr335 {
  margin-right: 335px;
}

.u-mr340 {
  margin-right: 340px;
}

.u-mr345 {
  margin-right: 345px;
}

.u-mr350 {
  margin-right: 350px;
}

.u-mr355 {
  margin-right: 355px;
}

.u-mr360 {
  margin-right: 360px;
}

.u-mr365 {
  margin-right: 365px;
}

.u-mr370 {
  margin-right: 370px;
}

.u-mr375 {
  margin-right: 375px;
}

.u-mr380 {
  margin-right: 380px;
}

.u-mr385 {
  margin-right: 385px;
}

.u-mr390 {
  margin-right: 390px;
}

.u-mr395 {
  margin-right: 395px;
}

.u-mr400 {
  margin-right: 400px;
}

.u-mr405 {
  margin-right: 405px;
}

.u-mr410 {
  margin-right: 410px;
}

.u-mr415 {
  margin-right: 415px;
}

.u-mr420 {
  margin-right: 420px;
}

.u-mr425 {
  margin-right: 425px;
}

.u-mr430 {
  margin-right: 430px;
}

.u-mr435 {
  margin-right: 435px;
}

.u-mr440 {
  margin-right: 440px;
}

.u-mr445 {
  margin-right: 445px;
}

.u-mr450 {
  margin-right: 450px;
}

.u-mr455 {
  margin-right: 455px;
}

.u-mr460 {
  margin-right: 460px;
}

.u-mr465 {
  margin-right: 465px;
}

.u-mr470 {
  margin-right: 470px;
}

.u-mr475 {
  margin-right: 475px;
}

.u-mr480 {
  margin-right: 480px;
}

.u-mr485 {
  margin-right: 485px;
}

.u-mr490 {
  margin-right: 490px;
}

.u-mr495 {
  margin-right: 495px;
}

.u-mr500 {
  margin-right: 500px;
}

@media screen and (max-width: 960px) {
  body {
    font-size: 0.875rem;
  }
  .sp_none {
    display: none !important;
  }
  .inner {
    max-width: auto;
    margin: 0 8.9372%;
  }
  .checkbox-parts::before {
    top: -.5px;
  }
  .checkbox-input:checked ~ .checkbox-parts::after {
    top: 1px;
  }

  .anchor {
    margin-top: -48px;
    padding-top: 48px;
  }
  
  .l-header {
    height: 60px;
    box-shadow: 3px 0 5px rgba(0, 0, 0, 0.2);
    overflow-x: visible;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
  }
  .l-header__inner {
    width: auto;
  }
/* Add Start 2022/07/01 [UI0073] GC0003様向け機能追加対応(第2弾) */
  .l-header__language {
    text-align: center;
    font-size: 0.8em;
    margin-right: 61px;
  }
  .l-header__language li {
    cursor: pointer;
    display: inline;
  }
/* Add End   2022/07/01 [UI0073] GC0003様向け機能追加対応(第2弾) */
  .l-header__logo {
    padding: 0;
    padding-left: 6px;
    max-width: 354px;
    height: 60px;
    margin-right: 60px;
  }
  .l-header .gNav a {
    background: #fff;
  }
  .l-header .gNav {
    width: 260px;
    height: calc( 100% - 60px);
    position: fixed;
    right: 0;
    top: 60px;
    z-index: 1000;
    margin-top: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    overflow-y: auto;
    bottom: 44px;
    /* fallback for enviroment can't use calc & env function */
  }
  .l-header .gNav .button {
    width: 100%;
    text-align: left;
    line-height: 40px;
    padding-left: 10px;
    border: none;
    margin: 0;
  }
  .l-header .gNav .button.button--login .icon {
    position: relative;
    top: -3px;
  }
  .l-header .gNav__t ul, .l-header .gNav__b ul {
    flex-direction: column;
  }
  .l-header .gNav__t li, .l-header .gNav__b li {
    width: auto;
  }
  .l-header .gNav__t li a, .l-header .gNav__b li a {
    text-align: left;
    padding-left: 10px;
  }
  .l-header .gNav__inner {
    display: flex;
    flex-direction: column;
/* Add Start 2021/07/06 [UI0022] 画面UI刷新S後修正対応 */
    border: 1px solid #000000;
/* Add End   2021/07/06 [UI0022] 画面UI刷新S後修正対応 */
  }
  .l-header .gNav__t {
    order: 2;
  }
  .l-header .gNav__t li {
    border-bottom: 1px solid #DFE1E2;
  }
  .l-header .gNav__t li:last-of-type {
    border-bottom: none;
  }
  .l-header .gNav__t li a {
    font-size: 16px;
    height: 40px !important;
  }
  .l-header .gNav__b {
    order: 1;
  }
  .l-header .gNav__b li {
    border-bottom: 1px solid #DFE1E2;
  }
  .l-header .gNav__b li:last-of-type {
    border-bottom: none;
  }
  .l-header .gNav__b li a {
    line-height: 32px;
    font-size: 20px;
    border-bottom: 1px solid #006FBC;
    background: #E2F0FA;
  }
  .l-main {
    background: none;
  }
  .l-footer {
    padding: 35px 0;
  }
  .l-footer__contact {
    margin: 0 8.9372%;
  }
  .l-header .c-settingBtn {
    list-style-type: none;
  }
  .l-header .c-settingBtn a {
    text-decoration: none;
    color: currentColor;
  }
  .l-header .c-settingBtn__list {
    background: #000;
    color: #fff;
    font-size: 14px;
    line-height: 1.28571;
    font-weight: bold;
    border-bottom: 1px solid #fff;
  }
  .l-header .c-settingBtn__list--help .c-settingBtn__item {
    padding-left: 18px;
  }
  .l-header .c-settingBtn__item {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 8px 0 6px 5px;
  }
  .l-header .c-settingBtn__item::before {
    content: attr(data-open);
    display: inline-block;
    margin-right: 6px;
  }
  .l-header .c-settingBtn__item .icon {
    margin-right: 5px;
    width: 25px;
  }
  .l-header .c-settingBtn__item .icon svg {
    width: 100%;
  }
  .l-header .c-settingBtn__text {
    display: block;
  }
  .l-header .c-settingBtn__item--hidden {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    height: 55px;
  }
  .l-header .c-settingBtn .button {
  appearance:none;
  -webkit-appearance: none;
  moz-appearance:none;
  -o-apperance:none;
    border: none;
    background: none;
    color: #fff;
    cursor: pointer;
  }
/* Add Start 2022/07/01 [UI0073] GC0003様向け機能追加対応(第2弾) */
  .l-header .c-settingBtn .button--language {
    width: 75px;
    height: 35px;
    border: 1px solid #fff;
    font-size: 13px;
    font-weight: bold;
    margin-right: 5px;
    line-height: 35px;
  }
  .l-header .c-settingBtn .button--language--default {
    font-size: 13px;
    font-weight: 400;
    white-space: nowrap;
    background: #fff;
    color: #000;
    border: 1px solid #7D828D;
    padding: 0;
  }
/* Add End   2022/07/01 [UI0073] GC0003様向け機能追加対応(第2弾) */
  .l-header .c-settingBtn .button--extension {
    font-size: 24px;
    text-decoration: underline;
    text-align: center;
  }
  .l-header .c-settingBtn .button--color {
/* Update Start 2022/09/28[UI0040] GC0003様向け機能追加対応(第2弾) */
    /*width: 45px;
    height: 45px;*/
    width: 48px;
    height: 48px;
/* Update End   2022/09/28[UI0040] GC0003様向け機能追加対応(第2弾) */
    border: 1px solid #fff;
    font-size: 24px;
    font-weight: bold;
    margin-right: 5px;
    line-height: 45px;
    text-align: center;
/* Add Start 2022/09/27[UI0070] GC0003様向け機能追加対応(第2弾) */
    white-space:nowrap;
/* Add End   2022/09/27[UI0070] GC0003様向け機能追加対応(第2弾) */
  }
  .l-header .c-settingBtn .button--color:last-of-type {
    margin-right: 0;
  }
  .l-header .c-settingBtn .button--color--default {
    font-size: 20px;
    font-weight: 400;
    white-space: nowrap;
    background: #fff;
    color: #000;
    border: 1px solid #7D828D;
    padding: 0;
  }
  .l-header .c-settingBtn .button--color--blue {
    background: #006FBC;
  }
  .l-header .c-settingBtn .button--color--yellow {
    background: #FAF500;
    color: #000;
  }
  .l-header .c-settingBtn .button--color--black {
    background: #575757;
  }
  .l-header .c-settingBtn .button--color--orange {
    background: #857300
  }
  
   .l-header .c-settingBtn .button--color--green {
    background: #00855C;
  }
  
    .l-header .c-settingBtn .button--color--purple {
    background: #790C8D;
  }
  .l-header .c-settingBtn .button--fz {
    width: 45px;
    height: 45px;
    border: 1px solid #fff;
    font-size: 24px;
    font-weight: bold;
    margin-right: 5px;
    line-height: 45px;
    text-align: center;
    padding: 0;
  }
  .l-header .c-settingBtn .button--fz:last-of-type {
    margin-right: 0;
  }
  .l-header .c-settingBtn .button--fz--s {
    font-size: 18px;
  }
  .l-header .c-settingBtn .button--fz--l {
    font-size: 32px;
  }
  .c-top-mainImg {
    width: auto;
    height: 0;
    margin: 0;
    position: relative;
  }
  .c-top-mainImg__item {
    position: relative;
    top: 0;
    left: 0px;
    transform: none;
    width: auto;
    padding-bottom: 0;
  }
  .c-top-mainImg__text {
    width: auto;
  }
  .c-goProcess a {
    font-size: 22px;
    margin-bottom: 36px;
  }
  .c-box--2column {
    flex-direction: column;
    margin: 0;
  }
  .c-box--2column__nav dl {
    border-right: 1px solid #B4EBFA;
    border-left: 1px solid #B4EBFA;
  }
  .c-box--2column__nav {
    width: 100%;
  }
  .c-box--2column__content {
    width: 100%;
  }
  .c-box--2column__content__item {
    margin-bottom: 20px;
  }
  .c-stepbar {
    width: 100%;
  }
  .c-stepbar .icon {
    display: block;
    width: auto;
    height: 27px;
    margin: 0;
  }
  .c-stepbar__item__inner {
    flex-direction: column;
/* Update Start 2022/09/28[UI0040] GC0003様向け機能追加対応(第2弾) */
    /*padding: 17px 0 8px;*/
    padding: 17px 8px 8px;
/* Update End   2022/09/28[UI0040] GC0003様向け機能追加対応(第2弾) */
    justify-content: space-between;
  }
  .c-stepbar__item--mail .icon {
    padding-bottom: 4px;
  }
  .c-stepbar__item .c-stepbar__item__inner--current::before {
    border-top: 40px solid transparent;
    border-right: 0;
    border-bottom: 40px solid transparent;
    border-left: 10px solid #006FBC;
  }
  .c-box--search {
    width: 100%;
  }
  .c-box--search__item dl {
    padding: 15px 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .c-box--search__item dl dt {
    font-size: 16px;
  }
  .c-box--search__item dl dd.checkboxWrap {
    flex-direction: column;
  }
  .c-box--search__item dl dd {
    width: 100%;
  }
  .c-box--search__item dl dd.checkboxWrap {
    display: flex;
    flex-direction: column;
  }

  .c-box--search__item dl dd .checkbox-parts::before {
    top: -4.5px;
  }
  .c-box--search__item dl dd .checkbox-input:checked ~ .checkbox-parts::after {
    top: -1.5px;
  }
  .c-box--search__item dl dd input[type="checkbox"] {
    margin-bottom: 10px;
  }
  .c-box--search__item dl dd .select {
    width: 100%;
  }
  .c-box--search__item dl dd label {
    margin-bottom: 10px;
  }
  .c-box--search__item dl dd .btn--search:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .c-box--procedure--top {
    flex-direction: column;
    margin: 0;
  }
  .c-box--procedure__title {
    width: 100%;
  }
  .c-display {
    display: block;
  }
  .c-display__text {
    display: block;
    margin-bottom: 7px;
  }
  .c-display .select--arrow {
    font-size: 14px;
  }
  .c-box--cardList {
    margin: 30px 0 27px;
  }
  .c-box--cardList__item {
    width: 100%;
  }
  .c-box--cardList__item a {
    min-height: 190px;
  }
  .c-box--cardList__item h3 {
    font-size: 16px;
  }
  .c-box--cardList__item__b__text {
    margin-top: 14px;
  }
  .c-box--selectProcess {
    width: auto;
    margin-left: 37px;
    margin-right: 37px;
    padding: 12px 20px;
  }
  .input-long {
    width: calc( 100vw - 74px);
  }
  .input-medium {
    width: calc( 100vw - 74px);
  }
  .select-long {
    width: calc( 100vw - 74px);
  } 
  .input-660 {
    width: calc( 100vw - 75px);
  }
  .input-medium {
    width: calc( 100vw - 74px);
  }
  .input-470 {
    width: calc( 100vw - 75px);
  }
  .select-400 {
    width: calc( 100vw - 75px);
  }
  .select-660 {
    width: calc( 100vw - 75px);
  }
  .select-long {
    width: calc( 100vw - 74px);
  }
  input[type="button"].button,
  .ui-datepicker-trigger {
    margin-bottom: 10px;
  }
  .c-input {
    width: auto;
    font-size: 16px;
  }
  .c-input span {
    display: inline-block;
  }
  .c-input__title {
    padding-left: 37px;
    padding-right: 37px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .c-input__item {
    padding-left: 37px;
    padding-right: 37px;
  }
/* Add Start 2021/04/16[UI0065] UI刷新対応 */
  .c-input__item__hinmoku {
    padding-left: 7px;
    padding-right: 7px;
  }
/* Add End   2021/04/16[UI0065] UI刷新対応 */
  .c-input--day .select, .c-input--day input {
    margin-bottom: 10px;
  }
  .c-input--day .tooltip-bottom::before,
  .c-input--day .tooltip-bottom::after {
    top: 40px;
  }
  .c-input--code .input-medium {
    margin-bottom: 10px;
  }
  .formFile label {
    margin-bottom: 10px;
  }
  .c-box--check {
    width: 100%;
  }
  .c-box--check__list {
    border-top: none;
    margin-bottom: 30px;
  }
  .c-box--check__list dt {
    width: 100%;
    border-bottom: none;
    padding-left: 37px;
    padding-right: 37px;
  }
  .c-box--check__list dd {
    width: 100%;
    border-bottom: none;
    padding-bottom: 25px;
    padding-left: 37px;
    padding-right: 37px;
  }
  .u-inner-sp {
    width: auto;
    margin-left: 8.9372%;
    margin-right: 8.9372%;
  }
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, sans-serif !important;
  }
  .c-stepbar {
    overflow: hidden;
  }
  .c-box--cardList__item a {
    height: 15.625rem;
  }
}

@media print {
  body {
    width: 1024px;
    overflow-x: hidden;
    margin: 0 auto;
  }
  .l-header {
    position: relative;
  }
  .l-header .c-button {
    display: none;
  }
  .l-header .gNav .button.button--login {
    display: none;
  }
  .l-header .gNav .button.button--register {
    display: none;
  }
  .l-main {
    padding-top: 0 !important;
  }
  .c-settingBtn {
    display: none !important;
  }
  .c-box--cardList__item a {
    height: 250px;
  }
}

@media screen and (min-width: 961px) {
  .pc_none {
    display: none !important;
  }
  .c-settingBtn {
    position: fixed;
    bottom: 50px;
    list-style-type: none;
    text-align: center;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 0;
    z-index: 1002;
  }
  .c-settingBtn a {
    text-decoration: none;
    color: currentColor;
  }
  .c-settingBtn__list {
    position: absolute;
    right: -160px;
    background: #000;
    color: #fff;
    border-radius: 8px 0 0 8px;
    font-size: 14px;
    line-height: 1.28571;
    display: flex;
    position: relative;
    margin-top: 10px;
    height: 80px;
    padding: 6px 0;
    font-weight: bold;
    transition: .25s ease-in-out;
    border: 2px solid transparent;
  }
  .c-settingBtn__list:hover {
    border: 2px solid #006FBC;
  }
/* Add Start 2022/07/01 [UI0073] GC0003様向け機能追加対応(第2弾) */
  .c-settingBtn__list--language {
    width: 500px;
    right: -410px;
  }
/* Add End   2022/07/01 [UI0073] GC0003様向け機能追加対応(第2弾) */
  .c-settingBtn__list--extend {
/* Update Start 2022/06/29 [UI0025] GC0003様向け機能追加対応(第2弾)
    width: 250px;
*/
    width: 340px;
    right: -250px;
/* Update End   2022/06/29 [UI0025] GC0003様向け機能追加対応(第2弾) */
  }
  .c-settingBtn__list--color {
    width: 300px;
    right: -210px;
  }
  .c-settingBtn__list--fontsize {
    width: 250px;
  }
  .c-settingBtn__list--help {
    width: 90px;
    padding: 17px 0 0;
    right: 0;
  }
  .c-settingBtn__list--help .icon {
    margin-bottom: 6px;
  }
  .c-settingBtn__list.is-active {
    right: 0;
  }
  .c-settingBtn__list--goTop {
    right: 10px;
    height: auto;
    border-radius: 10px;
    padding: 0;
  }
  .c-settingBtn__list--goTop .c-settingBtn__item {
    justify-content: center;
    flex-direction: row;
    padding: 6px 10px 6px 13px;
/* Update Start 2022/07/29 [UI0073] GC0003様向け機能追加対応(第2弾) */
/*     width: 76px; */
    width:auto;
/* Update End   2022/07/29 [UI0073] GC0003様向け機能追加対応(第2弾) */
    white-space: nowrap;
  }
  .c-settingBtn__list--goTop .c-settingBtn__item .icon {
    margin-right: 7px;
  }
  .c-settingBtn__item {
    width: 90px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
  }
  .c-settingBtn__text {
    display: block;
  }
  .c-settingBtn__item--hidden {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
  }
  .c-settingBtn .button {
  appearance:none;
  -webkit-appearance: none;
  moz-appearance:none;
  -o-apperance:none;
    border: none;
    background: none;
    color: #fff;
    cursor: pointer;
  }
  .c-settingBtn .button:hover {
    border: 2px solid #006FBC;
  }
/* Add Start 2022/07/01 [UI0073] GC0003様向け機能追加対応(第2弾) */
  .c-settingBtn .button--language {
    width: 75px;
    height: 35px;
    border: 1px solid #fff;
    font-size: 13px;
    font-weight: bold;
    margin-right: 5px;
    line-height: 35px;
  }
  .c-settingBtn .button--language--default {
    font-size: 13px;
    font-weight: 400;
    white-space: nowrap;
    background: #fff;
    color: #000;
    border: 1px solid #7D828D;
    padding: 0;
  }
/* Add End   2022/07/01 [UI0073] GC0003様向け機能追加対応(第2弾) */
  .c-settingBtn .button--extension {
    font-size: 24px;
    text-decoration: underline;
  }
  .c-settingBtn .button--color {
/* Update Start 2022/09/28[UI0040] GC0003様向け機能追加対応(第2弾) */
    /*width: 45px;
    height: 45px;*/
    width: 48px;
    height: 48px;
/* Update End   2022/09/28[UI0040] GC0003様向け機能追加対応(第2弾) */
    border: 1px solid #fff;
    font-size: 24px;
    font-weight: bold;
    margin-right: 5px;
    line-height: 45px;
/* Add Start 2022/09/27[UI0070] GC0003様向け機能追加対応(第2弾) */
    white-space:nowrap;
/* Add End   2022/09/27[UI0070] GC0003様向け機能追加対応(第2弾) */
  }
  .c-settingBtn .button--color:last-of-type {
    margin-right: 0;
  }
  .c-settingBtn .button--color--default {
    font-size: 20px;
    font-weight: 400;
    white-space: nowrap;
    background: #fff;
    color: #000;
    border: 1px solid #7D828D;
    padding: 0;
  }
  .c-settingBtn .button--color--blue {
    background: #006FBC;
  }
  .c-settingBtn .button--color--yellow {
    background: #FAF500;
    color: #000;
  }
  .c-settingBtn .button--color--black {
    background: #575757;
  }
  .c-settingBtn .button--color--orange {
    background: #857300
  }
   .c-settingBtn .button--color--green {
    background: #00855C;
  }
   .c-settingBtn .button--color--purple {
    background: #790C8D;
  }
  .c-settingBtn .button--fz {
    width: 45px;
    height: 45px;
    border: 1px solid #fff;
    font-size: 24px;
    font-weight: bold;
    margin-right: 5px;
    line-height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .c-settingBtn .button--fz:last-of-type {
    margin-right: 0;
  }
  .c-settingBtn .button--fz--s {
    font-size: 18px;
  }
  .c-settingBtn .button--fz--l {
    font-size: 32px;
  }
  .c-stepbar__item:first-child .c-stepbar__item__inner--current {
    width: calc( 100% - 20px);
  }
}
/* Add Start 2022/08/02[UI0073] GC0003様向け機能追加対応(第2弾) */
.div-overflowx{
    overflow-x: auto;
}
.translation_hidden {
  visibility: hidden;
}
/* Add End   2022/08/02[UI0073] GC0003様向け機能追加対応(第2弾) */
/* Add Start 2022/08/18[UI0007] GC0003様向け機能追加対応(第2弾) */
#remoteattend_harmoneeds .remoteattend_hn-icon {
    right:initial !important;
}
/* Add End   2022/08/18[UI0007] GC0003様向け機能追加対応(第2弾) */
/* Add Start 2022/09/29[UI0040] GC0003様向け機能追加対応(第2弾) */
.p-displayinline{
    display:inline;
}
/* Add End   2022/09/29[UI0040] GC0003様向け機能追加対応(第2弾) */
