@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  src: url("font/NotoSansJP-VariableFont_wght.ttf") format("truetype");
}
body, button, select, input, textarea {
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", "YuGothic", sans-serif;
}

body {
  background: #F9FDFF;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
  color: #111;
  -webkit-print-color-adjust: exact;
}

img {
  vertical-align: top;
}

p {
  padding: 0;
  margin: 0;
}

a {
  color: #005075;
}

a:hover {
  color: #009FE8;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

dt, dt, dd {
  padding: 0;
  margin: 0;
}

sub {
  font-size: inherit;
}

input, select, textarea {
  box-sizing: border-box;
  height: 32px;
  border: 1px solid #CCCCCC;
}

textarea {
  resize: none;
  vertical-align: top;
  width: 100%;
  height: auto;
}

input[type=checkbox] {
  transform: scale(1.2);
  margin-right: 10px;
}

input[type=radio] {
  transform: scale(1.2);
  margin-right: 10px;
}

main {
  margin: 2em auto;
  max-width: 980px;
  min-width: 980px;
  position: relative;
}

.l-qa h1 {
  color: #009FE8;
}
.l-qa h2 {
  background: #009FE8;
  color: #fff;
  box-sizing: border-box;
  font-size: 18px;
  margin: auto auto 40px;
  padding: 4px 10px;
  text-align: left;
  width: 100%;
  line-height: 1.6;
}
.l-qa .c-submit {
  border: 1px #009FE8 solid;
}

.l-qc h1 {
  color: #66BB4E;
}
.l-qc h2 {
  background: #66BB4E;
  color: #fff;
  box-sizing: border-box;
  font-size: 18px;
  margin: auto auto 40px;
  padding: 4px 10px;
  text-align: left;
  width: 100%;
  line-height: 1.6;
}
.l-qc .c-submit {
  border: 1px #66BB4E solid;
}

.l-qs h1 {
  color: #FA6303;
}
.l-qs h2 {
  background: #FA6303;
  color: #fff;
  box-sizing: border-box;
  font-size: 18px;
  margin: auto auto 40px;
  padding: 4px 10px;
  text-align: left;
  width: 100%;
  line-height: 1.6;
}
.l-qs .c-submit {
  border: 1px #FA6303 solid;
}

main .progress {
  font-size: 14px;
  display: flex;
  line-height: 1.6;
  align-items: center;
  justify-content: right;
}
main .progress span {
  font-size: 18px;
  font-weight: bold;
}

main .color-red {
  color: #ff3030;
}

main .marker {
  background: #FAFF00;
}

main .note {
  font-size: 13px;
}

main .note ol {
  margin: 0;
  padding-left: 15px;
}

.l-login .c-readtxt,
.l-reminder .c-readtxt,
.l-reset .c-readtxt {
  font-size: 18px;
  font-weight: bold;
  color: #ff3030;
  margin-bottom: 4px;
}
.l-login .c-heading,
.l-reminder .c-heading,
.l-reset .c-heading {
  font-size: 18px;
  font-weight: bold;
  color: #009fe8;
  margin-bottom: 4px;
}
.l-login .c-container,
.l-reminder .c-container,
.l-reset .c-container {
  display: flex;
  align-items: flex-start;
  gap: 38px;
}
.l-login .c-container h2,
.l-reminder .c-container h2,
.l-reset .c-container h2 {
  font-size: 18px;
  color: #009fe8;
  padding: 0;
  margin: 0 0 20px;
}
.l-login .c-container h3,
.l-reminder .c-container h3,
.l-reset .c-container h3 {
  font-size: 15px;
  color: #009fe8;
  padding: 0;
  margin: 0;
}
.l-login .c-container__frame,
.l-reminder .c-container__frame,
.l-reset .c-container__frame {
  background: #FFFCFC;
  border: 1px solid #FF3030;
  padding: 20px;
  flex: 1;
}
.l-login .c-container__block,
.l-reminder .c-container__block,
.l-reset .c-container__block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.l-login .c-container__block p,
.l-reminder .c-container__block p,
.l-reset .c-container__block p {
  font-size: 14px;
}
.l-login .c-container__login,
.l-reminder .c-container__login,
.l-reset .c-container__login {
  background: #fff;
  border: 1px solid #009FE8;
  padding: 20px;
  width: 340px;
}
.l-login .c-field-group,
.l-reminder .c-field-group,
.l-reset .c-field-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 14px;
}
.l-login .c-field-group__fieldset,
.l-reminder .c-field-group__fieldset,
.l-reset .c-field-group__fieldset {
  display: flex;
  gap: 16px;
  justify-content: space-between;
}
.l-login .c-field-group__fieldset input,
.l-reminder .c-field-group__fieldset input,
.l-reset .c-field-group__fieldset input {
  border-radius: 2px;
  padding: 10px;
  border: 1px solid #ccc;
  min-width: 210px;
  height: auto;
}
.l-login .c-field-group__fieldset label,
.l-reminder .c-field-group__fieldset label,
.l-reset .c-field-group__fieldset label {
  margin-top: 6px;
}
.l-login .c-field-group__fieldset a,
.l-reminder .c-field-group__fieldset a,
.l-reset .c-field-group__fieldset a {
  font-size: 12px;
}
.l-login .c-field-group__fieldset .btn,
.l-reminder .c-field-group__fieldset .btn,
.l-reset .c-field-group__fieldset .btn {
  margin-top: 20px;
}
.l-login .c-btn-group,
.l-reminder .c-btn-group,
.l-reset .c-btn-group {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.l-login .c-attention,
.l-reminder .c-attention,
.l-reset .c-attention {
  font-size: 13px;
  color: #FF3030;
  margin-bottom: 4px;
}

.c-sheet > div {
  margin-bottom: 16px;
}

.text-done {
  color: #005075;
  text-decoration: underline;
}

.column-flex {
  display: flex;
  height: auto;
  justify-content: left;
  height: auto !important;
  gap: 100px;
}

.caption {
  text-align: left;
  font-weight: bold;
}

.td_confS {
  text-align: left !important;
  width: 10%;
}

header {
  background: url(images/header_logo.png) no-repeat left top;
  background-size: 100%;
  width: 980px;
  height: 64px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  font-size: 12px;
}
header div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-top: 28px;
}
header h1 {
  margin: auto;
  font-size: 18px;
  color: #009FE8;
  padding: 0 0 0 224px;
  margin-right: auto;
}
header h1.medium {
  color: #66BB4E;
}
header h1.special {
  color: #FA6303;
}

