@charset "utf-8";
/*----------------------------------
  reset
------------------------------------*/
    input[type="submit"],input[type="button"] {
    -webkit-appearance: none;
    border-radius: 0;
    }
    select {
    -webkit-appearance: button;
    appearance: button;
    }

/*----------------------------------
  Base
------------------------------------*/
body {
    font-family: "Noto Sans Japanese", "Helvetica Neue", Helvetica, Arial, "Droid Sans", Meiryo,
    "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
    -webkit-print-color-adjust: exact;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.header-wrap .container {
    width: 96%;
    max-width: 1200px;
}
.page .page-wrap .content-wrapper,
.single .page-wrap .content-wrapper {
    padding: 0 30px;
    width: 98%;
}
.content-wrapper .row {
    max-width: 1200px;
    margin: 0 auto;
    width: 96%;
}
.col-md-9 {
    width: 100%;
    padding: 0;
}
.col-md-9 .post-wrap {
    padding-right: 0;
    margin-top: 30px;
}
a.alph:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
body a:link {
    color: #6699ff;
    text-decoration: none;
}
body a:hover {
    color: #cccccc;
    text-decoration: underline;
}
body a:visited {
    color: #6699ff;
    text-decoration: none;
}
a.link {
    background: rgba(0, 0, 0, 0) url("/img/arrow.png") no-repeat scroll 0 8px;
    color: #6699ff;
    padding-left: 17px !important;
    background-size: 11px 10px;
}
a.link:hover {
    text-decoration: none;
    opacity: 0.7;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70); /* IE lt 8 */
    -ms-filter: "alpha(opacity=70)"; /* IE 8 */
}
a:hover img {
    opacity: 0.5;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50); /* IE lt 8 */
    -ms-filter: "alpha(opacity=50)"; /* IE 8 */
}
a.btn {
    position: relative;
    z-index: 1;
    display: block;
    border-radius: 8px;
    color: #fff !important;
    background-color: #f37a5c;
    font-size: 2rem;
    text-align: center;
    padding: 13px 15px;
    width: 45%;
    margin: -18px auto 0;
}
a.btn:hover {
    background-color: #3a3a68;
    text-decoration: none;
    opacity: 1;
}
@media screen and (max-width: 991px) {
  a.btn {
    width: 60%;
    margin: -30px auto 0;
  }
}
@media screen and (max-width: 767px) {
  a.btn {
    width: 90%;
    margin: 30px auto 0;
  }
}
.flx {
  display: flex;
  justify-content: space-between;
}
a, button {
  transition: 0.3s;
}

a img {
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -ms-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
}
.tel a.tel,
.mail a.mail {
    cursor: default;
    pointer-events: none;
    color: #333;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: "Noto Sans Japanese", "Helvetica Neue", Helvetica, Arial, "Droid Sans", Meiryo,
    "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
    -webkit-print-color-adjust: exact;
    font-weight: 800;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
    color: #333;
    text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
    text-decoration: none;
}
@media screen and (max-width: 768px) {
    .tel a.tel,
    .mail a.mail {
        pointer-events: auto;
    }
}
sup {
    vertical-align: top;
    font-size: 9px;
    margin-left: -4px;
}
.l-inner,
.l-innernv {
    margin: 0 auto;
}
strong,
p.strong {
    font-weight: bold;
}
.center,
p.center {
    text-align: center !important;
}
.entry
.inline_block {
    display: inline-block;
}
h2.widgettitle {
    display: none;
}



/*----------------------------------
header
----------------------------------*/
.header-clone {
    display: none;
}
.site-header {
    background-position: center center !important;
    background-size: 100% auto !important;
    background-repeat: no-repeat;
}
.site-header {
    position: relative;
    top: 0 !important;
    padding: 0px 0;
    height: 168px;
    width: 100%;
    z-index: 50;
}
body.home .site-header {
    height: 110px;
    margin: 10px 0 0;
}
header.site-header .header-wrap {
    height: 110px;
    /*background-color: #fff !important;*/
    z-index: 10;
}
.header-wrap .container > .row {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.site-header.float-header {
    background-color: #fff !important;
    padding: 5px 0;
}
.site-header.fixed {
    position: relative;
}


.site-header .logo {
    width: 50%;
    margin: 25px 0;
}
.site-header .logo em {
    font-size: 12px;
    font-style: normal;
    display: block;
    line-height: 1.3;
    margin: 0;
    color: #4e4e4e;
}
.site-header .logo em .textwidget p {
    margin: 0;
}
.site-header .logo a {
    display: inline-block;
    /*color: #000;
    font-size: 33px;
    font-weight: 800;
    line-height: 1.4;*/
}
.site-header .logo a:hover {
    /*text-decoration: none;*/
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
.site-header .logo img {
    width: 440px;
    margin: 7px 0 0 -1px;
}


.single-meta .byline {
  display: none;
}
.single .hentry .title-post {
  font-size: 26px;
}
.page .entry-header {
  display: none;
}
body.blog header.entry-header {
  display: block;
}
body.single-post header.site-header,
body.category-news header.site-header {
    background: url(/img/headimg.jpg) no-repeat center center !important;
    background-size: 100% auto !important;
}
.posts-layout .entry-title {
    font-size: 25px;
}
span.byline {
    display: none;
}
#secondary {
    width: 100%;
    margin-bottom: 65px;
}
.widget-area .widget {
    margin-bottom: 5px;
}
body.blog header.entry-header .meta-post {
  display: none;
}
body.blog .classic-alt .entry-title {
  font-size: 24px;
  text-align: left;
}
body.blog header.entry-header span.posted-on {
  text-decoration: none;
  float: left;
  line-height: 1;
  color: #fff;
}
body.blog header.entry-header span.posted-on a {
  color: #fe954b;
  display: block;
}
body.blog .col-md-9 {
  width: 100%;
}



header.site-header .header-wrap {
    height: 110px;
    /*background-color: rgba(255, 255, 255, 0.8);*/
    background-color: #fff;
    z-index: 10;
    width: 100%;
}
.header-wrap .container > .row {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
header.site-header .flo_right {
    position: relative;
    margin: 5px 0px 0 0;
    right: 0;
    width: 293px;
    text-align: right;
}
header.site-header .flo_right p.box {
    display: inline-block;
    vertical-align: top;
    margin: 6px 13px 0 0;
    position: relative;
}
header.site-header .flo_right p.box img {
    width: 106px;
    transition: opacity 0.5s;
}
header.site-header .flo_right p.box:hover img:first-of-type {
    opacity: 0;
}
header.site-header .flo_right p.box img:last-of-type {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}
header.site-header .flo_right p.box:hover img:last-of-type {
    opacity: 1;
}
header.site-header .flo_right ul {
    padding: 0;
    width: 170px;
    display: inline-block;
    margin-top: 0;
}
header.site-header .flo_right ul li {
    list-style-type: none;
}

header.site-header .flo_right ul li.since {
    text-align: center;
    font-family: century gothic;
    font-size: 24px;
    color: #ac8455;
    line-height: 1.4;
}
header.site-header .flo_right ul li.contact {
    background: #ce3a3a;
    border-radius: 6px;
    text-align: center;
    padding: 0;
}
header.site-header .flo_right ul li.contact a {
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.3;
    padding: 9px 0 8px;
    display: block;
}
header.site-header .flo_right ul li.link {
    margin: 0 5px 0 0;
}
header.site-header .flo_right ul li.link a {
    color: #343434;
    font-size: 13px;
}
header.site-header .flo_right ul li.link a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    position: relative;
    color: #c5c5c5;
    font-size: 16px;
    font-weight: bold;
    margin: -2px 8px 0 0;
    display: inline-block;
    vertical-align: middle;
}
header.site-header .flo_right ul li.contact a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    color: rgba(255, 255, 255, 0.5);
    font-size: 125%;
    font-weight: bold;
    margin: -1px 10px 0 0;
    display: inline-block;
    vertical-align: middle;
}
header.site-header .flo_right ul li.contact a:hover {
    text-decoration: none;
}
header.site-header .flo_right ul li.contact:hover,
header.site-header .flo_right ul li.link a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}



header.site-header .l-innernv {
  clear: both;
  width: 96%;
  max-width: 970px;
  height: auto;
}
header.site-header .l-innernv .title-post {
  display: none;
}

.page-wrap {
    padding-top: 0;
    padding-bottom: 20px;
    position: relative;
    background-color: #f9f9f9;
}
.page-template-page_front-page .page-wrap {
    margin-top: 0;
}
.l-header {
  width: 100%;
}
.mobi-menu {
    display: none;
}
/* gnavi */
#page .col-md-8 {
    width: 100%;
    background: #3a618e;
    display: block;
    height: 65px;
    /*margin: -150px auto 85px;
    z-index: 1500;*/
    margin: 0px auto;
    position: relative;
}
body.home #page .col-md-8 {
  margin-top: 0;
}

#page .col-md-8 nav#mainnav {
    width: 100%;
    background: #3a618e;
    max-width: 1200px;
    float: none;
    margin: 0 auto;
    padding: 0 0 0px;
    height: 65px;
    text-align: center;
}
#page .col-md-8 nav#mainnav ul li {
    display: inline-block;
    height: 65px;
    padding: 0;
    text-align: center;
    width: 16.65%;
    vertical-align: top;
}
#page .col-md-8 nav#mainnav ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    float: none;
    display: block;
    vertical-align: bottom;
    padding: 25px 0 25px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 0.85;
}
#page .col-md-8 nav#mainnav ul li ul:after {
    background-color: #666;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
#page .col-md-8 nav#mainnav ul li:hover,
#page .col-md-8 nav#mainnav ul li.actv {
    background-color: #ad8458;
    transition: all 300ms ease-in-out 0s;
}

