<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*====================================================================================
■Content
====================================================================================*/

@media screen and (max-width: 716px) {
    #content {
        padding: 0 3% 70px 3%;
    }
}
@media screen and (min-width: 717px) {
    #content {
    padding: 0 0 70px;
    }
}

/*====================================================================================
■Clumb
====================================================================================*/
#underconstruction {
    padding: 50px 0;
    text-align: center;
}
#underconstruction img {
    width: 100px;
    height: auto;
    margin-top: 50px;
}
#crumb {
    margin: 0 5px 30px;
    padding: 5px 0;
}
#crumb ol {
    overflow: hidden;
}
#crumb ol li {
    float: left;
    font-size: 1.2rem;
}
#crumb ol li a {
    position: relative;
    margin-right: 2.5em;
}
#crumb ol li a::after {
    position: absolute;
    content: '';
    top: .5em;
    right: -1.5em;
    width: 6px;
    height: 6px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#crumb ol .home a {
    padding-left: 1.5em;
    background: url(../common_img/ico_home.png) no-repeat left center;
    background-size: 25%;
}
/*====================================================================================
■PageTitle
====================================================================================*/
#pageTitle {
    padding: 30px 0;
    margin: 0 -3%;
    text-align: center;
    border-bottom: 1px solid #ff9000;
    background: url(../common_img/bg_pagetitle.png) repeat center center;
}
#pageTitle h2 {
    font-size: 3rem;
    color: #ff6c00;
    font-weight: bold;
}
#pageTitle h2.shop {
    font-size: 3rem;
    color: #ff6c00;
}
.img_hd {
    display: none;
}
@media screen and (max-width: 716px) {
    #pageTitle {
        background-size: contain;
    }
    #pageTitle h2 {
        font-size: 2.6rem;
        margin: 0 5%;
    }
    #pageTitle h2.shop {
        font-size: 2.6rem;
    }
}
/*====================================================================================
■Contactbloc
====================================================================================*/
.contact_box {
    margin-top: 100px;
    padding: 20px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}
.contact_box .ttl_side {
    text-align: center;
}
.contact_box .btn_side {
    text-align: right;
}
.contact_box dt {
    float: left;
    margin-right: 10px;
}
.contact_box .ttl {
    font-size: 2.4rem;
}
.contact_box dd {
    float: left;
    margin-top: 5px;
}
.contact_box .icon {
    display: inline-block;
    color: #fff;
    background: #c7ba8c;
    padding: 2px 5px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.contact_box .tel {
    position: relative;
    display: inline-block;
    font-size: 2.4rem;
    padding-left: 40px;
}
.contact_box .tel::before {
    position: absolute;
    content: '';
    display: block;
    top: 50%;
    left: 50%;
    width: 23px;
    height: 19px;
    margin-top: -10px;
    margin-left: -3.5em;
    background: url(../common_img/ico_tel_off.png);
}
.contact_box .btn_request {
    position: relative;
}
.contact_box .btn_request a {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 1.8rem;
    background: #333;
    padding: 5px 10px 5px 40px;
    text-decoration: none;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.contact_box .btn_request a::before {
    position: absolute;
    content: '';
    display: block;
    top: 50%;
    left: 50%;
    width: 19px;
    height: 20px;
    margin-top: -10px;
    margin-left: -5.5em;
    background: url(../common_img/ico_email_off.png);
}
@media screen and (max-width: 716px) {
    .contact_box .ttl {
        font-size: 1.8rem;
        text-align: right;
    }
    .contact_box dd {
        margin-top: 2px;
    }
    .contact_box .icon {
        font-size: 1.2rem;
    }
    .contact_box .btn_side {
        text-align: center;
    }
    .contact_box .tel::before {
        margin-left: -3.5em;
    }
}
/*====================================================================================
■Pagenation
====================================================================================*/
.pagenation {
    position: relative;
    overflow: hidden;
}
.pagenation ul {
    position: relative;
    float: left;
    left: 50%;
}
.pagenation ul li {
    position: relative;
    float: left;
    left: -50%;
}
.pagenation .paging li {
    margin: 0 5px;
}
.pagenation ul li a {
    display: block;
    text-decoration: none;
    background: #f6f6f6;
    color: #000;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
}
.pagenation ul li a:hover {
    color: #fff;
    background: #ff9000;
}
.pagenation ul li a.current {
    background: #666;
    color: #fff;
}
.pagenation .btn a {
    position: relative;
    padding: 0 15px;
    width: 10em;
    background:#dad8d8;
}
.pagenation .btn_prev a {
    float: right;
}
.pagenation .btn_next a {
    float: left;
}
.pagenation .btn_prev a::before,
.pagenation .btn_next a::before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
}
.pagenation .btn_prev a::before {
    left: 10px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.pagenation .btn_next a::before {
    right: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.pagenation ul li.btn_prev a:hover,
.pagenation ul li.btn_next a:hover {
    background: #fff !important;
    color: #ff9000 !important;
}
.pagenation .btn_prev a:hover::before,
.pagenation .btn_next a:hover::before {
    border-right: 1px solid #ff9000;
    border-bottom: 1px solid #ff9000;
}
.page_back {
    margin: 0 auto;
    text-align: center;
}
.page_back a {
    display: block;
    width: 20em !important;
    /*width: 14em !important;*/
    padding: 0 20px;
    text-decoration: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.page_back a:hover {
    background: #14a0b7;
}
@media screen and (max-width: 716px) {
    .pagenation .btn a {
        width: 36px;
    }
    .pagenation .btn_prev a::before,
    .pagenation .btn_next a::before {
        display: none;
    }
}
/*====================================================================================
■Content List
====================================================================================*/
#content .list_wrapper {
    margin-bottom: 50px;
}
#content .list_wrapper .box {
    padding: 20px 10px;
    margin: 5px;
    border: 1px solid #e7e7e7;
    height:330px;
}
#content .list_wrapper .box .frame {
    display: table;
    width: 100%;
}
#content .list_wrapper .box .photo {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
}
#content .list_wrapper .box .photo img {
    border-radius: 6px;
}
#content .list_wrapper .box .ttl {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 1.2rem;
}
#content .list_wrapper .box .btn_detail a {
    position: relative;
    display: block;
    line-height: 36px;
    /*border: 1px solid #666;*/
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
}
#content .list_wrapper .box .btn_detail a::before {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    left: 10px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 6px;
    border-color: transparent transparent transparent #666;
}
#content .list_wrapper .box .btn_detail a:hover {
    border-color: #ff9000;
}
#content .list_wrapper .box .btn_detail a:hover::before {
    border-color: transparent transparent transparent #ff9000;
}
/*====================================================================================
■information
====================================================================================*/
#information .list {
    margin-bottom: 100px;
}
#information .list ul li {
    display: table;
    width: 100%;
    margin-bottom: 50px;
    border-bottom: 1px solid #b0b0b4;
}
#information .list .photo {
    display: table-cell;
    vertical-align: top;
    width: 25%;
    padding: 10px;
}
#information .list .comment {
    display: table-cell;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}
#information .list dl {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px dotted #c1c1c1;
}
#information .list dt {
    color: #ccc;
    font-size: 1.3rem;
    padding-top: 5px;
}
#information .list dd {
    font-size: 1.8rem;
}
#information .list .btn_detail a {
    display: block;
    float: right;
    background:#dad8d8;
    padding: 5px 20px 5px 15px;
    border-radius: 6px;
    margin: 15px;
}
#information .list .btn_detail a::before {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    right: 10px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 6px;
    border-color: transparent transparent transparent #666;
}
#information .list .btn_detail a:hover {
    color: #fff;
    background: #ff9000;
}
#information .list .btn_detail a:hover::before {
    border-color: transparent transparent transparent #fff;
}
#information .detail .tit {
    position: relative;
    margin-bottom: 20px;
}
#information .tit::before,
#information .tit::after {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ff9000;
}
#information .tit::before {
    bottom: 0;
}
#information .tit::after {
    bottom: -3px;
}
#information .detail h3 {
    margin-bottom: 20px;
    font-size: 2.0rem;
}
#information .detail .photo {
    text-align: center;
    margin-bottom: 30px;
}
#information .bloc {
    margin: 0 0 70px;
}
#information .bloc .tit {
    margin-bottom: 20px;
    position: relative;
    border-top: 2px solid #333;
    border-bottom: 1px solid #333;
}
#information .tit dl {
    padding: 10px 5px 10px 10px;
    font-weight: normal;
    font-size: 18px;
}
#information .tit dt {
    float: left;
    color: #7EB8D2;
    font-weight: bold;
    font-size: 1.3rem;
    padding-top: 5px;
}
#information .tit dd {
    padding-left: 7em;
}
#information .inner {
    padding: 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#information .inner .photo {
    float: right;
    width: 300px;
    margin-left: 20px;
}
.photo a {
    position: relative;
}
.photo .scall {
    position: absolute;
    bottom: 0;
    right: 2px;
    width: 28px;
    height: 28px;
    padding: 0px;
    background: rgba(0, 0, 0, 0.5);
}
#information .photo img {
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
}
#information .photo2 {
    width: 250px;
}
#information .photo2 img {
    max-width: 250px;
}

