@charset 'UTF-8';

/* **********************************************************************
 *
 *       Title:   Site-Shokunin CMS block.css
 *       Notes:   Hand-crafted by WebLab Corporation in Tokyo.
 *
 ********************************************************************** */


/* 基本設定
======================================================= */
html { font-size: 62.5%; }

body {;
    font-size: 1.0rem;
    font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Helvetica', 'Arial', 'sans-serif';
}

p {
    font-size: 16px;
    font-size: 1.6rem;
}

ul {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 5px 0 5px 10px;
    padding: 0 0 0 10px;
}

ol {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 5px 0 5px 15px;
    padding: 0 0 0 20px;
}

/* トップスライドショースタイル設定
======================================================= */

.main01 {
    background: url(../img/main_img01.webp) 0 0 no-repeat;
    width: 980px;
    height: 340px;
}

.main01 .catch {
    padding: 50px 0 30px 80px;
}
.main01 .txt {
    padding: 0 0 30px 80px;
}

.main01 .btn {
    padding: 0 0 0 80px;
}
.main01 .btn a {
    display: inline-block;
    background: #fff;
    vertical-align: top;
    zoom: 1; /* Fix for IE7 */
    *display: inline; /* Fix for IE7 */
    border: 1px solid #ccc;
    padding: 19px 47px 18px;
}
.main01 .btn a span {
    padding: 0 0 0 16px;
    background: url(../img/arw.webp) no-repeat 0 50%;
}

#bxslider {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

#bxslider ul {
    /*
    display: none;
    */
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
}

#bxslider ul.slick-slider{
    display: block;
}

#bxslider ul li img{
    width: auto;
    height: 100%;
}

#bxslider .bx-controls-direction {
    display: block;
    overflow: hidden;
    width: 19px;
    height: 0 !important;
    margin: 0;
    padding-top: 37px;
    outline: medium none;
    cursor: pointer;
}
#bxslider .bx-prev {
    position: absolute;
    z-index: 2;
    top: 45%;
    left: 10px;
    width: 19px;
    height: 37px;
    background: url(../img/arw_slide_l.webp) no-repeat scroll 0 0;
}
#bxslider .bx-next {
    position: absolute;
    z-index: 2;
    top: 45%;
    right: 10px;
    width: 19px;
    height: 63px;
    background: url(../img/arw_slide_r.webp) no-repeat scroll 0 0;
}
#bxslider .bx-controls .bx-pager {
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 980px;
    height: 12px;
    margin: 0;
    padding: 0;
    list-style: outside none none;
    text-align: center;
}
#bxslider .bx-controls .bx-pager-item {
    display: inline;
}
#bxslider .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 .bx-controls .bx-pager-item a {
    display: inline;
}
#bxslider .bx-controls .bx-pager-item a {
    background: url(../img/main_list.webp) no-repeat 0 0;
}
#bxslider .bx-controls .bx-pager-item a.active {
    background: url(../img/main_list_on.webp) no-repeat 0 0;
}

#top-a #bxslider img,
body.en_un #bxslider img {
    width: 100%;
    height: auto;
}


/* 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);
}

#tinymce .label_slide .txt_area > p{
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
}

.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;
    -moz-transition: transform 2.5s ease, opacity 2.5s ease;
    transition: transform 2.5s ease, opacity 2.5s ease;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    backface-visibility:hidden;
}

.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: 33.44%;
    top: 73.4px;
    right: 254px;
    right: 14.11%;
}
.label_slide .img02{
    width: 45.5%;
    top: 140.3px;
    right: 148px;
    right: 8.22%;
}
.label_slide .btn{
    width: 24%;
    top: 212.6px;
    right: 340px;
    right: 18.89%;
}
.label_slide .img03{
    width: 11.67%;
    top: 18.8px;
    right: 29px;
    right: 1.61%;
}

@media (min-width: 994px){
    .label_slide .img01{
        top: 133px;
        top: 7.389vw;
    }
    .label_slide .img02{
        top: 254px;
        top: 14.11vw;
    }
    .label_slide .btn{
        top: 385px;
        top: 21.39vw;
    }
    .label_slide .img03{
        top: 34px;
        top: 1.89vw;
    }
}

.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); }
}

/* トップ見出し設定
======================================================= */

.wrappertop .main h2 {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: normal;
    margin: 0 0 18px 0;
    background: none;
    padding: 0;
    color: #333;        /* [6. トップページ見出し設定]　大見出し文字色 */
    border: none;
}

.wrappertop h2 span{
    font-size: 14pt;
    font-size: 1.4rem;
    font-family: Oswald;
    padding-left: 20px;
    color: #999;
}



/* トップblock設定
======================================================= */

#top-a{
    width: auto;
}


/* 下層block設定
======================================================= */

.wrap_un .block,
.wrap_contact .block {
    margin: 0 0 60px;
}

.inner_body {
    width: 980px;   /* [1. レイアウト設定]　全体の幅 */
    margin: 0 auto;
}


/* バナー設定
======================================================= */

.side ul.bnr {
    float: right;
    width: 210px;
    margin: 20px 0 0;
    padding: 0;
    list-style-type: none;
}

.side ul.bnr li {
    height: 90px;
    line-height: 1;
    margin: 0 0 20px;
    padding: 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;
}

/* 管理画面ブロック幅 */
#tinymce .box_column01 {
    width: 980px;
}

/* 共通 */

.box_column01 .col {
    float: left;
}

.box_column01 .img {
    margin: 0 0 10px;
}

.box_column01 .link {
    margin: 0 0 5px;
    padding: 0 0 0 16px;
    background: url(../img/arw.webp) no-repeat 0 .2em;
}

/* 3列_テキスト下 */
.box_column01.col3 .col {
    width: 300px;
    margin: 0 0 0 40px;
}

.box_column01.col3 .col:first-child {
    margin: 0;
}


/* 3列_テキスト下 */
.box_column01.col4 .col {
    width: 230px;
    margin: 0 0 0 20px;
}

.box_column01.col4 .col:first-child {
    margin: 0;
}

/* 3列_テキスト下 下層ページ */
.col3.under .col {
    width: 226px;
    margin: 0 0 0 21px;
}


/* 1列_テキスト右 */
.box_column01.col1 .col {
    float: none;
}

.box_column01.col1 .img {
    font-size: 12px;
    font-size: 1.2rem;
    float: left;
    width: 480px;
    margin: 0;
}

.box_column01.col1 .inner {
    float: right;
    width: 480px;
}

.box_column01.col1 .img img {
    margin: 0 0 12px;
}

/* 1列_テキスト右（下層） */
.col1.under .img,
.col1.under .inner {
    width: 350px;
}


/* 2列_テキスト下 */
.box_column01.col2_image_none {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-box;
    width: 100%;
}

.box_column01.col2_image_none .col {
    float: none;
    width: 468px;
    margin: 0 0 0 40px;
    border: 1px solid #e6e6e6;
}
.ie .box_column01.col2_image_none .col,
.ie7 .box_column01.col2_image_none .col,
.ie8 .box_column01.col2_image_none .col,
.ie9 .box_column01.col2_image_none .col {
    float: left;
}

.box_column01.col2_image_none .col:first-child {
    margin: 0;
}

.box_column01.col2_image_none .inner {
    padding: 14px 19px;
}

.col2_image_none.under .col {
    float: none;
    width: 348px;
    margin: 0 0 0 20px;
    border: 1px solid #e6e6e6;
}

/* 2列_テキスト下 */
.box_column01.col2l .col {
    width: 350px;
    margin: 0 0 0 20px;
}

.box_column01.col2l .col:first-child {
    margin: 0;
}

/* 2列_テキスト右 */
.box_column01.col2 {
    margin: 0 0 0px;
}

.box_column01.col2 .col {
    width: 460px;
    margin: 0 0 0 50px;
}

.box_column01.col2 .col:first-child {
    margin: 0;
}

.box_column01.col2 .col .img {
    float: left;
    width: 90px;
    margin-bottom: 0;
}

.box_column01.col2 .col .inner {
    float: right;
    width: 300px;
}

/* 2列_テキスト右 下層 */
.col2.under .col {
    width: 350px;
    margin: 0 0 0 20px;
}
.col2.under .col .img {
    float: left;
    width: 120px;
    margin-bottom: 0;
}
.col2.under .col .inner {
    float: right;
    width: 210px;
}
.col4.under .col {
    width: 165px;
    margin: 0 0 0 20px;
}


/* ボタン */

.box_colum_btn {
    clear: both;
    margin: 0 0 0;
    text-align: center;
}

.box_colum_btn a {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    border: 1px solid #656565;      /* [14. CVエリア設定]　ボタン枠線色 */
    background: #656565;        /* [14. CVエリア設定]　ボタン背景色 */
    padding: 19px 47px 18px;
}

.box_colum_btn a span {
    padding: 0 0 0 16px;
    background: url(../img/arw_w.webp) no-repeat 0 50%;
}

.ie8 .box_colum_btn a span {
    background: url(../img/arw_w.webp) no-repeat 0 50%;
}

.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: 10px 30px;
  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 4px 4px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  font-size: 16px;
}

.btn-orange:hover {
  border-bottom: solid 4px #fd9535;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.30);
}

/* alink */
ul.alink {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul.alink li a span {
    padding: 0 0 0 24px;
    background: url(../img/arw_down.webp) no-repeat 0 5px;
}


/* 中央揃え */

.bnr_center {
    width: 1000px;
    position: relative;
    overflow: hidden;
}
.bnr_center.under {
    width: 740px;
}
#tinymce .bnr_center.under {
    width: 746px;
}

.bnr_center ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    left: 50%;
    float: left;
}

.bnr_center li {
    position: relative;
    left: -50%;
    float: left;
    margin: 0 20px 0 0;
}

/* 165センター */

.bnr_center.bnr_165 {
    width: 740px;
}


/* link_text_lr
======================================================= */

.link_text_lr .link_text_l {
    float: left;
    width: 345px;
}

.link_text_lr .link_text_r {
    float: right;
    width: 345px;
}

.link_text_lr a {
    display: table;
    *display: block;
    width: 315px;
    padding: 14px;
    border: 1px solid #e6e6e6;
    font-size: 14px;
    font-size: 1.4rem;
}

.link_text_lr a span {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 174px;
    padding: 0 20px 0 21px;
    background: url(../img/arw.webp) no-repeat 0 50%;
}

.link_text_lr .link_text_r a span {
    padding: 0 0 0 41px;
    background: url(../img/arw.webp) no-repeat 20px 50%;
}

.link_text_lr a img {
    display: table-cell;
    vertical-align: middle;
    width: 100px;
}

.ie .link_text_l img {
    float: right;
}
.ie .link_text_l span {
    float: left;
}
.ie .link_text_r img {
    float: left;
}


/* 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 40px;
    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;
}



/* お問い合わせ・資料請求設定
======================================================= */

.f_contact {
    width: 740px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.f_contact .f_contact_in {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    left: 50%;
    float: left;
}

.f_contact .f_contact_in > div {
    position: relative;
    left: -50%;
    float: left;
    margin: 0 20px 0 0;
    width: 678px;
    padding: 20px;
    border: 1px solid #e6e6e6;
}

.f_contact .f_contact_in .fcon {
    text-align: center;
}

.f_contact .fcon .tit {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 0 20px;
    line-height: 1;
}

.f_contact .fcon .tel {
    float: left;
    width: 320px;
    margin: 0 0 0px;
    padding: 7px 0 0 0;
    line-height: 1;
}
.f_contact .fcon .box_colum_btn {
        float: right;
        margin: 0;
        clear: none;
}
.f_contact .fcon .box_colum_btn a {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    padding: 10px 38px 10px;
}

.f_contact .fcon .box_colum_btn a span {
    padding: 0 0 0 16px;
    background: url(../img/arw_w.webp) no-repeat 0 50%;
}

.ie8 .f_contact .fcon .box_colum_btn a span {
    background: url(../img/arw_w.webp) no-repeat 0 50%;
}

.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: 77%;
}
span.textn {
    font-size: 100%;
}
span.textl {
    font-size: 138.5%;
}
span.textll {
    font-size: 200%;
}
span.textxl {
    font-size: 350%;
}
span.textxxl {
    font-size: 500%;
}

table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    font-size: 1.6rem;
}

table.nbr,
table.tbr table.nbr {
    border-collapse: collapse;
    border-top: none;
    border-left: none;
}

table.nbr th,
table.tbr table.nbr th {
    font-weight: bold;
    padding: 0;
    border-right: none;
    border-bottom: none;
}

table.nbr td,
table.tbr table.nbr td {
    padding: 0;
    text-align: left;
    border-right: none;
    border-bottom: none;
}

table.tbr,
table.nbr table.tbr {
    border-collapse: collapse;
    border-top: 1px solid #dcdcdc;    /* [13. 表組み設定]　枠線色 */
    border-left: 1px solid #dcdcdc;    /* [13. 表組み設定]　枠線色 */
}

table.tbr th,
table.nbr table.tbr th {
    padding: 20px;
    line-height: 1.5;
    text-align: left;
    color: #333;    /* [13. 表組み設定]　th文字色 */
    border-right: 1px solid #dcdcdc;    /* [13. 表組み設定]　枠線色 */
    border-bottom: 1px solid #dcdcdc;    /* [13. 表組み設定]　枠線色 */
    background: #f5f5f5;    /* [13. 表組み設定]　th背景色 */
    vertical-align: top;
}

table.tbr td,
table.nbr table.tbr td {
    padding: 20px;
    text-align: left;
    line-height: 1.5;
    border-right: 1px solid #dcdcdc;    /* [13. 表組み設定]　枠線色 */
    border-bottom: 1px solid #dcdcdc;    /* [13. 表組み設定]　枠線色 */
    vertical-align: top;
}

table .tbr_130{
    width: 130px;
}

table.tbr_blue{
    border-left: none;
}

table.tbr_blue tr th{
    text-align: center;
    color: #fff;
    background: #004ba0;
    vertical-align: middle;
}

table.tbr_blue td{
    border-right: none;
}

table.tbr_blue tr.gray{
    background: #f5f5f5;
}

