@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
}

.c-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  text-align: left;
  font-size: 13px;
  color: #000;
  padding: 0;
  margin: 0 auto 50px;
}
.c-breadcrumb li {
  color: #454545;
}
.c-breadcrumb li a {
  color: #000;
  font-weight: normal;
}
.c-breadcrumb li:not(:last-of-type)::after {
  content: "›";
  margin: 0 .6em;
  color: #000;
}
.c-btn {
  text-decoration: none;
  cursor: pointer;
  border-radius: 8px;
  text-align: center;
  font-weight: bold;
  border: none;
  display: inline-block;
}
.c-btn:hover {
  transition: .5s;
  background: #E0F8FF;
}
.c-btn__defult {
  color: #007BB8;
  border: 1px #007BB8 solid;
  background: #fff;
}
.c-btn__defult:hover {
  background: #E0F8FF;
  opacity: 1;
}
.c-btn__defult2 {
  color: #0003B8;
  border: 1px #0003B8 solid;
  background: #fff;
}
.c-btn__defult2:hover {
  background: #DDDDFC;
  opacity: 1;
}
.c-btn__success {
  background: #007BB8;
  border: 2px #007BB8 solid;
  color: #fff;
}
.c-btn__success:hover {
  background: #23B7E5;
  border-color: #23B7E5;
  opacity: 1;
}
.c-btn__success2 {
  background: #0003B8;
  border: 2px #0003B8 solid;
  color: #fff;
}
.c-btn__success2:hover {
  background: #5053FF;
  border-color: #5053FF;
  opacity: 1;
}
.c-btn__gray {
  background: #8e8c8c;
  border: 2px #666 solid;
  color: #fff;
}
.c-btn__gray:hover {
  background: #999;
  opacity: 1;
}
.c-btn__gray.btnSokoOpen {
  background: #007BB8;
  border: 2px #007BB8 solid;
  color: #fff;
}
.c-btn__gray.btnSokoOpen:hover {
  background: #23B7E5;
  border-color: #23B7E5;
  opacity: 1;
}
.c-btn__back {
  background: #fff;
  border: 2px #3A3F51 solid;
  color: #3A3F51;
}
.c-btn__back:hover {
  background: #DEE5E7;
  opacity: 1;
}
.c-btn__orange {
  background: #D93D00;
  border: 2px #D93D00 solid;
  color: #fff;
}
.c-btn__orange:hover {
  background: #D93D00;
  border-color: #D93D00;
  opacity: 0.7;
}
.c-btn__disable {
  cursor: default;
  background: #D4D4D4;
  color: #fff;
  pointer-events: none;
}
.c-btn__disable:hover {
  opacity: 1;
}
.c-btn__s {
  padding: 5px;
  font-weight: normal;
}
.c-btn__sm {
  padding: 8px 10px;
}
.c-btn__m {
  padding: 10px 25px;
}
@media screen and (max-width: 470px) {
  .c-btn__m {
    padding: 5px;
    min-width: 120px;
  }
}
.c-btn__l {
  padding: 20px 10px;
  font-size: 2.0rem;
  width: 100%;
  max-width: 330px;
  letter-spacing: 3px;
}
@media screen and (min-width: 768px) {
  .c-btn__l {
    min-width: 330px;
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .c-btn__l.widS {
    min-width: 240px;
    width: auto;
  }
}
.c-btn__ll {
  padding: 30px 10px;
  font-size: 2.4rem;
  width: 100%;
  max-width: 460px;
  letter-spacing: 2px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c-btn__ll {
    min-width: 460px;
    width: auto;
  }
}
@media screen and (max-width: 450px) {
  .c-btn__ll {
    padding: 15px 5px;
  }
}
.c-btn__hl {
  position: relative;
  min-height: 140px;
}
.c-btn__hl > span {
  transform: translateY(-50%) translateX(0);
  -webkit-transform: translateY(-50%) translateX(0);
  position: absolute;
  text-align: center;
  top: 50%;
  left: 0;
  width: 100%;
}
.c-btn:disabled {
  opacity: .5;
  cursor: default;
}
.c-btn.btnFileDel {
  display: none;
}
.c-btn__img {
  border: none;
  background: no-repeat;
  cursor: pointer;
}
.c-btnLogout {
  text-align: right;
  margin-bottom: 20px;
}
.c-btnLogout .corp {
  display: block;
  margin-bottom: 10px;
}
.c-btnLogout .corp span {
  display: inline-block;
  margin-left: 5px;
}
.c-btnLogout .corp span:first-child {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .c-btnLogout {
    margin-bottom: 40px;
  }
  .c-btnLogout .corp {
    margin-bottom: 0px;
    display: inline-block;
  }
  .c-btnLogout .c-btn {
    margin-left: 10px;
  }
}
.c-btnBack {
  margin-bottom: 10px;
}
.c-btnBack .c-btnLogout {
  margin-top: 10px;
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
  .c-btnBack {
    margin-bottom: 20px;
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .c-btnBack .c-btnLogout {
    margin-top: 0px;
  }
}
.c-btnDelete {
  text-align: right;
  position: relative;
}
.c-btnDelete button {
  font-size: 13px;
}
.c-btnarea__BtCopy {
  margin-bottom: -65px;
  position: relative;
}
.c-btnarea__BtCopy .btnHidukeDelete {
  position: absolute;
  top: 0;
  right: -20px;
}
.c-btnArea {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-btnArea__two {
  display: -webkit-box;
  display: flex;
  max-width: 520px;
  margin: 0 auto;
  justify-content: space-between;
}
.c-btnArea__two.center {
  justify-content: center;
}
.c-btnArea__two.center > * {
  margin: 0 10px;
}
.c-btnArea__two .btns {
  width: calc(50%);
  text-align: center;
}
.c-btnArea__two .btns:first-child {
  padding-right: 10px;
}
.c-btnArea__two .btns:last-child {
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .c-btnArea__two .btns .c-btn__l {
    font-size: 1.6rem;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 767px) {
  .c-btnArea__two.pcOne {
    display: block;
  }
  .c-btnArea__two.pcOne > * {
    margin-bottom: 20px;
  }
  .c-btnArea__two.pcOne > *:last-child {
    margin-bottom: 0px;
  }
  .c-btnArea__two.pcOne .btns {
    width: 100%;
  }
}
.c-btnArea_flatHeight {
  width: 100%;
  display: -webkit-box;
  display: flex;
  justify-content: center;
}
.c-btnArea_flatHeight a {
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-link {
  color: #007BB8;
  padding: 0 0 0 16px;
  display: inline-block;
  text-decoration: underline;
}
.c-link:hover {
  text-decoration: none;
  color: #6D6D6D;
}
.c-link__arrow01 {
  position: relative;
}
.c-link__arrow01::before {
  position: absolute;
  top: 12px;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 0px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #007BB8;
  border-right: 1px solid #007BB8;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-pagetitle__in {
  font-size: 2.0rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-pagetitle__in {
    font-size: 2.6rem;
  }
}
.c-tit1 {
  font-size: 1.7rem;
  margin-bottom: 15px;
  padding: 4px 4px 4px 14px;
  background: #002D55;
  color: #fff;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-tit1 {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}
.c-tit1::before {
  position: absolute;
  content: '';
  left: 7px;
  top: 7px;
  display: block;
  width: 10px;
  height: calc(100% - 14px);
  background: #fff;
  border-radius: 10px;
}
.c-tit2 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  position: relative;
  padding: 5px 5px 5px 10px;
}
.c-tit2::before {
  content: '';
  width: 6px;
  height: calc(100% - 10px);
  position: absolute;
  left: 0px;
  top: 5px;
  background: #002D55;
}
@media screen and (min-width: 768px) {
  .c-tit2 {
    padding: 8px 8px 8px 25px;
    font-size: 2.0rem;
    margin-bottom: 20px;
  }
  .c-tit2::before {
    width: 10px;
    height: calc(100% - 17px);
    left: 7px;
    top: 7px;
  }
}
.c-tit3 {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .c-tit3 {
    font-size: 2.0rem;
  }
}
.c-tit3.u-bb-gray {
  border-bottom-width: 2px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.c-tit4 {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .c-tit4 {
    font-size: 1.8rem;
  }
}
.c-tit4 .sub {
  border: 1px #ccc solid;
  padding: 2px 4px;
  display: inline-block;
  margin-right: 10px;
}
.c-titline {
  position: relative;
  z-index: 1;
  position: absolute;
  top: -17px;
  left: 10px;
}
.c-titline span {
  background: #fff;
  padding: 2px 0 0 8px;
  box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.3);
}
.c-list li {
  margin-bottom: 10px;
}
.c-list li:last-child {
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
  .c-list li:last-child {
    margin-bottom: 0px;
  }
}
.c-list.marB_s li {
  margin-bottom: 5px;
}
.c-list.marB_s li:last-child {
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
  .c-list.marB_s li:last-child {
    margin-bottom: 0px;
  }
}
.c-list__ind01 li {
  text-indent: -1em;
  padding-left: 1em;
}
.c-list__ind01 li .u-ib {
  text-indent: 0em;
}
.c-list__disc01 {
  padding-left: 20px;
}
.c-list__disc01 li {
  list-style: disc;
}
.c-list__deci01 {
  padding-left: 20px;
}
.c-list__deci01 li {
  list-style: decimal;
}
.c-list__check01 {
  padding-left: 20px;
}
.c-list__check01 li {
  position: relative;
}
.c-list__check01 li::after {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: -1.5em;
  width: 12px;
  height: 7px;
  border-left: 2px solid #002D55;
  border-bottom: 2px solid #002D55;
  transform: rotate(-45deg);
}
.c-list__inL01 li {
  display: inline-block;
}
.c-icon__attention {
  padding-left: 1.5em;
  background: url("../img/ico_attention01.svg") no-repeat left top/auto 20px;
}
.c-icon__tooltip {
  font-style: normal;
  background: #fff;
  border: 1px #666 solid;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  width: 22px;
  height: 22px;
  display: inline-block;
  text-align: center;
  border-radius: 20px;
  line-height: 22px;
  font-size: 14px;
}
.c-iconAns {
  position: absolute;
  left: 3px;
  top: 5px;
}
.c-iconAns span {
  background: #DB0A0A;
  padding: 5px;
  border-radius: 4px;
  color: #fff;
}
.c-iconAns span.done {
  background: #3A3F51;
}
.c-textbox {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .c-textbox {
    margin-bottom: 60px;
  }
}
.c-textbox.marB_s {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .c-textbox.marB_s {
    margin-bottom: 40px;
  }
}
.c-textbox.marB_ss {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .c-textbox.marB_ss {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 470px) {
  .c-textbox.marB_ss {
    margin-bottom: 0px;
  }
}
.c-textbox p {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .c-textbox p {
    margin-bottom: 15px;
  }
}
.c-textbox p:last-child {
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
  .c-textbox p:last-child {
    margin-bottom: 0px;
  }
}
.c-textbox .p-logout p {
  margin-bottom: 0;
}
.c-textbox .u-txtAC__sp p.u-padR8 {
  margin-bottom: 0;
}
.c-textbox .u-txtAC__sp p.u-padR8:last-child {
  margin-bottom: 10px;
}
.c-textbox a:not(.c-btn, .u-tellink) {
  text-decoration: underline;
}
.c-textbox a:not(.c-btn, .u-tellink):hover {
  text-decoration: none;
  color: #6D6D6D;
}
.c-table {
  border-spacing: 0px;
  border-collapse: collapse;
  width: 100%;
}
.c-table__cap {
  margin-bottom: 10px;
  text-align: center;
}
.c-table.wid500 {
  max-width: 500px;
}
.c-table th, .c-table td {
  border: 1px #999 solid;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .c-table th, .c-table td {
    padding: 10px;
  }
}
.c-table__style01 th, .c-table__style01 td {
  border: 0;
  border-bottom: 1px #ccc solid;
}
.c-table__style01 th {
  background: #EAEAEA;
  border-bottom: 5px #fff solid;
}
@media screen and (min-width: 768px) {
  .c-table__style01 {
    max-width: 850px;
    margin: 0 auto;
  }
  .c-table__style01 th {
    width: 10em;
  }
}
.c-table__style02 {
  border-bottom: 1px #ccc solid;
}
.c-table__style02 tr {
  border-top: 1px #ccc solid;
}
.c-table__style02 th, .c-table__style02 td {
  border: none;
}
.c-table__style02 td.未回答 {
  color: #DB0A0A;
}
.c-table__style02 td.回答済 {
  color: #007BB8;
}
.c-table__style02 td.回答途中, .c-table__style02 td.回答中 {
  color: #6D0248;
}
@media screen and (min-width: 768px) {
  .c-table__style02 {
    margin: 0 auto;
  }
}
.c-table__style02.soko {
  border: none;
  /*tr.add{
  	th,td{
  		border-color: #666;
  	}
  }*/
}
.c-table__style02.soko tr {
  border: none;
}
.c-table__style02.soko tr td, .c-table__style02.soko tr th {
  border-top: 1px #ccc solid;
}
.c-table__style02.soko tr td.excelfileUp, .c-table__style02.soko tr th.excelfileUp {
  border-color: #dfdfdf;
}
.c-table__style02.soko tr td.th-excelfileUp, .c-table__style02.soko tr th.th-excelfileUp {
  background: none !important;
  border: none !important;
}
.c-table__style02.soko thead tr {
  border: none;
}
.c-table__style02.soko thead tr th {
  background: #E9F7FF;
}
.c-table__style02.soko tbody tr:nth-of-type(2n+1) td, .c-table__style02.soko tbody tr:nth-of-type(2n+1) th {
  border-color: #666;
}
.c-table__style02.soko tbody tr:nth-of-type(2n+1) td.excelfileUp, .c-table__style02.soko tbody tr:nth-of-type(2n+1) th.excelfileUp {
  border-color: #dfdfdf;
}
.c-table__style03 {
  color: #000;
}
.c-table__style03 th, .c-table__style03 td {
  border: 0;
  border: 1px #ccc solid;
}
.c-table__style03 th {
  background: #f2f2f2;
}
@media screen and (min-width: 768px) {
  .c-table__style03 {
    margin: 0 auto;
  }
}
.c-table__style03 tr.center th, .c-table__style03 tr.center td {
  text-align: center;
}
.c-table__style03 .arrow-l {
  position: relative;
}
.c-table__style03 .arrow-l::before {
  content: '→';
  position: absolute;
  left: 0;
  top: 50%;
  margin: -10px 0 0 -10px;
  font-style: normal;
  background: #fff;
  border: 1px #ccc solid;
  width: 18px;
  height: 18px;
  display: inline-block;
  text-align: center;
  border-radius: 20px;
  line-height: 17px;
  font-size: 10px;
}
.c-table__style03 .yohaku_l {
  position: relative;
}
.c-table__style03 .yohaku_l::before {
  background: #fff;
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid;
  left: -4px;
  top: -1px;
  width: 8px;
  position: absolute;
  content: '';
  z-index: 0;
  height: calc(100% + 2px);
}
.c-table__style03 .sankaku-r {
  position: relative;
}
.c-table__style03 .sankaku-r::before {
  content: '';
  position: absolute;
  left: -7px;
  top: 50%;
  transform: translateY(-50%);
  /* Vertically centers the triangle */
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 12px 8px 0;
  /* Creates the triangle shape */
  border-color: transparent #999 transparent transparent;
}
.c-bordBox {
  margin-bottom: 20px;
  border: 5px #DEE5E7 solid !important;
  background: #fff;
  padding: 10px;
}
.c-bordBox.thin {
  border: 1px #999 solid !important;
}
.c-bordBox.err {
  border-color: #ff0000;
}
.c-bordBox.err .c-tit1 {
  color: #d70202;
}
.c-bordBox.err .err_in {
  padding-top: 50px;
  background: url("../img/ico_attention01.svg") no-repeat center top/40px auto;
}
.c-bordBox.err .err_in_n a {
  text-decoration: underline;
}
.c-bordBox.marBL {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .c-bordBox.marBL {
    margin-bottom: 60px;
  }
}
.c-bordBox.marBLL {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .c-bordBox.marBLL {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 400px) {
  .c-bordBox {
    padding: 15px;
  }
}
@media screen and (min-width: 768px) {
  .c-bordBox {
    padding: 30px;
  }
}
.c-bordBox.padL {
  padding-top: 30px;
  padding-bottom: 30px;
}
.c-bordBox.padL.u-posRel {
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  .c-bordBox.padL {
    padding: 60px;
  }
}
.c-bordBox p {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .c-bordBox p {
    margin-bottom: 15px;
  }
}
.c-bordBox p:last-child {
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
  .c-bordBox p:last-child {
    margin-bottom: 0px;
  }
}
.c-formset {
  margin-bottom: 35px;
  padding: 0 5px;
}
@media screen and (min-width: 768px) {
  .c-formset {
    padding: 0 15px;
  }
}
.c-formset th, .c-formset .u-th, .c-formset td, .c-formset .u-td {
  padding-bottom: 15px;
}
.c-formset .u-td, .c-formset .area_add {
  padding-left: 5px;
}
@media screen and (min-width: 768px) {
  .c-formset .u-td, .c-formset .area_add {
    padding-left: 10px;
  }
}
.c-formset.u-marB10 {
  margin-bottom: 10px;
}
.c-formset.u-marB20 {
  margin-bottom: 20px;
}
.c-formset.padS th, .c-formset.padS .u-th, .c-formset.padS td, .c-formset.padS .u-td {
  padding: 5px 10px;
}
.c-formset .sub {
  background: #eee;
  font-weight: normal;
  padding: 10px;
  font-size: 92%;
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
}
.c-formset .sub p {
  margin-bottom: 0;
}
.c-formset .sub::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 20px;
  display: block;
  width: 0px;
  height: 0px;
  margin-top: 0px;
  border-style: solid;
  border-width: 5px;
  border-color: #eee transparent transparent transparent;
}
.c-formset .sub.arrNone::after {
  display: none;
}
.c-formset input, .c-formset textarea {
  -webkit-appearance: none;
  font-size: 1.6rem;
}
.c-formset textarea {
  width: 100%;
  max-width: 600px;
  min-height: 160px;
  padding: 4px;
  border: 1px #ccc solid;
  border-radius: 4px;
  background: #fff;
}
.c-formset textarea.sisetsu {
  width: 100%;
  min-height: 6.5em;
  font-size: 15px;
}
.c-formset textarea.sisetsu::placeholder {
  font-size: 13px;
}
.c-formset input[type=text],
.c-formset input[type=tel],
.c-formset input[type=password],
.c-formset input[type=email],
.c-formset input[type=number],
.c-formset input[type=time] {
  border: 1px #999 solid;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 4px 4px;
}
.c-formset input[type=text].input-err, .c-formset input[type=text].input-errS,
.c-formset input[type=tel].input-err,
.c-formset input[type=tel].input-errS,
.c-formset input[type=password].input-err,
.c-formset input[type=password].input-errS,
.c-formset input[type=email].input-err,
.c-formset input[type=email].input-errS,
.c-formset input[type=number].input-err,
.c-formset input[type=number].input-errS,
.c-formset input[type=time].input-err,
.c-formset input[type=time].input-errS {
  background: #fee;
}
.c-formset input[type=text]:read-only,
.c-formset input[type=tel]:read-only,
.c-formset input[type=password]:read-only,
.c-formset input[type=email]:read-only,
.c-formset input[type=number]:read-only,
.c-formset input[type=time]:read-only {
  background: #f0f3f5;
}
.c-formset input[type=text]:read-only.input-err, .c-formset input[type=text]:read-only.input-errS,
.c-formset input[type=tel]:read-only.input-err,
.c-formset input[type=tel]:read-only.input-errS,
.c-formset input[type=password]:read-only.input-err,
.c-formset input[type=password]:read-only.input-errS,
.c-formset input[type=email]:read-only.input-err,
.c-formset input[type=email]:read-only.input-errS,
.c-formset input[type=number]:read-only.input-err,
.c-formset input[type=number]:read-only.input-errS,
.c-formset input[type=time]:read-only.input-err,
.c-formset input[type=time]:read-only.input-errS {
  background: #f6eeff;
}
.c-formset input[type=text].input-search,
.c-formset input[type=tel].input-search,
.c-formset input[type=password].input-search,
.c-formset input[type=email].input-search,
.c-formset input[type=number].input-search,
.c-formset input[type=time].input-search {
  box-shadow: 0 0 8px #f0aa00;
}
.c-formset input[type=text].no-style,
.c-formset input[type=tel].no-style,
.c-formset input[type=password].no-style,
.c-formset input[type=email].no-style,
.c-formset input[type=number].no-style,
.c-formset input[type=time].no-style {
  background: no-repeat;
  border: none;
  padding: 0;
  color: #333;
}
.c-formset input[type=text].no-style:focus,
.c-formset input[type=tel].no-style:focus,
.c-formset input[type=password].no-style:focus,
.c-formset input[type=email].no-style:focus,
.c-formset input[type=number].no-style:focus,
.c-formset input[type=time].no-style:focus {
  outline: none;
}
.c-formset input[type=text]::placeholder,
.c-formset input[type=tel]::placeholder,
.c-formset input[type=password]::placeholder,
.c-formset input[type=email]::placeholder,
.c-formset input[type=number]::placeholder,
.c-formset input[type=time]::placeholder {
  color: #000;
  opacity: 0.62;
  font-size: 1.6rem;
}
.c-formset input[type=number].no-spin {
  -webkit-appearance: none !important;
  margin: 0 !important;
  -moz-appearance: textfield !important;
}
.c-formset select {
  border: 1px solid #999;
  border-radius: 8px;
  padding: 5px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .c-formset select {
    padding: 8px 2px;
  }
}
.c-formset select.input-err, .c-formset select.input-errS {
  background: #fee;
}
.c-formset select.input-search {
  box-shadow: 0 0 8px #f0aa00;
}
.c-formset select.c-wid__50, .c-formset select.c-wid__60, .c-formset select.c-wid__70, .c-formset select.c-wid__80 {
  text-align: center;
}
.c-formset input[type="file"] {
  padding: 4px;
  border: 1px #ccc solid;
  border-radius: 4px;
  background: #fff;
}
.c-formset input[type="file"].input-err, .c-formset input[type="file"].input-errS {
  background: #fee;
}
.c-formset input[type="file"].active {
  background: #FEFDDF;
}
.c-formset input[type=radio],
.c-formset input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}
.c-formset input[type=radio] + label, .c-formset input[type=radio] + .inputStyle,
.c-formset input[type=checkbox] + label,
.c-formset input[type=checkbox] + .inputStyle {
  position: relative;
  display: inline-block;
  margin-right: 18px;
  font-size: 1.4rem;
  line-height: 1.4;
  cursor: pointer;
}
@media (min-width: 1px) {
  .c-formset input[type=radio],
  .c-formset input[type=checkbox] {
    /* 透明度0 */
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    /* ブラウザのデフォルトのスタイルを削除 */
    -webkit-appearance: none;
    appearance: none;
    /* レイアウトから無視 */
    position: absolute;
    margin: 0;
  }
  .c-formset input[type=radio] + label, .c-formset input[type=radio] + .inputStyle,
  .c-formset input[type=checkbox] + label,
  .c-formset input[type=checkbox] + .inputStyle {
    padding: 0 0 0 26px;
  }
  .c-formset input[type=radio] + label::before, .c-formset input[type=radio] + .inputStyle::before,
  .c-formset input[type=checkbox] + label::before,
  .c-formset input[type=checkbox] + .inputStyle::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #FFF;
  }
  .c-formset input[type=radio] + label::after, .c-formset input[type=radio] + .inputStyle::after,
  .c-formset input[type=checkbox] + label::after,
  .c-formset input[type=checkbox] + .inputStyle::after {
    content: "";
    position: absolute;
    top: 50%;
    box-sizing: border-box;
    display: block;
  }
  .c-formset input[type=radio]:disabled + label, .c-formset input[type=radio]:disabled + .inputStyle,
  .c-formset input[type=checkbox]:disabled + label,
  .c-formset input[type=checkbox]:disabled + .inputStyle {
    opacity: .5;
  }
  .c-formset input[type=radio] + label::before, .c-formset input[type=radio] + .inputStyle::before {
    border: 2px solid #ccc;
    border-radius: 30px;
  }
  .c-formset input[type=checkbox] + label::before, .c-formset input[type=checkbox] + .inputStyle::before {
    border: 1px solid #004BB1;
    border-radius: 4px;
    top: 12px;
  }
  .c-formset input[type=radio]:checked + label::before, .c-formset input[type=radio]:checked + label::after, .c-formset input[type=radio]:checked + .inputStyle::before, .c-formset input[type=radio]:checked + .inputStyle::after,
  .c-formset input[type=checkbox]:checked + label::before,
  .c-formset input[type=checkbox]:checked + label::after,
  .c-formset input[type=checkbox]:checked + .inputStyle::before,
  .c-formset input[type=checkbox]:checked + .inputStyle::after {
    content: "";
    position: absolute;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  .c-formset input[type=radio]:checked + label::before, .c-formset input[type=radio]:checked + .inputStyle::before {
    top: 50%;
  }
  .c-formset input[type=radio]:checked + label::after, .c-formset input[type=radio]:checked + .inputStyle::after {
    top: 50%;
    left: 5px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #23B7E5;
    border-radius: 10px;
  }
  .c-formset input[type=checkbox]:checked + label::after, .c-formset input[type=checkbox]:checked + .inputStyle::after {
    left: 3px;
    width: 16px;
    height: 8px;
    margin-top: -8px;
    border-left: 3px solid #23B7E5;
    border-bottom: 3px solid #23B7E5;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 14px;
  }
  .c-formset input[type=radio]:focus + label::before, .c-formset input[type=radio]:focus + .inputStyle::before,
  .c-formset input[type=checkbox]:focus + label::before,
  .c-formset input[type=checkbox]:focus + .inputStyle::before {
    box-shadow: 0 0 4px #23B7E5;
  }
}
.c-formset__input {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.c-formset__input.widAuto {
  width: auto;
}
.c-formset__input_wrap .c-formset__input {
  margin-bottom: 15px;
}
.c-formset__input_wrap .c-formset__input input {
  margin-right: 4px;
}
.c-formset__input_wrap .c-formset__input:nth-of-type(2n) .c-err {
  background: #753c00;
}
@media screen and (max-width: 767px) {
  .c-formset__input_wrap .c-formset__input:nth-of-type(2n) .c-err::after {
    border-bottom-color: #753c00;
  }
}
@media screen and (min-width: 768px) {
  .c-formset__input_wrap .c-formset__input:nth-of-type(2n) .c-err::after {
    border-bottom-color: #753c00;
  }
}
.c-formset__input_wrap.needErrArea {
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-formset__input_wrap {
    display: -webkit-box;
    display: flex;
    align-items: center;
  }
  .c-formset__input_wrap .c-formset__input {
    width: auto;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 0;
  }
  .c-formset__input_wrap .c-formset__input input {
    margin-right: 0px;
  }
}
.c-formset__cap {
  margin-top: 30px;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .c-formset__cap {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
.c-formset__flex01 > li {
  display: inline-block;
  margin: 0 15px 10px 0;
}
@media screen and (min-width: 768px) {
  .c-formset__flex01 > li {
    margin-top: 0 30px 10px 0;
  }
}
.c-formset__address > li {
  margin: 0 0px 30px 0;
}
.c-formset__address > li p {
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .c-formset__address > li {
    margin: 0 0px 20px 0;
  }
}
.c-formset__address > li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .c-formset__address > li:not(.def) .c-err {
    left: 115px;
  }
}
.c-formset__tit {
  font-weight: bold;
}
.c-formset__box {
  margin-bottom: 35px;
}
.c-formset__box .c-formset__cap {
  margin-top: 0px;
}
.c-formset.login {
  width: 100%;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .c-formset.login th, .c-formset.login .u-th {
    width: 10em;
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-formset.login td {
    width: 100%;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .c-formset.login td {
    padding: 15px;
  }
}
.c-formset.login > dt.u-th {
  padding: 0;
}
.c-formset.widAuto {
  width: auto !important;
}
@media screen and (min-width: 768px) {
  .c-formset.widAuto th, .c-formset.widAuto .u-th {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .c-formset .u-marB30_pc {
    margin-bottom: 20px;
  }
}
.c-wid__100per {
  width: 100%;
}
.c-wid__100per_withBtn {
  width: calc(100% - 64px);
}
.c-wid__400 {
  max-width: 400px;
  width: 100%;
}
.c-wid__300 {
  max-width: 300px;
  width: 100%;
}
.c-wid__350 {
  max-width: 350px;
  width: 100%;
}
.c-wid__250 {
  width: 250px;
}
.c-wid__230 {
  width: 230px;
}
.c-wid__200 {
  width: 200px;
}
.c-wid__160 {
  width: 160px;
}
.c-wid__140 {
  width: 140px;
}
.c-wid__140.datepicker_s, .c-wid__140.datepicker_e {
  width: 120px;
}
.c-wid__120 {
  width: 120px;
}
@media screen and (max-width: 450px) {
  .c-wid__120.zip02 {
    width: 70px;
  }
}
@media screen and (max-width: 899px) and (min-width: 768px) {
  .c-wid__120 {
    width: 105px;
  }
}
.c-wid__100 {
  width: 92px;
}
@media screen and (max-width: 450px) {
  .c-wid__100.zip01 {
    width: 50px;
  }
}
.c-wid__80 {
  width: 76px;
}
.c-wid__60 {
  width: 60px;
  border-radius: 2px;
}
.c-wid__50 {
  width: 50px;
  border-radius: 2px;
}
.c-wid__40 {
  width: 40px;
  border-radius: 2px;
}
.c-wid__30 {
  width: 30px;
  border-radius: 2px;
}
.c-err {
  background: #DB0A0A;
  color: #fff;
  padding: 2px 5px;
  border-radius: 4px;
  position: absolute;
  transition: all .4s;
  display: inline;
  min-width: inherit;
  width: auto;
  left: 0;
  top: calc(100% - 2px);
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  min-width: 170px;
  z-index: 1;
  /*@include pc{
  	top: auto;
  	bottom: calc(100% - 3px);
  	font-size: 1.6rem;
  	letter-spacing: 1.5;
  	padding: 2px 10px;
  	&::after{
  		top: 100%;
  		bottom: auto;
  		border-color:$red_d transparent transparent transparent;
  	}
  }*/
}
.c-err::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 20px;
  display: block;
  width: 0px;
  height: 0px;
  margin-top: 0px;
  border-style: solid;
  border-width: 5px;
  border-color: transparent transparent #DB0A0A transparent;
}
.c-err.noTriangle::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-err {
    font-size: 1.6rem;
    letter-spacing: 1.5;
    padding: 2px 10px;
    top: calc(100% - 0px);
  }
}
@media screen and (min-width: 768px) {
  .c-formset__input.err-right .c-err {
    left: auto;
    right: 0;
  }
}
.c-needMark {
  /*position: relative;
  padding-right: 43px;
  img.ico{
  	position: absolute;
  	right: 0;
  	top: 0;
  }*/
  /*&::after{
  	position: absolute;
  	top: 0;
  	right: 0;
  	content: "必須";
  	background-color:$or_n;
  	line-height: 1;
  	text-align: center;
  	white-space: nowrap;
  	padding: 4px 8px;
  	color: #fff;
  	font-weight: bold;
  	font-size: 1.5rem;
  	border-radius: 6px;
  }*/
}
.c-needMark img.ico {
  display: inline-block;
  margin: 0 4px;
  vertical-align: sub;
  width: 38px;
}
.c-needMark_p {
  font-weight: bold;
}
.c-needMark_p img.ico {
  display: inline-block;
  margin-right: 4px;
  vertical-align: sub;
  width: 38px;
}

.c-errMes {
  position: absolute;
  top: calc(100% - 45px);
  transition: all .4s;
  width: 100%;
  max-width: 300px;
  white-space: normal;
  text-align: left;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-errMes {
    left: 50%;
    transform: translateY(0) translateX(-50%);
    -webkit-transform: translateY(0) translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  .c-errMes {
    right: -20px;
    top: calc(100% + 2px);
  }
}
.c-errMes-in {
  background: #fff;
  color: #DB0A0A;
  border: 2px #DB0A0A solid;
  padding: 5px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  text-align: center;
}
.c-errMes-in::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -10px;
  display: block;
  width: 0px;
  height: 0px;
  margin-left: -5px;
  border-style: solid;
  border-width: 6px;
  border-color: transparent transparent #DB0A0A transparent;
  border-top-width: 6px;
  border-bottom-width: 6px;
}
@media screen and (max-width: 630px) {
  .c-errMes .pc {
    display: none;
  }
}

.c {
  /*&-conf{
  	.flex{
  		display:-webkit-box;
  		display:flex;
  		justify-content: space-between;
  		margin-bottom: 10px;
  		align-items: center;
  		h3{
  			color: #0E5FA6;
  		}
  	}
  	.bg{
  		background: $or_bg;
  		padding: 20px 20px 10px;
  		margin-bottom: 10px;
  		table{
  			width: 100%;
  			margin-bottom: 15px;
  		}
  		th,.u-th{
  			&.padT{
  				padding-top: 50px;
  			}
  		}
  		td{
  			border-bottom: 1px #707070 solid;
  			word-break: break-all;
  		}
  		@include pc{
  			th,.u-th{
  				//width: 250px;
  				width: 100%;
  				display: block;
  			}
  			td{
  				display: block;
  				width: 100%;
  				vertical-align: middle;
  				&.padT{
  					padding-top: 50px;
  				}
  			}
  			td,th,.u-th{
  				border-bottom: 1px #707070 solid;
  			}
  		}
  		@include sp{				
  			th,.u-th{
  				border-bottom: none;
  			}
  			th,.u-th,td{
  				display: block;
  				width: 100%;
  			}
  		}
  	}
  }*/
}
.c-errS {
  position: relative;
}
.c-errS strong {
  background: #DB0A0A;
  color: #fff;
  padding: 2px 5px;
  border-radius: 4px;
  position: absolute;
  transition: all .4s;
  display: inline;
  min-width: inherit;
  width: auto;
  left: 0;
  bottom: calc(100% + 10px);
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  min-width: 170px;
}
.c-errS strong::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 20px;
  display: block;
  width: 0px;
  height: 0px;
  margin-top: 0px;
  border-style: solid;
  border-width: 5px;
  border-color: #DB0A0A transparent transparent transparent;
}
@media screen and (min-width: 768px) {
  .c-errS strong {
    font-size: 1.8rem;
    padding: 5px 10px;
  }
}
.c-errS.bt0 strong {
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .c-errS.bt0 strong {
    bottom: -10px;
  }
}
.c-errS.all-err strong {
  width: 100%;
  box-shadow: none;
  text-align: center;
  position: relative;
  margin: 0 0 20px;
  display: block;
}
.c-errS.all-err strong::after {
  display: none;
}
.c-errS.noTriangle strong::after {
  display: none;
}

.p-check {
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
  position: relative;
}
.p-check::before {
  content: "";
  position: relative;
  top: 0;
  left: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 24px;
  height: 24px;
  background: #DFDFDF;
  border: 1px solid #004BB1;
  border-radius: 4px;
}
.p-check::after {
  content: "";
  position: absolute;
  top: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  left: 4px;
  top: 7px;
  width: 16px;
  height: 8px;
  border-left: 3px solid #007BB8;
  border-bottom: 3px solid #007BB8;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.p-check.noBord {
  margin-right: 5px;
  width: 1em;
  height: 1em;
}
.p-check.noBord::before {
  display: none;
}
.p-check.noBord::after {
  top: 2px;
  left: 0px;
}
.p-check.noneCheck::after {
  display: none;
}
.p-checkTxt {
  position: relative;
  display: inline-block;
  margin-right: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  padding: 0 0 0 30px;
}
.p-souhu {
  display: none;
}
.p-logout {
  position: absolute;
  right: 10px;
  top: -60px;
}
.p-logout .name {
  color: #fff;
  padding-right: 8px;
}
@media screen and (max-width: 767px) {
  .p-backbtn {
    position: absolute;
    left: 0;
    top: 0;
  }
}

.ico.i-newWin {
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle;
  width: 1.1em;
}

.week, #step2 {
  display: none;
}

.confmail {
  background: #fff1c5;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .confmail {
    padding: 15px;
  }
}
.confmail dt {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 5px;
}

.disp-img {
  border: 1px solid #ccc;
  margin-top: 50px;
  text-align: center;
  padding: 20px;
}
.disp-img img {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}

.l-loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 5;
}

.loadergif {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  text-align: center;
  background: #fff;
  padding: 10px;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
  font-size: 0.7rem;
  text-indent: -9999em;
  border-top: 1.4em solid rgba(46, 147, 230, 0.2);
  border-right: 1.4em solid rgba(46, 147, 230, 0.2);
  border-bottom: 1.4em solid rgba(46, 147, 230, 0.2);
  border-left: 1.4em solid #23B7E5;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fullscreenAlert {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
}
.fullscreenAlert .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  max-width: 414px;
  width: calc(100% - 20px);
  padding: 20px;
  border: 2px #ff0000 solid;
  background: #fff;
}
.fullscreenAlert .wrap_in {
  padding-top: 70px;
  background: url("../img/ico_attention01.svg") no-repeat center top/60px auto;
}

.fullscreenConf {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 4;
}
.fullscreenConf .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  max-width: 720px;
  width: calc(100% - 20px);
  padding: 20px;
  border: 2px #707070 solid;
  background: #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.fullscreenConf .wrap_in {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .fullscreenConf .wrap {
    padding: 40px;
  }
  .fullscreenConf .wrap_in {
    margin-bottom: 30px;
  }
  .fullscreenConf .wrap .c-btn__l {
    min-width: 240px;
  }
  .fullscreenConf .wrap .c-btnArea__two .btns:first-child {
    padding-right: 20px;
    text-align: right;
  }
  .fullscreenConf .wrap .c-btnArea__two .btns:last-child {
    padding-left: 20px;
    text-align: left;
  }
}
.fullscreenConf .c-btnCloseWaku {
  position: absolute;
  right: -15px;
  top: -15px;
}
.fullscreenConf .c-btnCloseWaku .round_btn {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #333;
  cursor: pointer;
}
.fullscreenConf .c-btnCloseWaku .round_btn:hover {
  background: #666;
}
.fullscreenConf .c-btnCloseWaku .round_btn::before, .fullscreenConf .c-btnCloseWaku .round_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 21px;
  background: #fff;
}
.fullscreenConf .c-btnCloseWaku .round_btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.fullscreenConf .c-btnCloseWaku .round_btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.fullscreenConf dl {
  margin-bottom: 40px;
}
.fullscreenConf dl dd {
  border-bottom: 1px #aaa dotted;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-size: 1.6rem;
}
.fullscreenConf .att {
  margin-bottom: 20px;
}