#page .col-md-8 nav#mainnav ul li:hover a,
#page .col-md-8 nav#mainnav ul li.actv a,
#page .col-md-8 nav#mainnav ul li.current-menu-item a {
    color: #fff;
    padding-bottom: 26px;
}
#page .col-md-8 nav#mainnav ul li span.dropdown-symbol {
    display: none;
}
#main header.entry-title h1 {
    display: none;
}
#page .col-md-8 nav#mainnav ul li ul.sub-menu {
    width: 100%;
    margin-top: 0;
    padding: 0;
    z-index: 100;
    transition: all 300ms ease-in-out 0s;
}
#page .col-md-8 nav#mainnav ul li ul.sub-menu li {
    background-color: #353535;
    width: 100%;
    margin: 0;
    text-align: center !important;
    display: block;
    padding: 0;
    height: 52px;
}
#page .col-md-8 nav#mainnav ul li ul.sub-menu li a {
    border-top: 0;
    border-bottom: 1px solid #656565;
    font-size: 12px;
    text-decoration: none;
    color: #fff !important;
    width: 100%;
    height: 100% !important;
    padding: 18px 0 0;
    letter-spacing: 0;
    line-height: 1.4;
}
#page .col-md-8 nav#mainnav ul li ul.sub-menu li:hover {
    background-color: #ad8458 !important;
}
#page .col-md-8 nav#mainnav ul li ul.sub-menu li:hover a {
    background-color: #ad8458 !important;
    color: #fff !important;
    text-decoration: none;
}
@media screen and (max-width: 1024px) {
	.site-header.fixed {
        height: 190px;
    }
}
@media screen and (max-width: 1000px) {
    header.site-header .flo_right ul {
        width: 135px;
    }
    .site-header .logo em {
        font-size: 11px;
    }
    header.site-header .flo_right {
        width: 260px;
    }
    header.site-header .flo_right ul li.contact a {
        font-size: 13px;
        letter-spacing: 0px;
        padding: 10px 0 9px;
    }
}
@media screen and (max-width: 768px) {
    .site-header .logo {
        width: 100%;
        margin: 10px 0;
    }
    .site-header .logo img {
        width: 90%;
        max-width: 400px;
    }
    header.site-header .flo_right {
        width: 100%;
        margin: 10px 0px 0 0;
    }
    header.site-header .flo_right p.box img {
        width: 88px;
    }
}
@media screen and (max-width: 600px) {
    header.site-header .flo_right ul li.since {
        font-size: 21px;
    }
    header.site-header .flo_right ul li.contact a {
        font-size: 12px;
    }
}
@media screen and (max-width: 480px) {
    .site-header .logo em {
        text-align: center;
        font-size: 10px;
    }
    .site-header .logo img {
        margin: 0px auto;
        text-align: center;
        display: block;
    }
    header.site-header .flo_right {
        margin: 9px 0px 0 0;
    }
    header.site-header .flo_right ul li.since {
        font-size: 19px;
    }
    header.site-header .flo_right p.box img {
        width: 70px;
    }
}



/* パンくず */
.breadcrumbs {
    font-size: 13px;
    margin: 8px auto 0;
    text-align: right;
    width: 100%;
    max-width: 1200px;
}
.breadcrumbs span {
    margin: 0 5px;
}
.breadcrumbs i.fa-solid {
    color: #b1b1b1;
}
.breadcrumbs span.post-page span,
.breadcrumbs span span span,
body.home .breadcrumbs {
    display: none;
}
.breadcrumbs a:hover {
    text-decoration: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}