img {
    line-height: 1;
    vertical-align: top;
    border: 0;
}

.img_border img{
    border: 1px solid #ddd;
}

.photo-r {
    font-size: 10px;
    font-size: 0.9rem;
    float: right;
    margin: 3px 0 10px 40px;
    text-align: left;
}

body.en_un .photo-r {
    font-size: 10px;
    font-size: 0.9rem;
    float: right;
    margin: 3px 0 10px 30px;
    text-align: left;
}

.photo-l {
    font-size: 10px;
    font-size: 0.9rem;
    float: left;
    margin: 3px 30px 10px 0;
    text-align: left;
}

.photo-c {
    font-size: 10px;
    font-size: 0.9rem;
    margin: 3px auto 10px;
}

.photo-r img,
.photo-l img,
.photo-c img {
    margin-bottom: 40px;
}

.photo-r_mb15 img,
.photo-l_mb15 img,
.photo-c_mb15 img {
    margin-bottom: 15px;
}

.photo-r_txt{
    float: right;
    margin: 0 0 10px 40px;
}

.photo-l_txt{
    float: left;
    margin: 0 30px 10px 0;
}

.photo-r_txt img,
.photo-l_txt img,
.photo-c_txt img{
    margin: 0 0 15px 0;
}

.photo-r_txt p,
.photo-l_txt p,
.photo-c_txt p{
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
}

iframe {
    border: none;
}

/* 管理画面 iframe */
#tinymce .mceItemIframe{ background: #ebebeb; }

/* 2カラム用 */

.lb_2col {
    text-align: center;
}


.photo_2col_l{
    display: inline-block;
    margin: 0 15px 0 0;
}

.photo_2col_r{
    display: inline-block;
    margin: 0 0 0 15px;
}

.photo_2col_l img,
.photo_2col_r img{
    margin: 0 0 15px 0;
}

.photo_2col_l p,
.photo_2col_r p{
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
}

/* 3カラム用 */

.photo-c_txt{
    margin: 0 0 10px 0;
    padding: 0 60px 0 0;
    float: left;
}

.photo-3col_txt{
    font-size: 14px;
    font-size: 1.4rem;
    margin: 15px 0 0 0;
}

.photo_3col{
    width: 744px;
}

.photo_3col .photo_3col_inner{
    float: left;
    width: 224px;
    margin: 0 24px 15px 0;
    text-align: center;
}

.photo_3col .photo_3col_inner p img {
    margin: 0 0 10px;
}

.photo_3col_s{
    width: 740px;
}

.photo_3col_s .photo_3col_s_inner{
    float: left;
    width: 224px;
    margin: 0 20px 0 0;
    text-align: center;
}

.photo_3col_s .photo_3col_s_inner p{
    font-size: 1.4rem;
    text-align: left;
}

.photo_3col_s .photo_3col_s_inner img{
    margin: 0 0 15px 0;
}

.photo_3col_s .photo_3col_s_inner .arw a{
    display: inline-block;
    text-align: left;
}

/* 4カラム用 */

ul.photo_4col{
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 744px;
}

ul.photo_4col li{
    list-style: none;
    float: left;
    width: 162px;
    margin: 0 24px 0 0;
}

ul.photo_4col li img{
    margin: 0 10px 17px;
}

/* リンク定義
======================================================= */

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 .4em;
}

.blank a {
    padding: 0 0 0 16px;
    background: url(../img/ico_blank.png) no-repeat 0 5px;
}

.pdf a {
    padding: 0 0 0 21px;
    background: url(../img/ico_pdf.png) no-repeat 0 2px;
}

.pdfred a {
    padding: 0 0 0 21px;
    background: url(../img/ico_pdf_red.png) no-repeat 0 2px;
}

/* 引用定義
======================================================= */

.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 {
    width: 100%;
}

form table.tbr th {
    width: 30%;
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 20px 10px;
}

form table.tbr td {
    width: 70%;
    text-align: left;
    padding: 20px 10px;
}

form table.tbr span {
    float: right;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    background: #c00;
    padding: 2px 7px;
}

form ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

form input,
form select,
form label {
    padding: 5px;
    font-size: 1.6rem;
    vertical-align: middle;
}

form textarea {
    width: 90%;
    padding: 5px;
    font-size: 1.6rem;
    vertical-align: middle;
    resize: vertical;
}

form input[type="text"] {
    width: 85%;
}

form input[type="tel"] {
    width: 20%;
}
*#tel1,
*#tel2,
*#tel3,
*#zip1 {
    width: 20%;
}
*#zip2 {
    width: 30%;
}

form input[type="radio"],
form input[type="checkbox"] {
    width: 20px;
    height: 20px;
}


form ul.list_inline li {
    float: left;
    margin: 0 30px 0 0;
}

form ul.list_inline li input[type="checkbox"] {
    margin: 0 5px 0 0;
}

dl.subform {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
}

dl.subform dt {
    float: left;
    width: 23%;
    padding: 9px 0 0;
}
dl.subform dd {
    float: left;
    width: 77%;
}


form .agree_box {
    padding: 20px 10px;
    text-align: center;
    border: 1px solid #e6e6e6;
    font-size: 18px;
    font-size: 1.8rem;
}

form .agree_box input[type="checkbox"] {
    margin: 0 10px 0 0;
}

form input.btn {
    display: block;
    margin: 0 auto;
    padding: 20px 60px 20px 81px;
    color: #fff;
    background: #666 url(../img/arw_fmenu.webp) no-repeat 60px 50%;
    border: none;
    font-size: 14px;
    font-size: 1.4rem;
}

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;
}


/* お問い合わせ error */

.err_block {
    clear: both;
    margin-bottom: 17px;
    padding: 12px;
    background: #ffe8e8;
}

.err_block p {
    color: #f00;
}

.err_block p.err_tit {
    font-weight: bold;
    margin: 0 0 5px;
    padding: 2px 0 2px 10px;
    color: #fff;
    background: #f00;
}

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;
}

fieldset {
    display: inline;
    padding: 3px;
}

fieldset.error {
    background: #ffe8e8;
}

#form_flow {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#form_flow li {
    float: left;
    width: 202px;
    list-style-type: none;
}

#form_flow li.arw {
    width: 57px;
    padding: 7px 0 0;
    text-align: center;
}

#form_flow li .inner {
    padding: 5px 0;
    text-align: center;
    border: 1px solid #d2d2d2;
}


/* 真ん中
======================================================= */

.tal {
    text-align: left !important;
}

.tac {
    text-align: center !important;
}

.tar {
    text-align: right !important;
}


/* TOPへ戻る
======================================================= */

.top_back {
    clear: both;
    padding: 30px 0 100px;
    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;
}

.pc_none { display: none !important; }
/* 管理画面 pc_none */
#tinymce .pc_none{ display: block; }
.clearfix {
    zoom: 1;
}
.clearfix:after {
    display: block;
    clear: both;
    content: '';
}
/*
*:after {
    display: block;
    clear: both;
}
*/

.w35 {
    width: 35%;
}

.w20 {
    width: 20%;
}
/* ちらつき防止
======================================================= */

.overimg {
    box-shadow: #fff 0 0 0;
}

.overimg:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
    transition: 0.2s;
    background: #fff;
}

/* boxlink
======================================================= */
.boxlink {
    cursor: pointer;
}

.boxlink:hover a {
    text-decoration: none;
}

/* 管理画面設定
======================================================= */
.mceContentBody #aptoenqform,
.mceContentBody .youtube_frame{
    background: #ebebeb;
    width: 100%;
    height: 100%;
}
.mceContentBody #aptoenqform::before,
.mceContentBody .youtube_frame::before{
    content: "Contact Form";
    text-align: center;
    width: 100%;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
}

.mceContentBody .youtube_frame::before{
    content: "Yotube";
}

/* top-a設定
======================================================= */

.back_gray {
    background: #f5f5f5;
    clear: both;
}

.back_gray_topics {
    background: #f5f5f5;
}

.back_gray_pickup {
    background:#f5f5f5 url(../img/img_pickup_back.webp) no-repeat 100% -1%;
}

.back_gray_products {
    background-image:url(../img/img_products_back1.webp),url(../img/img_products_back2.webp);
    background-position: 0 0,100% 100%;
    background-color:#f5f5f5;
    background-repeat: no-repeat,no-repeat;
}

.main_menu{
    overflow:hidden;
    padding: 16px 0 26px 0;  /*変更*/
    width: 996px;
    margin: 0 auto;
    
}

.main_menu ul{
    margin: 0;
}

.main_menu li{
    float: left;
    display: table;
    width: 150px;
    height: 96px;
    list-style: none;
    margin-right: 16px;
    overflow: hidden;
}

.main_menu li.boxlink:hover{
    cursor: pointer;
}

.main_menu li.main_menu1{
    background: url(../img/img_menu1.webp) no-repeat;
}

.main_menu li.main_menu2{
    background: url(../img/img_menu2.webp) no-repeat;
}

.main_menu li.main_menu3{
    background: url(../img/img_menu3.webp) no-repeat;
}
.main_menu li.main_menu4{
    background: url(../img/img_menu4.webp) no-repeat;
}

.main_menu li.main_menu5{
    background: url(../img/img_menu5.webp) no-repeat;
}

.main_menu li.main_menu6{
    background: url(../img/img_menu6.webp) no-repeat;
}

.main_menu li.main_menu_label{
    background: url(../img/img_menu_label.webp) no-repeat;
}

.main_menu li.main_menu1:hover,
.main_menu li.main_menu2:hover,
.main_menu li.main_menu3:hover,
.main_menu li.main_menu4:hover,
.main_menu li.main_menu5:hover,
.main_menu li.main_menu6:hover,
.main_menu li.main_menu_label:hover{
    background-position: 0 -96px;
    width: 150px;
    height: 96px;
}

.main_menu li p{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 96px;
}

.main_menu li a{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    background: url(../img/arw_white.webp) no-repeat 0 50%;
    padding: 0 0 0 11px;
    text-decoration: none;
}

.main_menu li.main_menu_label a{
    padding: 0;
    background: none;
}

.exhibition {
    float: right;
    width: 310px;
    padding: 20px 40px 50px;
    background: #fff;
    margin-bottom: 30px;
    position: fixed;
    display: block;
    z-index: 1;
    bottom: 0;
    right: 0;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.6);
}

.exhibition_eng {
    float: right;
    width: 410px;
    padding: 40px 40px 50px;
    background: #fff;
    margin-top: 50px;
    margin-bottom: 60px;
    display: block;
    z-index: 1;
    bottom: 0;
    right: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.bnr_lmsearch {
    float: right;
    padding: 0px;
    background: #fff;
    margin-bottom: 50px;
	margin-right: 110px;
    position: fixed;
    display: block;
    z-index: 1;
    bottom: 0;
    right: 0;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.6);
}


.bnr_lmsearch2 {
    float: right;
    padding: 13px 10px 10px 10px;
    background: #f7f7f7;
    margin-bottom: 50px;
    margin-right: 110px;
    width: 280px;
    position: fixed;
    display: block;
    z-index: 1;
    bottom: 0;
    right: 0;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.6);
    border: solid 3px #cccccc;
}

div.bnr_lmsearch2 img {
    float: left;
	margin: 0 15px 0 0;
}

p.lmsearch2_t {
    font-size: 1.8rem;
	font-size: 18px;
    color: #0a3c76;
    font-weight: bold;
    margin: 0;
}

div.bnr_lmsearch2 a:link, a:visited {
    text-decoration: none!important;
}

.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);
}

#top .exhibition h2,
#top .exhibition_eng h2 {
    margin: 0 0 25px;
}

.exhibition ul,
.exhibition_eng ul {
    margin: 0;
    padding: 0;
}

.exhibition ul li,
.exhibition_eng ul li {
    list-style: none;
    padding: 0 0 0 11px;
    background: url(../img/arw.webp) no-repeat 0 2px;
    margin-bottom: 20px;
    line-height: 1;
}

.exhibition ul li:last-child,
.exhibition_eng ul li:last-child {
    margin: 0;
}

.exhibition ul li span,
.exhibition_eng ul li span{
    font-size: 12px;
    font-size: 1.2rem;
    color: #777;
    margin: 10px 0 0;
    display:block;
    line-height :1.4;
}

.exhibition_box {
    position: relative;
    width: 270px;
    padding: 30px ;
    background: #004ba0;
    color: #fff;
    margin-bottom: 20px;
}

.exhibition_eng .exhibition_box {
    width: 350px;
}

.exhibition_box2 {
    display: flex;
    float: right;
    width: 495px;
    padding: 15px ;
    background: #004ba0;
    color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 60px;
    position: fixed;
    z-index: 1;
    bottom: 0;
    right: 0;
    justify-content: space-around;
}

#top .exhibition_box2 h2 {
    font-size: 2.0rem;
    text-align: center;
    color: #fff;
    margin: 0;
}

#top .exhibition_box2 h2 span,
.exhibition_box2 ul li a {
  display: block;
  padding: 0;
  color: #fff;
}

.exhibition_box2 h2 a {
  background: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  padding: 0 14px;
}

.main .block .exhibition_box h3{
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 0 19px 0;
    margin: 0;
    color: #fff;
    border: none;
    font-weight: normal;
    line-height: 1;
}

.main .block .exhibition_box h3:before{
    content: '';
    position: absolute;
    top: 36px;
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    left:0;
}

.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{
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    padding: 0;
    color: #fff;
    line-height: 1.5;
}

.exhibition_box  ul.exhibition_ul li span.day{
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    margin: 3px 0 0;
}

.bnr_news{
    width: 1005px;
    margin: 20px auto;
    padding: 60px 0;
    overflow:hidden;
}

.bnr_news ul{
    padding: 0;
    margin: 0;
}

.bnr_news ul li{
    float: left;
    list-style: none;
    width: 310px;
    padding-right: 25px;
}

.top_pickup {
    padding: 105px 0 51px 0;  /*変更*/
}

.top_pickup p{
    font-size: 18px;
}

.pick_product{
    width: 1020px;
    overflow:hidden;
    margin: 20px auto 0;
    padding: 0;
}

.pick_product ul{
    padding: 0;
    margin: 0;
}

