@charset "UTF-8";

.main_v{
    height: 352px;
    background: url(/services/img/main_v.png) no-repeat;
    background-size: cover;
}

.main_v.index{
    background: url(/services/img/main_v_index.jpg) no-repeat;
    background-size: cover;
}

.main_v.wappen{
    height: 352px;
    background: url(/services/img/wappen_main_v_pc.png) no-repeat;
    background-size: cover;
}

.main_v.emblem{
    height: 352px;
    background: url(/services/img/emblem_main_v_pc.jpg) no-repeat;
    background-size: cover;
}

.main_v.nametag{
    height: 352px;
    background: url(/services/img/nametag_main_v_pc.jpg) no-repeat;
    background-size: cover;
}

.main_v.flag{
    height: 352px;
    background: url(/services/img/flag_main_v_pc.jpg) no-repeat;
    background-size: cover;
}

.main_v.armband{
    height: 352px;
    background: url(/services/img/armband_main_v_pc.jpg) no-repeat;
    background-size: cover;
}

.main_v.wear_goods{
    height: 352px;
    background: url(/services/img/wear_goods_main_v_pc.jpg) no-repeat;
    background-size: cover;
}

.main_v.supporters_uniform{
    height: 352px;
    background: url(/services/img/supporters_uniform_main_v_pc.jpg) no-repeat;
    background-size: cover;
}

.main_v.rider_racer{
    height: 352px;
    background: url(/services/img/rider_racer_main_v_pc.jpg) no-repeat;
    background-size: cover;
}

.main_v.other{
    height: 352px;
    background: url(/services/img/other_main_v_pc.jpg) no-repeat;
    background-size: cover;
}

.main_v h1{
    color: #fff;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    padding-top: 72px;
    margin: .67em 0;
}

.main_v.index h1{
    padding-top: 125px;
}

.main_txt{
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
    padding-top: 32px;
}



/* index */

.index_ttl{
    font-size: 28px;
    font-weight: bold;
    padding-top: 58px;
    text-align: center;
}

.index_txt{
    font-size: 16px;
    text-align: center;
    line-height: 1.8;
    margin-top: 18px;
}

.second_ttl{
    font-size: 28px;
    padding-top: 66px;
    text-align: center;
}


.second_txt{
    font-size: 16px;
    line-height: 1.8;
    margin-top: 10px;
}

.products_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 25px;
    margin-bottom: 70px;
}

.products_list a{
    display: block;
    width: 340px;
    text-decoration: none;
    color: #000;
    background: #fff;
    margin-bottom: 28px;
}

.products_list a:hover{
    opacity: 0.5;
    transition: all 0.2s;
}

.products_cell_ttl{
    font-size: 19px;
    padding: 16px 20px 0;
}

.products_cell_txt{
    font-size: 14px;
    line-height: 1.8;
    padding: 8px 20px 10px;
    word-break: break-all;
}

/* 第二階層以下 */

.contents_ttl{
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    padding-top: 65px;
}

.contents_ttl.no_t_p{

    padding-top: 0;
}



.intro{
    margin-top: 75px;
    font-size: 28px;
}

.intro_txt{
    margin-top: 11px;
    margin-bottom: 46px;
    font-size: 15px;
    line-height: 1.6;
}

.lineup{
    border: 1px solid #707070;
    background: #fff;

    margin-bottom: 45px;
    position: relative;
}

.lineup_top{
    position: relative;
    padding: 36px 40px 36px 30px;
}

.lineup_ttl{
    font-size: 28px;
    float: left;
    width: 516px;
}

.lineup_txt{
    float: left;
    width: 516px;
    font-size: 16px;
    line-height: 1.6;
    margin-top: 20px;
}

.lineup_img{
    float: right;
    width: 426px;
}

.lineup_detail{
    position: absolute;
    bottom: 34px;
    left: 30px;
}

.lineup_detail a,.products_detail a{
    display: block;
    background: #222828 url(/common/img/btn_arrow_2.png) no-repeat;
    background-size: 8px 14px;
    background-position: center right 6px;
    color: #fff;
    font-size: 19px;
    border: 4px solid #000;
    text-decoration: none;
}

.lineup_detail a:hover,.products_detail a:hover,.type_lineup_btn a:hover{
    opacity: 0.5;
    transition: all 0.2s;
}

.detail_inside{
    border: 1px solid #fff;
    padding: 10px 26px;
}

.lineup_inside{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1020px;
    margin: 0 auto;
}

.inside_products{
    position: relative;
    width: 496px;
    box-sizing: border-box;
    border: 1px solid #808283;
    margin-bottom: 30px;
}

.products_ttl{
    background: #ece8ec;
    font-size: 28px;
    padding: 14px 24px;

}

.products_img{
    float: right;
}

.products_wrap{
    background: #f4f3f3;
    padding: 18px 24px;
}

