@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

/*noinspection CssUnknownTarget*/
@font-face {
    font-family: 'Noto Serif JP';
    font-style: normal;
    font-weight: 600;
    src: url('/font/NotoSerifCJKjp-SemiBold-Subset.eot');
    src: url('/font/NotoSerifCJKjp-SemiBold-Subset.eot?#iefix') format('embedded-opentype'),
    url('/font/NotoSerifCJKjp-SemiBold-Subset.woff') format('woff'),
    url('/font/NotoSerifCJKjp-SemiBold-Subset.ttf') format('truetype');
}

ol, ul {
    list-style: none;
}

html, body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    color: #333;
    font-family: "Noto Sans Japanese", "游ゴシック体", YuGothic, "游ゴシック Medium", "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-display: swap;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* --- 共通 --- */
a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:link {
    color: #333;
    text-decoration: underline;
}

a:visited {
    color: #333;
}

a:hover {
    color: #999;
}

a:active {
    color: #333;
}

::selection {
    background: #333;
    color: #fff;
}

::-moz-selection {
    background: #333;
    color: #fff;
}

.bold {
    font-weight: bold;
}

.notes {
    font-size: 13px !important;
    color: #555 !important;
}

.notes .note-strong {
    font-size: 110% !important;
    color: #333 !important;
}

.label {
    font-size: 14px !important;
    color: #333 !important;
}

.cntr {
    text-align: center !important;
}

.cf:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}

.mb20 {
    margin-bottom: 20px;
}

.mb {
    margin-bottom: 40px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb80 {
    margin-bottom: 80px;
}

.clear {
    clear: both;
}

.is-hide {
    display: none !important;
}

.is-shift {
    margin-top: -90px;
}

.half {
    width: 50%;
}

.is-transparent {
    opacity: 0;
    position: absolute;
}

.full-width {
    width: 100% !important;
}

.toast {
    font-size: 25px;
    font-weight: 200;
    position: fixed;
    display: inline-block;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    border-radius: 15px;
    padding: 17px 22px;
    border: none;
    z-index: 1000;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-font-smoothing: none;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
}

/* --- Loading --- */

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 3000;
}

#loading img {
    position: relative;
    width: 17px;
    height: 38px;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -19px;
}

/* --- Error --- */

.error {
    color: #f00;
    font-weight: normal;
    display: block;
}

ul.error {
    margin-top: 10px;
}

/* --- Header --- */

#top-header-box {
    margin-bottom: 40px;
    padding: 20px 20px 0;
}

#top-header-box .title-box {
    float: left;
}

#top-header-box .logo-box {
    float: right;
}

#top-header-box .logo-box img {
    width: 136px;
    height: 32px;
}

#sub-header-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: -50px;
    margin-bottom: 60px;
    width: 100%;
}

#sub-header-box .sub-title-box-pc {
    padding: 0 30px;
}

#sub-header-box h1 {
    font-size: 28px;
}

#help-box {
    position: sticky;
    position: -webkit-sticky;
    /*right: 20px;*/
    /*top: 80px;*/
    z-index: 99;
    width: 60px;
    height: 76px;
    margin-left: auto;
    margin-right: 15px;
    top: 24px;
}

#help-box img {
    z-index: 99;
}

#help-close-box {
    position: sticky;
    position: -webkit-sticky;
    z-index: 99;
    width: 60px;
    height: 76px;
    margin-left: auto;
    margin-right: 15px;
    top: 24px;
}

#help-close-box img {
    z-index: 99;
}

/* --- コンテナ --- */
#wrap {
    width: 100%;
    overflow-x: hidden;
}

#content {
}

#footer {
    width: 100%;
    font-size: 13px;
    color: #666;
    margin: 50px 0 0 0;
    text-align: center;
    padding-bottom: 35px;
}

/* --- ポップアップ --- */
.no-scroll {
    overflow: hidden;
}

#popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('../img/cvr.png');
    z-index: 2000;
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

@media screen and (orientation: landscape) {
    .fixed-menu {
        width: 100%;
        height: 100%;
    }
}

#popup #popup-contents {
    max-width: 800px;
    margin: 0 auto;
}

#popup h2 {
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-align: center;
    text-indent: 0.2em;
    margin-bottom: 80px;
}

#popup .only-sp h2 {
    text-align: left;
    margin-left: 15px;
}

#popup #popup-contents h3 {
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-align: left;
    text-indent: 0.2em;
    margin-bottom: 40px;
}

#popup #popup-contents h4 {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-align: left;
    text-indent: 0.2em;
    margin-bottom: 40px;
}

.pic-sample-header {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}

.pic-confirm-wrap,
.pic-sample-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -moz-box-pack: justify;
    -ms-box-pack: justify;
    box-pack: justify;
    flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}

/** 332x430 */
.pic-confirm-wrap .pic-confirm-item,
.pic-sample-wrap .pic-sample-item {
    flex: 1;
    max-height: 450px;
    margin-bottom: 20px;
    max-width: 300px;
}

.pic-confirm-wrap .pic-confirm-item img,
.pic-sample-wrap .pic-sample-item img {
    flex: 0 0 auto;
    align-self: center;
    -webkit-align-self: center;
    margin: auto;
    object-fit: scale-down;
}

.pic-sample-img-box {
    text-align: left;
}

.pic-confirm-item {
    padding: 5px;
}

.pic-ng-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -moz-box-pack: justify;
    -ms-box-pack: justify;
    box-pack: justify;
    flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pic-ng-wrap .pic-ng-col {
    flex: 1 0 auto;
    margin: 0 10px 15px;
}

.pic-ng-wrap .pic-ng-col img {
    width: 100%;
}

/* --- Form Styles --- */

#main-form {

}

.form .input-box .name-input {
    width: 49%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: normal;
}

.form .input-box .zip-input {
    width: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: normal;
}

.form .input-box .tel-input {
    width: 30%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: normal;
}

.form .input-box {
    margin-bottom: 40px;
}

.form h4 {
    text-align: left;
    font-weight: normal;
}

.form .flow-box {
    text-align: center;
    margin-bottom: 40px;
}

.form #error-notice {
    text-align: center;
    margin-bottom: 40px;
}

/** for file selector */
.form .square-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #ccc;
}

.form .square-box:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.form .square-box .square-content {
    color: #ccc;
}

.form .pic-choice-remove-box {
    position: absolute;
    right: 0;
    top: 0;
    margin: 5px;
    z-index: 3;
}

.form .flow-box ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    list-style: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form .flow-box li {
    flex-grow: 1;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
}

.form .privacy-desc-box {
    padding: 0.9em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #eee;
    height: 230px;
    overflow: scroll;
    margin-bottom: 40px;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    text-align: left;
}

.form .privacy-desc-box p {
    margin-bottom: 40px;
    font-size: 12px;
}

.form .privacy-desc-box h3 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: bold;
}

.form .privacy-desc-box h4 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: bold;
}

.form .size-choice-row {
    margin: 0.9em 0;
}

.form .reason-textarea {
    padding: 0;
    width: 99%;
    height: 6em;
}

.form .item-reason-label {
    font-weight: 500;
    font-size: 13px;
}

.form .confirm-box {
    margin-bottom: 40px;
}

.form .confirm-value-box {
    margin-left: 1em;
    margin-top: 4px;
    font-size: 110%;
}

.form .price {
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    text-indent: 0.2em;
}

/*cssアニメーション制御*/

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