.pick_product li{
    width: 300px;
    list-style: none;
    float: left;
    padding-right: 40px;
}

.pick_product p.img{
    background:  none;
    margin: 0 0 20px 0;
}

.pick_product img{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.pick_product li p.tit a{
    font-size: 16px;
    background:  url(../img/arw.webp) no-repeat 0;
    padding : 0 0 0 13px;
    margin: 0 0 15px 0;
    display: block;
}

.pick_product li p .pickup_img {
    background:  none;
    padding : 0;
}

.pick_product li p{
    font-size:14px;
}


.top_navi {
    padding: 65px 0 0px;
}

.top_navi p{
    font-size: 18px;
}

.navi_scene{
    width: 980px;
    margin: 40px auto 0;
    padding: 0;
}


.navi_scene li{
    position: relative;
    width: 300px;
    list-style: none;
    float: left;
}

.navi_scene li.double_boder {
    width: 40px;
    padding: 142px 0 0;
}

.navi_scene li .topnav_bgimg01,
.navi_scene li .topnav_bgimg02,
.navi_scene li .topnav_bgimg03 {
    width: 300px;
    padding: 111px 0 143px;
    font-size: 22px;
    font-size: 2.2rem;
    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;
}
.navi_scene li .topnav_bgimg02 {
    background: url(../img/img_scene2.webp) no-repeat 0 center;
}
.navi_scene li .topnav_bgimg03 {
    padding: 87px 0 132px;
    background: url(../img/img_scene3.webp) no-repeat 0 center;
}

.navi_scene li p .scene_btn{
    position: absolute;
    bottom: 0;
    left: 9%;
}

.top_navi .navi_btn{
    margin: 80px 290px 11px;  /*変更*/
    background: #004ba0 url(../img/arw_white.webp) no-repeat 22% 49%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.top_navi .navi_btn a{
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 28px 0 24px;
    margin: 0; 
    text-align: center;
}

.top_navi .navi_btn:hover{
    background: #fff url(../img/arw_b.webp) no-repeat 22% 49%;
}

.top_navi .navi_btn:hover a{
   display: block;
    color: #004ba0;
    text-decoration: none;
    padding: 28px 0 24px;
    margin: 0;
    text-align: center;
}

ul.navi_scene li .btn_scene{
    position: absolute;
    left: 30px;
    bottom: -20px;
    z-index: 1;
    width: 240px;
    background: #fff;
    text-align: center;
}

ul.navi_scene li .btn_scene p{
    display: table;
    width: 100%;
    height: 90px;
    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: 105px 0 51px 0;  /*変更*/
}

.top_products p{
    font-size: 18px;
}

.top_products .products_list{
    width: 1000px;
    overflow:hidden;
    margin: 40px auto 0;
    padding: 0;
}

.top_products .products_list ul{
    padding: 0;
    margin: 0;
}

.top_products .products_list li{
    width: 230px;
    list-style: none;
    float: left;
    margin: 1px 13px 13px 1px;
    background: #fff;
}

.top_products .products_list li:nth-child(4n+1) {
    clear: left;
}

.top_products .products_list li:hover{
    margin: 0 12px 12px 0px;
    border: solid 1px #004ba0;
    cursor: pointer;
}

.top_products .products_list li:hover p a{
    text-decoration: none;
}

.top_products .products_list img{
    margin: 0 0 20px 0;
}

.top_products .products_list li p a{
    font-size: 16px;
}

.top_products .products_list li p.pick_tit{
    height: 50px;
    margin: 0 20px;
    padding-left:0.95em;
    text-indent:-0.95em;
}

.top_products .products_list li p.pick_tit:before{
    content:  url(../img/arw.webp);
    margin-right: 10px;
}

.top_products .products_list li p.pick_txt{
    font-size:14px;
    padding: 15px 20px 20px;
    height: 90px;
}

.top_products .products_btn{
    margin: 30px 290px 0;  /*変更*/
    background: #004ba0 url(../img/arw_white.webp) no-repeat 22% 49%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.top_products .products_btn a{
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 28px 0 24px;
    margin: 0; 
    text-align: center;
}

.top_products .products_btn:hover{
    background: #fff url(../img/arw_b.webp) no-repeat 22% 49%;
}

.top_products .products_btn:hover a{
   display: block;
    color: #004ba0;
    text-decoration: none;
    padding: 28px 0 24px;
    margin: 0; 
    text-align: center;
}

.com_name{
    float: left;
    width: 230px;
    margin: 0;
    text-align: center
}

#top-c .inner_body .com_name h2{
    font-size: 22px;
    margin: 44px 0;  /*変更*/
    line-height: 1.4;
}

#top-c .inner_body .com_name h2 span{
    padding: 0;
    margin: 0;
}

.com_list{
    margin: 65px 0 11px;  /*変更*/
    overflow:hidden;
}

.com_list ul{
    width: 765px;
    padding: 0;
    margin: 0;
}

.com_list li{
    position: relative;
    font-size: 16px;
    float: left;
    list-style: none;
    padding: 0 0 0 ;
    margin: 0 15px 15px 0;
    border: solid 1px #ddd;
}

.com_list li:hover{
    color: #004ba0;
    border: solid 1px #004ba0;
}

.com_list li::before{
    content: "";
    position: absolute;
    left: 2px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #ddd;
}

.com_list li:hover::before{
    background: #004ba0;
}

.com_list li a{
    display:block;
    text-decoration: none;
    padding: 20px 0 20px 58px; /*変更*/
    width: 170px;
}

.com_list li a:hover{
    display:block;
    text-decoration: none;
    width: 170px;
    color: #004ba0;
}

.com_list .com_list_mas{
    background: url(../img/ico_com_list1.webp) no-repeat 8% 50%;
}
.com_list .com_list_mas:hover{
    background: url(../img/ico_com_list1_blue.webp) no-repeat 8% 50%;
}

.com_list .com_list_idea{
    background: url(../img/ico_com_list2.webp) no-repeat 8% 50%;
}
.com_list .com_list_idea:hover{
    background: url(../img/ico_com_list2_blue.webp) no-repeat 8% 50%;
}

.com_list .com_list_com{
    background: url(../img/ico_com_list3.webp) no-repeat 8% 50%;
}
.com_list .com_list_com:hover{
    background: url(../img/ico_com_list3_blue.webp) no-repeat 8% 50%;
}

.com_list .com_list_office{
    background: url(../img/ico_com_list4.webp) no-repeat 8% 50%;
}
.com_list .com_list_office:hover{
    background: url(../img/ico_com_list4_blue.webp) no-repeat 8% 50%;
}

.com_list .com_list_his{
    background: url(../img/ico_com_list5.webp) no-repeat 8% 50%;
}
.com_list .com_list_his:hover{
    background: url(../img/ico_com_list5_blue.webp) no-repeat 8% 50%;
}

.com_list .com_list_exhi{
    background: url(../img/ico_com_list6.webp) no-repeat 8% 50%;
}
.com_list .com_list_exhi:hover{
    background: url(../img/ico_com_list6_blue.webp) no-repeat 8% 50%;
}

.top_bnr_area{
    overflow: hidden;
    width: 1100px;
    margin: 0 auto;
}

.top_bnr {
    float: left;
    width: 470px;
    height: 256px;
    background: #fff;
    padding: 9px 9px 29px 9px;
    margin: 40px 10px 40px 20px; 
    position: relative;
    border:solid 1px #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.top_bnr:hover{
    border:solid 1px #004ba0;
    cursor: pointer;
}

.top_bnr:first-child{
    margin: 40px 20px 40px 10px; 
}

.top_bnr .bnr_txt{
    font-size: 14px;
    padding: 30px 20px 0 20px;
}

