                     @charset 'utf-8';

/* **********************************************************************
 *
 *       Title:   Site-Shokunin CMS sp.css
 *       Notes:   Hand-crafted by WebLab Corporation in Tokyo.
 *
 ********************************************************************** */


/* トップスライドショースタイル設定
======================================================= */

.main01 {
    background: url(../img/main_img01.webp) 0 0 no-repeat;
    background-size: 100% auto;
}

.main01 .catch {
    width: 65%;
    padding: 11% 0 11% 30px;
}
.main01 .txt,
.main01 .btn {
    display: none;
}

.main01 .btn a {
    display: inline-block;
    background: #fff;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    border: 1px solid #cccccc;
    padding: 19px 47px 18px;
}
.main01 .btn a span {
    padding: 0 0 0 16px;
    background: url(../img/arw.webp) no-repeat 0 50%;
    background-size: 13px auto;
}

#bxslider {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 375px;
    height: 246px;
}

#bxslider ul {
    display: none;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
}

#bxslider ul.slick-slider{
    display: block;
}

#bxslider .bx-controls-direction {
    display: none;
}

#bxslider .slick-dots {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 12px;
    margin: 0;
    padding: 0;
    list-style: outside none none;
    text-align: center;
}

.en_un #bxslider .slick-dots {
    bottom: -20px;
}

#bxslider .slick-dots li {
    display: inline-block;
    overflow: hidden;
    width: 12px;
    height: 0 !important;
    margin: 0 4px;
    padding-top: 12px;
    outline: medium none;
}
#bxslider .slick-dots li {
    background: url(../img/main_list.webp) no-repeat 0 0;
}
#bxslider .slick-dots li.slick-active {
    background: url(../img/main_list_on.webp) no-repeat 0 0;
}


/* label_slide */

.label_slide{
    position: relative;
}

.label_slide .txt_area > p{
    position: absolute;
    z-index: 1;
    opacity: 0;
}

.label_slide .img01,
.label_slide .img02,
.label_slide .btn{
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.label_slide .animation_on.img01,
.label_slide .animation_on.img02,
.label_slide .animation_on.btn{
    -webkit-transition: transform 2.5s ease, opacity 2.5s ease;
    transition: transform 2.5s ease, opacity 2.5s ease;
}

.label_slide .animation_on.active.img01,
.label_slide .animation_on.active.img02,
.label_slide .animation_on.active.btn{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.label_slide .img01{
    width: 52.96875%;
    top: 66px;
    top: 20.625vw;
    right: 2.34%;
}
.label_slide .img02{
    width: 56.875%;
    top: 96px;
    top: 30.15625vw;
    right: 0.625%;
}
.label_slide .btn{
    width: 100%;
    bottom: 0;
    right: 0;
}
.label_slide .img03{
    position: relative;
    width: 21.5625%;
    top: 5px;
    top: 1.5625vw;
    right: 1.71875%;
}


.label_slide .animation_on.img03.active {
    animation: animbound 3s forwards;
    animation-delay: 0.6s;
}

@keyframes animbound{
    0% { transform: scale(0.8, 0.8);opacity: 1; }
    5% { transform: scale(1.2, 1.2);opacity: 1; }
    10% { transform: scale(1, 1);opacity: 1; }
    15% { transform: scale(1.1, 1.1);opacity: 1; }
    20% { transform: scale(1, 1);opacity: 1; }
    100% { transform: scale(1, 1);opacity: 1; }
}

.label_slide .animation_on.img03.active img {
    display: block;
    animation: animrotate 3s linear infinite;
}

@keyframes animrotate {
    0% { transform: translate(0,0) rotate(0); }
    84% { transform: translate(0,0) rotate(0); }
    88% { transform: translate(-1px,2px) rotate(4deg); }
    92% { transform: translate(0,0) rotate(0); }
    96% { transform: translate(-1px,2px) rotate(4deg); }
    100% { transform: translate(0,0) rotate(0); }
}

/* 下層見出し設定
======================================================= */

.main h1 {
    font-size: 2.0rem;
    margin: 0 0 20px;
    padding: 0;
    color: #333;   /* [11. 下層ページタイトル設定]　文字色 */
}

.main .block h2 {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 0 15px;
    font-weight: bold;
    padding: 0 0 10px 0;
    background: #fff;   /* [12. 下層ページ見出し設定]　大見出し背景色 */
    color: #333;   /* [12. 下層ページ見出し設定]　大見出し文字色 */
    border-bottom: 1px solid #ddd;    /* [12. 下層ページ見出し設定]　大見出し枠線（左線）色 */
}

.main div:not(.top_topblocklist) h2 {
    background: none;
}



.main h3 {
    font-size: 1.4rem;
    font-weight: bold;
    margin: 20px 0;
    padding: 0 0 0 10px;
    color: #333;   /* [12. 下層ページ見出し設定]　小見出し文字色 */
    border-left: 2px solid #004ba0;   /* [12. 下層ページ見出し設定]　小見出し枠線（左線）色 */
}

.main .block h3:first-child,
.main .block .photo-l + h3,
.main .block .photo-r + h3,
.main .block .photo-c + h3{
    margin: 0 0 20px;
}
19:18


.main .block h4{
    background: #f5f5f5 url(../img/ico_list_chara.webp) 16px 50% no-repeat;
    padding: 12px 0 12px 30px;
    margin: 0 0 20px 0;
    line-height: 1;
}

.main .block h4.contact_h4{
    background: #f5f5f5 url(../img/ico_list_chara.webp) 16px 50% no-repeat;
    padding: 12px 0 12px 30px;
    margin: 0 0 20px 0;
    line-height: 1;
}


/* トップ見出し設定
======================================================= */

#top h2 {
    font-size: 19px;
    font-size: 1.9rem;
    font-weight: normal;
    margin: 0 0 18px 0;
    background: none;
    padding: 0;
    color: #333;        /* [6. トップページ見出し設定]　大見出し文字色 */
    border: none;
}

#top h2 span{
    font-size: 10px;
    font-size: 1.0rem;
    font-family: Oswald;
    padding-left: 9px;
    color: #999;
}

/* 下層block設定
======================================================= */

.main .block {
    margin: 0 0 40px;
}




/* バナー設定
======================================================= */

ul.bnr {
    margin-top: 40px;
    padding: 0;
    list-style: none;
    text-align: center;
}

ul.bnr li {
    margin: 25px 0 0;
}

ul.bnr li:first-child {
    margin: 0;
}


/* パーツテンプレート設定
======================================================= */
/* 立体ボタン */
.btn-square-shadow {
  position: relative;
  border-bottom: solid 3px #444444;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
}

.btn-square-shadow:hover {
  /*ボタンにマウスオーバーした時*/
  top: 3px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
  border-bottom: none;
}

/* 立体ボタンメニュー用 */
.btnnav-square-shadow {
  position: relative;
  border-bottom: solid 3px #333333;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
}
.btnnav-square-shadow:hover {
  /*ボタンにマウスオーバーした時*/
  top: 3px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
  border-bottom: none;
}

/* 共通 */

.box_column01 .img {
    margin: 0 0 10px;
    text-align: center;
}

.box_column01 .link {
    margin: 0 0 10px;
    padding: 0 0 0 16px;
    background: url(../img/arw.webp) no-repeat 0 .2em;
    background-size: 13px auto;
}


/* 3列_テキスト下 */
.box_column01.col3 .col {
    float: left;
    max-width: 100%;
    margin: 0 1% 40px 0;
}

.box_column01.col3 .col:last-child {
    margin: 0;
}
.box_column01.col3 .col .img {
    margin: 0 0 10px;
}

/* 3列_テキスト下 */

.col3.under .col {
    float: none;
    max-width: 100%;
    margin: 0 auto 40px;
}

.col3.under .col .img {
    margin: 0 0 10px;
}
.col3.under .col .inner {
    display: block;
}


/* 4列_テキスト下 */

.box_column01.col4 .col {
    float: left;
    max-width: 49%;
    margin: 0 2% 30px 0;
}

.box_column01.col4 .col:nth-child(even) {
    float: left;
    max-width: 49%;
    margin: 0 0 20px 0;
}


/* 1列_テキスト右 */

.box_column01.col1 {
    max-width: 480px;
    margin: 0 auto;
}

.box_column01.col1 .img {
    margin: 0 0 20px;
    text-align: center;
    font-size: 1.0rem;
}

.box_column01.col1 .img img {
    display: block;
    margin: 0 auto 5px;
}


/* ２列_テキスト下 */

.box_column01.col2_image_none .col {
    margin: 0 0 40px;
    border: 1px solid #e6e6e6;
}

.box_column01.col2_image_none .inner {
    padding: 10px;
}

/* 2列_テキスト下 */

.box_column01.col2l .col {
    margin: 0 0 40px;
}
.box_column01.col2l .col .img {
    margin: 0 0 10px;
}

/* 2列_テキスト右 */

.box_column01.col2 {
    margin: 0 0 40px;
}

.box_column01.col2 .col {
    overflow: hidden;
    clear: both;
    margin: 0 0 30px;
}

.box_column01.col2 .col .img {
    float: left;
    width: 80px;
    margin: 0 10px 0 0;
}

.box_column01.col2 .col .inner {
    overflow: hidden;
}


/* ボタン */

.box_colum_btn {
    clear: both;
    text-align: center;
}

.box_colum_btn a {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;


    background: #656565;    /* [14. CVエリア設定]　ボタン背景色 */
    border: 1px solid #656565;    /* [14. CVエリア設定]　ボタン枠線色 */


    padding: 19px 45px 18px;
}

.box_colum_btn a span {
    padding: 0 0 0 16px;
    background: url(../img/arw_w.webp) no-repeat 0 50%;
    background-size: 13px auto;
}

.box_colum_btn a:link,
.box_colum_btn a:visited {
    text-decoration: none;
    color: #fff;    /* [14. CVエリア設定]　ボタン文字色 */
}

.box_colum_btn a:hover {
    text-decoration: underline;
}

/* オレンジ押し込みボタン */
.btn-orange {
  position: relative;
  display: inline-block;
  padding: 8px 24px;
  text-decoration: none !important;
  color: #FFF !important;
  background: #fd9535;/*背景色*/
  border-bottom: solid 4px #d27d00;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  font-size: 14px;
}
.btn-orange:hover {
  border-bottom: solid 4px #fd9535;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.30);
}
/* 中央揃え */

.bnr_center ul {
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}

.bnr_center li {
    max-width: 230px;
    width: 48%;
    margin: 0 0 20px;
}

.bnr_center li:nth-child(odd) {
    float: left;
    clear: both;
}

.bnr_center li:nth-child(even) {
    float: right;
}


/* 165センター */

.bnr_center.bnr_165 ul {
    max-width: 350px;
}


/* link_text_lr
======================================================= */

.link_text_lr .link_text_l {
    margin: 0 0 20px;
}

.link_text_lr a {
    display: table;
    width: 100%;
    padding: 10px;
    border: 1px solid #e6e6e6;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.link_text_lr a span {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 70%;
    padding: 0 20px 0 21px;
    background: url(../img/arw.webp) no-repeat 0 50%;
    background-size: 13px auto;
}

.link_text_lr .link_text_r a span {
    padding: 0 0 0 41px;
    background: url(../img/arw.webp) no-repeat 20px 50%;
    background-size: 13px auto;
}

.link_text_lr a img {
    display: table-cell;
    vertical-align: middle;
    width: 100px;
}

/* alink
=================== */

ul.alink {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.alink li {
    margin: 0 0 10px;
}

ul.alink li a {
    display: block;
    margin: 0;
    padding: 8px 14px 8px 28px;
    border: 1px solid #e5e5e5;
    background: url(../img/arw_down.webp) no-repeat 10px 50%;
    background-size: 13px auto;
}

ul.alink li a:link,
ul.alink li a:visited {
    text-decoration: none;
}

ul.alink li a:hover {
    text-decoration: underline;
}


/* FAQ
======================================================= */

/* ページ内リンク */

.alink_faq ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.alink_faq ul li {
    margin: 0 0 15px;
    padding: 0 0 0 36px;
    background: url(../img/ico_faq_q.webp) no-repeat 0 0;
}


/* 開閉なし */

.faq_open {
    padding: 0 0 30px;
    border-bottom: 1px solid #ccc;
}

.faq_open .faq_q {
    margin: 0 0 15px;
    padding: 0 0 0 36px;
    background: url(../img/ico_faq_q.webp) no-repeat 0 0;
}

.faq_open .faq_a {
    margin: 0;
    padding: 0 0 0 36px;
    background: url(../img/ico_faq_a.webp) no-repeat 0 0;
}



/* お問い合わせ・資料請求設定
======================================================= */

.block .tel {
    width: 100%;
    margin: 0 0 10px;
    color: #333;        /* [14. CVエリア設定]　電話番号文字色 */
    text-align: left;
}
.block .tel a {
    background: url(../img/ico_tel.webp) 0 0.2em no-repeat;
    font-size: 28px;
    font-size: 2.8rem;
    padding: 0 0 0 22px;
}
.block .tel a,
.block .tel a:visited {
    color: #333;        /* [14. CVエリア設定]　電話番号文字色 */
}
.block .tel span {
    display: block;
    font-size: 10px;
    font-size: 1.0rem;
    line-height: 1.3;
}

.f_contact .f_contact_in {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.f_contact .f_contact_in > div {
    margin: 0 auto 40px;
    max-width: 408px;
    width: 100%;
    padding: 15px 10px;
    border: 1px solid #e6e6e6;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.f_contact .f_contact_in .fcon {
    text-align: center;
}

.f_contact .fcon .tit {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 0 15px;
    line-height: 1;
}

.f_contact .fcon .tel {
    margin: 0 0 20px;
    line-height: 1;
    text-align: center;
}
.f_contact .fcon .tel br {
    display: none;
}

.f_contact .fcon .box_colum_btn a {
    display: block;
    padding: 10px 0px;
}

.f_contact .fcon .box_colum_btn a span {
    padding: 0 0 0 21px;
    background: url(../img/arw_w.webp) no-repeat 0 .2em;
    background-size: 13px auto;
}

.f_contact .fcon .box_colum_btn a:link,
.f_contact .fcon .box_colum_btn a:visited {
    text-decoration: none;
}

.f_contact .fcon .box_colum_btn a:hover {
    text-decoration: underline;
}


/* BLOCK内スタイル設定
======================================================= */

span.texts {
    font-size: 1.0rem;
    line-height: 1.3;
}
span.textn {
    font-size: 1.4rem;
}
span.textl {
    font-size: 1.8rem;
}
span.textll {
    font-size: 2.4rem;
}
span.textxl {
    font-size: 2.8rem;
}
span.textxxl {
    font-size: 3.2rem;
}

table {
    width: 100%;
    padding: 0;
    border-collapse: collapse;
}

table.nbr,
table.tbr table.nbr {
    border-collapse: collapse;
    border-top: none;
    border-left: none;
}

table.nbr th,
table.tbr table.nbr th {
    padding: 0;
    color: #333;
    border-right: none;
    border-bottom: none;
}

table.nbr td,
table.tbr table.nbr td {
    padding: 0;
    color: #333;
    border-right: none;
    border-bottom: none;
}

table.tbr,
table.nbr table.tbr {
    border-collapse: collapse;
    border-top: 1px solid #e6e6e6;  /* [13. 表組み設定]　枠線色 */
    border-left: 1px solid #e6e6e6; /* [13. 表組み設定]　枠線色 */
}

table.tbr th,
table.nbr table.tbr th {
    font-weight: bold;
    padding: 10px;
    color: #333;    /* [13. 表組み設定]　th文字色 */
    border-right: 1px solid #e6e6e6;   /* [13. 表組み設定]　枠線色 */
    border-bottom: 1px solid #e6e6e6;   /* [13. 表組み設定]　枠線色 */
    background: #f5f5f5;    /* [13. 表組み設定]　th背景色 */
}

table.tbr td,
table.nbr table.tbr td {
    padding: 10px;
    border-right: 1px solid #e6e6e6;    /* [13. 表組み設定]　枠線色 */
    border-bottom: 1px solid #e6e6e6;   /* [13. 表組み設定]　枠線色 */
}

table .tbr_130{
    width: 130px;
}

.scroll-table {
    overflow: auto;
    white-space: nowrap;
}

table.tbr_blue{
    border-left: none;
}

table.tbr_blue tr th{
    text-align: center;
    color: #fff;
    background: #004ba0;
}

table.tbr_blue td{
    border-right: none;
}

table.tbr_blue tr.gray{
    background: #f5f5f5;
}

table.un_tbr_updown th,
table.un_tbr_updown td {
    display: block;
}

/*テーブルbasic02設定*/

table.tbr {
    width: 100%;
}

table.sp_tbr th,
table.sp_tbr td {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

table.sp_tbr td[data-title]:before {
    color: #666;
    content: attr(data-title) " :";
    font-weight: bold;
    padding: 0 10px 0 0;
    text-transform: none;
    display: block;
    float: left;
}

table.sp_tbr td span {
    display: block;
    overflow: hidden;
}

.img_border img{
    border: 1px solid #ddd;
}

iframe {
    overflow: hidden;
    max-width: 99%;
    height: auto;
    border: 1px solid #ccc;
}

.yt iframe {
    overflow: hidden;
    max-width: 99%;
	height: inherit;
    border: 1px solid #ccc;
}

iframe.google_map {
    overflow: hidden;
    max-width: 99%;
    height: auto;
	aspect-ratio: 1 / 1;
    border: 1px solid #ccc;
}

.photo-r,
.photo-l,
.photo-c {
    width: auto !important;
    font-size: 1.1rem;
    line-height: 1.3;
    margin: 0 auto 20px;
    text-align: center;
    color: #333;
}
.photo-r img,
.photo-l img,
.photo-c img {
    display: block;
    margin: 0 auto;
}

.photo-r_txt,
.photo-l_txt{
    margin: 0 auto 20px;
    text-align: center;
}

.photo-r_txt img,
.photo-l_txt img,
.photo-c_txt img{
    display: block;
    margin: 0 auto 10px;
}

.photo-r_txt p,
.photo-l_txt p,
.photo-c_txt p{
    font-size: 1.4rem;
    text-align: center;
}

/* 2カラム用 */

.photo_2col_l{
    margin: 0 0 20px 0;
}

.photo_2col_l img,
.photo_2col_r img{
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.photo_2col_l p,
.photo_2col_r p{
    font-size: 1.4rem;
    text-align: center;
}

/* 3カラム用 */

.photo-c_txt{
    margin: 0 0 30px 0;
    text-align: center;
}

.photo-r_img{
    margin: 0 auto;
    text-align: center;
}

.photo-3col_txt{
    font-size: 1.4rem;
    margin: 10px 0 20px;
}

/* 4カラム用 */

ul.photo_4col{
    width: 102%;
    margin: 0 0 0 -2%;
    padding: 0;
}

ul.photo_4col li{
    float: left;
    list-style: none;
    width: 48%;
    margin: 0 0 20px 2%;
    text-align: center;
}

ul.photo_4col li img{
    display: block;
    margin: 0 auto;
}

/* リンク定義
======================================================= */

ul.link_un {
    margin: 5px 0;
    padding: 0;
    list-style-type: none;
}

ul.link_un li {
    margin: 0 0 5px;
}

.arw a {
    padding: 0 0 0 16px;
    background: url(../img/arw.webp) no-repeat 0 .3em;
    background-size: 6px auto;
}

.blank a {
    padding: 0 0 0 16px;
    background: url(../img/ico_blank.png) no-repeat 0 center;
}

.pdf a {
    padding: 0 0 0 21px;
    background: url(../img/ico_pdf.png) no-repeat 0 2px;
    background-size: 14px auto;
}

.pdfred a {
    padding: 0 0 0 21px;
    background: url(../img/ico_pdf_red.png) no-repeat 0 2px;
    background-size: 14px auto;
}


/* 引用定義
======================================================= */

.quote {
    padding: 15px;
    border: 5px solid #f5f5f5;
}

blockquote {
    padding: 37px 35px;
    margin: 0 8px 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}


/* お問い合わせ設定
======================================================= */

/* お問い合わせ table */

form table.tbr span {
    float: right;
    color: #fff;
    font-size: 1.1rem;
    background: #c00;
    padding: 2px 7px;
}

form ul,
form ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

form input,
form select,
form label {
    width: 80%;
    padding: 5px;
    font-size: 1.4rem;
    vertical-align: middle;
}

form select#month,
form select#day {
    width: 30%;
}

form textarea {
    width: 90%;
    padding: 5px;
    font-size: 1.6rem;
    vertical-align: middle;
    resize: vertical;
}

form input[type="tel"] {
    width: 20%;
}

form input[type="radio"],
form input[type="checkbox"] {
    width: 20px;
    height: 20px;
    -moz-transform-origin: left center;
    -moz-transform: scale( 1 , 1 );
    -webkit-transform-origin: left center;
    -webkit-transform: scale( 1 , 1 );
}

form ul.list_inline li {
    float: left;
    margin: 0 30px 0 0;
}

form ul.list_inline li input[type="checkbox"] {
    margin: 0 10px 0 0;
}

dl.subform {
    width: 100%;
    padding: 0 0 5px;
}

dl.subform dt {
    font-weight: bold;
}

form .agree_box {
    padding: 15px 10px;
    text-align: center;
    border: 1px solid #e6e6e6;
}

form .agree_box input[type="checkbox"] {
    margin: 0 5px 0 0;
    -moz-transform-origin: left center;
    -moz-transform: scale( 1 , 1 );
    -webkit-transform-origin: left center;
    -webkit-transform: scale( 1 , 1 );
}

form input.btn {
    display: block;
    margin: 0 auto;
    padding: 20px 60px 20px 81px;
    color: #fff;
    background: #666 url(../img/arw_wb.webp) no-repeat 60px 50%;
    border: none;
}

form p.back {
    margin: 30px 0 0;
    text-align: center;
}

form p.back a {
    padding: 0 0 0 21px;
    background: url(../img/arw.webp) no-repeat 0 .2em;
    background-size: 13px auto;
}


/* お問い合わせ error */

#form_flow {
    font-size: 77%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#form_flow li {
    float: left;
    width: 28%;
    list-style-type: none;
}

#form_flow li.arw {
    width: 8%;
    padding: 7px 0 0 0;
    text-align: center;
}

#form_flow li .inner {
    padding: 5px 0;
    text-align: center;
    border: 1px solid #d2d2d2;
}

