a {
    color: #e12d00;
    font-weight: 700;
    text-decoration: none;
}
p strong {
}
p.notice1 {
    margin: 10px 0 0 0;
    font-size: 12px;
}
p.caption1 {
    margin: 5px 0 0 0;
    font-size: 12px;
    line-height: 1.3em;
}

.column1 {
    padding: 30px;
    background: #f0f0f0;
}
.column2 {
    padding: 50px 30px;
    background: #ffffaa;
}
.column2 h3 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 27px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #aaa;
}
.column3 {
    padding: 10px;
    border: 1px solid #aaa;
    background: #fff;
}
.column3 p {
    font-size: 13px;
}

.separator1 {
    margin-top: 40px;
    height: 1px;
    background: #ccc;
}

@media only screen and (max-width: 767px) {
    .column1 {
        padding: 20px 3%;
    }
    .column2 {
        padding: 10px;
    }
    .column2 h3 {
        font-size: 19px;
    }
}

table.table1 {
    margin: 30px 0 0 0;
    width: 100%;
}
table.table1 tr th {
    padding: 20px 10px;
    font-size: 13px;
    line-height: 1.3em;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    background: #f0f0f0;
    text-align: left;
}
table.table1 tr td {
    padding: 20px 10px;
    font-size: 13px;
    line-height: 1.3em;
    vertical-align: middle;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

h2.normal1 {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.3em;
    text-align: center;
}
h2.normal2 {
    margin-bottom: 20px;
    color: #ffff00;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3em;
    text-align: center;
    background: #000;
}
h3.normal1 {
    padding: 20px 0;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.3em;
    text-align: center;
    background: #333;
}
h3.normal2 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #ce181e;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.3em;
    text-align: center;
    border-bottom: 1px solid #ccc;
}
h3.normal3 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #ce181e;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.3em;
    text-align: center;
}
h3.normal4 {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.3em;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

h4.normal1 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 21px;
    font-weight: 700;
    border-bottom: 1px solid #000;
}

h4.normal2 {
    font-weight: bold;
}

p.lead1 {
    color: #ce181e;
    font-size: 24px;
    letter-spacing: -1px;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
}
p.lead1 strong {
    font-size: 33px;
    font-weight: 500;
}
p.lead2 {
    font-size: 19px;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    h2.normal2 {
        font-size: 25px;
    }
    p.lead1 {
        font-size: 19px;
        line-height: 1.3em;
        text-align: left;
    }
    p.lead2 {
        font-size: 19px;
        line-height: 1.3em;
        text-align: left;
    }
}



/* サブメニュー
================================================== */
#submenu {
    padding-top: 15px;
    width: 100%;
    background: #222;
}
#submenu ul li {
    float: left;
    margin-top: 5px;
    margin-left: 0.5%;
    margin-right: 0.5%;
    width: 24%;
    text-align: center;
}
#submenu ul li a {
    display: block;
    padding-top: 20px;
    padding-bottom: 15px;
    color: #333;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 700;
    background: #fff;
    border-radius: 5px 5px 0 0;
}
#submenu ul li a:hover {
    margin-top: -5px;
    padding-bottom: 20px;
    background: #ccc;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
}
#submenu ul li.current a {
    margin-top: -5px;
    padding-bottom: 20px;
    color: #fff;
    background: #ce181e;
}
@media only screen and (max-width: 767px) {
    #submenu ul li a {
        font-size: 11px;
    }
}

#submenu2 {
    margin-left: -0.5%;
    width: 101%;
}
#submenu2 ul li a {
    float: left;
    width: 49%;
    margin: 0 0.5% 10px 0.5%;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    background: #ce181e;
}
@media only screen and (max-width: 767px) {
    #submenu2 ul li a {
        width: 99%;
    }
}



/* 共通
================================================== */
#pageheader_img {
    position: relative;
    top: -60px;
    z-index: -1000;
    margin-bottom: -60px;

	max-width:1200px;
	margin:0 auto -60px auto;
}
#pageheader_img img {
    width: 100%;
}
@media only screen and (max-width: 767px) {
    #pageheader_img {
        top: 0;
        height: auto;
        margin-bottom: 0;
        overflow: hidden;
    }
    #pageheader_img img {
        position: relative;
        bottom: 30px;
        transform: scale(1.6,1.6);
    }
}