.popup dl {
  margin-bottom: 40px;
}
.popup dl dt {
  margin-bottom: 5px;
}
.popup dl dd {
  border-bottom: 1px #aaa dotted;
  margin-bottom: 20px;
  padding: 0 10px 5px;
  font-size: 1.6rem;
}

.c-pcflex {
  margin-bottom: 20px;
}
.c-pcflex:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .c-pcflex {
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .c-pcflex .flexbox {
    width: calc(50% - 20px);
    display: flex;
    flex-direction: column;
  }
  .c-pcflex .c-bordBox {
    padding: 30px 20px;
  }
  .c-pcflex .flatH {
    flex-grow: 1;
    position: relative;
  }
  .c-pcflex .flatH-in {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    width: 100%;
  }
  .c-pcflex .c-formset {
    display: block;
    width: 100%;
  }
  .c-pcflex .c-formset tbody, .c-pcflex .c-formset tr {
    display: block;
    width: 100%;
  }
  .c-pcflex .c-formset th, .c-pcflex .c-formset .u-th, .c-pcflex .c-formset td {
    display: block;
    width: 100%;
    padding: 5px 0;
  }
  .c-pcflex .c-formset th, .c-pcflex .c-formset .u-th {
    padding-top: 15px;
  }
  .c-pcflex .c-formset tr:first-child th, .c-pcflex .c-formset tr:first-child .u-th {
    padding-top: 5px;
  }
}
.c-pcflexBred {
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  gap: 20px;
}
.c-pcflexBred .flexbox {
  width: calc(100% / 3 - 20px);
  display: flex;
  flex-direction: column;
}
.c-pcflex3col {
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  gap: 20px;
}
.c-pcflex3col .flexbox {
  width: calc(100% / 3 - 20px);
  display: flex;
  flex-direction: column;
}
.c-dlflex dt {
  font-weight: bold;
}
.c-dlflex dd {
  border-bottom: 1px #707070 dotted;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .c-dlflex {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
  .c-dlflex dt, .c-dlflex dd {
    padding: 5px;
    margin: 5px 0px 10px;
    border-bottom: 1px #707070 dotted;
    box-sizing: border-box;
  }
  .c-dlflex dt {
    width: 4em;
  }
  .c-dlflex dd {
    width: calc(100% - 4em);
  }
}
.c-result {
  max-width: 680px;
  margin: 0 auto 45px;
}
.c-result th, .c-result td {
  padding-bottom: 15px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .c-result th, .c-result td {
    border-bottom: 1px #707070 solid;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .c-result th.noBord, .c-result td.noBord {
    border-bottom: none;
    padding-bottom: 0;
  }
  .c-result th, .c-result .u-th {
    vertical-align: top;
    width: 9em;
  }
}
@media screen and (max-width: 767px) {
  .c-result {
    display: block;
    width: 100%;
  }
  .c-result tbody, .c-result tr {
    display: block;
    width: 100%;
  }
  .c-result th, .c-result td {
    display: block;
    width: 100%;
    padding: 5px 0;
  }
  .c-result th, .c-result .u-th {
    padding-top: 25px;
  }
  .c-result td {
    border-bottom: 1px #707070 solid;
  }
  .c-result tr:first-child th, .c-result tr:first-child .u-th {
    padding-top: 5px;
  }
}
.c-highlight {
  background: linear-gradient(transparent 60%, #ff6 60%);
}
.c-circle {
  width: 28px;
  height: 28px;
  content: '';
  border: 4px #333 solid;
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  margin-right: 4px;
}
.c-check {
  width: 28px;
  height: 28px;
  content: '';
  border: 4px #333 solid;
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  margin-right: 4px;
}
.c-errMesTxt {
  position: absolute;
  top: -20px;
  left: 0;
  color: #DB0A0A;
}

/* 日曜日のカラー設定 */
/*th.ui-datepicker-week-end:first-child {
	color: #e13e18;
}
th.ui-datepicker-week-end:last-child {
	color: #0026bb;
}
.ui-datepicker-trigger{
	vertical-align: middle;
	margin-left: 4px;
}
.c-formset input[type="text"]{
	&.datepicker_s,&.datepicker_e{
		background: #fff;
		//padding-right: 20px;
	}
}	
.delDate{
	position: absolute;
	left: 120px;
	top: 50%;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	cursor: pointer;
	&:hover{
		opacity: .7;
	}
	&::before,&::after{
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 2px;
		height: 18px;
		background: #333;
	}
	&::before {
		transform: translate(-50%,-50%) rotate(45deg);
	}
	&::after {
		transform: translate(-50%,-50%) rotate(-45deg);
	}
}
.cellbtn{
	position: relative;
}
#carWrapTab{
	tr{
		transition: .4s;
		&.translate{
			transform: translateX(20px);
			opacity: 0;
		}
	}
}

.conf-price{
	border-bottom: 1px #535252 solid;
	padding: 0 10px;
	font-size: 2.3rem;
	#conf-price{
		font-size: 2.8rem;
	}
}
.cover{
	position: relative;
	&.coverOn{
		.c-formset__input{
			opacity: .5;
		}
		&::after{
			content: '';
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			background: rgba(255,255,255,.1);
		}
	}
}
.chgTxt,.errTxt,.dupliTxt{
	display: none;
	.u-fcolor1{
		font-weight: bold;
	}
}
#step2{
	.u-fcolor1{
		font-weight: bold;
	}
} 
#btnOnErr{
	display: none;
}*/
.stepBar {
  position: relative;
  list-style: none;
  margin: 0 0 3em;
  padding: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
  border: 1px #ccc solid;
  border-radius: 4px;
}
.stepBar .step {
  position: relative;
  float: left;
  display: inline-block;
  line-height: 40px;
  padding: 0 40px 0 20px;
  background-color: #fff;
  box-sizing: border-box;
}
.stepBar .step a {
  text-decoration: underline;
  color: #0066cc;
}
.stepBar .step a:hover {
  text-decoration: none;
}
.stepBar .step:before, .stepBar .step:after {
  position: absolute;
  left: -15px;
  display: block;
  content: '';
  background-color: #fff;
  border-right: 1px solid #ccc;
  width: 20px;
  height: 20px;
}
.stepBar .step:after {
  top: 0;
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
.stepBar .step:before {
  bottom: 0;
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}
.stepBar .step:first-child {
  border-radius: 4px 0 0 4px;
}
.stepBar .step:first-child:before, .stepBar .step:first-child:after {
  content: none;
}
.stepBar .step:last-child {
  border-radius: 0 4px 4px 0;
}
.stepBar .step.fin {
  color: #999;
}
.stepBar .step.fin a {
  color: #61adf9;
}
.stepBar .step.current {
  background-color: #FFED8C;
}
.stepBar .step.current + .step:before, .stepBar .step.current + .step:after {
  border-right-color: #fff;
}
.stepBar.step3 .step {
  width: calc(100% / 3);
}

.dateBox {
  position: relative;
}
.dateBox table.c-formset th, .dateBox table.c-formset td {
  padding: 5px 10px;
}
.dateBox.close {
  height: 54px;
  overflow: hidden;
}
.dateBox.close h2 {
  top: 0;
}
.dateBox.close .table-shipDate {
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .dateBox.close {
    margin-bottom: 25px;
  }
}

.dateBox-in {
  display: none;
}

.c-btns__kaihei {
  display: -webkit-box;
  display: flex;
  gap: 10px;
}

.table-shipDate {
  max-width: calc(100% - 130px);
  margin-left: 0px;
}

.c-btns__kaihei {
  position: absolute;
  top: 5px;
  right: 5px;
  /* 下向きの三角形アイコン（閉じるボタン用） */
  /* 上向きの三角形アイコン（開くボタン用） */
}
.c-btns__kaihei .tojiru, .c-btns__kaihei .hiraku {
  position: relative;
  padding-left: 17px;
}
.c-btns__kaihei .tojiru.none, .c-btns__kaihei .hiraku.none {
  opacity: .5;
  pointer-events: none;
  cursor: no-drop;
  background-color: #535353;
}
.c-btns__kaihei .icon-down-arrow,
.c-btns__kaihei .icon-up-arrow {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  position: absolute;
  top: calc(50% - 1px);
  left: 4px;
}
.c-btns__kaihei .icon-down-arrow::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  /* 左の辺 */
  border-right: 5px solid transparent;
  /* 右の辺 */
  border-top: 7px solid #fff;
  /* 上の辺（三角形の底辺）と色 */
}
.c-btns__kaihei .icon-up-arrow::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  /* 左の辺 */
  border-right: 5px solid transparent;
  /* 右の辺 */
  border-bottom: 7px solid #fff;
  /* 下の辺（三角形の底辺）と色 */
}

