@charset "UTF-8";


.pT10 {padding-top:10px!important;}
.pT20 {padding-top:20px!important;}
.pT30 {padding-top:30px!important;}
.pL30 {padding-left:30px!important;}
.pL40 {padding-left:40px!important;}

.mT5 {margin-top:5px !important;}
.mT10 {margin-top:10px!important;}
.mT15 {margin-top:15px !important;}
.mT20 {margin-top:20px!important;}
.mT30 {margin-top:30px !important;}
.mT40 {margin-top:40px !important;}
.mT50 {margin-top:50px !important;}

.mR0 {margin-right:0px!important;}
.mR5 {margin-right:5px!important;}
.mR10 {margin-right:10px!important;}
.mR20 {margin-right:20px!important;}
.mR65 {margin-right:65px!important;}
.mR1em {margin-right:1em!important;}
.mR2em {margin-right:2em!important;}

.mB0 {margin-bottom:0px!important;}
.mB5 {margin-bottom:5px!important;}
.mB10 {margin-bottom:10px!important;}
.mB15 {margin-bottom:15px!important;}
.mB20 {margin-bottom:20px!important;}
.mB25 {margin-bottom:25px!important;}
.mB30 {margin-bottom:30px!important;}
.mB35 {margin-bottom:35px!important;}
.mB40 {margin-bottom:40px!important;}
.mB45 {margin-bottom:45px!important;}
.mB50 {margin-bottom:50px!important;}
.mB55 {margin-bottom:55px!important;}
.mB60 {margin-bottom:60px!important;}
.mB65 {margin-bottom:65px!important;}
.mB70 {margin-bottom:70px!important;}
.mB75 {margin-bottom:75px!important;}
.mB80 {margin-bottom:80px!important;}

.mL00 {margin-left:0 !important;}
.mL10 {margin-left:10px!important;}
.mL20 {margin-left:20px !important;}
.mL25 {margin-left:25px!important;}
.mL30 {margin-left:30px!important;}
.mL40 {margin-left:40px!important;}

.txtRight {text-align:right !important;}
.txtLeft {text-align:left !important;}



/* reset styles
----------------------------------------------- */
html,body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,address,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset{margin:0;padding:0;font-size:100%;}table{border-collapse:collapse;border-spacing:0}th{text-align:left}ul li,ol li{list-style-type:none}a{text-decoration:none}img{border:0}img,input,select,textarea{vertical-align:middle}address,em{font-style:normal}hr{display:none}*:first-child+html *{letter-spacing:0}

/* basic link colours
----------------------------------------------- */
a,a:link, a:visited {
	color: #0075c1;
	text-decoration: none;
}
a:hover {
	color: #2a99e1;
	text-decoration: underline;
}

/* layout
----------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #333;
	/*font-family:"游ゴシック体","Yu Gothic",YuGothic,"メイリオ",Meiryo,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;*/
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	background: #fbfbfc;
}



/* 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: 108%;
	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;
}


/* GUIDE COMMON
----------------------------------------------- */
.listBlk {
	padding-left: 20px;
}
.listBlk li {
	list-style: disc;
	padding: 3px 0;
}
.listDeci {
	padding-left: 20px;
}
.listDeci li {
	list-style: decimal;
	padding: 3px 0;
}
.ulKome {
	padding-left: 1.2em;
}
.ulKome li {
	text-indent: -1.2em;
	padding: 3px 0;
	font-size: 108%;
}
.ulKome li span {
	color: #f14f4c;
}
.ulList1 {
	padding-left: 20px;
}
.ulList1 li {
	list-style: disc;
}
.ulList2,.ulList3 {
	padding-left: 20px;
}
.ulList2 li {
	list-style: disc;
	color: #0075c1;
	font-size: 108%;
	padding: 3px 0;
}
.ulList3 li {
	list-style: disc;
	color: #f14f4c;
	font-size: 108%;
	padding: 3px 0;
}
.ulList2 li span,.ulList3 li span {
	color: #333;
}

/* SALES TERMS
----------------------------------------------- */
/*.thSales {
	width: 10em;
}*/

.tbWhite tr {
	background: #fff!important;
}

#paymentPage img,
#np_payment img{
max-width:100%;
}

@charset "UTF-8";
/*--------------------------------------------------
 ※※※※※※※※※※※※※※※※※※※※※※※※
 このファイルはsassでコンパイルされています
 以下の内容を変更したい場合は構成するscssファイルを
 ご確認ください
 ※※※※※※※※※※※※※※※※※※※※※※※※
--------------------------------------------------*/



/*---------------------注文詳細ページ-----------------------------*/
.bunrui_60002 ul li,
.bunrui_60002 ul li span,
.bunrui_60502 ul li,
.bunrui_60502 ul li span {
    width: 100px;
    height: 100px;
}

.bunrui_60002 ul li.detail-category-image-list__item:nth-child(-n+8),
.bunrui_60502 ul li.detail-category-image-list__item:nth-child(-n+8) {
    margin-top: 15px;
}



.option_60007 ul li#option_60007_9,
.option_60007 ul li#option_60007_11,
.option_60013 ul li#option_60013_9,
.option_60013 ul li#option_60013_11,
.option_60015 ul li#option_60015_9,
.option_60015 ul li#option_60015_11,
.option_60016 ul li#option_60016_9,
.option_60016 ul li#option_60016_11,
.option_60007 ul li#option_60007_9 span,
.option_60007 ul li#option_60007_11 span,
.option_60013 ul li#option_60013_9 span,
.option_60013 ul li#option_60013_11 span,
.option_60015 ul li#option_60015_9 span,
.option_60015 ul li#option_60015_11 span,
.option_60016 ul li#option_60016_9 span,
.option_60016 ul li#option_60016_11 span {
    width: 100px;
    margin-right: 10px;
}