.top_bnr_tips {
    float: left;
    width: 450px;
    height: 216px;
    background: #fff;
    padding: 10px 10px 30px 10px;
    margin: 40px 0; 
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.top_bnr_tips .bnr_txt{
    font-size: 14px;
    padding: 30px 20px 0 20px;
}

.top_bnr_tips:hover{
    padding: 8px 8px 28px 8px;
    border:solid 2px #004ba0;
    cursor: pointer;
}

.bnr_tit a{
    display: block;
    width: 410px;
    font-size: 20px;
    color: #fff;
    background: url(../img/arw_white.webp) no-repeat 0 48%;
    padding: 0 0 0 16px;
    position: absolute;
    top: 70px;
    left: 40px;
    text-decoration: none;
}


/*　下層共通　*/

.main .block h2.list_product,
.main_eng .block h2.list_product {
    border-top: 3px solid #004ba0;
    border-bottom: 3px solid #004ba0;
    padding: 13px 0 8px 43px;
    background: url(../img/ico_list_product.webp) no-repeat 16px 50%;
}

.main .block h2.list_about{
    padding: 0 0 9px 47px;
    background: url(../img/ico_list_about.jpg) no-repeat ;
}

.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{
    width: 740px;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

ul.link_int_b li{
    float: left;
    list-style: none;
    width: 350px;
    margin: 0 20px 0 0;
    background: #004ba0;
}

#lm_link_int_b_2line li{
    margin: 0 20px 18px 0;
}

ul.link_int_b li.mb10{
    margin: 0 20px 10px 0 !important;
}

ul.link_int_b li a{
    display: block;
    text-align: center;
    padding: 19px 0 16px;
    text-decoration: none;
    border: 1px solid #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 li a:hover{
    background: #fff;
    color: #004ba0; 
}

ul.link_int_b li a:hover span{
    background: url(../img/arw_down_b.webp) left 50% no-repeat ; 
}

ul.link_int_b_2line{
    width: 740px;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

ul.link_int_b_2line li{
    float: left;
    list-style: none;
    width: 348px;
    margin: 0 20px 0 0;
    border: 1px solid #004ba0;
    background: #004ba0;
}

ul.link_int_b_2line li a{
    display: block;
    text-align: center;
    padding: 18px 0 17px;
    text-decoration: none;
    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;
    color: #fff;
}

ul.link_int_b_2line li a:hover{
    color: #004ba0;
    background: #fff;
}

ul.link_int_b_2line li a:hover span{
    background: url(../img/arw_down_b.webp) left 50% no-repeat ; 
}

ul.link_int_b_2line li a:hover span.sub{
    background: none; 
    color: #004ba0;
}

ul.link_int_b_col3{
    width: 738px;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

ul.link_int_b_col3 li{
    float: left;
    list-style: none;
    width: 226px;
    margin: 0 18px 0 0;
    border: 1px solid #004ba0;
    background: #004ba0;
}

ul.link_int_b_col3 li:nth-child(n+4){
    float: left;
    list-style: none;
    width: 226px;
    margin: 18px 18px 0 0;
}

ul.link_int_b_col3 li a{
    display: block;
    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;
    background: url(../img/arw_down_w.webp) left 50% no-repeat ; 
}

ul.link_int_b_col3 li a:hover{
    color: #004ba0;
    background: #fff;
}

ul.link_int_b_col3 li a:hover span{
    background: url(../img/arw_down_b.webp) left 50% no-repeat ; 
}

/* ページ内リンク_青　980　*/
ul.link_int_b_980col3{
    width: 998px;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

ul.link_int_b_980col3 li{
    float: left;
    list-style: none;
    width: 312px;
    margin: 0 18px 0 0;
    border: 1px solid #004ba0;
    background: #004ba0;
}

ul.link_int_b_980col3 li:nth-child(n+4){
    float: left;
    list-style: none;
    width: 312px;
    margin: 18px 18px 0 0;
}

ul.link_int_b_980col3 li a{
    display: block;
    text-align: center;
    padding: 18px 0 17px;
    text-decoration: none;
    color: #fff;
}

ul.link_int_b_980col3 li a span{
    padding: 0 0 0 19px;
    background: url(../img/arw_down_w.webp) left 50% no-repeat ; 
}

ul.link_int_b_980col3 li a:hover{
    color: #004ba0;
    background: #fff;
}

ul.link_int_b_980col3 li a:hover span{
    background: url(../img/arw_down_b.webp) left 50% no-repeat ; 
}

/* ページ内リンク_白 */

ul.link_int{   width: 740px;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

ul.link_int li{
    float: left;
    list-style: none;
    width: 350px;
    margin: 0 20px 0 0;
}

ul.link_int li a{
    display: block;
    text-align: center;
    padding: 19px 0 16px;
    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{
    width: 740px;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

ul.link_int_2line li{
    float: left;
    list-style: none;
    width: 350px;
    margin: 0 20px 0 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: 738px;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

ul.link_int_col3 li{
    float: left;
    list-style: none;
    width: 228px;
    margin: 0 18px 0 0;
}

ul.link_int_col3 li:nth-child(n+4){
    float: left;
    list-style: none;
    width: 228px;
    margin: 18px 18px 0 0;
}

ul.link_int_col3 li a{
    display: block;
    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 {
    width: 740px;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.block_num .block_num_inner{
    float: left;
    width: 286px;
    border: 8px solid #ebebeb;
    padding: 24px;
    margin: 0 20px 20px 0;
}


.block_num .block_num_inner:last-child{
    float: left;
    width: 286px;
    border: 8px solid #ebebeb;
    padding: 24px;
    margin: 0 20px 0 0;
}

.block_num .block_num_inner p{
    font-size: 14px;
    font-size: 1.4rem;
}

.block_num .block_num_inner .tit_area{
    display: table;
    width: 100%;
    height: 40px;
    margin: 0 0 15px;
}

.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: 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_num .block_num_inner h4,
.block_num .block_num_inner h4{
    display: table-cell;
    vertical-align: middle;
    width: 230px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    vertical-align: middle;
    line-height: 1.7;
    padding: 0 0 0 16px;
    background: none;
}


.list_product_inner {
    margin: 0 0 40px 0;
}

.list_product_inner .img{
    float: left;
    width: 240px;
    margin: 0 30px 0 0;
}
.list_product_inner .img a{
    display: block;
}

.list_product_inner .img img{
    max-width: 100%;
    height: auto;
    border: 1px solid #ddd;
}

.list_product_inner .arw{
    overflow: hidden;
    zoom: 1;
}

.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;
}

.list_product_inner .arw_txt,
.list_product_inner .txt{
    overflow: hidden;
    zoom: 1;
}

.list_product_inner .txt{
    margin: 26px 0 0 0;   
}


/* カタログダウンロード */

.dl_2col{
    width: 720px;
}

.dl_2col .dl_2col_inner{
    margin: 0 ;
    text-align: center;
    width: 360px;
    float: left;
}

.dl_2col .dl_2col_inner p{
    margin: 20px 0 0 0 ;
}

.dl_3col{
    width: 720px;
}

.dl_3col .dl_3col_inner{
    margin: 0 ;
    text-align: center;
    width: 240px;
    float: left;
}

.dl_3col .dl_3col_inner p{
    margin: 20px 0 0 0 ;
}

.dl_3col .dl_3col_inner a{
    display: inline-block;
    text-align: left;
}

/* 製品情報 */

.list_products{
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 720px;
    overflow: hidden;
}

.list_products .list_products_inner{
    background: #f5f5f5 url(../img/arw.webp) 97% 50% no-repeat;
    width: 334px;
    border: 1px solid #ddd;
    padding: 15px 7px;
    margin: 0 0 48px 0;
}

.list_products .list_products_inner:last-child,
.list_products .list_products_inner:nth-last-child(2):nth-child(odd){
    margin: 0 0 0;
}



.list_products .list_products_inner:hover{
    cursor: pointer;
}

.list_products .list_products_inner img{
    float: left;
    margin: 0 10px 0 0;
}

.list_products .list_products_inner p.tit a{
    font-weight: bold;
    text-decoration: none;
}

.list_products .list_products_inner p.txt{
    font-size: 1.4rem;
    margin: 10px 15px 0 0;
    overflow: auto;
}

/* 高速連続式サーマルプリンタ */

.main .block h2.h2_blue,
.main_eng .block h2.h2_blue {
    color: #004ba0;
}

.product_detail{
    display: table;
    width: 100%;
    background: #f5f5f5;
    padding: 38px 40px 32px;
    margin: 0 0 40px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.product_detail .img_area {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 260px;
    padding: 0 40px 0 0;
}

.product_detail .img_area img{
    max-width: 260px;
    height: auto;
}

.product_detail .txt_area {
    display: table-cell;
    vertical-align: middle;
    width: 340px;
    overflow: hidden;
}

.product_detail .name{
    margin: 0 0 20px 0;
}

.product_detail .name p{
    font-family: Oswald;
    font-size: 40px;
    font-size: 4.0rem;
    line-height: 1;
}

.product_detail .txt{
    padding: 0 0 20px 0;
}

/* 製品情報　ボックス　980px*/
.product_detail_980{
    padding: 25px 40px 20px !important;
    margin: 30px 0 0 0 !important;
}

.product_detail_980 .img_area {
    width: 300px !important;
}

.product_detail_980 .img_area img{
    max-width: 300px !important;
}

.product_detail_980 .txt_area {
    width: 560px !important;
}


/* 製品情報　ボックス　980px 写真横幅500pxリスト2カラム*/
.product_detail_980_2col{
    padding: 25px 40px 20px !important;
    margin: 30px 0 0 0 !important;
}

.product_detail_980_2col .img_area {
    width: 500px !important;
}

.product_detail_980_2col .img_area img{
    max-width: 500px !important;
}

.product_detail_980_2col .txt_area {
    width: 360px !important;
}

.product_detail ul.list_blue{
    width: 348px;
    overflow: hidden;
    margin: 0 0 0 -8px;
    padding: 0;
}


.product_detail ul.list_blue li{
    width: 166px;
    float: left;
    margin: 0 0 8px 8px;
    background: #004ba0;
    list-style: none;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    padding: 3px 0;
}

.product_detail ul.list_blue_980{
    width: 522px !important;
}

ul.photo_2col{
    width: 760px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

ul.photo_2col li{
    list-style: none;
    float: left;
    width: 340px;
    margin: 0 40px 0 0;
}

ul.photo_2col li span.txt{
    font-size: 14px;
    font-size: 1.4rem;
    margin: 16px 0 0 0;
    text-align: center;
}

ul.sample_ex{
    display: table;
}

ul.sample_ex li{
    list-style: none;
    display: table-cell;
    width: 220px;
}

ul.sample_ex li span{
    font-weight: bold;
}

/* サーマルプリンタ　タブ */

.tab_border{
    margin: 0 0 32px;
    border-bottom: 1px solid #ddd;
}

ul.tab_area{
    margin: 0 0 -1px 0;
    padding: 0;
}

ul.tab_area li{
    display: block;
    margin: 0 8px 0 0;
    padding:16px 20px 14px 20px;
    list-style: none;
    float: left;
    color:#333;
    background:#f5f5f5;
    text-align:center;
    font-size:16px;
    border-top: #ddd 1px solid;
    border-left: #ddd 1px solid;
    border-right: #ddd 1px solid;
}

ul.tab_area li.selected {
    list-style: none;
    background:#fff;
    float: left;
    border-bottom: #fff 1px solid;
    padding:16px 20px 14px 20px;
    position:relative;
    z-index:1;
}

ul.tab_area li:hover{
    background: #fff;
    cursor: pointer;
}

ul.tab_area li a{
    text-decoration: none;
}

.main .tab_content .block h2{
    margin: 40px 0 30px;
    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 30px;
}

#tinymce h2{
    clear: both;
}

.tab_content + #aptoenqform{
    margin: -20px 0 0;
}

.tab_content #aptoenqform{
    display: block!important;
}

.panel {
    background: #fff;
    position:relative;
    z-index:0;
    padding: 37px 0 0 0;
    border-top: #ddd 1px solid;
}

/* サーマルプリンタ印字動作イメージ */

.product_image{
    width: 740px;
    overflow: hidden;
}

.product_image_inner{
    float: left;
    width: 350px;
    margin: 0 20px 40px 0;
}

.product_image_inner.last{
    margin: 0 20px 0 0;
}

.main .block .product_image .product_image_inner h3{
    width: 350px;
    display: inline;
}

.main .block .product_image .product_image_inner iframe{
    margin: 20px 0 0 0;
}

.printanime_yt {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        width: 740px;
}

.printanime_yt .printanime_yt_inner {
        margin: 0 20px 30px 0;
}

/* サーマルプリンタEUI2＋リンク*/
#eui2p_link {
    margin: 20px auto 0;
    color: #fff;
    text-align: center;
    width: 60%;
}

#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 0 0 10px;
    background: url(../img/arw_w.webp) left 50% no-repeat;
    display: inline-block;
}


#eui2p_link a:hover span{
    background: url(../img/arw_b.webp)  left 50% no-repeat;
    display: inline-block;
}

#eui2p_link a span.eui2p{
    display: inline-block;
    font-size: 14px;
    background: none;
}



/* 産業用インクジェットプリンタ */

.list_chara_detail {
    background: #f5f5f5;
    padding: 40px;
}

.main .block .list_chara_detail h4,
.list_chara_detail h4{
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    padding: 0;
    background: none;
}

.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: center;
    position: relative;
    padding: 28px 0 24px 0;
    background: #FFF;
    border: solid 1px #004ba0;
}

.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 {
    width: 740px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    position: relative;
}

.block_mdl .block_mdl_inner {
    float: left;
    width: 286px;
    border: 8px solid #ededed;
    padding: 24px;
    margin: 0 20px 40px 0;
    position: relative;
}

.block_mdl .block_mdl_inner:first-child:after {
    content: '';
    width:  10px;
    height: 20px;
    background: url(../img/img_mdl_arw.webp);
    
    position: absolute;
    right: -25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.block_mdl .block_mdl_inner:last-child{
    float: left;
    width: 286px;
    border: 8px solid #ededed;
    padding: 24px;
    margin: 0 20px 0 0;
}

.block_mdl .block_mdl_inner p{
    font-size: 14px;
    font-size: 1.4rem;
}

.block_mdl .block_mdl_inner li{
    font-size: 14px;
    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: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    vertical-align: middle;
    line-height: 1.3;
    padding: 0 0 0 16px;
    background: none;
}

.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: 50%;
    left: 48%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mdl_img{
    float: left;
}

.mdl_txt{
    float: right;
    width: 450px;
}

.mdl_txt p.txt{
    font-weight: bold;
    padding: 0 0 24px 0;
    margin: 0 0 26px 0;
    border-bottom: #ddd 1px solid;
}

/* MDLシリーズの発泡スチロール印字 */

ul.list_blue_col5{
    width: 725px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

ul.list_blue_col5 li{
    width: 140px;
    float: left;
    list-style: none;
    margin: 0 5px 0 0;
    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;
}

.list_circle .txt{
    float: right;
    width: 652px;
}

.main .block .list_circle .txt h4,
.list_circle .txt h4{
    font-size: 18px;
    font-size: 1.8rem;
    padding: 12px 0 13px;
    background: none;
    margin: 0;
}

.list_flow_3col{
    overflow: hidden;
    width: 760px;
}

.list_flow_3col .photo_l{
    float: left;
    padding: 0 40px 0 0;
    background: url(../img/img_mdl_arw02.webp) 100% no-repeat;
}
.list_flow_3col .photo_c{
    float: left;
    padding: 0 40px 0 0;
    margin: 0 0 0 20px;
    background: url(../img/img_mdl_arw02.webp) 100% no-repeat;
}

.list_flow_3col .photo_r{
    float: left;
    margin: 0 0 0 20px;
}

.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;
}


/* イーデーエムの提案する印字検査機 */

.block_num .block_num_inner .tit_area .ico_circle{
    display: table-cell;
    vertical-align: top;
    width: 40px;
}

.pc_melit{
    padding: 30px 32px;
    border: 1px solid #ddd;
}

.pc_melit img{
    float: left;
    margin: 15px 25px 20px 0;
}

.pc_melit txt{
    float: right;
}

.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{
    width: 780px;
    overflow: hidden;
}

.list_pc .list_pc_inner{
    float: left;
    width: 200px;
    margin: 0 60px 0 0;
}

.list_pc .list_pc_inner p.tit{
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 0 14px 0;
}

.list_pc .list_pc_inner p.txt{
    font-size: 1.4rem;
    margin: 17px 0 0 0;
}

/*ラベル貼り自動化のすすめ*/

ul.link_blue{
    width: 740px;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

ul.link_blue li{
    float: left;
    list-style: none;
    width: 350px;
    margin: 0 20px 0 0;
}

ul.link_blue li a{
    display: block;
    text-align: center;
    padding: 17px 0 16px;
    text-decoration: none;
    background: #004ba0;
    border: 1px solid #004ba0;
}

ul.link_blue li a span{
    display: inline-block;
    padding: 0 0 0 19px;
    background: url(../img/arw_white.webp) left 50% no-repeat ;
    color: #fff;
}
ul.link_blue li a:hover{
    background: #fff;
}

ul.link_blue li a:hover span{
    background: url(../img/arw_b.webp) left 50% no-repeat ; 
    color: #004ba0;
}


.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: 350px;
    left: -50%;
    position:relative;
}

.link_tac ul.link_blue_tac li a{
    display: block;
    text-align: center;
    padding: 17px 0 16px;
    text-decoration: none;
    background: #004ba0;
    border: 1px solid #004ba0;
}

.link_tac ul.link_blue_tac li a span{
    padding: 0 0 0 19px;
    background: url(../img/arw_white.webp) left 50% no-repeat ;
    color: #fff;
}

.link_tac ul.link_blue_tac li a:hover{
    background: #fff;
}

.link_tac ul.link_blue_tac li a:hover span{
    background: url(../img/arw_b.webp) left 50% no-repeat ; 
    color: #004ba0;
}

.after_txt{
    font-size: 2.2rem;
    text-align: center;
    margin: 30px 0 30px 0;
    padding: 50px 0 0;
    background: url(../img/img_arw_double.webp) top no-repeat; 
}

.after_txt_s{
    font-size: 2.2rem;
    text-align: center;
    margin: 15px 0 30px 0;
    padding: 30px 0 0;
    background: url(../img/img_arw_double.webp) top no-repeat;
}

/*ラベラー・ラベリングシステム導入までの流れ*/

.label_txt_ter {
    text-align: right;
}

.flow_product{
    margin: 30px 0 0;
    padding: 0 0 30px 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: 18px;
    font-size: 1.8rem;
    vertical-align: middle;
    line-height: 1.3;
    padding: 0 0 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: 36px 0;
    margin: 0;
    border-top: 2px solid #004ba0;
}

ul.list_check_g li{
    list-style: none;
    margin: 0 56px 35px 56px;
    padding: 0 0 0 30px;
    background: url(../img/img_check.webp) 0 4px no-repeat;
}

ul.list_check_g 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_g li:last-child{
    list-style: none;
    margin: 0;
    text-align: center;
    background: none;
}

ul.list_check_g li span.arw{
    padding: 0 0 0 16px;
    background: url(../img/arw.webp) no-repeat 0 .4em;
}


/*ラベル制作*/


#bxslider_label {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#bxslider_label ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
    z-index: 1;
}

#bxslider_label ul li img{
    width: auto;
    height: 100%;
}

#bxslider_label .bx-controls-direction a {
    display: block;
    overflow: hidden;
    width: 19px;
    height: 0 !important;
    margin: 0;
    padding-top: 37px;
    outline: medium none;
}
#bxslider_label .bx-prev {
    position: absolute;
    z-index: 2;
    top: 45%;
    left: 10px;
    width: 15px;
    height: 29px;
    background: url(../img/arw_slide_l.webp) no-repeat scroll 0 0;
}
#bxslider_label .bx-next {
    position: absolute;
    z-index: 2;
    top: 45%;
    right: 10px;
    width: 40px;
    height: 63px;
    background: url(../img/arw_slide_r.webp) no-repeat scroll 0 0;
}
#bxslider_label .bx-controls .bx-pager {
    overflow: hidden;
    left: 0;
    height: 12px;
    margin: 15px 0 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 {
    overflow: hidden;
    outline: none;
    padding-top: 12px;
    height: 0px !important;
    height /**/: 12px;
    width: 12px;
    margin: 0 4px;
    display: inline-block;
}

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: 732px;
    margin: 25px auto 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}