.ichiran_tit {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  display: inline-block;
  padding: 0 110px 22px 0;
}

.resultTotal {
  min-width: 3em;
  display: inline-block;
  border-bottom: 1px #ccc solid;
  margin-right: 5px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (min-width: 1500px) {
  .c-exFlex {
    display: -webkit-box;
    display: flex;
    align-items: center;
  }
  .c-exFlex > .img {
    width: 60%;
    max-width: none;
  }
  .c-exFlex > .list {
    width: 40%;
  }
}

.fontToiS {
  font-size: 1.28rem;
  font-weight: normal;
  margin-top: 5px;
}

.kname {
  position: relative;
  font-size: 1.7rem;
}
.kname strong {
  font-size: 2.3rem;
  max-width: calc(100% - 340px);
  display: inline-block;
  vertical-align: sub;
}
.kname .dl {
  position: absolute;
  right: 0;
  top: -45px;
  font-size: 1.5rem;
  border: 1px #ccc solid;
  padding: 10px 13px 0px;
  max-width: 380px;
  line-height: 1.4;
  z-index: 1;
}
.kname .dl p {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
}

.act-souko .invalidCell, .act-flowing .invalidCell {
  position: relative;
}
.act-souko .invalidCell::before, .act-flowing .invalidCell::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(235, 235, 235, 0.7);
  cursor: no-drop;
}
.act-souko .invalidCellHead::after, .act-flowing .invalidCellHead::after {
  content: '削除されました';
  position: absolute;
  top: 50%;
  left: min(250px, calc(50px + 13vw));
  transform: translateY(-50%) translateX(0%);
  -webkit-transform: translateY(-50%) translateX(0%);
  background: #D5A3A3;
  color: #fff;
  font-weight: bold;
  padding: 4px 0;
  width: 9em;
  z-index: 100;
  text-align: center;
  z-index: 3;
}
.act-souko .invalidCell.excelfileUp::before, .act-flowing .invalidCell.excelfileUp::before {
  background: #f1f1f1;
}