.l-mokuji {
  width: 980px;
  margin: auto;
  text-align: left;
  padding: 0 24px;
}
.l-mokuji .c-company {
  font-size: 22px;
}
.l-mokuji .c-company span {
  font-size: 13px;
  color: #ff3030;
  display: block;
  margin-bottom: 20px;
}
.l-mokuji .c-mokuji-intro {
  margin-bottom: 20px;
}
.l-mokuji .c-mokuji-intro__catch {
  color: #009FE8;
  font-size: 18px;
  font-weight: bold;
}
.l-mokuji .c-mokuji-intro__link {
  color: #005075;
}
.l-mokuji .c-mokuji-intro ul {
  color: #ff3030;
  font-size: 14px;
  list-style-type: disc;
  list-style-position: inside;
}
.l-mokuji .c-mokuji-intro li span {
  color: #111;
}
.l-mokuji .c-tabs {
  background: #fff;
  display: flex;
  width: 100%;
  gap: 4px;
  position: relative;
}
.l-mokuji .c-tabs li {
  padding: 4px;
  border: 1px #fff solid;
  background: #fff;
  border-radius: 10px 10px 0 0;
  border-bottom: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  cursor: pointer;
}
.l-mokuji .c-tabs li div {
  border-radius: 10px 10px 0 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 0;
}
.l-mokuji .c-tabs li div span {
  background: #fff;
  color: #ff3030;
  border-radius: 20px;
  font-size: 14px;
  padding: 2px 20px;
}
.l-mokuji .c-tabs li.active {
  border-bottom: none !important;
  padding-bottom: 5px;
  position: relative;
  top: 1px;
  z-index: 1;
  cursor: default;
}
.l-mokuji .c-tabs li:nth-child(1) div {
  background: #009FE8;
}
.l-mokuji .c-tabs li:nth-child(1).active {
  border: 1px #009FE8 solid;
}
.l-mokuji .c-tabs li:nth-child(2) div {
  background: #E87D39;
}
.l-mokuji .c-tabs li:nth-child(2).active {
  border: 1px #E87D39 solid;
}
.l-mokuji .c-frame {
  padding: 20px;
  position: relative;
  display: none;
  margin-bottom: 40px;
}
.l-mokuji .c-frame.show {
  display: block;
}
.l-mokuji .c-frame h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.l-mokuji .c-frame--blue {
  border: 1px #009FE8 solid;
}
.l-mokuji .c-frame--blue h4 {
  color: #009FE8;
}
.l-mokuji .c-frame--green {
  border: 1px #66BB4E solid;
}
.l-mokuji .c-frame--green h4 {
  color: #66BB4E;
}
.l-mokuji .c-frame--orange {
  border: 1px #E87D39 solid;
}
.l-mokuji .c-frame--orange h4 {
  color: #E87D39;
}
.l-mokuji .c-frame__list {
  margin-bottom: 40px;
}
.l-mokuji .c-frame__list .done {
  background: #999;
  color: #fff;
  font-size: 11px;
  border-radius: 10px;
  padding: 1px 5px;
}
.l-mokuji .c-frame__list .not-view {
  background: #FFE500;
  color: #666666;
  font-size: 11px;
  border-radius: 10px;
  padding: 1px 5px;
}
.l-mokuji .c-frame__list .not-ans {
  background: #FF85AA;
  color: #fff;
  font-size: 11px;
  border-radius: 10px;
  padding: 1px 5px;
}
.l-mokuji .c-frame__list .confirm {
  background: #FF3030;
  color: #fff;
  font-size: 11px;
  border-radius: 10px;
  padding: 1px 5px;
}
.l-mokuji .c-frame dt {
  font-size: 18px;
  font-weight: 300;
  line-height: 2;
  color: #999;
  display: flex;
  align-items: center;
  gap: 10px;
}
.l-mokuji .c-frame dt:nth-child(2) {
  display: flex;
  align-items: center;
}
.l-mokuji .c-excel__title {
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 16px;
  padding: 6px 16px;
  display: table-cell;
  cursor: pointer;
}
.l-mokuji .c-excel__title span {
  background: url("./images/icon-down.svg") no-repeat left center;
  padding-left: 32px;
}
.l-mokuji .c-excel__title.is-open span {
  background: url("./images/icon-up.svg") no-repeat left center;
  padding-left: 32px;
}
.l-mokuji .c-excel__block {
  border-radius: 0 10px 10px;
  padding: 20px 12px;
  display: none;
}
.l-mokuji .c-excel__block dl {
  margin: 0;
}
.l-mokuji .c-excel__block dt {
  font-size: 14px;
  font-weight: bold;
}
.l-mokuji .c-excel__block dd {
  font-size: 14px;
  color: #111;
}
.l-mokuji .c-excel--blue .c-excel__title {
  background: #009FE8;
}
.l-mokuji .c-excel--blue .c-excel__block {
  border: 1px #009FE8 solid;
}
.l-mokuji .c-excel--blue dt {
  color: #009FE8;
}
.l-mokuji .c-excel--green .c-excel__title {
  background: #66BB4E;
}
.l-mokuji .c-excel--green .c-excel__block {
  border: 1px #66BB4E solid;
}
.l-mokuji .c-excel--green dt {
  color: #66BB4E;
}
.l-mokuji .c-excel--orange .c-excel__title {
  background: #E87D39;
}
.l-mokuji .c-excel--orange .c-excel__block {
  border: 1px #E87D39 solid;
}
.l-mokuji .c-excel--orange dt {
  color: #E87D39;
}
.l-mokuji .c-info {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  gap: 40px;
}
.l-mokuji .c-info > div {
  flex: 1;
}
.l-mokuji .c-info > div:nth-child(1) {
  border-right: 1px #000 solid;
}
.l-mokuji .c-info__text {
  font-size: 18px;
  font-weight: bold;
  color: #009FE8;
  margin-bottom: 16px;
}
.l-mokuji .c-info a {
  font-size: 18px;
}
.l-mokuji .c-info .icon-download {
  background: url("./images/icon-download.svg") no-repeat left center;
  background-size: 16px;
  padding-left: 24px;
}
.l-mokuji .c-info .icon-external {
  background: url("./images/icon-external.svg") no-repeat left center;
  background-size: 16px;
  padding-left: 24px;
}
.l-mokuji--medium .c-mokuji-intro__catch {
  color: #66BB4E;
}
.l-mokuji--medium .c-tabs li:nth-child(1) div {
  background: #66BB4E;
}
.l-mokuji--medium .c-tabs li:nth-child(1).active {
  border: 1px #66BB4E solid;
}
.l-mokuji--medium .c-info__text {
  color: #66BB4E;
}