label.error {
    border: 1px solid #ff8383;
    background: #ffe8e8;
    display: inline-block;
}

input.error {
    border: 1px solid #ff8383;
    background: #ffe8e8;
}

select.error {
    border: 1px solid #ff8383;
    background: #ffe8e8;
}

textarea.error {
    border: 1px solid #ff8383;
    background: #ffe8e8;
}

.contactform ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.contactform input {
    vertical-align: middle;
}

.err_block {
    clear: both;
    margin-bottom: 17px;
    padding: 12px;
    background: #ffe8e8;
}

.err_block p {
    font-size: 100%;
    line-height: 1.6;
    color: #f00;
}

.err_block p.err_tit {
    font-size: 100%;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 5px 0;
    padding: 2px 0 2px 10px;
    color: #fff;
    background: #f00;
}


/* 真ん中
======================================================= */

.tal {
    text-align: left !important;
}

.tac {
    text-align: center !important;
}

.tar {
    text-align: right !important;
}



/* TOPへ戻る
======================================================= */

.top_back {
    clear: both;
    padding: 30px 0 70px;
    text-align: center;
}

body.en_un .top_back {
    clear: both;
    padding: 25px 0;
    text-align: center;
}

.top_back a {
    padding: 0 15px;
}

body.dl_notice .blockend {
    display: none;
}



/* 汎用スタイル設定
======================================================= */

.tac { text-align: center; }
.tal { text-align: left; }
.ter { text-align: right; }

.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }

.red {
    color: #cb0000;
}

.sp_none { display: none; }
.clearfix {
    zoom: 1;
}
.clearfix:after {
    display: block;
    clear: both;
    content: '';
}
*:after {
    display: block;
    clear: both;
}

.link_ind {
    padding: 0 0 0 1em;
    text-indent: -1em;
}

/* Youtube
======================================================= */
.youtube_frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube_frame iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* top-a設定
======================================================= */

.back_gray {
    background: #f5f5f5;
    padding: 50px 0; 
}

.back_gray_topics {
    background: #f5f5f5;
    padding: 10px 0 50px; 
}

.main_menu{
    padding: 0;
    margin: 0;
}

.main_menu li{
    height: 50px;
    list-style: none;
    position: relative;
    margin-bottom: 10px;
}

.main_menu li a{
    display: block;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 0 0 0 16px;
    background: url(../img/arw_w.webp) no-repeat 0 50%;
    background-size: 8px 15px;
    position: absolute;
    top: 51%;
    left: 33px;
    transform: translate(-18%,-51%);
    text-decoration: none;
}

.main_menu li.main_menu_label a{
    background: url(../img/ico_blank_w.webp) no-repeat 0 50%;
    background-size: 11px 11px;
}

.main_menu li.main_menu1{
    background: #8c929a url(../img/img_sp_menu1.webp) no-repeat 100% 50%;
    background-size: 100%;
}

.main_menu li.main_menu2{
    background: #80868d url(../img/img_sp_menu2.webp) no-repeat 100% 19%;
    background-size: 100%;
}

.main_menu li.main_menu3{
    background: #878d95 url(../img/img_sp_menu3.webp) no-repeat 100% 50%;
    background-size: 100%;
}

.main_menu li.main_menu4{
    background: #868a91 url(../img/img_sp_menu4.webp) no-repeat 100% 50%;
    background-size: 100%;
}

.main_menu li.main_menu5{
    background: #838b94 url(../img/img_sp_menu5.webp) no-repeat 100%;
    background-size: 100%;
}

.main_menu li.main_menu6{
    background: #7b818b url(../img/img_sp_menu6.webp) no-repeat 100% 80%;
    background-size: 100%;
}

.main_menu li.main_menu_label{
    background: #53acb7 url(../img/img_sp_menu_label.webp) no-repeat 100% 50%;
    background-size: 100%;
}


.main_menu li .menu_name{
    position: absolute;
    top: 51%;
    left: 33px;
    transform: translate(-18%,-51%);
}

.main_menu li.main_menu_label .menu_name{
    transform: translate(-8%,-51%);
}

.main_menu li .menu_name2{
    position: absolute;
    top: 51%;
    left: 29px;
    transform: translate(-11%,-51%);
}


.back_gray_pickup {
    background:#f5f5f5 url(../img/img_pickup_back.webp) no-repeat 100% -1%;
    background-size: 140px 145px;
    padding-top: 40px; /*追加*/ 
}

.back_gray_products {
    background-color:#f5f5f5;
}

.exhibition,
.exhibition_eng {
    padding: 30px 15px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.exhibition h2,
.exhibition_eng h2 {
    margin: 0 0 10px;
    font-size: 2.0rem;
}

.exhibition ul,
.exhibition_eng ul {
    margin: 0;
    padding: 0;
}

.exhibition ul li,
.exhibition_eng ul li {
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
}

.exhibition ul li:last-child,
.exhibition_eng ul li:last-child{
    margin-bottom: 0;
}

.exhibition ul li:last-child,
.exhibition_eng ul li:last-child {
    margin-bottom: 0;
}

.exhibition ul li span,
.exhibition_eng ul li span {
    font-size: 12px;
    font-size: 1.2rem;
    color: #777;
    display: block;
    margin: 5px 0 0 0;
}

#main_eng .exhibition ul li {
    margin: 0 0 15px;
    padding: 0 0 0 12px;
    background: url(../img_arw.webp) no-repeat 0 9px;
}

.main_eng .exhibition ul li:last-child{
    margin-bottom: 0;
}

.exhibition ul li a,
.exhibition_eng ul li a {
    display: block;
    padding: 0 0 0 11px;
    background: url(../img/arw.webp) no-repeat 0 3px;
}


.exhibition_box ul.exhibition_ul{
    margin: 0;
    padding: 0;
}

.exhibition_box ul.exhibition_ul li{
    margin: 0 0 15px;
    padding: 0 0 0 12px;
    background: url(../img/square_li_w.webp) no-repeat 0 9px;
    
}

.exhibition_box ul.exhibition_ul li:last-child{
    margin: 0;
}

.exhibition_box ul.exhibition_ul li a{
    line-height: 30px;
    padding: 0;
    color: #fff;
    line-height: 1.5;
}

.exhibition_box ul.exhibition_ul li span{
    color: #fff;
}


.exhibition_box {
    position: relative;
    padding: 30px 23px 35px 23px;
    background: #004ba0;
    color: #fff;
    margin-bottom: 15px;
}

.main .block .exhibition_box h3{
    color: #fff;
    font-size: 1.4rem;
    padding-bottom: 20px;
    margin: 0 0 20px 0;
    padding: 0;
    border: none;
	font-weight: normal;
}

.main .exhibition_box h3:before{
    content: '';
    position: absolute;
    top: 38px;
    display: inline-block;
    width: 18px;
    height: 2px;
    background-color: #fff;
    left:0;
}

.exhibition_box p a{
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    color: #fff;
}

.exhibition_box p.day{
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    margin: 20px 0 0 0;
    padding: 0;
}

.exhibition_box img{
    position: absolute;
    right: 1px;
    bottom: 1px;
}



.bnr_news{
    margin: 0 auto;
    padding: 10px 0;
}

.bnr_news ul{
    padding: 0;
    margin: 0;
}

.bnr_news ul li{
    list-style: none;
    padding: 0 0 20px 0;
    text-align: center;
}

.bnr_news ul li:last-child{
    list-style: none;
    padding: 0 0  0;
    text-align: center;
}

.top_pickup {
    padding: 50px 0;
}

.pick_product{
    margin: 40px auto 0;
    padding: 0;
}

.pick_product ul{
    padding: 0;
    margin: 0;
}

.pick_product li{
    list-style: none;
    margin-bottom: 20px;
}