/* toppage */
body.home .page-wrap .content-wrapper {
    padding: 0;
    width: 100%;
}
body.home .page-wrap .content-wrapper .row {
    margin: 0;
    width: 100%;
    max-width: 100%;
    display: block;
}
body.home .bg_image {
    margin: -205px auto 0;
    width: 100%;
    max-width: 100%;
    height: 650px;
    display: inline-block;
    background: url(/img/index/mainimage2.jpg) no-repeat center -60px;
    background-size: 100% auto;
    object-fit: cover;
}
body.home .bg_image div.top_copy {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 275px auto 0;
}
body.home .bg_image div.top_copy h1 {
    display: block;
    width: 100%;
    margin: 0 auto 0;
    color: #fff;
    /*font-size: clamp(32px, 7vw, 69px);*/
    font-size: clamp(23px, 5vw, 63px);
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
    line-height: 1.4;
    text-align: center;
    letter-spacing: -3px;
}
body.home .bg_image div.top_copy h1 span {
    display: block;
    font-size: 90%;
}
body.home .bg_image div.top_copy p.top_link {
    font-size: 19px;
    text-align: center;
    margin: 60px auto 0;
    font-weight: 500;
}
body.home .bg_image div.top_copy p.top_link a {
    padding: 10px 16px 10px 20px;
    font-weight: 600;
    background-color: #ce3a3a;
    color: #fff;
    border-radius: 7px;
}
body.home .bg_image div.top_copy p.top_link a:hover {
    text-decoration: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
body.home {
    width: 100%;
    margin-top: -10px;
}
body.home .content-area.no-sidebar {
    padding-left: 0;
    padding-right: 0;
}
body:not(.elementor-page):not(.panel-layout) .entry-content h1 {
    margin-top: 0;
}
/*---------
  message
-----------*/
body.home .top_message {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    background-color: #fff;
}
body.home .top_message .base_w {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 5px 0 15px;
}
body.home .top_message .base_w h2 {
    font-size: 21px;
    letter-spacing: 0.2em;
    color: #3a618e;
    display: block;
    text-align: center;
    font-weight: 600;
    margin: 13px 0 0;
    width: 100%;
    line-height: 1.4;
}
/*---------
  製品
-----------*/
body.home .top_pro .base_w {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 55px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
body.home .top_pro .base_w h2.pro {
    width: 100%;
    font-size: 25px;
}
body.home .top_pro .base_w h2.pro a {
    color: #3a618e;
}
body.home .top_pro .base_w div.pht2bx {
    margin: 5px 7% 0 2%;
    width: 41%;
    position: relative;
}
body.home .top_pro .base_w div.pht2bx:first-of-type {
    margin: 5px 2% 0 7%;
}
body.home .top_pro .base_w div.pht5bx {
    margin: 30px auto 0;
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    background-color: #e6e6e6;
    padding: 20px 10px;
    justify-content: center;
}
body.home .top_pro .base_w div.pht2bx img {
    width: 100%;
    margin: 0;
}
body.home .top_pro .base_w div.pht2bx div {
    position: absolute;
    top: 0;
    width: 100%;
    right: 0;
    padding: 14% 0 0 0;
    text-align: center;
    height: 100%;
}
body.home .top_pro .base_w p {
    width: 90%;
    max-width: 800px;
    margin: 15px auto;
}
body.home .top_pro .base_w p.copy {
    text-align: center;
    font-size: 22px;
    width: 94%;
    max-width: 94%;
}
body.home .base_w p.txt_link,
body.home .top_howto .base_w div.pht3wk p.txt_link {
    text-align: center;
}
body.home .top_pro .base_w div.pht5bx h2 {
    width: 100%;
    font-size: 25px;
}
body.home .top_pro .base_w div.pht5bx h2 a {
    color: #3a618e;
}
body.home .top_pro .base_w div.pht5bx a {
    width: 20%;
    margin-top: 10px;
}
body.home .top_pro .base_w div.pht5bx a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
body.home .top_pro .base_w h2 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-top: 0;
    text-align: center;
}
body.home .top_pro .base_w .pht2bx h2::after {
    font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    position: relative;
    color: rgba(255,255,255,0.5);
    font-size: 26px;
    font-weight: bold;
    margin: 22px auto 0;
    display: block;
}
body.home .top_pro .base_w .pht5bx p {
    width: 90%;
    max-width: 800px;
    margin: 15px auto;
}

/*body.home .top_rec .base_w a:hover {
    text-decoration: none;
    filter: alpha(opacity=8.5);
    -moz-opacity: 0.85;
    opacity: 0.85;
    transition: all 300ms ease-in-out 0s;
}*/
/*----------------------------------
 特徴
------------------------------------*/
body.home .top_feature {
    width: 100%;
    max-width: 1080px;
    margin: 60px auto;
    padding: 0;
}
body.home .top_feature h2 {
    font-size: 25px;
    text-align: center;
    font-weight: 700;
}
body.home .top_feature h2 a {
    color: #3a618e;
}
body.home .top_feature a:hover {
    text-decoration: none;
    filter: alpha(opacity=8.5);
    -moz-opacity: 0.85;
    opacity: 0.85;
    transition: all 300ms ease-in-out 0s;
}
body.home .top_feature .content_list.feature .thumbnail h3 {
    text-align: center;
    font-size: 22px;
    padding: 19px 2% 19px 3%;
    top: auto;
    bottom: 100px;
    line-height: 1.4;
}
body.home .top_feature .content_list.feature .thumbnail.txt1l h3 {
    padding: 34px 2% 35px 3%;
}
/*body.home .top_cmpny {
    width: 100%;
    display: inline-block;
    padding: 18px 0 0;
    margin: 15px auto 0;
}
body.home .top_products {
    width: 100%;
    display: inline-block;
    padding: 18px 0 0;
    margin: 25px auto 0;
}
body.home .top_cmpny .base_w,
body.home .top_products .base_w {
    width: 100%;
    text-align: center;
}
body.home .base_w h2 {
    font-size: 34px;
    font-weight: 600;
    color: #141414;
    margin: 1.2em auto;
    border-bottom: 2px dotted #758aa1;
    width: 280px;
    padding-bottom: 15px;
}
body.home .base_w p.copy {
    font-size: 21px;
    font-weight: 200;
    margin: 30px auto 10px;
}*/
/*----------------------------------
 設備・活用事例
------------------------------------*/
/*body.home .top_equipment, body.home .top_case {
    margin: 55px auto;
}*/
body.home .top_equipment h2, body.home .top_case h2 {
    font-size: 25px;
    text-align: center;
    font-weight: 700;
}
body.home .top_equipment h2 a, body.home .top_case h2 a {
    color: #3a618e;
}
body.home .base_w .pht2wk {
    padding: 0;
    font-size: 0;
    margin: 15px 0 0;
    display: inline-flex;
    width: 100%;
}
body.home .base_w .pht2wk a {
    width: 49.5%;
    position: relative;
    vertical-align: top;
}
body.home .base_w h2 a:hover {
    text-decoration: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
body.home .top_equipment .base_w p, body.home .top_case .base_w p {
    width: 90%;
    max-width: 800px;
    margin: 15px auto;
}
/*----------------------------------
  お知らせ
------------------------------------*/
body.home .top_news {
    width: 100%;
    padding: 0;
    margin: 55px auto 0;
}
body.home .top_news .base_w {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
}
body.home .top_news .base_w h3 {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 2px;
}
div.whatsnew {
    border: 1px solid #bebebe;
    border-radius: 4px;
}
div.whatsnew h1, div.whatsnew hr {
    display: none;
}
div.whatsnew dl {
    border-bottom: 1px dotted #ccc;
}
div.whatsnew dl:last-child {
    border-bottom: 0;
}
div.whatsnew dd {
    padding: 14px 16px;
}
div.whatsnew dt {
    margin: 0 0 0 1em;
    padding: 14px 2px;
    color: #d94748;
}
body.home .top_news .base_w a {
    font-size: 15px;
    color: #000;
}
body.home .l-inner div.whatsnew hr {
    margin: -1px;
}
#main .page-header h1.archive-title {
    font-size: 0;
}
#main .page-header h1.archive-title span {
    font-size: 22px;
}
.widget-area h2.wp-block-heading {
    font-size: 20px;
}
/*----------------------------------
  選び方
------------------------------------*/
body.home .top_howto {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    background: url(/img/index/bg_howto.jpg) no-repeat center center;
    object-fit: cover;
}
body.home .top_howto .base_w {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0;
}
body.home .top_howto .base_w h2 {
    font-size: 25px;
    text-align: center;
    font-weight: 700;
}
body.home .top_howto .base_w h2 a {
    color: #3a618e;
}
body.home .top_howto .base_w div.pht3wk {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
body.home .top_howto .base_w div.pht3wk div {
    width: 31%;
    margin: 0 1%;
    padding: 0 8px 5px;
    background-color: #fff;
    border-radius: 5px;
}
body.home .top_howto .base_w div.pht3wk p {
    width: 90%;
    max-width: 800px;
    margin: 15px auto;
    text-align: left;
}
body.home .top_howto .base_w div.pht3wk h3 {
    text-align: left;
    font-size: 19px;
    font-weight: 600;
    padding: 0;
    display: block;
    position: relative;
    z-index: 10;
}
body.home .base_w p.txt_link,
body.home .top_howto .base_w div.pht3wk p.txt_link,
body.home .top_pro .base_w .pht5bx p.txt_link {
    text-align: center;
    margin: 0 auto 20px;
}

/*body.home .top_rec .base_w div.rec_bx h3 a {
    display: block;
    color: #000;
}
body.home .top_rec .base_w div.rec_bx a:hover {
    text-decoration: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}*/
@media screen and (max-width: 1500px) {
    body.home .bg_image {
        background: url(/img/index/mainimage2.jpg) no-repeat center -20px;
        background-size: 100% auto;
    }
}
@media screen and (max-width: 1300px) {
    body.home .bg_image {
        background: url(/img/index/mainimage2.jpg) no-repeat center 25px;
        background-size: 100% auto;
    }
}
@media screen and (max-width: 1200px) {
    body.home .bg_image {
        background: url(/img/index/mainimage2.jpg) no-repeat center 90px;
        background-size: 100% auto;
    }
}
@media screen and (max-width: 1024px) {
    /*body.home .page-wrap .content-wrapper .row {
        margin: 0;
        width: 100%;
        display: block;
    }*/
    body.home .bg_image {
        background: url(/img/index/mainimage2.jpg) no-repeat center 115px;
        background-size: 100% auto;
    }
    body.home .top_products .pro_bx h2 {
        font-size: 21px;
    }
    body.home .top_products .pro_bx h2 img {
        width: 62px;
    }
    body.home .top_products ul li {
        height: 170px;
    }
    body.home .top_products ul li p {
        margin-top: -159px;
        font-size: 13px;
    }


  /* 追加部分　ここから */
  body.home .company .l-inner,
  body.home .application .l-inner {
    width: 95%;
  }

  body.home .company .l-inner ul li.company2,
  body.home .application .l-inner ul li.application2 {
    margin: 0 0 0 18px;
  }
}
@media screen and (max-width: 1000px) {
    body.home .bg_image {
        background: url(/img/index/mainimage2.jpg) no-repeat center 170px;
        background-size: 100% auto;
    }
    body.home .top_message .base_w h2 {
        font-size: 19px;
    }
    body.home .top_pro .base_w h2, body.home .top_feature h2 {
        font-size: 24px;
    }
    body.home .top_pro .base_w div.pht5bx h2 {
        font-size: 22px;
    }
    body.home .top_feature .content_list.feature .thumbnail h3 {
        padding: 19px 2% 20px 3%;
    }
}
@media screen and (max-width: 768px) {
    body.home .bg_image {
        height: 560px;
        background: url(/img/index/mainimage2.jpg) no-repeat center 200px;
        background-size: 100% auto;
    }
    body.home .top_pro .base_w div.pht2bx {
        height: 235px;
        overflow: hidden;
    }
    body.home .top_pro .base_w div.pht2bx img {
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    body.home .top_howto .base_w div.pht3wk div {
        width: 100%;
        margin: 0 auto 20px;
    }
}
@media screen and (max-width: 600px) {
    body.home .bg_image {
        height: 475px;
        background-size: 100% auto;
    }
    body.home .bg_image div.top_copy p.top_link {
        font-size: 15px;
        margin: 30px auto 0;
    }
}





/*見出し・本文*/
#main div.h1_tit {
    background: none;
    text-align: center;
    margin: 40px 0 30px;
    display: block;
}
#main div.h1_tit h1 {
    font-size: 33px;
    /*font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    border-bottom: 1px solid #d0d4f4;*/
    display: inline-block;
    padding: 0 40px 28px;
    line-height: 1.3;
    position: relative;
    /* text-decoration: underline wavy #ad8458; */
    background-image: url(/img/common/nami.png);
    background-size: auto 12px;
    background-repeat: repeat-x;
    background-position: center bottom;
}
#main div.h1_tit h1 span {
    display: block;
    font-size: 21px;
    margin: 5px 0px 3px;
    font-weight: 200;
}
p.summary_txt {
    font-size: 93%;
    width: 96%;
    max-width: 740px;
    margin: 0 auto 55px;
    line-height: 1.8;
}
p.summary_txt.mb0 {
    margin-bottom: 15px;
}
p.summary_txt img.mate {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 530px;
}
#main div.h2_tit {
    text-align: left;
    display: block;
	border-left: 0;
    max-width: 1080px;
    margin: 0 auto;
    clear: both;
}
#main div.h2_tit h2 {
    font-size: 25px;
    padding: 18px 0 0px 0;
    margin: 0;
}
#main div.h2_tit h2 span {
    font-weight: 300;
    margin-left: 15px;
    color: #9eabca;
}
#main div.h2_tit h2 a:after, h4 a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    position: relative;
    color: #3e86c9;
    margin-left: 10px;
    font-size: 18px;
    font-weight: bold;
    margin-top: -4px;
    display: inline-block;
    vertical-align: middle;
}
div.inr_bx {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}
div.inr_bx h3.copy {
    font-weight: 300;
    font-size: 26px;
}
div.base_list {
    width: 100%;
}
div.base_list .base_bx {
    display: flex;
    align-items: flex-start;
    border-top: 1px solid #ccc;
    padding-bottom: 30px;
}
div.base_list .base_bx:last-child {
    border-bottom: 1px solid #ccc;
}
div.base_list .base_bx img {
    width: 97%;
    height: auto;
    object-fit: contain;
    vertical-align: top;
    margin: 25px 3% 15px 0;
}
div.base_list .base_bx p {
    margin: 10px 0;
}
div.base_list .base_bx div {
    width: 50%;
}
div.base_list .base_bx div dl {
    margin: 0 auto;
    width: 100%;
    font-size: 16px;
}
div.base_list .base_bx div dl dt {
    display: inline-block;
    width: 50px;
    vertical-align: top;
    font-weight: 600;
}
div.base_list .base_bx div dl dd {
    font-weight: normal;
    display: inline-block;
    width: 82%;
    margin: 0 0 3px 5px;
}
div.base_list .base_bx div p.map {
    height: 350px;
    overflow: hidden;
    margin: 25px 0;
}
div.base_list .base_bx div p.map iframe {
    width: 100%;
    height: 100%;
}
div.inr_bx.eq_bx .pht_2wk_wd{
    margin: 0 auto 60px;
    width: 97%;
}
div.inr_bx.eq_bx dl {
    width: 100%;
    border-top: 2px solid #ddd;
    flex-wrap: wrap;
    display: flex;
    position: relative;
    border-bottom: 2px solid #ddd;
    margin: 25px 0 0;
    text-align: center;
}
div.inr_bx.eq_bx dl span {
    float: left;
    width: 38.3%;
    padding: 26px 0;
    font-size: 17px;
    background-color: #ebebeb;
    position: absolute;
}
div.inr_bx.eq_bx dl dt {
    display: inline-block;
    width: 32.5%;
    vertical-align: top;
    font-weight: 600;
    padding: 6px 0 0;
    border-bottom: 1px solid #ccc;
    float: left;
    margin-left: 35%;
    height: 40px;
}
div.inr_bx.eq_bx dl dd {
    font-weight: normal;
    display: inline-block;
    width: 32.3%;
    margin: 0;
    border-bottom: 1px solid #ccc;
    padding: 6px 0 0;
    height: 40px;
}
div.inr_bx.eq_bx dl dd:last-of-type, div.inr_bx.eq_bx dl dt:last-of-type {
    border-bottom: 0;
}
div.inr_bx .eq_list {
    width: 100%;
    margin: 15px auto 25px;
}
div.inr_bx .eq_list div {
    width: 100%;
    margin: 0 auto 20px;
}
div.inr_bx .eq_list img {
    width: 30%;
    display: inline-block;
    margin: 0 0 20px;
}
div.inr_bx .eq_list div div {
    width: 70%;
    display: inline-block;
    position: relative;
    padding: 0 0 0 25px;
    vertical-align: top;
}
div.inr_bx .eq_list div div.pht_2bx {
    margin: 0px auto 25px;
    display: inline-block;
    text-align: left;
    width: 100%;
}
div.inr_bx .eq_list div div.pht_2bx img {
    display: inline-block;
    margin: 0 2% 0 0;
    max-width: 190px;
    width: 48%;
}
div.inr_bx .eq_list h4 {
    background: #ebebeb;
    margin: 0 !important;
    padding: 15px 20px;
    font-size: 19px;
}
div.inr_bx .eq_list div span {
    float: right;
    font-weight: normal;
    font-size: 16px;
    margin: -40px 20px 0 0;
    position: relative;
}
div.inr_bx .eq_list div p {
    padding: 15px 20px;
}
#main h2.tit {
  font-size: 28px;
  text-align: center;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  letter-spacing: -1px;
  line-height: 1.4;
	border-bottom: 3px dotted #d1d3d8;
    padding: 18px 0 12px 0;
    margin: 0 auto 20px;
}
#main h2.tit span {
    display: block;
    font-size: 20px;
    color: #3a618e;
    font-family: none;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0 auto 10px;
}
#main div.inr_bx#original h2.tit {
    font-size: 33px;
}
#main div.inr_bx#original h2.tit span {
    font-size: 26px;
}
#main div.inr_bx h3 {
    font-size: 21px;
}
div.txt_ori p {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.4;
}
p.ft120 {
    font-size: 120%;
}
div.image_wd {
    text-align: center;
}
div.image_wd img {
    width: 100%;
    max-width: 800px;
    display: block;
    margin: 15px auto;
}
p.ori_orng {
    padding-left: 1em;
    color:#FB7407;
}
p.red {
    color: red;
    font-weight: bold;
}
div.movie {
    text-align: center;
    width: 100%;
    max-width: 800px;
    display: block;
    margin: 15px auto;
}
div.movie iframe {
    width: 100%;
}