@media screen and (max-width: 716px) {
    #information .list ul li {
        display: bloc;
        width: 100%;
        padding-bottom: 50px;
        border-bottom: 1px solid #b0b0b4;
    }
    #information .list .photo {
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #information .photo2 img {
        max-width: 100% !important;
    }
    #information .list .comment {
        display: block;
    }
    #information .tit dt {
        float: none;
    }
    #information .tit dd {
        padding-left: 0;
    }
    #information .inner .photo {
        float: none;
        width: 100%;
        display: block;
        margin-left: 0;
        margin-bottom: 10px;
    }
    #information .detail {
        padding: 10px 0;
    }
}
/*====================================================================================
■Blog
====================================================================================*/
#blog .detail dt {
    color: #ccc;
    font-size: 1.3rem;
    padding-top: 5px;
}
#blog .detail dd {
    font-size: 2.4rem;
}
#blog .detail dl {
    position: relative;
    margin-bottom: 20px;
}
#blog .detail dl::before,
#blog .detail dl::after {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ff9000;
}
#blog .detail dl::before {
    bottom: 0;
}
#blog .detail dl::after {
    bottom: -3px;
}
#blog .bloc {
    margin-bottom: 50px;
}
#blog .bloc .photo {
    padding: 10px;
}
#blog .bloc .comment {
    padding: 10px;
}
@media screen and (max-width: 716px) {
    #blog .detail dl {
        padding: 10px;
    }
    #blog .detail dd {
        font-size: 1.8rem;
    }
}
/*====================================================================================
■Company
====================================================================================*/
#company .unchor {
    position: relative;
    overflow: hidden;
    padding: 0 0 50px;
    text-align: center;
}
#company .unchor ul {
    position: relative;
    float: left;
    left: 50%;
}
#company .unchor ul li {
    position: relative;
    float: left;
    left: -50%;
    margin: 0 10px;
}
#company .unchor ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    width: 200px;
    padding: 5px 10px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background: #7EB8D2;
    text-align: center;
}
#company .section_ttl {
    margin-bottom: 30px;
    padding: 15px 0;
    background: url(../common_img/bg_dot_blue.png);
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
}
#company .section_ttl h3 {
    font-size: 3.0rem;
}
#company #outline {
    margin-bottom: 70px;
}
#company #outline dt {
    float: left;
    margin: 10px 0 0 10px;
    padding: 5px;
    background: #14a0b7;
    color: #fff;
    width: 180px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
#company #outline dd {
    padding: 15px 10px 15px 220px;
    margin-bottom: 20px;
}
#company .gmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
#company .gmap iframe,
#company .gmap object,
#company .gmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
}
@media screen and (max-width: 716px) {
    #company .unchor {
        padding: 0 0 20px;
    }
    #company .unchor ul {
        width: 100%;
    }
    #company .unchor ul li {
        width: 50%;
        margin: 0;
    }
    #company .unchor ul li a {
        width: 95%;
        margin: 0 auto;
    }
    #company #outline dt {
        float: none;
    }
    #company #outline dd {
        padding: 10px;
        font-size: 1.4rem;
        border: 1px solid #14a0b7;
    }
    #company .gmap iframe,
    #company .gmap object,
    #company .gmap embed {
        height: 100%;
    }
}
/*====================================================================================
■Recruit
====================================================================================*/
/*====================================================================================
■contact
====================================================================================*/
#contact a {
    text-decoration: underline;
}
#contact .lead {
    margin-bottom: 30px;
    padding: 30px 0;
    text-align: center;
}
#contact .tel_box {
    width: 700px;
    border: 1px solid #d9d7d7;
    padding: 20px;
    margin: 0 auto 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#contact .tel_box h3 {
    margin-bottom: 10px;
    padding: 0 10px 10px;
    border-bottom: 1px solid #a09c9b;
    font-weight: bold;
    font-size: 14px;
    color: #555555;
}
#contact .tel_box .freedial {
    padding: 10px;
    font-size: 3.0rem;
    line-height: 36px;
}
#contact .tel_box .freedial .ico {
    display: inline-block;
    width: 60px;
}
#contact .tel_box .freedial .ico img {
    width: 100%;
    height: auto;
}
#contact strong {
    color: #ae8420;
}
#contact .btn {
    margin: 0 10px;
    text-align: center;
}
#contact .btn a {
    height: 62px;
    line-height: 62px;
    text-decoration: none;
}
#contact h4 {
    font-size: 3.0rem;
    font-weight: normal;
    text-align: center;
    color: #14a0b7;
    margin-bottom: 30px;
}
#contact .ttl h3 {
    position: relative;
    font-size: 3.0rem;
    margin-bottom: 1em;
    text-align: center;
    color: #ff9000;
}
#contact .ttl h3 span {
    font-size: 2.0rem;
    color: #000;
}
#contact .ttl h3::before,
#contact .ttl h3::after {
    position: absolute;
    content: '';
    display: block;
    left: 50%;
    width: 10em;
    height: 1px;
    margin-left: -5em;
    background: #ff9000;
}
#contact .ttl h3::before {
    bottom: 0;
}
#contact .ttl h3::after {
    bottom: -3px;
}
#a1_form {
    margin: 30px auto;
}
#a1_form table {
    width: 100%;
    margin: 15px auto;
    border-collapse: collapse;
    border-top: 2px solid #ccc;
}
#a1_form th {
    width: 260px;
    padding: 30px 4px 30px 20px;
    white-space: nowrap;
    font-size: medium;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
    line-height: 2.4;
}
#a1_form th img {
    float: right;
}
#a1_form th div {
    text-indent: -12px;
}
#a1_form td {
    padding: 30px 10px 30px 10px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
    line-height: 2.4;
}
#a1_form table li {
    list-style: none;
    margin: 5px 0;
    padding: 0 20px 0 0;
}
#a1_form table dd {
    margin: 0 0 10px;
}
#a1_form .fs10 {
    font-size: 10px;
}
#a1_form .hissu {
    float: right;
    margin: 0 3px;
    padding: 2px 5px;
    background: #bf0008;
    color: #fff;
    font-size: 10px;
}
#a1_form .ninni {
    float: right;
    margin: 0 3px;
    padding: 2px 5px;
    background: #666;
    color: #fff;
    font-size: 10px;
}
#a1_form .hint {
    font-size: 10px;
    color: #999;
}
.is_personal {
    display: none;
}
input,
select,
textarea {
    font-size: 2rem;
    margin-bottom: 1px;
    vertical-align: top;
}
#contact input,
#contact select,
#contact textarea {
    font-size: 16px;
}
.hide {
    display: none;
}
.mini {
    font-size: 10px;
}
optgroup {
    background-color: #ccc;
    color: #333;
    font-style: normal;
}
option {
    margin: 0 5px 0 0;
    background-color: #fff;
    color: #333;
}
.ime_on {
    ime-mode: active;
}
.ime_off {
    ime-mode: disabled;
}
#a1_form .input_txt,
#a1_form .select {
    padding: 10px 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.form_submit {
    margin: 10px 10px 0;
    padding: 5px;
    text-align: center;
}
.form_submit label {
    padding: 2px 0 0;
    font-weight: normal;
}
#a1_form input[type="submit"] {
    width: 300px;
    height: 50px;
    margin-top: 30px;
    background-color: #AB2E2D;
    border: none;
    color: #fff;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0;
    font-size: 1.4rem;
}
#a1_form input[type="submit"]:hover {
    background-color: #ff9000;
}
#a1_form input[type="submit"][disabled] {
    background-color: #ccc;
    cursor: default;
}
/*--------------------------------*/
#a1_form input[type="button"] {
    width: 300px;
    height: 50px;
    margin-top: 30px;
    background-color: #0e3d7f;
    border: none;
    color: #fff;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0;
}
#a1_form input[type="button"]:hover {
    background-color: #bf0008;
}
#a1_form input[type="button"][disabled] {
    background-color: #ccc;
    cursor: default;
}
/*=========================================
･ Privacy Policy
=========================================*/
#contact .pp {
    margin-top: 30px;
    height: 150px;
    overflow: auto;
    padding: 30px;
    border: 1px solid #ddd;
}
#contact .pp {
    margin-top: 30px;
    height: 200px;
    overflow: auto;
    padding: 30px;
}
#contact .pp h3 {
    position: relative;
    font-size: 2.4rem;
    margin-bottom: 1em;
    text-align: center;
}
#contact .pp h3::before,
#contact .pp h3::after {
    position: absolute;
    content: '';
    display: block;
    left: 50%;
    width: 8em;
    height: 1px;
    margin-left: -4em;
    background: #ff9000;
}
#contact .pp h3::before {
    bottom: 0;
}
#contact .pp h3::after {
    bottom: -3px;
}
#contact .pp p {
    margin-bottom: 1em;
}
#contact .pp li {
    margin-bottom: 10px;
    margin-left: 1em;
    text-indent: -1em;
}
#contact .pp dl {
    margin: 20px 10px;
}
#contact .pp dl dt {
    font-weight: bold;
    margin-bottom: 10px;
}
#contact .pp dl dd {
    margin-bottom: 20px;
}
#contact fieldset {
    margin: 20px 10px;
    border: 1px solid #ccc;
    padding: 10px 20px;
}
#contact fieldset legend {
    font-weight: bold;
    padding: 0 10px;
    margin: 0 10px;
}
#contact fieldset ul {
    line-height: 2;
    margin-top: 1rem;
}
#contact fieldset ul li {
    position: relative;
    padding: 0 0 0 2.5rem;
}
#contact fieldset ul li::before {
    display: block;
    content: '';
    position: absolute;
    top: .3em;
    left: 10px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background: #0e3d7f;
}
@media screen and (max-width: 716px) {
    #contact .lead {
        margin: 0 0 20px;
        padding: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #contact .lead p {
        margin: 0 10px;
    }
    #contact .lead .tel_box {
        width: 100%;
        padding: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #contact .tel_box .freedial {
        font-size: 2.4rem;
        line-height: 24px;
    }
    #contact .tel_box .freedial .ico {
        display: inline-block;
        width: 36px;
    }
    #a1_form th {
        display: block;
        padding: 5px 10px;
        border-bottom: none;
        width: inherit;
        background: #f2f2f2;
    }
    #a1_form td {
        display: block;
    }
    #a1_form td #zip.w15per {
        width: 35%;
    }
    #a1_form td span {
        display: block;
    }
    #a1_form input[type="submit"] {
        width: 100%;
    }
    #contact .pp .comment {
        margin: 0 10px;
    }
}
#mypage .box {
    padding: 30px;
    border: 1px solid #ccc;
    border-top: 2px solid #ff9000;
    position: relative;
    margin-top: -1px;
}
#mypage .btn_list {
    padding: 0 25px;
}
#mypage .btn_list div {
    padding: 0 5px;
}
#mypage .btn_list div .btna {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #ccc;
    text-align: center;
    border-bottom: none;
    cursor: pointer;
    height: 60px;
}
#mypage .btn_list div .btna:hover {
    background: #ff9000;
    border: none;
}
#mypage .btn_list div .btna:hover a {
    color: #fff;
}
#mypage .btn_list div .none_gray {
    background: #ccc;
}
#mypage .btn_list div a {
    line-height: 60px;
    font-weight: bold;
    display: block;
    text-decoration: none;
}
#mypage .btn_list div div.active {
    background: #ff9000;
    border: 1px solid #ff9000;
}
#mypage .btn_list div div.active a {
    color: #fff;
}
#mypage .btn_list div div.none {
    background: #c4c4c4;
    border: none;
}
#mypage .btn_list div div.none a {
    color: #000;
}
#mypage .btn_list div div:last-child {
    margin-right: 0;
}
#mypage .inbox {
    padding: 20px;
    padding-bottom: 40px;
    border: 1px solid #ccc;
}
#mypage .inbox h3 {
    font-size: 17px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ff9000;
}
#mypage .inbox h3 span {
    padding-left: 10px;
    border-left: 5px solid #ff9000;
    display: block;
    font-weight: bold;
}
#mypage .inbox .inbox__txt{
    float: left;
    width: 40%;
}