.pick_product img{
    margin: 0 0 17px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.pick_product li p a{
    font-size: 16px;
    background:  url(../img/arw.webp) no-repeat 0;
    padding : 0 0 0 13px;
    
    text-decoration: underline;
}

.pick_product li p .pickup_img {
    background:  none;
    padding : 0;
}

.pick_product li p{
    font-size:12px;
}

.pick_product li p.tit{
    margin: 0 0 18px 0;
    text-align: left;
}

.pick_product li p.img{
    text-align: center;
}

.top_navi {
    padding: 10px 0;
}

.navi_scene{
    max-width: 521px;
    margin: 40px auto;
    padding: 0;
}

.navi_scene li{
    list-style: none;
    padding: 0;
    position: relative;
}
.navi_scene li.double_boder {
    display: none;
}

.navi_scene li .topnav_bgimg01,
.navi_scene li .topnav_bgimg02,
.navi_scene li .topnav_bgimg03 {
    width: 100%;
    margin: 0 0 16px;
    padding: 39% 0 48%;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 10px #fff, -1px 1px 10px #fff, 1px -1px 10px #fff, -1px -1px 10px #fff;
}
.navi_scene li .topnav_bgimg01 {
    background: url(../img/img_scene1.webp) no-repeat 0 center;
    background-size: 100% 100%;
}
.navi_scene li .topnav_bgimg02 {
    padding: 58% 0 38%;
    background: url(../img/img_sp_scene2.webp) no-repeat 0 center;
    background-size: 100% 100%;
}
.navi_scene li .topnav_bgimg03 {
    margin: 0 0 60px;
    padding: 48% 0 42%;
    background: url(../img/img_sp_scene3.webp) no-repeat 0 center;
    background-size: 100% 100%;
}


.navi_scene li p img.scene_btn{
    width: 230px;
    padding: 0 15px;
    margin: 0;
    position: absolute;
    bottom: 0;
}

.top_navi .navi_btn{
    width: 251px;
    margin: 40px auto 0 auto;
    padding: 25px 0px 25px 3%;
    background: #004ba0 url(../img/arw_w.webp) no-repeat 13% 47%;
    background-size: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.top_navi  .navi_btn a{
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    padding: 0;
    margin: 0;
}

ul.navi_scene li .btn_scene{
    position: absolute;
    left: 10%;
    bottom: -16px;
    z-index: 1;
    width: 80%;
    background: #fff;
    text-align: center;
}

ul.navi_scene li .btn_scene p{
    display: table;
    width: 100%;
    padding: 16px 0 17px;
    background: #0a3c76;
    box-shadow: 0px 0px 10px rgba(8,1,3,0.2);
    -moz-box-shadow: 0px 0px 10px rgba(8,1,3,0.2);
    -webkit-box-shadow: 0px 0px 10px rgba(8,1,3,0.2);
}

ul.navi_scene li .btn_scene a{
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    text-decoration: none;
    text-align: center;
}

ul.navi_scene li .btn_scene a span{
    display: inline-block;
    text-align: left;
    background: url(../img/arw_white.webp) 0 50% no-repeat;
    padding: 0 0 0 14px;
}


.top_products {
    padding: 50px 0;
}

.top_products .products_list{
    width: 100%;
    overflow:hidden;
    margin: 40px auto 0;
    padding: 0;
}

.top_products .products_list ul{
    padding: 0;
    margin: 0;
}

.top_products .products_list li{
    position: relative;
    height: 70px;
    list-style: none;
    margin: 0 0 10px 0;
    background: #fff;
    overflow: hidden;
}

.top_products .products_list img{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 40%;
    height: auto;
    max-width: inherit;
}

.top_products .products_list li p a{
    text-decoration: underline;
}

.top_products .products_list li p.pick_tit{
    display: table;
    width: 55%;
    height: 70px;
    margin: 0 0 0 45%;
    padding-left:0.95em;
    text-indent:-0.95em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.top_products .products_list li p.pick_tit a{
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px 0 0;
}

.top_products .products_list li p.pick_tit a:before{
    content: '';
    display: inline-block;
    width: 5px;
    height: 9.5px;
    background-image: url(../img/arw.webp);
    background-size: contain;
    vertical-align: middle;
    margin-right: 9px;
}

.top_products .products_list li p.pick_txt{
    font-size:14px;
    padding: 15px 20px 20px;
}

.top_products  .products_btn{
    width: 251px;
    margin: 40px auto 0 auto;
    padding: 25px 0px 25px 3%;
    background: #004ba0 url(../img/arw_w.webp) no-repeat 13% 47%;
    background-size: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.top_products  .products_btn a{
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    padding: 0;
    margin: 0;
}


.com_name{
    margin-top: 50px;
}

.com_list{
    margin: 15px 0 40px;
}

.com_list ul{
    width: 105%;
    padding: 0;
    margin: 0 0 0 -5%;
    overflow: hidden;
}

.com_list li{
    position: relative;
    width: 45%;
    float: left;
    list-style: none;
    padding: 48px 0 14px 0;
    margin: 0 0 10px 5%;
    border: solid 1px #ddd;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.com_list li::before{
    content: "";
    position: absolute;
    left: 2px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #ddd;
}

.com_list li a{
    display:block;
    text-decoration: none;
    margin: 0 auto;
}

.com_list .com_list_mas{
    background: url(../img/ico_com_list1.webp) no-repeat 50% 25%;
}
.com_list .com_list_idea{
    background: url(../img/ico_com_list2.webp) no-repeat 50% 25%;
}

.com_list .com_list_com{
    background: url(../img/ico_com_list3.webp) no-repeat 50% 25%;
}

.com_list .com_list_office{
    background: url(../img/ico_com_list4.webp) no-repeat 50% 25%;
}

.com_list .com_list_his{
    background: url(../img/ico_com_list5.webp) no-repeat 50% 25%;
}

.com_list .com_list_exhi{
    background: url(../img/ico_com_list6.webp) no-repeat 50% 25%;
}

.top_bnr {
    background: #fff;
    padding: 27px 15px;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 0 0 20px 0;
}

.top_bnr :last-child{
    margin: 0 0  0;
}



.top_bnr .bnr_txt{
    font-size: 12px;
    padding: 15px 0 0 0;
}

.top_bnr_tips {
    background: #fff;
    padding: 30px 15px;
    margin: 15px 0 0 0; 
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.top_bnr_tips .bnr_txt{
    font-size: 12px;
    padding: 15px 0 0 0;
}

.top_bnr .bnr_tit a{
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    background: url(../img/arw_white.webp) no-repeat 0 .3em;
    padding: 0 0 0 17px;
    position: absolute;
    top: 37%;
    -webkit-transform: translateY(-37%);
    transform: translateY(-37%);
    left: 30px; 
}

.top_bnr .sp_img01 {
    height: 120px;
    background: url(../img/bnr_sp_reason.webp) no-repeat;
    background-size: cover;
}

.top_bnr .sp_img02 {
    height: 120px;
    background: url(../img/bnr_sp_tips.webp) no-repeat;
    background-size: cover;
}

/*　下層共通　*/

.main .block h2.list_product{
    border-top: 3px solid #004ba0;
    border-bottom: 3px solid #004ba0;
    border-left: none;
    padding: 18px 0 17px 43px;
    background: url(../img/ico_list_product.webp) no-repeat 16px 50%;
}

.main .block h2.list_about{
    padding: 9px 0 9px 47px;
    background: url(../img/ico_list_about.jpg) no-repeat 0px;
}

.main .block h2.bg_blue{
    background: #004ba0;
    color: #fff;
    border-bottom: none;
    margin: 0 0 25px;
    padding: 6px 18px 7px 20px;
}


/* ページ内リンク_青 */

ul.link_int_b {
    padding: 20px 0 0;
    margin: 0;
}

ul.link_int_b li{
    list-style: none;
    margin: 0 0 10px;
    border: 1px solid #004ba0; 
}

ul.link_int_b li:last-child{
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.link_int_b li a{
    display: block;
    text-align: center;
    padding: 18px 0 17px;
    text-decoration: none;
    background: #004ba0;
    color: #fff;
}

ul.link_int_b li a span{
    padding: 0 0 0 19px;
    background: url(../img/arw_down_w.webp) left 50% no-repeat ; 
}

ul.link_int_b_2line{
    padding: 0;
    margin: 0;
}

ul.link_int_b_2line li{
    list-style: none;
    margin: 0 0 15px;
    border: 1px solid #004ba0; 
}

ul.link_int_b_2line li:last-child{
    list-style: none;
    margin: 0;
}

ul.link_int_b_2line li a{
    display: block;
    text-align: center;
    padding: 18px 0 17px;
    text-decoration: none;
    background: #004ba0; 
    color: #fff;
}

ul.link_int_b_2line li a span{
    padding: 0 0 0 19px;
    background: url(../img/arw_down_w.webp) left 50% no-repeat ; 
}

ul.link_int_b_2line li a span.sub{
    display: block;
    text-align: left;
    font-size: 1.4rem;
    padding: 0;
    margin: 12px 24px 0 24px;
    background: none;
}

ul.link_int_b_col3{
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
}

ul.link_int_b_col3 li{
    float: left;
    display: table;
    width: 46%;
    list-style: none;
    margin: 0 5px 10px;
    border: 1px solid #004ba0; 
    background: #004ba0; 
}

ul.link_int_b_col3 li a{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 18px 0 17px;
    text-decoration: none;
    color: #fff;
}

ul.link_int_b_col3 li a span{
    padding: 0 0 0 19px;
    margin: 0 2%;
    background: url(../img/arw_down_w.webp) left 50% no-repeat ; 
}

/* ページ内リンク_青 980px*/

ul.link_int_b_980col3{
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
}

ul.link_int_b_980col3 li{
    float: left;
    display: table;
    width: 98%;
    list-style: none;
    margin: 0 5px 10px;
    border: 1px solid #004ba0; 
    background: #004ba0; 
}

ul.link_int_b_980col3 li a{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 10px 0 9px;
    text-decoration: none;
    color: #fff;
}

ul.link_int_b_980col3 li a span{
    padding: 0 0 0 19px;
    margin: 0 2%;
    background: url(../img/arw_down_w.webp) left 50% no-repeat ; 
}
/* ページ内リンク_白 */

ul.link_int{
    padding: 20px 0 0;
    margin: 0;
}

ul.link_int li{
    list-style: none;
    margin: 0 0 10px;
}

ul.link_int li:last-child{
    list-style: none;
    margin: 0;
}

ul.link_int li a{
    display: block;
    text-align: center;
    padding: 18px 0 17px;
    text-decoration: none;
    border: 1px solid #ddd;
}

ul.link_int li a span{
    padding: 0 0 0 19px;
    background: url(../img/arw_down.webp) left 50% no-repeat ; 
}

ul.link_int_2line{
    padding: 0;
    margin: 0;
}

ul.link_int_2line li{
    list-style: none;
    margin: 0 0 15px;
}

ul.link_int_2line li:last-child{
    list-style: none;
    margin: 0;
}

ul.link_int_2line li a{
    display: block;
    text-align: center;
    padding: 18px 0 17px;
    text-decoration: none;
    border: 1px solid #ddd;
}

ul.link_int_2line li a span{
    padding: 0 0 0 19px;
    background: url(../img/arw_down.webp) left 50% no-repeat ; 
}

ul.link_int_2line li a span.sub{
    display: block;
    text-align: left;
    font-size: 1.4rem;
    padding: 0;
    margin: 12px 24px 0 24px;
    background: none;
}

ul.link_int_col3{
    width: 98%;
    padding: 0;
    margin: 0;
    padding: 0 0 0;
}

ul.link_int_col3 li{
    float: left;
    display: table;
    width: 48%;
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0 0 0 2%;
}

ul.link_int_col3 li a{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 18px 0 17px;
    text-decoration: none;
    border: 1px solid #ddd;
}

ul.link_int_col3 li a span{
    padding: 0 0 0 19px;
    background: url(../img/arw_down.webp) left 50% no-repeat ; 
}
.block_num {
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.block_num .block_num_inner{
    border: 8px solid #ddd;
    padding: 24px;
    margin: 0 0 20px 0;
}

.block_num .block_num_inner:last-child{
    margin: 0;
}

.block_num .block_num_inner p{
    font-size: 1.4rem;
}

.block_num .block_num_inner p.tit{
    font-size: 1.4rem;
}

.block_num .block_num_inner .tit_area{
    display: table;
    width: 100%;
    height: 40px;
    margin: 0 0 20px;
}

.block_num .block_num_inner .tit_area .num{
    display: table-cell;
    vertical-align: top;
    width: 40px;
}

.block_num .block_num_inner .tit_area .num p{
    width: 40px;
    height: 40px;
    background: #004ba0;
    text-align: center;
    font-size: 2.0rem;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    padding: 3px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main .block .block_num .block_num_inner h4,
.block_num .block_num_inner h4{
    display: table-cell;
    vertical-align: middle;
    font-size: 1.4rem;
    font-weight: bold;
    vertical-align: middle;
    line-height: 1.7;
    padding: 0 0 0 16px;
}

.block_num .block_num_inner h4 br{
    display: none;
}

.list_product_inner {
    margin: 0 0 40px 0;
}

.list_product_inner .img{
    width: 240px;
    margin: 0 auto 15px;
}

.list_product_inner .img img{
    max-width: 100%;
    height: auto;
}

.list_product_inner  .txt{
    margin: 15px 0 0 0;   
}

.list_product_inner .arw a{
    display: inline-block;
}

.list_product_inner p a span {
    padding: 0 0 0 16px;
    text-align: left;
    display: block;
    background: url(../img/arw.webp) left 50% no-repeat;
}


/* カタログダウンロード */

.dl_2col{
    width: 102%;
    margin: 0 0 0 -2%;
}

.dl_2col .dl_2col_inner{
    margin: 0 0 30px 2%;
    text-align: center;
    width: 48%;
    float: left;
}

.dl_2col .dl_2col_inner p{
    margin: 15px 0 0 0;
}

.dl_3col{
    width: 103%;
    margin: 0 0 0 -3%;
}

.dl_3col .dl_3col_inner{
    width: 30.33333%;
    width : -webkit-calc(100% / 3 - .01px - 3%) ;
    width: calc(100% / 3 - .01px - 3%);
    margin: 0 0 30px 3%;
    text-align: center;
    max-width: 290px;
    float: left;
}

.dl_3col .dl_3col_inner p{
    margin: 15px 0 0 0;
}

.dl_2col .dl_2col_inner a,
.dl_3col .dl_3col_inner a{
    display: inline-block;
    text-align: left;
}

.dl_3col .dl_3col_inner br{
    display: none;
}

/* 製品情報 */

.list_products{
}

.list_products .list_products_inner{
    background: #f5f5f5 url(../img/arw.webp) 97% 50% no-repeat;
    border: 1px solid #ddd;
    padding: 15px 10px;
    margin: 0 0 20px 0;
    text-align: center;
}

.list_products .list_products_inner img{
    margin: 0 0 10px;
}

.list_products .list_products_inner p.tit a{
    font-weight: bold;
    text-decoration: none;
}

.list_products .list_products_inner p.tit a br {
    display: none;
}

.list_products .list_products_inner p.txt{
    text-align: left;
    font-size: 1.4rem;
    margin: 10px 15px 0 0;
    overflow: auto;
    width: 100%;
}

/* 高速連続式サーマルプリンタ */

.main .block h2.h2_blue{
    color: #004ba0;
}

.product_detail {
    background: #f5f5f5;
    margin: 0 0 30px 0;
    padding: 20px 6% 12px;
}

.product_detail .img_area {
    text-align: center;
    margin: 0 0 20px;
}

.product_detail .txt_area {
}

.product_detail .name{
    text-align: center;
    margin: 0 0 15px;
}

.product_detail .name p{
    font-family: Oswald;
    font-size: 4rem;
    line-height: 1;
}

.product_detail .txt{
    margin: 0 0 15px;
}

.product_detail ul.list_blue{
    width: 102%;
    margin: 0 0 0 -2%;
    padding: 0;
    text-align: center;
    letter-spacing: -.4em;
}

.product_detail ul.list_blue li{
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    width: 48%;
    margin: 0 0 2% 2%;
    padding: 1%;
    background: #004ba0;
    list-style: none;
    color: #fff;
    font-size: 1.3rem;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul.sample_ex{
    display: table;
}

ul.sample_ex li{
    list-style: none;
    margin: 0 0 20px 0;
}

ul.sample_ex li:last-child{
    list-style: none;
    margin: 0;
}

ul.sample_ex li span{
    font-weight: bold;
}


/* サーマルプリンタ　タブ */

.tab_border{
    margin: 0 0 25px;
    border-bottom: 1px solid #ddd;
}

ul.tab_area{
    margin: 0 0 -1px -3px;
    padding: 0;
}

ul.tab_area li{
    display: block;
    font-size: 1.4rem;
    margin: 0 0 0 3px;
    padding: 9px 9px 8px;
    list-style: none;
    float: left;
    color:#333;
    background:#f5f5f5;
    text-align:center;
    border-top: #ddd 1px solid;
    border-left: #ddd 1px solid;
    border-right: #ddd 1px solid;
}

ul.tab_area li:has(input:checked){
    list-style: none;
    background:#fff;
    float: left;
    border-bottom: #fff 1px solid;
    padding: 9px 9px 8px;
    position:relative;
    z-index:1;
}

.en_un ul.tab_area li{
    padding: 9px 9px 8px;
    margin: 0 0 0 3px;
}

ul.tab_area li.selected{
    list-style: none;
    margin: 0 0 0 3px;
    background:#fff;
    float: left;
    border-bottom: #fff 1px solid;
    padding:9px 9px 8px;
    position:relative;
    z-index:1;
    font-size: 1.4rem;
}

ul.tab_area li a{
    text-decoration: none;
}

.main .tab_content .block h2{
    margin: 40px 0 15px;
    clear: both;
}

.main .tab_content .block h2:first-child,
.main .tab_content .block .photo-l + h2,
.main .tab_content .block .photo-r + h2,
.main .tab_content .block .photo-c + h2{
    margin: 0 0 15px;
}

.tab_content + #aptoenqform{
    margin: -20px 0 0;
}

.tab_content #aptoenqform{
    display: block!important;
}

.panel {
    background: #fff;
    position:relative;
    z-index:0;
    padding: 30px 0 0 0;
    border-top: #ddd 1px solid;
}

/* サーマルプリンタ印字動作イメージ */

.product_image{
    overflow: hidden;
}

.product_image_inner{
    margin: 0 0 20px 0;
}

.main .block .product_image .product_image_inner h3{
    display: block;
}

.main .block .product_image .product_image_inner iframe{
    margin: 15px 0 0 0;
}

.printanime_yt .printanime_yt_inner {
        margin: 0 0 40px 0;
}

.yt_lity {
        text-align: center;
}

.yt_lity a {
        background: none;
}

/* サーマルプリンタEUI2＋リンク*/
#eui2p_link {
    margin: 10px 0;
    color: #fff;
    text-align: center;
}

#eui2p_link a{
    margin: 0;
    padding: 5px 0;
    display: block;
    text-decoration: none;
    color: #fff;
    background: none;
    background: #004ba0;
    border: 1px solid #004ba0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#eui2p_link a:hover{
    color: #004ba0;
    background: #fff;
}

#eui2p_link a span{
    display: inline-block;
    padding: 0 5px 0 10px;
    background: url(../img/arw_w.webp) 3% 50% no-repeat;
    display: inline-block;
}


#eui2p_link a:hover span{
    background: url(../img/arw_b.webp)  3% 50% no-repeat;
    display: inline-block;
}

#eui2p_link a span.eui2p{
    display: inline-block;
    font-size: small;
    background: none;
}

/* 産業用インクジェットプリンタ */

.list_chara_detail {
    background: #f5f5f5;
    padding: 30px 20px;
}

.main .block h4.list_chara {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    background: #f5f5f5 url(../img/ico_list_chara.webp) 16px 19px no-repeat;
    padding: 9px 3px 6px 30px;
    margin: 0 0 20px 0;
}

.main .block .list_chara_detail h4,
.list_chara_detail h4{
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 0 15px 0;
}

.block_num .block_num_inner .tit_area .ico_ink{
    display: table-cell;
    vertical-align: top;
    width: 40px;
}

/* 外装表示のお悩み解決 */

.main .block h2.h2_ballon{
    color: #004ba0;
    text-align: left;
    margin: 0 0 30px 0;
    text-align: center;
}

.main .block h2.h2_ballon{
    position: relative;
    padding: 20px 10px 18px;
    background: #FFF;
    border: solid 1px #004ba0;
}

.main .block h2.h2_ballon br{
    display: none;
}

.main .block h2.h2_ballon:before{
    content: "";
    position: absolute;
    bottom: -28px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #FFF;
    z-index: 2;
}

.main .block h2.h2_ballon:after{
    content: "";
    position: absolute;
    bottom: -29px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #004ba0;
    z-index: 1;
}

.block_mdl {
    padding: 0;
    margin: 0 0 30px 0;
    position: relative;
}

.block_mdl .block_mdl_inner {
    border: 8px solid #ddd;
    padding: 24px;
    margin: 0 0 20px 0;
    position: relative;
}

.block_mdl .block_mdl_inner:first-child:after {
    content: '';
    width:  20px;
    height: 10px;
    background: url(../img/img_mdl_arw_down.png) no-repeat;
    
    position: absolute;
    bottom: -24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.block_mdl .block_mdl_inner:last-child{
    border: 8px solid #ddd;
    padding: 24px;
    margin: 0;
}

.block_mdl .block_mdl_inner p{
    font-size: 1.4rem;
}

.block_mdl .block_mdl_inner li{
    font-size: 1.4rem;
}

.block_mdl .block_mdl_inner p.img{
    text-align: center;
}

.block_mdl .block_mdl_inner .tit_area{
    display: table;
    width: 100%;
    height: 40px;
    margin: 0 0 20px;
}

.block_mdl .block_mdl_inner .tit_area .num{
    display: table-cell;
    vertical-align: top;
    width: 40px;
}

.block_mdl .block_mdl_inner .tit_area .num p{
    width: 40px;
    height: 40px;
    background: #004ba0;
    text-align: center;
    font-size: 20px;
    font-size: 2.0rem;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    padding: 3px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main .block .block_mdl .block_mdl_inner h4,
.block_mdl .block_mdl_inner h4{
    display: table-cell;
    vertical-align: middle;
    width: 230px;
    font-size: 1.4rem;
    font-weight: bold;
    vertical-align: middle;
    line-height: 1.3;
    padding: 0 0 0 16px;
}

.block_mdl .block_mdl_inner .tit_area .ico_mdl{
    display: table-cell;
    vertical-align: top;
    width: 56px;
}

.block_mdl .block_mdl_arw{
    position: absolute;
    top: 51%;
    left: 48%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mdl_img{
    text-align: center;
    margin: 0 0 15px 0;
}

.mdl_txt p.txt{
    font-weight: bold;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    border-bottom: #ddd 1px solid;
}

/* MDLシリーズの発泡スチロール印字 */

ul.list_blue_col5{
    margin: 0;
    padding: 0;
    width: 102%;
    margin: 0 0 0 -2%;
}

ul.list_blue_col5 li{
    width: 48%;
    float: left;
    list-style: none;
    margin: 0 0 5px 2%;
    padding: 18px 0 14px;
    background: #004ba0;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.list_circle{
    padding: 30px 0;
    border-top: 1px solid #ddd;
}

.list_circle:first-child{
    margin: 20px 0 0 0;
    padding: 30px 0;
    border-top: 1px solid #ddd;
}

.list_circle:last-child{
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}

.list_circle .num{
    width: 48px;
    padding: 8px 0;
    text-align: center;
    background: #004ba0;
    border-radius: 24px;
    float: left;
}

.list_circle .num p{
    font-size: 20px;
    font-size: 2.0rem;
    font-family: Oswald;
    color: #fff;
}

.main .block .list_circle .txt h4,
.list_circle .txt h4{
    font-size: 18px;
    font-size: 1.8rem;
    padding: 12px 0 20px 60px;
    font-weight: bold;
    background: none;
}

.list_flow_3col{
}

.list_flow_3col .photo_l{
    padding: 0 0 30px 0;
    background: url(../img/img_mdl_arw02_down.webp) 50% 100% no-repeat;
}
.list_flow_3col .photo_c{
    padding: 0 0 30px 0;
    margin: 13px 0 0 0 ;
    background: url(../img/img_mdl_arw02_down.webp) 50% 100% no-repeat;
}

.list_flow_3col .photo_r{
    margin: 13px 0 0 0;
}

.list_flow_3col .photo_l p.txt,
.list_flow_3col .photo_c p.txt,
.list_flow_3col .photo_r p.txt{
    font-size: 1.4rem;
    text-align: center;
    margin: 10px 0 0 0;
}


.list_flow_3col .photo_l p.img,
.list_flow_3col .photo_c p.img,
.list_flow_3col .photo_r p.img{
    text-align: center;
}

/* イーデーエムの提案する印字検査機 */

.block_num .block_num_inner .tit_area .ico_circle{
    display: table-cell;
    vertical-align: top;
    width: 40px;
}

.pc_melit{
    padding: 30px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.pc_melit img{
    margin: 15px 0 20px 0;
    text-align: center;
}

.pc_melit txt{
}

.pc_melit .txt ul{
    margin: 0;
    padding: 0;
}

.pc_melit .txt ul:first-child{
    margin: 0 0 20px;
    padding: 0;
}

.pc_melit .txt li{
    margin: 0;
    padding: 0;
    list-style: none;
}

.pc_melit .txt p{
    font-size: 1.4rem;
    font-weight: bold;
}

.pc_melit .txt li{
    font-size: 1.4rem;
}

.list_pc .list_pc_inner{
    margin: 20px 0 0;
}

.list_pc .list_pc_inner p.img{
    margin: 0 auto;
    width: 200px;
}

.list_pc .list_pc_inner p.tit{
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 0 14px;
}

.list_pc .list_pc_inner p.tit.tit02 {
    height: 21px !important;
}

.list_pc .list_pc_inner p.txt{
    font-size: 1.4rem;
    margin: 17px 0 0 0;
}

/*ラベル貼り自動化のすすめ*/

ul.link_blue{
    padding: 0;
    margin: 0;
}

ul.link_blue li{
    list-style: none;
    margin: 0 0 10px 0;
}

ul.link_blue li:last-child{
    list-style: none;
    margin: 0;
}

ul.link_blue li a{
    display: block;
    text-align: center;
    padding: 18px 0 17px;
    text-decoration: none;
    background: #004ba0;
}

ul.link_blue li a span{
    display: inline-block;
    padding: 0 0 0 19px;
    background: url(../img/arw_w.webp) left 50% no-repeat ; 
    color: #fff;
}

.link_tac{
    position: relative;
    overflow: hidden;
}

.link_tac ul.link_blue_tac{
    padding: 0;
    margin: 0 auto;
    float:left;
    left:50%;
    position:relative;
}

.link_tac ul.link_blue_tac li{
    list-style: none;
    width: 320px;
    left:-50%;
    position:relative;
}

.link_tac ul.link_blue_tac li a{
    display: block;
    text-align: center;
    padding: 18px 0 17px;
    text-decoration: none;
    background: #004ba0;
}

.link_tac ul.link_blue_tac li a span{
    padding: 0 0 0 19px;
    background: url(../img/arw_w.webp) left 50% no-repeat ; 
    color: #fff;
}

.photo_3col{
    width: 103%;
    margin: 0 0 0 -3%;
}

.photo_3col .photo_3col_inner{
    float: left;
    width: 47%;
    margin: 0 0 15px 3%;
    text-align: center;
}

.photo_3col .photo_3col_inner img{
    margin: 0 0 10px 0;
}

.photo_3col_s .photo_3col_s_inner{
    margin: 0 0 15px 0;
    text-align: center;
}

.photo_3col_s .photo_3col_s_inner img{
    margin: 0 0 10px 0;
}

.photo_3col_s .photo_3col_s_inner .arw a{
    display: inline-block;
    text-align: left;
}

.after_txt{
    font-size: 1.8rem;
    text-align: center;
    margin: 20px 0 20px 0;
    padding: 40px 0 0;
    background: url(../img/img_arw_double.webp) top no-repeat; 
}

/*ラベラー・ラベリングシステム導?までの流れ*/

.flow_product{
    margin: 30px 0 0;
    padding: 0 0 40px 0;
    background: url(../img/arw03_down.webp) bottom no-repeat;
}

.flow_product:last-child{
    margin: 30px 0 0;
    padding: 0;
    background: none;
}

.flow_product .num{
    display: table-cell;
    vertical-align: top;
    width: 48px;
}

.flow_product .num p{
    width: 48px;
    height: 48px;
    background: #004ba0;
    text-align: center;
    font-size: 2.0rem;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    padding: 8px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.flow_product p.tit{
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    padding: 0 20px;
    background: #f5f5f5;
    width: 100%;
}

.flow_product p.txt{
    margin: 20px 0 0 0;
}

.flow_blue p.txt {
    font-size: 18px;
    font-size: 1.8rem;
    color: #004ba0;
    border: 1px solid #004ba0;
    padding: 15px 0;
    text-align: center;
}

/*ラベラー貼付方法バリエーション*/

ul.list_check_g{
    width: 100%;
    background: #f5f5f5;
    padding: 30px 6%;
    margin: 0;
    border-top: 2px solid #004ba0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul.list_check_g li{
    list-style: none;
    margin: 0 0 30px;
    padding: 0 0 0 30px;
    background: url(../img/img_check.webp) 0 50% no-repeat;
}

ul.list_check_g li:last-child{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    background: none;
}

/*デモ動画のご紹介*/

.product_movie .movie_l h3{
    margin: 0 0 10px 0;
}

.product_movie .movie_l .name{
    margin: 0 0 20px 0;
}

.product_movie .movie_l .img{
    text-align: center;
}

.product_movie .movie_l .txt{
    font-size: 1.4rem;
    margin: 10px 0 20px;
}

.product_movie .movie_r h3{
    margin: 0 0 10px 0;
}

.product_movie .movie_r iframe{
    margin: 0 auto;
}

.product_movie .movie_r p.arw{
    margin: 15px 0 0 0;
    text-align: right;
}

ul.link_blue_2line{
    padding: 0;
    margin: 0;
}

ul.link_blue_2line li{
    list-style: none;
    margin: 0 0 10px 0;
}

ul.link_blue_2line li:last-child{
    list-style: none;
    margin: 0;
}

ul.link_blue_2line li a{
    display: block;
    text-align: center;
    padding: 18px 0 17px;
    text-decoration: none;
    background: #004ba0;
}

ul.link_blue_2line li a span{
    padding: 0 0 0 16px;
    background: url(../img/arw_w.webp) left 50% no-repeat ; 
    color: #fff;
}

ul.link_blue_2line li a span.sub{
    font-size: 13px;
    font-size: 1.3rem;
    padding: 0;
    background: none; 
    color: #fff;
}


/*ラベル制作*/
#bxslider_label {
    position: relative;
    margin: 0;
    padding: 0;
}

#bxslider_label ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
    z-index: 1;
}

#bxslider_label ul li img{
    width: 100%;
}

#bxslider_label .bx-controls-direction {
    display: none;
}

#bxslider_label .bx-controls .bx-pager {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 12px;
    margin: 0;
    padding: 0;
    list-style: outside none none;
    text-align: center;
}
#bxslider_label .bx-controls .bx-pager-item {
    display: inline;
}
#bxslider_label .bx-controls .bx-pager-item a {
    display: inline-block;
    overflow: hidden;
    width: 12px;
    height: 0 !important;
    margin: 0 4px;
    padding-top: 12px;
    outline: medium none;
}