.gray_bg {
    background: #f0f0f0;
}
.red_bg {
    background: #ab1f22;
}
.main {
    padding: 50px 0;
    width: 100%;
}
#pageheader {
    padding: 30px 0;
    background: #ce181e;
}
h1 {
    display: block;
    color: #fff;
    font-size: 29px;
    font-weight: bold;
    text-align: center;
}
.en {
    margin-top: 10px;
    padding-top: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    border-top: 1px solid rgba(255,255,255,0.3);
    color: #fff;
    font-size: 11px;
    text-align: center;
}
.main .update {
    color: #333;
    font-size: 12px;
    margin-bottom: 30px;
}
.main .update2 {
    margin-top: 10px;
    color: #fff;
    font-size: 12px;
    margin-bottom: 30px;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .main {
        padding: 30px 0;
    }
    #pageheader {
        padding: 10px 0;
    }
    h1 {
        font-size: 25px;
    }
    .en {
        font-size: 10px;
    }
}

.notice_box {
    padding: 20px;
    background: #fff;
    border: 2px solid #ce181e;
    box-sizing: border-box;
    border-radius: 8px;
}
.notice_box2 {
    padding: 20px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 8px;
}
.notice_box .title , .notice_box2 .title {
    margin-bottom: 10px;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    background: #ce181e;
}
@media only screen and (max-width: 767px) {
    .notice_box , .notice_box2 {
        padding: 10px;
    }
    .notice_box .text , .notice_box2 .text {
        font-size: 12px;
    }
}



/* 事業内容
================================================== */

table.developer1 {
    margin: 10px 0;
    width: 100%;
}
table.developer1 tr th {
    padding: 10px;
    width: 20%;
    color: #ce181e;
    font-size: 14px;
    line-height: 1.3em;
    vertical-align: middle;
    text-align: left;
    border-bottom: 2px solid #ce181e;
}
table.developer1 tr td {
    padding: 10px;
    font-size: 14px;
    line-height: 1.3em;
    vertical-align: middle;
    border-bottom: 1px solid #aaa;
}
table.developer1 tr td small {
    font-size: 11px;
}
@media only screen and (max-width: 767px) {
    table.developer1 {
        width: 100%;
    }
    table.developer1 tr th {
        padding: 10px 0;
        width: 20%;
        font-size: 12px;
    }
    table.developer1 tr td {
        padding: 10px 0;
        font-size: 12px;
    }
}



