@CHARSET "utf-8";
/*------------------------------------------------------------------------------
        トップページのスタイル
------------------------------------------------------------------------------*/
/* 20260225- */
/* 1行 */
.form-row {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.btn-zip {
    margin-top: 10px;   /* 数値を調整 */
}
/* -20260225 */

.tariff-wrapper {
        min-height: 100vh;
        color: #333;
        flex-direction: column;
        display: flex;
}

.tariff-wrapper > main {
        padding: 50px 0;
}

.tariff-wrapper > main h2 {
        font-size: 4rem;
        font-weight: bold;
        text-align: center;
}

.tariff-wrapper select {
        background: white;
}

.tariff-wrapper .label {
    font-size: 18px;
    min-height: 20px;
    width: 120px;
    margin-top: 0px;

}

.tariff-wrapper .button {
    font-size: 16px;
    margin-left: 15px;
    min-height: 20px;
}

.tariff-wrapper .result {
    font-size: 16px;
    min-height: 20px;
    background: #F9F9C3;
}

.tariff-wrapper .marker_wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
}

.tariff-wrapper .form-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.tariff-wrapper .alphabet_marker_gray {
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
//    background: #D20707;
    background: #666666;
    border-radius: 50%;
}

.tariff-wrapper .alphabet_marker_blue {
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0056b3;
    border-radius: 50%;
}

.tariff-wrapper .label.green {
    font-size: 15px;
    padding: 5px 15px;
    line-height: 1;
    text-align: center;
    color: #fff;
    background: #169A9F;
}

.tariff-wrapper .label.gray {
    font-size: 15px;
    padding: 5px 15px;
    line-height: 1;
    text-align: center;
    color: #fff;
    background: #666666;
}

.tariff-wrapper .label.blue {
    font-size: 15px;
    padding: 5px 15px;
    line-height: 1;
    text-align: center;
    color: #fff;
    background: #0056b3;
}

@media screen and (max-width: 767px) {
        .tariff-wrapper > main {
                padding: 30px 10px;
        }
}

main > p {
    margin-top: 30px;
    line-height: 2;
    font-size: 1.6rem;
    text-align: center;
}

.sh-form-field{
    font: normal normal bold 1.8rem/2.4rem Meiryo;
    margin-bottom:5px;
}

.sh-flow > li:not(:last-of-type)::after {
    content: '';
    position: absolute;
    left: calc(100% + 20px);
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid #ccc;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.sh-split {
    width: 100%;
    max-width: 1200px;
//    max-width: 1000px;
    margin: 0 auto;
    justify-content: space-between;
    display: flex;
}

.sh-no-split {
    width: 100%;
//    max-width: 1200px;
    max-width: 1000px;
    margin: 0 auto;
    justify-content: space-between;
    display: flex;
}

.sh-split > li {
//20260125    width: 48%;
    width: 45%;
//20260125    margin-top: 30px;
    margin-top: 5px;
}

.sh-split > li {
//20260125    padding: 50px;
    padding: 10px;
    background: #F6F6F6;
    border-radius: 10px;
}

.sh-split > li:first-of-type > p:first-of-type {
    color: #1642E3;
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
}

.sh-split > li:first-of-type > p:first-of-type > span {
    color: #333;
    font-size: 1.8rem;
}

.sh-split > li:first-of-type > ul:first-of-type {
    margin-top: 30px;
}

.sh-split > li:first-of-type > ul:first-of-type > li {
    margin-top: 20px;
    font-size: 1.8rem;
    font-weight: bold;
}

.sh-split > li:first-of-type > ul:first-of-type > li::before {
    content: '●';
    margin-right: 10px;
    color: #1642E3;
}