/* --- for pc --- */
@media screen and (min-width: 769px) {

    .sp {
        display: none;
    }

    .pc {
        display: block;
    }

    h1 {
        font-size: 24px;
        font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
        font-weight: 600;
        letter-spacing: 0.0em;
        line-height: 36px;
    }

    h3 {
        font-size: 28px;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        letter-spacing: 0.2em;
        text-align: center;
        text-indent: 0.2em;
        margin: 0 0 10px 0;
    }

    h4 {
        text-align: center;
        text-indent: 0.2em;
        margin-bottom: 40px;
        font-weight: bold;
        font-size: 18px;
    }

    h5 {
        height: auto;
        width: 100%;
        padding: 11px 0;
        border-bottom: 1px solid #666;
        margin-bottom: 50px;
        font-size: 16px;
        font-weight: bold;
    }

    h6 {
        height: 17px;
        width: 96%;
        padding: 7px 2%;
        border-top: 1px solid #ece8e3;
        border-bottom: 1px solid #ece8e3;
        background: #faf7f3;
        margin-bottom: 40px;
        font-size: 16px;
    }

    p {
        font-size: 14px;
        line-height: 1.8em;
        margin-bottom: 30px;
    }

    p.sub {
        font-size: 12px;
        margin-bottom: 60px;
    }

    p.nam span {
        font-size: 14px;
        margin-left: 20px;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
    }

    .pp {
        position: relative;
        max-width: 900px;
        width: 90%;
        margin: 0 auto;
    }

    .of {
        position: relative;
        max-width: 900px;
        width: 90%;
        margin: 50px auto;
    }

    /*.of p{
        text-align:left!important;
    }*/
    .of span.req {
        color: #fff;
        padding: 0 4px 0 4px;
        margin-left: 4px;
        margin-right: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background-color: #333;
        font-size: 11px !important;
        font-weight: bold;
        white-space: nowrap;
    }

    .of input[type="text"],
    .of input[type="email"],
    .of input[type="tel"],
    .of input[type="url"],
    .of textarea {
        background-color: #fff;
        color: #333;
        width: 95%;
        font-size: 100%;
        margin-top: 5px;
        padding: 1em;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        border: 1px solid #eee;
        -webkit-appearance: none;
    }

    .of input[type="submit"],
    .of input[type="button"] {
        font-size: 13px;
        background: #fff;
        color: #333;
        cursor: pointer;
        width: 360px;
        height: 55px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        border: 1px solid #999;
        -webkit-appearance: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .select-small {
        width: 120px;
    }

    .select-medium {
        width: 240px;
    }

    .select-wrap {
        position: relative;
        display: inline-block;
    }

    .select-wrap::after {
        content: '';
        width: 6px;
        height: 6px;
        border: 0;
        border-bottom: solid 2px #eee;
        border-right: solid 2px #eee;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -2px;
    }

    .select-wrap select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: transparent;
        position: relative;
        z-index: 1;
        padding: 1em;
        border: 1px solid #eee;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        margin-top: 5px;
        width: 100%;
    }

    select::-ms-expand {
        display: none;
    }

    .of input[type="submit"]:hover,
    .of input[type="button"]:hover {
        background: #333;
        border: 1px solid #333;
        color: #fff;
    }

    /** pic box styles **/
    .pic-wrap {
        margin: 0 auto 40px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: inherit;
    }

    .pic-box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: inline-flex;
        -ms-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 300px;
        max-width: 300px;
        padding: 5px;
        justify-content: center;
        align-items: center;
        margin: 0 3px;
    }

    .pic-box .pic-preview-col {
        order: 1;
        width: 100%;
        flex: 1 0 100%;
        min-width: 100%;
    }

    .pic-box .pic-choice-btn-col {
        width: 100%;
        flex: 1 0 100%;
        min-width: 100%;
        order: 2;
        margin-top: 10px;
    }

    .pic-box .pic-sample-box {
        display: inline-flex;
        order: 3;
        padding-top: 12px;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .pic-box .pic-sample-box .pic-sample-label {
        order: 4;
        text-align: center;
        flex: 1 0 auto;
        -webkit-flex: 1;
    }

    .pic-box .pic-sample-box .pic-sample-image-col {
        order: 5;
        width: 102px;
        height: 132px;
    }

    .pic-box .pic-sample-box .pic-sample-image-col img {
        /** origin: 332 x 430 (1 : 1.295) */
        width: 102px;
        height: 132px;
    }

    /** only item selector */
    .pic-box .pic-reason-box {
        width: 100%;
        order: 9;
        text-align: left;
        margin-top: 1em;
    }

    .pic-sample-wrap .pic-sample-item {
        max-width: 332px;
    }

    .pic-sample-wrap .pic-sample-item img {
        max-width: 95%;
        max-height: 95%;
    }

    p.buttons input[type="button"] {
        margin: 0 5px;
        width: 320px;
    }

    #page-top-btn img {
        width: 62px;
        height: 62px;
    }

    .pic-ng-wrap .pic-ng-col {
        width: 26%;
        min-width: 26%;
    }

    #popup span.req {
        color: #fff;
        padding: 0 4px 0 4px;
        margin-left: 4px;
        margin-right: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background-color: #333;
        font-size: 11px !important;
        font-weight: bold;
        white-space: nowrap;
    }

    #popup h3 {
        font-weight: bold !important;
        line-height: 1.4em !important;
        font-size: 18px !important;
    }

    .item-inputs .file-select-button {
        width: 100% !important;
    }
}