/* 越境EC事業
================================================== */
.award_wrap {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.award_wrap .box2 {
    width: calc(50% - 30px);
}
.award_wrap .box3 {
    width: calc(33.3333% - 30px);
}
.award_wrap .box2, .award_wrap .box3 {
    margin: 0 15px;
    padding: 30px 5px;
    background: #ce181e;
    box-sizing: border-box;
}
.award_wrap .box2 p, .award_wrap .box3 p {
    color: #fff;
    font-size: 17px;
    letter-spacing: -1px;
    font-weight: bold;
    text-align: center;
}
.award_wrap .box2 p strong, .award_wrap .box3 p strong {
    font-size: 40px;
}
@media only screen and (max-width: 767px) {
    .award_wrap {
        margin-top: 0;
        display: block;
    }
    .award_wrap .box2, .award_wrap .box3 {
        width: 100%;
        margin: 10px 0 0 0;
        padding: 20px 10px;
    }
    .award_wrap .box2 p, .award_wrap .box3 p {
        font-size: 15px;
        text-align: center;
    }
    .award_wrap .box2 p strong, .award_wrap .box3 p strong {
        font-size: 26px;
    }
}



/* 取扱商品
================================================== */
.update {
    margin-top: 10px;
    color: #fff;
    text-align: center;
}
.product_box {
    width: 102%;
}
.product_box .box {
    float: left;
    margin: 30px 2% 0 0;
    width: 23%;
    background: #fff;
    box-sizing:border-box;
}
.product_box .box .photo {
    text-align: center;
    border: 1px solid #ccc;
}
.product_box .box .text {
    padding: 10px;
    font-size: 13px;
    line-height: 1.3em;
    letter-spacing: -0.05em;
}
.product_box .box .spec {
    padding: 10px;
    background: #f0f0f0;
}
.product_box .box .spec1_left , .product_box .box .spec2_left {
    float: left;
    width: 30%;
    font-size: 12px;
    /*margin-bottom: 3px;*/
    /*padding-bottom: 3px;*/
    /*border-bottom: 1px solid #ccc;*/
    box-sizing:border-box;
}
.product_box .box .spec3_left {
    float: left;
    width: 30%;
    font-size: 12px;
}
.product_box .box .spec1_right , .product_box .box .spec2_right {
    float: left;
    width: 70%;
    font-size: 12px;
    /*margin-bottom: 3px;*/
    /*padding-bottom: 3px;*/
    /*border-bottom: 1px solid #ccc;*/
    box-sizing:border-box;
}
.product_box .box .spec3_right {
    float: left;
    width: 70%;
    font-size: 12px;
}
.btn_product a {
    margin-top: 5px;
    padding: 5px 25px 5px 10px;
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 1.2em;
    background: #444 url(../img/arrow3.png) right 10px center no-repeat;
}
@media only screen and (max-width: 767px) {
    .product_box {
        margin-top: 20px;
        width: 102%;
    }
    .product_box .box {
        margin: 0 2% 20px 0;
        width: 48%;
    }
    .product_box .box .text {
        padding: 5px 10px;
        font-size: 13px;
    }
    .product_box .box .spec1_left , .product_box .box .spec2_left {
        float: none;
        width: 100%;
        font-size: 11px;
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }
    .product_box .box .spec3_left {
        float: none;
        width: 100%;
        font-size: 11px;
    }
    .product_box .box .spec1_right , .product_box .box .spec2_right {
        float: none;
        width: 100%;
        font-size: 11px;
        margin-bottom: 2px;
        padding-bottom: 2px;
    }
    .product_box .box .spec3_right {
        float: none;
        width: 100%;
        font-size: 11px;
    }
}



/* 自社ブランド製品
================================================== */
h2.brand2_h2 {
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
    h2.brand2_h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }
}



/* 会社案内
================================================== */
table.company1 {
    margin: 30px auto 0 auto;
    width: 70%;
}
table.company1 tr th {
    padding: 15px 10px;
    width: 20%;
    color: #ce181e;
    font-size: 14px;
    line-height: 1.3em;
    vertical-align: middle;
    text-align: left;
    border-bottom: 2px solid #ce181e;
}
table.company1 tr td {
    padding: 15px 10px;
    font-size: 14px;
    line-height: 1.3em;
    vertical-align: middle;
    border-bottom: 1px solid #aaa;
}
table.company1 tr td small {
    font-size: 11px;
}
@media only screen and (max-width: 767px) {
    table.company1 {
        width: 100%;
    }
    table.company1 tr th {
        padding: 10px 0;
        width: 20%;
        font-size: 12px;
    }
    table.company1 tr td {
        padding: 10px 0;
        font-size: 12px;
    }
}

.map_company {
    font-size: 21px;
    font-weight: bold;
}
.map_company img {
    margin-right: 10px;
    vertical-align: middle;
}



/* お問い合せ
================================================== */
.contact_company {
    font-size: 21px;
    font-weight: 700;
    text-align: center;
}
.contact_tel , .contact_tel a {
    color: #fff;
    font-size: 29px;
    font-weight: 700;
    text-align: center;
}
.contact_tel small , .contact_tel small a {
    font-size: 19px;
}
@media only screen and (max-width: 767px) {
    .contact_company {
        font-size: 18px;
    }
    .contact_tel , .contact_tel a {
        margin-top: 5px;
        font-size: 19px;
    }
    .contact_tel small , .contact_tel small a {
        font-size: 15px;
    }
}

