
/* 
テンプレートダウンロード
page-template.php
ID : template
*/

#template .temp_ctg_name {
    padding: 16px 0;
    padding: 1rem 0;
}

#template .temp_ctg_name img {
    margin-right: 8px;
    margin-right: 0.5rem;
}

#template .temp_ctg_name.flex {
    justify-content: space-between;
    align-items: center;
}

#template .temp_area {
    flex-wrap: wrap;
    padding: 0 16px 16px;
    padding: 0 1rem 1rem;
}

#template .temp_ctg_box {
    border-bottom: 2px dotted #ccc;
}


#template .temp_area .temp_box {
    width: calc(33.3% - 8px);
    margin-right: 12px;
    border: 1px solid #777;
    padding-top: 16px;
    padding-top: 1rem;
}

#template .temp_area .temp_box a {
    padding: 16px;
    background-color: #F6D34C;
    width: 100%;
    display: flex;
    font-weight: 700;
    align-items: center;
    justify-content: center;
}

#template .temp_area .temp_box a img {
    margin-right: 8px;
}

#template .temp_area .temp_box .temp_box_img {
    text-align: center;
}

#template .temp_area .temp_box p {
    text-align: center;
    padding: 8px;
    padding: 0.5rem;
    font-weight: 700;
}

@media screen and (min-width: 781px) {
    #template .temp_area .temp_box:nth-child(3n) {
        margin-right: 0;
    }

    #template .temp_area .temp_box:nth-child(1n + 4) {
        margin-top: 12px;
    }
}

@media screen and (max-width: 768px) {
    #template .temp_area .temp_box {
        width: calc(50% - 8px);
    }

    #template .temp_area .temp_box:nth-child(2n) {
        margin-right: 0;
    }

    #template .temp_area .temp_box:nth-child(1n + 3) {
        margin-top: 12px;
    }
}

/* 
よくある質問
page-faq.php
ID : faq_main
 */

#faq_main .faq_main_area {
    display: flex;
    flex-wrap: wrap;
}

#faq_main .faq_select_btn {
    width: calc(33.3% - 8px);
    display: flex;
    border: 1px solid #777;
    padding: 19.2px 16px;
    margin-right: 12px;
    margin-top: 12px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#faq_main .faq_select_btn:hover img {
    transform: scale(1.2);
}

#faq_main .faq_select_btn p {
    padding-top: 16px;
    padding-top: 1rem;
}

#faq_main .faq_main_mail_tel {
    width: 66%;
    border: 1px solid #777;
    padding: 19px 16px;
    margin-top: 12px;
    text-align: center;
}

#faq_main .faq_main_mail_tel .faq_connect {
    display: flex;
    justify-content: center;
}

#faq_main .faq_main_mail_tel a {
    display: flex;
    align-items: center;
    width: 45%;
    margin-top: 16px;
}

#faq_main .faq_main_mail_tel a img {
    padding: 8px;
    margin-right: 8px;
}

#faq_main .faq_main_mail_tel a:nth-child(1) {
    border: 3px solid #11a0c2;
}

#faq_main .faq_main_mail_tel a:nth-child(1) img {
    background-color: #11a0c2;
}

#faq_main .faq_main_mail_tel a:nth-child(2) {
    border: 3px solid #f28f1b;
}

#faq_main .faq_main_mail_tel a:nth-child(2) img {
    background-color: #f28f1b;
}

@media screen and (min-width : 768px) {
    #faq_main .faq_select_btn:nth-child(3n) {
        margin-right: 0;
    }

    #faq_main .faq_main_mail_tel a:nth-child(1) {
        margin-right: 16px;
    }
}

@media screen and (max-width : 768px) {
    #faq_main .faq_select_btn {
        width: calc(50% - 8px);
    }

    #faq_main .faq_select_btn:nth-child(2n) {
        margin-right: 0;
    }

    #faq_main .faq_main_mail_tel {
        width: 100%;
    }

    #faq_main .faq_main_mail_tel .faq_connect {
        flex-wrap: wrap;
    }

    #faq_main .faq_connect a {
        width: 100%;
    }
}

/* 
よくある質問 中
page-faq-%.php
ID : faq-content
 */