html.ie #bxslider_label .bx-controls .bx-pager-item a {
    display: inline;
}
#bxslider_label .bx-controls .bx-pager-item a {
    background: url(../img/main_list.webp) no-repeat 0 0;
}
#bxslider_label .bx-controls .bx-pager-item a.active {
    background: url(../img/main_list_on.webp) no-repeat 0 0;
}

ul.label_anchor {
    width: 103%;
    margin: 40px auto 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}

ul.label_anchor li a {
    display: block;
    float: left;
    width: 47%;
    margin: 0 3% 10px 0;
    padding: 12px 0 23px;
    font-size: 13px;
    font-size: 1.3rem;
    border: 1px solid #004ba0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    background: url(../img/arw_down_b.webp) no-repeat center 87%;
}

ul.label_anchor li a:hover {
    color: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    background: #004ba0 url(../img/arw_down_w.webp) no-repeat center 87%;
}

ul.list_label_products {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}

ul.list_label_products li {
    display: table;
    float: left;
    width: 100%;
    margin: 0 20px 20px 0;
    padding: 20px 7% 20px 5%;
    border: 1px solid #ddd;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #f5f5f5 url(../img/arw.webp) 97% 50% no-repeat;
}

ul.list_label_products li .left {
    display: table-cell;
    vertical-align: middle;
    width: 30%;
}

ul.list_label_products li .right {
    float: right;
    width: 95%;
}

ul.list_label_products li .right p.tit {
    margin: 0 0 10px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
}

ul.list_label_products li .right p.tit a {
    text-decoration: none;
}

ul.list_label_products li .right p.txt {
    font-size: 12px;
    font-size: 1.2rem;
}
.label_top_tit {
    margin: 0 0 20px;
    padding: 0 0 11px;
}
.label_top_tit p {
    position: relative;
    padding: 12px 15px;
    font-size: 18px;
    font-size: 1.8rem;
    color: #004ba0;
    text-align: center;
    border: 1px solid #004ba0;
}
.label_top_tit p br {
    display: none;
}

.label_top_tit p:before,
.label_top_tit p:after{
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
}

.label_top_tit p:before{
    bottom: -12px;
    border-style: solid;
    border-color: transparent transparent #004ba0;
    border-width: 0 15px 12px 15px;
    transform: rotate(180deg);
}
.label_top_tit p:after{
    bottom: -10px;
    border-style: solid;
    border-color: transparent transparent #fff;
    border-width: 0 14px 11px 14px;
    z-index: 10;
    transform: rotate(180deg);
}

.label_flow {
    width: 100%;
    margin: 0 0 28px;
}

.label_flow p.tit {
    margin: 0 0 20px;
    font-size: 16px;
    font-size: 1.6rem;
    background: #f5f5f5;
}
.label_flow p.tit span {
    display: inline-block;
    width: 38px;
    margin: 0 20px 0 0;
    padding: 3px 0 4px;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: Oswald;
    color: #fff;
    text-align: center;
    background: #004ba0;
}

.label_flow .left {
    width: 100%;
    margin: 0 0 20px;
}

.label_flow .right {
    width: 100%;
    text-align: center;
}
.label_flow .txt {
    margin: 0 0 30px;
}

.certification {
    width: 88%;
    margin: 0 auto;
    padding: 20px 6%;
    background: #f5f5f5;
}

.certification .tit {
    margin: 0 0 20px;
    font-weight: bold;
}

.certification .left {
    width: 100%;
    margin: 0 0 20px;
}

.certification .right {
    width: 100%;
    text-align: right;
}

ul.label_support {
    display: table;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}

ul.label_support li {
    display: table;
    height: 72px;
    width: 100%;
    margin: 0 auto 20px;
    background: #004ba0;
    text-align: center;
}