div.pht_3wk,
div.phtbx_3wk {
    text-align: center;
    margin: 5px auto 60px;
}
div.txt_left {
    text-align: left;
}
div.pht_3wk div p {
    margin: 4px 1% 10px;
    width: 97%;
    text-align: justify;
    font-size: 90%;
    line-height: 1.3;
}
div.phtbx_3wk {
    background: #c3ccde;
}
div.phtbx_3wk div {
    width: 26.5%;
    display: inline-block;
    vertical-align: top;
    margin: 1.5%;
    outline: 2px solid #fff;
}
div.pht_3wk div {
    width: 31.5%;
    margin: 0 0.75% 8px;
    display: inline-block;
    vertical-align: top;
    padding: 0;
}
div.pht_3wk div:last-child {
    margin-right: 0;
}


/*div.pht_2wk {
    margin: 85px 0 25px;
}
div.pht_2wk,
div.pht_4wk {
    width: 100%;
    text-align: center;
    margin: 15px 0;
}
div.pht_2wk div {
  width: 43.5%;
  margin: 1.5%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding-bottom: 4px;
}
div.pht_4wk div {
  width: 23.5%;
  margin: 0.5%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding-bottom: 4px;
}
div.pht_2wk div img,
div.pht_4wk div img {
  width: 100%;
  margin-bottom: 5px;
  display: block;
}

div.pht_2wk div.app {
  padding: 3%;
  border: 3px solid #ccc;
  border-radius: 13px;
}
div.pht_2wk div.app h3 {
  color: #e24c46;
  font-size: 22px;
  border-bottom: 1px dotted;
  padding-bottom: 11px;
  display: inline-block;
}

div.pht_2wk div.app img {
  height: 250px;
  overflow: hidden;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
div.pht_2wk div.app h3 a {
  color: #e24c46;
}
div.pht_2wk div.app h3 a:hover {
  text-decoration: none;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
div.pht_2wk div.app p {
  text-align: left;
}
div.pht_2wk div.app p.link {
  background: #e24c46;
  border-radius: 5px;
  padding: 0;
  text-align: center;
  margin: 0;
}
div.pht_2wk div.app p.link a {
  display: block;
  padding: 5px;
  color: #fff;
}
div.pht_2wk div.app a i.fas {
  margin-left: 8px;
}
div.pht_2wk div.app p.link:hover,
div.pht_2wk div.app p.link a:hover {
  text-decoration: none;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition: all 300ms ease-in-out 0s;
}*/
h5.komidashi {
  font-size: 18px;
}
h5.komidashi span {
  font-size: 19px;
  margin-left: 7px;
  font-weight: 300;
  color: #42693e;
}
h5.komidashi:before {
  content: "■";
  display: inline-block;
    color: #c7cfc6;
    margin: 2px 4px -2px 0;
    font-size: 27px;
    vertical-align: bottom;
}
span.img100 {
  font-size: 12px;
  text-align: right;
}
span.img100 img {
  height: 75px;
  width: auto;
  margin: 4px;
}
.post-wrap h3.archive-title {
  display: none;
}

.content-area .entry-content h2.midashi {
  font-size: 25px;
  margin: 40px 0 24px;
  line-height: 1.2;
}
#main div.inr_bx h3.midashi {
    font-size: 23px;
    padding: 13px 0 9px 18px;
    border-left: 6px solid #849ebc;
    margin: 30px 0 10px;
    line-height: 1.2;
    width: 100%;
    display: inline-block;
}
.content-area .entry-content h3.midashi span {
  font-weight: 200;
  font-size: 20px;
  margin: 0 20px;
}
.content-area .entry-content h3.midashi2 {
  font-size: 25px;
  padding: 13px 0 9px 18px;
  border-left: 6px solid #e55e58;
  margin: 55px 0 22px;
  line-height: 1.2;
  border-bottom: 1px solid #e24c46;
}
.content-area .entry-content h3.komidashi2 {
  font-size: 21px;
  margin: 39px 0 15px;
}
.content-area .entry-content ul li {
  margin-bottom: 5px;
}

.content_list {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content_list .thumbnail {
    border: 1px solid #ccc;
    border-radius: 5px;
    display: inline-block;
    margin: 10px auto 28px auto;
    text-align: left;
    width: 47%;
}
.content_list.howto .thumbnail {
    width: 32%;
}
.content_list.feature .thumbnail {
    width: 24%;
    height: 282px;
}
.content_list .thumbnail.style_wd {
    width: 97%;
}
.content_list .thumbnail.style_wd div.pht5bx {
    display: flex;
}
.content_list .thumbnail img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center;
    border-radius: 0 0;
}
.content_list .thumbnail img:first-child {
    border-radius: 5px 0 0 0;
}
.content_list .thumbnail img:last-child {
    border-radius: 0 5px 0 0;
}
.content_list .thumbnail.style_wd div.pht5bx img {
    width: 20%;
}
.content_list .thumbnail h3 {
    background-color: rgba(87,127,173,0.8);
    font-size: 19px;
    font-weight: bold;
    margin: 0 !important;
    padding: 11px 2% 10px 3%;
    position: relative;
    top: -52px;
    color: #fff;
    line-height: 1.5;
}
.content_list .thumbnail.tit_2l h3 {
    top: -95px;
    height: 95px;
}
#main div.inr_bx .content_list.howto .thumbnail h3 {
    text-align: center;
    font-size: 25px;
    padding: 33px 2% 30px 3%;
    top: auto;
    bottom: 100px;
}
#main div.inr_bx .content_list.feature .thumbnail h3 {
    text-align: center;
    font-size: 22px;
    padding: 19px 2% 19px 3%;
    top: auto;
    bottom: 100px;
    line-height: 1.4;
}

.content_list .thumbnail h3 a {
  color: #fff;
  margin-top: 0;
  display: block;
}
.content_list .thumbnail h3 a:hover {
  text-decoration: none;
}
.content_list .thumbnail h3 a span {
    font-size: 16px;
    position: relative;
    opacity: 0.85;
    display: block;
    line-height: 1.3;
    font-weight: 400;
    text-indent: -0.5em;
}
.content_list .thumbnail p {
    font-size: 90%;
    font-weight: normal;
    line-height: 1.4;
    margin: -45px 0 0;
    padding: 5px 2% 13px 3%;
    vertical-align: text-top;
    width: 100%;
    text-align: justify;
}
.content_list .thumbnail.tit_2l p {
    margin: -90px 0 0;
}
#main div.inr_bx .content_list.howto .thumbnail p {
    margin: -92px 0 0;
}
.content_list p {
  width: 97%;
}
.content_list .bx_all ul {
  text-align: center;
  padding: 0 1%;
}
.content_list .bx_all ul li {
  display: inline-block;
  vertical-align: top;
  width: 12.5%;
  margin: 0.5%;
  min-width: 100px;
}
.content_list .bx_all ul li img {
  width: 100%;
  height: auto;
}

div.img_left {
    display: inline-flex;
    margin: 15px 0 45px;
    width: 100%;
    position: relative;
}
div.img_left.mb0 {
    margin-bottom: 0;
}
div.img_left img {
    float: left;
    margin-right: 3%;
    margin-top: 3px;
    margin-bottom: 20px;
    width: 60%;
    width: 410px;
    height: 100%;
}
div.img_left .txtbx {
    display: inline-block;
    vertical-align: top;
}
div.img_right {
    margin: 15px 0 45px;
}
div.img_right img {
    float: right;
    margin-left: 45px;
    margin-bottom: 20px;
    max-width: 375px;
}
p.rec_bg {
    background-color: #e8f1fc;
    padding: 5px 15px;
    margin-bottom: 10px;
}
div.img_right .txtbx h4 {
    font-size: 20px;
}
div.img_left .txtbx dl {
    background-color: #fff;
    padding: 0;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
}
div.img_left .txtbx dl dt, div.img_left .txtbx dl dd {
  box-sizing: border-box;
}
div.img_left .txtbx dl dt {
    width: 23%;
    display: flex;
    align-items: center;
    background-color: #e8f1fc;
    border-bottom: 1px solid #fff;
    padding: 6px 10px;
    font-size: 15px;
    line-height: 1.5;
}
div.img_left .txtbx dl dd {
    margin-inline-start: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 77%;
    border-bottom: 1px solid #e4e4e4;
    padding: 7px 12px;
    text-align: justify;
    line-height: 1.5;
    font-size: 14px;
}
div.img_left .txtbx dl dt:last-of-type, div.img_left .txtbx dl dd:last-of-type {
    border-bottom: 0;
}


div.pht_3wk {
    text-align: center;
    margin: 5px auto 60px;
    display: block;
    font-size: 85%;
}
div.pht_3wk div {
    width: 31.5%;
    margin: 0 0.75% 25px;
    display: inline-block;
    vertical-align: top;
    padding: 0;
}
div.pht_3wk div img {
    margin: 0 0 8px;
}
div.pht_3wk p {
    width: 31.5%;
    margin: 0 0.75% 25px;
    display: inline-block;
    vertical-align: top;
    max-width: 200px;
}
div.pht_3wk span {
    display: block;
    font-size: 90%;
}
div.pht_2wk,
div.pht_4wk {
    width: 100%;
    text-align: center;
    margin: 15px 0 25px;
}
div.pht_2wk div {
    width: 47.5%;
    margin: 0.75%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding-bottom: 4px;
}
div.pht_4wk div {
  width: 23.5%;
  margin: 0.5%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding-bottom: 4px;
}
div.pht_2wk div img,
div.pht_4wk div img {
  width: 100%;
  margin-bottom: 5px;
  display: block;
}
div.img_left.img400 {
    margin: 15px 0 15px;
}
div.img400 img {
    width: 40%;
    display: inline-block;
    float: none;
    height: 100%;
}
div.img400 .txtbx {
    width: 76%;
}
p.txt_name {
    text-align: right;
    margin: 10px 0 50px;
}
p.txt_name span {
    font-size: 26px;
    font-family: "HG行書体", monospace;
    margin: 0 8px;
}

div.img_left h5 a {
  color: #443f3f !important;
}
div.img_left .wk_phtbx {
  width: 32%;
  display: inline-block;
  vertical-align: top;
  border: 2px solid #ccc;
  margin-left: 3%;
  padding: 12px;
  border-radius: 5px;
  font-size: 95%;
}
div.img_left .wk_phtbx img {
  width: 210px;
  margin: 0 13px 0 0;
  float: left;
}
p.text_link:hover {
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
p.text_link a {
    color: #2597d3;
}
p.text_link a:hover {
    text-decoration: none;
}
p.text_link a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    position: relative;
    color: #2597d3;
    margin-right: 10px;
    font-size: 21px;
    font-weight: bold;
    margin-top: -3px;
    display: inline-block;
    vertical-align: middle;
}
.flo_right {
    float: right !important;
}
p.txt_name {
    text-align: right;
    margin: 10px 0 50px;
}
p.txt_name span {
    display: inline-block;
    font-size: 26px;
    font-family: "HG行書体", monospace;
    margin: 0 8px;
}
div.tkk_num {
    text-align: center;
    margin: 15px 0 40px;
}
div.tkk_num h2 {
    font-weight: 500;
    font-size: 28px;
}
div.tkk_num span {
    display: block;
    font-weight: 400;
    font-size: 23px;
    margin: 21px 0;
}