#faq-content .faq_content_backpage {
    background-color: #f7f7f7;
    margin-bottom: 8px;
    display: block;
    border: 1px solid #c2c2c2;
    padding: 8px 16px;
}

#faq-content .faq_content_backpage:last-child {
    text-align: right;
}

#faq-content .faq_box {
    border: 1px solid #c2c2c2;
    background-color: #f7f7f7;
    margin-bottom: 8px;
}

#faq-content .faq_q_title {
    display: flex;
    justify-content: space-between;
    padding: 16px;
    align-items: center;
}

#faq-content .faq_q_title p::before {
    content: 'Q';
    background-color: #f28f1b;
    border-radius: 50%;
    color: #fff;
    padding: 3px 10px;
    padding: 0.2rem 0.65rem;
    margin-right: 11px;
    margin-right: 0.7rem;
    font-weight: 700;
}

#faq-content .faq_q_title p {
    display: flex;
    align-items: center;
    padding-right: 24px;
}

#faq-content .faq_answer {
    border: 1px solid #c2c2c2;
    padding: 16px;
    padding: 1rem;
    background-color: #fff;
    width: calc(100% - 32px);
    width: calc(100% - 2rem);
    margin: 0 auto 16px auto;
    margin: 0 auto 1rem auto;
    /* Sliderで壊れる部分があり設定されています。 */
    flex-wrap: wrap;
}

#faq-content .faq_answer p {
    width: 100%;
}

#faq-content .faq_answer a {
    display: block;
    margin-top: 8px;
    margin-top: 0.5rem;
    margin-top: 8px;
}

#faq-content .faq_img {
    width: 100%;
    margin-top: 16px;
    margin-top: 1rem;
}

#faq-content .faq-paymoment_table {
    border-collapse: collapse;
    width: 50%;
    margin: 16px 0;
}

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

    #faq-content .faq-paymoment_table {
        width: 100%;
    }
}

#faq-content .faq-paymoment_table td,
#faq-content .faq-paymoment_table th,
#faq-content .faq-paymoment_table tr {
    height: 50px;
    min-height: 50px;
    text-align: center;
    line-height: 50px;
}

#faq-content .faq-paymoment_table td,
#faq-content .faq-paymoment_table th {
    border: 1px solid #777;
    font-size: 14px;
    font-size: 0.875rem;
    overflow: hidden;
}

#faq-content .faq-paymoment_table th {
    background-color: #ececec;
}

#faq-content .faq_answer img {
    width: 100%;
}

/* 
index　お知らせ
loop-news.php
ID : index_news
 */

#index_news time {
    max-width: 100px;
    margin-right: 8px;
}

#index_news .news_area a {
    padding: 8px 16px;
    border-bottom: 1px dotted #777;
}

#index_news .news_area:nth-child(2) a {
    padding-top: 0;
}

#index_news .news_area:last-child a {
    border-bottom: 0;
}

#index_news a p {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: calc(100% - 100px);
}

#index_news a:has(.new_icon) p{
    width: calc(100% - 100px - 47px);
}

/* 
お知らせ
page-news.php
ID : news
 */
#news .news_list_area {
    font-size: 15px;
    font-size: 0.9375rem;
}

#news .news_content_box {
    display: flex;
    padding: 16px;
    border-bottom: 1px dotted #777;
}

#news .news_content_box:first-child {
    font-weight: 700;
    background-color: #FDD11A;
    padding: 8px 16px;
}

#news .news_content_box .news_time {
    min-width: 100px;
}


/* New マーク */

#index_news a .new_icon,
#news a .new_icon{
    background-color: #c10303;
    color: #fff;
    padding: 4px 8px;
    padding: .25rem .5rem;
    margin-right: 8px;
    margin-right: .5rem;
    animation: flash 2s infinite;
    min-width: 49px;
}



/* 
お知らせ-Post
ID : news_post
single.php
 */

#news_post {
    padding-bottom: 16px;
    padding-bottom: 1rem;

}

#news_post .single_time {
    text-align: right;
}

#news_post .single_content {
    line-height: 40px;
    line-height: 2.5rem;
    font-size: 16px;
    font-size: 1rem;
    padding: 16px;
}