ul.label_anchor li a {
    display: block;
    float: left;
    width: 171px;
    margin: 0 12px 0 0;
    padding: 12px 0 23px;
    font-size: 15px;
    font-size: 1.5rem;
    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: 740px;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}

ul.list_label_products li {
    display: table;
    float: left;
    width: 292px;
    margin: 0 20px 30px 0;
    padding: 20px 28px;
    border: 1px solid #ddd;
    background: #f5f5f5 url(../img/arw.webp) 97% 50% no-repeat;
}

ul.list_label_products li .left {
    display: table-cell;
    vertical-align: middle;
    width: 90px;
}

ul.list_label_products li .right {
    float: right;
    width: 180px;
}

ul.list_label_products li .right p.tit {
    margin: 0 0 10px;
    font-size: 16px;
    font-size: 1.6rem;
    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: 14px;
    font-size: 1.4rem;
}
.label_top_tit {
    margin: 0 0 20px;
    padding: 0 0 11px;
}
.label_top_tit p {
    position: relative;
    padding: 12px 15px;
    font-size: 22px;
    font-size: 2.2rem;
    color: #004ba0;
    text-align: center;
    border: 1px solid #004ba0;
}

.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: 720px;
    margin: 0 0 28px;
}

.label_flow p.tit {
    margin: 0 0 20px;
    font-size: 18px;
    font-size: 1.8rem;
    background: #f5f5f5;
}
.label_flow p.tit span {
    display: inline-block;
    width: 48px;
    margin: 0 20px 0 0;
    padding: 8px 0 9px;
    font-size: 20px;
    font-size: 2.0rem;
    font-family: Oswald;
    color: #fff;
    text-align: center;
    background: #004ba0;
}

.label_flow .left {
    float: left;
    width: 490px;
}

.label_flow .right {
    float: right;
    width: 200px;
}
.label_flow .txt {
    margin: 0 0 30px;
}

.certification {
    width: 640px;
    margin: 0 auto;
    padding: 30px 40px;
    background: #f5f5f5;
}

.certification .tit {
    margin: 0 0 20px;
    font-weight: bold;
}

.certification .left {
    float: left;
    width: 430px;
}

.certification .right {
    float: right;
    width: 172px;
}

ul.label_support {
    display: table;
    width: 740px;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}

ul.label_support li {
    width: 350px;
    float: left;
    margin: 0 20px 20px 0;
    background: #004ba0;
}

ul.label_support li a {
    display: table-cell;
    vertical-align: middle;
    height: 72px;
    width: 350px;
    color: #fff;
    padding: 10px 0;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
    border: 1px solid #004ba0;
    -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: 22px;
    font-size: 2.2rem;
    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: 720px;
    margin: 0 auto;
}

.label_printing .left {
    float: left;
    width: 420px;
}
.label_printing .right {
    float: right;
    width: 275px;
}

.label_paper {
    width: 720px;
    margin: 0 auto 30px;
    padding: 0 0 30px;
    border-bottom: 1px solid #ddd;
}

.label_paper.last {
    width: 720px;
    margin: 0 auto;
    padding: 0;
    border-bottom: none;
}

.label_paper .left {
    position: relative;
    float: left;
    width: 180px;
}

.label_paper .left p.roope {
    position: absolute;
    right: 0;
    bottom: 0;
}

.label_paper .right {
    float: right;
    width: 510px;
}

.label_paper .right p.tit {
    margin: 0 0 20px;
    font-weight: bold;
}

ul.label_yupo {
    width: 744px;
    margin: 0 auto 15px;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}

ul.label_yupo li {
    float: left;
    width: 125px;
    margin: 0 23px 0 0;
}

ul.label_yupo li .img_box {
    position: relative;
    margin: 0 0 10px;
}

ul.label_yupo li .img_box p.roope {
    position: absolute;
    right: 0;
    bottom: 0;
}

ul.label_yupo li p.txt_sozai {
    width: 125px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
}

ul.label_yupo li p.txt {
    margin: 15px 0 0;
    font-size: 13px;
    font-size: 1.3rem;
}


/*商品ラベル*/

.label_intro {
   width: 720px;
   margin: 0 auto 20px;
}

.label_intro .left {
    float: left;
    width: 90px;
    padding: 2px 0 0;
    text-align: center;
    color: #fff;
    background: #004ba0;
}
.label_intro .right {
    float: right;
    width: 610px;
    margin: 3px 0 0;
}
.label_intro .right p {
    line-height: 1.6;
}

.label_product {
    border-top: 3px solid #004ba0;
    padding: 36px 0 0;
}

.label_product .tit{
    padding: 0 0 36px;
    margin: 0 0 20px;
    font-size: 20px;
    font-size: 2.0rem;
    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: 720px;
}
.label_product dl.label_case dt {
    display: inline-block;
    vertical-align: top;
    width: 171px;
    margin: 0 20px 10px 0;
    padding: 7px 0 8px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    text-align: center;
    background: #f5f5f5;
}
.label_product dl.label_case dd {
    display: inline-block;
    width: 520px;
    margin: 7px 0 0;
}

.label_product ul.label_3col {
    width: 550px;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}

.label_product ul.label_3col li {
    position: relative;
    float: left;
    width: 130px;
    margin: 0 80px 0 0;
}
.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: 220px;
    margin: 0 auto;
    text-align: center;
}
.label_product .col1 p.roope {
    position: absolute;
    right: 0;
    bottom: 0;
}
.label_product ul.label_2col {
    width: 520px;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}

.label_product ul.label_2col li {
    position: relative;
    float: left;
    width: 220px;
    margin: 0 80px 0 0;
}
.label_product ul.label_2col li.last {
    margin: 0;
}

.label_product ul.label_2col li p.roope {
    position: absolute;
    right: 0;
    bottom: 0;
}


.label_product ul.label_arw_col {
    width: 538px;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}

.label_product ul.label_arw_col li {
    float: left;
    width: 220px;
    text-align: center;
    margin: 0 40px 0 0;
}

.label_product ul.label_arw_col li.list_arw {
    width: 18px;
    margin: 86px 40px 0 0;
}
.label_product ul.label_arw_col li.last {
    margin: 0;
}

.label_product ul.label_arw_col li .img {
    position: relative;
}

.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 {
    width: 720px;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}

ul.label_arw_3col li {
    float: left;
    width: auto;
    text-align: center;
    margin: 0 36px 0 0;
}

ul.label_arw_3col li.list_arw {
    width: 18px;
    margin: 86px 36px 0 0;
}
ul.label_arw_3col li.last {
    margin: 0;
}

ul.label_arw_3col li .img {
    position: relative;
}

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 {
    text-align: center;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}

ul.long_short li {
    width: auto;
    display: inline-block;
    margin: 0 40px 0 0;
}

ul.long_short li.last {
    margin: 0;
}

ul.long_short li .img {
    position: relative;
}

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;
}


/*デモ動画のご紹介*/

.product_movie .movie_l{
    float: left;
    width: 380px;
}

.product_movie .movie_l .name{
    margin: 0 0 40px 0;
}

.product_movie .movie_l img{
    width: 120px;
    margin: 0 20px 0 0;
    float: left;
}

.product_movie .movie_l .txt{
    font-size: 14px;
    font-size: 1.4rem;
}

.product_movie .movie_r{
    float: right;
}

.product_movie .movie_r p.arw{
    margin: 24px 0 0 0;
    text-align: right;
}

ul.link_blue_2line{
    width: 740px;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

ul.link_blue_2line li{
    float: left;
    list-style: none;
    width: 350px;
    margin: 0 20px 0 0;
}

ul.link_blue_2line li a{
    display: block;
    text-align: center;
    padding: 17px 0 16px;
    text-decoration: none;
    background: #004ba0;
    border: 1px solid #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: 1.4rem;
    padding: 0;
    background: none; 
    color: #fff;
}
ul.link_blue_2line li a:hover span.sub{
    background: none; 
}

ul.link_blue_2line li a:hover{
    background: #fff;
}

ul.link_blue_2line li a:hover span{
    background: url(../img/arw_b.webp) left 50% no-repeat ;
    color: #004ba0;
}


/*受託加工*/

.trust_message{
    padding: 56px 0 325px 0;
    background: #3b75d5 url(../img/img_trust01.webp) bottom no-repeat;
}

.main .block .trust_message h2,
.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,
.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,
.trust_message p{
    color: #fff;
    margin: 0 96px;
}


.trust_image{
    background: #f5f5f5;
    padding: 0 0 30px 5px;
}

.main .block h4.trust_tit,
h4.trust_tit{
    background: #004ba0;
    text-align: center;
    color: #fff;
    padding: 5px 0 2px;
    margin: 0;
    font-weight: normal;
}

.trust_image .catch{
    text-align: center;
    padding: 28px 0 0;
}

.trust_image .catch p{
    font-size: 14px;
    font-size: 1.4rem;
}

.trust_image_inner{
    float: left;
    padding: 30px 0 0 25px;
    margin: 0 0 0 0;
    text-align: center;
    width: 202px;
}


.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: 14px;
    font-size: 1.4rem;
}

.trust_image_inner .txt_l p{
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
}

.trust_photo_2col_l{
    float: left;
    width:340px;
    margin: 0 40px 0 0 ;
}

.trust_photo_2col_r{
    float: left;
    width: 340px;
}

.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.4rem;
}

.trust_flow{
    background: #f5f5f5;
    padding: 0 0 30px 23px;
}

.trust_flow_inner{
    float: left;
    padding: 30px 18px 0 0 ;
    margin: 0 0 0 7px;
    text-align: center;
    width: 202px;
    background: url(../img/img_arw04.webp) 100% no-repeat;
}

/*.trust_flow_inner:nth-child(3){
    background: none;
}*/

.trust_flow_inner:last-child{
    background: none;
}

.trust_flow_inner img{
    margin: 15px 0;
}

.trust_flow_inner .txt p{
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
}

.trust_flow_inner .txt_l{
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
}

.trust_flow_inner img.arw{
    margin: 15px 0;
}

.trust_4col{
    background: #f5f5f5;
    padding: 0 0 30px 30px;
}

.trust_4col_inner{
    float: left;
    padding: 30px 20px 0 0;
    margin: 0 0 0 0;
    text-align: center;
    width: 149px;
}

.trust_4col_inner img{
    margin: 15px 0;
}

.trust_4col .trust_4col_inner p.tit{
    line-height: 50px;
    vertical-align: middle;
}

.trust_4col_inner p.txt {
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
}

.trust_flow_inner p.txt{
    font-size: 14px;
    font-size: 1.4rem;
}

.trust_4col_inner p.txt_l{
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
}

.trust_4col_inner img.arw{
    margin: 15px 0;
    padding: 0 18px 0 0;
    background: url(../img/img_arw04.webp) 100% 50% no-repeat;
}

table.tbr.w67 {
    width: 67%;
}

/*ラベル貼付加工・貼付方式*/

.product_labelmethod .inner_l{
    float: left;
    width: 380px;
}

.product_labelmethod .inner_l .name{
    margin: 0 0 40px 0;
}

.product_labelmethod .inner_l img{
    width: 120px;
    margin: 0 20px 0 0;
    float: left;
}

.product_labelmethod .inner_l .txt{
    font-size: 14px;
    font-size: 1.4rem;
}

.product_labelmethod .inner_r{
    width: 302px;
    float: right;
}

.product_labelmethod .inner_r p.arw{
    margin: 24px 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: 24px 0 36px;
    margin: 0;
    border-top: 2px solid #004ba0;
}

ul.list_check_tit li{
    list-style: none;
    margin: 0 56px 35px 56px;
    padding: 0 0 0 30px;
    background: url(../img/img_check.webp) 0 4px no-repeat;
}

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:last-child{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    background: none;
}

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: 736px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

ul.list_blue_col4 li{
    width: 168px;
    float: left;
    list-style: none;
    margin: 0 16px 0 0;
    color: #fff;
    text-align: center;
}

ul.list_blue_col4 li a{
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 22px 0 20px;
    background: none;
    background: #004ba0;
    border: 1px solid #004ba0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul.list_blue_col4 li a:hover{
    color: #004ba0;
    background: #fff;
}

ul.list_blue_col4 li a span{
    padding: 0 0 0 16px;
    background: url(../img/arw_w.webp) 0 .4em no-repeat;
}


