﻿li.sidemenu-list-l2__item@charset "UTF-8";
/*--------------------------------------------------
 ※※※※※※※※※※※※※※※※※※※※※※※※
 このファイルはsassでコンパイルされています
 以下の内容を変更したい場合は構成するscssファイルを
 ご確認ください
 ※※※※※※※※※※※※※※※※※※※※※※※※
--------------------------------------------------*/



/*---------------------注文詳細ページ-----------------------------*/




.infohtml2 {
    background: #f7f7f7;
    padding: 10px;
    margin: 8px 0;
}
#faq p a,
.infohtml2 a,
.detail-info__data a {
    color: #0088ff;
    text-decoration: none;
}

#faq p a:hover,
.infohtml2 a:hover,
.detail-info__data a:hover  {
    text-decoration: underline;
}

.item__price{
	color: rgb(255, 0, 0);
}
/*
.item__price::before{
	content:"@";
}
.item__price::after{
	content:"(税込)";
	color: #888;
	font-size:80%;
	font-weight:normal;
}
*/
@charset "UTF-8";

/*--------------------------------------------------
 ※※※※※※※※※※※※※※※※※※※※※※※※
 このファイルはsassでコンパイルされています
 以下の内容を変更したい場合は構成するscssファイルを
 ご確認ください
 ※※※※※※※※※※※※※※※※※※※※※※※※
--------------------------------------------------*/

/*---------------------注文詳細ページ-----------------------------*/
.bunrui_60002 ul li,
.bunrui_60002 ul li span {
    width: 100px;
    height: 100px;
}

.footer{
    padding-top: 0 !important;
}

.bunrui_60002 ul li.detail-category-image-list__item:nth-child(-n+8) {
    margin-top: 15px;
}



.option_75001 ul li#option_75001_1,
.option_75001 ul li#option_75001_2,
.option_75001 ul li#option_75001_3,
.option_75001 ul li#option_75001_4,
.option_75001 ul li#option_75001_5,
.option_75001 ul li#option_75001_6,
.option_75001 ul li#option_75001_7,
.option_75001 ul li#option_75001_8,
.option_75001 ul li#option_75001_9,
.option_75001 ul li#option_75001_1 span,
.option_75001 ul li#option_75001_2 span,
.option_75001 ul li#option_75001_3 span,
.option_75001 ul li#option_75001_4 span,
.option_75001 ul li#option_75001_5 span,
.option_75001 ul li#option_75001_6 span,
.option_75001 ul li#option_75001_7 span,
.option_75001 ul li#option_75001_8 span,
.option_75001 ul li#option_75001_9 span {
    width: 300px;
	height:100%;
    margin-left: 10px;
}

.option_75001 ul li#option_75001_1 span img,
.option_75001 ul li#option_75001_2 span img,
.option_75001 ul li#option_75001_3 span img,
.option_75001 ul li#option_75001_4 span img,
.option_75001 ul li#option_75001_5 span img,
.option_75001 ul li#option_75001_6 span img,
.option_75001 ul li#option_75001_7 span img,
.option_75001 ul li#option_75001_8 span img,
.option_75001 ul li#option_75001_9 span img {
    width: 300px;
    height:100px;
}

.option_75001 .detail__heading-box{
	width:40%;
}

.detail__heading-box {
    /*display: flex;*/
    align-items: center;
    margin-bottom: 10px;
  }

.detail__heading {
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 16px;
    font-weight: bold;
  }
  .detail-category-tag__label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
  }
  .detail-category-image-list__item {
    width: 50px;
    margin-right: 15px;
  }

  .input-select__button {
    display: flex;
  position: relative;
  box-sizing: border-box;
  align-items: center;
  width: 100%;
  padding: 10px 35px 9px 15px;
  border-radius: 3px;
  outline: 0;
  border: 1px solid #c4c4c4;
  background: #fff;
  font-size: 14px;
  text-align: left;
  cursor: pointer;
  font-weight: 700;
  color: #989898;
  }

  
  .detail__section {
    /*margin-bottom: 40px;*/
  }
  
  .detail-category-image__image-box:hover::before {
    border-color: #74aaff;
    border-width: 3px;
    box-shadow: 1px 1px 1px 1px #c7c7c7;
  }
  .detail-category-tag__label:hover::before {
    border: 2px solid #74aaff;
    background: #4cc4ff38;
}

.detail-category-image-list__item {
    width: 50px;
    margin: 0 !important;
  }

.bunrui_60002 ul li.detail-category-image-list__item:nth-child(-n+8) {
    margin-top: 0;
    margin-bottom: 15px;
}


  .infohtml2 {
    background: none;
  padding: 10px 13px;
  margin: 10px 0;
  position: relative;
  font-size: 12px;
  }

  
  #main-form .notes{
    padding: 10px;
  font-size: 12px;
  width: auto;
  background: #ffe8e8;
  border-radius: 3px;
  }

  .infohtml2:before{
    position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border: 0.4em solid transparent;
    border-left-width: 0.4em;
    border-left-style: solid;
    border-left-color: transparent;
  border-left: 0.7em solid #fabe00;
  content: "";
}

.detail-category-tag__label {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 10px 20px;
    transition: 0.3s;
    line-height: 1.3;
    color: #929292;
    background: #fff;
    border-radius: 5px;
  }
  .detail-category-tag__input:checked + .detail-category-tag__label{
    color: #000;
  }

  
.detail-category-tag__label:hover{
    color: #000;
  }

  .search-conditions-table__data .input-select {
    width: 400px;
  }

  .detail-scroll .heading02 {
    margin: 0;
  }

/*ガイドページ------------------------------------*/


.wh-box {
    padding: 30px 40px 40px;
    border-radius: 4px;
    background: #fff;
}

.w100{
	width:100%;
}

.mL10 {
    margin-left: 10px !important;
}

.mL15 {
    margin-left: 15px !important;
}

.mL20 {
    margin-left: 20px !important;
}

.guide_content {
    margin: 0 15px !important;
}

.mL30 {
    margin-left: 30px !important;
}


.attention {
    color: #f00;
    font-weight: bold;
}

.center {
    text-align: center;
    ;
}


.lb {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .9);
    opacity: 0;
    transition: .3s opacity ease;
    pointer-events: none;
    z-index: 100;
}

.lb img {
    width: auto !important;
    max-height: 100% !important;
    max-width: 90% !important;
    cursor: pointer;
    position: relative;
}

.lb img,
.lb iframe {
    transform: scale(.85);
    transition: .3s all ease;
}

.lb:target {
    opacity: 1;
    pointer-events: auto;
    z-index: 101;
}

.lb:target img,
.lb:target iframe {
    transform: scale(1);
}

/* なんちゃって閉じるボタン*/
.lb::before,
.lb::after {
    display: block;
    position: fixed;
    content: "";
    width: 24px;
    height: 3px;
    top: 24px;
    right: 12px;
    background: #fff;
    border-radius: 4px;
}

.lb::before {
    transform: rotate(-315deg);
}

.lb::after {
    transform: rotate(315deg);
}

/* リンクの青色下線*/

#faq_cate1 a:link,#faq_cate2 a:link,#faq_cate3 a:link,#faq_cate4 a:link,#faq_cate5 a:link,#faq_cate6 a:link {
    color: #0088ff;
    text-decoration: none;
}
   
#faq_cate1 a:hover,#faq_cate2 a:hover,#faq_cate3 a:hover,#faq_cate4 a:hover,#faq_cate5 a:hover,#faq_cate6 a:hover {
        text-decoration: underline;
}
   
#faq_cate1 a:active,#faq_cate2 a:active,#faq_cate3 a:active,#faq_cate4 a:active,#faq_cate5 a:active,#faq_cate6 a:active {
    color: #FF0000;
    text-decoration: underline;
}



/*flex--------------------------------------------------*/

.row {
    display: flex;
    flex-direction: row;
    padding: 0;
        flex-wrap: wrap;
}

.tab-content .row {
    padding: 0 15px;
}

.col {
    margin-left: 4%;
}

@media(min-width:769px){

.col:first-child {
    margin-left: 0;
}

.row .col.span-1 {
    flex: 0 0 4.66666666667%;
    max-width: 4.66666666667%;
}

.row .col.span-2 {
    flex: 0 0 13.3333333333%;
    max-width: 13.3333333333%;
}

.row .col.span-3 {
    flex: 0 0 22%;
    max-width: 22%;
}

.row .col.span-4,
.row3>li {
    flex: 0 0 30.6666666667%;
    max-width: 30.6666666667%;
}

.row .col.span-5 {
    flex: 0 0 39.3333333333%;
    max-width: 39.3333333333%;
}

.row .col.span-6 {
    flex: 0 0 48%;
    max-width: 48%;
}

.row .col.span-7 {
    flex: 0 0 56.6666666667%;
    max-width: 56.6666666667%;
}

.row .col.span-8 {
    flex: 0 0 65.3333333333%;
    max-width: 65.3333333333%;
}

.row .col.span-9 {
    flex: 0 0 74.0%;
    max-width: 74.0%;
}

.row .col.span-10 {
    flex: 0 0 82.6666666667%;
    max-width: 82.6666666667%;
}

.row .col.span-11 {
    flex: 0 0 91.3333333333%;
    max-width: 91.3333333333%;
}

.row .col.span-12 {
    flex: 0 0 100%;
    max-width: 100%;
}



}

.row .col img {
    max-width: 100%;
    height: auto;
}
#technical .row .col img {
    border: 1px solid #bebebe;
}


iframe#payment {
    width: 100%;
    height: 3300px;
}

iframe#rules {
    width: 100%;
    height: 1700px;
}

iframe#privacypolicy {
    width: 100%;
    height: 2700px;
}

a.btn_cnt {
    background: #1f1f1f;
    color: #fff;
    text-decoration: none;
    width: 200px;
    display: block;
    border-radius: 100vh;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 50px auto;
    padding: 15px;
    box-sizing: border-box;
}

a.btn_cnt:hover {
    background: #fabe00;
}
h1 {
  font-size: 20px;
  margin-bottom: 10px;
  text-align: left;
}
#dm_top h1 {
  font-size: 20px;
  margin-bottom: 8px;
  text-align: left;
  margin-top: 15px;
}

#dm_top h1 span{
    color: #f00;
}
#dm_top h2.heading-33 {
  border-bottom: 2px solid #8f8f8f;
  font-size: 20px !important;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}

#dm_top h2.heading-33 span {
    display: inline-block;
    position: relative;
    padding: 0.2em 0;
    color: #333333;
}

#dm_top h2.heading-33 a {
  font-size: 14px;
  color: #a5a5a5;
  position: relative;
  margin-left: auto;
  font-weight: lighter;
}


#dm_top h2.heading-33 span.link-h2 {
    display: inline-block;
    position: relative;
    padding: 0.2em 0;
    color: #333333;
}


#dm_top h2.heading-33 span::before {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #007ed8;
    content: '';
}



#guide h1 img {
    width: 25px;
    margin-right: 5px;
    padding-bottom: 4px;
}

.heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 11px 15px;
    border-radius: 4px;
    background: #f5f5f5;
    font-size: 16px;
}

.heading_or {
   display: flex;
   align-items: center;
   justify-content: space-between;
   margin-bottom: 10px;
   padding: 11px 15px;
   border-radius: 0px;
   background: #eaeaea;
   font-size: 16px;
   border-left: 6px solid #fabe00;
}


#guide .heading img {
    width: 25px;
    margin-right: 15px;
}

#guide h2.icon {
    justify-content: flex-start;
}


#guide .sentence {
    font-size: 14px;
    font-weight: lighter;
    line-height: 1.8;
    margin-left: 15px;
}


#guide p.main_img {
    width: 100%;
}

#guide p.main_img img {
    width: 100%;
}

#guide p.lead,
#service_guide p.lead,
#dm_guide p.lead,
#insert-print p.lead {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.8;
    margin: 20px auto 10px auto;
}

#guide p.txt,
#service_guide p.txt,
#dm_guide p.txt {
    font-weight: lighter;
    font-size: 14px;
    line-height: 1.7;
}

#guide h2,
#service_guide h2,
#dm_guide h2 {
    margin-bottom: 10px !important;
}

#service_guide h3.scene{  
  color: #fff;
  padding: 5px;
  background: #5393f8;
  text-align: center;
  border-radius: 5px 5px 0 0;
  box-sizing: border-box;
  font-size: 18px;
  margin-bottom: 0;
}

#service_guide .scenebox{
    display: flex;
    gap: 20px 20px;
    background-color: #e2f1ff;
    padding: 20px;
}


#service_guide .scenebox div{
    width: 33%;
}

#service_guide #hagaki h3.scene{  
  background: #f89b53;
}

#service_guide #hagaki .scenebox{
    background-color: #fff8e2;
}
#service_guide #enclosed h3.scene{  
  background: #5393f8;
}

#service_guide #enclosed .scenebox{
    background-color: #e2f1ff;
}

#service_guide #attyaku h3.scene{  
  background: #82de93;
}

#service_guide #attyaku .scenebox{
    background-color: #e3ffe2;
}



#service_guide p.scenetxt{
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0 0 !important;
    font-size: 16px;
}


 #contact .contactBtn {
   background: #3c8ff9;
   color: #fff;
   padding: 20px;
   font-size: 20px;
   display: block;
   max-width: 370px;
   margin: 0 auto;
   margin-bottom: 0px;
   margin-bottom: 0px;
   border-radius: 10px;
   box-shadow: 0 9px 0 #4271a8;
   line-height: 1;
   margin-bottom: 20px;
   font-weight: bold;
   text-align: center;
}


#contact .contactBtn:hover {
    box-shadow: none;
    transform: translate3d(0, 9px, 0)
}


#contact .tel {
    font-size: 36px;
    font-family: "Roboto", sans-serif;
    color: #2f57d9;
    font-weight: 600;
    line-height: 1;
    margin: 10px auto;
    margin-top: 10px;
   display: inline-block;
    margin-top: 20px;
    text-align: center;
    display: block;
}



#contact .tel i {
    margin-right: 10px;
    text-align: center;
    font-size: 40px
}


#contact p {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    font-feature-settings: 'palt';
    text-align: center;
}





/*ご注文の流れ------------------------------------------*/

.fllowBox {
    padding: 10px 30px 0 30px;
    border: 1px solid #aaa;
    border-radius: 10px;
    width: 100%;
    box-sizing: border-box;
    margin: 20px 0;
}

.stepbar {
    margin: 0 auto;
}


.stepbar .stepbarwrap {
    margin: 2em 0 4em 0;
    position: relative;
}

.stepbar .stepbarwrap .steptitle {
    display: inline-flex;
    align-items: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle {
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    border-radius: 50%;
    background-color: #002afa !important;
    border: 3px solid #505050;
    z-index: 5;
}

.stepbar .stepbarwrap .steptitle .stepnum {
    padding-left: 1em;
    font-size: 14px;
    font-weight: bold;
}

.stepbar .stepbarwrap .steptxt .title {
    margin: 0.5em 0;
    font-weight: bold;
    font-size: 1.2em;
}


.stepbar .stepbarwrap .step_row {
    display: flex;
    flex-direction: row;
    margin-left: 40px;
}

.stepbar .stepbarwrap .step_row .step-img {
    width: 45px;
    line-height: 40px;
}


.stepbar .stepbarwrap .steptxt {
    padding-left: 2em;
}

.stepbar .stepbarwrap .steptxt .txt {
    font-size: 14px;
}

.stepbar .stepbarwrap .steptxt .txt a {
    color: #0088ff;
    text-decoration: none;
}

.stepbar .stepbarwrap .steptxt .txt a:hover {
    text-decoration: underline;
}

.stepbar .stepbarwrap .stepline {
    width: 3px;
    height: calc(100% + 3em);
    background-color: #ddd;
    position: absolute;
    top: 1em;
    left: 11px;
}

.stepbarwrap:last-of-type .stepline:last-of-type {
    display: none;
}



/*テープ・のり加工について-----------------------------------------*/

#glue .glue_ttl {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}

#glue .glue_txt {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 13px;
}