#news_post .link_a {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #FDD11A;
    border-bottom: 5px solid #f3f3f3;
    padding: 8px 0;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    color: #000;
}

/* 
商品Select ページ
id : Product_list
taxonomy-product_category-%.php
 */

#product_list .product_list_area {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
}

#product_list .product_loop {
    margin-bottom: 15px;
}

@media screen and (min-width : 768px) {
    #product_list .product_loop {
        margin-right: 15px;
    }

    #product_list .product_loop:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width : 768px) {
    #product_list .product_list_area {
        justify-content: space-between;
    }

    #product_list .product_loop {
        width: calc(50% - 5px);
    }
}

/* 
商品Select LOOP　設定
Class : Product_loop
product-select-info.php
 */

.product_loop_area .flex {
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.product_loop {
    width: calc(33.3% - 10px);
    border: 1px solid #cccccc;
}

.product_loop_tum_img {
    overflow: hidden;
}

.product_loop .product_loop_tum_img img {
    width: 100%;
    height: auto;
}

.product_loop:hover .product_loop_tum_img img {
    transform: scale(1.1);
    transition: all 0.2s linear;
}

.product_loop_title {
    font-weight: 700;
    text-align: center;
    padding: 4px 0;
}

.product_loop:nth-child(3n + 1) .product_loop_title {
    background-color: #ffd9e1;
}

.product_loop:nth-child(3n + 2) .product_loop_title {
    background-color: #f9f18c;
}

.product_loop:nth-child(3n + 3) .product_loop_title {
    background-color: #abd7f4;
}

.product_loop_price_box {
    padding: 8px;
    background-color: #f1f1f1;
    text-align: center;
}

.product_loop_price_box span:nth-child(1) {
    font-size: 12px;
    font-size: 0.75rem;
}

.product_loop_price_box span:nth-child(2) {
    font-weight: 700;
    color: #c10303;
    display: block;
}

.product_loop_box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 4px 8px;
    border-top: 1px solid #cccccc;
}

.product_loop_box img {
    margin-right: 4px;
    margin-right: 0.25rem;
}

.product_loop_box .sub {
    width: 100%;
    margin-left: 24px;
    display: block;
}


/* 
商品ページ　
ID : product
single-product.php
 */
#product .product_info_content {
    justify-content: space-between;
    align-items: start;
}

#product .product_info_left {
    width: 50%;
    margin-top: 8px;
}

#product .product_info_right {
    width: calc(50% - 20px);
}

@media screen and (max-width : 1080px) {
    #product_info .product_info_top {
        flex-direction: column;
    }

    #product .product_info_left,
    #product .product_info_right {
        width: 100%;
    }

    #product .product_info_content {
        flex-wrap: wrap;
    }
}

/* 
商品ページ　「商品説明」
ID : Product_Button
productーbutton.php
 */

#product_button .product_button {
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: center;
    border: 3px solid;
}

#product_button img {
    background-color: #E5C2AB;
    min-width: 40px;
    min-height: 40px;
    padding: 12px;
    margin-right: 12px;
}

#product_button .product_button_sample img {
    background-color: #E5C2AB;
}

#product_button .product_button_sample {
    border-color: #E5C2AB;
    box-shadow: 0 3px #E5C2AB;
}

#product_button .product_button_temp img {
    background-color: #D9E6AC;
}

#product_button .product_button_temp {
    border-color: #D9E6AC;
    box-shadow: 0 3px #D9E6AC;
}

#product_button .product_button_estimate img {
    background-color: #ACE2E6;
}

#product_button .product_button_estimate {
    border-color: #ACE2E6;
    box-shadow: 0 3px #ACE2E6;
}

#product_button .product_button:active {
    position: relative;
    top: 3px;
    box-shadow: 0 0;
    overflow: hidden;
}

/* 
商品ページ　「商品説明」
ID : product_info_area
productーinfo.php
 */

#product_info_area table {
    width: 100%;
    border: 1px solid #ccc;
    border-collapse: collapse;
}

#product_info_area td,
#product_info_area th {
    border: 1px solid #ccc;
    align-items: center;
    padding: 5px 10px;
    height: 100%;
}

#product_info_area th {
    width: 30%;
    min-width: 111px;
    padding-left: 10px;
    background-color: #ececec;
}

