@charset "UTF-8";
/* ------------------------------
common
------------------------------ */
.pt_0 {
    padding-top: 0px !important;
}
.pb_0 {
    padding-bottom: 0px !important;
}
.mb_0 {
    margin-bottom: 0px !important;
}
.fw_b {
    font-weight: bold;
}
.mb_20 {
    margin-bottom: 20px !important;
}
.mb_40 {
    margin-bottom: 40px !important;
}
.m_center {
    margin-left: auto;
    margin-right: auto;
}
.note_txt {
    margin-top: 10px;
    font-size: 1.2rem;
    text-align: right;
}
.note_txt.left {
    text-align: left;
}
.note_txt_small,
.note_txt_medium,
.note_txt_large {
    display: block;
    color: #FF0000;
    font-size: 1.1rem;
    font-weight: normal;
    margin-top: 3px;
}
.note_txt_small {
    font-size: 1.1rem;
}
.note_txt_medium {
    font-size: 1.2rem;
}
.note_txt_large {
    font-size: 1.3rem;
}
.common_base_box > *:last-child {
    margin-bottom: 0;
}
.intro_txt {
    font-size: 1.7rem;
    line-height: 1.5em;
    margin-bottom: 40px;
}
.processing_box_ttl_01 {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 24px;
}
.processing_lists {
    list-style: none;
    font-size: 1.6rem;
    line-height: 1.6em;
}
.processing_lists li {
    margin-bottom: 1.2em;
    padding-left: 1em;
    position: relative;
    text-indent: -1em;
}
.processing_lists li:before {
    background: #EF7802;
    border-radius: 50%;
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    margin-right: 8px;
    vertical-align: middle;
}
.processing_lists .note_txt_small,
.processing_lists .note_txt_medium,
.processing_lists .note_txt_large {
    display: inline-block;
    line-height: 1.4em;
    text-indent: 0;
}
.category_list_main_txt .category_list_main_ttl + .category_list_main_desc {
    font-size: 1.7rem;
    font-weight: normal;
    line-height: 1.4em;
    letter-spacing: .02em;
}
.link_button.long li {
	width: 205px;
}
.link_button.four li {
	width: 258px;
}
.link_button.three li {
	width: 349px;
}
.link_button.two li {
	width: 537px;
}
.link_button.long li a,
.link_button.four li a {
	display: grid;
    place-items: center;
    height: 80px;
}
.link_button.long li a > p {
    margin-top: -4px;
    line-height: 1.3em;
    letter-spacing: .02em;
}
.link_button.long li a > .small {
    font-size: 1.3rem;
}
.split_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
}
.split_box_txt {
    display: grid;
    place-items: center;
}
.split_box_ttl {
    display: grid;
    place-items: center;
    letter-spacing: .02em;
}
.split_box_ttl > .small,
.split_box_ttl > .big {
    color: #fff;
    font-weight: bold;
}
.split_box_ttl > .small {
    margin-bottom: 0.5em;

}
.split_box_ttl > .big {
    color: #fff;
}
.grid_lists {
    display: grid;
    column-gap: 20px;
    row-gap: 20px;
    margin-bottom: 50px;
}
.grid_lists.col2 {
    grid-template-columns: 1fr 1fr;
}
.grid_lists.col3 {
    grid-template-columns: 1fr 1fr 1fr;
}
.grid_lists.col4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.grid_btn_block {
 margin-bottom: 40px;
}
.grid_btn_lists {
    display: grid;
    grid-column-gap: 30px;
    justify-content: center;
}
.grid_btn_lists.col2{
    grid-template-columns: repeat(2,284px);
}
.grid_btn_lists.col3{
    grid-template-columns: repeat(3,284px);
}
.grid_btn_lists a {
    position: relative;
    display: block;
    color: #fff;
    padding: 18px 20px;
    background: #333;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.grid_btn_lists a::after {
    position: absolute;
    display: inline-block;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    top: 50%;
    margin-top: -10px;
    right: 10px;
    transition: right .3s;
}
.embroidery_saggest_box {
    display: grid;
    grid-template-columns: 1fr 340px;
    grid-column-gap: 24px;
    align-items: center;
    margin-top: 40px;
}
.embroidery_saggest_ttl {
    font-size: 2.3rem;
    font-weight: bold;
    color: #EF7802;
    margin-bottom: 20px;
    line-height: 1.3em;
}
.embroidery_saggest_desc {
    font-size: 1.7rem;
    line-height: 1.5em;
    letter-spacing: .02em;
}
.img_caption_center {
    font-weight: bold;
    letter-spacing: .02em;
    margin-bottom: 10px;
    text-align: center;
}
.embroidery_feature_rows {
    display: grid;
    grid-row-gap: 20px;
}
.embroidery_feature_rows_box {
    display: grid;
    grid-template-columns: 1fr 360px;
    grid-column-gap: 32px;
    align-items: center;
    background: #EEEBE4;
    padding: 32px;
}
.embroidery_feature_columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
}
.embroidery_feature_columns_box {
    display: grid;
    grid-row-gap: 24px;
    background: #EEEBE4;
    padding: 32px;
}
.embroidery_feature_ttl {
    font-size: 2rem;
    font-weight: bold;
    color: #EF7802;
    border-bottom: 1px solid #EF7802;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.embroidery_feature_desc {
    font-size: 1.5rem;
    line-height: 1.5em;
}
.embroidery_prosess_box {
    display: grid;
    grid-template-columns: 1fr 450px;
    grid-column-gap: 32px;
    align-items: center;
    padding: 32px;
    margin-bottom: 70px;
    border: 1px solid #ccc;
}
.embroidery_prosess_box.grid_row {
    grid-template-columns: initial;
    grid-column-gap: initial;
    align-items: initial;
    grid-row-gap: 32px;
}
.embroidery_prosess_ttl {
    font-size: 2.4rem;
    font-weight: bold;
    color: #EF7802;
    margin-bottom: 20px;
    line-height: 1.3em;
}
.embroidery_prosess_desc {
    font-size: 1.6rem;
    line-height: 1.5em;
    letter-spacing: .02em;
}
.grid_link_lists {
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
}
.grid_link_lists.col1 {
    grid-template-columns: 320px;
}
.grid_link_lists.col2 {
    grid-template-columns: repeat(2,320px);
}
.grid_link_lists.col3 {
    grid-template-columns: repeat(3,320px);
}
.grid_link_lists li {
    margin: 0px !important;
}
.grid_link_lists a {
    position: relative;
    display: grid;
    align-items: center;
    border: 2px solid #333;
    padding: 16px 24px 16px 12px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    height: 74px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.grid_link_lists a::after {
    position: absolute;
    display: inline-block;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    top: 50%;
    margin-top: -12px;
    right: 12px;
}
.grid_link_lists.cv_btn a {
    position: relative;
    display: grid;
    align-items: center;
    color: #fff;
    background: #EC7A00;
    border: 2px solid #EC7A00;
    padding: 16px 24px 16px 12px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    height: 74px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.grid_link_lists a::after {
    position: absolute;
    display: inline-block;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    top: 50%;
    margin-top: -12px;
    right: 12px;
}
.inner_box.col1 {
    max-width: 340px;
    margin: 0 auto;
}
.embroidery_block .embroidery_wear_box .inner_box div .flexbox_ttl_rows {
    flex-direction: column;
}
.box-estimate {
    border: 2px solid #F7C1D6;
    border-radius: 6px;
    text-align: center;
    margin: 0 auto 70px;
    width: 75%;
}
.box-estimate_title {
    background: #FCEAED;
    border-radius: 6px 6px 0 0;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 1.25em 1em;
    text-align: center;
}
.box-estimate_title strong {
    color: #E02D5D;
}
.box-estimate .btn {
    position: relative;
    font-size: 2.2rem;
    font-weight: bold;
    background: #E02D5D;
    color: #FFF;
    margin: 24px;
    display: block;
    padding: 20px 40px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.box-estimate .btn:hover {
    opacity: 0.7;
}
.box-estimate .btn > span {
    position: relative;
    padding-right: 20px;
}
.box-estimate .btn::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-width: 3px 3px 0 0;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: scaleY(.8) rotate(45deg);
    margin-top: -6px;
}
/* ------------------------------
common
product-lists
------------------------------ */
.ec-shelfGrid {
    margin-bottom: -36px;
}
.ec-shelfGrid .ec-shelfGrid__item .ec-shelfGrid__item-image {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0px;
}
.ec-shelfGrid .ec-shelfGrid__item .ec-shelfGrid__item-image::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.ec-shelfGrid .ec-shelfGrid__item .ec-shelfGrid__item-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ec-shelfGrid .ec-shelfGrid__item .gc-item-ttl {
    font-size: 1.8rem;
    line-height: 1.1;
    margin: 22px 0 9px;
}
.ec-shelfGrid .ec-shelfGrid__item .price02-default {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 2.4rem;
    font-weight: bold;
    color: #F70000;
    letter-spacing: -.02em;
}
.ec-shelfGrid .ec-shelfGrid__item .price02-default span {
    font-size: 1.2rem;
    font-weight: 500;
    padding-left: 4px;
}
.ec-shelfGrid .ec-shelfGrid__item .gc-item_description {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.75;
    margin-top: 7px;
}
.ec-shelfGrid .ec-shelfGrid__item .gc-item_infomation {
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    font-weight: 500;
    font-size: 1.3rem;
    overflow: hidden;
    margin: 8px 0 0;
    padding: 13px 0 10px;
    line-height: 1.7;
}
.ec-shelfGrid .ec-shelfGrid__item .product-code-default {
    display: block;
    font-size: 1.2rem;
    color: #777;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 8px;
}
@media print, screen and (max-width: 767px) {
    .mb_40 {
        margin-bottom: 40px !important;
    }
    .note_txt {
        text-align: left;
    }
    .intro_txt {
        font-size: 1.5rem;
        line-height: 1.6em;
        margin-bottom: 30px;
    }
    .processing_lists {
        font-size: 1.4rem;
    }
    .link_button.long li,
    .link_button.four li {
        width: 49%;
        margin-bottom: 2%;
    }
    .link_button.three li {
        width: 100%;
    }
    .link_button.long li a,
    .link_button.four li a {
        height: 62px;
    }
    .grid_btn_block {
        margin-bottom: 30px;
    }
    .grid_lists.col2,
    .grid_lists.col3,
    .grid_lists.col4 {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    }
    .grid_btn_lists.col2,
    .grid_btn_lists.col3 {
        grid-template-columns: 284px;
        grid-row-gap: 20px;
    }
    .grid_btn_lists.col2 {
        grid-template-rows: repeat(2,284px);
    }
    .grid_btn_lists.col3 {
        grid-template-rows: repeat(3,1fr);
    }
    .split_box {
        grid-template-columns: initial;
        grid-template-rows: 115px 1fr;
    }
    .split_box_ttl > .small {
        font-size: 1.6rem;
    }
    .split_box_ttl > .big {
        font-size: 2.6rem;
    }
    .embroidery_saggest_box {
        grid-template-columns: initial;
        grid-row-gap: 24px;
    }
    .embroidery_saggest_ttl {
        font-size: 2rem;
        margin-bottom: 16px;
    }
    .embroidery_saggest_desc {
        font-size: 1.4rem;
        line-height: 1.6em;
    }
    .embroidery_feature_rows,
    .embroidery_feature_columns {
        display: grid;
        grid-template-columns: initial;
        grid-column-gap: initial;
        grid-row-gap: 20px;
    }
    .embroidery_feature_rows_box,
    .embroidery_feature_columns_box {
        grid-template-columns: initial;
        grid-row-gap: 20px;
        grid-column-gap: initial;
        padding: 24px 20px;
    }
    .embroidery_feature_ttl {
        font-size: 1.8rem;
    }
    .embroidery_feature_desc {
        font-size: 1.4rem;
        line-height: 1.6em;
    }
    .embroidery_prosess_box {
        grid-template-columns: initial;
        grid-row-gap: 24px;
        padding: 24px 20px;
        margin-bottom: 36px;
    }
    .embroidery_prosess_ttl {
        font-size: 2rem;
        margin-bottom: 16px;
    }
    .embroidery_prosess_desc {
        font-size: 1.4rem;
        line-height: 1.6em;
    }
    .grid_link_lists {
        grid-template-columns: initial;
    }
    .grid_link_lists.col3 {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        grid-row-gap: 12px;
        grid-column-gap: 12px;
    }
    .inner_box.col1 {
        max-width: 420px;
        margin: 0 auto;
    }
    .box-estimate {
        margin: 0 auto 36px;
        width: 100%;
    }
    .box-estimate_title {
        font-size: 1.7rem;
        padding: 1em 1em;
    }
    .box-estimate_title strong {
        color: #E02D5D;
    }
    .box-estimate .btn {
        position: relative;
        font-size: 1.7rem;
        margin: 15px;
        padding: 20px 10px;
    }
    .box-estimate .btn::after {
        content: "";
        display: block;
        width: 12px;
        height: 12px;
        border: 2px solid #fff;
        border-width: 3px 3px 0 0;
        line-height: 1;
        position: absolute;
        top: 50%;
        right: 15px;
        transform: scaleY(.8) rotate(45deg);
        margin-top: -6px;
    }
    .ec-shelfGrid {
        margin-bottom: -24px;
    }
    .ec-shelfGrid .ec-shelfGrid__item {
        margin-bottom: 24px;
    }
    .ec-shelfGrid .ec-shelfGrid__item .gc-item-ttl {
        font-size: 1.4rem;
        line-height: 1.3;
        margin: 16px 0 4px;
    }
    .ec-shelfGrid .ec-shelfGrid__item .price02-default {
        font-size: 1.6rem;
    }
    .ec-shelfGrid .ec-shelfGrid__item .price02-default span {
        font-size: 1rem;
        vertical-align: 1px;
        padding-left: 2px;
    }
    .ec-shelfGrid .ec-shelfGrid__item .gc-item_description {
        font-size: 1.2rem;
        line-height: 1.7;
        margin-top: 10px;
    }
    .ec-shelfGrid .ec-shelfGrid__item .gc-item_infomation {
        font-size: 1.2rem;
        margin: 10px 0 0;
        padding: 11px 0 5px;
    }
    .ec-shelfGrid .ec-shelfGrid__item .product-code-default {
        margin-top: 10px;
    }
}
@media print, screen and (min-width: 1025px) {
    .grid_btn_lists a:hover {
        text-decoration: none;
        background: #EC7A00;
        color: #fff;
    }
    .grid_link_lists li a:hover {
        border: 2px solid #EC7A00;
        background: #EC7A00;
        color: #fff;
    }
    .grid_link_lists.cv_btn li a:hover {
        opacity: .6;
    }
}

/* ------------------------------
/user_data/embroidery3
------------------------------ */
.page-embroidery3 .category_list_main .category_list_main_txt {
	background: #2099BA url("/html/template/default/assets/img/other/processing/embroidery3/img_main_bg.jpg");
    background-size: 100% auto;
	color: #FFF;
}
.split_box_txt.name_embroidery,
.split_box_txt.original_embroidery {
    background: #000;
}
.page-embroidery3 .split_box_txt.name_embroidery {
    background: #EF7802;
}
.page-embroidery3 .split_box_txt.original_embroidery {
    background: #39386F;
}
.split_box_txt.name_embroidery.orange {
    background: #EF7802;
}
.split_box_txt.original_embroidery.navy {
    background: #39386F;
}
/* ------------------------------
/user_data/embroidery3
------------------------------ */
.page-embroidery .category_list_main .category_list_main_txt {
	background: #8A1717 url("/html/template/default/assets/img/other/processing/embroidery/img_main_bg.jpg");
    background-size: 100% auto;
	color: #FFF;
}
.page-embroidery .split_box_txt.name_embroidery {
    background: #9A322C;
}
.page-embroidery .split_box_txt.original_embroidery {
    background: #236448;
}
.embroidery_block .embroidery_wear_box .inner_box div .flexbox_ttl_rows {
    flex-direction: column;
}
@media print, screen and (max-width: 767px) {
    .embroidery_block .embroidery_wear_box .inner_box.col1_sp {
        flex-direction: column;
        max-width: 420px;
        margin: 0 auto;
    }
}
/* ------------------------------
/user_data/embroidery_patch
------------------------------ */
.page-embroidery_patch .category_list_main .category_list_main_txt {
	background: #35744F url("/html/template/default/assets/img/other/processing/embroidery_patch/img_main_bg.jpg");
    background-size: 100% auto;
	color: #FFF;
}
.ttl_style_06 .num_txt {
    color: #EF7802;
    margin-right: 10px;
}
.article_box p {
    font-size: 1.6rem;
    line-height: 1.8em;
    margin-bottom: 35px;
}
.article_box .common_base_box p:last-of-type {
    margin-bottom: 0;
}
.article_box .common_base_box .common_base_box:last-child p:last-of-type {
    margin-bottom: 0;
}
.grid_txtimg_column {
    display: grid;
    grid-template-columns: 1fr 485px;
    grid-column-gap: 40px;
    align-items: center;
    margin-bottom: 35px;
}
.grid_txtimg_txt > p {
    margin-bottom: 0;
}
.embroidery_prosess_box.grid_row .grid_item_01 {
    display: grid;
    grid-template-columns: 1fr 400px;
    align-items: center;
    grid-column-gap: 30px;
}
@media print, screen and (max-width: 767px) {
    .article_box p {
        margin-bottom: 20px;
    }
    .grid_txtimg_column {
        grid-template-columns: initial;
        align-items: initial;
        margin-bottom: 30px;
    }
    .embroidery_prosess_box.grid_row .grid_item_01 {
        grid-template-columns: initial;
        align-items: initial;
    }
    .article_box .common_base_box .grid_txtimg_column p {
        margin-bottom: 20px;
    }
}

/* ------------------------------
/user_data/finishing
------------------------------ */
.page-finishing .category_list_main .category_list_main_txt {
	background: #ad772e url("/html/template/default/assets/img/other/processing/finishing/img_main_bg_finishing.jpg");
    background-size: 100% auto;
	color: #FFF;
}
.price_info_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 32px;
}
.price_info_box {
    padding: 8%;
    border: 1px solid #ccc;
}
.col2 .price_info_box {
    padding: 6%;
}
.price_info_txt {
    margin-top: 24px;
}
.price_info_desc {
    margin-top: 24px;
}
.annotation {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.price_info_grid + .annotation {
    color: #ff0000;
    margin-top: 40px;
}
@media print, screen and (max-width: 767px) {
    .price_info_grid {
        grid-template-columns: initial;
        grid-row-gap: 20px;
    }
    .price_info_box {
        padding: 24px 20px;
    }
    .col2 .price_info_box {
        padding: 8%;
    }
    .price_info_desc {
        margin-top: 20px;
    }
    .annotation {
        font-size: 16px;
    }
    .price_info_grid + .annotation {
        margin-top: 20px;
    }
    .page-finishing .table_style_01 th {
        font-size: 1.3rem;
        line-height: 1.3;
    }
    .page-finishing .table_style_01 td .price_red {
        font-size: 1.5rem;
    }
}

/* ------------------------------
/user_data/embroidery_bring
------------------------------ */
.page-embroidery_bring .category_list_main .category_list_main_txt {
	background: #cd733a url("/html/template/default/assets/img/other/processing/embroidery_bring/img_main_bg_embroidery_bring.jpg");
    background-size: 100% auto;
	color: #FFF;
}
.embroidery_bring_note_box {
    background: #f4f4f4;
    padding: 32px;
}
.bring_fee_box {
    border: 1px solid #ec7b00;
    padding: 15px;
    text-align: center;
    margin-bottom: 24px;
}
.bring_fee_txt {
    font-size: 20px;
    font-weight: bold;
}
.bring_fee_strong {
    color: #ff0000;
}
.bring_fee_note {
    margin-top: 8px;
    line-height: 1;
}
@media print, screen and (max-width: 767px) {
    .embroidery_bring_note_box {
        padding: 24px 20px;
    }
    .bring_fee_box {
        margin-bottom: 16px;
    }
    .bring_fee_txt {
        font-size: 18px;
        font-weight: bold;
    }
}

/* ------------------------------
/user_data/embroidery_t-shirt
------------------------------ */
.page-embroidery_t-shirt .category_list_main .category_list_main_txt {
	background: #8B5FB9 url("/html/template/default/assets/img/other/processing/embroidery_t-shirt/img_main_bg_embroidery_t-shirt.jpg");
    background-size: 100% auto;
	color: #FFF;
}