#glue .glue_keep {
    font-size: 13px;
    margin-top: 10px;
}

#glue .glue_point {
    background-color: #fff5d6;
    font-weight: bold;
    font-size: 15px;
    padding: 7px 20px;
    box-sizing: border-box;
    border-radius: 10px;
}

#glue .glue_point li {
    margin: 3px 0;
}

#glue .glue_point li i {
    margin-right: 5px;
    font-size: 16px;
}

#glue img {
    border: none;
}

/*LINE*---------------------------------------------*/


#line ol.merit {
    border: 4px solid #E0F8EA;
    border-radius: 6px;
    margin: 15px auto;
    list-style: none;
    font-size: 22px;
    font-weight: bold;
    padding: 20px 50px;
    box-sizing: border-box;
}

#line ol.merit li {
    margin: 10px 0;
    position: relative;
    counter-increment: list_circle_num_counter;
    padding-left: 35px;
}

#line ol li span.number {
    color: #06C755;
    margin-right: 10px;

}


#line ol.merit li::before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: calc(1.5em);
    height: calc(1.5em);
    border: 2px solid #06C755;
    font-weight: bold;
    border-radius: 50%;
    text-align: center;
    line-height: 1;
    content: counter(list_circle_num_counter);
    font-size: 15px;
    color: #06C755;
}

#line .mini {
    font-size: 13px !important;
}

#line .row {
    justify-content: space-between;
}

#line h4 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin: 30px 0 20px;
    padding: 5px 0;
    background: none;
    background-color: #06C755;
    text-align: center;
    box-sizing: border-box;
    border-bottom: 0;
    width: auto;
}

#line dl {
    border: 1px solid #06C755;
    box-sizing: border-box;
    margin: auto;
}

#line dl dt {
    background-color: #E0F8EA;
    padding: 30px 0;
    text-align: center;
    font-weight: bold;
    box-sizing: border-box;
}

#line .iikoto {
    width: 80%;
}

#line dl dt {
    padding: 20px;
    font-size: 20px;
    box-sizing: border-box;
}

#line dl .fig {
    min-height: 110px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

#line dl dd {
    padding: 10px 20px;
    box-sizing: border-box;
    margin: auto;
    font-size: 18px;
}

#line dl dd p {
    margin: 5px;
}

#linee .row {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

#line .row .col.span-6 {
    max-width: 48%;
    margin: 0 !important;
}

#line .qrcode {
    width: 200px;
    margin: 20px auto;
}

.sp100 {
    width: auto;
}

.sp100 img {
    width: 100%;
}




/*そっくり封筒-----------------------------------------*/
#similar h2 {
    text-align: center;
    margin: 0 auto 20px auto;

}

#similar ol {
    display: flex;
    flex-direction: column;
}

#similar ol li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    list-style: none;
    border: 1px solid #cdcdcd;
    padding: 30px 20px;
    width: 90%;
    border-radius: 20px;
    position: relative;
    margin: 60px auto 0 auto;
    background: #fff;
}

#similar ol li::after {
    content: "";
    position: absolute;
    bottom: -40px;
    width: 0;
    height: 0;
    border-top: 20px solid #1f41a7;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    left: 48%;
}

#similar ol li:last-child::after {
    content: none;
}

#similar ol li:first-child {
    margin: 0 auto;
}


#similar ol li div.step {
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    line-height: 1;
    font-family: Helvetica;
    width: 80px !important;
    border-right: 1px solid #aaa;
    box-sizing: border-box;
}


#similar ol li div.step span {
    font-size: 13px;
}

#similar ol li div.icon {
    width: 90px;
    margin-right: 30px;
}

#similar ol li div p.step_ttl {
    font-weight: bold;
    font-size: 19px;
    line-height: 1.8;
}

#similar #step4 p.step_ttl,
#similar #step5 p.step_ttl,
#similar #step6 p.step_ttl,
#similar #step7 p.step_ttl {
    position: relative;
}

#similar #step4 p.step_ttl::after {
    position: absolute;
    content: "見本到着後、約2営業日でご連絡";
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    background-color: #1f41a7;
    padding-top: 5px;
    padding-right: 8px;
    padding-bottom: 5px;
    padding-left: 8px;
    border-radius: 20px;
    margin-left: 15px;
    width: 190px;
    bottom: 7px;
    text-align: center;
}



#similar #upload_content #step4 p.step_ttl::after {
    position: absolute;
    content: "画像確認後、約1営業日でご連絡";
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    background-color: #1f41a7;
    padding-top: 5px;
    padding-right: 8px;
    padding-bottom: 5px;
    padding-left: 8px;
    border-radius: 20px;
    margin-left: 15px;
    width: 190px;
    bottom: 7px;
    text-align: center;
}

#similar #step5 p.step_ttl::after {
    position: absolute;
    content: "ご注文確定後、約2営業日で初校";
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    background-color: #1f41a7;
    padding-top: 5px;
    padding-right: 8px;
    padding-bottom: 5px;
    padding-left: 8px;
    border-radius: 20px;
    margin-left: 15px;
    width: 190px;
    bottom: 7px;
    text-align: center;
}

#similar #step6 p.step_ttl::after {
    position: absolute;
    content: "約3営業日(校正回数により変動)";
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    background-color: #1f41a7;
    padding-top: 5px;
    padding-right: 8px;
    padding-bottom: 5px;
    padding-left: 8px;
    border-radius: 20px;
    margin-left: 15px;
    width: 190px;
    bottom: 7px;
    text-align: center;
}

#similar #step7 p.step_ttl::after {
    position: absolute;
    content: "校了後3〜5営業日後発送";
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    background-color: #1f41a7;
    padding-top: 5px;
    padding-right: 8px;
    padding-bottom: 5px;
    padding-left: 8px;
    border-radius: 20px;
    margin-left: 15px;
    width: 190px;
    bottom: 7px;
    text-align: center;
}

#similar ol li div p.step_txt {
    font-weight: lighter;
    font-size: 15px;
    line-height: 1.8;
    margin-top: 6px;
    color: #333;
}

#similar ol li div p.step_txt a {
    font-weight: bold;
    font-size: 15px;
    color: rgb(0, 68, 255);
    text-decoration: underline;

}

#similar ol li div p.step_txt span {
    font-size: 13px;
    color: #f00;
}

#similar ol li div a.dl-btn {
    font-weight: bold;
    font-size: 14px;
    padding: 5px 20px;
    width: 230px;
    text-align: center;
    border-radius: 20px;
    margin-top: 8px;
    background-color: #ff8c00;
    text-decoration: none;
    display: block;
    color: #fff;
}

#similar ol li div dl {
    font-size: 14px;
    padding: 5px;
    width: 100%;
    margin-top: 10px;
    display: flex;
}

#similar ol li div dt {
    background-color: #4e4e4e;
    color: #fff;
    font-weight: bold;
    width: 15%;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    padding: 25px 0;
    height: 70px;
    border-radius: 5px 0 0 5px;
}

#similar ol li div dd {
    background-color: #ddd;
    color: #000;
    height: 70px;
    width: 85%;
    padding: 15px 20px;
    box-sizing: border-box;
    line-height: 1.5;
    font-size: 14px;
    border-radius: 0 5px 5px 0;
}

#similar ol li div.step {
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    line-height: 1;
    font-family: Helvetica;
    width: 80px !important;
    border-right:   
  1px solid #aaa;
    box-sizing: border-box;
  }
  #similar ol li div.step img {
    padding:
  10px;
  }



#similar ol li div a:hover {
    opacity: 0.6;
}

/*#step1 .step,
#step5 .step {
    padding-top: 30px;
}

#step1 .icon,
#step5 .icon {
    padding-top: 20px;
}

#step2 .step,
#step4 .step,
#step7 .step {
    padding-top: 15px;
}

#step2 .icon,
#step4 .icon {
    padding-top: 5px;
}

#step3 .step,
#step6 .step {
    padding-top: 50px;
}

#step3 .icon,
#step6 .icon {
    padding-top: 40px;
}

*/


#similar table {
    width: 100%;
    margin: 20px auto;
    table-layout: fixed;
  }

  #similar table th {
    width: 42%;
    padding: 10px;
    text-align: center;
    border: 1px solid #ccc;
    font-size: 18px;
    font-weight: bold;
  }

  #similar table th.first {
    width: 16%;
    border: none;
  }

  #similar table tbody th {
    font-size: 14px;
    background-color: rgb(227, 227, 227);
    padding: 20px 0;
    text-align: center;
  }

  #similar table tbody td {
    font-size: 13px;
    border: 1px solid #ccc;
    padding: 20px;
  }


  #similar table tbody td span {
    color: #555;
    font-size: 12px;

  }

  #similar table tbody li:first-child {
    margin-bottom: 8px;
  }

  #similar table th img {
    width: 20%;
    margin-left: 10px;
  }

  #similar .attentionBox {
    margin-top: 20px;
    background-color: #fff0f0;
    padding: 20px;
  }

  #similar .attentionBox p.ttl {
    font-size: 15px;
    font-weight: bold;
  }

  #similar .attentionBox ul {
    margin-left: 10px;
    margin-top: 10px;
  }

  #similar .attentionBox ul li {
    list-style: disc !important;
    font-weight: normal;
    font-size: 13px;
    line-height: 1.7em;
    margin-bottom: 8px;
  }

  #similar .attentionBox ul li:last-child {
    margin: 0;
  }

  
  /*タブ切り替え全体のスタイル*/
  #similar .tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    /*background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 700px;*/
    margin: 0 auto;
  }

  /*タブのスタイル*/
  #similar .tab_item {
    width: 50%;
    padding: 10px 0;
    border-bottom: 3px solid  #0051f3;
    background-color: #d9d9d9;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #414141;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
  }

  #similar .tab_item_b {
    width: 50%;
    padding: 10px 0;
    border-bottom: 3px solid #f3a200;
    background-color: #d9d9d9;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #414141;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
  }

  #similar .tab_item:hover,
  #similar .tab_item_b:hover {
    opacity: 0.75;
  }

  /*ラジオボタンを全て消す*/
  #similar input[name="tab_item"] {
    display: none;
  }

  /*タブ切り替えの中身のスタイル*/
  #similar .tab_content {
    display: none;
    padding: 40px 40px 0;
    clear: both;
    overflow: hidden;
  }


  /*選択されているタブのコンテンツのみを表示*/
  #yubin:checked~#yubin_content,
  #upload:checked~#upload_content,
  #design:checked~#design_content {
    display: block;
  }

  /*選択されているタブのスタイルを変える*/
  #similar .tabs input:checked+.tab_item {
    background-color: #f3a200;
    color: #fff;
    border-bottom: 3px solid #f3a200;
  }
  
  #similar .tabs input:checked+.tab_item_b {
    background-color: #0051f3;
    color: #fff;
    border-bottom: 3px solid #0051f3;
  }

  /*選択されているタブのスタイルを変える*/
  #similar .tabs input:checked+.tab_item label img {
    opacity: 1 !important;
  }
  #similar .tabs input:checked+.tab_item_b label img {
    opacity: 1 !important;
  }

  #similar label img {
    width: 50px !important;
    margin-left: 5px;
  }

  #similar .content {
    padding:5px 20px;
    max-width: 80%;
  }

  #guide #contact .contactBtn_b {
background:
#0640d5;
color: #fff;
padding:
20px;
font-size: 20px;
display: block;
max-width: 370px;
margin:
0 auto;
margin-bottom: 0px;
margin-bottom: 0px;
margin-bottom: 0px;
border-radius:
10px;
box-shadow: 0 9px 0 #032987;
line-height: 1;
margin-bottom: 20px;
font-weight: bold;
text-align: center;
}

#guide #contact .contactBtn_b:hover {
box-shadow: none;
transform: translate3d(0, 9px, 0);
}
#similar #yubin_content ol li::after {
content: "";
position: absolute;
bottom: -40px;
width: 0;
height: 0;
border-top:
20px solid #e79e00;
border-right:
25px solid transparent;
border-left:
25px solid transparent;
left: 48%;
}

#similar table th.upload{
background-color: #dde8ff;
color: #555;

}

#similar table th.yubin{
background-color: #ffefcf;
color: #555;
}

#similar .tabs #yubin_content {
    background:
  #fff9f3;
  }

  #similar .tabs #upload_content {
    background:
  #f3f9ff;
  }

#similar #yubin_content #step4 p.step_ttl::after,
#similar #yubin_content #step5 p.step_ttl::after,
#similar #yubin_content #step6 p.step_ttl::after,
#similar #yubin_content #step7 p.step_ttl::after {
background-color: #f3a200;
color: #fff;
}




/*FAQ-------------------------------------------*/
#faq .qa-001 {
    margin: 15px 0;
    border: 1px solid #d6dde3;
    border-radius: 5px;
    padding: 10px 0;
}

#faq .qa-001 p {
    font-size: 14px;
    text-align: left;
    margin: 0;
    line-height: 1.8em;
}

#faq .qa-001 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
    text-align: left;
}

#faq .qa-001 summary::before,
#faq .qa-001 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 19px;
}

#faq .qa-001 summary::before {
    color: #75bbff;
    content: "Q";
}

#faq .qa-001 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

#faq .qa-001[open] summary::after {
    transform: rotate(225deg);
}

#faq .qa-001 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

#faq .qa-001[open] p {
    transform: none;
    opacity: 1;
}

#faq .qa-001 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
    top: 6px;
}

#faq h4 {
    font-size: 17px;
    font-weight: bold;
    border: none;
    padding: 0;
    clear: both;
    text-align: left;
    color: #000;
    margin-bottom: 10px;
}


#faq3-3 h4{
    background-color: #F05A25;
    text-align: center;
    padding:5px;
}

#faq3-3 img{
    width: 100%;
}

#faq3-3 .flexbox{
    display: flex;
    justify-content: space-between;
}

#faq3-4 img{
    width: 100%;
    }

#faq3-3 .pd42{
   padding: 0px 42px 0px 42px;
}  

/*カテゴリタブ切り替え-------------------------------------------*/


#guide .tab-wrap {
    display: flex;
    flex-wrap: wrap;
}

#guide .tab-area {
    margin: 0 auto;
}

#guide .tab-btn {
    display: none;
    /*タブの切り替えを制御するラジオボタンを非表示に*/
}

#guide ul.tab-list-wrap,
#guide ul.tab-list-wrap2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
}

#guide ul.tab-list-wrap li {
    list-style: none;
    width: 32%;
    margin-bottom: 10px;
}

#guide #technical ul.tab-list-wrap2 li {
    list-style: none;
    width: 24%;
    margin-bottom: 10px;
}

/* 親要素の疑似要素 */
#guide #technical ul.tab-list-wrap2::after {
    content: "";
    display: block;
    width: 24%;
    /* 子要素と同じ幅 */
}

#guide #technical ul.tab-list-wrap2::before {
    content: "";
    display: block;
    width: 24%;
    /* 子要素と同じ幅 */
    order: 1;
    /* アイテムの並び順 */
}

