@charset "UTF-8";

/****************************************
toolSchedulePage
****************************************/
.mt0 {
	margin-top: 0;
}
.tool-section__section {
    margin-top: 0;
}
.bgBox {
  background: #f5f7f9;
  padding: 30px;
  margin-top: 10px;
  margin-bottom: 40px;
  display: flex;
	flex-wrap: wrap;
  align-items: baseline;
}
.bgBox.formula-inner{
	margin-bottom: 10px;
}
.c-textbox aside {
	font-size: 14px;
	display: block;
	margin-top: 5px;
}
@media screen and (max-width: 650px) {
	.bgBox .customSelectBox select{
		width: 150px;
	}
	.bgBox .sub {
		margin-bottom: 10px;
	}
}

.customRadioBox {
  display: inline-block;
}
.customRadioBox input[type=radio] {
  display: inline-block;
  margin-right: 6px;
}
.customRadioBox input[type=radio] + label {
  position: relative;
  display: inline-block;
  margin-right: 35px;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
}
@media (min-width: 1px) {
  .customRadioBox input[type=radio] {
    display: none;
    margin: 0;
  }
  .customRadioBox input[type=radio] + label {
    padding: 0 0 0 24px;
  }
  .customRadioBox input[type=radio] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: #FFF;
    border: 2px solid #ccc;
    border-radius: 30px;
  }
  .customRadioBox input[type=radio]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    left: 5px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #005282;
    border-radius: 8px;
  }
}
.tool-flow-section-lv2__button {
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .request {
    padding-top: 96px;
  }
  .formula__bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-image: url(/assets/images/pc/rent/request/request@2x.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1;
  }
  .formula__header {
    display: grid;
    grid-template-columns: minmax(0, 740px);
    justify-content: center;
    margin-top: 20px;
  }
  .formula__header--single {
    grid-template-columns: 1fr;
  }
  .formula__header--single .formula__text {
    text-align: center;
  }
  .formula__title {
    color: #fff;
    font-family: BIZ UDPGothic;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 48px */
    letter-spacing: 3.2px;
    text-align: center;
  }
  .formula__title::after {
    content: "";
    display: block;
    height: 3px;
    width: 80px;
    background: var(--logo-Lightblue, #9bccee);
    margin: auto;
    margin-top: 10px;
  }
  .formula__text {
    color: #fff;
    font-family: BIZ UDPGothic;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: 1.6px;
  }
  .formula__body {
    display: grid;
    margin: auto;
    max-width: 1292px;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: center;
    margin-top: 48px;
    padding-bottom: 128px;
    align-items: flex-start;
    grid-template-columns: minmax(0, 960px);
  }
  .formula__tel {
    background: rgba(26, 26, 26, 0.9);
    padding-left: 20px;
    padding-right: 20px;
  }
  .formula__count-block {
    display: flex;
    gap: 32px;
    align-items: center;
    margin-top: 20px;
  }
  .formula__count {
    color: #fff;
    font-family: BIZ UDPGothic;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
    letter-spacing: 1.8px;
  }
  .formula__count span {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 3.2px;
  }
  .formula__open-button {
    background: var(--1A1A1A, #1a1a1a);
    box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.32);
    display: grid;
    grid-template-columns: auto 32px;
    justify-content: center;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 8px;
    padding-bottom: 8px;
    align-items: center;
    cursor: pointer;
    transition: 0.25s;
  }
  .formula__open-button:hover {
    opacity: 0.5;
  }
  .formula__open-button-label {
    color: #fff;
    font-family: BIZ UDPGothic;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
    letter-spacing: 1.6px;
  }
  .formula__open-button-icon {
    position: relative;
    height: 32px;
  }
  .formula__open-button-icon::before, .formula__open-button-icon::after {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    position: absolute;
    inset: 0;
    margin: auto;
    background-color: #fff;
  }
  .formula__open-button-icon::after {
    rotate: 90deg;
    transition: 0.25s;
  }
  .formula__open-button.open .formula__open-button-icon::after {
    rotate: 0deg;
  }
  .formula__open-button .formula__list-block {
    position: relative;
    height: 100%;
  }
  .formula__list {
    overflow: hidden;
    transition: 0.25s;
  }
  .formula__body--single {
    grid-template-columns: 1fr;
    max-width: 768px;
  }
  .formula__nav-button {
    position: fixed;
    left: calc(50% + 480px + 20px);
    bottom: 20px;
    width: 96px;
    pointer-events: none;
    opacity: 0;
    transition: 0.25s;
  }
  .formula__nav-button.show {
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1254px) {
  .formula__nav-button {
    left: auto;
    right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .formula-nav-button {
    background: var(--1A1A1A, #1a1a1a);
    box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.32);
    display: grid;
    justify-items: center;
    align-content: center;
    height: 96px;
    gap: 12px;
    transition: 0.25s;
  }
  .formula-nav-button__label {
    color: #fff;
    font-family: BIZ UDPGothic;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 16.9px */
    letter-spacing: 1.3px;
  }
  .formula-nav-button__icon {
    width: 16.46px;
  }
  .formula-nav-button:hover {
    opacity: 0.5;
  }
  .formula-list {
    padding-bottom: 48px;
  }
  .formula-list__body {
    display: grid;
    gap: 48px;
  }
  .formula-form {
    display: block;
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
    padding: 80px;
  }
  .formula-form__row + .formula-form__row {
    margin-top: 10px;
  }
  .formula-form__submit-button {
    display: grid;
    grid-template-columns: 225px;
    justify-content: center;
    margin-top: 32px;
  }
  .formula-form__title {
    color: #000;
    font-family: BIZ UDPGothic;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    letter-spacing: 2px;
    border-bottom: 1px solid var(--333333, #333);
    padding-bottom: 9px;
  }
  .formula-form__title + .formula-form__row {
    margin-top: 32px;
  }
  .formula-row {
    display: grid;
    grid-template-columns: 180px 1fr;
    align-items: center;
  }
  .formula-row--demand {
    grid-template-columns: 1fr;
  }
  .formula-row--address {
    grid-template-columns: 1fr;
  }
  .formula-row--detail {
    grid-template-columns: 1fr;
  }
  .formula-row--detail .formula-row__textbox {
    margin-top: 3px;
  }
  .formula-row__title {
    color: #707070;
    font-family: BIZ UDPGothic;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
  }
  .formula-row__tag {
    color: #fff;
    font-family: BIZ UDPGothic;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 15px */
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    display: inline-block;
    background: var(--MIKIblue, #005282);
    vertical-align: middle;
    margin-left: 3px;
  }
  .formula-row__checkbox-list {
    display: flex;
    flex-wrap: wrap;
    gap: 3px 30px;
    margin-top: 4px;
  }
  .formula-row__address-list {
    display: grid;
    gap: 10px;
    margin-top: 3px;
  }
  .formula-row__textbox + .formula-row__checkbox {
    margin-top: 3px;
  }
  .formula-row__error {
    grid-column: 2/3;
    font-size: 10px;
    margin-top: 4px;
    color: #ff0000;
  }
  .formula-row--demand .formula-row__error {
    grid-column: 1/2;
  }
  .formula-row--detail .formula-row__error {
    grid-column: 1/2;
  }
  .formula-address-row {
    display: grid;
    grid-template-columns: 128px 1fr;
    align-items: center;
    gap: 0 10px;
  }
  .formula-address-row__label {
    width: 96px;
    flex-shrink: 0;
    flex-grow: 0;
    color: #707070;
    font-family: BIZ UDPGothic;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    text-align: right;
  }
  .formula-address-row__body {
    display: flex;
    gap: 32px;
  }
  .formula-address-row__button {
    flex-shrink: 0;
    flex-grow: 0;
    width: 128px;
  }
  .formula-address-row__textbox {
    flex-grow: 1;
  }
  .formula-address-row__selectbox {
    flex-grow: 1;
  }
  .formula-address-row__error {
    grid-column: 2/3;
    font-size: 10px;
    margin-top: 4px;
    color: #ff0000;
  }
  .formula-address-button {
    background: var(--MIKIblue, #005282);
    color: #e2e2e2;
    font-family: BIZ UDPGothic;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    text-align: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: 0.25s;
  }
  .formula-address-button:hover {
    opacity: 0.5;
  }
  .formula-address-selectbox__body {
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    background: #fff;
    width: 100%;
    color: var(--333333, #333);
    font-family: BIZ UDPGothic;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    letter-spacing: 2.66px;
    padding-top: 8px;
    padding-bottom: 9px;
    padding-left: 9px;
    padding-right: 9px;
  }
  .formula-form-submit-button {
    display: grid;
    grid-template-columns: auto 12px;
    justify-content: center;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    background: var(--CV, #fa5c03);
    box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.16);
    cursor: pointer;
    transition: 0.25s;
  }
  .formula-form-submit-button__label {
    color: #fff;
    text-align: center;
    font-family: BIZ UDPGothic;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
    letter-spacing: 1.6px;
  }
  .formula-form-submit-button:hover {
    opacity: 0.5;
  }
  .formula-tel {
    padding-top: 57px;
    padding-bottom: 57px;
  }
  .formula-tel__text {
    color: var(--f5f5f5, #f5f5f5);
    text-align: center;
    font-family: BIZ UDPGothic;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    letter-spacing: 1.4px;
  }
  .formula-tel__tel-block {
    display: grid;
    justify-content: center;
    grid-template-columns: 48px auto;
    gap: 10px;
    align-items: center;
    margin-top: 3px;
  }
  .formula-tel__tel {
    color: var(--f5f5f5, #f5f5f5);
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 36px */
    letter-spacing: 1.8px;
  }
  .formula-tel__time {
    color: var(--f5f5f5, #f5f5f5);
    font-family: BIZ UDPGothic;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 15px */
    letter-spacing: 0.7px;
    text-align: center;
    margin-top: 3px;
  }
  .formula-card {
    display: block;
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
    padding: 64px 80px;
  }
  .formula-card__head {
    position: relative;
    display: grid;
    grid-template-columns: 141px 1fr;
    gap: 32px;
    align-items: end;
  }
  .formula-card__checkbox {
    position: absolute;
    right: calc(50% + 106px);
    top: 0;
    bottom: 0;
    height: 20px;
    margin: auto;
  }
  .formula-card__image {
    width: 141px;
    margin: auto;
  }
  .formula-card__title {
    color: var(--MIKIblue, #005282);
    font-family: BIZ UDPGothic;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
    letter-spacing: 1.6px;
    border-bottom: 1px solid var(--MIKIblue, #005282);
    margin-top: 10px;
  }
  .formula-card__table {
    display: grid;
    gap: 10px;
  }
  .formula-card__row {
    padding-bottom: 9px;
    border-bottom: 1px dotted var(--707070, #707070);
    display: grid;
    grid-template-columns: 64px 1fr;
  }
  .formula-card__dt {
    color: var(--333333, #333);
    font-family: BIZ UDPGothic;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
  }
  .formula-card__dd {
    color: var(--333333, #333);
    font-family: BIZ UDPGothic;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
  }
  .formula-card__floor-table {
    margin-top: 32px;
  }
  .formula-card-checkbox {
    cursor: pointer;
  }
  .formula-card-checkbox__checkbox-body {
    display: none;
  }
  .formula-card-checkbox__checkbox {
    width: 20px;
    height: 20px;
    border: 2px solid #b0b0b0;
    position: relative;
    flex-shrink: 0;
  }
  .formula-card-checkbox__checkbox::before {
    content: "";
    display: block;
    width: 14px;
    height: 8px;
    border-left: 3px solid #005282;
    border-bottom: 3px solid #005282;
    rotate: 0deg;
    opacity: 0;
    position: absolute;
    left: 2px;
    top: 2px;
    transition: 0.25s;
  }
  .formula-card-checkbox__checkbox-body:checked + .formula-card-checkbox__checkbox, .formula-card-checkbox__checkbox--checked {
    border-color: #005282;
  }
  .formula-card-checkbox__checkbox-body:checked + .formula-card-checkbox__checkbox::before, .formula-card-checkbox__checkbox--checked::before {
    opacity: 1;
    rotate: -45deg;
  }
}
@media screen and (max-width: 1023px) {
  .request {
    padding-top: 120px;
  }
  .formula__bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-image: url(/assets/images/sp/rent/request/request@2x.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1;
  }
  .formula__header {
    display: grid;
    justify-content: center;
    margin-top: 20px;
  }
  .formula__title {
    color: #fff;
    font-family: BIZ UDPGothic;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 36px */
    letter-spacing: 2.4px;
    text-align: center;
  }
  .formula__title::after {
    content: "";
    display: block;
    height: 3px;
    width: 80px;
    background: var(--logo-Lightblue, #9bccee);
    margin: auto;
    margin-top: 10px;
  }
  .formula__text {
    color: #fff;
    font-family: BIZ UDPGothic;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: 1.44px;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .formula__body {
    display: grid;
    justify-content: center;
    grid-template-columns: 1fr;
    margin-top: 48px;
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .formula__tel {
    background: rgba(26, 26, 26, 0.9);
    padding-left: 20px;
    padding-right: 20px;
  }
  .formula__count-block {
    display: grid;
    gap: 3px;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .formula__count {
    color: #fff;
    font-family: BIZ UDPGothic;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
    letter-spacing: 1.8px;
  }
  .formula__count span {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 3.2px;
  }
  .formula__open-button {
    background: var(--1A1A1A, #1a1a1a);
    box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.32);
    display: grid;
    grid-template-columns: auto 32px;
    justify-content: center;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 8px;
    padding-bottom: 8px;
    align-items: center;
  }
  .formula__open-button-label {
    color: #fff;
    font-family: BIZ UDPGothic;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
    letter-spacing: 1.6px;
  }
  .formula__open-button-icon {
    position: relative;
    height: 32px;
  }
  .formula__open-button-icon::before, .formula__open-button-icon::after {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    position: absolute;
    inset: 0;
    margin: auto;
    background-color: #fff;
  }
  .formula__open-button-icon::after {
    rotate: 90deg;
    transition: 0.25s;
  }
  .formula__open-button.open .formula__open-button-icon::after {
    rotate: 0deg;
  }
  .formula__list {
    overflow: hidden;
    transition: 0.25s;
  }
  .formula__nav-button {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 96px;
    pointer-events: none;
    opacity: 0;
    transition: 0.25s;
  }
  .formula__nav-button.show {
    opacity: 1;
    pointer-events: auto;
  }
  .formula-nav-button {
    background: var(--1A1A1A, #1a1a1a);
    box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.32);
    display: grid;
    justify-items: center;
    align-content: center;
    height: 96px;
    gap: 12px;
  }
  .formula-nav-button__label {
    color: #fff;
    font-family: BIZ UDPGothic;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 16.9px */
    letter-spacing: 1.3px;
  }
  .formula-nav-button__icon {
    width: 16.46px;
  }
  .formula-list {
    padding-bottom: 48px;
  }
  .formula-list__body {
    display: grid;
    gap: 48px;
  }
  .formula-form {
    display: block;
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
    padding: 48px 32px;
  }
  .formula-form__row + .formula-form__row {
    margin-top: 16px;
  }
  .formula-form__submit-button {
    display: grid;
    grid-template-columns: 225px;
    justify-content: center;
    margin-top: 32px;
  }
  .formula-form__title {
    color: #000;
    font-family: BIZ UDPGothic;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    letter-spacing: 2px;
    border-bottom: 1px solid var(--333333, #333);
    padding-bottom: 9px;
  }
  .formula-form__title + .formula-form__row {
    margin-top: 20px;
  }
  .formula-row {
    display: grid;
  }
  .formula-row--detail .formula-row__textbox {
    margin-top: 3px;
  }
  .formula-row__title {
    color: #707070;
    font-family: BIZ UDPGothic;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
  }
  .formula-row__tag {
    color: #fff;
    font-family: BIZ UDPGothic;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 15px */
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    display: inline-block;
    background: var(--MIKIblue, #005282);
    vertical-align: middle;
    margin-left: 3px;
  }
  .formula-row__checkbox-list {
    display: grid;
    gap: 10px;
    margin-top: 11px;
  }
  .formula-row__textbox {
    margin-top: 11px;
  }
  .formula-row__address-list {
    display: grid;
    gap: 10px;
    margin-top: 11px;
  }
  .formula-row__textbox + .formula-row__checkbox {
    margin-top: 3px;
  }
  .formula-row__error {
    font-size: 10px;
    margin-top: 4px;
    color: #ff0000;
  }
  .formula-address-row {
    display: grid;
  }
  .formula-address-row__label {
    color: #707070;
    font-family: BIZ UDPGothic;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
  }
  .formula-address-row__body {
    margin-top: 10px;
    display: flex;
    gap: 10px;
  }
  .formula-address-row__button {
    flex-shrink: 0;
    flex-grow: 0;
    width: 114px;
  }
  .formula-address-row__textbox {
    flex-grow: 1;
  }
  .formula-address-row__selectbox {
    flex-grow: 1;
  }
  .formula-address-row__error {
    font-size: 10px;
    margin-top: 4px;
    color: #ff0000;
  }
  .formula-address-button {
    background: var(--MIKIblue, #005282);
    color: #e2e2e2;
    font-family: BIZ UDPGothic;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    text-align: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: 0.25s;
  }
  .formula-address-button:hover {
    opacity: 0.5;
  }
  .formula-address-selectbox__body {
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    background: #fff;
    width: 100%;
    color: var(--333333, #333);
    font-family: BIZ UDPGothic;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    letter-spacing: 2.66px;
    padding-top: 8px;
    padding-bottom: 9px;
    padding-left: 9px;
    padding-right: 9px;
  }
  .formula-form-submit-button {
    display: grid;
    grid-template-columns: auto 12px;
    justify-content: center;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    background: var(--CV, #fa5c03);
    box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.16);
  }
  .formula-form-submit-button__label {
    color: #fff;
    text-align: center;
    font-family: BIZ UDPGothic;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
    letter-spacing: 1.6px;
  }
  .formula-tel {
    padding-top: 57px;
    padding-bottom: 57px;
  }
  .formula-tel__text {
    color: var(--f5f5f5, #f5f5f5);
    text-align: center;
    font-family: BIZ UDPGothic;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    letter-spacing: 1.4px;
  }
  .formula-tel__tel-block {
    display: grid;
    justify-content: center;
    grid-template-columns: 48px auto;
    gap: 10px;
    align-items: center;
    margin-top: 3px;
  }
  .formula-tel__tel {
    color: var(--f5f5f5, #f5f5f5);
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 36px */
    letter-spacing: 1.8px;
  }
  .formula-tel__time {
    color: var(--f5f5f5, #f5f5f5);
    font-family: BIZ UDPGothic;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 15px */
    letter-spacing: 0.7px;
    text-align: center;
    margin-top: 3px;
  }
  .formula-card {
    display: block;
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
    padding: 48px 20px;
  }
  .formula-card__head {
    position: relative;
  }
  .formula-card__checkbox {
    position: absolute;
    right: calc(50% + 106px);
    top: 0;
    bottom: 0;
    height: 20px;
    margin: auto;
  }
  .formula-card__image {
    width: 141px;
    margin: auto;
  }
  .formula-card__title {
    color: var(--MIKIblue, #005282);
    font-family: BIZ UDPGothic;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
    letter-spacing: 1.6px;
    border-bottom: 1px solid var(--MIKIblue, #005282);
    margin-top: 10px;
  }
  .formula-card__table {
    display: grid;
    gap: 10px;
    margin-top: 32px;
  }
  .formula-card__row {
    padding-bottom: 9px;
    border-bottom: 1px dotted var(--707070, #707070);
    display: grid;
    grid-template-columns: 64px 1fr;
    align-items: center;
  }
  .formula-card__dt {
    color: var(--333333, #333);
    font-family: BIZ UDPGothic;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
  }
  .formula-card__dd {
    color: var(--333333, #333);
    font-family: BIZ UDPGothic;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
  }
  .formula-card__floor-table {
    margin-top: 32px;
  }
  .formula-card-checkbox__checkbox-body {
    display: none;
  }
  .formula-card-checkbox__checkbox {
    width: 20px;
    height: 20px;
    border: 2px solid #b0b0b0;
    position: relative;
    flex-shrink: 0;
  }
  .formula-card-checkbox__checkbox::before {
    content: "";
    display: block;
    width: 14px;
    height: 8px;
    border-left: 3px solid #005282;
    border-bottom: 3px solid #005282;
    rotate: 0deg;
    opacity: 0;
    position: absolute;
    left: 2px;
    top: 2px;
    transition: 0.25s;
  }
  .formula-card-checkbox__checkbox-body:checked + .formula-card-checkbox__checkbox, .formula-card-checkbox__checkbox--checked {
    border-color: #005282;
  }
  .formula-card-checkbox__checkbox-body:checked + .formula-card-checkbox__checkbox::before, .formula-card-checkbox__checkbox--checked::before {
    opacity: 1;
    rotate: -45deg;
  }
}
@media screen and (min-width: 1024px) {
  .formula-floor-table {
    position: relative;
    overflow: hidden;
  }
  .formula-floor-table__body {
    width: 100%;
    border: none;
  }
  .formula-floor-table__head {
    background: var(--E7F1F8, #e7f1f8);
    text-align: center;
  }
  .formula-floor-table__row {
    border-bottom: 1px dotted var(--707070, #707070);
    background: #fff;
  }
  .formula-floor-table__head-cell {
    color: var(--333333, #333);
    font-family: BIZ UDPGothic;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: 1.6px;
    padding-top: 4px;
    padding-bottom: 4px;
    min-width: 80px;
  }
  .formula-floor-table__head-cell:nth-of-type(1) {
    width: 200px;
  }
  .formula-floor-table__cell {
    color: var(--333333, #333);
    text-align: center;
    font-family: BIZ UDPGothic;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 16.8px */
    vertical-align: middle;
    text-align: center;
    padding-top: 11px;
    padding-bottom: 11px;
    position: relative;
  }
  .formula-floor-table__cell span {
    color: var(--333333, #333);
    font-family: BIZ UDPGothic;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    display: inline-block;
    margin-left: 0.5em;
  }
  .formula-floor-table__cell:nth-of-type(1) {
    min-width: 200px;
  }
  .formula-floor-table__checkbox {
    position: absolute;
    left: 20px;
    top: 10px;
  }
  .formula-floor-table__button-list {
    display: flex;
    gap: 10px;
  }
  .formula-floor-table__add-button {
    width: 110px;
    display: inline-block;
  }
  .formula-floor-table__formula-button {
    width: 102px;
    display: inline-block;
  }
  .formula-floor-table__more-block {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 56.13%, #fff 100%);
    transition: 0.25s;
  }
  .formula-floor-table.open .formula-floor-table__more-block {
    opacity: 0;
    pointer-events: none;
  }
  .formula-floor-table__more-button {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 120px;
    display: grid;
    grid-template-columns: auto 20px;
    place-items: center;
    cursor: pointer;
    gap: 10px;
  }
  .formula-floor-table__more-button-label {
    color: var(--333333, #333);
    font-family: BIZ UDPGothic;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: 1.6px;
  }
  .formula-floor-table__more-button-icon {
    width: 20px;
    height: 20px;
    background: var(--1A1A1A, #1a1a1a);
    position: relative;
  }
  .formula-floor-table__more-button-icon::before, .formula-floor-table__more-button-icon::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    margin: auto;
    width: 12px;
    height: 1px;
    background-color: #fff;
  }
  .formula-floor-table__more-button-icon::after {
    rotate: 90deg;
  }
}
@media screen and (max-width: 1023px) {
  .sp-formula-floor-table {
    position: relative;
    display: grid;
    gap: 20px;
  }
  .sp-formula-floor-table__item {
    display: grid;
    gap: 10px;
    grid-template-columns: 20px 1fr;
    align-items: center;
  }
  .sp-formula-floor-table__row + .sp-formula-floor-table__row {
    border-top: 2px solid #fff;
  }
  .sp-formula-floor-table__head-cell {
    background: #e7f1f8;
    color: var(--333333, #333);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
  }
  .sp-formula-floor-table__cell {
    color: var(--333333, #333);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
    padding-left: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 2px;
    background: #fafafa;
  }
}
.formula-row__textbox aside {
	font-size: 14px;
	margin-top: 5px;
	line-height: 1.5;
}
.formula-row__textbox .c-textbox{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.formula-row__textbox .c-textbox span{
	margin-left: 5px;
}
.c-textbox__body {
	width: 150px;
}
.customRadioBox {
	width: 100%;
}
.tool-download-button.formula {
	grid-template-columns: auto auto;
	gap: 0;
}
.border-box {
	margin-top: 60px;
  border: 3px solid #005282;
  padding: 40px;
}

@media only screen and (max-width: 690px) {
  .border-box {
    padding: 20px;
  }
}
.formula-list {
  min-height: 80px;
}

.formula-list dt {
  position: relative;
  min-height: 100px;
}

.formula-list dt span {
  position: absolute;
  top: calc(50% - 16px);
  right: 15px;
  padding: 2px 8px;
  text-align: center;
  color: #ffffff;
  background-color: #FF0000;
}

.formula-list dd input[type="text"] {
  width: 48%;
  padding: 10px;
  text-align: right;
  border: solid 1px #707070;
  border-radius: 8px;
}

.formula-list dd label {
  margin-left: 25px;
}

.formula-list dd label:first-child {
  margin-left: 0;
}

.formula-box .separator {
  margin: 0 60px;
}

.formula-box .formula-text {
  margin-top: 20px;
}

.formula-button-item .category-button {
  max-width: 400px;
  min-height: 70px;
  margin: 0 auto;
}
.boxflex {
  display: -ms-flexbox;
  display: flex;
	flex-wrap: wrap;
}
.separator {
    border: 1px solid #91D0F1;
    margin: 0 30px;
}
@media only screen and (max-width: 979px) {
  .formula-box .separator {
    margin: 0 30px;
  }
}
.border-box.formula-box .large-text{
	font-size: 22px;
	line-height: 1.6;
}
@media only screen and (max-width: 900px) {
  .box-inner {
    width: 100%;;
  }
	.border-box.formula-box .large-text{
		font-size: 16px;
		line-height: 1.6;
		text-align: center;
	}
	.separator {
		width: 100%;
		margin: 10px 0;
	}
	.c-textbox__body {
		width: 100px;
	}
	.formula-row__textbox .c-textbox span {
		font-size: 14px;
	}
}