@media screen and (max-width: 1000px) {
    .content_list .thumbnail, .content_list.howto .thumbnail {
        width: 100%;
        margin-right: 0;
    }
    .content_list .thumbnail.style_wd {
        width: 100%;
    }
    .content_list.feature .thumbnail {
        height: 187px;
    }
    .content_list .thumbnail img {
        height: 185px;
        object-fit: cover;
        overflow: hidden;
        object-position: center;
        font-family: "object-fit: cover;"; /*IE対策*/
    }
    #main div.inr_bx .content_list.feature .thumbnail h3 {
        padding: 19px 2% 20px 3%;
        font-size: 19px;
        bottom: 93px;
    }
    div.pht_2wk div {
        width: 46.5%;
        font-size: 14px;
    }
    div.inr_bx.eq_bx .pht_2wk_wd {
        width: 95%;
    }
    div.pht_4wk div {
        font-size: 14px;
    }

    .content_list .thumbnail h3 a span {
        font-size: 14px;
    }
    #main div.inr_bx .content_list .thumbnail.tit_2l h3 {
        top: -90px;
        height: 90px;
    }
    div.base_list .base_bx {
        flex-wrap: wrap;
    }
    div.base_list .base_bx div {
        width: 100%;
    }
    div.base_list .base_bx img {
        width: 100%;
        margin: 25px 0 15px 0;
    }
}
@media screen and (max-width: 768px) {
    div.inr_bx .eq_list div div {
        width: 100%;
        padding: 0;
    }
    div.inr_bx .eq_list img {
        display: block;
        margin: 0 auto 10px;
        width: 100%;
        max-width: 300px;
    }
    div.inr_bx .eq_list div div.pht_2bx {
        margin: 0px 0 0 20px;
    }
    .content_list.feature .thumbnail {
        width: 48%;
        margin: 15px 1%;
    }
}

@media screen and (max-width: 600px) {
    div.pht_2wk div {
        width: 100%;
    }
    div.pht_4wk div {
        width: 48%;
    }
    div.inr_bx.eq_bx .pht_2wk_wd {
        width: 100%;
    }
    div.inr_bx .eq_list h4 {
        padding: 15px 15px;
        font-size: 17px;
    }
    div.inr_bx .eq_list div p {
        padding: 15px 0;
    }
    div.inr_bx .eq_list div span {
        font-size: 15px;
        margin: -38px 15px 0 0;
    }
    #main div.inr_bx h3 {
        font-size: 19px;
        top: -49px;
    }
    div.tkk_num h2 {
        font-size: 19px;
    }
    div.tkk_num span {
        font-size: 18px;
    }
}



/*----------------------------------
  sdgs
------------------------------------*/
div.img_sdgs {
    display: inline-block;
    margin: 5px 0 5px;
    width: 100%;
}
div.img_sdgs img {
    float: left;
    margin-right: 3%;
    margin-top: 3px;
    margin-bottom: 20px;
    width: 165px;
    height: 165px;
    object-fit: none;
}
div.img_sdgs .txtbx {
    display: inline-block;
    vertical-align: top;
    width: 76%;
}
div.img_sdgs img.sdgs01 {
    object-position: 0px -111px;
}
div.img_sdgs img.sdgs02 {
    object-position: -184px -111px;
}
div.img_sdgs img.sdgs03 {
    object-position: -368px -111px;
}
div.img_sdgs img.sdgs04 {
    object-position: -552px -111px;
}
div.img_sdgs img.sdgs05 {
    object-position: -736px -111px;
}
div.img_sdgs img.sdgs06 {
    object-position: -920px -111px;
}
div.img_sdgs img.sdgs07 {
    object-position: 0px -295px;
}
div.img_sdgs img.sdgs08 {
    object-position: -184px -295px;
}
div.img_sdgs img.sdgs09 {
    object-position: -368px -295px;
}
div.img_sdgs img.sdgs10 {
    object-position: -552px -295px;
}
div.img_sdgs img.sdgs11 {
    object-position: -736px -295px;
}
div.img_sdgs img.sdgs12 {
    object-position: -920px -295px;
}
div.img_sdgs img.sdgs13 {
    object-position: 0px -479px;
}
div.img_sdgs img.sdgs14 {
    object-position: -184px -479px;
}
div.img_sdgs img.sdgs15 {
    object-position: -368px -479px;
}
div.img_sdgs img.sdgs16 {
    object-position: -552px -479px;
}
div.img_sdgs img.sdgs17 {
    object-position: -736px -479px;
}
@media screen and (max-width: 1000px) {
div.img_sdgs .txtbx {
    width: 71%;
}
}
@media screen and (max-width: 768px) {
div.img_sdgs .txtbx {
    width: 100%;
}
div.img_sdgs img {
    margin-bottom: 0;
}
}





/* sitemap */
#sitemap ul.sitemap_list {
    list-style-type: none;
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
#sitemap ul.sitemap_list li {
    margin-bottom: 6px;
    /*border-bottom: 1px dotted #ccc;*/
    padding-bottom: 5px;
}
#sitemap ul.sitemap_list li a {
    padding-left: 15px;
    color: #1C1C1C;
    margin-left: -15px;
}
#sitemap ul.sitemap_list li a:before {	
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    position: relative;
    font-size: 13px;
    font-weight: bold;
    margin: -2px 4px 0 0;
    display: inline-block;
    vertical-align: middle;
    color: #ccc;
}
#sitemap ul.sitemap_list li a.linken {
    color: #00BCD4;
    font-family: "Roboto", sans-serif;
}
#sitemap ul.sitemap_list li a span.linken {
    font-size: 85%;
    color: #787878;
    margin-left: 8px;
    font-family: "Roboto", sans-serif;
}
#sitemap ul.sitemap_list li ul {
    margin: 8px 0 0;
    list-style-type: none;
}
#sitemap ul.sitemap_list li ul li {
    margin-bottom: 5px;
    border: 0;
    padding-bottom: 0px;
}
#sitemap ul.sitemap_list li a:hover {
    text-decoration: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    opacity: 0.70;
    transition: all 300ms ease-in-out 0s;
}
@media screen and (max-width: 768px) {
    #sitemap ul.sitemap_list {
        width: 100%;
        margin: 0;
    }
}
@media screen and (max-width: 600px) {
    #sitemap ul.sitemap_list {
        padding: 0;
    }
    #sitemap ul.sitemap_list li ul {
        padding-left: 20px;
    }
}