.products_txt{
    font-size: 16px;
    line-height: 1.3;
    width: 196px;
    float: left;
}

.products_detail{
    position: absolute;
    bottom: 20px;
    left: 24px;
}

.text_2_ttl{
    font-size: 32px;
}

.text2_txt{
    font-size: 16px;
    line-height: 1.5;
    margin-top: 25px;
}

.text_2_img{
    margin-top: 36px;
}

.double_image{
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}

.text_3{
    margin-top: 50px;
    font-size: 16px;
    line-height: 1.5;
}

.washing{
    margin-top: 60px;
    background: #fff;
    padding: 42px 66px 38px 60px;
}

.washing_ttl{
    font-size: 32px;
}

.washing_img{
    float: right;
    margin-top: 38px;
}

.washing_txt{
    float: left;
    width: 608px;
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.5;
}

.washing_txt a{
    color: #000cff;
    text-decoration: none;
}

.washing_txt a:hover{
    opacity: 0.5;
    transition: 0.2s;
}



.back_btn{
    margin-top: 70px;
}

.back_btn a{
    display: block;
    border: 4px solid #222828;
    color: #fff;
    text-decoration: none;
    text-align: center;
    width: 190px;
    margin: 0 auto;
    background: #222828 url(/common/img/btn_arrow_left.png) no-repeat;
    background-position: center left 8px;
}

.back_inside{
    border: 1px solid #fff;
    padding: 10px;
}

.close_btm_btn{
    margin-top: 70px;
}

.close_btm_btn a{
    display: block;
    border: 4px solid #222828;
    color: #fff;
    text-decoration: none;
    text-align: center;
    width: 190px;
    margin: 0 auto;
    background: #222828 url(/common/img/icon_close.png) no-repeat;
    background-position: center right 7px;
}

.close_btm_inside{
    border: 1px solid #fff;
    padding: 10px;
}

.order_flow{
    background: #fff;
    border: 1px solid #707070;
    padding: 58px 30px 90px;
}

.flow_ttl{
    font-size: 32px;
    text-align: center;
    padding-bottom: 17px;
    border-bottom: 2px dotted #0e0e0e;
}

.flow_main_txt{
    font-size: 28px;
    color: #d0111b;
    text-align: center;
    margin-top: 22px;
}

.flow_sub_txt{
    font-size: 16px;
    line-height: 1.5;
    margin-top: 15px;
    text-align: center;
}

.flow_sub_txt02{
    font-size: 16px;
    line-height: 1.5;
    margin-top: 15px;
    text-align: left;
}

.flow_type{
    margin-top: 55px;
    border: 1px solid #707070;
}

.type_ttl{
    color: #fff;
    background: #000;
    font-size: 32px;
    text-align: center;
    padding: 20px 0;
}

.type_txt{
    font-size: 28px;
    text-align: center;
    margin: 32px 0 36px;
}

.type_lineup{
    border: 1px solid #808283;
    background: #ece8ec;
    padding: 15px 15px 15px 22px;
    margin: 0 30px 26px 30px;
    position: relative;
}


.type_lineup_ttl {
    font-size: 28px;
    float: left;
    width: 640px;
}
.harforder_emblem .type_lineup_ttl {
    float: none;
    width: 100%;
    text-align: center;
    line-height: 1.5;
}

.type_lineup_img {
    float: right;
    width: 240px;
}
.harforder_emblem .type_lineup_img {
    float: none;
    width: 100%;
    margin: 20px auto 0;
    text-align: center;
}

.type_lineup_txt {
    width: 640px;
    float: left;
    font-size: 16px;
    line-height: 1.3;
    margin-top: 32px;
}

.type_lineup_txt_2 {
    width: 580px;
    float: left;
    font-size: 16px;
    line-height: 1.4;
    margin-top: 32px;
}

.type_lineup_txt.long {
    padding-bottom: 75px;
}
.harforder_emblem .type_lineup_txt {
    float: none;
    margin: 20px auto;
    line-height: 1.5;
}

.type_lineup_btn{
    position: absolute;
    bottom: 15px;
    left: 22px;
}
.type_lineup_btn a{
    width: 190px;
    font-size: 19px;
}

.type_lineup_btn_hw {
    position: absolute;
    bottom: 65px;
    left: 22px;
}
.type_lineup_btn_hw a{
    width: 190px;
    font-size: 19px;
}

.harforder_emblem .type_lineup_btn {
    position: unset;
    margin: 20px auto;
}
.harforder_emblem .type_lineup_btn a {
    width: 100%;
    max-width: 220px;
}



.select_type{
    margin-top: 20px;
    padding-bottom: 35px;
    border: 1px solid #707070;
}

.select_ttl{
    color: #fff;
    background: #000;
    font-size: 32px;
    text-align: center;
    padding: 20px 0;
}