ul.list_blue_col4 li a:hover span{
    background: url(../img/arw_b.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;
}

p.strage_gray span{
    padding: 0 0 0 21px;
    margin: 0 0 0 21px;
    border-left: #ddd 1px solid;
}

ol.symbol_view{
    margin: 0 0 0;
    padding: 0;
    float: right;
}

.item_check{
    position: relative;
    overflow:hidden;
    background: #f5f5f5;
    padding: 25px 25px 22px;
}

.item_check ul{
    margin: 0;
    padding: 0;
    text-align: center;
    
    position:relative;
    float:left;
    left:50%;
}

.item_check ul li:first-child{
    list-style-type: none;
    float: left;
    padding: 0 0 0 29px;
    margin: 0;
    background: url(../img/ico_check_b.webp) no-repeat;
    position:relative;
    left:-50%;
}

.item_check ul li{
    list-style-type: none;
    float: left;
    padding: 0 0 0 29px;
    margin: 0 0 0 30px;
    background: url(../img/ico_check_b.webp) no-repeat;
    position:relative;
    left:-50%;
}

/*【OPP／CPP】　サーマルリボン（内巻）の適性試験評価表*/

ul.list_opp{
    margin: 0;
    padding: 0;
    width: 743px;
    overflow: hidden;
}

ul.list_opp li{
    float: left;
    list-style-type: none;
    border: #ddd 1px solid;
    margin: 0 19px 24px 0;
}

ul.list_opp li:last-child{
    float: left;
    list-style-type: none;
    margin: 0 18px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul.list_opp li span{
    display: block;
    text-align: center;
    font-size: 1.4rem;
    padding: 8px 0 5px 0;
    background: #f5f5f5;
    border-bottom: #ddd 1px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*活字・タイプホルダ*/

.list_parts{
    margin: 0;
    padding: 0;
}

.list_parts .list_parts_inner{
    float: left;
    list-style: none;
    width: 350px;
    height: 100px;
    margin: 0 0 40px 0;
}

.list_parts .list_parts_inner p.img{
    float: left;
    margin: 0 16px 0 0;
}

.list_parts .list_parts_inner p.txt{
    overflow: auto;
}

.item_check_list{
    position: relative;
    overflow:hidden;
    background: #f5f5f5;
    padding: 40px 44px;
}

.item_check_list .item_check_list_inner{
    float: left;
    width: 300px;
}

.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: 32px;
    border: 8px solid #ebebeb;
}

/*選定ナビ*/

.navi_select{
    margin: 0 0 64px 0;
}

.navi_select:last-child{
    margin: 0 0 0;
}

.navi_select p.txt{
    float: right;
    font-size: 1.4rem;
    margin: 10px 0 30px 0;
    width: 280px;
}

.navi_select .navi_l{
    float: left;
    width: 251px;
    height: 80px;
    border-left: 2px solid #004ba0;
    padding: 0 0 0 107px;
    position: relative;
    margin: 0 74px 0 0;
}

.navi_select .navi_l:after{
    content: '';
    width: 74px;
    height: 12px;
    background: url(../img/arw_navi.webp);
    position: absolute;
    right: -74px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.navi_select .navi_l p{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.select02{
    background: url(../img/arw_navi_branch.webp) 20px 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{
    float: left;
    width: 251px;
    height: 80px;
    border-left: 2px solid #004ba0;
    padding: 0 0 0 107px;
    position: relative;
    margin: 0 74px 30px 0;
}

.navi_select .navi_l_tit p{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.navi_select .navi_c{
    float: left;
    width: 234px;
    height: 80px;
    padding: 0 0 0 44px;
    position: relative;
    margin: 0 74px 30px 80px;
    border: 1px solid #ddd;
}


.navi_select .navi_c:after{
    content: '';
    width: 74px;
    height: 12px;
    background: url(../img/arw_navi.webp);
    position: absolute;
    right: -74px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.navi_select .navi_c p{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}



.navi_select .navi_c_last{
    float: left;
    width: 234px;
    height: 80px;
    padding: 0 0 0 44px;
    position: relative;
    margin: 0 74px 0 80px;
    border: 1px solid #ddd;
}

.navi_select .navi_c_last:after{
    content: '';
    width: 74px;
    height: 12px;
    background: url(../img/arw_navi.webp);
    position: absolute;
    right: -74px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.navi_select .navi_c_last p{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.navi_select .navi_r{
    float: right;
    width: 193px;
    height: 78px;
    padding: 0 0 0 87px;
    border: 1px solid #ddd;
    position: relative;
}

.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: 740px;
    overflow: hidden;
}

.list_print .list_print_inner{
    float: left;
    float: left;
    width: 350px;
    margin: 0 20px 20px 0;
}

.list_print .list_print_inner img{
    margin: 0 0 10px 0;
}

.list_print .list_print_inner .txt{
    font-size: 14px;
    font-size: 1.4rem;
    margin: 10px 0 0 0;
}

.main .block h2.h2_glass{
    padding: 0 0 10px 48px;
    background: url(../img/ico_h2_glass.png) 1px 0 no-repeat;
}

ul.link_print_2line{
    width: 740px;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

ul.link_print_2line li{
    float: left;
    list-style: none;
    width: 348px;
    height: 95px;
    margin: 0 20px 20px 0;
    background: #f5f5f5;
    border: 1px solid #ddd;
    position: relative;

}

ul.link_print_2line li:last-child{
    margin: 0 20px 0 0;

}

ul.link_print_2line li a{
    display: block;
    text-decoration: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 18%;
}

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.webp) 50% 50% no-repeat;
}

.search_detail .catch{
    text-align: center;
    line-height: 1.8;
    margin: 0 0 20px;
}

.search_detail .catch p{
    font-size: 20px;
    font-size: 2.0rem;
}

.search_detail .catch span{
    font-size: 22px;
    font-size: 2.2rem;
    color: #0a3c76;
    padding: 0 8px 0 30px;
    font-weight: bold;
    background: url(../img/bg_cross.gif) 4px 50% no-repeat;
}

.search_detail .catch span:first-child{
    padding: 0 8px 0 0;
    background: none;
}

.search_detail .searck_btn {
    width: 260px;
    margin: 0 auto;
}

.search_detail .searck_btn a{
    display: block;
    color: #fff;
    font-size: 19px;
    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 30% 49%;
}

.search_detail .searck_btn a:hover{
    display: block;
    color: #004ba0;
    font-size: 19px;
    font-size: 1.9rem;
    text-decoration: none;
    padding: 27px 0 23px;
    border: 1px solid #004ba0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
    text-align: center;
    background: #fff url(../img/arw_b.webp) no-repeat 30% 49%;
}

/*各種プリンタの特徴・印字サンプル*/


.list_sample img{
    float: left;
    margin: 0 20px 0 0;
}

.list_sample p{
    overflow: auto;
}

.list_sample p.arw{
    text-align: right;
    margin: 10px 0 0 0;
}

/*日付・製造所固有記号・ロット番号などの固定情報の印字*/

.list_fixed{
    overflow: hidden;
    width: 740px;
}

.list_fixed_inner{
    float: left;
    width: 350px;
    margin: 0 20px 35px 0;
}

.list_fixed_mb20 {
    margin-bottom: 20px !important;
}

.list_fixed_inner p.txt{
    font-size: 14px;
    font-size: 1.4rem;
    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_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: 738px;
    overflow: hidden;
}

.list_step_inner{
    float: left;
    width: 228px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 7px;
    margin: 0 18px 18px 0;
    -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%;
    height: 65px;
}

.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 ;
}



/*製品詳細検索*/

.search_step{
    border-top: #004ba0 2px solid;
    background: #f5f5f5;
    padding: 5px 24px 27px;
    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: 24px;
}

.main .block .search_step .tit_area .num{
    float: left;
    width: 80px;
    background: #004ba0;
    color: #fff;
    font-family: Oswald;
    font-size: 16px;
    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;
}

.main .block .search_step .tit_area h3.h3_search br{
    display: none;
}

.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: 195px;
    display: block;
    float: left;
    margin: 0 0 20px 0;
}

.search_step .search_step_inner .step02 label:nth-last-child(-n+3){
    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;
}

.search_step .search_step_inner .step03 label:first-child{
    padding: 0;
    margin: 0 0 20px 0;
    border-bottom: none;
}

.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;
    width: 290px;
    float: left;
    font-size: 1.4rem;
    border: none;
}

.search_step .search_step_inner .step03 label:last-of-type{
    border: none;
    margin: 0;
    padding: 0;
}

.search_button{
    text-align: center;
}

.search_button button {
    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_b.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 15px 0 0;
}

ul.note_list li .txt{
    display: block;
    overflow: hidden;
}


/*ラベル貼り選定ナビ*/

.list_lavel{
    overflow: hidden;
    width: 735px
}

.list_lavel .list_lavel_inner{
    float: left;
    margin: 0 15px 30px 0;
}

.list_lavel .list_lavel_inner p{
    margin: 10px 0 0;
}

/*選ばれる理由*/

.reason_region img{
    float: left;
    margin: 0 30px 0 0;
}

.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 0 7px;
}

.reason_region .reason_region_inner p span{
    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;
    overflow: hidden;
    display: table;
}

.reason_region .reason_region_inner ul li{
    font-size: 1.4rem;
    margin: 0;
    list-style: none;
    display: table-cell;
}

.reason_region .reason_region_inner ul li:first-child{
    width: 230px;
}

.center_txt{
    width: 450px;
}

.center_img{
    float: right;
    margin: 0;
}

.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_txt{
    font-size: 14px;
    font-size: 1.4rem;
    margin: 15px 0 0 0;
}

.photo_reason{
    width: 744px;
}

.photo_reason .photo_reason_inner{
    float: left;
    width: 224px;
    margin: 0 24px 35px 0;
    text-align: center;
}

.photo_reason .photo_reason_inner:last-child{
    margin: 0 0 0;
}


/*サポート*/

.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;
    text-decoration: none;
    margin: 0 0 20px 0;
}

.block_num .block_num_inner .company_tit p a.ht50{
    line-height: 56px;
    vertical-align: middle;
}

.block_num .block_num_inner p{
    font-size: 14px;
    font-size: 1.4rem;
}

/* お問い合わせ
======================================================= */
.form_tit {
    margin: 0 0 15px;
    font-size: 22px;
    font-size: 2.2rem;
}
.form_tel {
    width: 720px;
    margin: 0 0 45px;
}
.form_tel .tel_txt{
    display: table;
    font-size: 32px;
    font-size: 3.2rem;
    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: table-cell;
    vertical-align: middle;
    padding: 3px 0 0 20px;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: メイリオ;
}

/*お電話でのお問い合わせ*/

ul.link_area{
    width: 740px;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

ul.link_area li.area02{
    float: left;
    list-style: none;
    width: 227px;
    margin: 0 18px 18px 0;
}

ul.link_area li.area02 a{
    display: block;
    text-align: center;
    padding: 28px 0 25px;
    text-decoration: none;
    border: 1px solid #ddd;
}
ul.link_area li.area03{
    float: left;
    list-style: none;
    width: 227px;
    margin: 0 18px 18px 0;
}

ul.link_area li.area03 a{
    display: block;
    text-align: center;
    padding: 28px 0 25px;
    text-decoration: none;
    border: 1px solid #ddd;
}

ul.link_area li.area01{
    float: left;
    list-style: none;
    width: 472px;
    margin: 0 18px 18px 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: 18px;
    font-size: 1.8rem;
    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: 16px;
    font-size: 1.6rem;
    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: 24px 0 36px;
    margin: 0;
    border-top: 2px solid #004ba0;
}

ul.list_check_contact li{
    list-style: none;
    margin: 0 56px 15px 56px;
    padding: 0 0 0 30px;
    background: url(../img/img_check.webp) 0 4px no-repeat;
}

ul.list_check_contact 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;
    font-size: 1.8rem;
}

ul.list_check_contact li:last-child{
    list-style: none;
    margin: 0 56px;
    padding: 0 0 0 30px;
    background: url(../img/img_check.webp) 0 4px no-repeat;
}

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{
    overflow: hidden;
    width: 740px;
}

.form_list_inner{
    float: left;
    width: 350px;
    margin: 0 20px 35px 0;
}

/*機械製品ご購入に関するお問い合わせ*/

.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: 727px;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}

ul.list_flow_4col li {
    float: left;
    width: 162px;
    margin: 0 7px 0 0;
    position: relative;
}
ul.list_flow_4col li.arw_down {
    width: 10px;
    padding: 30px 0 0;
}

ul.list_flow_4col li .flow {
    padding: 14px 7px 14px 8px;
    text-align: center;
    border: 6px solid #e5edf5;
    box-sizing: border-box;
    -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{
    width: 744px;
}

.list_mark_inner{
    width: 224px;
    float: left;
    margin: 0 24px 0 0;
}

.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{
    width: 640px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.list_autonomy p:first-child{
    text-align: center;
    font-size: 1.8rem;
    margin: 0 0 30px 0;
}

.list_autonomy_inner{
    width: 300px;
    float: left;
    margin: 0;
}

.list_autonomy_inner:last-child{
    width: 300px;
    float: left;
    margin: 0 0 0 40px;
}

.list_autonomy_inner img{
    float: left;
    margin: 0 12px 0 0;
}

.list_autonomy_inner p{
    overflow: auto;
    font-size: 1.4rem;
}

.list_autonomy_inner p span {
    font-weight: bold;
}

.list_barcode{
    width: 740px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.list_barcode p:first-child{
    text-align: center;
    font-size: 1.8rem;
    margin: 0 0 30px 0;
}

.list_barcode_inner{
    width: 350px;
    float: left;
    margin: 0;
}

.list_barcode_inner:last-child{
    width: 350px;
    float: left;
    margin: 0 0 0 40px;
}
.list_barcode_inner.left{
    width: 350px;
    float: left;
    margin: 0;
}

.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;
}

/* ごあいさつ */

.adachi {
    width: 720px;
    text-align: right;
}

/* 経営理念 */
.iso_registration {
    display: table;
    width: 591px;
    margin: 0 auto;
}
.iso_registration .left {
    display: table-cell;
    vertical-align: bottom;
    width:300px;
}
.iso_registration .left img {
    border: 1px solid #ddd;
}

.iso_registration .right {
    display: table-cell;
    vertical-align: bottom;
    width:113px;
}


/* 会社概要 */

.catalog_dl {
    width: 640px;
    margin: 0 auto;
    padding: 40px;
    background: #f5f5f5;
}

.catalog_dl .left {
    float: left;
    width: 118px;
}
.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 {
    float: right;
    width: 480px;
}


/* 事業所一覧 */
.block_areamap{
    padding: 20px 0 0;
    border-top: 1px solid #ddd;
}

.block_areamap p.tit {
    font-size: 18px;
    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 .areamap_inner{
    background-color: #f5f5f5;
    padding:15px;
    margin:20px 0;
}

.block_areamap .areamap_inner div{
    background-color: #dddddd;
    position:absolute;
    font-size: 12px;
    font-weight: bolder;
    padding:3px 10px;
}

.block_areamap .areamap_inner p{
    margin:0 0 0 90px;
}

.block_areamap p.txt {
    text-align: right;
}

.img_areamap{
    margin:60px 0 0 0;
}

/* 本社/営業本部 */

.block_map_h {
    width: 720px;
    margin: 0 auto;
}

.block_map_h .left {
    float: left;
    width: 180px;
}
.block_map_h .right {
    float: right;
    width: 510px;
}

.block_map_h .photo-l{
    margin-right:50px;
}

/*.block_map_h h3{
    display: table-cell;
} */

/* 関連用語集 */
.words_ico{
    width:35px;
    margin-right:10px;
}

.words_tit {
    margin: 0 0 20px;
    padding: 0 0 7px;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}

.words_tit span {
    display: block;
    min-height: 36px;
    padding: 0 0 0 48px;
    background: url(../img/ico_id01.webp) no-repeat 0 center;
}

.words_wrap p{
    width: 300px;
    display: table-cell;
    float: left;
    margin:5px 40px 5px 0;
}

.words_wrap p{
    padding-left: 1em;
    text-indent: -1em;
}

.commentary_bottom{
    background-color: #f5f5f5;
    padding:10px 20px 11px;
}

.commentary_bottom p {
    display: table-cell;
}

.commentary_bottom p.txt{
    width: 179px;
    border-right: 1px solid #ddd;
    vertical-align:middle;
    padding: 3px 0 0 0;
}

.commentary_bottom p.link_txt {
    padding: 3px 0 0 20px;
}
/*.commentary_bottom span{
    width:1px;
    height:100%;
    margin:0 10px;
    padding:7px 1px;
    display: inline;
    font-size: 5px;
    background-color: #ddd;
}*/

.showroom_wrap{
    padding: 5px 50px;
    text-align: center;
}


.showroom_wrap ul {
    width: 720px;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}

.showroom_wrap ul li {
    float: left;
    width: 167px;
    margin: 10px;
}
.showroom_wrap img:last-child{
    margin:10px 197px 10px 10px;
}

.showroom_table tr td span{
    color: #ff0000;
}

.nessesary_table{
    width: 520px;
    display: inline-block;
}

.nessesary_table tr th{
    min-width: 70px;
}

.nessesary_allergen p{
    display: table-cell;
    width: 400px;
    padding-right: 30px;
}

.nessesary_allergen table{
    display: table-cell;
    width: 300px;
}


/* ID表示の豆知識
======================================================= */
/* 表示の必要性 */
.nessesary_2col{
    width: 740px;
    margin: 0 0 0 -20px;
}

.nessesary_2col > div{
    float: left;
    margin: 0 0 0 20px;
}

.nessesary_2col div.col_w550{
    width: 550px;
}

.nessesary_2col div.col_w500{
    width: 500px;
}

.nessesary_2col div.col_w350{
    width: 350px;
}

.nessesary_2col div.col_w200{
    width: 200px;
}

.nessesary_2col div.col_w200 p.txt{
    font-size: 14px;
    font-size: 1.4rem;
    margin: 12px 0 0;
}

.nessesary_2col div.col_w150{
    width: 150px;
}


/* CSVアップロード用管理画面
======================================================= */
.main .block h3.tit_csv_admin,
h3.tit_csv_admin{
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 0;
    border-left: none;
}

.csv_admin_area{
    background: #f5f5f5;
    border: 1px solid #ebebeb;
    margin: 0 0 37px;
    padding: 31px;
    text-align: center;
}

.csv_admin_area .btn_export input{
    font-size: 16px;
    font-size: 1.6rem;
    width: 360px!important;
    height: 64px!important;
    background: #fff;
    color: #222;
    border: 0;
    padding: 0;
    border: 1px solid #ddd;
}

.csv_admin_area .btn_export input:hover{
    background: #eee;
}

.csv_admin_area .btn_select{
    margin: 0 0 32px;
    padding: 0 0 31px;
    border-bottom: 1px solid #ddd;
}

.csv_admin_area .btn_inport input{
    font-size: 16px;
    font-size: 1.6rem;
    width: 360px!important;
    height: 64px!important;
    background: #004ba0;
    color: #fff;
    border: 0;
    padding: 0;
    border: 1px solid #004ba0;
}

.csv_admin_area .btn_inport input:hover{
    background: #fff;
    color: #004ba0;
}

/* enqformのスタイルを適用させない */

.not_form{
    font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Helvetica', 'Arial', 'sans-serif';
    font-size: 16px;
    font-size: 1.6rem;
    line-height: initial;
    -moz-line-height: initial;
    color: #333;
}

/*=======================================================
 英語サイト
======================================================= */


.pdf_eng a {
    padding: 0 0 0 21px;
    background: url(../img/ico_pdf_eng.webp) no-repeat 0 2px;
}

#top .main_eng h2,
.back_catalogue h2 {
    font-size: 3.2rem;
    font-family: Oswald;
    font-weight: normal;
}

.main_eng h2 {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 30px;
    padding: 0 0 10px;
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.back_catalogue h2 {
    margin: 0 0 18px;
}

.eng_top_news{
    padding: 60px 0 0 0;
}

.main_eng .mceTopics {
    height: 293px;
}

.main_eng .mceTopics ul{
    height: 224px;
}

.eng_top_products{
    padding: 80px 0 50px 0;
}

.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-repeat: no-repeat,no-repeat;
}

.main_eng .eng_top_products h3{
    color: #004ba0;
    border: none;
    padding: 0;
    margin: 0 0 25px 0;
    font-size: 2.4rem;
    display: flex;
    align-items: center;
    font-family: Oswald;
}

.main_eng .eng_top_products h3:after{
    border-top: 1px solid;
    content: "";
    flex-grow: 1;
    margin-left: 10px;
}
    
.main_eng ul.eng_top_category{
    margin: 0 0 10px 0;
    padding: 0;
    width: 1020px;
    overflow: hidden;
}

.main_eng ul.eng_top_category li{
    float: left;
    list-style: none;
    margin: 0 40px 50px 0;
    padding: 0;
    width: 300px;
}

.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 center;
}

.main_eng ul.eng_top_category 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;
}

.main_eng ul.eng_top_packaging{
    margin: 0;
    padding: 0;
    width: 1000px;
    overflow: hidden;
}

.main_eng ul.eng_packaging{
    margin: 0;
    padding: 0;
    width: 720px;
    overflow: hidden;
}

.main_eng ul.eng_top_packaging li{
    float: left;
    list-style: none;
    margin: 0 20px 50px 0;
    padding: 0;
    width: 230px;
}

.main_eng ul.eng_packaging li{
    float: left;
    list-style: none;
    margin: 0 10px 50px 0;
    padding: 0;
    width: 230px;
}

.main_eng ul.eng_top_packaging li img,
.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: 387px;
    margin: 0 -22px 0 0;
    background-image: url(../img/img_eng_catalogue_back.webp);
    background-position: 100% 100%;
    background-repeat: no-repeat;
}

.back_catalogue h2 {
    padding: 70px 0 0 0;
}

.main_eng .exhibition_box h3{
    font-family: Arial;
    padding: 0 0 15px;
}

.main_eng .exhibition_box h3:before{
    top:36px;
}

/* カタログボタン */

.back_catalogue p.emg_btn_catalogue,
.side p.emg_btn_catalogue{
    display: block;
    background: #004ba0;
    /*border: 1px solid #004ba0;*/
}
.side p.emg_btn_catalogue{
    border: 1px solid #004ba0;
}

.back_catalogue p.emg_btn_catalogue{
    margin: 35px 0 0 0;
    width: 400px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.side p.emg_btn_catalogue{
    margin: 30px 0 0 0;
}

.back_catalogue p.emg_btn_catalogue a,
.side p.emg_btn_catalogue a{
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
}

.back_catalogue p.emg_btn_catalogue a{
    padding: 19px 0 19px 0;
    font-size: 2.0rem;
}

.side p.emg_btn_catalogue a{
    padding: 17px 0 15px 0;
}

.back_catalogue p.emg_btn_catalogue a span:before{
    content: '';
    background: url(../img/ico_catalogue.webp);
    width: 24px;
    height: 30px;
    margin: 0 10px 3px 0;
    display: inline-block;
    vertical-align: middle;
}

.side p.emg_btn_catalogue a span:before{
    content: '';
    background: url(../img/ico_catalogue_un.webp);
    width: 18px;
    height: 22px;
    margin: 0 11px 3px 0;
    display: inline-block;
    vertical-align: middle;
}

.back_catalogue p.emg_btn_catalogue:hover,
.side p.emg_btn_catalogue:hover{
    background: #fff;
}

.back_catalogue p.emg_btn_catalogue:hover a span,
.side p.emg_btn_catalogue:hover a{
    color: #004ba0;
}

.back_catalogue p.emg_btn_catalogue:hover a span:before{
    content: url(../img/ico_catalogue_b.webp);
}

.side p.emg_btn_catalogue:hover a span:before{
    content: url(../img/ico_catalogue_un_b.webp);
}

/* 下層 */

.main_eng h3 {
    font-family: Arial;
}

/* Inquiry - お問い合わせフォーム */

.main_eng form table.tbr{
    margin: 0 0 60px;
}

.main_eng form table.tbr th{
    padding: 20px 24px;
    font-size: 16px;
    font-size: 1.6rem;
}

.main_eng form input[type="text"]{
    border-style: solid;
    border-width: 1px;
    border-color: #AAA #CCC #CCC #AAA;
    padding: 5px !important;
    background-color: white;
    text-align: left;
    font-family: Arial;
    width: 75%;
    margin: 0 0 0 13px;
}

.main_eng form input::placeholder{
    color: #ccc;
    padding: 0 0 0 10px;
}

.main_eng form table.tbr th.form_required:after{
    content: '*';
    color: #f00;
    display: inline;
    margin: 0 0 0 5px;
}

.main_eng form table.tbr td{
    padding: 14px 10px;
}

.main_eng form table.tbr span{
    float: none;
    margin: 17px 0 5px 13px;
    background: none;
    color: #333;
    padding: 0;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
}

.main_eng form textarea{
    margin: 0 0 0 13px;
}

body.en_un .form_agree{
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 25px 0 24px;
    margin: 36px 0 40px;
}

body.en_un .form_agree ul li{
    list-style: none;
    text-align: center;
}

body.en_un 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.en_un form input[type="submit"]:hover{
    background: #fff url(../img/arw_b.webp) no-repeat 115px 23px;
    color: #004ba0;
}

body.en_un form table.tbr {
    width: 100%;
    margin: 0 0 60px;
}
body.contact.en p {
    line-height: 1.6;
}
body.en_un form table.tbr th {
    font-size: 16px;
    font-size: 1.6rem;
}

body.en_un form table.tbr span {
    color: #c00;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    background: none;
    padding: 2px 7px;
    float: none;
}

.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 9px;
}




/*採用共通
============================================*/
.def {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.def > li {
    width: auto !important;
}

.arw_wht span:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    margin: 2px 8px 0 0;
    width: 6px;
    height: 11px;
    background: url(../img/arw_white.webp) no-repeat 0 center / auto auto;
}

.check_list li {
    padding-left: 30px;
}

.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: -30px;
    width: 18px;
    height: 18px;
    list-style: none;
    background: url(../img/ico_check.webp) 0 4px no-repeat;
    background-size:18px auto;
}