#product_info_area td {
    max-width: 258px;
}

#product_info_area .text_red {
    display: block;
    width: 100%;
    margin-top: 4px;
    margin-top: 0.25rem;
}

/* 
商品ページ　「価格表」
ID : price_box
productーprice.php
 */

#price_box .flex_between {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    flex-wrap: wrap;
}

#price_box .product_select_design {
    width: calc(50% - 5px);
}

#price_box .product_select_design:nth-child(1n+3) {
    margin-top: 10px;
    margin-top: 0.625rem;
}

#price_box .product_select_title {
    width: 100%;
    display: flex;
    align-items: center;
    border-top: 2px dotted #999;
    padding: 12px 0;
    color: #000;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
}

.product_select_price_area {
    border-bottom: 2px dotted #999;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

.product_select_design input[type=radio] {
    display: none;
}

/* 
価格表選択　BG
product-price.php
*/
.product_select_design label {
    display: flex;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    border: 1px solid #999;
    height: 45px;
    cursor: pointer;
}

.product_select_design input[type=radio]:checked + label {
    background: #FBD857;
    color: #000;
    font-weight: 700;
}

/* Disabled */
.product_select_design input[type=radio] + label {
    background: #F9FAFC;
    color: #000;
}

#price_box .list_num {
    margin-bottom: 16px;
    margin-bottom: 1rem;
}


#price_box table {
    border-collapse: collapse;
    width: 100%;
}

#price_box td,
#price_box th,
#price_box tr {
    height: 50px;
    min-height: 50px;
    text-align: center;
    line-height: 50px;
}

#price_box table td,
#price_box table th {
    border: 1px solid #777;
    font-size: 16px;
    font-size: 1rem;
    overflow: hidden;
}

#price_box table th {
    background-color: #ececec;
}

/* Price_Set */
#price_view_area .price_none {
    display: none;
    width: 60%;
}

#price_view_area .color_show,
#price_view_area .price_show {
    display: revert;
}

#price_view_area td a {
    color: #097792;
    font-size: 17px;
    font-size: 1.0625rem;
}

#price_view_area .sheets_20,
#price_view_area .sheets_200,
#price_view_area tr:hover td span {
    background-color: #cc8d46;
    color: #fff;
}

#price_view_area .sheets_30,
#price_view_area .sheets_300 {
    background-color: #0e63bd;
    color: #fff;
}

#price_view_area .sheets_50,
#price_view_area .sheets_500 {
    background-color: #58128e;
    color: #fff;
}

#price_view_area .sheets_100 {
    background-color: #1e7e1c;
    color: #fff;
}

#price_view_area .color_sumi,
#price_view_area .color_sumimount {
    background-color: #000;
    color: #fff;
}

#price_view_area .color_fullcolormount,
#price_view_area .color_onecolor {
    background-color: #c7fffc;
}

#price_view_area .color_ecocaseonecolor,
#price_view_area .color_fullcolor {
    background-color: #cfffc5;
}

#price_view_area .color_ecocasefullcolor {
    background-color: #c4bcff;
}

#price_view_area tr:hover td a,
#price_view_area tr:hover td span,
#price_view_area tr:hover th span {
    display: block;
    font-weight: 700;
    background-color: #fff7d8;
    color: #c10303;
    transform: scale(1.2);
    transition: all 0.2s ease-in-out;
    max-height: 50px;
}

#price_view_area tr:hover td span {
    color: #000;
}

/* 
PR39が選ばれる6つの理由
ID : about
 */

#about .about_area {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

#about .about_slot {
    width: 50%;
    padding: 20px;
    padding: 1.25rem;
    border-right: 2px dotted #777;
    border-bottom: 2px dotted #777;
}

#about .about_slot:nth-child(2n) {
    border-right: 0;
}

@media screen and (max-width: 1080px) {
    #about .about_slot {
        width: 100%;
        border-right: 0;
    }
}

#about .about_slot_img {
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

#about .about_slot_img img {
    border: 2px solid #f28e1c;
    border-radius: 50%;
    padding: 5px;
}

#about .about_slot_text h3 {
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

#about .youtube-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
#about .youtube-wrap embed,
#about .youtube-wrap iframe,
#about .youtube-wrap object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 
企業情報 & 特定商取引法に基づく表記
ID : corp-info & law
 */