.select_main_txt{
    font-size: 28px;
    text-align: center;
    margin-top: 32px;
}

.select_main_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 600px;
    margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
    .type_lineup_txt_2{
        width: auto;
        float: none;
    }
    .select_main_box {
        margin-bottom: 0;
    }
    .select_main_inner {
        width: 100%;
        margin: 0 auto 40px;
    }
    .select_main_inner_img,
    .select_main_inner_title,
    .select_main_inner_list {
        width: 85%;
        margin-right: auto;
        margin-left: auto;
    }
}
.select_main_inner_title {
    margin-top: 10px;
    font-size: 1.2rem;
}
.select_main_inner_list {
    margin-top: 10px;
    line-height: 1.5;
    list-style-position: inside;
}


.select_img{
    margin-top: 30px;
    text-align: center;
}

.select_txt{
    font-size: 16px;
    line-height: 1.4;
    margin: 38px 84px;
}

.select_btn a{
    width: 240px;
    font-size: 19px;
}


.link_btn a{
    display: block;
    border: 4px solid #000;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    text-decoration: none;
}
.link_btn a:hover{
    opacity: 0.5;
    transition: 0.2s;
}

.under_arrow{
    margin: 23px 0;
    text-align: center;
}

.contact02{
    border:1px solid #707070;
    background: #f3f3f3;
    padding: 30px 48px 60px;
}

.contact02_ttl{
    font-size: 28px;
    color: #bb0000;
    text-align: center;
}

.contact02_txt{
    font-size: 16px;
    line-height: 1.4;
    margin-top: 20px;
    text-align: center;
}

.contact02_btn a{
    width: 531px;
    font-size: 26px;
    margin-top: 23px;
    background: #000 url(/common/img/btn_arrow_big.png) no-repeat;
    background-position: center right 10px;
    border-left: 10px solid #000;
    border-right: 10px solid #000;
}

.contact02_tel{
    border: 2px dotted #000;
    margin-top: 53px;
    padding-bottom: 44px;
}

.contact02_tel_ttl{
    font-size: 24px;
    margin: -13px auto 0;
    background: #f3f3f3;
    width: 380px;
    text-align: center;
}

.cotact02_tel_fax{
    display: flex;
    justify-content: space-between;
    padding: 34px 90px 0;
}

.contact02_tel_wrap,.contact02_fax_wrap{
    display: flex;
}

.tel_number,.fax_number{
    font-size: 43px;
    margin-left: 12px;
    letter-spacing: 3px;
}

.contact02_hours{
    font-size: 23px;
    margin-top: 15px;
    text-align: center;
}

.under_arrow_out{
    text-align: center;
    margin-top: 44px;
}

.step2{
    background: #fff;
    border: 1px solid #707070;
    padding: 58px 30px 90px;
    margin-top: 40px;
}

.step2_ttl{
    font-size: 32px;
    text-align: center;
    padding-bottom: 17px;
    border-bottom: 2px dotted #0e0e0e;
}

.step2_main_txt{
    font-size: 28px;
    color: #d0111b;
    text-align: center;
    margin-top: 22px;
}

.step2_txt{
    line-height: 1.5;
    margin-top: 15px;
    margin-bottom: 52px;
    text-align: center;
}

.step2_flow{
    border: 2px dotted #000;
    padding: 32px 0 44px;
    text-align: center;
    margin: 0 130px;
}

.step2_flow_ttl{
    font-size: 32px;
    margin-top: 8px;
}

.step2_flow_txt{
    font-size: 16px;
    line-height: 1.4;
    margin-top: 28px;
}
.step2_flow_txt .step_flow_payment {
    font-size: 16px;
    padding: 10px 15px;
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #000;
    margin: 15px auto;
    display: inline-block;
}

.step2_double_arrow{
    text-align: center;
    margin: 24px 0;
}

.part_img{
    margin: 0 auto;
    text-align: center;
}

.tel_number a,.fax_number a{
    text-decoration: none;
    color: #000;
}


.intro_txt_04{
    margin-top: 22px;
    margin-bottom: 56px;
    font-size: 15px;
    line-height: 1.6;
}

.lineup_04{
    border: 1px solid #707070;
    background: #fff;
    padding: 50px 28px 23px;
    margin-bottom: 58px;
}

.line_04_sample_img {
    text-align: center;
    padding-bottom: 20px;
}

.line_04_ttl{
    font-size: 28px;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 2px dotted #000;
}

.line_04_txt{
    font-size: 16px;
    line-height: 1.6;
    margin-top: 18px;
}

.line_04_double{
    display: flex;
    justify-content: space-between;
    width: 880px;
    margin: 32px auto 0;
}

.line_04_middle_ttl{
    font-size: 28px;
    text-align: center;
    margin-top: 56px;
}