#guide div#catelist ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #eaeaea;
    padding: 5px;
    margin: 0 15px;
}

#guide div#catelist ul li {
    list-style: none;
    text-align: center;
    margin: 4px auto;
}

#guide .tab-list a:hover {
    text-decoration: none;
    border: 1px solid #fabe00;
    background: #fff2cb;
}


#guide div#catelist ul li a {
    font-size: 14px;
    display: block;
    font-weight: bold;
    color: #3c7cb5;
    border-radius: 3px;
    text-decoration: none;
    background-color: #fff;
    padding: 10px;
    width: 275px;
}


#guide .tab-list li,
#guide .tab-list-wrap2 li {
    list-style: none;
}



#guide .tab-list a{
    display: block;
    box-sizing: border-box;
    padding: 10px;
    font-size: 14px;
    display: block;
    font-weight: bold;
    color: #000;
    border-radius: 5px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #d6dde3;
    box-sizing: border-box;
    /*borderの値を横幅に含める*/
    cursor: pointer;
    /*オンマウス時にカーソルを指の形に*/
    text-align: center;
}

a#ss_upload:hover{
    opacity: 1 !important;
}

a#ss_select:hover{
    opacity: 1 !important;
}


/*
	inputで制御のため不使用
#guide .tab-list-wrap2 li.tab-list_check {
    border: 1px solid #fabe00;
    background: #fff2cb;
}
*/

#tab-btn1:checked~.tab-list-wrap #tab-list1 a,
#tab-btn2:checked~.tab-list-wrap #tab-list2 a,
#tab-btn3:checked~.tab-list-wrap #tab-list3 a,
#tab-btn4:checked~.tab-list-wrap #tab-list4 a,
#tab-btn5:checked~.tab-list-wrap #tab-list5 a,
#tab-btn6:checked~.tab-list-wrap #tab-list6 a,
#tab-btn7:checked~.tab-list-wrap #tab-list7 a,
#tab-btn8:checked~.tab-list-wrap #tab-list8 a,
#tab-btn9:checked~.tab-list-wrap #tab-list9 a,
#tab-btn10:checked~.tab-list-wrap #tab-list10 a,
#tab-btn11:checked~.tab-list-wrap #tab-list11 a,
#tab-btn12:checked~.tab-list-wrap #tab-list12 a{
    border: 1px solid #fabe00;
    background: #fff2cb;
    /*対応するボタンにチェックが入ったときに背景を#ffffff（白）に*/
}

#tab-btn1:checked~.tab-list-wrap2 #tab-list1 a,
#tab-btn2:checked~.tab-list-wrap2 #tab-list2 a,
#tab-btn3:checked~.tab-list-wrap2 #tab-list3 a,
#tab-btn4:checked~.tab-list-wrap2 #tab-list4 a,
#tab-btn5:checked~.tab-list-wrap2 #tab-list5 a,
#tab-btn6:checked~.tab-list-wrap2 #tab-list6 a,
#tab-btn7:checked~.tab-list-wrap2 #tab-list7 a,
#tab-btn8:checked~.tab-list-wrap2 #tab-list8 a,
#tab-btn9:checked~.tab-list-wrap2 #tab-list9 a,
#tab-btn10:checked~.tab-list-wrap2 #tab-list10 a,
#tab-btn11:checked~.tab-list-wrap2 #tab-list11 a,
#tab-btn12:checked~.tab-list-wrap2 #tab-list12 {
    border: 1px solid #fabe00;
    background: #fff2cb;
    /*対応するボタンにチェックが入ったときに背景を#ffffff（白）に*/
}

/*
#guide .tab-content {
    display: none;
}
*/

#tab-btn1:checked~.tab-content-wrap #tab-content1,
#tab-btn2:checked~.tab-content-wrap #tab-content2 ,
#tab-btn3:checked~.tab-content-wrap #tab-content3,
#tab-btn4:checked~.tab-content-wrap #tab-content4,
#tab-btn5:checked~.tab-content-wrap #tab-content5,
#tab-btn6:checked~.tab-content-wrap #tab-content6,
#tab-btn7:checked~.tab-content-wrap #tab-content7,
#tab-btn8:checked~.tab-content-wrap #tab-content8,
#tab-btn9:checked~.tab-content-wrap #tab-content9,
#tab-btn10:checked~.tab-content-wrap #tab-content10,
#tab-btn11:checked~.tab-content-wrap #tab-content11,
#tab-btn12:checked~.tab-content-wrap #tab-content12 {
    display: block;
    /*対応するボタンにチェックが入ったときに表示*/
}

div#technical p {
    font-size: 14px;
    line-height: 1.8;
    font-feature-settings: 'palt';
}

div#technical span {
    font-weight: bold;
}

p.thumbnail_comment {
    font-size: 12px;
    text-align: left;
    margin-top: 5px;
    color: #212121;
}


/*テープ加工機-------------------------------------------*/



#tape_process_contents .top_banner {
    display: block;
    margin: 10px auto 30px;
}

#tape_process_contents p {
    line-height: 1.8 !important;
}

#tape_process_contents .article_title {
    background: none;
    border: none;
    color: #ed4f00;
    font-size: 20px;
}

#tape_process_contents .title_underbar {
    border-top: 0.5px solid #c1c1c1;
    width: 100%;
    margin: 50px auto;
}

#tape_process_contents .article1,
#tape_process_contents .article2 {
    background-repeat: no-repeat;
    background-position: right;
}


#tape_process_contents .tape_point1 {
    background: #fffae6;
    padding: 5px 0 10px 0;
    margin: 10px auto;
    width: 31%;
    text-align: center;
    box-shadow: 0px 0px 5px -3px rgba(0, 0, 0, 0.6);
}

#tape_process_contents .check_icon {
    position: relative;
    top: -20px;
    margin: 0 auto;
}

#tape_process_contents .row_between {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}

#tape_process_contents .row_between p {
    font-size: 15px;
    font-weight: bold;
    margin-top: -5px;
    line-height: 1.5 !important;
    margin-bottom: 10px;
    color: #2d2d2d;
}

#tape_process_contents .form_text,
#tape_process_contents .form_textm,
#tape_process_contents .form_texts {
    text-align: center;
}

#tape_process_contents .form_text {
    font-weight: bold;
    color: #ed4f00;
    font-size: 20px;
    margin-top: 50px;
}

#tape_process_contents .form_button {
    display: flex;
    justify-content: center;
    margin: 15px 0;
}

#tape_process_contents .tape_point1 img.photo {
    width: 90%;
}

#tape_process_contents .form_button a {
    background-color: #6dc10c;
    padding: 10px 15px;
    border-radius: 3px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff !important;
    width: 350px;
    box-shadow: 0px 6px 0px 0px #549b0a;
    display: block;
    margin-bottom: 15px;
    margin-top: 15px;
    position: relative;
    text-decoration: none;
    letter-spacing: 0.05em;
}

#tape_process_contents .form_button a:hover {
    box-shadow: none;
    top: 6px;
}


/*エコインク------------------------------------------------*/


#eco_ink_contents .top_banner {
    display: block;
    margin: 10px auto 60px;
}

#eco_ink_contents p {
    line-height: 1.7 !important;
}

#eco_ink_contents .column_title {
    background: none;
    border: none;
    color: #318F40;
    font-size: 20px;
    margin-bottom: 0;
    padding-bottom: 1px;
}

#eco_ink_contents .title_underbar {
    border-top: 2px solid #318F40;
    width: 100%;
}

#eco_ink_contents .eco_column1,
#eco_ink_contents .eco_column2 {
    margin: 15px 0 80px;
    width: 65%;
}

#eco_ink_contents .eco_column3 {
    margin: 15px 0 80px;
    width: 97%;
}


#eco_ink_contents .eco_example_img {
    display: flex;
    justify-content: center;

}

#eco_ink_contents .eco_example_img img {
    padding: 5px;
}

#eco_ink_contents .form_text {
    text-align: center;
}

#eco_ink_contents .form_button {
    display: flex;
    justify-content: center;
    margin-top: -10px;
}

#eco_ink_contents .form_button a {
    background-color: #6bc121;
    padding: 10px 15px;
    border-radius: 3px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff !important;
    width: 350px;
    box-shadow: 0px 6px 0px 0px #659839;
    display: block;
    margin-bottom: 15px;
    margin-top: 15px;
    position: relative;
    text-decoration: none;
    letter-spacing: 0.05em;
}

#eco_ink_contents .form_button a:hover {
    box-shadow: none;
    top: 6px;
}

/*エコインク------------------------------------------------*/





#yu_mail_contents .top_banner {
    display: block;
    margin: 10px auto 30px;
}

#yu_mail_contents p {
    line-height: 1.8 !important;
    font-size: 15px;
}

#yu_mail_contents .article_title {
    background: none;
    border-left: solid 8px #d30b15;
    color: #000;
    font-size: 20px;
    margin: 10px 0;
    padding-bottom: 1px;
    padding-left: 10px;
}

#yu_mail_contents .yumail_image {
    text-align: center;
}

#yu_mail_contents .topic1,
#yu_mail_contents .topic2 {
    padding: 20px 0;
}

#yu_mail_contents .topic1 img,
#yu_mail_contents .topic2 img {
    padding: 10px 6px;
}

#yu_mail_contents .topic2 .contact_txt {
    text-align: center;
    margin-top: 15px;
}

#yu_mail_contents .sub_bnr_image {
    margin: 50px 0 10px;
    width: 100%;
}

#yu_mail_contents .topic3 .dm_link_txt {
    text-decoration: none !important;
}

#yu_mail_contents .form_button01,
#yu_mail_contents .form_button02 {
    display: flex;
    justify-content: center;
}

#yu_mail_contents .form_button01 a,
#yu_mail_contents .form_button02 a {
    border-radius: 3px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff !important;
    display: block;
    position: relative;
    text-decoration: none;
    letter-spacing: 0.05em;
}

#yu_mail_contents .form_button01 a {
    background-color: #ffa71a;
    margin-bottom: 15px;
    padding: 8px 5px;
    width: 250px;
    box-shadow: 0px 6px 0px 0px #f49916;
}

#yu_mail_contents .form_button02 a {
    background-color: #3b6bf2;
    margin-top: 30px;
    padding: 8px 5px;
    width: 350px;
    box-shadow: 0px 6px 0px 0px #295ed3;
}

#yu_mail_contents .form_button01 a:hover,
#yu_mail_contents .form_button02 a:hover {
    box-shadow: none;
    top: 6px;
}

#yu_mail_contents .topic3 .link_txt {
    text-align: center;
    padding-top: 5px;
    font-size: 13px;
}



#k1largelot h4 {
    background-color: #eee;
    padding: 5px 10px;
    border-left: 7px solid #0086ff;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    margin: 50px 0 20px 0;
    box-sizing: border-box;
    text-align: left;
}

#about_k1 p.lead,
#about_print p.print_ttl {
    text-align: left;
    margin: 10px 0 10px 0;
    font-size: 18px;
    font-weight: bold;
}



#about_k1 p.txt,
#about_print p.txt {
    font-weight: lighter;
    text-align: left;
    font-size: 14px;
    line-height: 1.8;
}


#guide #k1largelot p.lead br{
    display: none;
}
#k1largelot h5 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    background-color: #0086ff;
    margin: 50px 0 20px 0;
    box-sizing: border-box;
    padding: 5px 10px;
    color: #fff;
}

#k1largelot ul.line-up {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#k1largelot ul.line-up li img {
    width: 100%;
}

#k1largelot ul.line-up li {
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    font-feature-settings: 'palt';
    font-weight: bold;
    box-sizing: border-box;
    box-shadow: 0 2px 2px #ccc;
    display: block;
    width: 24%;
}

#k1largelot p.product {
    color: #000;
    margin: 10px auto;
}

#k1largelot p.vol {
    color: #000;
    font-size: 12px;
}

#k1largelot p.price {
    color: #f00;
}


/*納期について------------------------------------------------*/

#delivery table {
    width: 100%;
    border: 1px solid #aaa;
    border-collapse: collapse;
    font-size: 13px;
    margin: 10px auto 30px auto;
}


#delivery table th {
    background-color: #eee;
}

#delivery table td.first {
    width: 55%;
}

#delivery .caution {
    background-color: rgb(255, 243, 243);
    border-radius: 10px;
    padding: 20px 30px;
}

#delivery .caution li {
    margin: 8px 0;
}

#delivery table th,
#delivery table td {
    border: 1px solid #aaa;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
}

#delivery table ul {
    text-align: left;
    display: inline-block;
    padding: 10px;
}



/*サイズについて------------------------------------------------*/

#futo_thickness table,
#futo_size table {
    width: 100%;
    border: 1px solid #aaa;
    border-collapse: collapse;
    font-size: 13px;
    margin: 10px auto 30px auto;
    font-feature-settings: 'palt';
    table-layout: fixed;
}

#futo_size table th {
    background-color: #eee;
}

#futo_thickness table th {
    background-color: #eee;
    width: 45%;
}

#futo_thickness table td,

#futo_thickness table th,
#futo_thickness table td,
#futo_size table th,
#futo_size table td {
    border: 1px solid #aaa;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
}

#futo_thickness .table_ttl {
    font-weight: bold;
    margin: 10px 0 5px 0;
}

#futo_thickness .thickness_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px;
}

#futo_thickness .thickness_flex div {
    width: 48%;
}

/*別注封筒------------------------------------------------*/

#bespoke ul.blue {
    padding: 15px 20px;
    background-color: #e4f3ff;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
    margin: 20px auto;
}

#bespoke ul.blue p {
    font-size: 17px;
    text-align: center;
    color: #0087ff;
}

#bespoke ul.orange {
    padding: 15px 20px;
    background-color: #fff6e4;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
    margin: 20px auto;
}

#bespoke ul.orange p {
    font-size: 17px;
    text-align: center;
    color: #ff9500;
}

#bespoke ul li {
    margin: 5px 0 0 15px;
    list-style: disc;
}


#bespoke div.cando_ttl {
    background-color: orange;
    position: relative;
    padding: 10px;
    font-weight: bold;

}

#bespoke div.cando_ttl p {
    font-size: 20px;
    color: #fff;
    text-align: center;
}

#bespoke div.cando_ttl img {
    width: 100px;
    position: absolute;
    bottom: 0;
}

#bespoke ul.cando {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#bespoke ul.cando li {
    display: block;
    list-style: none;
    width: 23%;
    margin: 10px 0 20px 0;
    font-feature-settings: 'palt';
}

#bespoke ul.cando li img {
    width: 100%;
}

#bespoke ul.cando li p.ttl {
    text-align: center;
    font-weight: bold;
    color: #000;
    margin: 10px auto;
    font-size: 17px;

}

#bespoke ul.cando li p.txt {
    text-align: justify;
    font-weight: lighter;
    font-size: 12px;
}

#bespoke .bespoke_contact {
    margin-top: 30px;
    padding: 20px;
    background-color: #fdeded;
}

#bespoke table {
    width: 100%;
    border: 1px solid #aaa;
    border-collapse: collapse;
    font-size: 13px;
    margin: 10px auto 30px auto;
    font-feature-settings: 'palt';
    table-layout: fixed;
}

#bespoke table th {
    background-color: #eee;
    width: 20%;
    padding: 10px;
    text-align: center;
    border: 1px solid #aaa;
}

#bespoke table td {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #aaa;
}


/*透け具合について------------------------------------------------*/

