@charset "UTF-8";

/*-------------------------------------------------------------------------------------------------------------------
    top.css
---------------------------------------------------------------------------------------------------------------------
*/

:root {
    --max_contents_wide: 1200px;
}

.page_title {
    width: var(--max_contents_wide);
    margin: 32px auto 8px auto;
    /*align-items: center;*/
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    text-align: left;
    color: #006080;
    /*background-color: red;*/
}

.page_title_jp {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    vertical-align: top;
    /*background-color: green;*/

}

.company {
    width: var(--max_contents_wide);
    margin: 0 auto;
    padding: 0;
    line-height: 20px;
    font-size: 12px;
    text-align: left;
    background-color: transparent;
    /*color: #003040;*/
    color: #006080;
    border-collapse: collapse;
    /*border-radius: 4px;*/
    /*box-shadow: 2px 2px 4px rgba(0, 0, 64, 0.5);*/
}

.company th {
    padding: 8px 8px;
    white-space: nowrap;
    border-top: 1px solid lightblue;
    border-bottom: 1px solid lightblue;
}

.company td {
    padding: 8px 8px;
    font-weight: bold;
    border-top: 1px solid lightblue;
    border-bottom: 1px solid lightblue;
}

.home {
    width: var(--max_contents_wide);
    margin: 0 auto;
    padding: 16px 16px 8px 16px;
    line-height: 24px;
    font-size: 16px;
    text-align: left;
    /*color: #002840;*/
    color: #006080;
    border-top: 1px solid lightblue;
    /*background-color: red;*/
    /*border-radius: 4px;*/
    /*box-shadow: 2px 2px 4px rgba(0, 0, 64, 0.5);*/
}

.greeting {
    width: 90%;
    margin: 0 auto;
    /*background-color: red;*/
}

.top {
    margin-top: 8px;
}

.last {
    border-bottom: 1px solid lightblue;
}

.link:hover {
    color: #000000;
}

.index {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 8px;
    padding: 0 0 0 0;
    color: #006080;
    /*background-color: red;*/
}

.index_jp {
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    vertical-align: top;
    /*background-color: green;*/
}

.index2 {
    font-size: 16px;
    font-weight: bold;
    margin: 16px 0;
}

.index3 {
    display: inline;
}

.index4 {
    display: none;
}

.index5 {
    display: none;
}

.new_large {
    font-size: 64px;
    font-weight: bold;
    line-height: 1.2em;
}

.new_middle {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2em;
}

.new_small {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2em;
}

.pc {
}

.portrait {
    display: none;
}

.detail {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
}

.pad {
    margin-left: 24px;
}

.price {
    display: inline-flex;
    margin-top: 16px;
    line-height: 24px;
    font-size: 24px;
    font-weight: bold;
    color: red;
}

.taxed {
    display: inline-flex;
    margin-left: 8px;
    line-height: 12px;
    font-size: 12px;
    font-weight: bold;
    color: #003040;
}

.img_04 {
    width: 500px;
}

.privacy {
    margin-left: 64px;
    color: #003040;
}

.privacy_link {
    float: right;
    font-size: 12px;
}

.notice {
    display: inline-block;
    margin: 2px 6px;
    padding: 0 6px;
    border-radius: 4px;
    font-size: 0.8em;
    color: white;
    background-color: #c44;
    content: "必須";
}

/*-------------------------------------------------------------------------------------------------------------------------
*/

.button {
    -webkit-appearance: none;
    appearance: none;
    padding: 4px 10px 8px 10px;
    font-size: 18px;
    line-height: 18px;
    height: 34px;
    vertical-align: middle;
    /*border: 1px solid #005070;*/
    border: none;
    border-radius: 4px;
    /*background-color: #006080;*/
    background-color: rgb(11, 11, 92);
    color: #ffffff;
    cursor: pointer;
    position: relative;
}

.button:hover {
    background-color: rgb(14, 14, 113);
    opacity: 1.0;
}

.input_txt {
    -webkit-appearance: none;
    line-height: 20px;
    font-size: 16px;
    padding: 4px 8px;
    width: calc(100% - 8px);
    border-radius: 4px;
    border: 1px solid lightblue;
    outline: none;
    color: #003040;
}

.input_txt:focus {
    background-color: #fffff4;
}

.input_area {
    -webkit-appearance: none;
    height: calc(20px * 12);
    line-height: 20px;
    font-size: 16px;
    padding: 4px 8px;
    width: calc(100% - 8px);
    border-radius: 4px;
    border: 1px solid lightblue;
    outline: none;
    color: #003040;
}

.input_area:focus {
    background-color: #fffff4;
}

.input_select, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 2px 0;
    padding: 4px 8px;
    font-size: 16px;
    line-height: 20px;
    width: 500px;
    height: 34px;
    vertical-align: middle;
    position: relative;
    border-radius: 4px;
    border: 1px solid lightblue;
    color: #003040;
    background-color: #f8ffff;
    cursor: pointer;
    top: 0;
    background-image: linear-gradient(45deg, transparent 50%, rgba(0,0,0,0.4) 50%),  linear-gradient(135deg, rgba(0,0,0,0.4) 50%, transparent 50%);
    background-size: 5px 5px, 5px 5px;
    background-position: calc(100% - 15px) 50%, calc(100% - 10px) 50%;
    background-repeat: no-repeat;
}

.input_select:disabled {
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    color: #c0c0c0;
    background-color: #fcfcfc;
}

.input_select:hover {
    background-color: #f0ffff;
    opacity: 1.0;
}

.return {
    width: var(--max_contents_wide);
    margin: 8px auto;
    padding: 0;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    color: #000040;
}

.photo {
    width: 96px;
}