.td_vertical-rl {
  padding: 0 !important;
}

.vertical-rl {
  width: 1em;
  line-height: 1em;
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
}

.prefInput {
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.prefInput > .c-table {
  width: calc(50% - 5px);
}

.prefInputTotal {
  display: -webkit-box;
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px #ccc solid;
  padding: 20px 0 5px;
}
.prefInputTotal dl {
  width: 50%;
  display: -webkit-box;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 20px;
}

.bordBB.td_vertical-rl, .bordBB td {
  border-bottom-color: #666 !important;
}

.btn100per .c-btn__m {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

.flowingQ3Web {
  background: #eee;
  padding-bottom: 20px;
}
.flowingQ3Web .c-bordBox {
  border-color: #666 !important;
}
.flowingQ3Web .c-table__style03 th {
  background: #eff9ff;
}

.address-form, .address-form-git {
  position: relative;
}
.address-form .arrow, .address-form-git .arrow {
  position: relative;
  padding-left: 2.2em;
}
.address-form .arrow::before, .address-form-git .arrow::before {
  content: '←';
  position: absolute;
  left: 0;
  bottom: 8px;
}

.u-flex {
  display: -webkit-box;
  display: flex;
}

.u-flex02 {
  display: -webkit-box;
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
.u-flex02 .addressInput {
  width: calc(100% - 260px);
}
.u-flex02 .arrow {
  padding-left: 1.5em;
}

.u-flex03 {
  display: -webkit-box;
  display: flex;
  align-items: center;
  gap: 10px;
}

.u-flex04 {
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.u-flex04 .dl {
  border-right: 1px solid #ccc;
  padding-right: 8px;
  margin-right: 8px;
}

.needmark {
  color: #FFFFFF;
  border-radius: 5px;
  padding: 0 5px 2px 5px;
  margin: auto 0;
  margin-left: 10px;
  background-color: #700;
  font-size: 1.3rem;
  display: inline-block;
}

.c-area__thk {
  background: #FDFFEE;
  padding: 160px 5vw 50px;
  position: relative;
}
.c-area__thk .img {
  position: absolute;
  left: 0;
  top: -50px;
  width: 100%;
}
.c-area__thk .img img {
  max-width: 270px;
}
.c-area__thk h2 {
  color: #D98900;
  font-size: 3.5rem;
  margin-bottom: 10px;
}
.c-area__thk .sub_tit {
  font-size: 2.0rem;
}

.wf-roundedmplus1p {
  font-family: "M PLUS 1p";
}

.selectArea {
  border: 1px #ccc solid;
  border-radius: 4px;
  padding: 5px;
  min-height: 50px;
  margin-bottom: 10px;
}
.selectArea .spot {
  border: 1px #ccc solid;
  padding: 2px 2px 2px 5px;
  border-radius: 50px;
  display: inline-block;
  margin: 0 10px 10px 0;
}
.selectArea button.delete {
  position: relative;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  display: inline-block;
  margin-left: 5px;
  vertical-align: super;
}
.selectArea button.delete::before, .selectArea button.delete::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background-color: #000;
}
.selectArea button.delete::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.selectArea button.delete::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.selectArea button.delete:hover::before, .selectArea button.delete:hover::after {
  background-color: #f00;
}

.viewUseName button.delete-button, .view_ic button.delete-button {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  display: inline-block;
  margin-left: 5px;
  vertical-align: super;
}
.viewUseName button.delete-button::before, .viewUseName button.delete-button::after, .view_ic button.delete-button::before, .view_ic button.delete-button::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background-color: #000;
}
.viewUseName button.delete-button::before, .view_ic button.delete-button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.viewUseName button.delete-button::after, .view_ic button.delete-button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.viewUseName button.delete-button:hover::before, .viewUseName button.delete-button:hover::after, .view_ic button.delete-button:hover::before, .view_ic button.delete-button:hover::after {
  background-color: #f00;
}

.view_ic {
  position: relative;
}
.view_ic button.delete-button {
  top: 50%;
  margin-top: -9px;
}

.spotSelectPop h3, .spotSelectPopStation h3, .spotSelectPopPort h3, .spotSelectPopAirport h3, .yubinPop h3 {
  margin-bottom: 20px;
}
.spotSelectPop .inputSelect, .spotSelectPopStation .inputSelect, .spotSelectPopPort .inputSelect, .spotSelectPopAirport .inputSelect, .yubinPop .inputSelect {
  gap: 20px;
  margin-bottom: 20px;
}
.spotSelectPop .inputSelect label, .spotSelectPopStation .inputSelect label, .spotSelectPopPort .inputSelect label, .spotSelectPopAirport .inputSelect label, .yubinPop .inputSelect label {
  font-weight: bold;
  display: inline-block;
  margin-right: 5px;
}
.spotSelectPop .inputCheck, .spotSelectPopStation .inputCheck, .spotSelectPopPort .inputCheck, .spotSelectPopAirport .inputCheck, .yubinPop .inputCheck {
  margin-bottom: 20px;
  border: 1px #ccc solid;
  padding: 5px 0 0 5px;
  min-height: calc(300px);
  max-height: calc(100vh - 330px);
  overflow-y: scroll;
}
.spotSelectPop .inputCheck label, .spotSelectPopStation .inputCheck label, .spotSelectPopPort .inputCheck label, .spotSelectPopAirport .inputCheck label, .yubinPop .inputCheck label {
  display: inline-block;
  margin: 0 15px 15px 0;
}

.facilSelectPop h3 {
  margin-bottom: 5px;
  font-size: 1.6rem;
}
.facilSelectPop .step1, .facilSelectPop .step2, .facilSelectPop .step3 {
  margin-bottom: 25px;
}
.facilSelectPop .inputCheck {
  margin: 15px 0;
  border: 1px #eee solid;
  padding: 5px 0 0 5px;
  min-height: calc(300px);
  max-height: calc(100vh - 520px);
  overflow-y: scroll;
}
.facilSelectPop .inputCheck label {
  display: inline-block;
  margin: 0 15px 15px 0;
}

.relay {
  position: relative;
  /* ::beforeの基準位置 */
}

.relay.disabled::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(240, 240, 240, 0.7);
  /* 半透明のグレーで覆う */
  z-index: 3;
  /* 他の要素より手前に表示 */
  cursor: not-allowed;
  /* カーソルを禁止マークにする */
}

.resultTotalArea {
  position: relative;
  margin: 0px 0 15px;
}
.resultTotalArea .c-err {
  top: calc(100% + 5px);
  left: -30px;
  font-size: 1.4rem;
  padding: 2px 4px;
  white-space: nowrap;
}
.resultTotalArea .c-err::after {
  left: 70px;
}

.td_selectMake .u-flex {
  align-items: flex-end;
}
.td_selectMake .ico_arrowD {
  margin-bottom: 12px;
}

.ico_arrowD {
  display: inline-block;
  position: relative;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #333;
  margin: 0 2px;
}

.hinmokuMes {
  position: absolute;
  left: 168px;
  top: 100%;
  background: #fff;
  font-size: 1.3rem;
}

.weightMes {
  position: absolute;
  left: -5.6em;
  top: 100%;
  background: #fff;
  font-size: 1.3rem;
  width: 10em;
  text-align: center;
}

.deliType_kaigai {
  display: none;
}

.deliType_select {
  margin-bottom: 9px;
  padding-bottom: 9px;
  border-bottom: 1px #595959 dotted;
}

.kansanPop {
  /* 各入力項目 */
  /* テキスト入力ボックスのスタイル */
  /* 入力ボックスにフォーカスした際のスタイル */
  /* 「5. その他」の特殊なレイアウト */
  /* 注釈部分のスタイル */
}
.kansanPop .form-container {
  width: 600px;
}
.kansanPop .form-item {
  display: flex;
  align-items: center;
  /* 垂直方向中央揃え */
  margin-bottom: 15px;
}
.kansanPop input[type="text"] {
  background-color: transparent;
  font-size: 1em;
  margin: 0 5px;
  padding: 2px;
  border-radius: 4px;
  width: 120px;
  /* 幅を統一 */
}
.kansanPop input[type="text"].input-err {
  background: #fee;
}
.kansanPop .other-unit-wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  vertical-align: middle;
  margin: 0 5px;
}
.kansanPop .other-unit-wrapper .unit-label {
  font-size: 0.8em;
  /* 「単位」の文字を少し小さく */
}
.kansanPop .notes {
  margin-top: 20px;
  font-size: 0.9em;
  color: #555;
}
.kansanPop .notes p {
  margin: 5px 0;
}
.kansanPop .kansanLabel {
  display: inline-block;
  min-width: 7em;
}