#guide #transparent ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#guide #transparent ul li {
    width: 23%;
    list-style: none;
    margin-bottom: 30px;

}

#guide #transparent ul li img {
    width: 100%;
}

#guide #transparent ul p {
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

#transparent .fukidashi {
    position: relative;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
    font-size: 18px;
    color: #ff2f00;
}

.sampleBtn {
    display: block;
    text-align: center;
    padding: 20px;
    font-weight: bold;
    font-size: 20px;
    background: #0250a3;
    color: #fff;
    width: 45%;
    margin: 20px auto;
    border-radius: 10px;
}

.sampleBtn:hover {
    opacity: 0.6;
    color: #fff;
}


#transparent .fukidashi:before,
#transparent .fukidashi:after {
    position: relative;
    display: inline-block;
    content: "";
    background: #ff2f00;
    width: 2px;
    height: 2em;
    margin: 0 1em;
    margin-top: -.2em;
    vertical-align: middle;
}


#transparent .fukidashi:before {
    transform: rotate(-35deg);
}


#transparent .fukidashi:after {
    transform: rotate(35deg);
}



/*印刷方式・設備について------------------------------------------------*/
#guide #print_machine .osusume {
    background-color: #fbeceb;
    padding: 20px;
    border-radius: 5px;
    margin-top: 30px;
}

#guide #print_machine .osusume h3 {
    font-size: 18px;
    color: #000;
    border-left: 5px solid #f00;
    padding: 0 5px;
}


#guide #print_machine .osusume p.osusume_title {
    font-size: 16px;
    color: #f00;
    font-weight: bold;
    margin-left: 10px;
    margin-bottom: 5px;
}


#guide #print_machine .osusume p.osusume_txt {
    font-size: 14px;
    color: #000;
    font-weight: lighter;
    margin-left: 10px;
}

#guide #print_machine div.print_caution {
    background-color: #eee;
    padding: 20px;
}

#guide #print_machine h4 {
    background-color: #000;
    color: #fff;
    font-weight: bold;
    margin: 20px auto 0 auto;
    font-size: 18px;
    padding: 5px;
}

#guide #print_machine div.print_caution p {
    text-align: left !important;
}

#guide #print_machine div.print_caution p.lead {
    margin-top: 0 !important;

}

#guide #print_machine div.print_caution p.txt {
    font-size: 14px;
    line-height: 1.6;
}


#guide #print_machine div.print_caution h4 {
    font-size: 18px;

}

/*封筒色に・封筒種類ついて------------------------------------------------*/
#futo_color p.color_name {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin: 10px auto;
}

#futo_color .row .col img {
    border: 1px solid #ddd;
}

#futo_color table {
    border-collapse: collapse;
    width: 100%;

}

#futo_color table th {
    border: 1px solid #ddd;
    background-color: #eee;
}

#futo_color table td {
    border: 1px solid #ddd;
    background-color: #fff;
}

#futo_color table th,
#futo_color table td {
    font-size: 12px;
    text-align: center;
    padding: 5px;
    font-feature-settings: 'palt';
}

#futo_color .table_ttl {
    font-size: 16px;
    font-weight: bold;
    margin: 30px 0 15px 0;
}

#futo_color ul.catebtn {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
}


#futo_color ul.catebtn li {
    display: block;
    list-style: none;
    width: 19%;
    box-sizing: border-box;
}

#futo_color ul.catebtn li a {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    border: 2px solid #ddd;
    display: block;
    background: #fff;
    border-radius: 5px;
}

#futo_color ul.catebtn li a:hover {
    border: 2px solid #fabe00;
    background: #fff5d5;
}


#service_point p.point_icon {
    display: inline-block;
    width: 50px;
    margin-right: 10px;
}

#service_point p.point_ttl {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
    color: #eb4e19;
}

#guide #service_point p.txt {
    font-weight: lighter;
    text-align: justify;
    font-size: 14px;
    line-height: 1.8;
    margin-top: 10px;
    font-feature-settings: 'palt';
}

#guide #service_point .line_dash {
    border_bottom: 1px solid #000;
    margin: 40px 0;
    width: 100%;
}



/*トップ------------------------------------------------*/

#futo_top .tp {
    font-size: 20px;
    margin: 30px 0 0 0;
    font-weight: bold;
}

#futo_top p.news_link {
    background-color: #fff !important;
}

#futo_top p.delivery_attention{
    font-size: 12px;
}


#futo_top p.text {
    font-weight: lighter;
    line-height: 1.6;
    font-size: 14px;
    color: #2a2a2a;
}

#futo_top h2 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    /* 横線を上下中央 */
}

#futo_top h2::after {
    content: "";
    background-color: #a0a0a0;
    flex-grow: 1;
    height: 1px;
    margin-left: 10px;
}

#futo_top div.top3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

#futo_top div.top3 div {
    width: 32%;
}

#futo_top div.top3 div img {
    width: 100%;
}

#futo_top div.top3 div a:hover {
    opacity: 0.6;
}

#futo_top .lineup_volume {
    font-weight: lighter;
    font-size: 12px;
    line-height: 1.5;
}

#futo_top .lineup_price {
    font-weight: bold;
    font-size: 13px;
    color: #f00;
}


#futo_top .lineup_price span.yen{
    position: relative;
}

/*#futo_top .lineup_price span.yen::after {
    content: "税込";
    position: absolute;
    bottom: 13px;
    right: -4px;
    font-size: 12px;
    font-weight: lighter;
    font-family: "Roboto";
    width: 24px;
  }*/

#futo_top .lineup_price span{
    font-size: 25px;
    margin-left: 2px;
}
#futo_top .lineup_price span.yen {
    font-size: 12px;
}

#futo_top .lineup_product {
    font-weight: bold;
    font-size: 23px;
}


#futo_top .lineup_paper {
    font-weight: bold;
    font-size: 12px;
    padding: 2px 20px;
    background-color: #eee;
    margin: 3px 0 8px 0;
    box-sizing: border-box;
    width: fit-content;
    border-radius: 35px;
}

#futo_top .futo_lineup {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#futo_top .lineup_text {
    font-size: 15px;
    line-height: 1.8;
    font-weight: bold;
    color: #fa5200;

}

#futo_top .lineup_product {
    font-weight: bold;
    font-size: 25px;
}

#futo_top div.futo_lineup div.lineupBox {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#futo_top div.futo_lineup a {
    width: 49%;
    display: block;
    background: url(https://futo.just-shop.jp/img/guide/lineup_bk.jpg);
    padding: 15px;
    cursor: pointer;
    border-radius: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
    box-shadow: 3px 2px 2px #0000001a;

}


#futo_top .top_ranking {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    border-radius: 10px;
}

#futo_top .top_ranking div {
    width: 32%;
}

#futo_top .top_ranking img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 3px 2px 2px #0000001a;
}

#futo_top .futo_lineup img {
    width: 170px;
    margin-right: 10px;
}

#futo_top div.futo_lineup a:hover {
    opacity: 0.6;
}

#futo_top a:hover {
    opacity: 0.6 !important;
}

#futo_top ul.select {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#futo_top ul.select li {
    list-style: none;
    width: 19%;
    margin-bottom: 10px;
}

#futo_top ul.select li a {
    display: block;
    background-color: #fff;
    padding: 0;
    text-align: center;
    border: 1px solid #ddd;
}

#futo_top ul.select li p {
    background: #1450a4;
    padding: 5px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
}

#futo_top ul.select li img {
    width: 100%;
}


#futo_top div.pickup_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#futo_top div.pickup_flex img{
    width: 100%;
}

#futo_top div.pickup_flex div.item50{
    width: 49%;
    margin-bottom: 20px;
}

#futo_top div.pickup_flex div.item100{
    width: 100%;
    margin-bottom: 20px;
}

/**小ロット---------------------------------------------*/

#guide h5 {
    margin-top: 50px;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    border-bottom: 1px solid #000;
}

#guide a.n3 {
    position: relative;
    display: block;
}

#guide a.n3 p.price {
    position: absolute;
    bottom: 10px;
    right: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #f00;
}

#guide a.n3 p.price span {
    font-size: 18px;
}

/*宛名印字--------------------------------------------**/


#guide #address_print {
    font-family: 'Noto sans JP';
}


#guide #address_print p.lead {
    font-size: 22px;
    color: #0071bc;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
}

#guide #address_print p.lead span {
    font-size: 18px;
    color: #000;
}

#guide #address_print p.txt {
    font-size: 14px;
    color: #000;
    line-height: 1.8;
}

#guide #address_print #onayami {
    background: url(../img/guide/onayami_bk.png)no-repeat;
    width: 700px;
    height: 250px;
    margin: 30px auto;
}

#guide #address_print #onayami ul {
    padding-left: 40px;
    margin-top: 15px;
}

#guide #address_print #onayami ul li {
    font-size: 18px;
    text-align: justify;
    list-style: none;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    font-feature-settings: 'palt';
}

#guide #address_print #onayami ul li span {
    background: linear-gradient(transparent 60%, #ff6 60%);
}

#guide #address_print #onayami ul li::before {
    content: url(../img/guide/check.svg);
    position: absolute;
    width: 20px;
    left: -25px;
    top: 4px;
}

#onayami p.onayamittl {
    font-weight: bold;
    font-size: 25px;
    padding: 30px 0 0 40px;
    color: #1c2e92;
    font-feature-settings: 'palt';
}

#guide #address_print .contactBtn a {
    position: relative;
    display: block;
    width: 320px;
    padding: 15px 0;
    background-color: #ff6633;
    border-radius: 8px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    margin: 30px auto 60px auto;
}

#guide #address_print .contactBtn a:after {
    /*「after要素」で三角 */
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
}

#guide #address_print .contactBtn a:hover {
    opacity: 0.6;
    color: #fff;
    text-decoration: none;
}

#strength_point .point1 {
    background: url(../img/guide/address_print_pt1.png)no-repeat;
}

#strength_point .point2 {
    background: url(../img/guide/address_print_pt3.png)no-repeat;
}

#strength_point .point3 {
    background: url(../img/guide/address_print_pt2.png)no-repeat;
}

#strength_point .point4 {
    background: url(../img/guide/address_print_pt4.png)no-repeat;
}

#strength_point .point1,
#strength_point .point2,
#strength_point .point3,
#strength_point .point4 {
    width: 740px;
    height: 215px;
    margin: 20px auto;
}

#strength_point p.ttl {
    font-size: 20px;
    font-weight: bold;
    color: #0071bc;
    margin: 0 0 0 0;
}

#strength_point p.txt {
    font-size: 13px;
    line-height: 1.5;
    color: #000;
    margin: 15px 0 0 0;
    text-align: justify;
}

#strength_point .point1 p.ttl,
#strength_point .point3 p.ttl {
    padding: 20px 0 0 25px;
}

#strength_point .point1 p.txt,
#strength_point .point3 p.txt {
    padding-left: 25px;
}

#strength_point .point2 p.ttl,
#strength_point .point4 p.ttl {
    padding: 20px 0 0 390px;
}

#strength_point .point2 p.txt,
#strength_point .point4 p.txt {
    padding-left: 390px;
}

#guide #address_print div.subpoint {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    ;
}

#guide #address_print div.subpoint div {
    width: 220px;
}

#guide #address_print div.subpoint div img {
    width: 100%;
}

#guide #address_print h2 {
    text-align: left;
    background-color: #eee;
    background-image: none;
    color: #000;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    border-left: 8px solid #0071bc;
    margin-top: 50px;
}

#guide #address_print .option-menu {
    padding: 20px;
}

#guide #address_print .option-menu p.leadtxt {
    margin: 0 !important;
    font-size: 15px;
    color: #000;

}

#guide #address_print .flexBox {
    display: flex;
    justify-content: space-between;
}

#guide #address_print .flexBox ul {
    list-style: none;
    margin: 20px 0 0 40px;
}

#guide #address_print .flexBox ul li {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
}

#guide #address_print .flexBox ul li span.need {
    font-weight: normal;
    font-size: 12px;
    color: #f00;
    margin-left: 10px;
}

#guide #address_print .flexBox ul li span.small {
    font-weight: lighter;
    font-size: 12px;
    margin-left: 10px;
}

#guide #address_print .flexBox ul li::before {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    background-color: #ff8c00;
    border-radius: 30px;
    padding: 2px 0px;
    width: 20px;
    text-align: center;
    left: -31px;
}

#guide #address_print .flexBox ul li:nth-child(1)::before {
    content: "1";
}

#guide #address_print .flexBox ul li:nth-child(2)::before {
    content: "2";
}

#guide #address_print .flexBox ul li:nth-child(3)::before {
    content: "3";
}

#guide #address_print .flexBox ul li:nth-child(4)::before {
    content: "4";
}

#guide #address_print .flexBox ul li:nth-child(5)::before {
    content: "5";
}

#guide #address_print .flexBox ul li:nth-child(6)::before {
    content: "6";
}

.flexBox .lebel {
    width: 290px;
    margin-right: 20px;
    margin-top: 20px;
}

#guide #address_print table {
    width: 700px;
    margin: 20px auto !important;
}


#guide #address_print div.option_row {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px;
    margin-top: 15px;
    ;
}

#guide #address_print p.border_dash {
    border-bottom: 1px dashed #aaa;
    width: 100%;
    margin: 30px 10px;
}

#guide #address_print div.option_row div.image {
    width: 200px;
    border: 1px solid #aaa;
    margin-right: 10px;
}

#guide #address_print div.option_row div.image img {
    width: 100%;
}

#guide #address_print div.option_row div.txtarea {
    max-width: 400px;
}

#guide #address_print div.option_row div.txtarea p.option_name {
    font-size: 17px;
    text-align: left;
    font-weight: bold;
    color: #0c0c71;
}

#guide #address_print div.row div {
    margin: 0 auto;
    text-align: center;
    width: auto;
}



#guide #address_print div.option_row div.txtarea p.option_name span {
    font-size: 13px;
    text-align: left;
    font-weight: bold;
    color: #f00;
}

#guide #address_print div.option_row div.txtarea p.option_txt {
    font-size: 13px;
    text-align: left;
    margin-top: 5px;
    line-height: 1.8em;
}

#guide #address_print div.option_row div.txtarea p.option_txt span {
    font-size: 12px;
    color: #f00;
}

#guide #address_print table {
    border-collapse: collapse;
    width: 100%;
}

#guide #address_print table th {
    background-color: #eee;
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
}

#guide #address_print table td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
}

#guide li a:hover {
    opacity: 0.6;
    text-decoration: underline;
}


/*ロゴトレース--------------------------------------------**/

#guide #logo_trace img {
    border: none;
}


/*リニューアルキャンペーン-------------------------------------------**/

#guide #renewal .campaign_span {
    margin: 20px auto;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    width: 80%;
}


#guide #renewal .span_ttl {
    background-color: orange;
    border-radius: 50px 0 0 50px;
    border: 2px solid orange;
    padding: 8px;
    width: 30%;
    text-align: center;
}

#guide .span_date {
    background-color: rgb(255, 255, 255);
    border-radius: 0 50px 50px 0;
    border: 2px solid orange;
    padding: 8px;
    width: 70%;
    text-align: center;
}

#guide #renewal p span.small_txt {
    font-size: 13px;
    color: #272727;
    font-weight: lighter;
}

#guide p span.txtR {
    color: #f00;
    font-weight: bold;
}

#guide #renewal a:hover {
    opacity: 0.6;
}

#guide #renewal img.ss {
    border: 1px solid #ddd;
    width: 100%;
}