.sh-split > li:first-of-type > img {
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.sh-inquiry-form li:not(:last-of-type) {
    margin-bottom: 30px;
}

.sh-inquiry-form li > p {
    margin-bottom: 10px;
    padding-top: 10px;
    border-top: 1px dashed #ccc;
    font-size: 1.6rem;
    font-weight: bold;
}

.sh-inquiry-form li > p::before {
    content: '必須';
    margin-right: 10px;
    padding: 2px 5px;
    border-radius: 3px;
    background: #FB0E0E;
    color: white;
    font-weight: normal;
    display: inline-block;
}

.sh-inquiry-form li > p.any::before {
    content: '任意';
    background: #3E3A39;
}

.sh-inquiry-form input[type=text],
.sh-inquiry-form select,
.sh-inquiry-form textarea {
    width: 100%;
    border-radius: 5px;
}

.sh-inquiry-form input[type=text],
.sh-inquiry-form select {
    height: 50px;
}

.sh-inquiry-form ul span {
    min-height: 50px;
    margin-top: 20px;
    font-size: 1.6rem;
    display: block;
}

.sh-inquiry-form .error {
    background: #ffe4e1;
}

.sh-inquiry-error {
    margin-bottom: 50px;
    padding: 20px;
    background: #f6f6f6;
    font-size: 1.6rem;
    text-align: left;
    color: red;
}

.sh-inquiry-foot {
    margin-top: 30px;
    font-size: 1.6rem;
    text-align: center;
}

.sh-inquiry-foot > a {
    color: #41A3FE;
}

.sh-inquiry-foot > label {
    margin-top: 30px;
    font-weight: bold;
    display: block;
}

.sh-inquiry-foot > input[type=button] {
    margin-top: 30px;
    padding: 10px 50px;
    background: #1642E3;
    color: white;
    border: 2px solid white;
    border-radius: 100vh;
    font-size: 1.8rem;
    font-weight: bold;
}

.sh-inquiry-foot > input[type=button].gray {
    background: #99A1AD;
}

@media screen and (max-width: 767px) {
    main > p {
        font-size: 1.6rem;
    }

    .sh-split {
        max-width: initial;
        display: block;
    }

    .sh-split > li {
        width: 100%;
    }

    .sh-split > li:first-of-type {
        padding: 20px 10px;
    }

    .sh-split > li:first-of-type > p:first-of-type {
        font-size: 2rem;
    }

    .sh-split > li:first-of-type > ul:first-of-type > li {
        font-size: 1.6rem;
    }

    .sh-inquiry-form {
        max-width: initial;
        margin: 30px 0 0 0;
        padding: 20px 10px;
    }

    .sh-inquiry-form li:not(:last-of-type) {
        margin-bottom: 20px;
    }

    .sh-inquiry-error {
        margin-bottom: 20px;
        padding: 10px;
    }

    .sh-inquiry-foot {
        margin-top: 20px;
    }

    .sh-inquiry-foot > label {
        margin-top: 20px;
    }

    .sh-inquiry-foot > input[type=button] {
        margin-top: 20px;
        padding: 10px 20px;
        font-size: 1.6rem;
    }
}

/*------------------------------------------------------------------------------
        経路情報のスタイル
------------------------------------------------------------------------------*/
.route_info_wrap {
//	max-width: 1000px;
	max-width: 1200px;
	margin: 0 auto;
}

.route_info_wrap > .row {
        margin: 0 0 35px;
}

.route_info_wrap > .row:last-of-type {
        margin: 0;
}

.route_info_wrap > .reference_estimate_wrap {
//        color: #169A9E;
        color: #666666;
}

.route_info_wrap > .row > .subject {
//        color: #169A9E;
        color: #666666;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 0 0 5px;
    letter-spacing: 1px;
//    border-bottom: 3px solid #169A9E;
    border-bottom: 3px solid #666666;
}

.route_info_wrap > .reference_estimate_wrap > .content {
        display: flex;
}

.route_info_wrap > .reference_estimate_wrap > .content > .left {
        margin: 0 20px 0 0;
    flex: 1;
}

.route_info_wrap > .reference_estimate_wrap > .content > .left > div {
        display: flex;
    align-items: center;
    justify-content: space-between;
}

.route_info_wrap > .reference_estimate_wrap > .content > .left > div:first-of-type {
        font-size: 17px;
        font-weight: bold;
        padding: 10px;
    background: #FBFBEE;
}

.route_info_wrap > .reference_estimate_wrap > .content > .left > div:last-of-type {
        color: #D20707 !important;
    font-size: 16px;
    font-weight: bold;
        margin: 10px 0 0;
        justify-content: flex-start;
}

.route_info_wrap > .reference_estimate_wrap > .content > .left > div > div {
        display: flex;
    align-items: center;
}

.route_info_wrap > .reference_estimate_wrap > .content > .left > div > .destination {

}

.route_info_wrap > .reference_estimate_wrap > .content > .left > div > div > .departure {

}

.route_info_wrap > .reference_estimate_wrap > .content > .left > div > div > .separator {
        margin: 0 10px;
}

.route_info_wrap > .reference_estimate_wrap > .content > .left > div > div > .arrive {

}

.route_info_wrap > .reference_estimate_wrap > .content > .right {
//        width: 30%;
        width: 25%;
}

.route_info_wrap > .reference_estimate_wrap > .content > .right > ul {
        font-weight: bold;
}

.route_info_wrap > .reference_estimate_wrap > .content > .right > ul > li {
        display: flex;
    justify-content: space-between;
    font-size: 17px;
    border-bottom: 1px solid #CCCCCC;
    margin: 0 0 10px;
    padding: 0 0 5px;
}

.route_info_wrap > .reference_estimate_wrap > .content > .right1 {
        width: 20%;
}

.route_info_wrap > .reference_estimate_wrap > .content > .right1 > ul {
        font-weight: bold;
}

.route_info_wrap > .reference_estimate_wrap > .content > .right1 > ul > li {
        display: flex;
    justify-content: space-between;
    font-size: 17px;
    border-bottom: 1px solid #CCCCCC;
    margin: 0 0 10px;
    padding: 0 0 5px;
}

.route_info_wrap > .reference_estimate_wrap > .content > .right2 {
        width: 18%;
}

.route_info_wrap > .reference_estimate_wrap > .content > .right2 > ul {
        font-weight: bold;
}

.route_info_wrap > .reference_estimate_wrap > .content > .right2 > ul > li {
        display: flex;
    justify-content: space-between;
    font-size: 17px;
    border-bottom: 1px solid #CCCCCC;
    margin: 0 0 10px;
    padding: 0 0 5px;
}

.route_info_wrap > .reference_estimate_wrap > .content > .right > ul > li > div {

}

.route_info_wrap > .reference_estimate_wrap > .content > .right > ul > li > div:first-of-type {

}

.route_info_wrap > .reference_estimate_wrap > .content > .right > ul > li > div:last-of-type {

}

.route_info_wrap .delivery_time_wrap {

}

.route_info_wrap > .delivery_time_wrap > .content {

}

.route_info_wrap > .delivery_time_wrap > .content .btn_large {
        font-size: 15px;
        font-weight: bold;
    padding: 5px 15px;
    letter-spacing: 1px;
}

.route_info_wrap > .delivery_time_wrap > .content .btn_map {
        font-size: 15px;
    padding: 5px 30px;
    letter-spacing: 1px;
}

.route_info_wrap > .delivery_time_wrap > .content .btn_map2 {
    background: #0056b3;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 40px;
    border: none;
    border-radius: 40px; /* ピル型 */
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease;
}

.route_info_wrap > .delivery_time_wrap > .content .dark_blue {
        color: #fff;
	background: #22759A;
}

.route_info_wrap > .delivery_time_wrap > .content .green {
        color: #fff;
        background: #169A9F;
}

.route_info_wrap > .delivery_time_wrap > .content .blue {
        color: #fff;
        background: #0056b3;
}

.route_info_wrap > .delivery_time_wrap > .content > .asterisk_description {
        margin: 15px 0 0;
}

.route_info_wrap > .delivery_time_wrap > .content > .route_detail_wrap {
        margin: 10px 0 0;
}

.route_info_wrap > .delivery_time_wrap > .content > .route_detail_wrap > .row {
        padding: 20px;
    margin: 0 0 20px;
}

.route_info_wrap > .delivery_time_wrap > .content > .route_detail_wrap > .row:last-of-type {
        margin: 0;
}

.route_info_wrap > .delivery_time_wrap > .content > .route_detail_wrap > .row > div:not(.separator) {
        display: flex;
    align-items: center
}

.route_info_wrap > .delivery_time_wrap > .content > .route_detail_wrap > .row > div:not(.separator) > div.label {
        width: 90px;
}

.route_info_wrap > .delivery_time_wrap > .content > .route_detail_wrap .alphabet_marker  {
        color: #fff;
    width: 30px;
    height: 30px;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D20707;
    border-radius: 50%;
}

.route_info_wrap > .delivery_time_wrap > .content > .route_detail_wrap .label  {
    font-size: 15px;
    padding: 5px 15px;
    line-height: 1;
    text-align: center;
}

.route_info_wrap > .delivery_time_wrap > .content > .route_detail_wrap .label.green  {
        color: #fff;
        background: #169A9F;
}

.route_info_wrap > .delivery_time_wrap > .content > .route_detail_wrap .label.yellow  {
        color: #169A9E;
        background: #F9F9C3;
}

.route_info_wrap > .delivery_time_wrap > .content > .route_detail_wrap .label.gray  {
        color: #fff;
        background: #707070;
}

.route_info_wrap > .delivery_time_wrap > .content > .route_detail_wrap > .row > div > div.alphabet_marker {
        margin: 0 15px 0 0;
}

.route_info_wrap > .delivery_time_wrap > .content > .route_detail_wrap > .row > div > .address {
        font-size: 16px;
    margin: 0 0 0 15px;
}

.route_info_wrap > .delivery_time_wrap > .content > .route_detail_wrap > .row > .separator {
        width: 4px;
    height: 25px;
    margin: 0px 0 0 13px;
    background: #D20707;
}

.route_info_wrap > .delivery_time_wrap > .content > .route_detail_wrap > .row > .footer {
        display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 15px 0 0;
    padding: 15px 0 0;
    border-top: 1px solid #CCCCCC;
}

.route_info_wrap > .delivery_time_wrap > .content > .route_detail_wrap > .row > .footer > div {
        display: flex;
    align-items: center;
}

.route_info_wrap > .delivery_time_wrap > .content > .route_detail_wrap > .row > .footer > div > div {
        font-size: 16px;
}

.route_info_wrap > .delivery_time_wrap > .content > .route_detail_wrap > .row > .footer > div > div.label {
        font-weight: bold;
        margin: 0 15px 0 30px;
}

.route_info_wrap > .delivery_time_wrap > .content > .route_detail_wrap > .total_delivery_time_weap {
        display: flex;
    align-items: center;
    background: #FCF9F9;
    padding: 10px 20px;
    margin: 0 0 15px;
}

.route_info_wrap > .delivery_time_wrap > .content > .route_detail_wrap > .total_delivery_time_weap > div {
        font-size: 15px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.route_info_wrap > .delivery_time_wrap > .content > .route_detail_wrap > .total_delivery_time_weap > div > .alphabet_marker:not(:last-of-type)::after {
        content: "";
    width: 20px;
    height: 3px;
    background: #D20707;
    position: absolute;
    right: -17px;
}

.route_info_wrap > .delivery_time_wrap > .content > .route_detail_wrap > .total_delivery_time_weap > div > div {
        display: flex;
    align-items: center;
    position: relative;
    margin: 0 15px 0 0;
}

.route_info_wrap > .delivery_time_wrap > .content > .route_detail_wrap > .total_delivery_time_weap > div > div:first-of-type::after {
        content: "";
    width: 2px;
    height: 20px;
    background: #CCCCCC;
    margin: 0 0 0 15px;
}

.route_info_wrap > .delivery_time_wrap > .content > .route_detail_wrap > .adjust_time_wrap {
        margin: 50px 0 0;
}

.route_info_wrap > .delivery_time_wrap > .content > .route_detail_wrap > .adjust_time_wrap > div {
        display: flex;
    align-items: center;
    margin: 0 0 20px;
}

.route_info_wrap > .delivery_time_wrap > .content > .route_detail_wrap > .adjust_time_wrap > div > .label {
        width: 200px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px 0 0;
}

.route_info_wrap > .delivery_time_wrap > .content > .route_detail_wrap > .adjust_time_wrap > div > div > select {

}

.route_info_wrap > .delivery_time_wrap > .content > .route_detail_wrap > .adjust_time_wrap > div > .asterisk_description {
        margin: 0 0 0 20px;
}

.route_info_wrap > .delivery_time_wrap > .content > .route_detail_wrap > .total_delivery_detail_time_wrap {
        font-size: 15px;
    font-weight: bold;
        margin: 30px 0 0;
    border: 2px solid #CCCCCC;
    border-radius: 5px;
        padding: 15px 35px;
    display: flex;
    align-items: center;
}

.route_info_wrap > .delivery_time_wrap > .content > .route_detail_wrap > .setting_date_warn {
        color: #D20707;
    font-size: 17px;
    font-weight: bold;
    margin: 15px 0 0;
    line-height: 30px;
}

.route_info_wrap > .delivery_time_wrap > .content > .route_detail_wrap > .total_delivery_detail_time_wrap > div {
        flex: 1;
}

.route_info_wrap > .delivery_time_wrap > .content > .route_detail_wrap > .total_delivery_detail_time_wrap > div > .row {
        display: flex;
    align-items: center;
    margin: 0 0 15px;
}

.route_info_wrap > .delivery_time_wrap > .content > .route_detail_wrap > .total_delivery_detail_time_wrap > div > .row:last-of-type {
        margin: 0;
}

.route_info_wrap > .delivery_time_wrap > .content > .route_detail_wrap > .total_delivery_detail_time_wrap > div > .row > div {

}

.route_info_wrap > .delivery_time_wrap > .content > .route_detail_wrap > .total_delivery_detail_time_wrap > div > .row > div:first-of-type {
        width: 200px;
        display: flex;
    align-items: center;
    position: relative;
    margin: 0 25px 0 0;
}

.route_info_wrap > .delivery_time_wrap > .content > .route_detail_wrap > .total_delivery_detail_time_wrap > div > .row > div:first-of-type::after {
        content: "";
        width: 2px;
    height: 10px;
    background: #CCCCCC;
    position: absolute;
    right: 0;
}

.route_info_wrap > .delivery_time_wrap > .content > .route_detail_wrap > .total_delivery_detail_time_wrap > div:last-of-type {
        display: flex;
    align-items: center;
}

.route_info_wrap > .delivery_time_wrap > .content > .route_detail_wrap > .total_delivery_detail_time_wrap > div > .label {
        font-weight: normal;
        margin: 0 15px 0 0;
}

.route_info_wrap > .delivery_time_wrap > .content > .route_detail_wrap > .total_delivery_detail_time_wrap > div > .total {
        display: flex;
    align-items: center;
    font-size: 18px;
    border-bottom: 2px solid #D20707;
}

.route_info_wrap > .delivery_time_wrap > .content > .route_detail_wrap > .total_delivery_detail_time_wrap > div > .total > div:first-of-type {

}

.route_info_wrap > .delivery_time_wrap > .content > .route_detail_wrap > .total_delivery_detail_time_wrap > div > .total > div:last-of-type {
        color: #D20707;
    margin: 0 0 0 10px;
}

.preview_tariff_wrap {
        color: #169A9E;
    font-size: 15px;
    font-weight: bold;
    background: #fff;
    padding: 10px;
    margin: 0 0 10px;
}

.preview_tariff_wrap > .subject {
        display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #169A9E;
    padding: 0 0 2px;
}

.preview_tariff_wrap > ul {
        margin: 5px 0 0;
}

.preview_tariff_wrap > ul > li {
        display: flex;
    justify-content: space-between;
    margin: 0px 0 5px;
    padding: 0 0 3px;
}

.core_main {
        flex: 1;
        z-index: 0;
        background: #FCFCFC;
}

.core_function {
        padding: 10px;
        background-color: #F5F5F5;
}

.core_contents_container {
        padding: 10px 10px 20px 20px;
}

.core_contents_flex_container {
        display: flex;
        /* padding: 0 10px 20px 0; */
}

.core_contents {
        padding: 10px 0 10px 10px;
        display: inline-block;
        vertical-align: top;
}

.core_contents_wide {
        width: calc(100% - 20px);
        height: calc(100% - 60px);
        padding: 10px;}

.core_subtitle {
        height: 25px;
        padding: 5px 0 0 10px;
        font-size: 14px;
        font-weight: bold;
        border-left: solid 5px transparent;
}

.core_section {
        height: 25px;
        padding: 5px 0 0 10px;
        font-size: 14px;
        font-weight: bold;
        border-bottom: solid 2px transparent;
}