#corp-info table,
#law table {
    border-collapse: collapse;
    width: 100%;
}

#corp-info td,
#corp-info th,
#corp-info tr,
#law td,
#law th,
#law tr {
    height: 50px;
    min-height: 50px;
    text-align: left;
    line-height: 50px;
}

#corp-info table td,
#corp-info table th,
#law table td,
#law table th {
    border: 1px solid #777;
    font-size: 16px;
    font-size: 1rem;
    overflow: hidden;
    padding: 8px 16px;
    line-height: 32px;
}

#corp-info table th,
#law table th {
    background-color: #ececec;
    width: 200px;
}

@media screen and (max-width:768px) {
    #corp-info table th,
    #law table th {
        width: 100px;
        font-size: 14px;
        font-size: 0.875rem;
    }

    #corp-info table td,
    #law table td {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

/* 
データ入稿 
ID : data-import
 */

#data-import .about_button_flex {
    margin-bottom: 48px;
    margin-bottom: 3rem;
    width: 100%;
    display: flex;
    justify-content: space-around;
}

#data-import .about_button_flex a {
    background-color: #fcb768;
    box-shadow: 0 5px rgb(160, 119, 73);
    border: 1px solid rgb(227, 149, 60);
    padding: 8px 32px;
    font-weight: 700;
    min-width: 200px;
    text-align: center;
    width: 40%;
    min-width: 250px;
}

@media screen and (max-width:768px) {
    #data-import .about_button_flex a:nth-child(2) {
        margin-top: 16px;
        margin-top: 1rem;
    }
}

#data-import .about_button_flex a:active {
    position: relative;
    top: 5px;
    box-shadow: 0 0;
    overflow: hidden;
}

@media screen and (max-width:1079px) {
    #data-import .about_button_flex {
        flex-wrap: wrap;
    }
}

/* 
デザイン代行サービス
ID : design
 */

/* Step */
#design .design_step_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#design .design_step_box {
    width: calc(33.3% - 10px);
    border: 1px solid #3f45b4;
}

#design .design_step_img {
    width: 100%;
    text-align: center;
}

#design .design_step_num {
    background-color: #3f45b4;
    color: #fff;
    padding: 4px 0;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
}

#design .design_step_title {
    text-align: center;
    font-weight: 700;
    padding: 8px 0;
    border-bottom: 2px dotted #3f45b4;

}

#design .design_step_text {
    padding: 12px;
}

#design .link_a {
    text-align: right;
    height: 32px;
    height: 2rem;
    display: block;
}

#design .link_a:last-child {
    padding-bottom: 12px;
}

#design .design_complete_day span {
    width: 150px;
    text-align: center;
    display: inline-block;
    padding: 8px 16px;
    background-color: #0e63bd;
    color: #fff;
    margin-right: 16px;
    margin-right: 1rem;
}

@media screen and (min-width:768px) {
    #design .design_step_box:nth-child(1n + 4) {
        margin-top: 16px;
        margin-top: 1rem;
    }
}

@media screen and (max-width:768px) {
    #design .design_step_box {
        width: calc(50% - 6px);
    }
    #design .design_step_box:nth-child(1n + 3) {
        margin-top: 16px;
        margin-top: 1rem;
    }

    #design .design_complete_day {
        text-align: center;
        line-height: 32px;
        line-height: 2rem;
        padding-top: 0;
    }

    #design .design_complete_day span {
        width: 100%;
    }
}

/* 
design_Table 
page-design.php
*/

#design table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #777;
}

#design td,
#design th,
#design tr {
    text-align: left;
    padding: 5px 10px;
    line-height: 30px;
}

#design table td,
#design table th {
    overflow: hidden;
}

#design table th {
    background-color: #ececec;
}

#design table td {
    display: block;
    padding: 8px 32px;
}

#design table tr:first-child th {
    background-color: #000;
    color: #fff;
}

#design .design_table_rough {
    display: flex;
    align-items: center;
}

#design .design_table_img {
    margin: 16px;
}

#design #design_check_list tr:nth-child(2) td {
    display: table-cell;
    padding: 0 !important;
}