ul.label_support li a {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    color: #fff;
    padding: 10px 0;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

ul.label_support li a span {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding: 0 0 0 22px;
    background: url(../img/arw_w.webp) left 50% no-repeat ;
}

ul.label_support li a:hover {
    color: #004ba0;
    text-decoration: none;
    background: #fff;
}
ul.label_support li a:hover span {
    padding: 0 0 0 22px;
    background: url(../img/arw_b.webp) left 50% no-repeat ;
}


/*ラベル素材ラインナップ*/


p.ico_roope {
    padding: 3px 0 2px 45px;
    background: url(../img/img_roope.gif) no-repeat 0 center;
}
.main .block h2.label_exclamation {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 0 30px;
    padding: 10px 0 10px 48px;
    background: #fff url(../img/ico_exclamation.webp) no-repeat 0 center;
    color: #333;
    border-bottom: 1px solid #ddd;
}

.label_printing {
    width: 100%;
    margin: 0 auto;
}

.label_printing .left {
    width: 100%;
    margin: 0 0 20px;
}
.label_printing .right {
    width: 100%;
    text-align: center;
}

.label_paper {
    width: 100%;
    margin: 0 auto 30px;
    padding: 0 0 30px;
    border-bottom: 1px solid #ddd;
}

.label_paper.last {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border-bottom: none;
}

.label_paper .left {
    position: relative;
    width: 70%;
    margin: 0 auto 20px;
    text-align: center;
}

.label_paper .left img {
    width: 100%;
    height: auto;
}

.label_paper .left p.roope {
    position: absolute;
    right: 0;
    bottom: 0;
}

.label_paper .right {
    width: 100%;
}

.label_paper .right p.tit {
    margin: 0 0 10px;
    font-weight: bold;
    text-align: center;
}

ul.label_yupo {
    width: 103%;
    margin: 0 auto 15px;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}

ul.label_yupo li {
    float: left;
    width: 31%;
    margin: 0 2% 15px 0;
}

ul.label_yupo li .img_box {
    width: 100%;
    position: relative;
    margin: 0 0 10px;
}


ul.label_yupo li img {
    width: 100%;
    height: auto;
}

ul.label_yupo li .img_box p.roope {
    position: absolute;
    right: 0;
    bottom: 0;
}

ul.label_yupo li p.txt_sozai {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
}

ul.label_yupo li p.txt_sozai br {
    display: none;
}

ul.label_yupo li p.txt {
    margin: 15px 0 0;
    font-size: 12px;
    font-size: 1.2rem;
}


/*商品ラベル*/

.label_intro {
   width: 100%;
   margin: 0 auto 20px;
}

.label_intro .left {
    width: 90px;
    margin: 0 0 10px;
    padding: 2px 0 0;
    text-align: center;
    color: #fff;
    background: #004ba0;
}
.label_intro .right {
    width: 100%;
    margin: 0;
}
.label_intro .right p {
    line-height: 1.6;
}

.label_product {
    border-top: 3px solid #004ba0;
    padding: 30px 0 0;
}

.label_product .tit{
    padding: 0 0 30px;
    margin: 0 0 20px;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    border-bottom: 3px solid #004ba0;
}
.label_product .tit span {
    display: block;
    line-height: 1;
    margin: 0 0 15px;
    color: #004ba0;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
}


.label_product dl.label_case {
    width: 100%;
}
.label_product dl.label_case dt {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 7px 0 8px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    text-align: center;
    background: #f5f5f5;
}
.label_product dl.label_case dd {
    margin: 0 auto 10px;
}

.label_product ul.label_3col {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}

.label_product ul.label_3col li {
    position: relative;
    float: left;
    width: 32%;
    margin: 0 2% 10px 0;
}

.label_product ul.label_3col li img {
    width: 100%;
    height: auto;
}

.label_product ul.label_3col li.last {
    margin: 0;
}

.label_product ul.label_3col li p.roope {
    position: absolute;
    right: 0;
    bottom: 0;
}
.label_product .col1 {
    position: relative;
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
    text-align: center;
}
.label_product .col1 p.roope {
    position: absolute;
    right: 0;
    bottom: 0;
}
.label_product ul.label_2col {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
    text-align: center;
    letter-spacing: -.4em;
}

.label_product ul.label_2col li {
    display: inline-block;
    letter-spacing: normal;
    position: relative;
    text-align: center;
    width: 48%;
    max-width: 220px;
    margin: 0;
}

.label_product ul.label_2col li.last {
    text-align: center;
    margin: 0 0 0 2%;
}

.label_product ul.label_2col li p.roope {
    position: absolute;
    right: 0;
    bottom: 0;
}


.label_product ul.label_arw_col {
    width: 102%;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}

.label_product ul.label_arw_col li {
    float: left;
    width: 40%;
    margin: 0 2% 0 0;
    text-align: center;
}

.label_product ul.label_arw_col li.list_arw {
    width: 14%;
    margin: 17% 2% 0 0;
    text-align: center;
}

.label_product ul.label_arw_col li.list_arw img {
    width: 25%;
    height: auto;
}

.label_product ul.label_arw_col li.last {
    text-align: center;
}

.label_product ul.label_arw_col li .img {
    max-width: 220px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.label_product ul.label_arw_col li.list_arw .img{
    max-width: 100%;
}


.label_product ul.label_arw_col li p.txt {
    margin: 10px 0 0;
}
.label_product ul.label_arw_col li p.txt.large {
    font-weight: bold;
}

.label_product ul.label_arw_col li p.roope {
    position: absolute;
    right: 0;
    bottom: 0;
}

ul.label_arw_3col {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    list-style-type: none;
    overflow: hidden;
}

ul.label_arw_3col li {
    display: inline-block;
    margin: 0 auto 20px 0;
    text-align: center;
}

ul.label_arw_3col li.list_arw {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../img/label_arw_blue.webp) no-repeat center center;
}

ul.label_arw_3col li.list_arw img {
    width: 48px;
    height: 18px;
}

ul.label_arw_3col li.last {
    text-align: center;
}

ul.label_arw_3col li .img .img_in{
    width: 100%;
    display: inline-block;
    text-align: center;
    position: relative;
}

ul.label_arw_3col li .img > img {
    width: 75%;
}

ul.label_arw_3col li p.txt {
    margin: 10px 0 0;
}
ul.label_arw_3col li p.txt.large {
    font-weight: bold;
}

ul.label_arw_3col li p.roope {
    position: absolute;
    right: 0;
    bottom: 0;
}


ul.long_short {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
    text-align: center;
}

ul.long_short li {
    display: inline-block;
    margin: 0 0 20px;
}


ul.long_short li.last {
    width: 180px;
    margin: 0 auto;
    text-align: center;
}

ul.long_short li .img {
    width: 100%;
    text-align: center;
    position: relative;
}

ul.long_short li .img img{
    width: 100%;
    height: auto;
}

ul.long_short li p.txt {
    margin: 10px 0 0;
}
ul.long_short li p.txt.large {
    font-weight: bold;
}

ul.long_short li p.roope {
    position: absolute;
    right: 0;
    bottom: 0;
}


/*受託加工*/

.trust_message{
    padding: 30px 0 50% 0;
    background: #3b75d5 url(../img/img_trust01.webp) bottom no-repeat;
    background-size: 100%;
}

.main .block .trust_message h2{
    color: #fff;
    text-align: center;
    background: none;
    border: none;
    margin: 0 0 50px 0;
    padding: 0;
    position: relative;
    font-weight: normal;
}

.main .block .trust_message h2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -21px;
  display: inline-block;
  width: 96px;
  height: 1px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
}

.main .block .trust_message p{
    color: #fff;
    margin: 0 25px;
}

.trust_image{
    background: #f5f5f5;
    padding: 0 0 30px 0;
}

.label_link {
    padding: 0 0 0 1em;
    text-indent: -1em;
}

.main .block h4.trust_tit,
h4.trust_tit{
    background: #004ba0;
    text-align: center;
    color: #fff;
    padding: 5px 0 2px;
    font-weight: normal;
}

.trust_image .catch{
    text-align: center;
    padding: 28px 0 0;
}

.trust_image .catch p{
    font-size: 1.2rem;
}