.kansanArea {
  display: -webkit-box;
  display: flex;
  justify-content: flex-end;
}
.kansanArea > div {
  text-align: center;
  border: 1px #ccc solid;
  padding: 10px;
  margin-bottom: 10px;
  background: #fff;
}
.kansanArea p {
  margin-bottom: 10px;
}
@media screen and (min-width: 1700px) {
  .kansanArea {
    position: fixed;
    top: 110px;
    right: 0;
    z-index: 10;
  }
}
.kansanArea .resultKansan {
  text-align: left;
  border: 1px dotted #999;
  padding: 5px;
  margin-top: 10px;
}
.kansanArea .resultKansan p {
  margin-bottom: 0;
}
.kansanArea .resultKansan:empty {
  padding: 0;
  margin: 0;
  border: none;
}

span.btn_kansanPop {
  color: #007BB8;
  text-decoration: underline;
  cursor: pointer;
}
span.btn_kansanPop:hover {
  color: #666;
  text-decoration: none;
}

.view_ic {
  border: 1px solid #999;
  border-radius: 8px;
  padding: 2px;
  min-height: 35px;
  width: 460px;
  float: left;
  margin-right: 10px;
}
.view_ic:empty {
  background: #eee;
}

.interchange-selector .view_ic.input-err {
  background: #fee;
}