@media screen and (max-width: 768px) {
    #design .design_table_rough {
        flex-wrap: wrap;
    }

    #design .design_table_rough .design_table_img {
        margin: 16px auto;
    }

    #design #design_check_list td {
        display: block;
        padding: 8px 16px;
    }

}

/* 
実績紹介
Loop_works
archive-works
*/

#archive_works,
#index_works {
    display: flex;
    flex-wrap: wrap;
}

#archive_works .works_set,
#index_works .works_set {
    width: calc(33.3% - 8px);
    border: 1px solid #c4c4c4;
    margin-right: 12px;
}

#index_works .works_set:nth-child(3) {
    margin-right: 0;
}

.popup_box .work_product_btn {
    display: inline-block;
    max-width: 120px;
    margin-left: 8px;
    margin-left: 0.5rem;
    background-color: #e68210;
    box-shadow: -1px -1px 0 1px rgb(183, 101, 6) inset;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
}

@media screen and (min-width: 768px) {
    #archive_works .works_set:nth-child(3n){
        margin-right: 0;
    }

    #archive_works .works_set:nth-child(1n + 4) {
        margin-top: 16px;
        margin-top: 1rem;
    }
}

@media screen and (max-width: 768px) {
    #archive_works .works_set {
        width: calc(50% - 8px);
    }

    #archive_works .works_set:nth-child(2n){
        margin-right: 0;
    }

    #archive_works .works_set:nth-child(1n + 3) {
        margin-top: 16px;
        margin-top: 1rem;
    }
}

/* 
実績紹介
ID : single_works
Page : single-works
*/

#single_works table {
    border-collapse: collapse;
    margin-top: 16px;
    margin-top: 1rem;
    width: 100%;
}

#single_works th,
#single_works tr {
    border: 1px solid #777;
}

#single_works th {
    width: 35%;
}

#single_works td {
    width: 65%;
    margin-left: 16px;
    margin-left: 1rem;
}

#single_works td,
#single_works th,
#single_works tr {
    text-align: left;
    padding: 5px 10px;
    line-height: 30px;
}

#single_works table td,
#single_works table th {
    overflow: hidden;

}

#single_works table th {
    background-color: #ececec;
}

#single_works .single_work_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 16px;
    margin-top: 1rem;
}

#single_works .single_work_btn a {
    display: block;
    text-align: center;
    width: calc(50% - 10px);
    padding: 8px 16px;
    padding: 0.5rem 1rem;
    position: relative;
}

#single_works .single_work_btn a:nth-child(1) {
    background-color: #f28f1b;
    color: #fff;
    box-shadow: 0 5px 0 #d4780e;
}

#single_works .single_work_btn a:nth-child(2) {
    color: #fff;
    background-color: #11a0c2;
    box-shadow: 0 5px 0 #0b7a95;
}

#single_works .single_work_btn a:active {
    overflow: hidden;
    box-shadow: 0 0;
    top: 5px;
}

#single_works .single_works_random {
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
    margin-top: 1rem;
    justify-content: space-between;
}

#single_works .single_works_random .works_set {
    width: calc(33.3% - 10px);
}

@media screen and (max-width: 768px) {
    #single_works .single_work_btn {
        flex-wrap: wrap;
    }

    #single_works .single_work_btn a {
        width: 100%;
    }

    #single_works a:nth-child(2) {
        margin: 16px 0;
        margin: 1rem 0;
    }
}

/* 
ご注文の流れ
ID : flow
 */

@media screen and (min-width:780px) {
    #flow .list_num {
        padding-left: 48px;
    }

}

#flow .link_a {
    display: block;
    margin-top: 8px;
    margin-top: 0.5rem;
}

/* 
商品一覧
ID : print_order
page-printorder.php
 */


#print_order .product_list_area {
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
}


#print_order .product_list_block {
    width: calc(33.3% - 10px);
    text-align: center;
    border: 2px solid #f3f3f3;
    margin-right: 15px;
    padding: 16px;
    padding: 1rem;
    overflow: hidden;
}

#print_order .product_list_block:hover img,
#print_order .product_list_block:hover p {
    transform: scale(1.1);
    font-weight: 700;
}

#print_order .product_list_block p {
    margin-top: 16px;
    margin-top: 1rem;
}