#guide #renewal .row img {
    width: 100%;
    box-shadow: 3px 2px 12px -5px #cdc9c9;
    border-radius: 15px;
}

#guide #renewal p.linecoment {
    font-size: 20px;
    text-align: center;
    margin: 50px auto 20px auto;
    display: flex;
    justify-content: center;
    width: fit-content;
    font-weight: bold;
}

#guide #renewal p.linecoment {
    position: relative;
}

#guide #renewal p.linecoment::before,
#guide #renewal p.linecoment::after {
    content: "";
    display: inline-block;
    background: #000;
    width: 2px;
    position: absolute;
}

#guide #renewal p.linecoment::before {
    left: 0;
}

#guide #renewal p.linecoment::after {
    right: 0;
}


/*ヘッダー（強制）-------------------------------------------**/
.header-pc .header-pc-contents {
    position: relative;
}

.header-pc-contents .header-pc-contents__logo-box {
    display: block;
    height: auto;
    margin-right: 15px;
    transition: 0.3s;
}

.header-pc-category-nav__item:nth-child(6):after,
.header-pc-category-nav__item:last-child::after {
    content: none;
}

.header-pc .header-pc-category__inner {
    display: block;
}

.header-pc .header-pc-category-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.header-pc .header-pc-category-nav__item {
    position: relative;
    width: calc(100% / 6);
    text-align: center;
    padding: 0 ;
}

.header-pc .header-pc-category-nav__link {
    font-size: 12px;
    display: block;
    padding: 15px;
    box-sizing: border-box;
}

.header-pc .header-pc-category-nav__link:hover {
    background-color: #eef5ff;
}

.header_contact a {
    display: block;
    background: #fff;
    border: 1px solid #eb4d18;
    position: absolute;
    right: 0;
    width: 150px;
    color: #eb4d18;
    padding: 5px;
    top: -5px;
    border-radius: 5px;
    box-sizing: border-box;
}

.header_contact a:hover::before {
    content: none;
}

.header_contact a:hover {
    background: #eb4d18;
    color: #fff;
}

.top-slider {
    margin: 0px 0 65px !important;
}

.header-pc-category-nav__item::after {
    height: 70px !important;
}



/*　スピード見積もり（強制）-------------------------------------------**/

.prices-formField .select::before {
    position: absolute;
    top: 51%;
    right: 5px;
    width: 9px;
    height: 5px;
    transform: translateY(-50%);
    margin-top: -2px;
    padding: 0;
    background: url("../img/icon/black/arrow_black.svg") no-repeat center/contain;
    pointer-events: none;
    content: "";
}

.prices-formField .select select {
    font-size: 12px !important;
}

.prices-field {
    padding: 4px 10px;
    border-radius: 0 0 5px 5px !important;
    border: 1.5px solid #ed1c24 !important;
    background: #fff;
    box-sizing: border-box;
}

.speed_mitsumori_ttl {
    border: 1.5px solid #ed1c24;
    position: relative;
    background: #ed1c24;
    border-radius: 5px 5px 0 0;
    height: 50px;
}

.speed_mitsumori_ttl img {
    position: absolute;
    top: -6px;
    left: 5px;
}


#guide #renewal .campaign_span {
    margin: 20px auto;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    width: 80%;
}


#guide #renewal .span_ttl {
    background-color: orange;
    border-radius: 50px 0 0 50px;
    border: 2px solid orange;
    padding: 8px;
    width: 30%;
    text-align: center;
}

#guide .span_date {
    background-color: rgb(255, 255, 255);
    border-radius: 0 50px 50px 0;
    border: 2px solid orange;
    padding: 8px;
    width: 70%;
    text-align: center;
}

#guide #renewal p span.small_txt {
    font-size: 13px;
    color: #272727;
    font-weight: lighter;
}

#guide p span.txtR {
    color: #f00;
    font-weight: bold;
}

#guide #renewal a:hover {
    opacity: 0.6;
}

#guide #renewal img.ss {
    border: 1px solid #ddd;
    width: 100%;
}

#guide #renewal .row img {
    width: 100%;
    box-shadow: 3px 2px 12px -5px #cdc9c9;
    border-radius: 15px;
}

#guide #renewal p.linecoment {
    font-size: 20px;
    text-align: center;
    margin: 50px auto 20px auto;
    display: flex;
    justify-content: center;
    width: fit-content;
    font-weight: bold;
}

#guide #renewal p.linecoment {
    position: relative;
}

#guide #renewal p.linecoment::before,
#guide #renewal p.linecoment::after {
    content: "";
    display: inline-block;
    background: #000;
    width: 2px;
    position: absolute;
}

#guide #renewal p.linecoment::before {
    left: 0;
}

#guide #renewal p.linecoment::after {
    right: 0;
}

@media screen and (min-width: 768px) {
    #guide #renewal p.linecoment {
        padding: 0 25px;
    }

    #guide #renewal p.linecoment::before,
    #guide #renewal p.linecoment::after {
        height: 30px;
    }

    #guide #renewal p.linecoment::before {
        transform: rotate(-30deg);
    }

    #guide #renewal p.linecoment::after {
        transform: rotate(30deg);
    }
}



/*フッター-------------------------------------------**/


.footer__inner .just_logo img {
    width: 60%;
  }

  .footer__inner .foot_txt {
    font-size: 13px;
    margin-top: 15px;
    color: #3c3c3c;
  }
  .footer__inner .privecy a {
  width: 90px;
  height: 90px;
  background: #fff;
  padding: 7px;
  box-sizing: border-box;
  display: block;
  border-radius: 10px;
}


.footer__inner .privecy a:hover{
  opacity: 0.6;
}

.footer__inner .privecy a img {
  width: 100%;
}
.footer__inner .invoice {
  background: #fff;
  padding: 15px;
  box-sizing: border-box;
  display: block;
  border-radius: 10px;
  height: 90px;
}
.footer__inner .invoice p{
  font-size: 12px;
    color: #3c3c3c;
}

.footer__inner .invoice p.bold_number{
  font-weight: bold;
  color: #000;
  font-size: 13px;
  line-height: 2;
}


.footer__inner .invoice p a{
color: #0088ff;
  text-decoration: none;
}
.footer__inner .invoice p a:hover{
color: #0088ff;
  text-decoration: underline;
}

section#foot_navi {
    background: #3c8ff9;
    padding: 30px;
}

section#foot_navi .footer__logo a {
    display: block;
}



section#foot_navi .footer__logo a.logo {
    display: block;
}

section#foot_navi .tel img {
      width: 39px;
  margin-right: 5px;
  padding-bottom: 8px;
}

section#foot_navi .tel {
    font-size: 50px;
    font-weight: 600;
    font-family: Helvetica;
    display: block;
    text-align: left;
    line-height: 1;
}

section#foot_navi p {
    text-align: left;
    font-size: 12px;
    font-feature-settings: 'palt';
    line-height: 1.5;
}


section#foot_navi a.footer_contact {  text-align: center;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  background: #fabe00;
  color: #000;
  padding: 15px 30px;
  box-sizing: border-box;
  margin: 0;
  border-radius: 5px;
  width: 350px;
}


section#foot_navi a.footer_contact:hover {
    background-color: #ff0;
    opacity: 1 !important; 
    color: #000000;
}

.fa-regular.fa-envelope {
    font-size: 19px;
}
section#foot_navi .footer__logo {
  width: 100%;
  display: flex;
  border-radius: 10px;
  margin-bottom: 40px;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
}

section#foot_navi div.shopping_list {
    width: 20%;
}

section#foot_navi .futo_list {
    width: 17%;
}

section#foot_navi .technical_list {
    width: 36%;
}


section#foot_navi .technical_list div {
    display: flex;
    justify-content: space-between;
}

section#foot_navi ul {
    padding-left: 15px;
    font-size: 13px;
}

section#foot_navi ul li {
    list-style: disclosure-closed;
    margin-top: 10px;
}

section#foot_navi ul li a {
    position: relative;
    text-decoration: none;
}

section#foot_navi ul li a::after {
    position: absolute;
    bottom: -6px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #000000;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

section#foot_navi ul li a:hover {
    opacity: 0.6;
}

.sidemenu-accodion:hover,
.sidemenu-solo_item:hover,
.sidemenu-list-l2__item:hover {
  background: #e1edff;
    text-decoration: none !important;
}
.sidemenu-solo_item a {
  display: block;
  padding: 15px;
}

.sidemenu-accodion a,
.sidemenu-solo_item a{
    display: block;
    text-decoration: none !important;
}

section#foot_navi ul li a:hover::after {
    bottom: -2px;
    opacity: 1;
    visibility: visible;
}

li.sidemenu-list-l2__item {
  border-bottom: 2px solid #ececec !important;
  padding: 4px;
}

li.sidemenu-list-l2__item:last-child {
    border: none;
}


section#foot_navi p.list_ttl {
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}

.footer__inner {
    justify-content: space-between;
    padding: 20px;
}
.ly-section-border {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border: none;
  }
  #guide h1 span {
    font-size: 16px;
    color: #888;
    margin-left: 10px;
  }
  #guide h1 span::before {
    content: "";
    border-left: 2px solid;
    height: ;
    line-height: 1;
    padding-left: 10px;
  }

  .header-pc-contents p{
    font-size: 12px;
    color: #ffffff;
    line-height: 1.5;
    font-weight: bold;
  }

  .sidemenu-accodion {
    position: relative;
    border-bottom: 2px solid #dedede;
    height: 30px;
    line-height: 30px;
    padding: 12px 20px 12px 15px;
    cursor: pointer;
     border-top: 2px solid #afccf8;
  }

    .sidemenu-list {
    border-radius: 4px;
    background: none;
  }


.sidemenu-solo_item {
  background: #fff;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
     border-top: 2px solid #afccf8;
}


.sidemenu-solo_item:last-child {
  border-bottom: none;
}






  .sidemenu-list__item {
    background: #fff;
  }

 #dm_top .contact_img{
    margin: 20px auto;
    text-align: center;
 }
  #guide #lp_list .row img{
    width: 100%;
    border:1px solid #ccc;
  }

  #guide #lp_list .row a:hover{
    opacity: 0.6;
  }
  #guide #lp_list .row a p.content_ttl{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    margin: 20px auto 7px auto;
    color: #000;
    border-bottom: 1px dotted;
    padding-bottom: 5px;
  }
  #guide #lp_list .row a p.content_txt{
    text-align: justify;
    font-size: 14px;
    font-weight: lighter;
    text-decoration: none;
    margin: 10px auto;
    line-height: 1.5;
  }

  
/*--サイズから選ぶ-----------------------------*/


#guide #size_select ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  #guide #size_select ul li {
    width: 18%;
    display: block;
    list-style: none;
    margin-bottom: 30px;
  }

  #guide #size_select ul li img {
    width: 100%;
    margin-bottom: 10px;
  }

  #guide #size_select ul li a {
    display: inline-block;
    width: 47%;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #9f9f9f;
    margin-bottom: 10px;
    padding: 2px;
    border-radius: 2px;
    box-sizing: border-box;
  }

  #guide #size_select .btn_print {

    background-color: #fabe00;
  }

  #guide #size_select .btn_no-print {
    background-color: #eee;
    color: #bbb;
  }

  #guide #size_select ul li p.sizename {
    text-align: center;
    font-weight: bold;
  }

  #guide #size_select ul li p.sizename span {
    font-size: 12px;
  }


  #guide #size_select ul li p.size_wh {
    font-size: 13px;
    color: #555;
    text-align: center;
    border-top: 1px dotted;
    padding-top: 7px;
    margin-bottom: 10px;
    margin-top: 5px;
  }

  #guide .size_btn-row {
    display: flex;
    justify-content: space-between;

  }


  #guide .size_btn-row a {
    display: block;
    width: 23%;
    background-color: #fff;
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.09);
    border-radius: 5px;
    box-sizing: border-box;
  }

  #guide .size_btn-row a img {
    width: 100%;
    border-radius: 5px 5px 0 0;
  }

  #guide .size_btn-row a p {
    margin: 0 10px 10px 10px;
    font-size: 12px;
  }
  


  .sidemenu-list-l2__panel {
    display: none;
    position: absolute;
    z-index: 1;
    top: 0;
    left: calc(100% + 5px);
    box-sizing: border-box;
    padding: 2px 20px 120px 0;
    width: 150px;
  }

  .sidemenu-accodion {
    position: relative;
    border-bottom: 1px solid #dedede;
    height: auto;
    line-height: 30px;
    padding: 5px 20px 5px 15px;
    cursor: pointer;
    /*border-top: 2px solid #3c8ff9;*/
  }

  .sidemenu-list__icon-box {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 8px;
    vertical-align: 3px;
    padding: 3px 0;
  }
  
  .header-pc-contents p.head_text {
    font-size: 12px;
    color: #373737;
    line-height: 1.5;
    font-weight: lighter;
  }

  .heading03 span{
    font-size: 16px;
    font-weight: lighter;
    margin-left: 5px;
  }

  .detail-fixed-total__tax-included {
    font-size: 13px;
    font-weight: lighter;
  }

  .header-pc-contents__nav .header_payment{
    height: 61px;
    margin-right: 15px;
  }

  .header-pc-nav__item{
    width: 85px;
  }

  .header-sp-nav__item:last-child{
    margin: 0;
  }

  #print_plus_layout_image {
    width: 600px;
    border: solid 1px #c3c3c3;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    visibility: hidden;
    opacity: 0;
    transform: translate(-100%, -50%);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out, visibility 0s linear 0.5s;
    padding: 15px;
    box-sizing: border-box;
    box-shadow: 0 5px 7px 0 #00000047;
  }


    
/*--左メニューNP運営サイトプライバシー-----------------------------*/


/* ----- Pマーク取得 ----- */

div#qualification{
margin:10px 0;
padding:8px;
color:#666;
background-color:#fff;
border:solid 1px #ccc;
width: 240px;
box-sizing: border-box;
}

div#qualification h4{
height:0;visibility:hidden;overflow:hidden;
text-indent:-9999px;
color:#666;
text-align:center;
}

div#qualification p{
margin:5px 0;
text-align:center;
font-size:12px;
}

div#qualification p.comment-left{
line-height:120%;
text-align:left !important;
font-size:10px !important;
}


  p.gloupsite_ttl {
  background: #545049;
  color: #fff;
  text-align: center;
  width: 200px;
  padding: 10px 0;
margin:10px 0;
  border-radius: 5px 5px 0 0;
}

ul.gloupsite{
    width: 240px;
    text-align: center;
    margin-bottom: 50px;
}


ul.gloupsite li{  
    margin: 10px 0;
  list-style: none;
}

ul.gloupsite li img{
    width: 100%;
}
p.gloupsite_ttl {
  background: #545049;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 10px;
  border-radius: 5px 5px 0 0;
}

ul.gloupsite{
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}


ul.gloupsite li{
    margin-bottom: 15px;
    list-style: none;
    width: 100%;
}


ul.gloupsite li img{
    width: 100%;
}

a.txt_link{
  color:#0071BC;
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  vertical-align: middle;
  text-decoration: none;
}

a.txt_link:hover{
  color:#00589C
}

a.txt_link::before{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 4px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #00589C;
}

#futo_thickness table.table_tickness th.w20{
    width: 20% !important;
}

#futo_thickness table.table_tickness td{
    text-align: left;
    padding: 5px 15px;
    background-color: #fff;
}