.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_60007 ul li#option_60007_9,
.option_60007 ul li#option_60007_11,
.option_60013 ul li#option_60013_9,
.option_60013 ul li#option_60013_11,
.option_60015 ul li#option_60015_9,
.option_60015 ul li#option_60015_11,
.option_60016 ul li#option_60016_9,
.option_60016 ul li#option_60016_11,
.option_60007 ul li#option_60007_9 span,
.option_60007 ul li#option_60007_11 span,
.option_60013 ul li#option_60013_9 span,
.option_60013 ul li#option_60013_11 span,
.option_60015 ul li#option_60015_9 span,
.option_60015 ul li#option_60015_11 span,
.option_60016 ul li#option_60016_9 span,
.option_60016 ul li#option_60016_11 span {
    width: 100px;
    margin-right: 10px;
}

.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;
  }

  
  .detail__section {
    margin-bottom: 40px;
  }
  
  .detail-category-image__image-box:hover::before {
    border-color: #fabe00;
    border-width: 3px;
    box-shadow: 1px 1px 1px 1px #c7c7c7;
  }
  .detail-category-tag__label:hover::before {
    border: 3px solid #fabe00;
    background: #ffc20030;
}

.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;
}

.tab-content .row {
    padding: 0 15px;
}

.col {
    margin-left: 4%;
}

.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 {
    width: 100%;
}

#technical .row .col img {
    border: 1px solid #bebebe;
}


iframe#payment {
    width: 100%;
    height: 3150px;
}

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: 22px;
    margin-bottom: 15px;
    text-align: left;
}

#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 {
    ddisplay: 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 {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.8;
    margin: 20px auto 10px auto;
}

#guide p.txt {
    font-weight: lighter;
    font-size: 15px;
    line-height: 1.8;
}


#guide #contact .contactBtn {
    background: #FF8C00;
    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 #cc750b;
    line-height: 1;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
}


#guide #contact .contactBtn:hover {
    box-shadow: none;
    transform: translate3d(0, 9px, 0)
}


#guide #contact .tel {
    font-size: 36px;
    font-family: "Roboto", sans-serif;
    color: #ff8c00;
    font-weight: 600;
    line-height: 1;
    margin: 10px auto;
    margin-top: 10px;
    display: inline-block;
    margin-top: 20px;
    text-align: center;
    display: block;
}



#guide #contact .tel i {
    margin-right: 10px;
    text-align: center;
    font-size: 40px
}


#guide #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 #ccc;
    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: #fabe00;
    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: 0 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% / 7);
    text-align: center;
    padding: 0 10px;
}

.header-pc .header-pc-category-nav__link {
    font-size: 14px;
}

.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: 15px !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: #fabe00;
    padding: 30px;
}

section#foot_navi .footer__logo a {
    display: block;
}



section#foot_navi .footer__logo a.logo {
    display: block;
    width: 80%;
}

section#foot_navi .tel img {
    width: 33px;
    margin-right: 5px;
    padding-bottom: 4px;
}

section#foot_navi .tel {
    font-size: 35px;
    font-weight: 600;
    font-family: Helvetica;
    display: block;
    text-align: center;
}

section#foot_navi p {
    text-align: center;
    font-size: 12px;
    font-feature-settings: 'palt';
    line-height: 1.5;
}


section#foot_navi a.footer_contact {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    background: #fff;
    border: 2px solid #eb4e19;
    color: #eb4e19;
    padding: 8px;
    box-sizing: border-box;
    margin: 10px auto 0 auto;
    border-radius: 5px;
}


section#foot_navi a.footer_contact:hover {
    background-color: #eb4e19;
    color: #fff;
}

.fa-regular.fa-envelope {
    font-size: 19px;
}

section#foot_navi .footer__logo {
    width: 26%;
}


section#foot_navi div.shopping_list {
    width: 13%;
}

section#foot_navi .futo_list {
    width: 17%;
}

section#foot_navi .technical_list {
    width: 32%;
}


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;
}

section#foot_navi ul li a:hover::after {
    bottom: -2px;
    opacity: 1;
    visibility: visible;
}


li.sidemenu-list-l2__item {
    border-bottom: 1px dotted #ddd;
}


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: #373737;
    line-height: 1.5;
    font-weight: bold;
  }

  .sidemenu-accodion {
    position: relative;
    border-bottom: 1px solid #dedede;
    height: 30px;
    line-height: 30px;
    padding: 12px 20px 12px 15px;
    cursor: pointer;
    border-top: 2px solid #fabe00;
  }

    .sidemenu-list {
    border-radius: 4px;
    background: none;
  }

  .sidemenu-list__item {
    background: #fff;
  }

  
  #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: 17px;
    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: 13px;
    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 #fabe00;
  }

  .sidemenu-list__icon-box {
    display: inline-block;
    width: 25px;
    height: 25px;
    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%;
}

#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;
}

  @media screen and (min-width: 768px) {
    .ly-section {
      padding-bottom: 50px;
      margin: 0;
    }
  }


.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%;
}