/* Form */
button, .llms-button-action, .llms-student-dashboard .llms-button-secondary, input[type="button"], input[type="reset"], input[type="submit"] {
    text-transform: none;
}
textarea,
input[type="text"],
input[type="email"] {
  width: 100%;
}
input.wdth_sht {
    width: 150px;
}
input.zip {
  width: 200px;
  margin: 0 0 10px 10px;
}
input.address {
  margin: 0 0 10px 26px;
  width: 90%;
}
input.address2 {
  margin: 0 0 0 26px;
  width: 90%;
}
input.sendmail, input.wpcf7-submit {
  font-size: 19px;
}
input.small {
  width: 150px;
}
p.button a,button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 0;
    border-radius: 6px;
    background: -moz-linear-gradient(top, #fdaa6e, #fe9044);
    background: -webkit-linear-gradient(top, #fdaa6e, #fe9044);
    background: linear-gradient(to bottom, #fdaa6e, #fe9044);
    padding: 17px 25px;
    text-align: center;
    margin: 0 3px 25px;
    display: inline-block;
    min-width: 286px;
}
input.wpcf7-previous {
  background: #aaaaaa !important;
  border: 0;
  width: 200px;
  text-align: center !important;
  padding: 14px 0;
  font-size: 18px;
}
p.button:hover,button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border: 0;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition: all 300ms ease-in-out 0s;
  color: #fff;
}
p.button a,button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 0;
    border-radius: 6px;
    background: -moz-linear-gradient(top, #fdaa6e, #fe9044);
    background: -webkit-linear-gradient(top, #fdaa6e, #fe9044);
    background: linear-gradient(to bottom, #fdaa6e, #fe9044);
    padding: 17px 25px;
    text-align: center;
    margin: 0 3px 25px;
    display: inline-block;
    min-width: 286px;
}
input.back {
  background: #aaaaaa !important;
  border: 0;
  width: 200px;
  text-align: center !important;
  padding: 14px 0;
}
p.button:hover,button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border: 0;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition: all 300ms ease-in-out 0s;
  color: #fff;
}
p.button a {
    color: #fff;
}
p.button a:hover {
    text-decoration: none
}
input[type="radio"], input[type="checkbox"] {
    margin: -2px 6px 0px 0;
    height: 27px;
    width: 27px;
    vertical-align: middle;
}
div.prvcy input[type="checkbox"] {
    margin: -2px 6px 0px 8px;
}
span.wpcf7-spinner {
    display: none;
}
div.prvcy {
    margin-left: 23%;
}
div.prvcy p {
    display: inline-block;
}
@media screen and (max-width: 600px) {
    div.prvcy {
        margin-left: 0;
    }
}



/*---- 表組 ----*/
table.table_cmpny  {
    border-collapse: collapse;
    margin: 0 auto 40px;
    max-width: 100%;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
}
table.table_cmpny th {
    background-color: #3a618e;
    border: 1px solid #d7d7d7;
    color: #fff;
    font-weight: 400;
    line-height: 1.3;
    padding: 14px 8px;
    vertical-align: middle;
    width: 23%;
    word-break: initial;
    white-space: nowrap;
    position: relative;
}
table.table_cmpny th p {
    margin: 0;
}
table.table_cmpny.history th {
    width: 115px;
}
table.table_cmpny.history th:first-child {
    font-size: 43px;
    font-family: century gothic, "Arial Black", Gadget, sans-serif;
    width: 125px;
    background-color: #7291b4;
}
table.table_cmpny td {
    border: 1px solid #e7e7e7;
    text-align: left;
    padding: 14px 25px;
    vertical-align: middle;
    word-break: initial;
}
table.table_cmpny th span {
    display: block;
    text-align: center;
    padding: 3px 5px;
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 1px;
}
table.table_cmpny th span.hissu {
    position: absolute;
    display: block;
    right: 6px;
    background: #ffa500;
    width: 28px;
    padding: 2px 0px;
    font-size: 10px;
    font-weight: 200;
    border-radius: 3px;
}
table.table_cmpny td p {
    margin-bottom: 0;
}
table.table_cmpny td strong {
    font-size: 150%;
}
table.table_cmpny td span.wpcf7-list-item {
    display: block;
    margin: 0;
}
table.table_cmpny td dd.sun span.wpcf7-list-item {
    display: inline-block;
    margin: 0 20px 10px 0;
}
table.table_cmpny td ul {
    padding: 0;
    list-style-type: none;
}
table.table_cmpny td ul li:before {
    content: "●";
    display: inline-block;
    font-size: 12px;
    color: #b7b7b7;
    margin: -4px 8px 0 0;
    vertical-align: middle;
}
table.table_cmpny td ul.business li:before {
    content: "";
    margin: 0;
}
table.table_cmpny td ul li a {
    color: #333;
}
table.table_cmpny td ul li a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    position: relative;
    color: #c5c5c5;
    font-size: 16px;
    font-weight: bold;
    margin: -2px 0 0 8px;
    display: inline-block;
    vertical-align: middle;
}
table.table_cmpny td ul li a:hover {
    text-decoration: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
table.table_cmpny.history td .img {
    float: right;
    width: 30%;
    max-width: 200px;
    font-size: 12px;
}
table.table_cmpny.history td .img img {
    width: 100%;
    display: block;
    margin: 0 0 8px;
}
table.table_cmpny td dl {
    margin: 0;
    width: 100%;
}
table.table_cmpny td dl dt {
    display: inline-block;
    width: 20%;
    vertical-align: top;
    font-weight: 600;
}
table.table_cmpny td dl dd {
    font-weight: normal;
    display: inline-block;
    width: 70%;
    margin: 0 0 7px 5px;
}
table.table_cmpny.contact th.vrtop {
    vertical-align: top;
    padding-top: 30px;
}
table.table_cmpny.contact th br.br_tb {
    display: none;
}
table.table_cmpny.contact td br.br_tb {
    display: none;
}
table.table_cmpny.contact td dl dt {
    width: 13%;
    padding: 17px 0;
}
table.table_cmpny.contact.contact2 td dl dt {
    padding: 5px 0 6px;
}
table.table_cmpny.contact td dl dd {
    width: 85%;
    margin: 5px 0 6px 5px;
}
table.table_cmpny td dl dd input.wpcf7-validates-as-number {
    width: 85px;
    padding: 4px 10px;
    margin: 2px 0;
}
table.table_cmpny td dl dd input.w200 {
    width: 200px;
}
table.table_cmpny td span[data-name="radio-hindo"] span.wpcf7-list-item {
    display: inline-block;
    margin: 0 8px 0 0;
}
table.table_cmpny td span[data-name="radio-toi"] span.wpcf7-list-item:nth-child(3):before {
    content: "製品についてのお問い合わせ";
    display: block;
    font-size: 85%;
    margin: 0;
}
table.table_cmpny td span[data-name="radio-toi"] span.wpcf7-list-item:nth-child(3),table.table_cmpny td span[data-name="radio-toi"] span.wpcf7-list-item:nth-child(4) {
    margin-left: 15px;
}
table.table_cmpny td a.right {
    float: right;
    font-size: 14px;
}
table.table_cmpny td a.right:before {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    position: relative;
    font-size: 13px;
    font-weight: bold;
    margin: -2px 4px 0 0;
    display: inline-block;
    vertical-align: middle;
    color: #ccc;
}
table.table_cmpny td a.link {
  float: right;
}
table.table_cmpny td p.link {
    text-align: center;
}
table.table_cmpny td p.link a {
    background-color: #ce3a3a;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    display: inline-block;
    margin: 18px 10px;
    min-width: 195px;
    border: 2px solid #ce3a3a;
    font-size: 15px;
    font-weight: 400;
}
table.table_cmpny td p.link a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    position: relative;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    margin: -4px -15px 0 15px;
    display: inline-block;
    vertical-align: middle;
}
table.table_cmpny td p.link a:hover {
    background-color: #fff;
    color: #ce3a3a;
    text-decoration: none;
    transition: all 300ms ease-in-out 0s;
}
table.table_cmpny td p.link a:hover:after {
    color: #ce3a3a;
    transition: all 300ms ease-in-out 0s;
}
@media screen and (max-width: 1000px) {
    table.table_cmpny.contact td dl dt {
        width: 16%;
    }
    table.table_cmpny.contact td dl dd {
        width: 80%;
    }
    table.table_cmpny.contact th br.br_tb {
        display: block;
    }
    table.table_cmpny.contact td br.br_tb {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    table.table_cmpny th, table.table_cmpny td {
        font-size: 13px;
    }
    table.table_cmpny td dl dd input.wpcf7-validates-as-number {
        width: 63px;
        padding: 4px 5px;
    }
}
@media screen and (max-width: 600px) {
    table.table_cmpny th,
    table.table_cmpny td {
        border-bottom: none;
        display: inline-block;
        width: 100%;
    }
    table.table_cmpny th {
        border: 0;
    }
    table.table_cmpny td:last-child {
        border-bottom: 1px solid #ccc;
    }
    table.table_cmpny.history th {
        width: 50%;
        position: relative;
        height: 45px;
    }
    table.table_cmpny.history th:first-child {
        width: 50%;
        display: inline-table;
        font-size: 34px;
        vertical-align: top;
    }
    table.table_cmpny.contact th.vrtop {
        padding-top: 14px;
    }
    table.table_cmpny.contact th br.br_tb {
        display: none;
    }
    table.table_cmpny.contact td:last-child {
        padding: 14px 15px;
    }
    table.table_cmpny.contact td dl dt {
        width: 100%;
        padding: 17px 0 0;
    }
    table.table_cmpny.contact td dl dd {
        width: 100%;
        margin: 5px 0 6px 0;
    }

}




/*---- privacypolicy ----*/
#privacypolicy h2 {
    font-size: 21px;
    padding: 13px 0 9px 18px;
    border-left: 6px solid #849ebc;
    margin: 35px 0 10px;
    line-height: 1.2;
    font-weight: 800;
}
#privacypolicy h3 {
    font-size: 20px;
    margin-top: 65px;
}
#privacypolicy p {
    overflow-wrap: break-word;
}
#privacypolicy ol {
    padding-left: 22px;
}
#privacypolicy ol li, #privacypolicy ul li {
    margin-bottom: 6px;
    line-height: 1.6;
}
#privacypolicy ol ul {
    padding: 10px 0 17px 1.5em;
}
#privacy-policy p.tel a.tel {
  font-size: 20px;
  color: #636363;
  font-weight: 600;
  text-decoration: none;
}



/* footer */
.entry-footer {
    margin-top: 65px;
}
body.home .entry-footer {
    margin-top: 0;
}
.ft_cmnt {
    padding: 63px 0 22px;
    background: url(/img/common/bg_contact.jpg) no-repeat #252525 center center;
    background-size: 100% auto;
    position: relative;
}
.ft_cmnt .ftarea {
    width: 96%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.ft_cmnt .ftarea span {
    opacity: 0.15;
    line-height: 0.76;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    font-size: 80px;
    position: absolute;
    color: #fff;
    font-family: "Marcellus", serif;
    top: 20px;
}
.ft_cmnt .ftarea p {
    font-size: 22px;
    color: #fff;
}
.ft_cmnt .ftarea p br.br_sp {
    display: none;
}
.ft_cmnt .ftarea ul {
    padding: 0;
    margin: 15px auto;
}
.ft_cmnt .ftarea ul li {
    display: inline-block;
    vertical-align: top;
    width: 380px;
    margin: 0 25px 0 0;
    padding: 0;
}
.ft_cmnt .ftarea ul li a {
    display: block;
    text-align: center;
    width: 100%;
    padding: 13px 0 0;
    background: #ce3a3a;
    letter-spacing: 1px;
    font-size: 19px;
    font-weight: 600;
    border-radius: 6px;
    color: #fff;
    height: 64px;
}
.ft_cmnt .ftarea ul li a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    color: rgba(255, 255, 255, 0.5);
    font-size: 26px;
    font-weight: bold;
    margin: -2px 50px 0px -45px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
}
.ft_cmnt .ftarea ul li a:hover {
    text-decoration: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
.ft_cmnt .ftarea ul li.tel a {
    background: rgba(255,255,255,0.5);
    font-family :century gothic, "Arial Black", Gadget, sans-serif;
    color: #1f1f1f;
    font-size: 25px;
    font-weight: 800;
    border: 1px solid #535150;
    padding: 9px 0 0;
}
.ft_cmnt .ftarea ul li.tel a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f879";
    color: #cbcbcb;
    font-size: 19px;
    position: relative;
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
    margin: 0px 20px 3px -10px;
}