@media screen and (max-width: 716px) {
  #mypage .inbox .inbox__txt{
    width: 100%;
  }
}

#mypage .inbox .st1 {
    background: #ffe9cc;
    width: 100%;
    text-align: right;
    padding: 20px 15px;
}
#mypage .inbox .st1 p {
    color: #c30816;
    font-weight: bold;
    font-size: 15px;
}
#mypage .inbox .st1 p span {
    font-size: 30px;
    position: relative;
    top: 3px;
    font-weight: bold;
    margin-right: 20px;
}
#mypage .inbox table.st2 {
    border: 1px solid #ccc;
    width: 100%;
}
#mypage .inbox table.st2 thead {
    width: 100%;
}
#mypage .inbox table.st2 th {
    width: 100%;
    vertical-align: middle;
    text-align: left;
    padding: 15px 10px;
    border: none;
}
#mypage .inbox table.st2 td {
    border: 1px solid #ccc;
    padding: 15px 5px;
    text-align: center;
    vertical-align: middle;
}
#mypage .inbox table.st2 td:nth-child(1){
    width: 12%;
}
#mypage .inbox table.st2 td:nth-child(2){
    width: 25%;
}
#mypage .inbox table.st2 td:nth-child(3){
    width: 5%;
}
#mypage .inbox table.st2 td:nth-child(4){
    width: 17%;
}
#mypage .inbox table.st2 td:nth-child(5){
    width: 11%;
}
#mypage .inbox table.st2 td:nth-child(6){
    width: 10%;
}
#mypage .inbox table.st2 td:nth-child(7){
    width: 7%;
}
#mypage .inbox table.st2 td:nth-child(8){
    width: 13%;
}
#mypage .inbox table.st2 td span.txt, 
#mypage .inbox table.st2 td span.txt2 {
    background: #ff9000;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
}
#mypage .inbox table.st2 td span.txt2 input{
    background: none;
    outline: none;
    border: none;
    color: #fff;
    font-size: 13px;
    margin: 0;
    padding: 0;
}
#mypage .inbox table.st2 td span.txt:hover,
#mypage .inbox table.st2 td span.txt2:hover{
    opacity: 0.8;
    transition: all 0.5s;
    background: #d06108;
}
#mypage .inbox table.st4 {
    border: 1px solid #ccc;
    width: 100%;
}
#mypage .inbox table.st4 thead {
    width: 100%;
}
#mypage .inbox table.st4 th {
    width: 100%;
    vertical-align: middle;
    text-align: left;
    padding: 15px 10px;
    border: none;
}
#mypage .inbox table.st4 td {
    border: 1px solid #ccc;
    padding: 15px 10px;
    text-align: left;
    vertical-align: middle;
}
#mypage .inbox table.st4 td span.txt {
    background: #ff9000;
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
}
#mypage .inbox table.st3 {
    width: 100%;
    border: 1px solid #ccc;
}
#mypage .inbox table.st3 th {
    background: #eee;
    border: 1px solid #ccc;
    vertical-align: middle;
    text-align: center;
    padding: 10px 10px;
    width: 25%;
}
#mypage .inbox table.st3 td {
    border: 1px solid #ccc;
    vertical-align: middle;
    padding: 10px 10px;
    padding-top: 15px;
}
#mypage .inbox table.st3 td input,
#mypage .inbox table.st3 td select {
    margin-top: -5px;
    margin-bottom: 1px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 5px 6px;
}
#mypage .inbox table.st3 td .w30per {
    width: 30% !important;
}
#mypage .inbox table.st3 td select {
    width: 40%;
}
#mypage .inbox table.st3 .hissu {
    float: right;
    margin: 0 3px;
    padding: 2px 5px;
    background: #bf0008;
    color: #fff;
    font-size: 12px;
}
#mypage .inbox table.st3 .ninni {
    float: right;
    margin: 0 3px;
    padding: 2px 5px;
    background: #666;
    color: #fff;
    font-size: 12px;
}
#mypage .inbox table.st3 .icon_req,
#mypage .inbox table.st3 .icon_alt,
#mypage .inbox table.st3 .icon_any {
    display: block;
    position: relative;
    float: right;
    width: 4em;
    margin-top: 2px;
    padding: 0;
    border-radius: 2px;
    color: #ffffff;
    font-size: 85%;
    font-weight: bold;
    text-align: center;
}
#mypage .inbox table.st3 .icon_req {
    background: #C01026;
}
#mypage .inbox table.st3 .icon_alt {
    background: #ff8000;
}
#mypage .inbox table.st3 .icon_any {
    background: #999999;
}
#mypage .inbox table.st3 .bdrs2 {
    border-radius: 2px;
}
#mypage .inbox .form_submit {
    margin: 0px 10px 0;
    padding: 5px;
    text-align: center;
}
#mypage .inbox .btn {
    float: right;
    background: #ff9000;
    border-radius: 10px;
}
#mypage .inbox .btn a {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 8px 30px;
    color: #000;
}
#mypage .inbox .btn:hover a {
    color: #000;
}
#mypage .inbox .btn_submit,
#mypage .inbox .blk-gradient {
    font-size: 14px;
    padding: 10px 80px;
    border-radius: 10px;
    background: #ff9000;
    color: #fff;
    border: none;
    cursor: pointer;
    text-decoration: none;
}
#mypage .inbox .bgr-gradient {
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 10px;
    background: #ff9000;
    color: #fff;
    border: none;
    cursor: pointer;
    text-decoration: none;
    width: 230px;
    text-align: center;
}
#mypage .inbox .btk-gradient {
    font-size: 14px;
    padding: 10px 30px;
    border-radius: 10px;
    background: #ccc;
    color: #000;
    border: none;
    cursor: pointer;
    text-decoration: none;
}
@media screen and (max-width: 716px) {
  #mypage .inbox .btn_splayout {
    float: none;
    width: 230px;
    margin: 0 auto;
  }
    #mypage .inbox .btn_splayout2 {
    float: none;
    width: 230px;
    margin: 0 auto;
  }
    #mypage .inbox .btn_splayout2 a {
    margin-top: 10px;
    }
}
#mypage .inbox .contact_submit {
    padding: 0 10px;
    text-align: center;
}
#mypage input[type="radio"],
#mypage input[type="checkbox"] {
    vertical-align: -0.1em;
}
#shop .btn_list2 {
    margin-top: 0%;
    padding: 2%;
}
@media screen and (max-width: 716px) {
    #shop .item {
        padding: 3%;
        margin: 0 1% 10px;
        border: 1px solid #ccc;
    }
}
@media screen and (min-width: 717px) {
    #shop .item {
        padding: 3%;
        margin: 0 3% 10%;
        border: 1px solid #ccc;
    }
}
#shop .item h3 {
    color: #0068b7;
    text-decoration: underline;
    margin: 2% 0;
}
#shop .item p {
    text-align: justify;
}
#shop .item table {
    margin-top: 3%;
    border-radius: 5px;
    width: 100%;
    background: #ffe9cc;
    font-size: 12px;
}
#shop .item table th {
    padding: 2%;
}
#shop .item table td {
    padding: 2%;
}
#shop .item table td span {
    font-weight: bold;
    color: #ff0000;
}
#shop .item .btn_detail {
    margin-top: 3%;
    border: 1px solid #ff9000;
    padding: 1px;
    text-align: center;
}
#shop .item .btn_detail a {
    display: block;
    background: url(../shop/images/arr.jpg) no-repeat left center;
    min-height: 27px;
    line-height: 27px;
    text-decoration: none;
}
#shop .item .btn_detail a:hover {
    background: #ff9000 url(../shop/images/arr.jpg) no-repeat left center;
    color: #fff;
}
#shop .item .photo a {
    height: 163px;
    display: block;
    width: 97px;
    margin: auto;
}
#shop .item .photo img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
#shop .detail .slide {
    width: 55%;
    float: left;
    padding-bottom:3%
}
#shop .detail .slide .slides_container {
    width: 72%;
    float: left;
    position: relative;
    /* display: table; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border: 1px solid #c9c9c9;
    margin-bottom: 20px;
}
#shop .detail .slide .slides_container .img {
    /* position: relative;
                    height: 350px; */
    overflow: hidden;
    text-align: center;
    /* display: table-cell; */
    vertical-align: middle;
}
#shop .detail .slide .slides_container img {
    /* position: relative;
                    left: 0;top: 0;right: 0;bottom: 0;
                    margin: auto; */
    /* max-height: 100%;
                    width: auto; */
}
#shop .detail .slide .pagination {
    width: 27%;
    float: right;
}
#shop .detail .slide .pagination li {
    cursor: pointer;
    margin-bottom: 5%;
    position: relative;
    height: 110px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #c9c9c9;
}
#shop .detail .slide .pagination li img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    width: auto;
}
#shop .detail .slide .txt .btn {
    display: inline-block;
    border: 1px solid #ff9000;
    width: 200px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 3%;
}
#shop .detail .slide .txt .btn a {
    font-weight: bold;
}
#shop .detail .info_faq {
    max-width: 80%;
    font-size: 2rem;
}
#shop .detail .info_faq .btn_block {
    max-width: 50%;
    background: #ff9000;
    border-radius: 30px;
    height: 45px;
    width: 100%;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    border: none;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.1em;
}
#shop .detail .info_faq .btn_blockcl2 {
    background: #AB2E2D;
}
#shop .detail .info_faq .ac_con {
    display: none;
}
#shop .detail .info_faq dl {
    padding: 2% 0;
}
#shop .detail .info_faq dl dd {
    padding: 2% 0;
}
#shop .detail .info_faq dl dd p {
    display: inline-block;
    padding: 1%;
}
#shop .detail .info_faq dl dd input[type="button"] {
    display: block;
    border: 1px solid #ff9000;
    border-radius: 30px;
    width: 80%;
    font-size: 16px;
    cursor: pointer;
    height: 45px;
    background: #fff;
    text-align: center;
    font-weight: bold;
}
#shop .detail .info_faq dl dd input[type="button"]:hover {
    background: #ff6c00;
    color: #fff;
}
#shop .detail .info_faq .active input[type="button"] {
    background: #ff6c00;
    color: #fff;
}
#shop .detail .info_faq .mt4per {
    margin-top: 10px;
}
#shop .detail .info_faq a:hover {
    color: #fff;
    text-decoration: none;
}
#shop .detail .btn_center {
    background: #ff6c00;
    text-align: center;
    display: inline-block;
    width: 25%;
    margin: 0 auto;
    color: #fff;
    font-weight: bold;
    min-width: 220px;
    padding: 7px 0px;
    text-decoration: none;
    margin-top: 50px;
}
#shop .detail .btn_center2 {
    background: #000000;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    font-weight: bold;
    padding: 7px 0px;
    text-decoration: none;
    margin-top: 5%;
}