.c-modal {
  width: 440px;
  height: fit-content;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid #A4B6BE;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  margin: auto;
  padding: 20px;
  z-index: 9;
  display: none;
}
.c-modal input {
  border: none;
}
.c-modal__mat {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 8;
  display: none;
}
.c-modal__title {
  font-size: 18px;
  font-weight: bold;
  color: #009FE8;
  margin-bottom: 20px;
}
.c-modal__exp {
  font-size: 14px;
  color: #111;
  margin-bottom: 40px;
}
.c-modal__btn {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.c-modal__file {
  margin-top: 8px;
  height: auto;
  width: 123px;
  cursor: pointer;
}
.c-modal__file::file-selector-button {
  border: 1px #999 solid;
  background: #fff;
  border-radius: 6px;
  color: #999;
  font-weight: bold;
  padding: 6px 14px;
  text-align: center;
  display: block;
  cursor: pointer;
}
.c-modal__drag-drop {
  background: #fff;
  border: 3px #ccc dashed;
  padding: 36px;
}
.c-modal__drag-drop .drag-drop-inside {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #999;
}
.c-modal__drag-drop .drag-drop-info {
  font-size: 14px;
  font-weight: bold;
}
.c-modal__drag-drop .drag-drop-text {
  font-size: 12px;
}
.c-modal__clear {
  margin: 10px auto 0;
  background: #fff;
  text-decoration: underline;
  height: auto;
  display: none;
  cursor: pointer;
}
.c-modal__clear:hover {
  transition: all;
  opacity: 0.8;
}

.table-block {
  margin: auto;
  margin-bottom: 30px;
  table-layout: fixed;
  word-wrap: break-all;
  min-width: 980px;
}
.table-block .label {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.8;
  display: flex;
  justify-content: left;
}
.table-block .question-number {
  color: #009FE8;
  font-family: "Trebuchet MS", Verdana, sans-serif;
}
.table-block .question {
  padding-left: 20px;
}
.table-block .radio label,
.table-block .checkbox label {
  display: flex;
  align-items: center;
  font-size: 15px;
}
.table-block table {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
}
.table-block table th,
.table-block table td {
  padding: 4px 10px;
  background: #fff;
  border: 1px solid #009FE8;
  font-weight: normal;
  white-space: nowrap;
}
.table-block table th {
  text-align: left;
}
.table-block table td {
  text-align: center;
  height: 21px;
}
.table-block .hedd {
  background: #E3EAEE;
}
.table-block .hedd th,
.table-block .hedd td {
  background: #E3EAEE;
}
.table-block .heddall {
  background: #C0E2F1;
}
.table-block .heddall th,
.table-block .heddall td {
  background: #C0E2F1;
}

.table-block-area td, .table-block-area th {
  padding: 4px 0 !important;
  text-align: center !important;
}

.l-qc .table-block .question-number {
  color: #66BB4E;
}
.l-qc .table-block table th,
.l-qc .table-block table td {
  border: 1px solid #66BB4E;
}
.l-qc .table-block .hedd {
  background: #ECF7E9;
}
.l-qc .table-block .hedd th,
.l-qc .table-block .hedd td {
  background: #ECF7E9;
}
.l-qc .table-block .heddall {
  background: #b0e089;
}
.l-qc .table-block .heddall th,
.l-qc .table-block .heddall td {
  background: #b0e089;
}

.l-qs .table-block .question-number {
  color: #FA6303;
}
.l-qs .table-block table th,
.l-qs .table-block table td {
  border: 1px solid #FA6303;
}
.l-qs .table-block .hedd {
  background: #FFF7F2;
}
.l-qs .table-block .hedd th,
.l-qs .table-block .hedd td {
  background: #FFF7F2;
}
.l-qs .table-block .heddall {
  background: #FFF7F2;
}
.l-qs .table-block .heddall th,
.l-qs .table-block .heddall td {
  background: #FFF7F2;
}

.w360 {
  width: 360px !important;
}

.w300 {
  width: 300px;
}

.w200 {
  width: 200px;
}

.w150 {
  width: 150px;
}

.w100 {
  width: 100px;
}

.inblock {
  display: inline-block;
}

.table-block .syo {
  font-size: 12px;
  margin-left: 4px;
}

.table-block .full {
  width: 100%;
}

.table-block .wr100 {
  width: 100px;
  text-align: right;
}

.table-block .wr70 {
  width: 70px;
  text-align: right;
}

.table-block .wr50 {
  width: 50px;
  text-align: right;
}

.table-block .left {
  text-align: left !important;
}

.table-block .right {
  text-align: right !important;
}

.table-block .center {
  text-align: center !important;
}

.table-block .stylenone {
  border: none;
  background: none;
}

.table-block .r-and-l {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.table-block .hide {
  visibility: hidden;
}

.l-confirm .select-list {
  text-align: left;
}
.l-confirm .select-list span {
  display: block;
  text-align: left;
  white-space: normal;
}
.l-confirm td {
  text-align: left;
}
.l-confirm .c-submit {
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  width: 200px;
  font-size: 14px;
  padding: 10px 20px;
  position: fixed;
  bottom: 20px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  right: calc(50% - 720px);
}
.l-confirm .c-submit div {
  text-align: center;
}
.l-confirm .c-submit div:nth-child(1) {
  margin: 8px auto;
}
.l-confirm .c-submit__link {
  color: #005075;
  font-size: 12px;
  text-decoration: underline;
}

@media print {
  .c-submit {
    display: none;
  }
}
@media (max-width: 1480px) {
  .c-submit {
    right: 20px !important;
  }
}
.controls {
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  margin: 2rem auto 2.5rem;
}

.controls .button {
  border: 0 none transparent;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-size: 0.9rem;
  margin: 0 3px;
  min-width: 120px;
  outline: none;
  padding: 0.5em 0.8em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.controls .button.align-left {
  margin-right: auto;
}

.controls .button {
  background-color: #005075;
  color: #fff;
}

.controls .button:hover {
  background-color: #009FE8;
  color: #fff;
}

/* .controls .button.logout {
  background-color: #A4B6BE;
  color: #fff;
}
.controls .button.logout:hover {
  background-color: #87959C;
  color: #fff;
} */
.c-controls-btn {
  border: 0 none transparent;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-size: 15px !important;
  min-width: 120px;
  outline: none;
  padding: 0.5em 0.8em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  background-color: #005075;
  color: #fff;
}
.c-controls-btn:hover {
  background-color: #009FE8;
  color: #fff;
}

.c-secondary-btn {
  background: #A4B6BE;
  border: 0 none transparent;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  min-width: 120px;
  outline: none;
  padding: 0.5em 0.8em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  height: fit-content;
}
.c-secondary-btn--default {
  font-size: 15px;
}
.c-secondary-btn:hover {
  background: #87959C;
  color: #fff;
}

.c-edit-btn {
  background-color: #005075;
  border: 0 none transparent;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  outline: none;
  padding: 1px 6px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  height: fit-content;
  margin-left: auto;
}
.c-edit-btn::before {
  background: url("./images/icon-edit.svg") no-repeat center left;
  background-size: 100%;
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
}
.c-edit-btn:hover {
  background-color: #009FE8;
  color: #fff;
}

.c-send-btn {
  background-color: #005075 !important;
  border: 0 none transparent;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  margin: 0 3px;
  outline: none;
  padding: 14px 30px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  height: fit-content;
  margin-left: auto;
}
.c-send-btn::before {
  background: url("./images/icon-send.svg") no-repeat center left;
  background-size: 100%;
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.c-send-btn:hover {
  background-color: #009FE8;
  color: #fff;
}

footer {
  margin: auto;
  max-width: 980px;
}

footer .contact {
  font-size: 14px !important;
}

footer .contact .title {
  color: #009FE8;
}

footer .contact dd {
  margin: 0;
}

.c-frame .save-time {
  font-size: 0.85rem;
  margin-top: -10px;
  text-align: end;
}