.footer-widgets-grid.footer-layout-3 {
    grid-template-columns: auto;
    display: block;
    padding-top: 15px;
}
.footer-widgets {
    padding: 45px 0 85px;
    background: #f6f6f6;
    margin-top: -10px;
}
.footer-widgets .container {
    width: 96%;
    max-width: 1200px;
}
.sidebar-column {
    width: 24%;
    display: inline-block;
    vertical-align: top;
    margin: 0 5% 0 0;
}
.sidebar-column:first-child {
    width: 38%;
    margin-right: 11%;
}
.sidebar-column:last-child {
    width: 18%;
    margin: 0 0;
}
#sidebar-footer #custom_html-2 div.textwidget a {
    font-weight: 300;
    font-size: 22px;
    display: block;
}
#sidebar-footer #custom_html-2 div.textwidget a span {
    font-weight: 900;
    font-size: 26px;
    margin: 0 0 5px 4px;
    display: inline-block;
    letter-spacing: 1px;
}
#sidebar-footer div.container div.textwidget p.txt {
    color: #000;
    font-size: 15px;
    margin: 13px 0 5px;
    font-weight: 200;
    font-style: normal;
    line-height: 1.6;
    display: block;
}
#sidebar-footer #custom_html-2 div.textwidget ul.tel {
    font-family: century gothic;
    color: #000;
    font-size: 23px;
    font-weight: 800;
    margin: 0 0 30px;
}
#sidebar-footer #custom_html-2 div.textwidget ul.tel li {
    display: block;
    margin: 0 15px 0 0;
}
#sidebar-footer #custom_html-2 div.textwidget ul.tel li.tel a {
    font-weight: 800;
    color: #000;
}
#sidebar-footer #custom_html-2 div.textwidget ul.tel li span {
    font-size: 15px;
    position: relative;
    font-weight: 200;
    margin: 0 4px 2px 0;
    vertical-align: middle;
}
#sidebar-footer div.container ul.menu li {
    font-size: 17px;
    margin-bottom: 5px;
    padding: 0 0 7px;
}
#sidebar-footer div.container ul.sub-menu {
    margin: 10px 5px 14px 10px;
}
#sidebar-footer div.container ul.sub-menu li {
    font-size: 14px;
    margin-bottom: 3px;
    border-bottom: 0;
}
#sidebar-footer div.container div a {
    clear: both;
    color: #000;
    line-height: 1.3;
    text-decoration: none;
    font-weight: 400;
}
#sidebar-footer div.container ul.sub-menu li a {
    font-weight: 400;
}
#sidebar-footer #custom_html-2 div.textwidget p.tit a {
    font-weight: 600;
    font-size: 26px;
    display: inline-block;
}
#sidebar-footer #custom_html-2 div.textwidget p.tit img {
    width: 57px;
    vertical-align: middle;
    margin: -13px 0 0 14px;
    padding-left: 12px;
    border-left: 1px solid #ccc;
}
#sidebar-footer div.container p.inq {
    background: #ce3a3a;
    border-radius: 5px;
    padding: 4px;
    text-align: center;
    width: 100%;
    margin: 0 0 13px;
}
#sidebar-footer div.container p.inq a {
    color: #fff;
    padding: 10px 10px 10px 5px;
    display: block;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 200;
}
#sidebar-footer div.container p.inq a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    color: rgba(255, 255, 255, 0.5);
    font-size: 125%;
    font-weight: bold;
    margin: 1px 10px 2px 5px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
}
#sidebar-footer div.container p.link {
    text-align: right;
    margin-bottom: 2px;
}
#sidebar-footer div.container p.link a {
    font-size: 14px;
    background-image: none;
}
#sidebar-footer div.container p.link a:before {
    content: ">";
    color: #b5b5b5;
    font-size: 26px;
    padding-right: 9px;
    transform: scale(0.5,1);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0px;
}
#sidebar-footer div.container ul li a:hover,
#sidebar-footer div.container p.link a:hover {
    text-decoration: none;
    color: #f43e3e;
    transition: all 300ms ease-in-out 0s;
}
#sidebar-footer div.container p.inq:hover,
#sidebar-footer #custom_html-2 div.textwidget a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
.site-footer {
    margin-top: -45px;
    background: transparent;
}
.copyright {
    clear: both;
    color: #000;
    font-size: 13px;
    padding: 0 0 20px;
    text-align: center;
    letter-spacing: 0.5px;
    margin-top: -2px;
    line-height: 1.4;
}
.copyright p {
    margin-bottom: 0;
}
.go-top {
    border-radius: 50% !important;
    background-color: rgba(119,119,119,0.75);
}
.sydney-svg-icon {
    vertical-align: top;
    padding-top: 0;
}
@media screen and (max-width: 1200px) {
    #sidebar-footer div.container ul.menu li {
        font-size: 15px;
    }

    #sidebar-footer div.container div.wd01 a img.logo {
    width: 174px;
    padding-right: 6px;
    margin-right: 8px;
  }
.go-top {
    margin-bottom: 55px;
}
}
@media screen and (max-width: 1024px) {
    .site-footer {
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 1000px) {
    .footer-widgets {
        background-size: auto 100%;
    }
    .footer-widgets .widget {
        margin: 15px 4%;
    }
    .ft_cmnt {
        padding: 25px 0 5px;
    }
    .ft_cmnt .ftarea ul li {
        margin: 3px 15px 3px 15px;
        max-width: 300px;
    }
    .ft_cmnt .ftarea ul li.tel a {
        font-size: 23px;
        padding: 10px 0 0;
    }
}



/*---- ボタン 関連リンク ----*/
a.link {
  background: rgba(0, 0, 0, 0) url(/img/arrow.png) no-repeat scroll 0 7px;
  color: #6699ff;
  padding-left: 14px !important;
  background-size: 10px 10px;
  font-size: 13px;
  margin-left: 10px;
}
p.link a {
    background: rgba(0, 0, 0, 0) url(/img/arrow.png) no-repeat scroll 0 7px;
    color: #6699ff;
    padding-left: 20px !important;
    background-size: 14px 14px;
    margin: 3px 19px 0 0;
}
p.link a:hover {
    text-decoration: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
p.link_bx {
    text-align: center;
}
p.link_bx a {
    background-color: #ce3a3a;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    display: inline-block;
    margin: 18px 10px;
    min-width: 195px;
    border: 2px solid #ce3a3a;
    font-size: 16px;
    font-weight: 400;
}
p.link_bx.blue a {
    background-color: #5381b6;
    border: 2px solid #5381b6;
}
#main div.inr_bx#original p.link_bx a {
    font-size: 17px;
}
#main div.inr_bx#original p.link_bx.mb0 {
    margin-bottom: 0;
}
p.link_bx a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    position: relative;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    margin: -4px -13px 0 14px;
    display: inline-block;
    vertical-align: middle;
}
p.link_bx a:hover {
    background-color: #fff;
    color: #ce3a3a;
    text-decoration: none;
    transition: all 300ms ease-in-out 0s;
}
p.link_bx.blue a:hover {
    color: #5381b6;
}
p.link_bx a:hover:after {
    color: #ce3a3a;
    transition: all 300ms ease-in-out 0s;
}
p.link_bx.blue a:hover:after {
    color: #5381b6;
    transition: all 300ms ease-in-out 0s;
}
div.kanrenbx {
    margin: 110px auto 30px;
    width: 96%;
    max-width: 1030px;
}
div.kanrenbx ul {
    width: 100%;
    list-style-type: none;
    text-align: center;
    border: 2px solid #ddd;
    padding: 0 0 20px 0;
    font-size: 14px;
    border-radius: 6px;
}
div.kanrenbx ul p.tit {
    margin: -10px auto 5px;
}
div.kanrenbx ul p.tit a {
    background-color: #888;
    color: #fff;
    padding: 5px 18px;
    border-radius: 3px;
}
div.kanrenbx ul p.tit a:hover {
    background-color: #A7A7A7;
    text-decoration: none;
    transition: all 300ms ease-in-out 0s;
}
div.kanrenbx ul li {
    display: inline-block;
    margin: 10px;
}
div.kanrenbx ul li a {
    color: #36393d;
    border-bottom: 1px solid #b0c3d8;
    padding: 0 0 4px;
}
div.kanrenbx ul li a:hover {
    color: #f3a2a2;
    text-decoration: none;
    transition: all 300ms ease-in-out 0s;
}
div.kanrenbx ul p.txt_link {
    margin: 0 0 -83px;
}
div.kanrenbx ul.pht5bx li img {
    width: 115px;
    display: block;
    margin: 0 auto 9px;
    border: 2px solid #ddd;
}
div.kanrenbx.base ul {
    border-top: 0;
    border-bottom: 0;
}


/*---- ボタン ----*/
p.txt_link {
    margin-left: 1.5em;
}
p.txt_link a {
    color: #333;
}
p.txt_link a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    position: relative;
    color: #c5c5c5;
    font-size: 16px;
    font-weight: bold;
    margin: -2px 8px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.content_list .thumbnail p.txt_link {
    text-align: right;
    margin: 0 0;
}
p.link_btn {
    border: 1px solid #dbdbdb;
    border-radius: 6px;
    background: -moz-linear-gradient(top, #fdaa6e, #fe9044);
    background: -webkit-linear-gradient(top, #fdaa6e, #fe9044);
  background: linear-gradient(to bottom, #fdaa6e, #fe9044);
  padding: 0;
  max-width: 295px;
  text-align: center;
  margin: 0 auto 35px;
  display: block;
  width: 85%;
}
p.link_btn a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    height: 100%;
    width: 100%;
    display: block;
    padding: 17px 15%;
}
p.link_btn a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    color: #fff;
    font-weight: 600;
    font-size: 125%;
    float: right;
    position: relative;
    vertical-align: bottom;
    margin-top: -1px;
    line-height: 1.3;
}
p.link_btn a i.fas {
  margin-left: 11px;
  font-size: 85%;
}
p.link_btn a:hover {
  text-decoration: none;
}
p.link_btn:hover, p.txt_link a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition: all 300ms ease-in-out 0s;
}
div.quizbx {
    width: 80%;
    max-width: 550px;
    margin: 25px auto;
    border: 3px solid #9bb2cd;
    border-radius: 10px;
    padding: 0 25px;
}
div.quizbx h4 {
    font-size: 16px;
    text-align: center;
}
div.quizbx p {
    font-size: 15px;
    text-align: justify;
}




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


    .sidebar-column {
        width: 22%;
    }
    .sidebar-column:first-child {
        width: 44%;
        margin-right: 5%;
    }
    .sidebar-column:last-child {
        width: 21%;
    }



  div.img_left .wk_phtbx {
    width: 36%;
    margin-left: 1%;
  }
}