#shop .detail .lightbox {
    position: relative;
}
#shop .detail .lightbox:after {
    position: absolute;
    content: '';
    background: url(../shop/images/ic_zom.png) no-repeat;
    background-size: 100%;
    width: 50px;
    height: 50px;
    right: 0;
    bottom: 0px;
    z-index: 0;
}
#shop .detail .info {
    width: 43%;
    float: right;
}
#shop .detail .info .txt {
    background: #ffe9cc;
    border-radius: 10px;
    padding: 3% 8%;
}
#shop .detail .info .txt table {
    width: 100%;
    margin-bottom: 5%;
}
#shop .detail .info .txt table td {
    padding: 3%;
    vertical-align: middle;
}
#shop .detail .info table.st1 {
    width: 100%;
    margin-top: 5%;
    margin-bottom: 5%;
    border: 1px solid #ccc;
}
#shop .detail .info table.st1 td {
    padding: 3%;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #ccc;
}
#shop .detail .info table.st1 th {
    font-weight: bold;
    width: 30%;
    background: #e5e5e5;
    vertical-align: middle;
    border: 1px solid #ccc;
}
#shop .txt_r {
    text-align: right !important;
}
.brn_side {
    margin: 8% 3% 2% 3%;
}
#order .lightbox {
    position: relative;
}
#order .btn_list3 {
    margin-top: 5%;
    padding: 0%;
}
#order .btn_list3 li {
    padding: 0 1%;
    max-width: 100% !important;
}
#order .btn_list3 li .img {
    max-width: 70% !important;
}
#order .lightbox:after {
    position: absolute;
    content: '';
    background: url(../shop/images/ic_zom.png) no-repeat;
    background-size: 100%;
    width: 50px;
    height: 50px;
    right: 0;
    bottom: 0px;
    z-index: 0;
}
#order .txt {
    margin-top: 5%;
}
#order .txt .btn {
    display: inline-block;
    border: 1px solid #ff9000;
    width: 200px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 5%;
}
#order .txt .btn a {
    font-weight: bold;
}
#order .box_light {
    width: 50%;
    float: left;
    padding-right: 1%;
}
#order .box_tb {
    width: 50%;
    padding: 0 1%;
    float: left;
}
#order .box_tb table {
    width: 100%;
    border: 1px solid #ccc;
}
#order .box_tb table th,
#order .box_tb table td {
    border: 1px solid #ccc;
    padding: 1%;
}
#order .box_tb table th {
    font-weight: bold;
}
#order .box_tb table td {
    text-align: center;
}
#order .box_tb table td span {
    color: #0068b7;
}
#order .box_info {
    width: 50%;
    margin: 0 0 20px;
}
#order .box_info .btn {
    display: block;
    border: 1px solid #ff9000;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 5%;
}
#order .box_info .btn a {
    font-weight: bold;
}
#order .box_info .btn2 {
    display: block;
    /*border: 1px solid #b8b8b8;*/
    border-radius: 10px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 5%;
    padding: 10px 10px;
    /*padding:10px 0 0;*/
}
#order .box_info .btn2 a {
    font-weight: bold;
    display: block;
}
#order .box_info h3 {
    font-weight: bold;
    font-size: 22px;
    color: #ff9000;
}
#order .table_order {}
#order .table_order table {
    margin-top: 20px;
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 4%;
}
#order .table_order table th {
    border: 1px solid #ccc;
    background: #eee;
    text-align: left;
    padding: 20px 10px;
    vertical-align: middle;
    width: 230px;
    font-weight: bold;
}
#order .table_order table td {
    border: 1px solid #ccc;
    padding: 15px;
}
#order .table_order table td table {
    padding: 0;
    border: none;
    margin: 0;
}
#order .table_order table td table td {
    vertical-align: middle;
    /*border-right: none;
          border-bottom: 1px solid #ccc;*/
}
#order .table_order table td table td span {
    display: inline-block;
}
#order .table_order table td table .border_ln {
    border-left: none;
}
#order .table_order table td table .boder_bn {
    border-bottom: none;
}
#order .table_order table td table .boder_tn {
    border-top: none;
}
#order .table_order table .t_sub {
    padding: 0;
}
#order .table_order table span.hinsu {
    background: #ff7b1a;
    color: #fff;
    font-size: 12px;
    padding: 2px 5px;
    margin-right: 10px;
}
#order .table_order table span.ninni {
    background: #7f7f7f;
    color: #fff;
    font-size: 12px;
    padding: 2px 5px;
    margin-right: 10px;
}
#order .table_order table input[type="radio"],
#order .table_order table input[type="checkbox"] {
    vertical-align: -0.1em;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 5px;
}
#order .table_order table select {
    height: 35px;
    padding: 1px 10px 1px;
    border: 1px solid #ccc;
    width: 40%;
}
#order .table_order table td input[type="text"] {
    padding: 9px 10px 8px;
    border: 1px solid #ccc;
    min-width: 92%;
    margin-bottom: 3%;
    font-size: 13px;
}
#order .table_order table td input.w25per {
    min-width: 50%;
    margin-bottom: 0;
}
.pt05 {
    position: relative;
    top: 7px;
    margin-left: 10px;
}
#order .table_order table td input[type="file"] {
    display: none;
}
#order .table_order table .custom-file-upload {
    display: inline-block;
    padding: 6px 10%;
    cursor: pointer;
    background: #ff9000;
    color: #fff;
    border-radius: 8px;
    margin-right: 10px;
    margin-bottom: 2%;
}
#order .table_order table textarea {
    height: 120px;
    padding: 10px 10px;
    border: 1px solid #ccc;
    width: 100%;
    font-size: 13px;
}
#order .table_order table dt {
    border-top: 1px dashed #ccc;
    margin-top: 2%;
    padding-top: 2%;
}
#order .table_order table dt .txt_span {
    display: inline-block;
    padding-top: 5px;
    margin-right: 140px;
}
#order .table_order .style_2 th {
    /* background: none; */
    font-weight: normal;
}
#order .table_order .style_2 td {
    text-align: right;
}
#order .table_order .style_2 td span {
    font-weight: bold;
    font-size: 16px;
}
#order .table_order .style_2 .boder_nr {
    border-right: none;
}
#order .table_order .style_2 .boder_nl {
    border-left: none;
}
#order .table_order .btn_input {
    background: #AB2E2D;
    border-radius: 8px;
    display: inline-block;
    padding: 0% 10%;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none !important;
    margin: 0 auto;
    border: none;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#order .table_order .btn_input:hover {
    color: #fff;
    opacity: 0.7;
}
#order .table_order .info_order {
    margin-top: 5%;
}
#order .table_order .info_order h6 {
    background: #ff6c00;
    font-size: 20px;
    padding: 15px;
    color: #fff;
    font-weight: bold;
}
#order .table_order .info_order .txt {
    margin-top: 0;
    padding: 20px;
    border: 1px solid #ff6c00;
}
#order .table_order .info_order .txt span {
    font-weight: bold;
}
#order .tt_table {
    background: #ff9000;
    border-radius: 8px;
    height: 50px;
    padding: 10px;
}
#order .tt_table h4 {
    border-left: 4px solid #fff;
    line-height: 30px;
    height: 30px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    padding-left: 15px;
}
#order .table_order table th em {
    font-weight: bold;
    padding-left: 45px;
}
.list_addproduct{
    margin: 30px 0 60px;
}
.list_addproduct ul{
    display: flex;
    flex-wrap: wrap;
}
.list_addproduct ul li{
    width: 23%;
    margin-right: 2.6%;
    margin-bottom: 30px;
}
.list_addproduct ul li figure{
    background: #fff;
    border-radius: 10px;
    position: relative;
    width: 100%;
    height: 186px;
    margin-bottom: 15px;
    /*border: 1px solid #666666; */
}
.list_addproduct ul li figure img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 186px;
}
.list_addproduct ul li h5{
    color: #ff9000;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
}
.list_addproduct ul li:nth-child(4n+4){
    margin-right: 0;
}
.list_addproduct ul li .btn_addproduct a{
    display: block;
    width: 100%;
    border: 1px solid #000;
    padding: 10px;
    text-align: center;
    position: relative;
    margin-top: 20px;
    color: #000;
}
.list_addproduct ul li .btn_addproduct a::before{
    display: inline-block;
    content: '';
    border: 4px solid transparent;
    border-left: 7px solid #666666;
    margin-right: 5px;
    vertical-align: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    height: 5px;
}
.list_addproduct ul li .btn_addproduct a:hover{
    background: #ff9000;
    transition: all 0.5s;
    text-decoration: none;
}
#shop .list_addproduct{
    margin-bottom: 0;
}
.morecontent span {
    display: none;
}
.morelink {
    display: block;
}
.mt90{
    margin-top: 30px;
}
.mt2per {
    margin-top: 2%;
}
.mt3per {
    margin-top: 3%;
}
#shopset .tt_table, #shop .tt_table{
    background: #cccccc;
    border-radius: 8px;
    /* height: 50px; */
    padding: 10px;
}
#shopset .tt_table h4, #shop .tt_table h4{
    border-left: 4px solid #fff;
    line-height: 30px;
    /* height: 30px; */
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    padding-left: 15px;
}
@media screen and (max-width: 716px) {
    #shop .detail {}
    #shop .detail .slide {
        width: 100%;
        float: none;
    }
    #shop .detail .info_faq {
        max-width: 100%;
        text-align: center;
    }
    #shop .detail .info_faq .btn_block {
        max-width: 100%;
        margin: 20px 0;
    }
    #shop .detail .info_faq dl dd .col-xs-6 {
        width: 50%;
    }
    #shop .detail .lightbox:after {
        width: 30px;
        height: 30px;
    }
    #shop .detail .info {
        width: 100%;
        float: none;
    }
    #shop .detail .info .txt {
        padding: 2% 4%;
        margin-top: 3%;
    }
    #shop .detail .info .txt table {
        width: 100%;
    }
    #shop .detail .info .txt table td {
        width: 40%;
        padding: 3% 0%;
    }
    #shop .detail .info table.st1 {
        margin-top: 5%;
        margin-bottom: 5%;
    }
    /*
    #shop .detail .info table.st1 td {
        width: 100%;
        padding: 2% 3%;
        display: block;
        text-align: left;
    }

    #shop .detail .info table.st1 th {
        width: 100%;
        padding: 2% 3%;
        display: block;
        text-align: left;
    }*/
    #order {}
    .mt90{
        margin-top: 45px;
    }
    #order .btn_list3 {
        margin-top: 5%;
        padding: 0%;
    }
    #order .btn_list3 .col-xs-6 {
        width: 50%;
        margin-top: 3%;
    }
    #order .btn_list3 .col-xs-6 .img {
        max-width: 80% !important;
    }
    #order .btn_list3 .col-xs-12 {
        width: 100%;
    }
    #order .btn_list3 .col-xs-12 .img {
        max-width: 40% !important;
    }
    #order .txt {
        margin-top: 3%;
    }
    #order .txt .btn {
        margin-bottom: 3%;
    }
    #order .box_light {
        width: 100%;
        float: none;
        padding-right: 0%;
    }
    #order .box_tb {
        width: 100%;
        padding: 0%;
        float: none;
        margin-top: 3%;
        margin-bottom: 3%;
    }
    #order .box_info {
        width: 100%;
        padding-left: 0%;
        float: none;
    }
    #order .box_info .btn {
        margin-bottom: 3%;
    }
    #order .box_info .btn2 {
        margin-bottom: 3%;
    }
    #order .table_order {
        margin-top: 5%;
        width: 100% !important;
    }
    #order .table_order table {
        margin-bottom: 4%;
        border: none;
        width: 100% !important;
        border-bottom: 1px solid #ccc;
    }
    #order .table_order table th {
        padding: 10px 15px;
        width: 100% !important;
        display: block !important;
    }
    #order .table_order table td {
        width: 100% !important;
        display: block !important;
        border-bottom: none;
    }
    #order .table_order table td .pc_tb {
        display: none;
    }
    #order .table_order table td input[type="text"] {
        min-width: 100%;
    }
    #order .table_order table select {
        width: 100% !important;
        margin-bottom: 2%;
    }
    #order .table_order table .w46per2 {
        width: 46% !important;
    }
    #order .table_order table dt select {
        float: right;
    }
    #order .table_order table .col-xs-6 {
        width: 100%;
    }
    #order .table_order .style_2 th {
        background: #eee;
        font-weight: bold;
    }
    #order .table_order .style_2 td {
        text-align: right;
    }
    #order .table_order .style_2 td span {
        font-weight: bold;
        font-size: 16px;
    }
    #order .table_order .style_2 .boder_nr {
        border-right: none;
    }
    #order .table_order .style_2 .boder_nl {
        border-left: none;
    }
    #order .table_order .btn_input {
        width: 100%;
        font-size: 1.1em;
    }
    #order .table_order input[type='submit'] {
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        appearance: none !important;
        margin: 50px 0;
    }
    .list_addproduct ul{
        justify-content: space-between;
    }
    .list_addproduct ul li{
        width: 48%;
        margin-right: 0;
    }
    .list_addproduct ul li figure{
        height: 140px;
    }
    .list_addproduct ul li figure img{
        max-height: 140px;
    }
    .buttonfix input[type='button'] {
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        appearance: none !important;
        border-radius: 8px;
    }
    #shop .detail .info_faq .btn_blockcl2 {
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        appearance: none !important;
        border-radius: 30px;
    }
    #order .table_order .btn_input:hover {
        color: #fff;
    }
    #order .table_order .info_order {
        margin-top: 30px;
    }
    #order .table_order .info_order h6 {
        background: #ff6c00;
        font-size: 20px;
        padding: 15px;
        color: #fff;
        font-weight: bold;
    }
    #order .table_order .info_order .txt {
        margin-top: 0;
        padding: 20px;
        border: 1px solid #ff6c00;
    }
    #order .table_order .info_order .txt span {
        font-weight: bold;
    }
    #order .tt_table {
        height: 40px;
        padding: 5px 10px;
    }
    #order .tt_table h4 {
        font-size: 18px;
    }
    #order .table_order .select_wrap .pack_list .col02 li{
        width: 100%;
    }
    #shopset .tt_table, #shop .tt_table {
        /* height: 40px; */
        padding: 5px 10px;
    }
    #shopset .tt_table h4, #shop .tt_table h4 {
        font-size: 18px;
    }
}
@media screen and (max-width: 716px) {
    #mypage .box {
        padding: 15px;
        margin-top: 15px;
    }
    #mypage .btn_list {
        padding: 0 10px;
    }
    #mypage .btn_list div {
        padding: 0 5px;
        margin-bottom: 1%;
    }
    #mypage .btn_list div .btna {
        border-radius: 5px;
        border: 1px solid #ccc;
    }
    #mypage .btn_list div div.active {
        background: #ff9000;
        border: none;
    }
    #mypage .btn_list div div.active a {
        color: #fff;
    }
    #mypage .inbox {
        padding: 15px;
        border: 1px solid #ccc;
    }
    #mypage .inbox .br_sp {
        display: none;
    }
    #mypage .inbox table.st2 th {
        padding: 15px 10px;
    }
    #mypage .inbox table.st2 td {
        padding: 15px 2px;
    }
    #mypage .inbox .inner_table{
        width: 100%;
        overflow-x: scroll;
    }
    #mypage .inbox .inner_table table.st2{
        width: 750px;
    }
    #mypage .inbox table.st2 td span.txt,
    #mypage .inbox table.st2 td span.txt2{
        padding: 2px 3px;
        font-size: 12px;
    }
    #mypage .inbox table.st2 td span.txt2 input{
        font-size: 12px;
    }
    #mypage .inbox table.st3 th {
        width: 40%;
    }
    #mypage .inbox table.st3 td {
        padding: 10px 5px;
    }
    #mypage .inbox table.st3 td input[type="text"] {
        width: 90%;
    }
    #mypage .inbox table.st3 td select {
        width: 90%;
    }
    #mypage .inbox table.st3 td .w20per {
        width: 100% !important;
    }
    #mypage .col-xs-12 {
        width: 100%;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 414px) {
    #mypage .inbox table.st3 th {
        width: 40%;
    }
    #mypage .inbox table.st3 td input[type="text"] {
        width: 100%;
    }
    #mypage .inbox table.st3 td select {
        width: 100%;
    }
    #mypage .inbox table.st3 td .w30per {
        width: 100% !important;
    }
    #mypage .inbox table.st3 td .w20per {
        width: 100% !important;
    }
}
.none {
    display: none;
}
,
.showDIV {
    display: block;
}
#flow .box {
    border: 1px solid #ccc;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-bottom: 10px;
    margin: 0 3%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 94%;
    position: relative;
}
#flow .box:after {
    content: '';
    position: absolute;
    background: url(../guide/flow/images/arrrrrrrrrrr.png) no-repeat right center;
    height: 64px;
    width: 23px;
    right: -23px;
    z-index: 99999;
    top: 50%;
}
#flow .box .tit {
    background: #ff6c00;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 0 15px;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#flow .box .tit h3 {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    padding: 15px 0px;
}
#flow .box .tit p {
    text-align: justify;
}
#flow .box .txt {
    padding: 20px 15px 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#flow .bg_none:after {
    background: none;
}
#flow .bg_gray {
    background: url(../guide/flow/images/bg_box.png) repeat;
    padding: 2%;
    margin: 4% 2%;
}
#flow .bg_gray .tit {
    border-bottom: 1px solid #ff6c00;
    padding-bottom: 2%;
}
#flow .bg_gray .tit h4 {
    font-size: 18px;
    font-weight: bold;
    background: url(../guide/flow/images/icon_per.png) no-repeat;
    padding-left: 30px;
}
#flow .bg_gray p {
    margin-top: 3%;
}
#flow .box_tel {
    position: relative;
    margin-top: 5%;
}
#flow .box_tel p {
    position: absolute;
    left: 7%;
    bottom: 15%;
    font-size: 17px;
}
#flow .box_fax {
    position: relative;
    margin-top: 5%;
}
#flow .box_fax p {
    position: absolute;
    top: 45%;
    left: 7%;
}
@media screen and (max-width: 716px) {
    #flow .col-xs-6 {
        width: 100%;
    }
    #flow .box {
        padding-bottom: 2%;
        margin: 0 2% 0%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 96%;
        position: relative;
    }
    #flow .box:after {
        background: none;
    }
    #flow .box .tit {
        margin-bottom: 4%;
    }
    #flow .box .tit h3 {
        font-size: 20px;
        padding: 2% 0px;
    }
    #flow .box .tit h3 img {
        height: 30px;
    }
    #flow .box .imgFloat {
        float: left;
        width: 40%;
    }
    #flow .box .txt {
        padding: 0px;
        padding-right: 4%;
        text-align: justify;
        float: right;
        width: 58%;
    }
    #flow .bg_gray {
        padding: 3%;
        margin: 5% 2% 0%;
    }
    #flow .box_tel {
        margin: 5% 2% 0;
    }
    .mt5per {
        margin-top: 5%;
    }
}
#comp .tt_table {
    background: #ff9000;
    border-radius: 8px;
    height: 50px;
    padding: 10px;
}
#comp .tt_table h4 {
    border-left: 4px solid #fff;
    line-height: 30px;
    height: 30px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    padding-left: 15px;
}
#comp table {
    width: 100%;
    border: 1px solid #ccc;
}
#comp table th {
    background: #e5e5e5;
    padding: 10px 15px;
    width: 250px;
    text-align: center;
    border: 1px solid #ccc;
    font-weight: bold;
}
#comp table td {
    padding: 10px 15px;
    border: 1px solid #ccc;
}
#content .section_block {
    background: url(../company/images/bg.jpg) repeat;
    padding: 3% 0;
}
#content .section_block .ttl h3 {
    position: relative;
    font-size: 3.0rem;
    margin-bottom: 1em;
    text-align: center;
    color: #ff9000;
}
#content .section_block .ttl h3::before,
#content .section_block .ttl h3::after {
    position: absolute;
    content: '';
    display: block;
    left: 50%;
    width: 10em;
    height: 1px;
    margin-left: -5em;
    background: #ff9000;
}
#content .section_block .ttl h3::before {
    bottom: 0;
}
#content .section_block .ttl h3::after {
    bottom: -3px;
}
#content .section_block .box {
    border: 1px solid #ff9000;
    border-radius: 10px;
    padding: 4%;
    background: #fff;
    text-align: justify;
    margin: 0% 3%;
}
#content .section_block .box h4 {
    font-size: 20px;
    font-weight: bold;
    background: url(../company/images/icon.png) no-repeat left center;
    padding-left: 30px;
    margin-bottom: 10px;
}
.nonepc{
    /* display: table-column; */
}
.nonesp{display: none;}
#div1{width: 100% !important;}

