@charset "UTF-8";

.l-sim-header-button,
.p-sim-heading > p,
.l-sim-heading::after,
.p-sim-box1__button,
.p-sim-list1,
.p-sim-search-box,
.gm-style-iw,
.l-sim-aside,
.l-sim-aside::before,
.p-sim-step-box:not(:last-child)::after,
.p-sim-img1,
.p-sim-step-bottom > div:not(.p-sim-box2),
.c-sim-popover {
    display: none !important;
}
*[class^="gm-style-"] {
    display: none !important;
}
.gm-style div > img {
    position: absolute;
}


.l-sim-header-info {
    height: 60px;
}
.l-sim-header-info__logo {
    width: 300px;
    padding-left: 15px;
}
.l-sim-heading {
    background: none !important;
}
.p-sim-heading {
    display: block !important;
    margin-top: 0;
    padding-top: 0;
}
.p-sim-heading h1 {
    text-align: center !important;
    padding-bottom: 0 !important;
    font-size: 2.6rem !important;
}
.l-sim-container {
    margin-top: 0 !important;
}
.l-sim-body {
    margin-top: 30px !important;
}
.p-sim-text1 {
    font-size: 1.4rem !important;
    text-align: center !important;
}
.p-sim-text2 {
    margin-top: 20px !important;
    font-size: 2rem !important;
}
.p-sim-text2::before {
    width: 30px !important;
    height: 35px !important;
}
.p-sim-box1 {
    display: block !important;
    text-align: center !important;
    margin-top: 10px !important;
}
.p-sim-text3 {
    font-size: 1.4rem;
}
.p-sim-map__body {
    aspect-ratio: 4 / 3 !important;
    overflow: hidden;
}
.p-sim-step-wrapper {
    margin-top: 30px !important;
    gap: 40px !important;
}
.p-sim-step-box:not(:last-child)::after {
    transform: translate(-50%, 30px);
}
.p-sim-step-title {
    border-radius: 25px;
    font-size: 2.6rem;
    width: 11.25em;
    height: 1.7em;
}
.p-sim-step-leading {
    grid-template-columns: 80px auto;
    column-gap: 15px;
    row-gap: 0;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 0 10px;
}
.p-sim-step-leading > p.__icon {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}
.p-sim-step-leading > p:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}
.p-sim-step-leading > p:nth-child(3) {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
    display: none;
}
.p-sim-text4 {
    font-size: 1.8rem !important;
}
.p-sim-text5 {
    font-size: 1.6rem !important;
}
.p-sim-step-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
}
.p-sim-box2 p {
    font-size: 1.6rem !important;
}
.p-sim-box2 input {
    width: 80px;
    height: 30px;
    font-size: 1.8rem !important;
    border-radius: 0;
}
.p-sim-box3 {
    gap: 20px;
    margin-top: 0;
    padding-bottom: 30px;
}
.p-sim-text6 {
    font-size: 1.6rem !important;
}
.p-sim-box4 {
    border-width: 3px;
    border-radius: 0;
    height: auto;
}
.p-sim-box4.__sp-vertical {
    flex-direction: row !important;
}
.p-sim-box4 > label {
    min-width: 1rem;
    padding-left: 1em;
    font-size: 1.6rem;
    background-color: #fff;
    color: #10a6bf;
    border-right: 2px solid #10a6bf;
}
.p-sim-box4 > input {
    font-size: 2.6rem !important;
}
.p-sim-box2 input[type="number"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance:textfield;
}
.p-sim-box2 input::-webkit-inner-spin-button {
    display: none;
}
.p-sim-box5 {
    flex-direction: row !important;
}
.u-view-sp {
    display: none !important;
}
.l-sim-footer {
    padding: 30px 10px;
}