.heading01.design-futo span{
    font-weight: bold;
    padding: 3px 15px;
    background: #fff;
    border-radius: 20px;
    color: #0064ff;
    border: solid 2px #0064ff;
    font-size: 15px;
    display: block;
    margin-left: 10px;
    width: fit-content;
  }
  
  .design-futo i {
    margin-right: 8px;
  }
  
  .detail__section-border h1.heading {
    display: inline-block;
  }
  
  .design-futo{
    justify-content: flex-start;
    display: flex;
  }

  .detail-scroll__hosoku {
    display: flex;
    justify-content: end;
    color: #7c7c7c;
    font-size: 14px;
    font-weight: normal;
  }

  
section#group_site_cam {
    margin-top: 50px;
}

section#group_site_cam p.group_ttl {
    background-color: #f00;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 8px;
    margin-bottom: 20px;
}

section#group_site_cam ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


section#group_site_cam ul li {
    width: 24%;
    list-style: none;
    margin-bottom: 20px;
}

section#group_site_cam ul li img {
    width: 100%;
}


    @media screen and (min-width: 560px) {
        div .tab-content  address {
            text-align: center;
            background: #eeede5 none;
            margin: 10px 0;
            padding: 9px;
        }
    }

#sp8000lp img{
    width: 100%;
    height: auto;
    }
#sp8000lp .ttl{
      font-size: 19px;
    font-weight: bold;
    text-align: center;
    }
    .gifbox{
    padding: 20px;
    background-color: #f5f5f5;
    margin: 30px auto;
    }

#sp8000lp .sp8000-txt {
    font-size: 16px;
    line-height: 1.8em;
    text-align: center;
    margin: 20px;
  }

#sp8000lp .movieBox video {
    width: 100%;
  }
 #sp8000lp  .txt-center{
	text-align: center;
 }
 #sp8000lp  .row {
    display: flex;
    margin-bottom: 20px;
  }
  
  #sp8000lp .label {
      width: 100px;
      font-weight: bold;
      font-size: 13px;
      text-align: center;
      border: solid 1px #000000;
      padding: 10px;
  }
  
  #sp8000lp .content {
    padding-left: 15px;
  }

#security .header-txt{
    font-size: 18px;
    font-weight: bold;
    margin: 30px 0 50px 0;
      }

#security .mT5{
    margin-top: 5px;
      }
      #cost .cost_title{
        font-size: 23px;
        font-weight:bold ;
        color: #32c3b1;
        margin-top: 10px;
      }

#cost .title_underbar {
        border-top: 0.5px solid #c1c1c1;
        width: 100%;
        margin: 50px auto;
      }
 #cost .txt_yu-mail{
        font-weight: bold;
        color: #f00;

          }


#quality .title_underbar {
        border-top: 0.5px solid #c1c1c1;
        width: 100%;
        margin: 50px auto;
      }

     #quality .quality_ttl {
      font-size: 26px;
      color: #1b78d7;
      font-weight: bold;
      text-align: center;

    }

     #quality .ttl{
      font-size: 18px;
      text-align: center;
      font-family: 'Noto Sans JP';
      font-weight: 600;
           }


     #quality .machine_box{
      text-align: center;
     }
    #quality  .machine_box .machine-txt{
      margin-top: 10px;
     }

    #quality h3.txt-20{
      font-size: 20px;
    }

     #reasons .reasons_ttl {
      font-size: 26px;
      color: #1b78d7;
      font-weight: bold;
    
    }

    #reasons .reasons_ttl .point1::before{  
      content: url(https://dm-ya.just-shop.jp/img/guide/point1.webp);
      width: 66px;
      height: 66px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px;
     }

     #reasons  .reasons_ttl .point2::before{  
      content: url(https://dm-ya.just-shop.jp/img/guide/point2.webp);
      width: 66px;
      height: 66px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px;
     }

     #reasons  .reasons_ttl .point3::before{  
      content: url(https://dm-ya.just-shop.jp/img/guide/point3.webp);
      width: 66px;
      height: 66px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px;
     }

      #reasons .reasons_ttl .point4::before{  
      content: url(https://dm-ya.just-shop.jp/img/guide/point4.webp);
      width: 66px;
      height: 66px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px;
     }

      #reasons .reasons_ttl .point5::before{  
      content: url(https://dm-ya.just-shop.jp/img/guide/point5.webp);
      width: 66px;
      height: 66px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px;
     }

     #reasons .machine_box{
      text-align: center;
     }
     #reasons  .machine_box .machine-txt{
      margin-top: 10px;
     }

     #reasons h3.txt-20{
      font-size: 20px;
    }

    
  h3.tmplhead {
  font-size: 18px;
  margin-top: 40px;
  font-weight: bold;
  color: #000000;
}
.tmplhead img {
  margin: 0 6px 10px 0;
}
  
  table.tmpl{
    border: 1px solid #ddd;
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
  }
  table.tmpl th,table.tmpl td{
    padding: 10px 30px;
    font-size: 14px;
    text-align: center;
    font-weight: lighter;
    width: 50%;
    border: 1px solid #ddd;
  }
  table.tmpl tbody th{
    background-color: #eee;
    font-size: 15px;
    font-weight: bold;
  }
  
  table.tmpl thead th{
    background-color: #ddd;
    font-size: 15px;
    font-weight: bold;
  }
table.tmpl td.ex a{
  display: flex;
  border-radius: 3px;
  background-color: rgb(38, 173, 101);
  color: #fff;
  text-align: center !important;
  padding: 7px 10px;
  margin: 0 auto;
  position: relative;
  font-size: 15px;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  gap: 0 5px;
}

table.tmpl td.ai a{
  display: flex;
  border-radius: 3px;
  background-color: rgb(237, 115, 0);
  color: #fff;
  text-align: center !important;
  padding: 7px 10px;
  margin: 0 auto;
  position: relative;
  font-size: 15px;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  gap: 0 5px;
}

    #scene h3.line {
    position: relative;
    overflow: hidden;
    padding: .3em 0;
    font-size: 22px;
    color: #1e1e1e;
    font-family: 'Noto Sans Japanese';
    font-weight: 500;
    margin: 40px 0 15px 0;
    clear: both;
  }


#scene h3.line::before,
#scene h3.line::after{
	content: "";
	position: absolute;
	bottom: 0;
}

#scene .text{  
  font-size: 15px;
  line-height: 2em;
}
#scene  span.best{  
  font-size: 16px;
  font-weight: 500;
  font-family: 'Noto Sans Japanese';
} 


#scene h3.line:before{
	border-bottom: 2px solid #3c8ff9;
	width: 100%;
}

#scene h3.line:after{
	border-bottom: 2px solid #ccc;
	width: 100%;
}

#scene h2.ttl {
  color: #fff;
  padding: 5px;
  background: #5393f8;
  text-align: center;
  border-radius: 5px 5px 0 0;
  box-sizing: border-box;
  font-size: 18px;
  margin-bottom: 0;
}

#scene .scenebox{  
  background: #eaeefb;
  padding: 20px;
}



#scene .intro{
      text-align: center;
    margin-top: 10px;
    font-weight: 500;
    font-family: 'Noto Sans Japanese';
    font-size: 15px;
}

#scene .title_underbar {
        border-top: 0.5px solid #c1c1c1;
        width: 100%;
        margin: 50px auto;
      }

#scene .ttl {
    font-size: 17px;
    text-align: center;
    font-family: 'Noto Sans JP';
    font-weight: 600;}





    


  ul.lineup_row{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
  }

  
  
  ul.lineup_row li.lineup_list{
    list-style: none;
    width: 177px;
  }

  
  ul.lineup_row li.lineup_list{
    list-style: none;
    width: 177px;
  }
  
  ul.lineup_row li.lineup_list img{
    width: 100%;
    border
  }

  
  ul.lineup_row li.lineup_list p.product{
    font-weight: bold;
    margin: 15px auto 10px auto;
    text-align: center;
    font-size: 16px;
    border-bottom: 1px dotted #555;
    padding-bottom: 5px;
  } 

  ul.lineup_row li.lineup_list p.product_txt{
    font-size: 13px;
    text-align: justify;
    font-weight: lighter;
    color: #454545;
  }

  ul.lineup_row li.lineup_list p.price{
    font-weight: 900;
    text-align: center;
    font-size: 30px;
    font-feature-settings: "palt";
    color: rgb(255, 0, 0);
    margin-bottom: 10px;
  } 
  ul.lineup_row li.lineup_list p.price span.small{
    font-size: 16px;
}
  

   #popular ul.lineup_row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1%;
  }

  #popular ul.lineup_row li.lineup_list{
    list-style: none;
    width: 24%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
  }
  
  #popular ul.lineup_row li.lineup_list img{
    border-radius: 5px 5px 0 0;
  }
  
#popular ul.lineup_row li.lineup_list p.product,
#popular ul.lineup_row li.lineup_list p.product_txt{
    padding: 5px 15px;
}
  
 .order_stepBOX {
  padding: 20px 0;
  margin: 0 auto;
  border-radius: 5px;
  border: 2px solid #ddd;
}
.order_stepBOX h3.order_step {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  background: linear-gradient(transparent 70%, #ffc10094 21%);
  width: fit-content;
  margin: 0 auto 10px auto;
}
  
.btn a {
  position: relative;
  display: block;
  width: 280px;
  padding: 15px 0;
  background-color: #ff9d00;
  border-radius: 8px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  margin: 30px auto;
}

/* アイコンのスタイル */
.btn-arrow-bottom a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(-2px) rotate(135deg);
  box-sizing: border-box;
}

#category div.row_category{
    display: flex;
    flex-wrap: wrap;
    gap: 20px 20px;
}


#category div.row_category div.cate-item{
    width: 415px;
    border-radius: 5px;
}


#category div.row_category div.cate-item img{
    width: 100%;
    border-radius: 5px;

}
 #insert-print ul.lineup_row{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
  }
  #insert-print ul.lineup_row li.lineup_list {
    list-style: none;
    width: 240px ;
}




/***TOP*/
    


  ul.lineup_row{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
  }

  
  
  ul.lineup_row li.lineup_list{
    list-style: none;
    width: 177px;
  }

  
  ul.lineup_row li.lineup_list{
    list-style: none;
    width: 177px;
  }
  
  ul.lineup_row li.lineup_list img{
    width: 100%;
    border
  }

  
  ul.lineup_row li.lineup_list p.product{
    font-weight: bold;
    margin: 15px auto 10px auto;
    text-align: center;
    font-size: 16px;
    border-bottom: 1px dotted #555;
    padding-bottom: 5px;
  } 

  ul.lineup_row li.lineup_list p.product_txt{
    font-size: 13px;
    text-align: justify;
    font-weight: lighter;
    color: #454545;
  }

  
                    .header_actionver {
                      background: #3c8ff9;
                      padding: 0;
                    }

                    .header_actionver ul {

                      display: flex;
                      color: #fff;
                      display: flex;
                      justify-content: flex-end;
                      gap: 10px;
                      align-items: center;
                    }

                    .head_glaybar {
                      width: 1180px;
                      margin: 0 auto;
                      padding: 0 20px;
                      display: flex;
                      justify-content: flex-end;
                      box-sizing: border-box;
                      align-items: center;
                    }

                    .header_actionver ul li a {
                      font-size: 12px;
                      align-items: center;
                      display: flex;
                      font-weight: bold;
                    }

                    .header_actionver ul li.login,
                    .header_actionver ul li.mypage{
                      color: #fff;
                      font-size: 12px;
                      padding: 5px 15px;
                      border-radius: 0 0 3px 3px;
                      background-color: #414141;
                    }
                    
                    
                    .header_actionver ul li.newmember,
                    .header_actionver ul li.logout{
                      font-size: 12px;
                      padding: 5px 15px;
                      border-radius: 0 0 3px 3px;
                      background-color: #ffffff;
                    }
                    
                    .header_actionver ul li.newmember a,
                    .header_actionver ul li.logout a{
                      color: #3c8ff9 !important;
                    }

                    .header_actionver ul li.login a,
                    .header_actionver ul li.mypage a{
                      color: #fff !important;
                    }

                    .header_actionver ul li a img {
                      margin-right: 5px;
                    }


                    .header_actionver ul p.welcome {
                      font-size: 12px !important;
                    }

                    .head_glaybar p.head-txt {
                      font-size: 12px;
                      font-weight: lighter;
                      color: #fff;
                    }
                     ul.iconbox{
                              display: flex;
                              justify-content: flex-start;
                              align-items: center;
                              gap: 5px
                            }
                            ul.iconbox li {
  background: #fff;
  padding: 4px;
  border-radius: 5px;
}

  ul.lineup_row li.lineup_list p.price{
    font-weight: bold;
    text-align: center;
    font-size: 25px;
    font-feature-settings: "palt";
    color: rgb(255, 0, 0);
    margin-bottom: 10px;
    line-height: 1;
  } 
  ul.lineup_row li.lineup_list p.price span.small{
    font-size: 13px;
}
  

   #popular ul.lineup_row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1%;
  }

  #popular ul.lineup_row li.lineup_list{
    list-style: none;
    width: 24%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
  }
  
  #popular ul.lineup_row li.lineup_list img{
    border-radius: 5px 5px 0 0;
  }
  
#popular ul.lineup_row li.lineup_list p.product,
#popular ul.lineup_row li.lineup_list p.product_txt{
    padding: 5px 15px;
}
  
 .order_stepBOX {
  padding: 20px 0;
  margin: 0 auto;
  border-radius: 5px;
  border: 2px solid #ddd;
}
.order_stepBOX h3.order_step {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  background: linear-gradient(transparent 70%, #ffc10094 21%);
  width: fit-content;
  margin: 0 auto 10px auto;
}
  
.btn a {
  position: relative;
  display: block;
  width: 280px;
  padding: 15px 0;
  background-color: #ff9d00;
  border-radius: 8px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  margin: 30px auto;
}

/* アイコンのスタイル */
.btn-arrow-bottom a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(-2px) rotate(135deg);
  box-sizing: border-box;
}

#category div.row_category{
    display: flex;
    flex-wrap: wrap;
    gap: 20px 20px;
}


#category div.row_category div.cate-item{
    width: 415px;
    border-radius: 5px;
}


#category div.row_category div.cate-item img{
    width: 100%;
    border-radius: 5px;

}/* ===============================
   サイズタブ（スコープ）
================================ */
.tabs-850{
  width: 100%;
}

/* タブ画像の基準高さ（レスポンシブ） */
.tabs-850{
 width: 100%;
  --tabH: 200px;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  box-sizing: border-box;
}