.line_04_double_wrap{
    margin-top: 28px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.line_04_double_box{
    width: 496px;
    border: 1px solid #808283;
    margin-bottom: 35px;
}
.line_04_double_box_2column {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border: 1px solid #808283;
    margin-bottom: 35px;
    padding: 20px;
}
.line_04_double_box_2column .box_2column_img {
    width: 50%;
    text-align: right;
}
@media screen and (max-width: 767px) {
    .line_04_double_box_2column {
        padding-right: 0;
        padding-left: 0;
    }
    .line_04_double_box_2column .box_2column_img {
        width: 100%;
        text-align: center;
    }
}
.line_04_double_box_2column .box_2column_txt {
    line-height: 1.5;
}

.line_04_double_ttl{
    font-size: 20px;
    background: #ece8ec;
    padding: 20px 25px;
}

.line_04_double_txt{
    font-size: 16px;
    padding: 15px 24px;
    line-height: 1.4;
}

.line_04_single{
    width: 656px;
    margin: 28px auto 0;
}

.line_04_tri_wrap{
    margin-top: 28px;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

/*
.line_04_tri_wrap::after{
    content:"";
    display: block;
    width: 325px;
}*/

.line_04_tri_ttl{
    font-size: 20px;
    background: #ece8ec;
    padding: 20px 25px;
}

.line_04_tri_box{
    width: 323px;
    border: 1px solid #808283;
    margin-bottom: 35px;
    margin-right: 23px;
}

.line_04_tri_box:nth-child(3n){
    margin-right: 0;
}

.line_04_tri_txt{
    font-size: 16px;
    padding: 15px 24px;
    line-height: 1.4;
}

.line_04_quad_wrap{
    margin-top: 28px;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.line_04_quad_box{
    width: 237px;
    border: 1px solid #808283;
    margin-bottom: 35px;
    margin-right: 22px;
}

.line_04_quad_box:nth-child(4n){
    margin-right: 0;
}

.line_04_quad_ttl{
    font-size: 16px;
    background: #ece8ec;
    padding: 9px 0px 9px 10px;
}

.line_04_quad_txt{
    font-size: 16px;
    padding: 10px 14px;
    line-height: 1.4;
}

.line_04_six_wrap{
    margin-top: 28px;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}
.line_04_six_wrap + .line_04_six_wrap {
    margin-top: 0;
}

.line_04_six_box{
    width: 158px;
    border: 1px solid #808283;
    margin-bottom: 35px;
    margin-right: 12px;
}

.line_04_six_box:nth-child(6n){
    margin-right: 0;
}

.line_04_six_ttl{
    font-size: 14px;
    background: #ece8ec;
    padding: 8px 10px;
}

.line_04_six_color{
    height: 107px;
}

.ine_04_six_img{
    text-align:center;
}

.line_04_six_txt{
    font-size: 14px;
    padding: 6px 9px;
}

.line_04_six_txt02{
    font-size: 14px;
    padding: 6px 9px;
    text-align:center;
    line-height: 50px;
}



.line_04_bigSingle_wrap{
    margin-top: 28px;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}
.line_04_bigSingle_ttl{
    width: 100%;
    font-size: 20px;
    background: #ece8ec;
    padding: 20px 25px;
}
.line_04_bigSingle_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    border: 1px solid #808283;
    margin-bottom: 35px;
}
.line_04_bigSingle_txt {
    width: 60%;
    padding: 20px;
    font-size: 16px;
    line-height: 1.4;
}
.line_04_bigSingle_img {
    width: 30%;
    padding: 20px;
}
.line_04_bigSingle_colorBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    max-width: 980px;
    margin: 0 auto 20px;
}
.line_04_bigSingle_colorBox.variable {
    justify-content: flex-start;
}
.line_04_bigSingle_colorBox .colorBox_part {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100px;
    min-height: 100px;
    margin: 0 20px 20px 0;
    border: 1px solid #808283;
}
.line_04_bigSingle_colorBox .colorBox_part:nth-child(8n){
    margin-right: 0;
}
.line_04_bigSingle_colorBox .colorBox_part .colorBox_color {
    display: block;
    height: 30px;
    margin: 5px;
}
.line_04_bigSingle_colorBox .colorBox_part .colorBox_text {
    display: block;
    background-color: #fff;
    padding: 5px;
    font-size: smaller;
    line-height: 1.4;
}
.line_04_bigSingle_colorBox .colorBox_part.heian_murasaki {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    margin-right: 0;
}
.line_04_bigSingle_colorBox .colorBox_part.heian_murasaki .heian_item {
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 280px;
}
.line_04_bigSingle_colorBox .colorBox_part.heian_murasaki .heian_item .colorBox_color {
    width: 100px;
}
.line_04_bigSingle_colorBox .colorBox_part.heian_murasaki .heian_banner {
    padding: 20px;
}




@media screen and (max-width: 767px) {
    .line_04_bigSingle_txt,
    .line_04_bigSingle_img {
        width: 100%;
        padding: 0 0 20px;
    }
    .line_04_bigSingle_txt {
        padding: 0 20px 20px;
    }
    .line_04_bigSingle_colorBox.variable {
        justify-content: space-around;
    }
    .line_04_bigSingle_colorBox .colorBox_part {
        width: 80px;
        margin-right: 0;
    }
    .line_04_bigSingle_colorBox .colorBox_part.heian_murasaki {
        margin: 0 10px;
    }
    .line_04_bigSingle_colorBox .colorBox_part.heian_murasaki .heian_item,
    .line_04_bigSingle_colorBox .colorBox_part.heian_murasaki .heian_banner,
    .line_04_bigSingle_colorBox .colorBox_part.heian_murasaki .heian_banner img {
        width: 100%;
    }
}

.one_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 730px;
    margin: 0 auto;
    padding: 30px 0;
}