.recruit_timetable_day li span,
.recruit_intro_link li a span,
.bg_primary {
    background-color: #004ba0;
}

.bg_gry {
    background-color: #f5f5f5;
}

.border_gry {
    box-sizing: border-box;
    border: 8px solid #ebebeb;
}

.recruit_timetable_day li span,
.color_wht span,
.color_wht a,
.color_wht p,
.color_wht {
    color: #fff;
}

.photo_l {
    float: left;
}

.fs_xxs p,
.fs_xxs {
    font-size: 12px;
    font-size: 1.2rem;
}

.fs_xs p,
.fs_xs {
    font-size: 14px;
    font-size: 1.4rem;
}

.fs_s p,
.fs_s {
    font-size: 18px;
    font-size: 1.8rem;
}

.fs_m p,
.fs_m {
    font-size: 22px;
    font-size: 2.2rem;
}

.fs_l p,
.fs_l {
    font-size: 26px;
    font-size: 2.6rem;
}

.fs_xl p,
.fs_xl {
    font-size: 32px;
    font-size: 3.2rem;
}

.ptb_z {
    padding-top: 0;
    padding-bottom: 0;
}

.ptb_x {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ptb_s {
    padding-top: 20px;
    padding-bottom: 20px;
}

.ptb_m {
    padding-top: 30px;
    padding-bottom: 30px;
}

.ptb_l {
    padding-top: 40px;
    padding-bottom: 40px;
}

.plr_z {
    padding-left: 0;
    padding-right: 0;
}

.plr_x {
    padding-left: 10px;
    padding-right: 10px;
}

.plr_s {
    padding-left: 20px;
    padding-right: 20px;
}

.plr_m {
    padding-left: 30px;
    padding-right: 30px;
}

.plr_l {
    padding-left: 40px;
    padding-right: 40px;
}
.pr_z{
    padding-right: 0;
}
.mr_z {
    margin-right: 0;
}

.mr_x {
    margin-right: 10px;
}

.mr_s {
    margin-right: 20px;
}

.mr_m {
    margin-right: 30px;
}

.mr_l {
    margin-right: 40px;
}

.mr_xl {
    margin-right: 60px;
}

.mb_z {
    margin-bottom: 0 !important;
}

.mb_x {
    margin-bottom: 10px;
}

.mb_s {
    margin-bottom: 20px;
}

.mb_m {
    margin-bottom: 30px;
}

.mb_l {
    margin-bottom: 40px;
}

/*utils
============================================*/
.text_left {
    text-align: left;
}

.text_right {
    text-align: right;
}

.text_center {
    text-align: center;
}

.left_pc {
    float: left;
}

.right_pc {
    float: right;
}

.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;
}

ol.cf > li,
ul.cf > li {
    float: left;
}

ul.cf > li:last-child {
    margin-right: 0;
}

ul.cf > li a {
    display: block;
}

.clear {
    clear: both;
}

.inline {
    display: inline;
}

.inlineb {
    display: inline-block;
}

.none {
    display: none;
}


/*採用情報*/
.recruit_intro_wrap .tit {
    margin-top: -72px;
}

.recruit_intro_link li {
    margin-right: 24px;
}

.recruit_intro_link li a {
    text-decoration: none;
    line-height: 1;
}

.recruit_intro_link li a span {
    display: block;
    padding: 17px 0 16px 0;
}


/*新卒採用-2018年3月卒業予定のみなさまへ*/
.recruit_contact_wrap li {
    width: calc(50% - 10px);
}

.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 {
    position: relative;
}

.recruit_timetable_img {
    position: absolute;
    top: 0;
    right: 0;
}