@media screen and (max-width: 716px) {
    #div1 th{width: 100% !important;}
    #div1 td{width: 100% !important;}
    .nonepc{
        display: none !important;
    }
    .nonesp{
        display: table-row;
    }
    #comp {}
    #comp .tt_table {
        height: 40px;
        padding: 5px 10px;
    }
    #comp .tt_table h4 {
        font-size: 18px;
    }
    #comp table {
        width: 100%;
    }
    #comp table th {
        text-align: left;
        width: 100%;
        display: block;
    }
    #comp table td {
        width: 100%;
        display: block;
    }
    #content .section_block {
        padding: 4% 0;
    }
    #content .section_block .ttl h3 {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }
    #content .section_block .box {
        margin: 2% 3% 2%;
    }
    #content .section_block .box h4 {
        font-size: 18px;
    }
    #content .section_block .col-xs-12 {
        width: 100%;
    }
}
/* Sample page */
.title01 {
    background: #ff9000;
    border-radius: 8px;
    padding: 10px;
    margin: 0 0 20px;
}
.title01 span {
    border-left: 4px solid #fff;
    line-height: 30px;
    height: 30px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    padding-left: 15px;
}
.sample_list {
    margin: 0 0 20px;
}
.sample_list li {
    width: 48%;
    float: left;
    margin: 0 0 20px;
}
.sample_list li:nth-child(2n) {
    float: right;
}
.sample_list li:nth-of-type(2n-1) {
    float: left;
    clear: both;
}
.sample_list li:nth-of-type(2n) {
    float: right;
}
.sample_list li p {
    margin: 0 0 10px;
}
.map {
    margin: 0 0 40px;
}
@media screen and (max-width: 716px) {
    .title01 {
        margin: 0 0 10px;
        border-radius: 5px;
        padding: 7px;
    }
    .sample_list li {
        width: 100%;
        margin: 0 0 10px;
    }
}
/* Send page */
.sending {
    margin: 0 0 40px;
}
.sending &gt; img {
    margin-right: 30px;
}
.numlist {
    list-style: decimal;
    margin: 0 0 0 25px;
}
.delivery_box {
    margin: 0 10px 20px;
    padding: 15px 0;
    border: 1px solid #aaa;
}
.delivery_box h4 {
    text-align: center;
    background: #313131;
    color: #fff;
    font-size: 22px;
    padding: 5px 0;
    margin: 0 -10px 20px;
    position: relative;
}
.delivery_box h4:before {
    content: "";
    width: 10px;
    height: 9px;
    background: url(../guide/send/images/ico01.png) no-repeat left top;
    position: absolute;
    left: 0;
    bottom: -9px;
}
.delivery_box h4:after {
    content: "";
    width: 10px;
    height: 9px;
    background: url(../guide/send/images/ico02.png) no-repeat left top;
    position: absolute;
    right: 0;
    bottom: -9px;
}
.delivery_box ul {
    text-align: center;
    margin: 0 0 10px;
}
.delivery_box li {
    width: 168px;
    display: inline-block;
    margin: 0 10px 10px;
    background: #f7941c;
    color: #fff;
    padding: 10px 0;
    vertical-align: top;
    position: relative;
}
.delivery_box li:before {
    content: "";
    width: 24px;
    height: 100%;
    background: url(../guide/send/images/arrow.png) no-repeat center center;
    position: absolute;
    left: 100%;
    top: 0;
}
.delivery_box li:last-child:before {
    display: none;
}
.delivery_box li:nth-child(2n) {
    background: #ffc233;
    color: #000;
}
.delivery_box li p {
    line-height: 22px;
    margin: 10px 0 0;
}
.delivery_box li p.small {
    padding: 11px 0;
}
.delivery_box li p span {
    color: #e60012;
}
.note01 {
    text-align: right;
    padding: 0 15px 0 0;
}
.note01 span {
    padding: 10px 0 10px 36px;
    background: url(../guide/send/images/ico03.png) no-repeat left center;
}
.mb60 {
    margin-bottom: 60px;
}
.calendar_box {
    background: url(../guide/send/images/bg01.png) repeat center center;
    padding: 0 20px 20px;
    margin: 0 0 50px;
}
.calendar_in {
    background-color: #fff;
    -webkit-box-shadow: 3px 4px 5px rgba(0, 0, 0, .37);
    box-shadow: 3px 4px 5px rgba(0, 0, 0, .37);
}
.badge img {
    position: relative;
    top: -20px;
}
.calendar_in2 {
    padding: 0 30px 30px;
}
.calendar_box h4 {
    font-size: 22px;
    color: #ff9000;
    font-weight: bold;
    text-align: center;
    padding: 0 0 15px;
    margin: 0 0 20px;
    background: url(../guide/send/images/line.png) no-repeat center bottom;
}
.color_tag {
    margin: 0 0 10px;
}
.color_tag li {
    width: 150px;
    float: left;
    padding: 0 0 0 40px;
    margin: 0 0 5px;
}
.co01 {
    background: url(../guide/send/images/color01.png) no-repeat left center;
}
.co02 {
    background: url(../guide/send/images/color02.png) no-repeat left center;
}
.co03 {
    background: url(../guide/send/images/color03.png) no-repeat left center;
}
.co04 {
    background: url(../guide/send/images/color04.png) no-repeat left center;
}
.caldes {
    width: 358px;
    float: right;
}
.caldes dl {
    border: 1px solid #bfbfbf;
    text-align: center;
    font-size: 16px;
    margin: 0 0 15px;
}
.caldes dl:last-child {
    margin: 0;
}
.caldes dt {
    padding: 5px 0;
    font-weight: bold;
    color: #fff;
    background: #ff6c00;
}
.caldes dd {
    padding: 10px 0;
}
.caldes dd span {
    display: inline-block;
    text-align: right;
}
.catext {
    position: relative;
    margin: 0 0 25px;
}
.catext01:before {
    content: "";
    width: 217px;
    height: 187px;
    background: url(../guide/send/images/photo01.png) no-repeat center bottom;
    position: absolute;
    right: 0;
    bottom: -45px;
}
.catext02:before {
    content: "";
    width: 311px;
    height: 134px;
    background: url(../guide/send/images/photo02.png) no-repeat center bottom;
    position: absolute;
    right: 0;
    top: -15px;
}
.catext03:before {
    content: "";
    width: 176px;
    height: 198px;
    background: url(../guide/send/images/photo03.png) no-repeat center bottom;
    position: absolute;
    right: 0;
    top: -30px;
}
.color_list li {
    text-align: center;
    width: 15.666%;
    float: left;
    margin-bottom: 5px;
}
.color_list span {
    display: block;
}
.body-color-on {
    display: none;
}
#order .table_order table td .body-color-in input {
    width: 120px;
    min-width: 120px;
    margin-bottom: 0;
    padding: 3px;
}
.next_form_btn {
    cursor: pointer;
    color: orange;
    text-decoration: underline;
    font-weight: bold;
    margin-left: 15px;
}
.body-color-in .d_ib {
    width: 85px;
    display: inline-block;
    margin:5px;
}
.body-color-in dt,
.body-color-in dd {
    border-bottom: 1px dashed #ccc;
    padding: 10px 0;
}
.data-outer {
    display: none;
    margin: -1px 0 0;
}
.table_order .list_btn {
    background-color: #333;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 30px 5px 15px;
    position: relative;
    text-decoration: none;
    border-radius: 15px;
    float: right;
}
.list_btn::after {
    content: "";
    display: block;
    margin-top: -12px;
    position: absolute;
    right: 10px;
    top: 50%;
}
.table_order .list_btn:hover {
    background-color: #d90000;
}
.select_btn {
    border: 1px solid #a9a9a9;
    color: #262626;
    cursor: default;
    display: inline-block;
    min-width: 450px;
    text-decoration: none;
}
.select_btn span {
    cursor: default;
    display: block;
    padding: 5px 20px 5px 5px;
    position: relative;
}
.select_btn span::after {
    content: "▼";
    display: block;
    margin-top: -10px;
    position: absolute;
    right: 5px;
    top: 50%;
}
.select_btn:hover {
    text-decoration: none;
}
.select_wrap {
    position: relative;
}
.extend_body {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 100%;
    z-index: 999;
    display: none;
    border: 1px solid #ccc;
}
.extend_close a {
    display: block;
    background: #000;
    color: #fff;
    line-height: 40px;
    height: 40px;
    padding: 0 0 0 30px;
    position: relative;
}
.extend_close a img {
    position: absolute;
    left: 10px;
    top: 50%;
    margin: -6px 0 0;
}
.layout_list{
    padding: 10px;
    overflow:auto;
    height:400px;
}