.one_inbox{
    width: 210px;
    margin-bottom: 30px;
}

.one_img{
    text-align: center;
}

.one_btn{
    width: 250px;
    margin:0 auto 30px;
}

.one_txt{
    line-height: 1.5;
}

.one_ex_txt{
    padding: 30px;
    line-height: 1.5;
}

table.nomal_table.one_table{
    margin-bottom: 30px;
}

table.nomal_table.one_table td{
    vertical-align: top;
    padding: 20px 0;
}

table.nomal_table.one_table ul{
    text-align: left;
    margin-left: 40px;
}

table.nomal_table.one_table ul li{
    padding: 3px 0;
}

@media screen and (max-width: 767px) {
    .one_box{
        justify-content: space-between;
        width: auto;
        margin: 0 10px;
        padding: 20px 0;
    }

    .one_inbox{
        width: 48%;
        margin-bottom: 20px;
    }
    .one_img img{
        width: 100%;
    }
    .one_txt{
        font-size: 13px;
    }

    table.nomal_table{
        width: 80%;
    }

    table.nomal_table.one_table{
        margin-bottom: 20px;
        width: 90%;
    }

    table.nomal_table.one_table td{
        padding: 15px 0;
    }

    table.nomal_table.one_table ul{
        text-align: left;
        margin-left: 24px;
    }
}