.recruit_timetable_day li span {
    display: inline-block;
    border-radius: 4px;
    height: 32px;
    width: 96px;
    line-height: 32px;
    text-align: center;
    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_day li p {
    margin-top: 4px;
}


/*中途採用*/

.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 table.tbr td {
    width: 60%;
}

.recruit_form input[placeholder="1234567"] {
    width: 24% !important;
}

.recruit_form dl.subform dt{
width: 30%;
}
.recruit_form dl.subform dd{
width: 70%;
text-align:left;
}

.recruit_form input[type="button"],
.recruit_form input.btn {
    display: block;
    width: 300px;

    padding: 24px 0 23px 0;
    margin: 0 auto;
}

.recruit_form input.btn {
    background: #004ba0 url(../img/arw_white.webp) no-repeat 70px 28px;
    border: none;
    color: #ffffff;
}

.recruit_form input[type="button"] {
    outline: none;
    border: none;
    background-color: #f5f5f5;
}

.recruit_form input[type="button"]:hover,
.recruit_form input.btn:hover {
    opacity: 0.6;
    transition: all 0.3s;
}
#work {
    padding-top: 70px;
    margin-top: -70px;
}
/*インターンシップ情報*/
.recruit_internship li {
    width: 350px;
}

.recruit_internship li a {
    text-decoration: none;
    line-height: 1;
}

.recruit_internship li a span {
    display: block;
    padding: 25px 0 24px 0;
}

/*中途採用*/
.recruit_midcareer_img li {
    margin-right: 22px;
}


/* Lightbox用 虫眼鏡 */

.lightbox_loupe .img .img_in{
    display: inline-block;
    position: relative;
}

.lightbox_loupe .loupe {
    position: absolute;
    bottom: 0;
    right: 0;
}


/*ユーザー登録
============================================*/
body#regist .wrapper .main{
    float: none;
    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: 16px;
    font-size: 1.6rem;
    width: 35%;
}

body#regist form table.tbr th span {
    color: #c00;
    font-size: 18px;
    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;
}

body#regist form table.tbr table.nbr td:first-child{
    width: 20%;
    padding: 9px 0 0;
}

/* WEB展示会（東京パック2021）課題解決コーナー */
.kadai_list {
    width: 300px;
    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{
    width: 980px;
    overflow: hidden;
}

.kaiketsu_left{
    float: left; 
    width: 320px; 
    margin: 0 40px 0 0;
}

.kaiketsu_right{
    float: right; 
    width: 620px;
}

.kaiketsu_txt{
    margin-bottom: 40px;
    padding: 20px; 
   background: #fbeded
}

.kaiketsu_wbox{
    background: #fff; 
    padding: 20px; 
   margin-bottom: 20px;
}

.kaiketsu_p_left{
    float: left;
    width: 238px; 
    border: #ccc 1px solid; 
    margin-right: 20px;
}

.kaiketsu_p_right{
    float: right; 
    width: 360px; 
}

.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(../img/ico_info.webp) no-repeat 0 2px;
}

.tp2021_h {
     width: 100%;
     height: 80px;
     position: relative;
}


.tp2021_h_obi {
     display: block;
     width: 100%;
     height: 46px;
     background-color:#05489e;
     border-radius: 23px;
     z-index: 7776;
     top: 12px;
     position: absolute;
}

.tp2021_h img {
     z-index: 7777 !important;
     top: 0px;
     left: 32px;
     position: relative;
}

.tp2021_h_obi span {
     display: block;
     margin: 8px 10px 0px 120px;
     font-size: 20px;
     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: 24px;
     font-family: Oswald;
}

.tp2021_mg_bg {
     background-color:#e6e6e6;
     margin: 0;
     padding: 10px 35px 0px;
}

.tp2021_mg_box {
    cursor: pointer;
    width: 180px;
    opacity: 0.65;
    color: #444;
}

.tp2021_mg_box:hover {
    cursor: pointer;
    opacity: 1;
}

.tp2021_mg_category {
     font-weight: bold;
     letter-spacing: 1px;
     color: #000;
}

.tp2021_mg_bg img {
    margin: 10px auto; 
}

a.fuwauki_btn_red_wfit {
   width: 35% !important;
}

.bookshelf_bar {
   background: #222;
   display: block;
   padding: 10px 30px;
   color:#fff;
}

.bookshelf_bar span {
   font-size: 28px;
   font-family: Oswald;
}

.w980_bookshelf {
    background: -moz-linear-gradient(bottom,  #cdcdcd  0%, #8a8a8a 0%, #f5f5f5 100%);
    background: -webkit-linear-gradient(bottom,  #cdcdcd  0%,#8a8a8a 0%,#f5f5f5 100%); 
    background: linear-gradient(to top,  #cdcdcd  0%,#8a8a8a 0%,#f5f5f5 100%); 
    border-color: #222;
    border-style: solid;
    border-width: 0 5px 12px;
}

.book_inner {
     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     justify-content:
     space-around;
     margin: 0px;
     padding: 20px 0px 0px;
}

.book {
    width: 155px;
    display: block;
}

a.book:hover{
    cursor: pointer;
    text-decoration: none;
    transform: translateY(-8px);
    transition: transform 0.1s ease-out 0.1s;
}

.w720_bookshelf {
    background: -moz-linear-gradient(bottom,  #8a8a8a 0%,#f5f5f5 94%,#222 94%, #222 100%);
    background: -webkit-linear-gradient(bottom,  #8a8a8a 0%,#f5f5f5 94%,#222 94%, #222 100%); 
    background: linear-gradient(to top,  #8a8a8a 0%,#f5f5f5 94%,#222 94%, #222 100%); 
    border-color: #222;
    border-style: solid;
    border-width: 0 5px 20px;
    background-size: 100% 212px;
}

.w720_bookshelf .book {
    width: 175px;
    display: block;
    margin: 40px 0 0;
}

.w720_bookshelf .book_inner {
     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     justify-content:
     space-around;
     margin: 0 10px;
     padding: 0px;
     align-items: flex-end;
}

.bookshelf_bar_sub {
   background: #222;
   display: block;
   padding: 0px 10px;
}

.bookshelf_bar_sub p {
   background: #8a8a8a;
   display: block;
   color:#fff;
   text-align: center;
   font-size: 18px;
}

.tooltip_gray {
        position: absolute;
        top: -20px;
        left: 0px;
        padding: 6px 10px;
        background: #fff;
        border: 1px solid #666;
        font-size: 1.2rem;
        transition: 0.5s;
        opacity: 0;
}

a:hover .tooltip_gray {
        opacity: 1;
}

.main .block h3.kadai{
    border: none;
    padding: 10px 0 10px 50px;
    background: url(../img/kaidai_icon_s.webp) no-repeat ;
    background-position: 0% 50%;
}

.main .block h3.kaiketsu{
    border: none;
    padding: 10px 0 10px 50px;
    background: url(../img/kaiketsu_icon_s.webp) no-repeat ;
    background-position: 0% 50%;
}

/*海外代理店ポップアップボタン黒*/

.distributor_btn{
    display: inline-block;
    background: #000;
    border: 1px solid #000;
    margin: 0 5px 8px 0;
}

.distributor_btn a{
    display: inline-block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 12px 0 10px 0;
    width: 230px;
}

.distributor_btn a span:before{
    content: '';
    background: url(../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(../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;
        box-shadow: 0 0px 10px 0px #54a09d inset;
}

/*ギンガムチェック背景コンテンツ*/

.gingham-check-g .contents {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gingham-check-g .contents img {
    margin: 0;
}

.gingham-check-g .contents div {
    display: block;
    background: #fff;
    padding: 15px;
    margin-left: 30px;
    box-shadow: 0 0px 10px 0px #54a09d;
/*border: solid 1px #00a29a;*/
}

/*ギンガムチェック背景見出しあり（改正食品衛生法）*/
.box-padding0 {
    padding: 0px;
}
.gingham-check-g h3.green {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 5px 20px 5px 30px;
    color: #fff;
    background-color: #25ada0;
    border: none;
    width:fit-content;
}

.gingham-check-g .inner{
    padding: 20px 0px 30px 0px;
    display: block;
}

.gingham-check-g .inner div {
    display: block;
    background: #fff;
    padding: 15px;
    margin-left: 40px;
    margin-right: 40px;
    box-shadow: 0 0px 10px 0px #54a09d;
/*border: solid 1px #00a29a;*/
}

.kadaibox {
    padding: 24px 32px 20px;
    border: 8px solid #ebebeb;
}

.kadaibox_t {
    display: flex;
    align-content: center;
    align-items: center;
    margin-bottom: 15px;
    padding: 0;
}

.kadaibox_t img {
    height: fit-content;
}
.kadaibox_t p {
    margin: auto 20px;
    font-size: 18px;
    font-weight: bold;
}

.kadaibox_cont {
    display: flex;
    justify-content: space-between;
}

.kadaibox_cont li {
    margin-bottom: 15px;
}

.marker_pink {
    background: linear-gradient(transparent 60%, #fdd5c9 60%);
}

.marker_blue {
    background:  linear-gradient(transparent 60%, #bde8fb 60%);
}

.kadaibox_cont img {
    margin: 0 20px 0px 40px;
}

.thp600merit {
    display: flex;
    align-content: center;
    align-items: center;
    margin-bottom: 15px;
    border: solid 6px #ebebeb;
    padding: 10px 15px;
    flex-shrink: 0;
}

.thp600merit p {
    margin: auto 20px;
    font-weight: bold;
}

.thp600merit img {
    margin: auto 20px;
    font-weight: bold;
    flex-shrink: 0;
}

.product_detail .img_area_w {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    padding: 0 40px 0 0;
}

/＊原料原産地表示タイトル*/
.originlabeling_t {
    display: block;
    width: 720px;
    height: 100px;
}
.originlabeling_t p {
    display: block;
    background-image: url('../img/img_originlabeling_tbg.webp');
    background-repeat: no-repeat;
    font-size: 2.4rem;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    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: 100px;
}

#originlabeling_t {
    display: block;
    width: 720px;
    height: 100px;
    display: block;
    background-image: url('../img/img_originlabeling_tbg.webp');
    background-repeat: no-repeat;
    font-size: 2.4rem;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    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: 100px;
}

/* オンライン展示会インデックス*/
.pickup_index a {
    padding: 0 0 0 24px;
    background: url(../img/arw_down.webp) no-repeat 0 8px;
}

.product_pickup {
    position: relative;
    border: solid 2px #9e9e9e;
}

.product_pickup .tabtitle {
    position: absolute;
    display: inline-block;
    top: 0px;
    right: 0px;
    padding: 0 9px;
    height: 28px;
    line-height: 28px;
    font-size: 20px;
    background: #cb0000;
    color: #ffffff;
    font-family: 'Oswald';
}

/* プリンタ一覧リンク*/
.plist_link {
    margin: 30px auto 40px;
    color: #fff;
    text-align: center;
    width: 60%;
    margin-bottom: 20px;
}

.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 img {
        float: left;
}

.gen3-txt {
        float: right;
}

.gen3-txt p,
.gen3-txt ul li {
        font-size: 14px;
}

.gen3_item {
        border-top: solid 1px #ddd;
        padding: 10px 0;
        clear: both;
}

.gen3_item_t {
        float: left;
        width: 200px;
        height: 54px;
}

.gen3_item_t p {
        background: #e8e1ca;
        width: 150px;
        padding: 5px 10px;
        text-align: center;
}

.gen3_item_cnt2 {
        float: left;
        width: 170px;
        height: 54px;
}

.gen3_item_cnt1 {
        float: left;
        height: 44px;
        padding: 5px 0 0 0;
}

/*IBT/GIE HTML要素Lityのテキストリンク用*/
.litylink {
    text-decoration: underline;
}

.litylink:hover {
    text-decoration: none;
    cursor: pointer;
}

/*サーマル一括表示の直接印字　モーダル内見出し*/
#ibtmanga h3 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    margin:  20px 0;
    padding: 0 0 0 10px;
    color: #333;   /* [12. 下層ページ見出し設定]　小見出し文字色 */
    border-left: 2px solid #004ba0;   /* [12. 下層ページ見出し設定]　小見出し枠線（左線）色 */
}


/*プリンタ選定ナビ　サーマル・ホットプリンタの違い　よくある疑問・不安*/
/* 開閉なし */

.diff_faq {
    padding: 32px 30px 30px;
    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) 5px -5px no-repeat;
}

.diff_faq .faq_q p{
    font-size: 17px !important;
    font-size: 1.7rem !important;
    font-weight: bold !important;
}

.diff_faq .faq_a {
    margin: 0;
    padding: 26px 30px 21px 75px;
    background: #fff url(../img/ico_diff_faq_a.webp) no-repeat 29px 23px;
}

.column_list {
    margin: 5px 0 5px 0;
    padding: 0;
}

.column_list li {
  display: flex;
  border-top: 8px solid #ebebeb;
  padding: 20px 0px;
  list-style: none;
}

.column_list.cat li {
  border-top: none;
  padding: 0;
  margin-bottom: 21px;
}

.column_list li a {
  text-decoration: none;
}

.column_list li span {
  font-size: 1.5rem;
}

.column_list .category {
  background: #004ba0;
  padding: 2px 10px 0;
  margin-right: 5px;
}
/*
.column_list.cat .category {
  margin: 0 5px 0 8px;
}
*/

.column_list.cat .category {
  margin: 0 15px;
  font-size: 1.2rem;
  display: inline-block;
  text-align: center;
  width: 85px;
}

.column_list .category a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}

.column_list .thumb {
  min-width: 220px;
  margin-right: 25px;
}

.column_list .thumb img {
  width: 220px;
  height: 156px;
}

.column_list .summary {
  width: 100%;
}

.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: 25px 0 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;
}

/*環境方針*/
.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 15px;
    border-left: solid 12px #004ba0;
    border-bottom: none;
}

.lm_voice {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: normal;
    background: #c00;
    padding: 2px 5px 0 5px;
    display: inline-block;
    margin: 0 0 15px 0;
    color: #ffffff;
}

.lmcasename  {
        font-size: 17px;
        font-size: 1.7rem;
        text-align: right;
        margin: 0 0 30px 0;
        background: #e5eef5;
        padding: 2px 15px;
}

 .marker_yellow {
        background: linear-gradient(transparent 55%, #ffef60 60%);
    }
}