.trust_image_inner{
    float: left;
    width: 50%;
    padding: 30px 20px 0;
    margin: 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.trust_image_inner .tit{
    display: table;
    width: 100%;
    margin: 0 0 10px;
}

.trust_image_inner .tit p{
    display: table-cell;
    vertical-align: middle;
}

.trust_image_inner .img{
    margin: 0 0 12px;
}

.trust_image_inner .txt p{
    font-size: 1.2rem;
}

.trust_image_inner .txt_l p{
    font-size: 1.2rem;
    text-align: left;
}

.trust_photo_2col{
    text-align: center;
}

.trust_photo_2col_l{
    margin: 0 0 20px 0;
}

.trust_photo_2col_l p.tit,
.trust_photo_2col_r p.tit{
    margin: 19px 0 10px;
}

.trust_photo_2col_l p.txt,
.trust_photo_2col_r p.txt{
    font-size: 1.2rem;
    text-align: left;
}

.trust_flow{
    background: #f5f5f5;
    padding: 30px 0 0 0;
}

.trust_flow_inner{
    padding: 0 0 20px 0;
    margin: 10px 0 0 0;
    text-align: center;
    background: url(../img/img_arw04_down.webp) 50% 100%no-repeat;
}

.trust_flow_inner:first-child{
    padding: 0 0 20px 0;
    margin: 0;
    text-align: center;
    background: url(../img/img_arw04_down.webp) 50% 100%no-repeat;
}

.trust_flow_inner:last-child{
    background: none;
}

.trust_flow_inner img{
    margin: 15px 0;
}

.trust_flow_inner .txt{
    font-size: 1.4rem;
    text-align: left;
    margin: 0 20px;
}


.trust_flow_inner img.arw{
    margin: 15px 0;
}

.trust_4col{
    background: #f5f5f5;
    padding: 0 0 30px 0;
}

.trust_4col_inner{
    padding: 20px 0 0 0;
    margin: 0 0 0 0;
    text-align: center;
}

.trust_4col_inner img{
    margin: 15px 0;
}

.trust_4col_inner .txt{
    font-size: 1.4rem;
    text-align: left;
    margin: 0 20px;
}


.trust_4col_inner img.arw{
    margin: 15px 0;
    padding: 0 18px 0 0;
    background: url(../img/img_arw04.webp) 100% 50% no-repeat;
}


/*ラベル貼付加工・貼付方式*/

.product_labelmethod .inner_l h3{
    margin: 0 0 10px 0;
}

.product_labelmethod .inner_l{
    margin: 0 0 30px 0;
}

.product_labelmethod .inner_l .img{
    text-align: center;
}

.product_labelmethod .inner_l .txt{
    font-size: 1.4rem;
    margin: 10px 0 20px;
}

.product_labelmethod .inner_r h3{
    margin: 0 0 10px 0;
}

.product_labelmethod .inner_r iframe{
    margin: 0 auto;
}

.product_labelmethod .inner_r p.arw{
    margin: 15px 0 0 0;
    text-align: right;
}

.product_labelmethod p.arw a{
    display: block;
}

.main .block h4.list_chara_blue,
h4.list_chara_blue{
    font-size: 16px;
    background: url(../img/ico_list_chara_b.webp) 0 19px no-repeat;
    padding: 9px 0 6px 14px;
    margin: 0 0 10px 0;
}

ul.list_check_tit{
    width: 100%;
    background: #f5f5f5;
    padding: 30px 0;
    margin: 0;
    border-top: 2px solid #004ba0;
}

ul.list_check_tit li{
    list-style: none;
    margin: 0 20px 30px 20px;
    padding: 0 0 0 30px;
    background: url(../img/img_check.webp) 0 3px no-repeat;
}

ul.list_check_tit li:last-child{
    list-style: none;
    margin: 0 20px;
    padding: 0;
    text-align: left;
    background: none;
}

ul.list_check_tit li.tit{
    list-style: none;
    padding: 0 0 20px 0;
     margin: 0 56px 40px 56px;
    text-align: center;
    background: none;
    border-bottom: #ddd 1px solid;
}

ul.list_check_tit li.arw{
    padding: 0 0 0 33px;
    background: none;
}

ul.list_check_tit li span{
    display: block;
    padding: 10px 0 0 0;
    padding: 0 0 0 16px;
    background: url(../img/arw.webp) no-repeat 0 .4em;
}

/*サーマルリボン [ サーマルプリンタ用 ]*/

ul.list_blue_col4{
    width: 102%;
    margin: 0 0 0 -2%;
    padding: 0;
}

ul.list_blue_col4 li{
    float: left;
    width: 48%;
    list-style: none;
    margin: 0 0 10px 2%;
    background: #004ba0;
    color: #fff;
    text-align: center;
}

ul.list_blue_col4 li a{
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 22px 0 20px;
    background: none;
}

ul.list_blue_col4 li a span{
    padding: 0 0 0 16px;
    background: url(../img/arw_w.webp) 0 .4em no-repeat;
}

ul.list_check{
    width: 100%;
    padding: 0;
    margin: 0;
}

ul.list_check li{
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0 0 0 30px;
    background: url(../img/img_check.webp) 0 4px no-repeat;
}

p.strage_gray{
    background: #f5f5f5;
    padding: 15px 20px;
    text-align: center;
}

p.strage_gray span{
    display: block;
    padding: 10px 0 0 0;
    margin: 10px 0 0 0;
    border-top: #ddd 1px solid;
}

.item_check{
    position: relative;
    overflow:hidden;
    background: #f5f5f5;
    padding: 25px 25px 22px;
}

.item_check ul{
    margin: 0;
    padding: 0;
    text-align: center;
}

.item_check ul li{
    list-style-type: none;
    float: left;
    width: 50%;
    padding: 0 2% 0 29px;
    margin: 0;
    background: url(../img/ico_check_b.webp) no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}

/*【OPP／CPP】　サーマルリボン（内巻）の適性試験評価表*/

ul.list_opp{
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    letter-spacing: -.4em;
}

ul.list_opp li{
    display: inline-block;
    letter-spacing: normal;
    min-width: 225px;
    margin: 0 10px 24px;
    border: #ddd 1px solid;
}

ul.list_opp li span{
    display: block;
    text-align: center;
    font-size: 1.4rem;
    padding: 8px 0 5px 0;
    border-bottom: #ddd 1px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f5f5f5;
}

/*活字・タイプホルダ*/

.list_parts{
    margin: 0;
    padding: 0;
    text-align: center;
}

.list_parts .list_parts_inner{
    list-style: none;
    width: 100%;
    height: 100px;
    margin: 0 0 40px;
    text-align: left;
}

.list_parts .list_parts_inner p.img{
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    margin: 0 16px 0 0;
}

.list_parts .list_parts_inner p.txt{
    display: inline-block;
    vertical-align: middle;
}
@media (min-width: 400px){
    .list_parts{
        width: 102%;
        margin: 0 0 0 -2%;
    }

    .list_parts .list_parts_inner{
        float: left;
        width: 48%;
        height: auto;
        margin: 0 0 20px 2%;
        text-align: center;
    }

    .list_parts .list_parts_inner p.img{
        display: block;
        margin: 0 auto 10px;
    }

    .list_parts .list_parts_inner p.txt{
        display: block;
    }
}

.item_check_list{
    position: relative;
    overflow:hidden;
    background: #f5f5f5;
    padding: 25px 25px 22px;
}

.item_check_list .item_check_list_inner:first-child{
    margin: 0 0 20px 0;
}

.item_check_list ul{
    margin: 0;
    padding: 0;
}

.item_check_list ul li{
    list-style-type: none;
    padding: 0 0 5px 29px;
    background: url(../img/ico_check_b.webp) no-repeat;
}

.item_check_list ul li:last-child{
    list-style-type: none;
    padding: 0 0 0 29px;
    background: url(../img/ico_check_b.webp) no-repeat;
}

/*THP600シリーズ用自動供給機（VF601)*/

.link_surround{
    padding: 25px;
    border: 8px solid #ebebeb;
}

/*選定ナビ*/

.navi_select{
    margin: 0 auto 30px auto;
    width: 300px;
}

.navi_select p.txt{
    font-size: 1.4rem;
    margin: 10px 0 30px 40px;
    width: 260px;
}

.navi_select .navi_l{
    width: 188px;
    height: 80px;
    border-left: 2px solid #004ba0;
    padding: 0 0 0 100px;
    position: relative;
    margin: 0 0 31px 0;
}

.navi_select .navi_l:after{
    content: '';
    width: 11px;
    height: 31px;
    background: url(../img/arw_sp_navi.webp) no-repeat;
    position: absolute;
    bottom: -32px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.navi_select .navi_l p{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.select02{
    background: url(../img/arw_sp_navi_branch.webp) 15px 80px no-repeat;
}

.navi_select .navi01{
    background:#f5f5f5 url(../img/img_navi01.webp) 17px 50% no-repeat;
}

.navi_select .navi02{
    background:#f5f5f5 url(../img/img_navi02.webp) 17px 50% no-repeat;
}

.navi_select .navi06{
    background:#f5f5f5 url(../img/img_navi06.webp) 17px 50% no-repeat;
}

.navi_select .navi08{
    background:#f5f5f5 url(../img/img_navi08.webp) 17px 50% no-repeat;
}

.navi_select .navi_l_tit{
    width: 188px;
    height: 80px;
    border-left: 2px solid #004ba0;
    padding: 0 0 0 100px;
    position: relative;
    margin: 0 0 0 0;
}

.navi_select .navi_l_tit p{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.navi_select .navi_c:before{
    content: '';
    width: 25px;
    height: 4px;
    background: url(../img/arw_sp_navi_branch_l.webp) no-repeat;
    position: absolute;
    left: -25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.navi_select .navi_c{
    width: 210px;
    height: 80px;
    padding: 0 0 0 35px;
    position: relative;
    margin: 30px 0 30px 40px;
    border: 1px solid #ddd;
}


.navi_select .navi_c:after{
    content: '';
    width: 11px;
    height: 31px;
    background: url(../img/arw_sp_navi.webp) no-repeat;
    position: absolute;
    bottom: -32px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.navi_select .navi_c p{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.navi_select .navi_c_last:before{
    content: '';
    width: 25px;
    height: 4px;
    background: url(../img/arw_sp_navi_branch_l.webp) no-repeat;
    position: absolute;
    left: -25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.navi_select .navi_c_last{
    width: 210px;
    height: 80px;
    padding: 0 0 0 35px;
    position: relative;
    margin: 30px 0 30px 40px;
    border: 1px solid #ddd;
}

.navi_select .navi_c_last:after{
    content: '';
    width: 11px;
    height: 31px;
    background: url(../img/arw_sp_navi.webp)no-repeat;
    position: absolute;
    bottom: -32px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.navi_select .navi_c_last p{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.navi_select .navi_r{
    width: 177px;
    height: 78px;
    padding: 0 0 0 80px;
    border: 1px solid #ddd;
    position: relative;
    margin: 0 0 0 30px;
}

.navi_select .navi_r p{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.navi_select .navi_r p a{
    display: block;
    text-decoration: none;
}

.navi_select .navi_r p a span{
    padding: 0 0 0 16px;
    text-align: left;
    display: block;
    background: url(../img/arw.webp) left 50% no-repeat ; 
}

.navi_select .navi_glass{
    background:#f5f5f5 url(../img/img_navi_glass.webp) 8px 50% no-repeat;
}

.navi_select .navi03{
    background:#f5f5f5 url(../img/img_navi03.webp) 8px 50% no-repeat;
}

.navi_select .navi04{
    background:#f5f5f5 url(../img/img_navi04.webp) 8px 50% no-repeat;
}

.navi_select .navi05{
    background:#f5f5f5 url(../img/img_navi05.webp) 8px 50% no-repeat;
}

.navi_select .navi10{
    background:#f5f5f5 url(../img/img_navi10.webp) 8px 50% no-repeat;
}

.navi_select .navi_pen{
    background:#f5f5f5 url(../img/img_navi_pen.webp) 8px 50% no-repeat;
}

/*プリンタ選定ナビ*/

.list_print{
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

.list_print .list_print_inner{
    width: 100%;
    margin: 0 auto 20px;
}

.list_print .list_print_inner .img{
    width: 100%;
    margin: 0 auto 10px;
    text-align: center;
}

.list_print .list_print_inner .txt{
    font-size: 1.4rem;
    margin: 10px 0 0 0;
}

.main .block h2.h2_glass{
    padding: 5px 0 8px 48px;
    background: url(../img/ico_h2_glass.webp) 1px 0 no-repeat;
}

.list_print .list_print_gray{
    height: 96px;
    margin: 0 20px 0 0;
    background: #f5f5f5;
    border: 1px solid #ddd;
    position: relative;
}

.list_print .list_print_gray p{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

ul.link_print_2line{
    padding: 0;
    margin: 0;
}

ul.link_print_2line li{
    list-style: none;
    width: 290px;
    height: 90px;
    margin: 0 auto 15px auto;
    background: #f5f5f5;
    border: 1px solid #ddd;
    position: relative;

}

ul.link_print_2line li:last-child{
    margin: 0 auto;

}

ul.link_print_2line li a{
    display: block;
    text-decoration: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15%;
}

ul.link_print_2line li a span{
    padding: 0 0 0 16px;
    text-align: left;
    display: block;
    background: url(../img/arw.webp) left 50% no-repeat ; 
}

.search_detail{
    position: relative;
    border: 1px solid #dfdfdf;
    padding: 32px 38px;
    background: #fff url(../img/bg_search_detail_sp.webp) 50% 20% no-repeat;
    -webkit-background-size: 100% auto;
       -moz-background-size: 100% auto;
         -o-background-size: 100% auto;
            background-size: 100% auto;
        -ms-background-size: 100% auto;
}

.search_detail .catch{
    text-align: center;
    line-height: 1.8;
    margin: 0 0 20px;
}

.search_detail .catch p{
    font-size: 1.6rem;
}

.search_detail .catch span{
    display: block;
    font-size: 1.8rem;
    color: #0a3c76;
    padding: 22px 0 4px;
    font-weight: bold;
    background: url(../img/bg_cross.gif) 50% 2px no-repeat;
}

.search_detail .catch span:first-child{
    padding: 0 0 4px;
    background: none;
}

.search_detail .searck_btn {
    max-width: 260px;
    margin: 0 auto;
}

.search_detail .searck_btn a{
    display: block;
    color: #fff;
    font-size: 1.9rem;
    text-decoration: none;
    padding: 28px 0 24px;
    margin: 0;
    text-align: center;
    background: #004ba0 url(../img/arw_white.webp) no-repeat 26% 50%;
}

/*製品詳細検索*/

.search_step{
    border-top: #004ba0 2px solid;
    background: #f5f5f5;
    padding: 0 12px 20px;
    margin: 0 0 65px;
    position: relative;
}

.search_step label input{
    margin: 0 10px 0 0;
}

.search_step:last-child{
    margin: 0;
}

.search_step:after{
    content: '';
    background: url(../img/arw_b_down.webp);
    width: 40px;
    height: 26px;
    position: absolute;
    bottom: -46px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.search_step:last-child:after{
    content: '';
    background: none;
    height: 0;
}

.search_step .search_step_inner{
    background: #fff;
    padding: 12px;
}


.main .block .search_step .tit_area .num{
    float: left;
    width: 80px;
    background: #004ba0;
    color: #fff;
    font-family: Oswald;
    font-size: 1.6rem;
    padding: 1px 0;
    margin: 0 12px 0 0;
    text-align: center;
}

.main .block .search_step .tit_area h3.h3_search{
    overflow: hidden;
    zoom: 1;
    font-weight: normal;
    border: none;
    padding: 0;
}

.search_step .search_step_inner .step01 label:first-child{
    font-size: 1.6rem;
    display: block;
    padding: 0 0 20px;
}

.search_step .search_step_inner .step01 label{
    font-size: 1.6rem;
    display: block;
    padding: 20px 0;
    border-bottom: #dddddd 1px solid;
    margin-left:1.5em;
    text-indent:-1.5em;
}

.search_step .search_step_inner .step01 label:last-child{
    font-size: 1.6rem;
    display: block;
    padding: 20px 0 0;
    border: none;
}

.search_step .search_step_inner .step02 label{
    font-size: 1.6rem;
    width: 205px;
    display: block;
    float: left;
    margin: 0 0 10px 0;
}

.search_step .search_step_inner .step02 label:last-child{
    margin: 0;
}

.search_step .search_step_inner .step03 label{
    font-size: 1.6rem;
    display: block;
    padding: 0 0 18px 0;
    margin: 0 0 20px 0;
    border-bottom: #dddddd 1px solid;
    margin-left: 1.5em;
    text-indent: -1.5em;
}

.search_step .search_step_inner .step03 label:first-child{
    padding: 0;
    margin: 0 0 20px 0;
    border-bottom: none;
    margin-left: 1.5em;
    text-indent: -1.5em;
}

.search_step .search_step_inner .step03_inner{
    padding: 0 0 12px 35px;
    margin: 0 0 20px 0;
    border-bottom: #dddddd 1px solid;
}

.search_step .search_step_inner .step03_inner p.txt{
    font-size: 1.4rem;
    margin: 0 0 15px 0;
}

.search_step .search_step_inner .step03_inner label{
    font-size: 1.6rem;
    display: block;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 1.4rem;
    border: none;
    margin-left: 2em;
    text-indent: -2em;
}

.search_step .search_step_inner .step03 label:last-of-type{
    border: none;
    margin: 0;
    padding: 0;
    margin-left: 2em;
    text-indent: -2em;
}

.search_button{
    text-align: center;
}

.search_button button {
    width: 100%;
    max-width: 300px!important;
    height: 60px!important;
    font-size: 16px!important;
    background: #004ba0 url(../img/arw_white.webp) no-repeat 75px 50% !important;
    color: #fff;
    border: 0px;
}

.search_button button:hover {
    color: #004ba0!important;
    background: #fff url(../img/arw.webp) no-repeat 75px 50% !important;
    height: 60px!important;
    border-top: 1px solid #004ba0;
    border-left: 1px solid #004ba0;
    border-right: 1px solid #004ba0;
    border-bottom: 1px solid #004ba0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}


/* 製品検索 注釈内リスト */
ul.note_list{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.note_list li .num{
    float: left;
    margin: 0 10px 0 0;
}

ul.note_list li .txt{
    display: block;
    overflow: hidden;
}

/*ラベル貼り選定ナビ*/

.list_lavel .list_lavel_inner{
    margin: 0 auto 20px auto;
    width: 230px;
}

.list_lavel .list_lavel_inner p{
    margin: 10px 0 0;
}

/*各種フ゜リンタの特?・印字サンフ゜ル*/


.list_sample img{
    margin: 0 0 15px 10px;
}

.list_sample img:first-child{
    margin: 0 ;
}

.list_sample .img{
    text-align: center;
}

.list_sample p{
    overflow: auto;
}

.list_sample p.arw{
    margin: 10px 0 0 0;
}

/*日付（賞味期限・消費期限・製造日・使用期限など）・製造所固有記号・ロット番号などの固定情報の印字*/
.list_fixed_inner{
    margin: 0 0 20px 0;
}

.list_fixed_inner p.txt{
    font-size: 1.2rem;
    line-height: 1.6;
    padding: 10px 0 0;
}

.fixed_btn{
    display: table;
    width: 100%;
    height: 96px;
    border: 1px solid #ddd;
    background: #f5f5f5;
    padding: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fixed_btn .img,
.fixed_btn .tit,
.fixed_btn .tit_down{
    display: table-cell;
    vertical-align: middle;
}

.fixed_btn .img{
    width: 80px;
    padding: 0 24px 0 0;
}

.fixed_btn .tit{
    text-align: left;
}

.fixed_btn .tit a{
    display: inline-block;
    text-decoration: none;
    padding: 0 0 0 15px;
    background: url(../img/arw.webp) 0 50% no-repeat;
}

.fixed_btn .tit a br{
    display: none;
}

.fixed_btn .tit_down a{
    display: inline-block;
    text-decoration: none;
    padding: 0 0 0 20px;
    background: url(../img/arw_down.webp) 0 50% no-repeat;
}

/*包装機の包装工程内での印字*/

.list_step{
    width: 102%;
    margin: 0 0 0 -2%;
}

.list_step_inner{
    float: left;
    width: 48%;
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 7px;
    margin: 0 0 2% 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.list_step_inner .img{
    margin: 0 0 7px;
}

.list_step_inner .txt {
    display: table;
    width: 100%;
}

.list_step_inner .txt p{
    display: table-cell;
    vertical-align: middle;
}

.list_step_inner .txt a{
    display: inline-block;
    text-decoration: none;
    padding: 0 0 0 16px;
    position: relative;
    text-align: left;
    background: url(../img/arw.webp) left 50% no-repeat ;
}

/*選ばれる理由*/

.reason_region .img{
    margin: 0 0 30px;
    text-align: center;
}

.reason_region .reason_region_inner{
    overflow: auto;
    padding: 0 0 16px;
    border-bottom: 1px solid #ddd;
}

.reason_region .reason_region_inner p{
    border-top: 1px solid #ddd;
    font-size: 1.4rem;
    margin: 14px 0 0;
    padding: 16px 0 0;
}

.reason_region .reason_region_inner p:first-child{
    margin: 0;
}

.reason_region .reason_region_inner p span{
    display: block;
    float: left;
    background: #e5edf5;
    padding: 3px 5px 2px;
    margin: 0 16px 0 0;
    width: 30px;
    
}

.reason_region .reason_region_inner ul {
    margin: 0 0 0 55px;
    padding: 0;
}

.reason_region .reason_region_inner ul li{
    font-size: 1.4rem;
    margin: 0;
    list-style: none;
}

.center_img{
    text-align: center;
}

.center_img p{
    font-size: 1.4rem;
    text-align: center;
    margin: 14px 0 25px;
}

.center_img p:first-child{
    margin: 14px 0 30px 0;
}

.photo_reason {
    text-align: center;
}

/*サポート*/

.block_num .block_num_inner .company_tit{
    text-align: center;
}

.block_num .block_num_inner .company_tit img{
    margin: 0 0 20px 0;
}

.block_num .block_num_inner .company_tit p a{
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    text-decoration: none;
    margin: 0 0 15px 0;
}


/* お問い合わせ
======================================================= */
.form_tit {
    margin: 0 0 20px;
    font-size: 22px;
    font-size: 2.2rem;
}
.form_tel {
    width: 100%;
    margin: 0 0 30px;
}
.form_tel .tel_txt{
    display: table;
    font-size: 26px;
    font-size: 2.6rem;
    font-family: Oswald;
    padding: 0 0 0 45px;
    background: url(../img/ico_sup1_hover.webp) no-repeat 0 center;
}

.form_tel .tel_txt span {
    display: block;
    padding: 0;
    font-size: 14px;
    font-size: 1.4rem;
}
/*お電話でのお問い合わせ*/

ul.link_area{
    padding: 0;
    margin: 0;
}

ul.link_area li.area02{
    float: left;
    list-style: none;
    width: 48%;
    margin: 0 0 15px 0;
}

ul.link_area li.area02 a{
    display: block;
    text-align: center;
    padding: 28px 10px 25px;
    text-decoration: none;
    border: 1px solid #ddd;
}


ul.link_area li.area03{
    float: right;
    list-style: none;
    width: 48%;
    margin: 0 0 15px 0;
}

ul.link_area li.area03 a{
    display: block;
    text-align: center;
    padding: 28px 10px 25px;
    text-decoration: none;
    border: 1px solid #ddd;
}

ul.link_area li.area01{
    list-style: none;
    width: 100%;
    margin: 0 0 15px 0;
}

ul.link_area li.area01 a{
    display: block;
    text-align: center;
    padding: 28px 0 25px;
    text-decoration: none;
    border: 1px solid #ddd;
}

ul.link_area li a span{
    padding: 0 0 0 19px;
    background: url(../img/arw_down.webp) left 50% no-repeat ; 
}

p.company_subtit {
    margin: 0 0 20px;
    padding: 0 0 10px 30px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    border-bottom: 1px solid #004ba0;
    background: url(../img/ico_company.webp) no-repeat 0 0;
}

p.window_tit {
    margin: 0 0 20px;
    padding: 7px 0 8px 15px;
    font-size: 15px;
    font-size: 1.5rem;
    background: #f5f5f5;
}

p.window_tit span {
    padding: 0 0 0 15px;
    background: url(../img/border_tit.gif) no-repeat 0 center;
}

/*WEBでのお問い合わせ*/

ul.list_check_contact{
    width: 100%;
    background: #f5f5f5;
    padding: 30px 0;
    margin: 0;
    border-top: 2px solid #004ba0;
}

ul.list_check_contact li{
    list-style: none;
    margin: 0 20px 15px 20px;
    padding: 0 0 0 30px;
    background: url(../img/img_check.webp) 0 3px no-repeat;
}

ul.list_check_contact li:last-child{
    list-style: none;
    margin: 0 20px;
    padding: 0 0 0 30px;
    background: url(../img/img_check.webp) 0 3px no-repeat;
}

ul.list_check_contact li.tit{
    list-style: none;
    padding: 0 0 20px 0;
     margin: 0 20px 40px 20px;
    text-align: left;
    background: none;
    border-bottom: #ddd 1px solid;
}

ul.list_check_contact li.arw{
    padding: 0 0 0 33px;
    background: none;
}

ul.list_check_contact li span{
    display: block;
    padding: 10px 0 0 0;
    padding: 0 0 0 16px;
    background: url(../img/arw.webp) no-repeat 0 .4em;
}


.form_list_inner{
    margin: 0 0 20px 0;
}

ul.form_list li .link p.link_txt br {
    display: none;
}

/*機械製品ご購入に関するお問い合わせ*/

.main .block h3.h3_contact{
    font-weight: normal;
    background: #f5f5f5;
    padding: 7px 0 5px 12px;
}

.contact_label label {
    font-size: 1.6rem;
    display: block;
    margin: 0 0 15px 0;
}

.contact_label label:last-child{
    font-size: 1.6rem;
    display: block;
    margin: 0 0 40px 0;
}

/*イーデーエムのテクニカルサポート*/


ul.list_flow_4col {
    width: 70%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    list-style-type: none;
    overflow: hidden;
}

ul.list_flow_4col li {
    width: 100%;
    margin: 0 auto 10px 0;
    position: relative;
}
ul.list_flow_4col li.arw_down {
    width: 28px;
    margin: 0 auto;
    text-align: center;
}

ul.list_flow_4col li .flow {
    padding: 14px 7px 14px 8px;
    text-align: center;
    border: 6px solid #e5edf5;
    box-sizing: border-box;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}


ul.list_flow_4col li .flow .img {
    position: absolute;
    top: 0;
    left: 0;
}

ul.list_flow_4col li .flow p {
    font-size: 15px;
    font-size: 1.5rem;
    color: #004ba0;
    text-decoration: none;
}


/* 表示の種類 */

.list_mark_inner{
    width: 224px;
    margin: 0 auto 15px;
}

.list_mark_inner img{
    float: left;
    margin: 0 12px 0 0;
}

.list_mark_inner p{
    overflow: auto;
    font-size: 1.4rem;
}

.list_mark_inner span{
    font-weight: bold;
}

.list_autonomy{
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.list_autonomy p:first-child{
    text-align: center;
    font-size: 1.8rem;
    margin: 0 0 20px 0;
}

.list_autonomy_inner{
    margin: 0 0 20px 0;
    text-align: center;
}

.list_autonomy_inner:last-child{
    margin: 0;
}

.list_autonomy_inner img{
    margin: 0 0 12px 0;
}

.list_autonomy_inner p{
    overflow: auto;
    font-size: 1.4rem;
    text-align: left;
}

.list_barcode{
    margin: 0;
    padding: 0;
}

.list_barcode p:first-child{
    text-align: center;
    font-size: 1.8rem;
    margin: 0 0 30px 0;
}

.list_barcode_inner{
    margin: 0 0 20px;
}

.list_barcode_inner img{
    float: left;
    margin: 0 12px 0 0;
}

.list_barcode_inner p{
    overflow: auto;
    font-size: 1.4rem;
}

.list_barcode_inner span{
    font-weight: bold;
}


/* 会社情報
======================================================= */

#company_gif{
    display: block;
    width: 100%;
    text-align: center;
    margin:0 0 50px;
}
.sp_hidden{
    display: none;
}

/* ごあいさつ */

.adachi {
    width: 100%;
    text-align: right;
}

/* 経営理念 */

table.iso_tbr th,
table.iso_tbr td {
    display: block;
}


.iso_registration {
    display: table;
    width: 100%;
    margin: 0 auto;
}
.iso_registration .left {
    display: table-cell;
    vertical-align: bottom;
    width:50%;
}
.iso_registration .left img {
    border: 1px solid #ddd;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.iso_registration .right {
    display: table-cell;
    vertical-align: bottom;
    width:30%;
	padding: 0 0 0 10px;
}

/* 会社概要 */

.catalog_dl {
    width: 84%;
    margin: 0 auto;
    padding: 20px 8%;
    background: #f5f5f5;
}

.catalog_dl .left {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
}

.catalog_dl .left img {
    border: 1px solid #ddd;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}


.catalog_dl .right {
    width: 100%;
}




/* 事業所一覧 */

.block_areamap {
    border-top: 1px solid #ddd;
    padding: 20px 0 0px;
}

.block_areamap p.tit {
    font-size: 16px;
    margin:15px 0;
}
.block_areamap p.tit a {
    display: block;
    padding: 2px 0 0 30px;
    min-height: 28px;
    background: url(../img/ico_com_list4_blue.webp) no-repeat 0 0;
}

.block_areamap span{
    display: block;
}

.block_areamap .areamap_inner{
    background-color: #f5f5f5;
    padding:15px;
    margin:20px 0;
    text-align:center;
}

.block_areamap .areamap_inner div{
    background-color: #dddddd;
    position:relative;
    font-size: 12px;
    font-weight: bolder;
    padding:3px 0px;
}

.block_areamap .areamap_inner p{
    margin:15px 0 0 0;
    text-align:left;
}

.block_areamap p.txt {
    text-align: right;
}

.img_areamap{
    margin:60px 0 0 0;
}

/* 本社/営業本部 */

.block_map_h {
    width: 100%;
    margin: 0 auto;
}

.block_map_h .left {
    width: 100%;
    text-align: center;
    margin: 0 0 20px;
}
.block_map_h .right {
    width: 100%;
}

.block_map_h .photo-l{
    margin-right:50px;
}

.block_map_h h3{
    display: table-cell;
}

/* 関連用語集 */
.words_ico{
    width:30px;
    margin-right:10px;
}

.words_tit {
    margin: 0 0 20px;
    padding: 0 0 7px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}

.words_tit span {
    display: block;
    min-height: 26px;
    padding: 0 0 0 35px;
    background: url(../img/ico_id01.webp) no-repeat 0 center;
    background-size: 26px 26px;
}

.words_wrap p{
    width:100%;
    margin:5px 0;
}

.words_wrap p{
    padding-left: 1em;
    text-indent: -1em;
}

.commentary_bottom {
    width: 90%;
    background-color: #f5f5f5;
    padding:15px 5%;
}

.commentary_bottom img {
    display: none;
}

.commentary_bottom span {
    display: block;
    text-align: center;
    padding: 0 0 10px;
    margin: 0 0 12px;
    border-bottom: 1px solid #ddd;
}
.commentary_bottom p.link_txt {
    width: 70%;
    margin: 0 auto;
    padding: 0;
}

.showroom_wrap{
    padding: 15px 0;
    text-align: center;
}

.showroom_wrap ul {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}

.showroom_wrap ul li {
    float: left;
    width: 49%;
    margin: 0 2% 10px 0;
}
.showroom_wrap ul li:nth-child(even) {
    margin: 0 0 10px;
}

.showroom_table{
    font-size: 12px;
}

.showroom_table tr td span{
    display: block;
    color: #ff0000;
}

/* ID表示の豆知識
======================================================= */
/* 表示の必要性 */
.nessesary_2col > div{
    margin: 0 0 20px;
}

.nessesary_2col img{
    display: block;
    margin: 0 auto 5px;
}
.nessesary_2col p.txt {
    text-align: center;
}

/* CSVアップロード用管理画面
======================================================= */
.main .block h3.tit_csv_admin,
h3.tit_csv_admin{
    font-size: 1.4rem;
    font-weight: normal;
    margin: 0 0 10px;
    padd
}

/*=======================================================
 英語サイト
======================================================= */


.pdf_eng a {
    padding: 0 0 0 21px;
    background: url(../img/ico_pdf_eng.webp) no-repeat 0 center;
}

.main_eng h2,
.en_un .inner_body .back_catalogue h2{
    font-size: 24px;
    font-size: 2.4rem;
}
.en_un .inner_body .back_catalogue h2 {
    margin: 0 0 18px;
}

.en_un .inner_body .back_catalogue h2,
.en_un .inner_body .back_catalogue p {
    padding: 0 0 0;
    text-align: left;
}

#top .main_eng h2,
#top .main_eng h3,
.en_un .inner_body .back_catalogue h2 {
    font-family: Oswald;
    font-weight: normal;
}

.main_eng .mceTopics {
    height: 293px;
    margin: 0 0 50px 0;
}

.main_eng .mceTopics ul{
    height: 224px;
}

.eng_top_products{
    padding: 50px 0;
}

.main_eng .eng_top_products h3{
    color: #004ba0;
    border: none;
    padding: 0;
    margin: 0 0 25px 0;
    font-size: 2.0rem;
    display: flex;
    align-items: center;
}

.main_eng .eng_top_products h3:after{
    border-top: 1px solid;
    content: "";
    flex-grow: 1;
    margin-left: 10px;
}

.main_eng .back_products {
background-image: url(../img/img_eng_products_back1.webp),url(../img/img_eng_products_back2.webp);
    background-position: 0 0,100% 100%;
    background-size: 65% auto;
    background-repeat: no-repeat,no-repeat;
}
    
.main_eng .back_products .inner_body .eng_top_products ul.eng_top_category {
    margin: 0 0 10px 0;
    padding: 0;
    width: 100%;
    text-align: center;
    list-style-type: none;
    overflow: hidden;
}

.main_eng .back_products .inner_body .eng_top_products ul.eng_top_category li{
    float: left;
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
    width: 48%;
    display: inline-block;
    text-align: left;
}

.main_eng .back_products .inner_body .eng_top_products ul.eng_top_category li:nth-child(even) {
    margin: 0 0 30px 0;
    width: 48%;
    float: right;
}


.main_eng ul.eng_top_category li span a,
.main_eng ul.eng_top_packaging li span a,
.main_eng ul.eng_packaging li span a {
    display: block;
    padding: 0 0 0 16px;
    background: url(../img/arw.webp) no-repeat 0 3px;
}

.main_eng .back_products .inner_body .eng_top_products ul.eng_top_category li img{
    margin: 0 0 10px 0;
    border: 1px solid #ddd;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.main_eng .back_products .inner_body .eng_top_products ul.eng_top_packaging {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}
.main_eng .back_products .inner_body .eng_top_products ul.eng_top_packaging li{
    float: left;
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
    width: 48%;
    display: inline-block;
    text-align: left;
}
.main_eng .back_products .inner_body .eng_top_products ul.eng_top_packaging li:nth-child(even) {
    margin: 0 0 30px 0;
    width: 48%;
    float: right;
}

.main_eng .back_products .inner_body .eng_top_products ul.eng_top_packaging li img{
    margin: 0 0 10px 0;
    border: 1px solid #ddd;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}


.main_eng ul.eng_packaging{
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

.main_eng ul.eng_top_packaging li{
    float: left;
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
    width:48%;
    display: inline-block;
    text-align: left;
}

.main_eng ul.eng_packaging li{
    list-style: none;
    margin: 0 10px 30px 0;
    padding: 0;
    text-align: left;
}

.main_eng ul.eng_packaging li img{
    margin: 0 0 20px 0;
    border: 1px solid #ddd;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.back_catalogue{
    height: 407px;
    background-image: url(../img/img_eng_catalogue_sp.webp);
    background-position: 50% 58%;
    background-size: 290px;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
}

.side{
    padding-bottom: 40px;
    position: relative;
}

body.en_un .side{
    padding-bottom: 0;
    position: relative;
}

.main_eng .back_catalogue h2,
.main_eng .back_catalogue p{
    padding:  0 0 0;
    text-align: left;
}

.main_eng .exhibition_box h3{
    font-family: Arial;
}
.main_eng .exhibition_box h3:before{
    top:36px;
}

/* カタログボタン */

.back_catalogue p.emg_btn_catalogue,
.side p.emg_btn_catalogue{
    background: #004ba0;
    /*border: 1px solid #004ba0;*/
    margin: 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.back_catalogue p.emg_btn_catalogue a,
.side p.emg_btn_catalogue a{
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 1.6rem;
    text-align: center;
    padding: 17px 0 15px 0;
}

.back_catalogue p.emg_btn_catalogue a span:before,
.side p.emg_btn_catalogue a span:before{
    content: '';
    margin: 0 10px 0 0;
    background-image: url(../img/ico_catalogue.webp) ;
    background-size: contain;
    width: 16px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
}

.side p.emg_btn_catalogue {
    display: none;
}

footer .foot_nav_eng ul li{
    width: 100%;
    margin: 30px 0 10px ;
}

/* Inquiry - お問い合わせフォーム */

body.en_un form table {
    width: 100%;
    margin: 0 0 30px;
}


body.en_un .form_agree{
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 15px 0 14px;
    margin: 16px 0 20px;
}

body.en_un .form_agree ul li{
    list-style: none;
    text-align: center;
}


body.en_un form table.tbr th,
body.en_un form table.nbr table.tbr th {
    font-weight: bold;
    display: block;
    padding: 10px 5%;
    width: 90%;
    color: #333;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    background: #f5f5f5;
}

body.en_un form table.tbr td,
body.en_un form table.nbr table.tbr td {
    padding: 10px 5%;
    width: 90%;
    display: block;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

body.en_un form table.tbr span {
    float: none;
    color: #c00;
    font-size: 1.1rem;
    background: none;
    padding: 2px 7px;
    font-weight: bold;
    font-size: 12px;
    font-size: 1.2rem;
}

body.en_un form input[type="submit"]{
   width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    background: #004ba0;
    color: #fff;
    font-weight: bold;
    padding: 12px 0 10px;
}

body.en_un form input[type="submit"]:hover{
    background: #fff;
    color: #004ba0;
}

.product_li {
    margin: 0 0 10px;
    overflow: hidden;
}
.en_un .product_li p{
    padding: 0 0 0 13px;
    display: inline-block;
    background: url(../img/product_li.webp) no-repeat 0 8px;
}


/*採用共通
============================================*/
.def {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.arw_wht span:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    margin: 0 8px 0 0;
    width: 6px;
    height: 11px;
    background: url(../img/arw_white.webp) no-repeat 0 center;
}

/*
.check_list li:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    margin: 4px 12px 0 0;
    width: 18px;
    height: 14px;
    background: url(../img/ico_check.webp) no-repeat 0 center / 18px auto;
}
*/

.check_list li {
    padding-left: 24px;
}

.check_list li span {
    position: relative;
    margin-left: 0px;
}

.check_list li span:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    margin-left: -24px;
    width: 16px;
    height: 16px;
    list-style: none;
    background: url(../img/ico_check.webp) 0 4px no-repeat;
    background-size:16px auto;
}


.recruit_timetable_day li span,
.recruit_intro_link li a span,
.bg_primary {
    background-color: #004ba0;
}

.bg_gry {
    background-color: #f5f5f5;
}

.border_gry {
    border: 4px solid #ebebeb;
}

.recruit_timetable_day li span,
.color_wht span,
.color_wht a,
.color_wht p,
.color_wht {
    color: #fff;
}

/*
[class*="recruit_"] p + p {
    margin-top: 20px;
}
*/
.fs_xxs p,
.fs_xxs {
    font-size: 10px;
    font-size: 1.0rem;
}

.fs_xs p,
.fs_xs {
    font-size: 12px;
    font-size: 1.2rem;
}

.fs_s p,
.fs_s {
    font-size: 16px;
    font-size: 1.6rem;
}

.fs_m p,
.fs_m {
    font-size: 18px;
    font-size: 1.8rem;
}

.fs_l p,
.fs_l {
    font-size: 20px;
    font-size: 2.0rem;
}

.fs_xl p,
.fs_xl {
    font-size: 28px;
    font-size: 2.8rem;
}

.ptb_z {
    padding-top: 0;
    padding-bottom: 0;
}

.ptb_x {
    padding-top: 5px;
    padding-bottom: 5px;
}

.ptb_s {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ptb_m {
    padding-top: 20px;
    padding-bottom: 20px;
}

.ptb_l {
    padding-top: 30px;
    padding-bottom: 30px;
}

.plr_z {
    padding-left: 0;
    padding-right: 0;
}

.plr_x {
    padding-left: 5px;
    padding-right: 5px;
}

.plr_s {
    padding-left: 10px;
    padding-right: 10px;
}

.plr_m {
    padding-left: 20px;
    padding-right: 20px;
}

.plr_l {
    padding-left: 30px;
    padding-right: 30px;
}

.mr_z {
    margin-right: 0 !important;
}

.mr_x {
    margin-right: 5px;
}

.mr_s {
    margin-right: 10px;
}

.mr_m {
    margin-right: 20px;
}

.mr_l {
    margin-right: 30px;
}

.mb_z {
    margin-bottom: 0;
}

.mb_x {
    margin-bottom: 5px;
}

.mb_s {
    margin-bottom: 10px;
}

.mb_m {
    margin-bottom: 20px;
}

.mb_l {
    margin-bottom: 30px;
}

/*utils
============================================*/
.text_left {
    text-align: left;
}

.text_right {
    text-align: right;
}

.text_center {
    text-align: center;
}

.clear:after,
.cf:before,
.cf:after {
    content: "";
    display: table;
}

.clear:after,
.cf:after {
    clear: both;
}

ol.cf,
ul.cf {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    list-style-type: none;
}

.clear {
    clear: both;
}

.inline {
    display: inline;
}

.inlineb {
    display: inline-block;
}


.no_display {
    display: none;
}

.none_sp {
    display: none;
}

.left_sp {
    float: left;
}

.right_sp {
    float: right;
}

/*採用情報*/
.recruit_intro_wrap .tit {
    margin-top: -50px;
}

.recruit_intro_link a {
    text-decoration: none;
    line-height: 1;
}

.recruit_intro_link span {
    display: block;
    max-width: 224px;
    margin: 0 auto;
    padding: 17px 0 16px 0;
}

/*新卒採用-2018年3月卒業予定のみなさまへ*/

.recruit_contact_wrap li a,
.recruit_contact_wrap li a span {
    display: block;
    text-decoration: none;
    line-height: 1;
}

.recruit_contact_wrap li a span {
    padding: 25px 0 24px 0;
}

/*社員の1日*/

.recruit_timetable_day li span {
    border-radius: 4px;
    height: 32px;
    width: 96px;
    line-height: 32px;
    text-align: center;
    display: block;
position: relative;
}

.recruit_timetable_day li span:after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #ffffff30;
    top: 15px;
    z-index: 1;
}

.recruit_timetable_img li {
     /*
    width: calc(100% / 3);
    */
}

/*中途採用*/

.midcareer_position li a {
    text-decoration: none;
    line-height: 1;
}

.midcareer_position li a span {
    display: block;
    padding: 17px 0 16px 0;
}


/*フォーム*/

.recruit_form .form_agree {
    background-color: #f5f5f5;
    padding: 5px 0 4px 0;
    text-align: center;
}

.recruit_form input[type="button"],
.recruit_form input.btn {
    display: block;
    width: 100%;
    padding: 12px 0 11px 0;
    margin: 0 auto;
}

.recruit_form input.btn {
    background: #004ba0;
    color: #ffffff;
}

.recruit_form input[type="button"] {
    outline: none;
    border: none;
    background-color: #f5f5f5;
}

/*インターンシップ情報*/

[class*="recruit_internship"] li a,
[class*="recruit_internship"] li a span {
    text-decoration: none;
    line-height: 1;
    display: block;
}

[class*="recruit_internship"] li a span {
    padding: 25px 0 24px 0;
}

.recnavi {
    text-align: center;
}

/* Lightbox
======================================================= */

.lightboxOverlay {
width: 100% !important;
}

.lb-dataContainer {
    left: 0;
    right: 0% !important;
    margin: 0 auto;
    padding-top: 15px!important;
    *: ;
    zoom: 1;
    width: 100%!important;
}

.lb-outerContainer {
width: 90% !important;
    height: auto !important;
    position: relative!important;
    padding: 10px 3% !important;
    *: ;
    zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    background-color: white;
}


.lightbox .lb-image {
width: 100% !important;
height: auto !important;
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid white;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;

}


/* Lightbox用 虫眼鏡 */
.lightbox_loupe .img {
    margin: 0 auto;
    text-align: center;
}
.lightbox_loupe .img .img_in{
    margin: 0 auto 10px;
    display: inline-block;
    position: relative;
}
.lightbox_loupe .img .img_in img{
    width: 100%;
    height: auto;
}

.lightbox_loupe .loupe {
    position: absolute;
    bottom: 0;
    right: 0;
}
.lightbox_loupe .loupe img {
    margin: 0 auto;
}


/*ユーザー登録
============================================*/
body#regist .form_agree{
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 25px 0 24px;
    margin: 36px 0 40px;
}

body#regist .form_agree ul li{
    list-style: none;
    text-align: center;
}

body#regist form input[type="submit"]{
    display: block;
    width: 298px;
    height: 58px;
    background: #004ba0 url(../img/arw_white.webp) no-repeat 115px 23px;
    border: 1px solid #004ba0;
    color: #fff;
    padding: 0 0 0 17px;
    margin: 0 auto;
}

body#regist form input[type="submit"]:hover{
    background: #fff url(../img/arw_b.webp) no-repeat 115px 23px;
    color: #004ba0;
}

body#regist form table.tbr {
    width: 100%;
    margin: 0 0 60px;
}
body#regist form table.tbr th {
    font-size: 1.6rem;
}

body#regist form table.tbr th span {
    color: #c00;
    font-size: 1.8rem;
    font-weight: bold;
    background: none;
    padding: 2px 7px;
    float: none;
}

body#regist form table.tbr td span {
    color: #333;
    background: none;
    padding: 0;
    float: none;
}


/* WEB展示会（東京パック2021）課題解決コーナー */
.kadai_list {
    width: 100%;
    background: #fff;
    padding: 0px;
    margin: 20px 0px; 
}

.kadai_t {
    background: #000 ; 
    color:#fff; 
    display: block; 
    margin:0 0 20px; 
    padding: 10px 0px;
}

a.fuwauki_btn_red{
    display: block;
    width: 200px;
    padding: 0.8em;
    margin: 20px auto;
    text-align: center;
    text-decoration: none; 
    background: #d62440;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    -webkit-tap-highlight-color: transparent;
    transition: .2s ease-out;
}

a.fuwauki_btn_red:hover{
    cursor: pointer;
    text-decoration: none;
    background: #e80d30;
    transform: translateY(-4px);
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 3px 10px 0 rgba(0,0,0,0.12), 0 4px 7px -2px rgba(0,0,0,0.2);
}

.kaiketsu_txt{
    margin: 20px 0 40px;
    padding: 20px; 
    background: #fbeded
}

.kaiketsu_wbox{
    background: #fff; 
    padding: 20px; 
   margin-bottom: 20px;
}

.kaiketsu_p_left{
    width: 238px; 
    border: #ccc 1px solid; 
    margin: 0 auto 20px;
}

.kaiketsu_p_txt{
     font-weight: bold; 
     padding: 0 0 16px 0; 
     margin: 0 0 20px 0; 
     border-bottom: #ddd 1px solid;
}

.fuwauki_btn_red_w85{
    width: 85% !important;
    margin-bottom: 0px !important;
}

.icon_info a {
    padding: 0 0 0 21px;
    background: url(https://www.edm-net.co.jp/common/img/ico_info.webp) no-repeat 0 2px;
}

.tp2021_h {
     width: 100%;
     height: 80px;
     position: relative;
}

.tp2021_h_obi {
     display: block;
     width: 100%;
     height: 44px;
     background-color:#05489e;
     border-radius: 22px;
     z-index: 7776;
     top: 12px;
     position: absolute;
}

.tp2021_h img {
     z-index: 7777 !important;
     top: 0px;
     left: 15px;
     position: relative;
}

.tp2021_h_obi span {
     display: block;
     margin: 10px 10px 0px 90px;
     font-size: 16px;
     color: #fff;
     font-weight: bold;
}


.tp2021_mg_h {
     background: -moz-linear-gradient(top, #ddd50%, #fff);
     background: -webkit-linear-gradient(top, #ddd 50%, #fff);
     background: linear-gradient(to bottom, #ddd 50%, #fff);
     padding: 5px 25px;
}

.tp2021_mg_h p {
     font-size: 20px;
     font-family: Oswald;
     text-align: center;
}

.tp2021_mg_bg {
     background-color:#e6e6e6;
     margin: 0;
     padding: 20px 10px 0px;
}

.tp2021_mg_box {
    cursor: pointer;
    width: 50%;
    opacity: 0.65;
    color: #444;
}

.tp2021_mg_box:hover {
    cursor: pointer;
    opacity: 1;
    color: #000;
}

.tp2021_mg_category {
     font-weight: bold;
     letter-spacing: 1px;
}

.tp2021_mg_bg img {
    margin: 10px auto 30px; 
}

a.fuwauki_btn_red_wfit {
   width: 92% !important;
}

.bookshelf_bar {
   background: #222;
   display: block;
   padding: 0 10px 5px;
   color:#fff;
   text-align: center;
}

.bookshelf_bar span {
   font-size: 2.8rem;
   font-family: Oswald;
}

.w980_bookshelf {
/* background: #ccc; */
    background-color: #ECECEC;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F9F9F9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9), color-stop(.75, transparent),to(transparent));
    -webkit-background-size: 7px 7px;
}

.book_inner {
     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     justify-content:
     space-around;
     margin: 0px;
     padding: 20px 0px 0px;
     align-items: center;
}

.book {
    display: block;
    margin-bottom: 15px;
    transition: all .4s ease-in-out;
}

.book img {
    display: block;
}

.book:hover{
    box-shadow: 0px 0px 8px rgba(0,0,0,.4);
}

.w720_bookshelf {
/* background: #ccc; */
    background-color: #ECECEC;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F9F9F9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9), color-stop(.75, transparent),to(transparent));
    -webkit-background-size: 7px 7px;
}


.bookshelf_bar_sub {
   background: #8a8a8a;
   display: block;
   padding: 3px 10px 1px;
}

.bookshelf_bar_sub p {
   color:#fff;
   text-align: center;
   font-size: 16px;
}

.tooltip_gray {
  display: none;
}


/*海外代理店ポップアップボタン黒*/

.distributor_btn{
    display: block;
    background: #000;
    border: 1px solid #000;
    margin: 0 5px 8px 0;
}

.distributor_btn a{
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 8px 0 6px 0;
}

.distributor_btn a span:before{
    content: '';
    background: url(https://www.edm-net.co.jp/img/ico_popup_bt.webp);
    width: 18px;
    height: 21px;
    margin: 0 11px 3px 0;
    display: inline-block;
    vertical-align: middle;
}

.distributor_btn:hover a span:before{
    content: url(https://www.edm-net.co.jp/img/ico_popup_bt_b.webp);
}

.distributor_btn:hover{
    background: #fff;
}
  
.distributor_btn a:hover{
    color: #000;
}

/*THP600メルマガ（原料原産地表示）*/
/*ギンガムチェック背景*/
.gingham-check-g {
  background-image:
    repeating-linear-gradient(
        0deg, 
        transparent 0,transparent 15px,
        rgba(0,150,136,.1) 15px, rgba(0,150,136,.1) 30px),
    repeating-linear-gradient(
        90deg, 
        transparent 0,transparent 15px,
        rgba(0,150,136,.1) 15px,rgba(0,150,136,.1) 30px);
    padding: 10px 15px;
    box-shadow: 0 0px 10px 0px #54a09d;
}

/*ギンガムチェック背景コンテンツ*/

.gingham-check-g .contents img {
    display: block;
    margin: 30px auto 20px;
    width: auto;
}

.gingham-check-g .contents div {
    display: block;
    background: #fff;
    padding: 15px;
    margin: 20px 0 30px;
    border: solid 1px #00a29a;
}

/*ギンガムチェック背景見出しあり（改正食品衛生法）*/
.box-padding0 {
    padding: 0px;
}
.gingham-check-g h3.green {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 5px 0px;
    color: #fff;
    background-color: #25ada0;
    border: none;
    text-align: center;
}

.gingham-check-g .inner{
    padding: 0px 0px 30px 0px;
    display: block;
}

.gingham-check-g .inner div {
    display: block;
    background: #fff;
    padding: 15px;
    margin-left: 20px;
    margin-right: 20px;
    border: solid 1px #00a29a;
}

.after_txt_s{
    font-size: 1.8rem;
    text-align: center;
    margin: 15px 0 30px 0;
    padding: 30px 0 0;
    background: url(../img/img_arw_double.webp) top no-repeat;
}

.kadaibox {
    padding: 24px 22px 20px;
    border: 8px solid #ebebeb;
}

.kadaibox_t {
    display: flex;
    align-content: center;
    align-items: center;
    margin-bottom: 15px;
    padding: 0;
}

.kadaibox_t img {
   margin-right: 20px;
   height: fit-content;
   flex-shrink: 0;
}

.kadaibox_t p {
    margin: auto 0px;
    font-size: 18px;
    font-weight: bold;
}

.kadaibox_cont li {
    margin-bottom: 15px;
}


.main .block h3.kadai{
    border: none;
    padding: 10px 0 10px 50px;
    background: url(https://www.edm-net.co.jp/img/kaidai_icon_s.webp) no-repeat ;
    background-position: 0% 50%;
}

.main .block h3.kaiketsu{
    border: none;
    padding: 10px 0 10px 50px;
    background: url(https://www.edm-net.co.jp/img/kaiketsu_icon_s.webp) no-repeat ;
    background-position: 0% 50%;
}



.marker_pink {
    background: linear-gradient(transparent 60%, #fdd5c9 60%);
}

.marker_blue {
    background:  linear-gradient(transparent 60%, #bde8fb 60%);
}

.kadaibox_cont p {
    text-align: center;
}

.kadaibox_cont img {
    margin: 0 auto;
}

.thp600merit {
    display: flex;
    align-content: center;
    margin-bottom:15px;
    border: solid 6px #ebebeb;
    padding: 10px 15px;
}

.thp600merit img {
    height: fit-content;
    margin: auto;
    flex-shrink: 0;
}

.thp600merit p {
    margin: auto 20px;
    font-weight: bold;
}

.product_detail .img_area_w {
    text-align: center;
    margin: 0 0 20px;
}

/*原料原産地表示タイトル*/
.originlabeling_t {
    display: block;
    background-color: #7dd0cc;
    width: 100%;
    height: 100%;
}

.originlabeling_t  p {
    font-size: 2rem;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    display: block;
    color: #000;
    text-shadow:
        2px 2px 0 #FFF,
        -2px -2px 0 #FFF,
        -2px 2px 0 #FFF,
        2px -2px 0 #FFF,
        0px 2px 0 #FFF,
        0-2px 0 #FFF,
        -2px 0 0 #FFF,
        2px 0 0 #FFF;
    line-height: 50x;
    padding: 20px;
}

#originlabeling_t {
    display: block;
    background-color: #7dd0cc;
    width: 100%;
    height: 100%;
    font-size: 2rem;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    display: block;
    color: #000;
    text-shadow:
        2px 2px 0 #FFF,
        -2px -2px 0 #FFF,
        -2px 2px 0 #FFF,
        2px -2px 0 #FFF,
        0px 2px 0 #FFF,
        0-2px 0 #FFF,
        -2px 0 0 #FFF,
        2px 0 0 #FFF;
    line-height: 50x;
    padding: 20px;
}

/*オンライン展示会　ピックアップ製品*/
.pickup_index a {
    padding: 0 0 0 24px;
    background: url(../img/arw_down.webp) no-repeat 0 8px;
}

.product_pickup {
    position: relative;
    border: solid 1px #9e9e9e;
    padding-top: 40px;
}

.product_pickup .tabtitle {
    position: absolute;
    display: inline-block;
    top: 0px;
    right: 0px;
    padding: 0 9px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    background: #cb0000;
    color: #ffffff;
    font-family: 'Oswald';
}

/* プリンタ一覧リンク*/
.plist_link {
    margin: 20px 0 40px;
    color: #fff;
    text-align: center;
}

.plist_link a{
    margin: 0;
    padding: 18px;
    display: block;
    text-decoration: none;
    color: #fff;
    background: none;
    background: #004ba0;
    border: 1px solid #004ba0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.plist_link a:hover{
    color: #004ba0;
    background: #fff;
}

.plist_link a span{
    display: inline-block;
    padding: 0 0 0 10px;
    background: url(../img/arw_w.webp) left 50% no-repeat;
    display: inline-block;
}


.plist_link a:hover span{
    background: url(../img/arw_b.webp)  left 50% no-repeat;
    display: inline-block;
}

/*Generation3説明部分*/
.gen3 {
       text-align: center;
       margin-bottom: 20px;
}

.gen3_item {
        padding: 10px 0;
        border: none !important;
}

.gen3_item_t p {
        background: #e8e1ca;
        width: 90%;
        padding: 5px 10px;
        text-align: center;
        margin-bottom: 10px;
}

/*IBT/GIE HTML要素Lityのテキストリンク用*/
.litylink {
    text-decoration: underline;
}

.litylink:hover {
    text-decoration: none;
    cursor: pointer;
}

/*サーマル一括表示の直接印字　モーダル内見出し*/
#ibtmanga h3 {
    font-size: 1.4rem;
    font-weight: bold;
    margin: 20px 0;
    padding: 0 0 0 10px;
    color: #333;
    border-left: 2px solid #004ba0;
}

/*サーマル一括表示の直接印字　モーダル内見出し*/
#ibtmanga h3 {
    font-size: 1.4rem;
    font-weight: bold;
    margin: 20px 0;
    padding: 0 0 0 10px;
    color: #333;
    border-left: 2px solid #004ba0;
}

/*プリンタ選定ナビ　サーマル・ホットプリンタの違い　よくある疑問・不安*/
/* 開閉なし */

.diff_faq {
    padding: 22px 20px 20px;
    background: #f5f5f5;
}

.diff_faq .faq_q {
    margin: 0 0 20px !important;
    padding: 0 0 0 49px !important;
    border-left: none !important;
    background: url(../img/ico_diff_faq_q.webp) 0px 0px / 18px no-repeat !important;
}

.diff_faq .faq_q p{
    font-size: 16px !important;
    font-size: 1.6rem !important;
    font-weight: bold !important;
}

.diff_faq .faq_a {
    margin: 0;
    padding: 26px 20px 21px 55px;
    background: #fff url(../img/ico_diff_faq_a.webp)  19px 23px / 18px no-repeat;
}

#banner-btn {
  display: none;
}

.column_list {
  padding: 0;
  margin: 0;
}

.column_list li {
  display: flex;
  border-top: 4px solid #ebebeb;
  padding: 15px 0px;
  list-style: none;
  flex-direction: column;
  align-items: center;
}

.column_list.cat li {
  flex-direction: row;
}

.column_list.cat li span:last-child {
  display: block;
  margin: 8px 0 0;
}

.column_list li a {
  text-decoration: none;
  font-size: 1.4rem;
}
/*
.column_list .category {
  background: #004ba0;
  padding: 0 10px;
  margin-right: 10px
}
*/
.column_list .category {
  background: #004ba0;
  padding: 0 5px;
/*margin: 10px;*/
  display: inline-block;
  width: 85px;
  text-align: center;
}

.column_list .category a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}

.column_list .thumb {
  min-width: 220px;
  margin: 0 25px 10px 0;
}

.column_list .thumb img {
  width: 220px;
  height: 156px;
  margin: 10px 0;
}

.column_list .summary {
  width: 95%;
}

.column_list .summary > a {
  font-size: 2.0rem;
  color: #000;
}

.column_list .summary > div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.column_list .excerpt {
  margin: 10px 0;
  font-size: 1.4rem;
  line-height: 22px;
}

.column_list .tags a {
  background: #333333;
  padding: 1px 10px;
  margin-right: 10px;
  color: #fff;
  font-size: 1.2rem;
}

.bnr_lmsearch2 {
    float: right;
    padding: 10px 10px 10px 10px;
    background: rgba(247, 247, 247, 0.9);
    width: 100%;
    position: fixed;
    display: block;
    z-index: 1;
    bottom: 0;
    right: 0;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.6);
	width: 100%;
	text-align: center;
}

div.bnr_lmsearch2 img {
	display: none;
}

p.lmsearch2_t {
    font-size: 1.7rem;
	font-size: 17px;
    color: #0a3c76;
    font-weight: bold;
    margin: 5px 0 0 0;
}

div.bnr_lmsearch2 a:link, a:visited {
    text-decoration: none!important;
}

.marker_yellow {
        background: linear-gradient(transparent 55%, #ffef60 60%);
}

.exhibition:has(#banner-btn:checked) {
  display: none;
}

#banner-btn {
  display: none;
}

#bannerbtn {
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 0;
  background: #656565;
}

#bannerbtn:hover {
  cursor: pointer;
}

#bannerbtn:before,
#bannerbtn:after {
  position: absolute;
  left: 2px;
  content: "";
  width: 11px;
  height: 2px;
  background-color: #FFF;
}

#bannerbtn:before {
  top: 6px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

#bannerbtn:after {
  bottom: 7px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}


/*環境方針*/
.e_policy_2 {
    padding: 30px 30px 40px;
    margin-bottom: 30px;
    border: 8px solid #efefef;
}

.main .block div.e_policy_2 h2 {
     color: #004ba0;
     text-align: center;
     background: none;
     border-bottom: none;
}

/*ラベラーカタログ事例*/
.main .block h2.h2_lmcase{
    color: #000000;
    padding: 0 0 0 12px;
    border-left: solid 8px #004ba0;
    border-bottom: none;
}

.lm_voice {
    font-size: 13px;
    font-size: 1.2rem;
    font-weight: normal;
    background: #c00;
    padding: 2px 5px 0 5px;
    display: inline-block;
    margin: 0 0 12px 0;
    color: #ffffff;
}

.lmcasename  {
        font-size: 15px;
        font-size: 1.5rem;
        margin: 0 0 20px 0;
 /*    background: #e5eef5; */
        padding: 1px 10px;
        text-align: center;
        background: #555555;
        color: #ffffff;
}

 .marker_yellow {
        background: linear-gradient(transparent 55%, #ffef60 60%);
    }
}