.swap_table {
    overflow-x: auto;
}
table.uniform_pricelist {
    /*width: 100%;*/
    /*max-width: 680px;*/
    width: 880px;
    margin: 0 auto;
    border-collapse: collapse;
}
table.uniform_pricelist tbody {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
table.uniform_pricelist th,
table.uniform_pricelist td {
    padding: 10px;
    border: 2px solid #fff;
    text-align: center;
}
table.uniform_pricelist th:first-child {
    width: 170px;
}
table.uniform_pricelist.listtype_mark th {
    background-color: #fcc899;
}
table.uniform_pricelist.listtype_mark td {
    background-color: #f6f09c;
}
table.uniform_pricelist.listtype_needle th {
    background-color: #b299c6;
}
table.uniform_pricelist.listtype_needle td {
    background-color: #cceaee;
}
table.uniform_pricelist.listtype_sheet th {
    background-color: #f8c328;
}
table.uniform_pricelist.listtype_sheet td {
    background-color: #cae3c1;
}
@media screen and (max-width: 767px) {
    table.uniform_pricelist {
        width: 700px;
    }
    table.uniform_pricelist th:first-child {
        width: 120px;
    }
    table.uniform_pricelist th,
    table.uniform_pricelist td {
        font-size: .8rem;
    }
}

table.nametag_pricelist {
    /*width: 100%;*/
    /*max-width: 680px;*/
    width: 880px;
    margin: 0 auto 4rem;
    border: 2px solid #aaa;
    border-collapse: collapse;
}
table.nametag_pricelist * {
    text-align: left;
    padding: 1rem;
    vertical-align: middle;
}
table.nametag_pricelist thead tr {
    border-bottom: 2px solid #aaa;
}
table.nametag_pricelist thead.first tr th {
    background-color: #ddd;
}
table.nametag_pricelist thead.second tr th {
    background-color: #eee;
    border-right: 2px solid #aaa;
}
table.nametag_pricelist tbody {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
table.nametag_pricelist tbody tr td {
    border-right: 2px solid #aaa;
    border-bottom: 2px solid #aaa;
    border-left: 2px solid #aaa;
}
table.nametag_pricelist tbody tr td.dotted {
    border-bottom: 2px dotted #aaa;
}
table.nametag_pricelist tbody tr td:nth-last-child(-n+4) {
    text-align: right;
}
@media screen and (max-width: 767px) {
    table.name_pricelist {
        width: 700px;
    }
    table.name_pricelist th:first-child {
        width: 120px;
    }
    table.name_pricelist th,
    table.name_pricelist td {
        font-size: .8rem;
    }
}

table.pennant_table {
    /*width: 100%;*/
    /*max-width: 680px;*/
    width: 880px;
    margin: 0 auto 4rem;
    border: 2px solid #aaa;
    border-collapse: collapse;
}
table.pennant_table * {
    text-align: left;
    padding: 1rem;
    vertical-align: middle;
}
table.pennant_table tbody tr {
    border-bottom: 2px solid #aaa;
}
table.pennant_table tbody tr th {
    background-color: #ddd;
    border-right: 2px solid #aaa;
}
table.pennant_table tbody tr td {
    border-right: 2px solid #aaa;
    border-bottom: 2px solid #aaa;
    border-left: 2px solid #aaa;
}



table.nomal_table {
    width: 800px;
    border-width: 1px;
    border-collapse: collapse;
    border-color: #CCCCCC;
    margin: 10px auto;
    padding: 0;
    font-size: .9rem;
}
table.nomal_table tbody {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
table.nomal_table th {
    border: 1px solid #CCCCCC;
    padding: 1rem;
    background-color: #EEEEEE;
    text-align: left;
    vertical-align: middle;
}
table.nomal_table th.th_width {
    width: 220px;
}
table.nomal_table td {
    width: 280px;
    border: 1px solid #CCCCCC;
    padding: 5px;
    font-weight: normal;
    vertical-align: middle;
    background-color: #FFFFFF;
    text-align: center;
}

.in-page-linked {
    display: block;
    margin-top:-203px;
    padding-top:203px;
}
@media screen and (max-width: 767px) {
    .in-page-linked {
        margin-top:-243px;
        padding-top:243px;
    }
}

.cautionlist {
    list-style: none inside;
}
.cautionlist li:before {
    content: "※ ";
}



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

@media screen and (max-width: 767px) {



    .main_v{
        height: auto;
        background: url(/services/img/sp_main_v.png) no-repeat;
    }

    .main_v.wappen{
        height: auto;
        background: url(/services/img/wappen_main_v_sp.png) no-repeat;
    }

    .main_v.emblem{
        height: auto;
        background: url(/services/img/emblem_main_v_sp.jpg) no-repeat;
    }

    .main_v.nametag{
        height: auto;
        background: url(/services/img/nametag_main_v_sp.jpg) no-repeat;
    }

    .main_v.flag{
        height: auto;
        background: url(/services/img/flag_main_v_sp.jpg) no-repeat;
        background-position: center;
    }

    .main_v.armband{
        height: auto;
        background: url(/services/img/armband_main_v_sp.jpg) no-repeat;
    }

    .main_v.wear_goods{
        height: auto;
        background: url(/services/img/wear_goods_main_v_sp.jpg) no-repeat;
        background-size: cover;
    }

    .main_v.supporters_uniform{
        height: auto;
        background: url(/services/img/supporters_uniform_main_v_sp.jpg) no-repeat;
        background-position: center;
    }

    .main_v.rider_racer{
        height: auto;
        background: url(/services/img/rider_racer_main_v_sp.jpg) no-repeat;
    }

    .main_v.other{
        height: auto;
        background: url(/services/img/other_main_v_sp.jpg) no-repeat;
        background-size: cover;
        background-position: center;
    }

    .main_v.index{
        /*height: 102px;*/
    }

    .main_v h2{
        font-size: 20px;
        padding-top: 18px;
    }

    .main_v h2{
        font-size: 20px;
        padding-top: 18px;
    }

    .main_v.index h2{
        padding-top: 27px;
    }

    .main_txt{
        font-size: 12px;
        padding: 15px 5px 20px;
    }

    .main_txt.index{
        font-size: 14px;
        padding: 13px 5px 26px;
        line-height: 1.4;
    }

    /* index */

    .index_ttl{
        font-size: 19px;
        padding-top: 28px;
    }

    .index_txt{
        font-size: 14px;
        margin: 10px 30px 0;
    }

    .second_ttl{
        font-size: 20px;
        padding-top: 40px;
    }

    .second_txt{
        font-size: 14px;
        margin: 12px 12px 0;
    }

    .products_list{
        margin: 15px 12px 30px;
    }

    .products_list a{
        width: 48%;
    }

    .products_cell{
        width: auto;
        margin-bottom: 15px;
    }

    .prodcuts_cell_img img{
        width: 100%;
    }

    .products_cell_ttl{
        font-size: 13px;
        padding: 8px 6px 0;
    }

    .products_cell_txt{
        font-size: 12px;
        line-height: 1.4;
        padding: 4px 6px 6px;
    }

    .contents_ttl{
        font-size: 20px;
        padding-top: 37px;
    }



    .intro{
        margin: 50px 26px 0;
        font-size: 20px;
        line-height: 1.5;
    }

    .intro_txt{
        margin-top: 8px;
        margin-bottom: 30px;
        font-size: 14px;
    }

    .lineup{
        margin-bottom: 45px;
        margin: 0 12px 26px;
    }

    .lineup_top{
        padding: 28px 15px 30px 15px;
    }

    .lineup_ttl{
        font-size: 20px;
        float: none;
        width: auto;
    }

    .lineup_txt{
        float: none;
        width: auto;
        font-size: 14px;
        margin-top: 25px;
    }


    .lineup_img{
        float: none;
        width: auto;
        padding: 0 15px;
        margin-top: 30px;
    }

    .lineup_detail{
        position: static;
    }

    .lineup_detail a,.products_detail a{
        font-size: 13px;
        margin: 25px 25px 0;
        text-align: center;
    }

    .detail_inside{
        padding: 6px 0;
    }

    .lineup_inside{
        display: block;
        width: auto;
    }

    .inside_products{
        width: auto;
        margin: 0 15px 28px 15px;
    }

    .products_ttl{
        font-size: 19px;
        padding: 9px 14px;
    }

    .products_wrap{
        padding: 27px 11px;

    }

    .products_img{
        float: none;
        padding: 0 45px;
    }

    .products_txt{
        font-size: 14px;
        width: auto;
        float: none;
        margin-top: 23px;
        line-height: 1.5;
    }

    .products_detail{
        position: static;
    }

    .text_2_ttl{
        font-size: 20px;
        margin: 0 28px;
        line-height: 1.4;
    }

    .text2_txt{
        font-size: 14px;
        margin: 7px 28px 0;
    }

    .text_2_img{
        margin: 10px 12px 20px;
    }

    .double_image{
        margin: 15px 12px 0;
        display: block;
    }

    .double_image img{
        width: 100%;
    }

    .img_right{
        margin-top: 14px;
    }

    .text_3{
        margin: 24px 28px 0;
        font-size: 14px;
    }

    .washing{
        margin: 24px 12px 0;
        border: 1px solid #707070;
        padding: 27px 15px 23px 15px;
    }

    .washing_ttl{
        font-size: 20px;
    }

    .washing_img{
        float: none;
        margin: 20px 24px 0;
    }

    .washing_img img{
        width: 100%;
    }

    .washing_txt{
        float: none;
        width: auto;
        margin-top: 18px;
        font-size: 14px;
    }



    .back_btn{
        margin-top: 42px;
    }

    .back_btn a{
        width: 266px;
        font-size: 12px;
        background-size: 7px 14px;
    }

    .back_inside{
        padding: 5px;
    }

    .order_flow{
        padding: 28px 15px 28px;
        margin: 0 12px;
    }

    .flow_ttl{
        font-size: 20px;
        padding-bottom: 8px;
    }

    .flow_main_txt{
        font-size: 19px;
        margin-top: 19px;
    }

    .flow_sub_txt{
        font-size: 14px;
        margin-top: 14px;
    }

    .flow_sub_txt02{
        font-size: 14px;
        margin-top: 14px;
    }


    .flow_type{
        margin-top: 13px;
    }

    .type_ttl{
        font-size: 20px;
        padding: 7px 0;
    }

    .type_txt{
        font-size: 19px;
        margin: 15px 0 10px;
        line-height: 1.4;
    }

    .type_lineup{
        padding: 27px 11px;
        margin: 0 15px 28px;
    }

    .type_lineup_ttl{
        font-size: 19px;
        text-align: center;
        width: auto;
        float: none;
    }

    .type_lineup_img{
        float: none;
        width: auto;
        margin: 27px 26px 0;
    }

    .type_lineup_img img{
        width: 100%;
    }

    .type_lineup_txt{
        width: auto;
        float: none;
        font-size: 14px;
        margin-top: 24px;
    }
    .type_lineup_txt.long{
        padding-bottom: 0;
    }

    .type_lineup_btn{
        position: static;
        margin-top: 26px;
    }

    .type_lineup_btn a{
        width: auto;
        font-size: 13px;
    }

    .select_type{
        margin-top: 28px;
        padding-bottom: 28px;
    }

    .select_ttl{
        font-size: 20px;
        padding: 8px 0;
    }

    .select_main_txt{
        font-size: 19px;
        line-height: 1.3;
        margin: 18px 12px 0;
    }

    .select_img{
        margin: 12px 25px 0;
    }

    .select_img img{
        width: 100%;
    }

    .select_txt{
        font-size: 14px;
        margin: 27px 12px;
    }

    .select_btn a{
        width: 260px;
        font-size: 14px;
    }

    .under_arrow{
        margin: 19px auto;
        width: 25px;
    }

    .under_arrow img {
        width: 100%;
    }

    .contact02{
        padding: 30px 15px 28px;
    }

    .contact02_ttl{
        font-size: 19px;
    }

    .contact02_txt{
        font-size: 14px;
        margin-top: 12px;
    }

    .contact02_btn a{
        width: auto;
        font-size: 14px;
        background-size: 8px 16px;
    }

    .contact02_tel{
        margin-top: 33px;
        padding-bottom: 13px;
    }

    .contact02_tel_ttl{
        font-size: 14px;
        width: 235px;
        margin: -7px auto 0;
    }

    .cotact02_tel_fax{
        display: block;
        padding: 18px 25px 0;
    }

    .tel_icon,.fax_icon{
        width: 30px;
    }

    .tel_icon img,.fax_icon img{
        width: 100%;
    }

    .tel_number,.fax_number{
        font-size: 27px;
        margin-left: 10px;
        letter-spacing: 1px;
    }



    .contact02_fax_wrap{
        margin-top: 4px;
    }

    .contact02_hours{
        font-size: 13px;
        margin-top: 5px;
        text-align: left;
        line-height: 1.5;
        padding-left: 25px;
    }

    .under_arrow_out{
        width: 25px;
        margin: 28px auto 0;
    }

    .under_arrow_out img{
        width: 100%;
    }

    .step2{
        margin: 28px 12px 0;
        padding: 26px 15px 28px;
    }

    .step2_ttl{
        font-size: 20px;
        padding-bottom: 8px;
    }

    .step2_main_txt{
        font-size: 19px;
        margin-top: 19px;
    }

    .step2_txt{
        font-size: 14px;
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .step2_flow{
        padding: 20px 0 28px;
        margin: 0 15px;
    }

    .step2_flow_img{
        width: 56px;
        margin: 0 auto;
    }

    .step2_flow_img img{
        width: 100%;
    }

    .step2_flow_ttl{
        font-size: 20px;
    }

    .step2_flow_txt{
        font-size: 14px;
        margin: 12px 15px 0;
    }

    .part_img{
        margin: 0 18px 29px;
    }

    .part_img img{
        width: 100%;
    }

    .intro_txt_04{
        margin-top: 11px;
        margin-bottom: 30px;
        font-size: 14px;
        line-height: 1.5;
    }

    .lineup_04{
        padding: 28px 15px 20px;
        margin: 0 12px 30px;
    }

    .line_04_ttl{
        font-size: 20px;
        text-align: center;
        padding-bottom: 9px;
    }

    .line_04_txt{
        font-size: 14px;
        margin-top: 16px;
    }

    .line_04_double{
        display: block;
        width: auto;
        margin: 25px 15px 0;
    }

    .line_04_double img{
        width: 100%;
    }

    .img_04_01.top{
        margin-bottom: 14px;
    }

    .line_04_middle_ttl{
        font-size: 20px;
        text-align: center;
        margin-top: 27px;
    }

    .line_04_double_wrap{
        margin-top: 23px;
        display: block;
    }

    .line_04_double_box{
        width: auto;
        margin-bottom: 28px;
    }

    .line_04_double_ttl{
        font-size: 17px;
        background: #ece8ec;
        padding: 10px 12px;
        line-height: 1.2;
    }

    .line_04_double_img img{
        width: 100%;
    }

    .line_04_double_txt{
        font-size: 14px;
        padding: 12px 12px;
    }

    .line_04_single{
        width: auto;
        margin: 25px 15px 0;
    }

    .line_04_single img{
        width: 100%;
    }

    .line_04_tri_wrap{
        margin-top: 24px;
        display: block;
    }

    .line_04_tri_ttl{
        font-size: 17px;
        background: #ece8ec;
        padding: 20px 15px;
    }

    .line_04_tri_box{
        width: auto;
        margin-bottom: 30px;
        margin-right: 0;
    }

    .line_04_tri_txt{
        font-size: 14px;
        padding: 14px 15px;
    }
    .line_04_tri_btn{
    }

    .line_04_quad_wrap{
        margin-top: 24px;
        justify-content: space-between;
    }

    .line_04_quad_box{
        width: 47%;
        margin-bottom: 15px;
        margin-right: 0;
    }

    .line_04_quad_ttl{
        font-size: 14px;
        background: #ece8ec;
        padding: 9px 6px;
    }

    .line_04_quad_txt{
        font-size: 14px;
        padding: 12px 6px;
    }

    .line_04_six_wrap{
        margin-top: 24px;
    }

    .line_04_six_box{
        width: 31%;
        margin-bottom: 9px;
        margin-right: 2.5%;
    }

    .line_04_six_box:nth-child(3n){
        margin-right: 0;
    }

    .line_04_six_ttl{
        padding: 3px 7px;
    }

    .line_04_six_color{
        height: 68px;
    }

    .close_btm_btn{
        margin-top: 58px;
    }

    .close_btm_btn a{
        font-size: 14px;
        width: 265px;
    }

    .close_btm_inside{
        padding: 7px;
    }

    .copyright.index_04{
        margin-top: 0;
    }

}