.extend_list {
    height: 370px;
    overflow: auto;
    padding: 10px;
}
.extend_list li {
    margin: 0 0 10px;
}
.layout_elem img {
    padding:10px;
    border:solid 1px black;
}
.layout_elem dt {
    font-size:1.2em;
}

#order .table_order table .extend_list dt {
    border-top: 1px none #ccc;
    margin-top: 0%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 10px;
    background: url(../shop-order/images/icon_circle_s.png) no-repeat left center;
    border-bottom: 1px solid #ccc;
}
.extend_list li a {
    padding: 10px;
    border: 1px solid #ccc;
    display: block;
}
.extend_list img {
    max-width: 100%;
}
.extend_list li a:hover {}
.illust_body {
    height: 370px;
    overflow: auto;
    padding: 10px;
}
#illust_body li {
    float: left;
    width: 25%;
    padding: 0 10px 0 0;
    margin: 0 0 10px;
}
#illust_body li:nth-of-type(4n) {
    margin: 0 0 12px;
}
#illust_body li img {
    border: 1px solid #000;
    height: 100%;
}
.col02 li {
    width: 49%;
    float: left;
}
.col02 li:nth-child(2n) {
    float: right;
}
.col02 li:nth-of-type(2n-1) {
    float: left;
    clear: both;
}
.col02 li:nth-of-type(2n) {
    float: right;
}
.pack_list {
    height: 370px;
    overflow: auto;
    padding: 10px;
}
@media screen and (max-width: 716px) {
    .sending &gt; img {
        width: 100%;
        margin-right: 3% !important;
    }
    .calendar_box {
        padding: 0 10px 10px;
    }
    .calendar_in2 {
        padding: 0 10px 15px;
    }
    .calendar_in3 &gt; img {
        float: none !important;
        margin: 0 0 10px;
    }
    .caldes {
        width: 100%;
        float: none;
    }
    .catext:before {
        display: none;
    }
    .select_btn {
        min-width: 100%;
        margin: 0 0 10px;
    }
    .layout_list .col02 li{
        width: 100%;
    }
}
@media screen and (max-width: 640px) {
    .delivery_box li {
        width: 140px;
        margin: 0 10px 10px;
    }
}
@media screen and (max-width: 360px) {
    .delivery_box li {
        width: 140px;
        margin: 0 3px 10px;
    }
    .delivery_box li:before {
        display: none;
    }
    .de_photo {
        padding: 0 20px;
    }
}
@media screen and (max-width: 320px) {
    .delivery_box li {
        width: 200px;
        margin: 0 3px 10px;
    }
    .de_photo {
        padding: 0 20px;
    }
}
/* Login */
.login_form {
    border: 1px solid #c6c6c6;
    padding: 30px;
    margin: 0 0 50px;
}
.login_form h4 {
    font-size: 22px;
    margin: 0 0 20px;
    font-weight: bold;
}
.login_form p {
    margin: 0 0 40px;
}
.login_form dl {
    display: table;
    width: 100%;
    border: 1px solid #b8b8b8;
    margin: -1px 0 0;
}
.login_form dt {
    display: table-cell;
    width: 205px;
    padding: 15px;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    background: #e5e5e5;
}
.login_form dd {
    display: table-cell;
    padding: 15px;
    border-left: 1px solid #b8b8b8;
}
.login_form input[type="text"],
.login_form input[type="password"],
.login_form input[type="tel"],
.login_form input[type="email"] {
    padding: 10px;
    width: 100%;
    background: #fff;
    border: 1px solid #b8b8b8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#login .btn_submit {
    margin: 40px 0 30px;
    text-align: center;
}
#login .btn_submit input {
    font-size: 17px;
    font-weight: bold;
    width: 245px;
    text-align: center;
    padding: 15px 0;
    border: none;
    background: #ff9000;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