#contact_form , #contact_confirm {
    padding: 20px 20px 50px 20px;
}
#contact_form table , #contact_confirm table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 2px;
    margin-bottom: 30px;
}
#contact_form table tr th {
    width: 30%;
    padding: 10px;
    font-size: 13px;
    text-align: left;
    vertical-align: middle;
}
#contact_confirm table tr th {
    width: 25%;
    padding-left: 5px;
    font-size: 13px;
    text-align: left;
    background: #fff;
}
#contact_form table tr th span.none {
    margin-right: 5px;
    padding: 3px 5px;
    font-size: 11px;
}
#contact_form table tr th span.req {
    display: inline-block;
    margin-right: 5px;
    padding: 0 5px;
    width: 70px;
    text-align: center;
    box-sizing: border-box;
    font-size: 11px;
    color: #fff;
    background: #e21929;
    border-radius: 2px;
}
#contact_form table tr th span.any {
    display: inline-block;
    margin-right: 5px;
    padding: 0 5px;
    width: 70px;
    text-align: center;
    box-sizing: border-box;
    font-size: 11px;
    color: #fff;
    background: #444;
    border-radius: 2px;
}
#contact_confirm table tr td {
    padding-left: 10px;
    font-size: 13px;
    line-height: 1.4em;
}
#contact_form table tr td.lib2 {
    vertical-align: middle;
}
#contact_form table tr td.lib2 input , #contact_form table tr td.lib2 textarea {
    margin: 0 0 0 5px;
    padding: 10px 10px;
    border: 1px solid #ccc;
    font-size: 13px;
}
#contact_form table tr td.lib2 input:hover , #contact_form table tr td.lib2 textarea:hover {
    border: 1px solid #999;
}
#contact_form table tr td.lib2 input:focus , #contact_form table tr td.lib2 textarea:focus {
    border: 1px solid #444;
    outline: none;
}
#contact_form table tr td.lib2 select {
    width: 350px;
    height: 36px;
    margin-left: 5px;
    color: #fff;
    background: #666;
    font-size: 14px;
    font-weight: 700;
    border: none;
}
#contact_form .short {
    width: 80%;
}
#contact_form .short2 {
    width: 10%;
}
#contact_form .long {
    width: 94%;
}
#contact_form .long2 {
    width: 94%;
    height: 220px;
}
.confirm {
    margin: 0 0 0 0;
}
#error {
    padding: 0 0 0 0;
    margin: 20px 0 0 0;
    color: #fc0000;
    font-weight: 700;
}
#error ul li {
    margin: 0 0 0 2em;
    list-style: disc;
}

.form_btn {
    display: block;
    width: 300px;
    margin: 0 auto;
    padding: 22px 25px 22px 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2em;
    box-sizing: border-box;
    background: #e21929 url(../img/arrow1.png) right 10px center no-repeat;
    border: none;
    border-radius: 4px;
}
.form_btn:hover {
    cursor: pointer;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}
.form_btn:focus , .form_btn:active {
    outline: none;
}

.form_btn2 a {
    display: block;
    width: 300px;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    border: none;
    background: #e21929;
}
.form_btn2 a:hover {
    cursor: pointer;
    background: #e21929;
}

@media only screen and (max-width: 767px) {
    #contact_form , #contact_confirm {
        padding: 5px 5px 5px 5px;
    }
    #contact_form table tr th , #contact_confirm table tr th {
        display: block;
        width: 100%;
        padding: 5px 0;
        font-size: 10px;
        line-height: 1.3em;
    }
    #contact_form table tr td , #contact_confirm table tr td {
        display: block;
        width: 100%;
        font-size: 11px;
        line-height: 1.4em;
    }
    #contact_form table tr th span.req {
        padding: 1px 3px;
        font-size: 9px;
    }
    #contact_form table tr th span.any {
        padding: 1px 3px;
        font-size: 9px;
    }
    #contact_form table tr td.lib2 input , #contact_form table tr td.lib2 textarea {
        padding: 5px 5px;
        font-size: 12px;
    }
    #contact_form .short {
        width: 93%;
    }
    #contact_form .long {
        width: 93%;
    }
    #contact_form .long2 {
        width: 93%;
        height: 200px;
    }
    #contact_form table tr td.lib2 select {
        width: 95%;
        height: 30px;
        font-size: 12px;
    }
    .main_contact {
        margin-top: 0px;
        padding: 0 0 50px 0;
    }
    .form_btn {
        width: 100%;
        font-size: 15px;
    }
    .form_btn2 a {
        width: 100%;
        font-size: 15px;
    }
}