@media screen and (max-width: 1024px) {
    .header-wrap .bg_image {
        height: 450px;
    }



    .header-wrap .bg_image {
        margin: 0px auto 0;
    }
  header.site-header .l-innernv .top_copy {
    margin-top: 0;
    font-size: 41px;
    background-size: auto 100%;
    padding: 115px 0 110px;
  }
  .btn-submenu {
      top: -5px;
  }
  .btn-submenu:before {
    color: #666;
  }
  #page .col-md-8 ul#menu-menu-1 li:hover .btn-submenu:before {
    color: #fff;
  }
  #page .col-md-8 ul#menu-menu-1 li ul.sub-menu {
    background-color: #ddd;
    width: 100%;
    margin-top: -1px;
    top: 0;
  }
    #page .col-md-8 ul#menu-menu-1 li a {
        padding: 28px 0 28px;
    }
  /* ハンバーガーメニュー */
      .btn-menu {
        position: fixed;
        bottom: 0;
        text-align: center;
        display: flex;
        height: 60px;
        width: 70px;
        background-color: transparent;
        justify-content: right;
        align-items: center;
        z-index: 1900;
        border: 0;
        opacity: 0.9;
        margin: 0px auto;
        padding: 0;
        right: 0;
    }
    .btn-menu span {
        content: "";
        background: #fff;
        padding: 3px 8px;
        border-radius: 7px;
        color: #1b2775;
        font-weight: 600;
        float: right;
        right: 15px;
        position: relative;
        font-size: 15px;
        margin: -7px 0 0;
        line-height: 2;
    }
    .btn-submenu svg {
        width: 35px !important;
        top: 17px !important;
    }

  body.home .products .l-inner {
    padding: 20px 0 35px;
  }
  /* フッタメニュー */
    .mobi-menu {
        position: fixed;
        bottom: 0;
        text-align: center;
        display: flex;
        height: 60px;
        width: 100%;
        background-color: #3a618e;
        justify-content: center;
        align-items: center;
        z-index: 900;
        border: 0;
        opacity: 0.9;
        left: 0;
      }

    .mobi-menu ul {
        padding: 0;
        list-style-type: none;
        width: 100%;
        display: block;
        position: relative;
        margin: 0 0 -5px -12%;;
    }
    .mobi-menu ul li {
        margin: 0 1px;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        font-size: 8px;
        color: #fff;
        letter-spacing: 0;
        font-weight: 400;
    }
    .mobi-menu ul li a {
        display: block;
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 7px;
        width: 42px;
        height: 35px;
        padding: 5px 0 0 0;
        margin: 0 auto;
        font-size: 12px;
        color: #19267d;
        font-weight: 600;
    }
    .mobi-menu ul li a i.fa-solid, .mobi-menu ul li a i.fa-regular {
        color: #19267d;
        font-size: 24px;
    }


  #page .col-md-8 {
    background-image: none;
    display: contents;
    background-color: transparent;
  }
  #page .col-md-8 ul#menu-menu-1 li {
    width: 100% !important;
    height: 69px;
  }
  #page .col-md-8 ul#menu-menu-1 li:last-child,
  #page .col-md-8 ul#menu-menu-1 li:first-child {
    width: 100%;
  }
  #page .col-md-8 ul#menu-menu-1 li:hover a,
  #page .col-md-8 ul#menu-menu-1 li.actv a,
  #page col-md-8 ul#menu-menu-1 li.current-menu-item a {
    border-bottom: 0;
    height: 69px;
  }
  #page .col-md-8 ul#menu-menu-1 li span {
    display: inline-block;
    margin-right: 8px;
  }
  #page .col-md-8 ul#menu-menu-1 li ul.sub-menu li {
    height: 69px;
  }
  #page .col-md-8 ul#menu-menu-1 li ul.sub-menu li a {
    font-size: 15px;
    padding: 22px 0 0;
  }
  #mainnav-mobi {
    top: 0px;
    bottom: 60px;
    margin-top: 0;
    position: fixed;
    background-color: #ad8458;
    z-index: 200;
    overflow-y: auto;
    transition: all .4s;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
@keyframes fadeIn {
  0% {
     opacity: 0;
     transform: translateY(20px);
  }
  100% {
     opacity: 1;
     transform: translateY(0);
  }
}

  #mainnav-mobi ul li {
    border-top: 1px solid #fff;
  }
  #mainnav-mobi ul li:last-child {
    border-bottom: 0;
  }
  #mainnav-mobi ul li span.dropdown-symbol {
    display: none;
  }
  nav#mainnav-mobi.mainnav.toggled ul {
    margin: 80px 0 0 0;
  }
  nav#mainnav-mobi.mainnav.toggled ul.sub-menu {
    margin: 0;
  }
  nav#mainnav-mobi.mainnav.toggled ul>li>a {
    padding: 16px 50px;
  }
    .row {
        margin-right: 33px;
    }

  nav {
    padding: 0;
  }


/*ナビゲーションaタグの形状*/
nav li.has-child ul li a {
  border-bottom: none;
}
}
@media screen and (max-width: 1000px) {

    .sidebar-column {
        width: 100%;
        max-width: 558px;
        margin: 0 auto;
        display: block;
    }
    .sidebar-column:first-child {
        width: 100%;
        margin: 0 auto;
    }
    .sidebar-column:last-child {
        width: 100%;
        margin: 0 auto;
    }


.col-md-4, .col-md-4:last-child {
    width: 100%;
}
.col-md-4:first-child {
    width: 100%;
    margin: 0 0 40px;
}
#sidebar-footer div.container div.textwidget p.txt {
    padding-right: 0;
}


}

/*==768px以下の形状*/
@media screen and (max-width: 768px) {

    .header-wrap .bg_image {
        height: 400px;
    }
    .site-header.fixed {
        height: 200px;
    }

.content-area .entry-content h3.midashi {
    font-size: 20px;
}
.header-wrap {
    text-align: left;
}






  header.site-header .l-innernv .top_copy,
  header.site-header .top_copy {
    font-size: 32px;
    padding: 178px 0 170px;
  }




    .page .page-wrap .content-wrapper, .single .page-wrap .content-wrapper {
        padding: 0 15px;
    }
    #main div.h2_tit {
        margin: 0 0 20px;
    }

    body.home .top_mainimg h1 {
        font-size: 43px;
		padding-top: 150px;
    }

    body.home .top_mainimg {
        height: 355px;
    }
    #main div.h1_tit2 {
        margin: 36px 0 30px;
        min-height: 60px;
        border-left: 7px solid #003399;
    }
    #main div.h1_tit2 h1 {
        font-size: 27px;
        margin-left: 33px;
    }
    div.inr_bx h3.copy {
        font-size: 23px;
    }
    #main div.h1_tit {
        background-size: 45px;
        margin: 36px 0 30px;
        min-height: 60px;
    }
	#main div.h1_tit h1 {
        font-size: 27px;
    }
    #main div.h2_tit h2 {
        font-size: 22px;
    }
    #sidebar-footer div.container div.textwidget a img {
        width: 265px;
    }



  div.pht_3wk div,
  div.phtbx_3wk div {
    width: 65%;
  }
  div.txt_left {
    text-align: center;
  }
  div.glossary img {
    display: block;
    margin: 5px auto 28px;
    width: 58%;
  }
  div.glossary div.img_r {
    width: 100%;
  }
  table.table_cmpny td dl dt {
    width: 100%;
  }

  table.table_cmpny td dl dd {
    width: 100%;
    margin-bottom: 10px;
  }
  table.table_cmpny td dl dd:last-child {
    margin-bottom: 0;
  }
  div.pht_4wk div {
    width: 36.5%;
  }
  .content_job {
    text-align: center;
  }
  .content_job img {
    margin: 0 1.5% 15px;
  }
  table.table_cmpny th {
    font-size: 13px;
  }
    table.table_history th {
        font-size: 28px;
    }

  .mwform-tel-field input[type="text"],
  .mwform-zip-field input[type="text"] {
    width: 29%;
  }


  .drawer-open {
    position: relative;
    top: 1vw;
    left: 42vw;
  }
  /* 追加部分 ここまで */

  nav ul {
    display: block;
    list-style: none;
  }
div.img_left {
    flex-wrap: wrap;
}
div.img_left img {
    margin: 0 auto 20px;
}


    div.img_left img,
    div.img_right img {
        float: none;
        margin: 0 auto 20px;
        display: block;
        max-width: 300px;
        width: 100%;
    }
    div.img_left .txtbx {
        width: 100%;
    }
    div.img400 img {
        max-width: 380px;
        height: auto;
    }
    div.img160 img {
        max-width: 160px;
    }


.ft_cmnt .ftarea p {
    font-size: 18px;
}
.ft_cmnt .ftarea h5 {
    font-size: 32px;
}
	.ft_cmnt .ftarea h5 img {
    width: 95px;
}
    .copyright {
        padding-bottom: 35px;
    }
}

@media screen and (max-width: 600px) {
	.header-wrap .container {
    width: 100%;
}

div.img_left.img650 img {
    max-width: 96%;
}
ul.type_list li {
    width: 100%;
}

#sidebar-footer div.container div.textwidget a span {
    font-size: 19px;
}

.breadcrumbs {
    font-size: 11px;
}

  .drawer-open {
    position: relative;
    top: -8vw;
    left: 70vw;
  }
  #drawer-check:checked ~ .drawer-content {
    left: 30%;
  }
  /* ここまで追加 */

  .content_list .bx_all ul li {
    min-width: 85px;
  }


  body.home .sdgs div h2 {
    font-size: 37px;
  }

  body.home .products div.cont {
    width: 100%;
  }
  body.home .products div.cont div img {
    width: 53%;
    height: auto;
  }




    div.img_right img.w410,
    div.img_left img.w410 {
        width: 100%;
        max-width: 300px;
        float: none;
        margin: 0 auto 15px;
        display: block;
  }

  table.table_cmpny th,
  table.table_cmpny td {
    border-bottom: none;
    display: inline-block;
    width: 100%;
  }
  table.table_cmpny th {
    border: 0;
  }
  table.table_cmpny td:last-child {
    border-bottom: 1px solid #ccc;
  }
  .footer-widgets .widget {
    margin: 15px 3%;
  }
.ft_cmnt .ftarea p {
    font-size: 14px;
}
.ft_cmnt .ftarea h5 {
    font-size: 27px;
}
	.ft_cmnt .ftarea h5 img {
    width: 80px;
}
p.button a {
    min-width: 140px;
}
input.wpcf7-previous {
    width: 140px;
}
	input[type="button"] {
    width: 140px;
}

}

@media screen and (max-width: 480px) {
    body.home .base_w .pht3bx div a span {
        font-size: 16px;
    }



    #sidebar-footer #custom_html-2 div.textwidget a {
        font-size: 22px;
    }
    #sidebar-footer #custom_html-2 div.textwidget a span {
        font-size: 18px;
    }
    .site-header.fixed {
        background-size: 125% auto !important;
    }
    body.single-post header.site-header,
    body.category-news header.site-header {
        background-size: 125% auto !important;
    }






    #main div.h2_tit {
        margin: 0 0px;
    }

  div.pht_3wk div,
  div.phtbx_3wk div {
    width: 80%;
  }
  div.glossary img {
    width: 100%;
  }
    .entry-content div.q_a li.qa_a {
        margin: 28px 0 0 0.5em;
    }
  #sidebar-footer div.container div.ftnv {
    width: 100%;
  }
  .copyright {
    font-size: 10px;
  }

.ft_cmnt .ftarea p {
    font-size: 12px;
}
.ft_cmnt .ftarea h5 {
    font-size: 22px;
}
	.ft_cmnt .ftarea h5 img {
    width: 65px;
    margin: 0 8px 0 -5px;
}

}



/*---- 印刷用 */
@media print {
    body {
        zoom: 0.68;
        -webkit-print-color-adjust: exact;
        width: 98%;
        margin-left: 1%;
        overflow-x: visible !important;
        overflow-y: visible !important;
    }
    #header .l-inner,div.title,#header .l-innernv nav#menuList,.main,.breadcrumb,.contents_metal p,.r-nav ul li.bnr_style img {
        width: 100%;
    }
    a[href]:after {
        content: "" !important;
    }
    abbr[title]:after {
        content: "" !important;
    }
	.fadeInTrigger, .fadeUpTrigger, .fadeDownTrigger, .fadeLeftTrigger, .fadeRightTrigger {
        opacity: 1;
    }
    body.home #index .capsule {
        top: auto;
    }
    .footer-widgets {
        margin-top: 155px;
    }
}