/* radioの丸を消す */
.tabs-850 .tab-radio{
  position: absolute;
  opacity: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* ===== タブ側 ===== */
.tabs-850 .size-img{
  display: flex;
  align-items: center;   /* 高さを揃える */
  width: 100%;
  justify-content:space-between;
  
  padding: 15px 50px;
  box-sizing: border-box;
  border: 1px solid rgba(80, 140, 200, 0.282);
  background-color: #fff;
  background-image:
    linear-gradient(rgba(80, 140, 200, 0.282) 1px, transparent 1px),
    linear-gradient(90deg, rgba(80, 140, 200, 0.12) 1px, transparent 1px);
  background-size: 20px 20px;
     position: relative;
  z-index: 2;
}


/* タブボタン */
.tabs-850 .sizeitem{
  position: relative;
  display: inline-block;
  cursor: pointer;
  line-height: 0;
}

/* 画像：高さ固定、横は画像準拠 */
.tabs-850 .sizeitem img{
  height: var(--tabH);
  width: auto;
  max-width: 100%;
  display: block;
}

/* ON画像を重ねる */
.tabs-850 .sizeitem .on{
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

/* hover */
.tabs-850 .sizeitem:hover .off{ opacity: 0; }
.tabs-850 .sizeitem:hover .on { opacity: 1; }

/* checked */
.tabs-850 #tab-kaku2:checked  ~ .size-img label[for="tab-kaku2"]  .off{ opacity: 0; }
.tabs-850 #tab-kaku2:checked  ~ .size-img label[for="tab-kaku2"]  .on { opacity: 1; }

.tabs-850 #tab-naga3:checked  ~ .size-img label[for="tab-naga3"]  .off{ opacity: 0; }
.tabs-850 #tab-naga3:checked  ~ .size-img label[for="tab-naga3"]  .on { opacity: 1; }

.tabs-850 #tab-yonaga3:checked ~ .size-img label[for="tab-yonaga3"] .off{ opacity: 0; }
.tabs-850 #tab-yonaga3:checked ~ .size-img label[for="tab-yonaga3"] .on { opacity: 1; }

.tabs-850 #tab-a4:checked     ~ .size-img label[for="tab-a4"]     .off{ opacity: 0; }
.tabs-850 #tab-a4:checked     ~ .size-img label[for="tab-a4"]     .on { opacity: 1; }

.tabs-850 #tab-hagaki:checked ~ .size-img label[for="tab-hagaki"] .off{ opacity: 0; }
.tabs-850 #tab-hagaki:checked ~ .size-img label[for="tab-hagaki"] .on { opacity: 1; }

/* ===== コンテンツ側 ===== */
.tabs-850 .tab-panels{
  width: 100%;
  margin-top: 16px;
}

.tabs-850 .panel{ display: none; }

.tabs-850 #tab-kaku2:checked  ~ .tab-panels .panel-kaku2{ display: block; }
.tabs-850 #tab-naga3:checked  ~ .tab-panels .panel-naga3{ display: block; }
.tabs-850 #tab-yonaga3:checked ~ .tab-panels .panel-yonaga3{ display: block; }
.tabs-850 #tab-a4:checked     ~ .tab-panels .panel-a4{ display: block; }
.tabs-850 #tab-hagaki:checked ~ .tab-panels .panel-hagaki{ display: block; }

.panel h3 {
  margin: 35px 0 20px 0;
  font-size: 18px;
  border-bottom: 1px solid #8fbbff;
}



#dm_top div.pickup_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#dm_top div.pickup_flex img{
    width: 100%;
}

#dm_top div.pickup_flex div.item50{
    width: 49%;
    margin-bottom: 20px;
}

#dm_top div.pickup_flex div.item100{
    width: 100%;
    margin-bottom: 20px;
}


#dm_top div.pickup_flex div.item30{
    width: 32%;
    margin-bottom: 20px;
}

#guide #yu-mail a.jumpbtn{
    display: block;
    text-align: center;
    width: 300px;
    font-size: 17px;
    font-weight:bold;
    color: #fff;
    background-color: #c20000;
    margin: 20px auto;
    padding: 15px;
    border-radius: 50px;
}
#guide #yu-mail table.size{
     border-collapse:  collapse;
  border: 1px solid #ccc;
  margin-top: 10px;
  width: 100%;
}
#guide #yu-mail table.size th {
  padding: 8px 15px;
  font-size: 13px;
  background-color: #ddd;
  text-align: center;
  width: 30%;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
#guide #yu-mail table.size td {
  font-size: 13px;
   padding: 8px 15px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}


#guide .pd15{
    padding: 0 15px !important;
}

#guide #yu-mail dl{
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    font-size: 13px;;
}

#guide #yu-mail dl dt{
    position: relative;
    font-feature-settings: "palt";
    font-weight: bold;
    margin-bottom: 10px;
}

#guide #yu-mail dl dt span{
    font-weight: bold;
    font-size: 12px;
}

#guide #yu-mail dl dd{
    font-feature-settings: "palt";
}
#guide #yu-mail ul.label-comment li {
  list-style: none;
  font-size: 12px;
  margin-bottom: 7px;
  line-height: 1.5;
  position: relative;
}

#guide #yu-mail ul.label-comment li::before {
  content: "※";
}

#guide #yu-mail h3{
    font-size: 18px;
    border-bottom: 1px dotted #555;
    margin: 30px 0 15px 0;
}

#price_table table {
  border: 1px solid #ccc;
  table-layout: fixed; /* ← 最重要 */
  border-collapse: collapse;
  font-weight: bold;
  font-size: 13px;
}
#price_table table th {  
  width: calc(100% / 6);
  text-align: center;
  padding: 7px;
  border: 1px solid #ccc;
  background: rgb(255, 113, 113);
  font-weight: bold;
  color: #fff;
}
#price_table table td {  
  text-align: center;
  padding: 7px;
  border: 1px solid #ccc;
  color: rgb(218, 0, 0);
}
#price_table .title {
  font-size: 20px;
}


#guide a.sinshobtn{
    display: block;
    text-align: center;
    width: 400px;
    font-size: 15px;
    font-weight:bold;
    color: #c20000;
    background-color: #eee;
    border: 1px solid #c20000;;
    margin: 20px auto;
    padding: 15px;
    border-radius: 10px;
}


  
.order_stepBOX h3.order_step {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  background: linear-gradient(transparent 70%, #ffc10094 21%);
  width: fit-content;
  margin: 0 auto 10px auto;
}
#attyaku .order_stepBOX h3.order_step {
  background: linear-gradient(transparent 70%, #f9e0e0 21%);
}  
#attyaku .btn a {
  background-color: #f094a0 !important;
}
#service_guide #attyaku h3.scene{
  background: #f094a0;
}
#service_guide #attyaku .scenebox{
    background-color: #fcefef;
}
#enclosed .order_stepBOX h3.order_step {
  background: linear-gradient(transparent 70%, #e2f1ff 21%) !important;
}
  
#enclosed .btn a {
  background-color: #036eb8 !important;
}
#service_guide #funyu h3.scene{
  background: #036eb8;
}

#special .btn a {
  background-color: #898989;
}
#special .scenebox {
    background-color: #e2e3e3 ; 
  }
#special h3.scene{
  background: #898989;
}
#special .order_stepBOX h3.order_step {
  background: linear-gradient(transparent 70%, #e2e3e3 21%) !important;
}

#special .contactBtn {
   background: #898989;
   box-shadow: 0 9px 0 #707070;
}
#special .tel {
    color: #898989;

}
#envelope-lineup .contactBtn {
   background: #FF8C00;
   box-shadow: 0 9px 0 #cc750b;
}
#envelope-lineup .tel {
    color: #FF8C00;

}
#insert-print .contactBtn {
   background: #0d6eb8;
   box-shadow: 0 9px 0 #0d5086;
}
#insert-print .tel {
    color: #0d6eb8;
}
#envelope-lineup .label{
    font-weight: bold;
    font-size: 13px;
    width: 78px;

}
#envelope-lineup .lineup_list{
      list-style: none;
    width: 240px;
}


#service_guide .highlight-box p.lead{
    margin: 20px 20px 10px 20px !important;
}


#service_guide .highlight-box p.txt{
    margin: 0 20px 10px 20px !important;
}


#service_guide .highlight-box .row p.lead{
    margin: 20px 0 10px 0 !important;
}


#service_guide .highlight-box .row p.txt{
    margin: 10px 0 !important;
}


#service_guide .highlight-box .row{
    padding: 0 20px;
}
 .detail-info {
    vertical-align: top;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 10px;
  }

  #item_info{
    margin: 0 20px;
 }

.order_leadtxt{
    margin: 20px !important;
}


.order-steprow {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
  padding: 20px;
}
.detail__heading-box {
  width: 20%;
  margin; 0;
}

.detail__section-border > section.detail__section:not(:last-child) .order-steprow {
  border-bottom: 1px solid #ddd;
}


.detail__section> section.detail__section:not(:last-child) .order-steprow {
  border-bottom: 1px solid #ddd;
}

#lp_list .row {
  display: flex;
  flex-direction: row;
  padding: 0;
  flex-wrap: wrap;
  gap: 24px 4%;
}


#lp_list .row .span-4{
    width: 30%;
}

#similar_tegaki .btn-inquiry {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 56px 14px 32px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;

  background: linear-gradient(to bottom, #3aa0c2, #2c8fb0);
  border-radius: 8px;
  border: 2px solid #ffffff;

  position: relative;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
}

/* 右の三角アイコン */

#similar_tegaki .btn-inquiry::after {
  content: "";
  position: absolute;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 10px solid #ffffff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

/* hover */

#similar_tegaki .btn-inquiry:hover {
  background: linear-gradient(to bottom, #45b0d4, #339fc3);
}


/* 親アコーディオンの中身を縦中央揃え */
.sidemenu-accodion {
  display: flex;
  align-items: center; /* ← 縦中央 */
  gap: 8px;            /* アイコンと文字の間隔 */
}

/* アイコン */
.sidemenu-list__icon-box {
  flex-shrink: 0;      /* 2行になっても潰れない */
  display: flex;
  align-items: center;
}

/* 親リンク（1行でも2行でも中央） */
.sidemenu-list-accordion__link {
  display: block;
  line-height: 1.4;    /* 2行時の見た目安定 */
}

.detail-category-tag {
  min-width: 150px;
  text-align: center;
}
.option-group__title {
  font-size: 15px;
  font-weight: bold;
}
.js-select-by-button {
  width: 75%;
}
.detail__section.data-checkbox.js-input-data-file {
  background: #fff;
  padding: 30px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.dejiana_txt{
    width: 80%;
}


    
    #tegaki_dm{
      max-width: 850px;
      width: 100%;
      margin: 0 auto;
      padding: 0 16px;
      box-sizing: border-box;
      position: relative;
    }

    /* Images */
    #smart_pendroid img{
      max-width: 100%;
      height: auto;
      display: block;
    }

    /* Left fixed menu */
    #tegaki_dm .left_fixed{
      position: sticky;
      top: 16px;
      float: left;
      margin-right: 16px;
      width: 120px; /* keeps it compact */
    }
    #tegaki_dm .left_fixed a{
      display: block;
      margin-bottom: 8px;
    }
    #tegaki_dm .left_fixed img{
      width: 100%;
      height: auto;
    }
    @media (max-width: 900px){
      #tegaki_dm .left_fixed{
        display:none;
      }
    }

    /* Main visual */
    #smart_pendroid p.mainimg{
      width: 100%;
      margin: 0 auto 24px auto;
    }

    #smart_pendroid p.lead{
      font-weight: bold;
      font-size: clamp(16px, 2.2vw, 18px);
      text-align: center;
    }

    div#content_area #tegaki_dm #smart_pendroid p.txt{
      font-weight: 400;
      font-size: 14px;
      line-height: 1.8;
      text-align: center;
      margin: 0;
    }

    /* Step rows */
    #smart_pendroid .glaybox{
      background: #eee;
      padding: 20px;
    }

    #smart_pendroid .steprow{
      display: flex;
      gap: 16px;
      align-items: flex-start;
      margin-bottom: 16px;
    }

    #smart_pendroid .steprow .img_item{
      width: min(180px, 28%);
      flex: 0 0 auto;
    }
    #smart_pendroid .steprow .txt_item{
      flex: 1;
    }

    #smart_pendroid .steprow p.step_ttl{
      font-size: clamp(16px, 2.2vw, 18px);
      font-weight: bold;
      color: #000;
      margin: 0 0 8px 0;
    }
    #smart_pendroid .steprow p.step_txt{
      font-size: clamp(14px, 2vw, 16px);
      font-weight: lighter;
      line-height: 1.8;
      color: #000;
      margin: 0;
    }

    #smart_pendroid .steprow p.step_ttl span{
      font-size: 14px;
      font-weight: bold;
      color: #fff;
      padding: 3px 6px;
      border-radius: 10px;
      margin-right: 10px;
      background-color: #c00000;
      display: inline-block;
    }

    @media (max-width: 680px){
      #smart_pendroid .steprow{
        flex-direction: column;
      }
      #smart_pendroid .steprow .img_item{
        width: 100%;
      }
    }

    /* Point box */
    #smart_pendroid .pointbox{
      display: flex;
      gap: 16px;
      justify-content: space-between;
      margin-bottom: 15px;
      width: 100%;
    }
    #smart_pendroid .pointbox > div{
      width: 50%;
    }
    @media (max-width: 680px){
      #smart_pendroid .pointbox{
        flex-direction: column;
      }
      #smart_pendroid .pointbox > div{
        width: 100%;
      }
    }

    /* Scene */
    #smart_pendroid #scene .scene_ttl{
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      margin: 40px 0 0 0;
      padding: 8px 0;
      background-color: #c91734;
      color: #fff;
    }

    div#content_area #smart_pendroid #scene .scene_flex p{
      margin: 10px 0 0 0;
      font-size: 15px;
      font-weight: bold;
      line-height: 1.6;
      text-align: center;
    }

    #smart_pendroid #scene .scene_flex{
      display: flex;
      gap: 12px;
      justify-content: space-between;
      background: #eee;
      padding: 15px;
      margin: 0 0 20px 0;
      flex-wrap: wrap;
    }

    #smart_pendroid #scene .scene_flex > div{
      width: calc((100% - 24px) / 3);
    }

    @media (max-width: 800px){
      #smart_pendroid #scene .scene_flex > div{
        width: calc((100% - 12px) / 2);
      }
    }

    @media (max-width: 520px){
      #smart_pendroid #scene .scene_flex > div{
        width: 100%;
      }
    }

    /* Plans */
    #smart_pendroid #simple_plan div.title{
      background-color: #eee;
      border-top: 5px solid #c00000;
      padding: 0;
      text-align: center;
    }
    #smart_pendroid #simple_plan p.stepimg{
      background-color: #fee1e1;
      padding: 10px;
      margin: 0;
    }
    #smart_pendroid #simple_plan p.stepimg img{
      background-color: #fff;
      padding: 10px;
      box-sizing: border-box;
    }

    #smart_pendroid #dm_plan div.title{
      background-color: #eee;
      border-top: 5px solid #00479d;
      padding: 0;
      text-align: center;
    }
    #smart_pendroid #dm_plan p.stepimg{
      background-color: #d4e1ff;
      padding: 10px;
      margin: 0;
    }
    #smart_pendroid #dm_plan p.stepimg img{
      background-color: #fff;
      padding: 10px;
      box-sizing: border-box;
    }

    /* Table scroll */
    .table_scroll{
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      margin-top: 20px;
    }

    #smart_pendroid table{
      border-collapse: collapse;
      table-layout: fixed;
      text-align: center;
      margin-top: 0;
      width: 100%;
      min-width: 640px; /* avoid breaking */
    }
    #smart_pendroid table th{
      font-size: 14px;
      font-weight: bold;
      background-color: #eee;
      border: 1px solid #ccc;
      padding: 15px;
    }
    #smart_pendroid table th.simple{
      color: #fff;
      background-color: #c00000;
    }
    #smart_pendroid table th.dm{
      color: #fff;
      background-color: #00479d;
    }
    #smart_pendroid table td.simple{
      background-color: #ffeeee;
      padding: 14px;
      font-weight: bold;
      border: 1px solid #ccc;
    }
    #smart_pendroid table td.dm{
      background-color: #e8efff;
      padding: 14px;
      font-weight: bold;
      border: 1px solid #ccc;
    }

    /* Option row */
    #option .row{
      display: flex;
      gap: 16px;
      justify-content: flex-start;
      margin: 20px auto;
      align-items: flex-start;
      flex-wrap: wrap;
    }
    #option .option_img{
      width: min(240px, 40%);
      flex: 0 0 auto;
    }
    #option .option_txt{
      flex: 1;
      min-width: 240px;
    }

    div#content_area #tegaki_dm p.lead_left{
      font-size: 16px;
      font-weight: bold;
      margin: 0 0 10px 0;
      text-align: left;
    }
    div#content_area #tegaki_dm p.txt_left{
      font-size: 13px;
      font-weight: lighter;
      margin: 0 0 10px 0;
      text-align: left;
    }

    /* Headings */
    h6{
      background-color: #c00000;
      padding: 10px;
      text-align: center;
      color: #FFF;
      font-weight: bold;
      font-size: 20px;
      margin: 50px 0 0 0;
    }
    h6.glay{
      background-color: #eee;
      padding: 10px;
      text-align: center;
      color: #000;
      font-weight: bold;
      font-size: 20px;
      margin: 50px 0 20px 0;
    }

    /* Dejiana */
    #smart_pendroid .dejiana_point{
      margin: 20px 0;
      background-color: #fff5da;
      border-radius: 10px;
      padding: 20px;
      display: flex;
      gap: 16px;
      justify-content: flex-start;
      align-items: flex-start;
      flex-wrap: wrap;
    }
    #smart_pendroid .dejiana_point .dejiama_img{
      width: 90px;
      flex: 0 0 auto;
    }
    div#content_area #smart_pendroid .dejiana_point .dejiana_txt{
      flex: 1;
      min-width: 240px;
    }
    div#content_area #smart_pendroid .dejiana_point .dejiana_txt p.title{
      font-size: 18px;
      font-weight: bold;
      color: #c00000;
      margin-bottom: 10px;
    }
    div#content_area #smart_pendroid .dejiana_point .dejiana_txt p.title span{
      color: #000;
      font-size: 15px;
    }
    div#content_area #smart_pendroid .dejiana_point .dejiana_txt p.sentence{
      font-size: 13px;
      font-weight: lighter;
      color: #000;
      margin-bottom: 0;
    }

    /* CTA button */
    #smart_pendroid a.caution_btn{
      display: block;
      max-width: 350px;
      width: 100%;
      text-align: center;
      font-size: 14px;
      font-weight: bold;
      color: #fff;
      background-color: rgb(21, 67, 123);
      border-radius: 10px;
      margin: 30px auto 50px auto;
      padding: 10px;
      text-decoration: none;
      cursor: pointer;
      box-sizing: border-box;
    }
    #smart_pendroid a.caution_btn:hover{
      opacity: 0.6;
    }

    div#sokkuri_attention p.midashi {
    font-size: 18px;
    font-weight: bold;
}