.ulInline li {
  display: inline-block;
}

.flexbox {
  position: relative;
}

.btnAccdion {
  cursor: pointer;
  width: 100%;
  padding: 10px 15px;
  text-align: left;
  position: relative;
  border: 1px solid #ccc;
  background-color: #f0f0f0;
}
.btnAccdion::after {
  content: '▼';
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8em;
  transition: transform 0.3s ease;
}
.btnAccdion.active::after {
  transform: translateY(-50%) rotate(180deg);
}

.accdion_hidden {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 5px;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #666;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
  width: 44em;
  max-width: 700px;
}
.accdion_hidden.tabStyle {
  border: none;
  box-shadow: none;
  padding: 0;
}

.th-excelfileUp {
  font-size: 94%;
  line-height: 1.3;
}

.excelfileUp {
  position: relative;
  font-size: 94%;
}

.mesArea .form-error-summary {
  color: #e74c3c;
  border: 1px solid #e74c3c;
  background-color: #fdd;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 4px;
  text-align: center;
}

.answerForm .c-err {
  padding: 2px 2px;
  font-size: 1.4rem;
  white-space: nowrap;
  min-width: auto;
}
@media screen and (min-width: 768px) {
  .answerForm .c-err {
    padding: 2px 2px;
    font-size: 1.4rem;
  }
}