/* --- /for pc --- */

/* --- for sp --- */
@media screen and (max-width: 768px) {

    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    #top-header-box .title-box {
        width: 100px;
    }

    #top-header-box .title-box h1 {
        line-height: 1.1em;
    }

    #sub-header-box {
        justify-content: left;
        margin: -8px auto 40px auto;
        width: 95%;
    }

    #sub-header-box h1 {
        font-size: 26px;
        line-height: 1.3em;
        margin-top: -60px;
    }

    #wrap {
        width: 95%;
        margin: 0 auto;
    }

    h1 {
        font-size: 23px;
        font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
        font-weight: 600;
        letter-spacing: 0.0em;
        line-height: 36px;
    }

    h3 {
        font-size: 28px;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        letter-spacing: 0.2em;
        text-align: center;
        text-indent: 0.2em;
        margin: 0 0 10px 0;
    }

    h4 {
        text-align: center;
        text-indent: 0.2em;
        margin-bottom: 40px;
        font-weight: bold;
        font-size: 18px;
    }

    h5 {
        height: auto;
        width: 100%;
        padding: 11px 0;
        border-bottom: 1px solid #666;
        margin-bottom: 50px;
        font-size: 16px;
        font-weight: bold;
    }

    h6 {
        height: 17px;
        width: 96%;
        padding: 7px 2%;
        border-top: 1px solid #ece8e3;
        border-bottom: 1px solid #ece8e3;
        background: #faf7f3;
        margin-bottom: 40px;
        font-size: 16px;
    }

    p {
        font-size: 14px;
        line-height: 1.8em;
        margin-bottom: 30px;
    }

    p.sub {
        font-size: 12px;
        margin-bottom: 60px;
    }

    p.nam span {
        font-size: 14px;
        margin-left: 20px;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
    }

    .pp {
        position: relative;
        width: 95%;
        margin: 0 auto;
    }

    .form .flow-box li {
        height: 60px;
    }

    .form .input-box .name-input {
        width: 49.5%;
    }

    .form .input-box .zip-input {
        width: 48%;
    }

    .form .input-box .tel-input {
        width: 62%;
    }

    .of {
        position: relative;
        width: 100%;
    }

    .of p {
        text-align: left;
    }

    .of span.req {
        color: #fff;
        padding: 0 4px 0 4px;
        margin-left: 4px;
        margin-right: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background-color: #333;
        font-size: 11px !important;
        font-weight: bold;
        white-space: nowrap;
    }

    .of input[type="text"],
    .of input[type="email"],
    .of input[type="tel"],
    .of input[type="url"],
    .of textarea {
        background-color: #fff;
        color: #333;
        width: 95%;
        font-size: 16px;
        margin-top: 5px;
        padding: 0.5em;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        border: 1px solid #eee;
        -webkit-appearance: none;
    }

    .select-wrap {
        position: relative;
        display: inline-block;
        width: 32%;
    }

    .select-wrap.select-medium {
        width: 58%;
    }

    .select-wrap::after {
        content: '';
        width: 6px;
        height: 6px;
        border: 0;
        border-bottom: solid 2px #eee;
        border-right: solid 2px #eee;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -2px;
    }

    .select-wrap select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: transparent;
        position: relative;
        z-index: 1;
        padding: 0.5em;
        border: 1px solid #eee;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        margin-top: 5px;
        width: 100%;
    }

    select::-ms-expand {
        display: none;
    }

    .of input[type="submit"],
    .of input[type="button"] {
        font-size: 13px;
        background: #fff;
        color: #333;
        cursor: pointer;
        width: 100%;
        height: 55px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        border: 1px solid #999;
        -webkit-appearance: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .of input[type="submit"]:hover,
    .of input[type="button"]:hover {
        background: #333;
        border: 1px solid #333;
        color: #fff;
    }

    .pic-wrap {
        margin: 0 auto 40px;
        text-align: center;
    }

    .pic-box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: inline-flex;
        -ms-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        min-width: 100%;
        align-items: center;
        margin-bottom: 40px;
    }

    .pic-box .pic-preview-col {
        order: 1;
        flex: 1;
        text-align: left;
    }

    .pic-box .pic-choice-btn-col {
        width: 100%;
        flex: 1 0 100%;
        min-width: 100%;
        order: 5;
        margin-top: 10px;
    }

    .pic-box .pic-sample-box {
        display: inline-flex;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        order: 2;
        padding-top: 12px;
        align-items: center;
        justify-content: center;
        flex: 1;
    }

    .pic-box .pic-sample-box .pic-sample-label {
        order: 3;
        text-align: center;
        width: 100%;
        min-width: 100%;
    }

    .pic-box .pic-sample-box .pic-sample-image-col {
        order: 4;
        height: 132px;
    }

    .pic-box .pic-sample-box .pic-sample-image-col img {
        /** origin: 332 x 430 (1 : 1.295) */
        width: 102px;
        height: 132px;
    }

    /** only item selector */
    .pic-box .pic-reason-box {
        width: 100%;
        order: 9;
        text-align: left;
        margin-top: 1em;
    }

    .pic-sample-wrap .pic-sample-item img {
        width: 50%;
    }

    #popup #popup-contents {
        width: 94%;
        margin: 0 auto;
    }

    .pic-sample-img-box {
        text-align: center;
    }

    .pic-confirm-wrap,
    .pic-sample-wrap {
        /** cancel flex layout **/
        display: block;
    }

    .pic-sample-wrap .pic-sample-item {
        max-width: none;
    }

    p.buttons input[type="button"] {
        margin: 15px 0;
    }

    #page-top-btn img {
        width: 62px;
        height: 62px;
    }

    .pic-ng-wrap .pic-ng-col {
        width: 34%;
        min-width: 34%;
    }

    #popup span.req {
        color: #fff;
        padding: 0 4px 0 4px;
        margin-left: 4px;
        margin-right: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background-color: #333;
        font-size: 11px !important;
        font-weight: bold;
        white-space: nowrap;
    }

    #popup h3 {
        font-weight: bold !important;
        line-height: 1.4em !important;
        font-size: 18px !important;
    }

    .item-inputs .square-box {
        width: 50%;
        min-width: 215px;
        min-height: 215px;
        margin: 0 auto;
    }

    .pic-choice-remove-box a img {
        width: 25px;
        height: 25px;
    }
}

/* --- /for sp --- */