#login .btn_submit input:hover {
    background: #0068b7;
    color: #fff;
}
.login_form a {
    color: #0068b7;
}
@media screen and (max-width: 716px) {
    #login {
        padding: 0 10px;
    }
    .login_form {
        padding: 15px;
    }
    .login_form h4 {
        margin: 0 0 10px;
    }
    .login_form p {
        margin: 0 0 20px;
    }
    .login_form dl {
        margin: 0 0 10px;
    }
    .login_form dt {
        display: block;
        width: 100%;
        padding: 10px;
        text-align: left;
    }
    .login_form dd {
        display: block;
        padding: 10px;
        border-left: 1px none #b8b8b8;
        border-top: 1px solid #b8b8b8;
    }
    #login .btn_submit {
        margin: 20px 0 15px;
    }
}
.crm {
    color: #ff9000;
}
.tit_line {
    background: url(../shopping/images/bg_title_line.jpg) repeat-x left bottom;
    color: #4b4b4b;
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px 0;
    font-size: 16px;
}
.icons::before {
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    float: left;
    height: 16px;
    line-height: 1;
    margin-right: 6px;
    margin-top: 3px;
    width: 16px;
}
.icon_circle::before {
    background-image: url(../shopping/images/icon_circle.png);
    margin-top: 5px;
}
.guide .tit_line .num {
    background-color: #ff9000;
    border: 3px double #fff;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    position: relative;
    text-align: center;
    top: -1px;
    width: 30px;
}
.guide .section {
    margin: 0 0 70px;
}
#s_kiyaku &gt; a {
    margin: 30px 0 0;
    display: block;
}
#s_kiyaku p {
    margin: 0 0 10px;
}
.cmn_tbl {
    border: 1px solid #ddd;
    border-collapse: collapse;
    border-spacing: 1px;
    width: 100% !important;
}
.cmn_tbl td,
.cmn_tbl th {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}
.cmn_tbl th {
    background-color: #f3f3f3;
}
.d_ib {
    display: inline-block;
}
.list_d {
    padding-left: 1.5em;
}
.list_d &gt; li {
    list-style-type: disc;
}
.mt10 {
    margin-top: 10px;
}
.list_dc {
    padding-left: 1.5em;
}
.list_dc li {
    margin-top: 10px;
    list-style-type: decimal;
}
@media screen and (max-width: 716px) {
    .guide {
        padding: 0 10px;
    }
    .cmn_tbl th {
        width: 100px !important;
    }
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: " "
}
.clearfix:after {
    clear: both
}
.faq {
    margin: 0 20px 40px;
    line-height: 22px;
}
.faq dt {
    font-size: 16px;
    font-weight: bold;
    padding: 6px 8px 8px 50px;
    background: url(../faq/images/q.png) no-repeat left top;
    margin: 0 0 10px;
}
.faq dd {
    padding: 8px 8px 28px 50px;
    background: url(../faq/images/a.png) no-repeat left top;
    border-bottom: 1px solid #c9c9c9;
    margin: 0 0 20px;
}
.faq dd:last-child {
    border-bottom: none;
}
.faq_nav {
    text-align: center;
    margin: 0 -10px 40px;
}
.faq_nav li {
    display: inline-block;
    width: 180px;
    margin: 0 10px;
}
.faq_nav li a {
    display: block;
    font-weight: bold;
    background: url(../faq/images/ico.png) no-repeat right 10px center;
    padding: 12px 20px 10px 10px;
    border: 1px solid #ff9000;
    border-radius: 5px;
}
.contact_box02 {
    background: url(../company/images/bg.jpg) repeat;
    padding: 3% 2%;
    text-align: center;
}
.contact_box02 li {
    display: inline-block;
    margin: 0 10px;
}
.contact_box02 h4 {
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 15px;
    margin: 0 0 25px;
    background: url(../faq/images/line.png) no-repeat center bottom;
}
.center {
    text-align: center;
}
.mb40 {
    margin-bottom: 40px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb15 {
    margin-bottom: 15px;
}
a.underline {
    text-decoration: underline;
}
.fixicon img {
    position: relative;
    top: -7px;
}
@media screen and (max-width: 716px) {
    #faq_index {
        padding: 0 10px;
    }
    .faq {
        margin: 0 0 20px;
    }
    .faq_nav li {
        width: 30%;
        margin: 0 0 5px;
    }
    .faq_nav li a {
        padding: 7px 10px 5px 5px;
        font-size: 13px;
        background-position: right 3px center;
    }
    .contact_box02 li {
        display: block;
        float: left;
        margin: 0;
        width: 48%;
    }
    .contact_box02 li:last-child {
        float: right;
    }
    .contact_box02 h4 {
        font-size: 16px;
        padding: 0 0 10px;
        margin: 0 0 15px;
    }
}
@media screen and (max-width: 359px) {
    .faq_nav li {
        width: 40%;
        margin: 0 0 5px;
    }
    .contact_box02 li {
        display: block;
        float: none;
        margin: 0 auto 10px;
        width: 70%;
    }
    .contact_box02 li:last-child {
        float: none;
    }
}
#order .tt_table {
    position: relative;
}
#order .tt_table.ac_title:before {
    color: #fff;
    content: "-";
    display: block;
    font-weight: bold;
    line-height: 18px;
    font-size: 20px;
    width: 25px;
    height: 25px;
    text-align: center;
    position: absolute;
    right: 20px;
    top: 50%;
    margin: -13px 0 0;
    background-color: #b10000;
}
#order .tt_table.ac_title.open:before {
    background-color: #666;
    content: "+";
}
.w40 {
    width: 40%;
}
@media screen and (max-width: 716px) {
    .w40 {
        width: 100%;
    }
}
body::-webkit-scrollbar {
    width: 1em;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}
.color_list.lh11 {
    display: -webkit-box;
    display: flex;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.color_list.lh11 li {
    display: inline-block;
}
@media screen and (max-width: 1023px) {
    .ov_table {
        width: 100%;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch
    }
    .ov_table table#cartlist-table {
        width: 1000px;
    }
}
.mr15 {
    margin-right: 15px;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


/*workページ検索用プルダウン追加20111106HRD*/

@media screen and (min-width: 717px) {
    .work_select{
        text-align: center;
        padding: 10px;
        margin-bottom:30px;
        border-bottom: 1px solid rgb(209, 209, 209);
    }

    .work_select &gt; form select{
        font-size: 1.4rem;
        width: 16%;
        margin-bottom:10px;
        border: 1px solid white;
        margin-right: 110px;
        float: left;
    }
}

.work_select &gt; a {
    text-decoration: underline;
    color: #939393;
}

@media screen and (max-width: 716px) {
    .work_select{
        text-align: center;
        padding-left: 5%;
        padding-right: 5%;
        margin-bottom: 5%;
    }

    .work_select&gt;form select{
        font-size: 1.5rem;
        width: 80%;
        margin-bottom:20px;
    }
}</pre></body></html>