/* ▼▼▼タブのデザインここから▼▼▼ */
.tab-container {
  width: 100%;
  max-width: 600px;
}

/* タブボタンのリスト */
.tab-nav {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #666;
  align-items: flex-end;
}

.tab-nav li a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #333;
  background-color: #cecece;
  border: 1px solid #666;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  margin-right: 5px;
  position: relative;
  bottom: -1px;
}
.tab-nav li a:focus {
  outline: none;
  box-shadow: none;
}

/* アクティブなタブのスタイル */
.tab-nav li.active a {
  background-color: #fff;
  border-bottom: 2px solid #fff;
  color: #d93d00;
  font-size: 2.0rem;
}

/* タブのコンテンツエリア */
.tab-content {
  border: 1px solid #666;
  padding: 20px;
  border-top: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* 最初はすべてのタブコンテンツを非表示に */
.tab-pane {
  display: none;
}

/* アクティブなタブコンテンツだけ表示 */
.tab-pane.active {
  display: block;
}

/* 既存のリストスタイルを流用 */
.c-list__disc01 {
  list-style: disc;
  padding-left: 20px;
}

.c-list__disc01 li.bord {
  border-bottom: 1px #999 dotted;
  padding-bottom: 10px;
}

/* ▲▲▲タブのデザインここまで▲▲▲ */
#mesSelectWay {
  margin: -15px 0 20px 0;
}
#mesSelectWay #selectWay {
  font-weight: bold;
}