#print_order .product_list_area img {
    width: 100px;
    height: 100px;
}

@media screen and (min-width:768px) {
    #print_order .product_list_block:nth-child(3n) {
        margin-right: 0;
    }

    #print_order .product_list_block:nth-child(1n + 4) {
        margin-top: 16px;
        margin-top: 1rem;
    }

}

@media screen and (max-width:768px) {
    #print_order .product_list_block {
        width: calc(50% - 10px);
        margin-right: 0;
    }

    #print_order .product_list_area {
        justify-content: space-between;
    }

    #print_order .product_list_block:nth-child(1n + 3) {
        margin-top: 16px;
        margin-top: 1rem;
    }

}

/* 
サイトマップ
ID : site_map
 */

#sitemap .sitemap_area {
    display: flex;
    flex-wrap: wrap;
}

#sitemap .sitemap_box {
    width: calc(50% - 15px);
    padding: 0 16px;
}

#sitemap .sitemap_box:nth-child(2n) {
    border-right: 0;
}

#sitemap .sitemap_area a {
    display: block;
    padding: 8px 16px;
    /* border-bottom: 1px dotted #777; */
}

#sitemap .sitemap_area a:last-child {
    border-bottom: 0;
}

@media screen and (max-width:768px) {
    #sitemap .sitemap_box {
        width: 100%;
        padding: 0;
    }
}

/* 
テクニカルガイド
ID : technical
 */
#technical_sumi .technical_cmyk_color_set {
    margin: 16px 0;
    margin: 1rem 0;
    flex-wrap: wrap;
}

#technical_sumi .technical_cmyk_color_set span {
    width: 50%;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

#technical_sumi .technical_cmyk_color_set span:nth-child(1) {
    background-color: #00a0e9;
}

#technical_sumi .technical_cmyk_color_set span:nth-child(2) {
    background-color: #e2007d;
}

#technical_sumi .technical_cmyk_color_set span:nth-child(3) {
    background-color: #ffee00;
    color: #000;
}

#technical_sumi .technical_cmyk_color_set span:nth-child(4) {
    background-color: #221815;
}

#technical_out_line_area {
    position: relative;
    border: 1px solid #000;
    padding: 32px 16px 16px;
    padding: 2rem 1rem 1rem;
}

#technical_out_line_area p:first-child {
    position: absolute;
    height: 40px;
    width: 200px;
    top: -20px;
    background-color: #ffee00;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}

#technical_out_line_area .flex {
    justify-content: space-between;
}

#technical_out_line_area .technical_out_line_box {
    width: calc(50% - 5px);
    max-width: 340px;
    border: 1px solid #000;
}

#technical_out_line_area .technical_out_line_box p {
    margin: 16px;
    margin: 1rem;
}

@media screen and (max-width: 768px) {
    #technical .technical_img img {
        width: 100%;
        height: auto;
    }

    #technical #technical_cmyk .flex,
    #technical_sumi .flex {
        flex-wrap: wrap;
    }

    #technical #technical_cmyk .margin_left_2,
    #technical_sumi .margin_left_2 {
        width: 100%;
        margin: 16px 0 0;
        margin: 1rem 0 0;
    }

    #technical_out_line_area .flex {
        flex-wrap: wrap;
    }

    #technical_out_line_area .flex .technical_out_line_box,
    #technical_out_line_area .flex .technical_out_line_box img {
        width: 100%;
    }

    #technical_out_line_area .flex .technical_out_line_box:nth-child(2) {
        margin-top: 16px;
        margin-top: 1rem;
    }

    #technical .title_set h3 {
        font-size: 15px;
        font-size: 0.9375rem;
    }

    #technical .noti:last-child {
        margin-bottom: 0;
    }
}

/* 
index_popular
index_works
*/
@media screen and (max-width:768px) {

    #index_popular .product_loop:first-child,
    #index_works  .works_set{
    
        width: 100%;
        margin-right: 0;
    }
    
    
    #index_popular .product_loop:nth-child(n+2),
    #index_works  .works_set:nth-child(n+2){
        width: calc(50% - 5px);
        margin-top: 10px;
        margin-right: 0;
    }
    
    #index_works{
        justify-content: space-between;
    }
    
    }
    