div#sokkuri_attention p.midashi span {
    font-size: 13px;
    font-weight: bold;
    background-color: #b21c1c;
    color: #fff;
    padding: 5px 7px;
    border-radius: 10px;
    margin-right: 15px;
}

div#sokkuri_attention .content {
    margin: 20px 0;
}

div#sokkuri_attention p.attentiontxt {
    font-size: 14px;
    line-height: 1.8;
    margin: 15px 0;
}

div#sokkuri_attention ul.neosmart {
    width: 500px;
    display: flex;
    justify-content: space-between;
    margin: 20px auto;
}

div#sokkuri_attention ul.neosmart li {
    list-style: none;
    width: 48%;
    font-weight: bold;
    text-align: center;
    font-size: 13px;
}

div#sokkuri_attention ul.neosmart li img {
    width: 100%;
}

div#sokkuri_attention ul.tyuui {
    margin: 10px auto;
    padding: 20px;
    background-color: #eee;
    list-style: none;
}

div#sokkuri_attention ul p.caution {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 10px 0 !important;
}

div#sokkuri_attention div.app_row {  
    display: flex;
  justify-content: flex-start;
  margin: 50px 0;
  gap: 30px;
}

div#sokkuri_attention div.app_row img {
    width: 100%;
}

div#sokkuri_attention div.app_row .app {
    width: 90px;
}

div#sokkuri_attention div.app_row .iphone,
div#sokkuri_attention div.app_row .android {
    width: 180px;
    font-size: 15px;
    font-weight: bold;
}

div#sokkuri_attention div#neage {
    display: none;
}


/* Keep hidden */
    div#neage{
      display: none;
    }


 /* ご注文の流れ */
#order .okstep{
padding: 10px 50px;
  border-radius: 50px;
  background-color: rgb(255, 83, 83);
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  width: 200px;
  z-index: 99;
  display: block;
  position: relative;
  text-align: center;
  left: -7px;
        }

#order .okstep:before {
  width: 20px;
  height: 20px;
  content: "";
  border-radius: 50%;
  background-color: #fff;
  border: 3px solid #f00;
  display: inline-block;
  position: absolute;
  left: 8px;
}

#order body{
    background: none !important;
}


 /* お支払いについて */

#paymentPage img,
#np_payment img{
max-width:100%;
}

/* COMMON TITLE
----------------------------------------------- */
.ttlCmn2 {
	font-size: 139%;
	color: #0075c1;
	line-height: 1.2;
	padding: 10px 5px 5px;
	clear: both;
}
.ttlCmn3 {
	font-size: 139%;
	color: #0075c1;
	line-height: 1.2;
	padding: 10px 5px 5px;
	clear: both;
	border-bottom: solid 4px #ebebed;
}
.ttlRed {
	font-size: 139%;
	color: #f14f4c;
	line-height: 1.2;
	margin-bottom: 10px;
	clear: both;
}
.ttlBlue {
	font-size: 139%;
	color: #0075c1;
	line-height: 1.2;
	margin-bottom: 10px;
	clear: both;
}
.ttlGreen {
	font-size: 139%;
	color: #39B54A;
	line-height: 1.2;
	margin-bottom: 10px;
	clear: both;
}
.ttlRight {
	text-align: right;
	margin-top: -2.1em;
	margin-bottom: 5px;
}

.ttlCmn02 {
	font-size: 200%;
	color: #0075c1;
	line-height: 1.2;
	padding: 10px 5px 5px;
	clear: both;
}

.ttlCmn02 span{
	font-size: 70%;
	color: #0075c1;
	line-height: 1.2;
	padding: 10px 5px 5px 20px;
	clear: both;
}


/* COMMON TEXT
----------------------------------------------- */
.txtRed {
	color: #f14f4c;
}
.txtBlue {
	color: #0075c1;
}
.txtMid {
	font-size: 116%!important;
}
.txtBig {
	font-size: 139%!important;
}
.txtCent {
	text-align: center;
}
.txtBold {
	font-weight: bold;
	font-size: 104% !important;
}

/* COMMON BOX
----------------------------------------------- */

.whiteBox {
	background: #fff;
	padding: 20px;
	border: solid 1px #ebebed;
	margin-bottom: 20px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.whiteBox h3 {
	font-size: 139%;
	line-height: 1.2;
	padding: 0 0 10px;
}

.grayBox {
	background: #ebebed;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.grayBox p,.whiteBox p {
	font-size: 100%;
	line-height: 1.6;
}
.redBox {
	background: #ffefef;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}


/* GUIDE CARRIAGE
----------------------------------------------- */
.tbCmn1,.tbCmn2 {
	width: 100%;
	background: #fff;
}
.tbCmn1 th,.tbCmn1 td,.tbCmn2 th,.tbCmn2 td {
	border: solid 1px #ccc;
	padding: 7px;
	line-height: 1.2;
}
.tbCmn1 th {
	text-align: center;
	background: #777;
	color: #fff;
}
.tbCmn2 th {
	font-weight: bold;
	text-align: center;
}
.trGray {
	background: #f6f6f6;
}
.tbTdCent td {
	text-align: center;
}
.tdAlLeft {
	text-align: left!important;
}

/* COMMON TEXT
----------------------------------------------- */
.txtRed {
	color: #f14f4c;
}
.txtBlue {
	color: #0075c1;
}

.txtBig {
	font-size: 139%!important;
}
.txtCent {
	text-align: center;
}
.txtBold {
	font-weight: bold;
	font-size: 104% !important;
}
#cancel h4.txtMid {
	font-size: 116%!important;
    font-weight: bold;
    text-align: start;
}
#service_guide .col video {
  width: 100%;
  display: block;
}



#guide #sinsho a.jumpbtn{
    display: block;
    text-align: center;
    width: 300px;
    font-size: 17px;
    font-weight:bold;
    color: #fff;
    background-color: #c20000;
    margin: 20px auto;
    padding: 15px;
    border-radius: 50px;
}
#guide #sinsho table.size{
     border-collapse:  collapse;
  border: 1px solid #ccc;
  margin-top: 10px;
  width: 100%;
}
#guide #sinsho table.size th {
  padding: 8px 15px;
  font-size: 13px;
  background-color: #ddd;
  text-align: center;
  width: 30%;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
#guide #sinsho table.size td {
  font-size: 13px;
   padding: 8px 15px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}


#guide .pd15{
    padding: 0 15px !important;
}

#guide #sinsho dl{
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    font-size: 13px;;
}

#guide #sinsho dl dt{
    position: relative;
    font-feature-settings: "palt";
    font-weight: bold;
    margin-bottom: 10px;
}

#guide #sinsho dl dt span{
    font-weight: bold;
    font-size: 12px;
}

#guide #sinsho dl dd{
    font-feature-settings: "palt";
}
#guide #sinsho ul.label-comment li {
  list-style: none;
  font-size: 12px;
  margin-bottom: 7px;
  line-height: 1.5;
  position: relative;
}


#guide #sinsho h3{
    font-size: 18px;
    border-bottom: 1px dotted #555;
    margin: 30px 0 15px 0;
}

 
#guide #sinsho.label-comment {
  list-style: none;       /* デフォルトの●を消す */
  padding-left: 0;
}


#guide #sinsho .label-comment li {
  position: relative;
  padding-left: 24px;     /* チェックボックス分の余白 */
}

#guide #sinsho .label-comment li::before {
  content: "✓";
    position: absolute;
    left: 0;
    top: 2px;
    width: 14px;
    height: 14px;
    border: 1px solid #333;
    border-radius: 3px;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
    color: #FF0000;
    font-weight: 600;
}
/* ======================================
   信書ページ：例文テーブル専用（.shinsyo_examples）
   ====================================== */

/* 共通（PC含む） */
table.shinsyo_examples {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

table.shinsyo_examples th{
  word-break: break-word;
  overflow-wrap: anywhere;
text-align: center;
padding: 10px;
background: #d1e3ff;
}
table.shinsyo_examples td {
  word-break: break-word;
  overflow-wrap: anywhere;
padding: 10px;
  
}

/* =====================
   SP表示（縦積みカード化）
   ===================== */
@media (max-width: 767px) {

  table.shinsyo_examples {
    border: 0;
  }

  table.shinsyo_examples thead {
    display: none;
  }

  table.shinsyo_examples,
  table.shinsyo_examples tbody,
  table.shinsyo_examples tr,
  table.shinsyo_examples th,
  table.shinsyo_examples td {
    display: block;
    width: 100%;
  }

  table.shinsyo_examples tr {
    border: 1px solid #ddd;
    margin-bottom: 12px;
    padding: 12px;
    background: #fff;
  }

  table.shinsyo_examples td {
    border: 0;
    padding: 6px 0;
  }

  /* 1列目＝文例 */
  table.shinsyo_examples td:first-child::before {
    content: "文例";
    display: block;
    font-weight: bold;
    margin-bottom: 6px;
  }

  /* 2列目＝ポイント */
  table.shinsyo_examples td:last-child::before {
    content: "ポイント";
    display: block;
    font-weight: bold;
    margin-bottom: 6px;
  }

  /* width属性無効化 */
  table.shinsyo_examples th[width],
  table.shinsyo_examples td[width] {
    width: auto !important;
  }
}


#dm_top .feature-badges {
  /*! width: 100%; */
}

#dm_top .feature-badges__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 8px;
  width: 97%;
  margin: 0 auto;
}

#dm_top .feature-badges__item {
  flex: 1;
}

#dm_top .feature-badges__item:nth-child(2) {
  flex: 1.1;
}

#dm_top p.news_link {
    background: #fff !important;
    padding: 1px !important;
    margin: 15px 0 5px 0 !important;
    font-size: 14px !important;
    min-height: 20px;
    display: flex;
    align-items: center;
    border-radius: 5px;
}

#dm_top h2{
    margin-top: 50px !important;
    margin-bottom: 20px !important;
}

#dm_top .feature-badges__link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 15px;
  border-radius: 5px;
  background: #fff;
  text-decoration: none;
  box-sizing: border-box;
  justify-content: center;
  border: 2px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  transition: 0.2s ease;
  font-family: "Noto sans";
  align-items: center;
}

#dm_top .feature-badges__link:hover {
  transform: translateY(-2px);
}

/* カラー */
#dm_top .feature-badges__link--blue {
  border-color: #2563eb;
}

#dm_top .feature-badges__link--red {
  border-color: #f00;
}

#dm_top .feature-badges__link--green {
  border-color: #22c55e;
}

#dm_top a.feature-badges__link--blue .feature-badges__title-sub,
#dm_top a.feature-badges__link--blue .feature-badges__title-main{
  color: #2563eb;
}

#dm_top a.feature-badges__link--red .feature-badges__title-sub,
#dm_top a.feature-badges__link--red .feature-badges__title-main{
  color: #f00;
}

#dm_top a.feature-badges__link--green .feature-badges__title-sub,
#dm_top a.feature-badges__link--green .feature-badges__title-main {
  color: #22c55e;
}

/* アイコン */
#dm_top .feature-badges__icon {
  flex: 0 0 auto;
  width: 35px;
}

#dm_top .feature-badges__icon img {
  width: 100%;
  height: auto;
  display: block;
}

/* テキスト */
#dm_top .feature-badges__text {
  display: flex;
  flex-direction: column;
  min-width: 0;
  line-height: 1.3;
}

#dm_top .feature-badges__kicker {
  font-size: 12px;
  font-weight: 700;
  color: #111;
}

#dm_top .feature-badges__title {
  display: flex;
  align-items: baseline;
  /*! gap: 6px; */
}

#dm_top .feature-badges__title-main {
  font-size: 20px;
  font-weight: 900;
  font-feature-settings: 'palt';
}

#dm_top .feature-badges__title-sub {
  font-size: 14px;
  font-weight: 900;
}

/* =========================
   Responsive
========================= */

@media (max-width: 900px) {
  #dm_top .feature-badges__list {
    flex-wrap: wrap;
  }

  #dm_top .feature-badges__item {
    flex: 1 1 calc(50% - 20px);
  }
}

@media (max-width: 560px) {
  #dm_top .feature-badges__list {
    flex-direction: column;
  }

  #dm_top .feature-badges__item {
    flex: 1 1 auto;
  }

  #dm_top .feature-badges__title-main {
    font-size: 24px;
  }
}


#dm_top .feature-badges__link {
  position: relative;
  color: #f00; /* デフォルト（赤） */
}

/* 左上三角 */
#dm_top .feature-badges__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 17px;
  background: currentColor;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

/* 右下三角 */
#dm_top .feature-badges__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 16px;
  height: 17px;
  background: currentColor;
  clip-path: polygon(100% 100%, 0 100%, 100% 0);
}
#dm_top .feature-badges__link--green {
  color: #22c55e;
}

#dm_top .feature-badges__link--blue {
  color: #3b82f6;
}

#dm_top .feature-badges__link--orange {
  color: #f97316;
}