#other_q2_shipping .relay.disable::before,
#other_q2_arrival .relay.disable::before {
  content: '入力できるのは6品類までです。';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(0%);
  -webkit-transform: translateY(-50%) translateX(0%);
  background: rgba(255, 255, 255, 0.5);
  color: #7D0000;
  font-weight: bold;
  padding: 4px 0;
  width: 9em;
  z-index: 100;
  text-align: center;
  z-index: 3;
}

#loading, #loading-ajax, #loading-upload {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(240, 240, 240, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.spinner {
  border: 8px solid rgba(0, 0, 0, 0.1);
  border-left-color: #333;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
  margin: 0 auto;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
#loading-upload {
  background-color: rgba(240, 240, 240, 0.7);
}

.loading-mes {
  font-size: 1.8rem;
  color: #000;
}
.loading-mes span::before {
  animation: loading-dots 2s infinite;
  display: inline-block;
  width: 2.5em;
  text-align: left;
  content: ".";
}

@keyframes loading-dots {
  0% {
    content: ".";
  }
  25% {
    content: "..";
  }
  50% {
    content: "...";
  }
  75% {
    content: "....";
  }
  100% {
    content: ".....";
  }
}
.flowtingBtn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background: rgba(238, 238, 238, 0.8);
  z-index: 4;
}
.flowtingBtn .c-btn {
  vertical-align: middle;
}

.js-required-checkbox.input-err, .js-required-radio.input-err {
  background: #fee;
}

.news {
  /*background-color: #F9F9F9;*/
}
.news .u_content {
  max-width: 900px;
  margin: auto;
}
.news_in {
  padding: 50px 0 20px;
}
@media screen and (min-width: 768px) {
  .news_in {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.news_list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  /*border-bottom: #E9EBF3 1px solid;*/
  border-bottom: #999999 1px solid;
  overflow-y: auto;
  /*font-size: 1rem;*/
  width: 100%;
}
.news_list dt {
  border-top: #999999 1px solid;
  padding: 15px 20px 15px 0;
  width: 10em;
  font-size: 1.8rem;
}
.news_list dd {
  width: calc(100% - 10em);
  padding: 20px 0;
  border-top: #999999 1px solid;
  text-align: left;
  font-size: 1.8rem;
}
.news_list dd p {
  font-size: 1.6rem;
  margin-top: 10px;
}
.news h3 {
  text-align: center;
  color: #000;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .news h3 {
    margin-bottom: 0;
    white-space: nowrap;
  }
}
.news h3 span {
  color: #000;
  font-size: 60%;
}

p.copyAleat {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  color: #c10000;
  font-weight: bold;
}

.accdionTit span {
  position: relative;
  padding-right: 42px;
  color: #007BB8;
  cursor: pointer;
}
.accdionTit span:hover {
  text-decoration: underline;
}
.accdionTit span::after {
  content: '▼';
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8em;
  transition: transform 0.3s ease;
}
.accdionTit.active span::after {
  transform: translateY(-50%) rotate(180deg);
}

.accdionCon {
  display: none;
}

.q3_contMes {
  margin-bottom: 50px;
  border: 1px #999 solid;
  background: #fff;
  padding: 20px;
}
.q3_contMes p {
  margin-bottom: 5px;
}
.q3_contMes p strong {
  color: #d70202;
}
.q3_contMes .c-icon__attention {
  background-position: left top 8px;
  font-size: 1.7rem;
}
.q3_contMes .c-icon__attention strong {
  font-size: 1.9rem;
}
.q3_contMes .input-err span {
  border-bottom: 1px #e14545 solid;
}
.q3_contMes .light {
  animation-duration: 2.0s;
  animation-iteration-count: 2;
  animation-name: blightErr2;
}

@keyframes blightErr2 {
  0% {
    background-color: #fff;
  }
  25% {
    background-color: #ffe3e3;
  }
  50% {
    background-color: #fff;
  }
  75% {
    background-color: #ffe3e3;
  }
  100% {
    background-color: #fff;
  }
}
.noCheckBtn {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.noCheckBtn .c-btn {
  background: #139700;
  border-color: #139700;
  display: block;
  margin: 0 auto;
}
.noCheckBtn .c-btn:hover {
  background: #23ae0f;
  border-color: #23ae0f;
}

.balloon2 {
  position: relative;
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 8px 6px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 2px #555;
  box-sizing: border-box;
  line-height: 1.5;
}

/*.balloon2:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}*/
.balloon2:after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  margin-left: -5px;
  border: 10px solid transparent;
  border-top: 10px solid #555;
  z-index: 1;
}

.balloon2 p {
  margin: 0;
  padding: 0;
}

.loadingAdressCSV {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.searchButton {
  cursor: pointer;
}
.searchButton:disabled {
  opacity: 0.5;
}