/*-------------------------------------------------------------------------------------------------------------------
    PC wide
---------------------------------------------------------------------------------------------------------------------
*/

@media screen and (min-width: 3000px) {
    body {
    }
}

@media screen and (max-width: 1332px) {
    .page_title {
        width: calc(100% - 100px);
    }

    .company {
        width: calc(100% - 100px);
    }

    .home {
        width: calc(100% - 100px);
    }

    .greeting {
        width: 90%;
    }

    .return {
        width: calc(100% - 100px);
    }
}

/*-------------------------------------------------------------------------------------------------------------------
    Smartphone portrait
---------------------------------------------------------------------------------------------------------------------
*/

@media screen and (max-width: 480px) and (orientation: portrait) and (hover: none) and (pointer: coarse) {
    .page_title {
        width: calc(100% - 20px);
        margin: 10px auto 8px auto;
        padding: 0;
    }

    .company {
        width: calc(100% - 20px);
        margin: 8px auto;
    }

    .company th {
        padding: 8px 8px;
        white-space: nowrap;
    }

    .company td {
        padding: 8px 8px;
        font-weight: bold;
    }

    .home {
        width: calc(100% - 20px);
        margin: 8px auto 0 auto;
        padding: 8px 12px 6px 12px;
        line-height: 22px;
        font-size: 16px;
        /*background-color: red;*/
    }

    .greeting {
        width: 100%;
    }

    .index {
        font-size: 18px;
        margin-bottom: 2px;
    }

    .index_jp {
    }

    .index2 {
        font-size: 16px;
        margin: 16px 0;
    }

    .index3 {
        display: none;
    }

    .index4 {
        display: block;
        font-weight: bold;
    }

    .index5 {
        display: inline-block;
    }

    .new_large {
        font-size: 34px;
        line-height: 1.2em;
    }

    .new_middle {
        font-size: 22px;
        line-height: 1.2em;
    }

    .new_small {
        font-size: 16px;
        line-height: 1.2em;
    }

    .pc {
        display: none;
    }

    .portrait {
        display: table;
        font-weight: bold;
    }

    .detail {
        font-size: 12px;
        font-weight: bold;
        line-height: 18px;
    }

    .pad {
        display: none;
    }

    .price {
        font-size: 18px;
        margin-top: 4px;
        margin-bottom: 8px;
    }

    .taxed {
        margin-left: 2px;
    }

    .img_04 {
        width: 320px;
    }

    .privacy {
        margin-left: 16px;
        font-size: 12px;
        font-weight: bold;
        color: #006080;
    }

    .notice {
        margin: 0 8px 16px 0;
    }

    .button {
        padding: 0 10px 0 10px;
        font-size: 18px;
        line-height: 18px;
        height: 34px;
    }

    .input_txt {
        line-height: 20px;
        font-size: 16px;
        padding: 4px 8px;
        width: calc(100% - 16px);
    }

    .input_area {
        line-height: 20px;
        font-size: 16px;
        padding: 4px 8px;
        width: calc(100% - 16px);
        height: calc(18px * 4);
    }

    .input_select {
        margin: 2px 0;
        padding: 4px;
        font-size: 16px;
        line-height: 20px;
        height: 32px;
        width: calc(100% - 16px);
    }

    .return {
        width: calc(100% - 24px);
        margin: 8px auto;
        padding: 0;
    }
}

/*-------------------------------------------------------------------------------------------------------------------
    Smartphone landscape
---------------------------------------------------------------------------------------------------------------------
*/

@media screen and (max-width: 896px) and (orientation: landscape) and (hover: none) and (pointer: coarse) {
    .page_title {
        width: calc(100% - 32px);
        margin: 8px auto;
        padding: 0;
    }

    .company {
        width: calc(100% - 40px);
        margin: 8px auto;
    }

    .company th {
        padding: 8px 8px;
        white-space: nowrap;
    }

    .company td {
        padding: 8px 8px;
        font-weight: bold;
    }

    .home {
        width: calc(100% - 64px);
        margin: 8px auto 0 auto;
        padding: 8px 12px;
        line-height: 22px;
        font-size: 16px;
    }

    .greeting {
        width: 100%;
    }

    .index {
        font-size: 18px;
        margin-bottom: 2px;
    }

    .index2 {
        font-size: 16px;
        margin: 16px 0;
    }

    .index3 {
        display: none;
    }

    .index4 {
        display: block;
        font-weight: bold;
    }

    .index5 {
        display: inline-block;
    }

    .pc {
        display: none;
    }

    .portrait {
        display: table;
        font-weight: bold;
    }

    .detail {
        font-size: 12px;
        font-weight: bold;
        line-height: 16px;
    }

    .pad {
        display: none;
    }

    .price {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .taxed {
        margin-left: 2px;
    }

    .img_04 {
        width: 320px;
    }

    .privacy {
        margin-left: 32px;
        font-weight: bold;
        color: darkblue;
    }

    .button {
        padding: 0 10px 0 10px;
        font-size: 18px;
        line-height: 18px;
        height: 34px;
    }

    .input_txt {
        line-height: 18px;
        font-size: 14px;
        padding: 4px;
        width: calc(100% - 16px);
    }

    .input_area {
        line-height: 18px;
        font-size: 14px;
        padding: 4px;
        width: calc(100% - 16px);
        height: calc(18px * 4);
    }

    .notice {
        margin-left: 0;
        margin-right: 8px;
    }

    .input_select {
        margin: 2px 0;
        padding: 4px;
        font-size: 14px;
        line-height: 18px;
        height: 32px;
        width: calc(100% - 16px);
    }

    .return {
        width: calc(100% - 32px);
        margin: 8px auto;
        padding: 0;
    }
}
