@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;
}
body.page-template-page-en, body.page-template-home-en {
    font-family: "Roboto", sans-serif;
}
.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: 100%;
}
.col-md-9 {
    width: 100%;
    padding: 0;
}
.col-md-9 .post-wrap, .col-md-9 #content_wrap {
    padding-right: 0;
    margin: 30px auto;
    max-width: 1080px;
}
body.page-template-home-en .col-md-9 .post-wrap {
    max-width: 100%;
}
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: #00BCD4;
    text-decoration: none;
}
body a:hover {
    color: #cccccc;
    text-decoration: underline;
}
body a:visited {
    color: #00BCD4;
    text-decoration: none;
}
a.link {
    background: rgba(0, 0, 0, 0) url("/img/arrow.png") no-repeat scroll 0 8px;
    color: #00BCD4;
    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: #db6061;
    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;
}
body.page-template-page-en h1, body.page-template-home-en h1,
body.page-template-page-en h2, body.page-template-home-en h2,
body.page-template-page-en h3, body.page-template-home-en h3,
body.page-template-page-en h4, body.page-template-home-en h4,
body.page-template-page-en h5, body.page-template-home-en h5 {
    font-family: "Roboto", sans-serif;
}
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.site-header .l-innernv .title-post {
    display: none;
}
.single-meta .byline {
    display: none;
}
.single .hentry .title-post, h2.cp_ttl {
    font-size: 26px;
}
.page .entry-header {
    display: none;
}
body.blog header.entry-header {
    display: block;
}
body.single-post header.site-header,
body.single header.site-header,
body.archive header.site-header,
body.category-news header.site-header {
    background: url(/img/headimage.jpg) no-repeat center 80% #fff !important;
    background-size: 100% auto !important;
}
.sydney-breadcrumbs {
    display: none;
}
.posts-layout .entry-title {
    font-size: 25px;
}
span.byline {
    display: none;
}
.posts-layout .hentry, .posts-layout .content-inner {
    margin-bottom: 40px;
    border-bottom: 2px dotted #ccc;
    padding-bottom: 25px;
    padding-left: 0;
}
.posts-layout .hentry span.cat-links, .post-wrap .hentry span.cat-links {
    display: none;
}
.posts-layout .hentry span.posted-on a:after,.entry-meta.delimiter-dot>*:after {
    opacity: 0;
}
#secondary {
    width: 100%;
    margin: 0 auto 65px;
    border: 1px solid #ccc;
    font-size: 90%;
    max-width: 1080px;
    float: none;
    display: table;
    /*display: none;*/
}
#secondary.widget-area h2 {
    font-size: 21px;
}
#main .page-header h1.archive-title {
    font-size: 0px;
}
#main .page-header h1.archive-title span {
    font-size: 20px;
}

.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%;
}
.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%;
}
.mb65 {
    margin-bottom: 65px;
}
.img_w80 img {
    max-width: 80%;
    margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
    .img_w80 img {
        max-width: 100%;
    }
}


/*---- header ----*/
.header-clone {
    display: none;
}
/*.site-header {
    background-position: center 15% !important;
    background-size: 100% auto !important;
    background-repeat: no-repeat;
}*/
.site-header {
    /*background: url(/img/headimage.jpg) no-repeat center 80% #fff;*/
	background-repeat: no-repeat;
	background-position: center 80%;
	background-color: #fff;
    position: relative;
    top: 0 !important;
    padding: 0px 0;
    /*height: 280px;
    height: 335px;*/
    height: 440px;
    width: 100%;
    z-index: 50;
    background-size: 100% auto !important;
}
body.page-id-2 .site-header, body.page-template-home-en .site-header {
    height: auto;
    margin: 10px 0 0;
    /*background: url(/img/index/mainimage2.jpg) #fff no-repeat center center !important;*/
    background-size: 100% auto !important;
    object-fit: cover;
    aspect-ratio: 16 / 7;
}
header.site-header .header-wrap {
    height: 112px;
    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;
}
header.site-header .ft_btn {
    display: none;
}
.site-header .logo {
    width: 52%;
    margin: 12px 0 0;
}
.site-header .logo em {
    font-size: 14px;
    font-style: normal;
    display: block;
    line-height: 1.3;
    margin: 0 0  4px;
}
.site-header .logo em .textwidget p {
    margin: 0;
    font-family: "Roboto", sans-serif;
    letter-spacing: -0.02em;
}
.site-header .logo a {
    /*color: #000;
    font-size: 45px;
    font-family: Ebrima,Helvetica Neue,Arial;
    font-weight: 900;
    letter-spacing: -0.5px;
    line-height: 1.1;
	
	ロゴを大文字太字にした場合*/
    color: #000;
    font-size: 38px;
    font-weight: 900;
    /*letter-spacing: -0.5px;*/
    line-height: 1.2;
    font-family: "HGP創英角ｺﾞｼｯｸUB", "HG創英角ｺﾞｼｯｸUB", "Roboto", "Noto Sans Japanese", "Helvetica Neue", Helvetica, Arial, "Droid Sans", "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
    margin-left: -1px;
}
.site-header .logo a span {
    font-size: 41px;
    font-weight: 300;
    margin: 0 12px;
}
.site-header .logo a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
.site-header .logo p {
    margin: 16px auto 0;
}


header.site-header .header-wrap {
    height: 112px;
    background-color: #fff;
    z-index: 10;
}
.header-wrap .container > .row {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
header.site-header .flo_right {
    position: relative;
    margin: 30px 0px 0 0;
    right: 0;
    width: 48%;
    float: right;
}
header.site-header .flo_right ul {
    padding: 0;
    margin: 0;
    text-align: right;
}
header.site-header .flo_right ul li {
    list-style-type: none;
    text-align: right;
    margin: 3px 10px;
    display: inline-block;
    vertical-align: top;
}
header.site-header .flo_right ul li.contact {
    text-align: center;
    background-color: transparent;
    padding: 0;
    border-radius: 8px;
    height: 40px;
    width: 150px;
}
header.site-header .flo_right ul li.contact a {
    letter-spacing: 0.5px;
    line-height: 1.6;
    display: block;
    color: #2b2b2b;
    font-size: 14px;
    font-weight: 500;
    padding: 1px 0 0px 5px;
}
header.site-header .flo_right ul li.contact a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    display: inline-block;
    color: rgba(255, 255, 255, 0.5);
    font-size: 25px;
    line-height: 0.75;
    margin: -3px 15px -10px -10px;
    font-weight: bold;
    vertical-align: middle;
    display: none;
}
/*header.site-header .flo_right ul li.contact a:after {
    content: "inquiry";
    display: block;
    color: #ccc;
    font-size: 15px;
    letter-spacing: 1px;
    margin: 0;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    line-height: 1;
}*/
header.site-header .flo_right ul li.contact a:hover {
    text-decoration: none;
}
header.site-header .flo_right ul li.contact a:hover {
    color: #00BCD4;
    transition: all 300ms ease-in-out 0s;
}
header.site-header .flo_right ul.en li {
    margin: 6px 10px;
}
header.site-header .flo_right ul.en li.contact a {
    font-size: 16px;
    padding: 3px 0 0px 5px;
    font-family: "Roboto", sans-serif;
}
header.site-header .flo_right ul.en li.contact a:before {
    margin: -8px 15px -8px -10px;
}
header.site-header .flo_right ul.en li.contact a:after {
    content: "";
}
header.site-header .flo_right ul li span {
    display: inline-block;
    vertical-align: middle;
    margin: 3px 17px;
    text-align: center;
    padding: 4px 0;
    width: auto;
    height: 22px;
    line-height: 1;
    font-size: 13px;
    letter-spacing: 1px;
    border-bottom: 1px solid #ccc;
    color: #bababa;
}
header.site-header .flo_right ul li span:last-child {
    border: 0;
}
header.site-header .flo_right ul li span a {
    display: block;
    color: #333;
    font-family: "Roboto", sans-serif;
}
header.site-header .flo_right ul li span a:hover {
    color: #00BCD4;
    transition: all 300ms ease-in-out 0s;
}
header.site-header .flo_right ul.en li span {
    letter-spacing: 1px;
    border: 0;
    font-family: "Roboto", sans-serif;
}
header.site-header .flo_right ul.en li span:last-child {
    border-bottom: 1px solid #ccc;
}
header.site-header .l-innernv {
    clear: both;
    width: 96%;
    max-width: 985px;
    height: auto;
}
/* gnavi */
#page .col-md-8 {
    width: 100%;
    /*background: #3ca1cd;*/
    background: #fff;
    display: block;
    height: 50px;
    /*margin-top: -223px;*/
    margin: -328px auto 173px;
    z-index: 1500;
    position: relative;
}
body.page-id-2 #page .col-md-8, body.page-template-home-en #page .col-md-8 {
    margin-top: 0;
}
#page .col-md-8 nav#mainnav {
    width: 100%;
    /*background: #3ca1cd;*/
    background: #fff;
    max-width: 1200px;
    float: none;
    margin: 0 auto;
    padding: 0 0 0px;
    height: 50px;
    text-align: center;
}
#page .col-md-8 nav#mainnav ul {
    justify-content: center;
}
#page .col-md-8 nav#mainnav ul li {
    display: inline-block;
    height: 50px;
    padding: 0;
    text-align: center;
    width: 18%;
    vertical-align: top;
}
#page .col-md-8 nav#mainnav ul li:first-child,
#page .col-md-8 nav#mainnav ul li:nth-child(7),
#page .col-md-8 nav#mainnav ul li:nth-child(8) {
    display: none;
}
#page .col-md-8 nav#mainnav ul li:nth-child(4) {
    font-family: "Roboto", sans-serif;
}
body.page-template-page-en nav#mainnav ul li, body.page-template-home-en nav#mainnav ul li {
    font-family: "Roboto", sans-serif;
}
body.page-template-home-en #page .col-md-8 nav#mainnav ul li,
body.page-template-page-en #page .col-md-8 nav#mainnav ul li {
    width: 20%;
}
#page .col-md-8 nav#mainnav ul li a {
    /*color: #fff;*/
    color: #2e2e2e;
    font-size: 16px;
    font-weight: 400;
    float: none;
    display: block;
    vertical-align: bottom;
    padding: 18px 0 18px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 0.85;
}
body.page-template-page-en #page .col-md-8 nav#mainnav ul li a, body.page-template-home-en #page .col-md-8 nav#mainnav ul li a {
    letter-spacing: 0.5px;
}
#page .col-md-8 nav#mainnav ul li ul:after {
    background-color: #fff;
    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 {
    
}
#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;*/
    color: #00BCD4;
    border-bottom: 3px solid #00BCD4;
    transition: all 300ms ease-in-out 0s;
}
#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: #678529 !important;
}
#page .col-md-8 nav#mainnav ul li ul.sub-menu li:hover a {
    background-color: #678529 !important;
    color: #fff !important;
    text-decoration: none;
}
@media screen and (max-width: 1024px) {
    .site-header.fixed {
        height: 270px;
    }
    header.site-header .ft_btn {
        display: flex;
        bottom: 0;
        position: fixed;
        z-index: 2500;
        width: 70%;
        padding-right: 30%;
    }
    header.site-header .ft_btn ul {
        padding: 0;
        list-style-type: none;
        width: 250px;
        margin: 5px 0 2px;
    }
    header.site-header .ft_btn ul li {
        display: inline-block;
        background: transparent;
        padding: 0;
        max-width: 80px;
        text-align: center;
        width: 33%;
        font-size: 10px;
        color: #fff;
        font-weight: 100;
        letter-spacing: 2px;
        line-height: 1.3;
    }
    header.site-header .ft_btn ul li a {
        display: block;
        padding: 0px 15px;
        color: #fff;
        font-size: 28px;
    }
    .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: 100%;
        background-color: #0f7f8d;
        justify-content: right;
        align-items: center;
        z-index: 1900;
        border: 0;
        opacity: 0.9;
        margin: 0 auto;
        padding: 0;
        right: 0;
    }
    .btn-menu span {
        content: "";
        background: #fff;
        padding: 8px 15px;
        border-radius: 7px;
        color: #0f7f8d;
        font-weight: 600;
        float: right;
        right: 40px;
        position: relative;
    }
    .btn-submenu svg {
        width: 35px !important;
        top: 17px !important;
    }
    /*body.page-id-2 .products .l-inner {
        padding: 20px 0 35px;
    }*/
    #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: #00BCD4;
        z-index: 200;
        overflow-y: auto;
    }
    #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;
        background-color: #354c51;
    }
    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) {
    .site-header .logo em {
        font-size: 12px;
    }
    .site-header .logo a {
        font-size: 33px;
    }
    .site-header .logo a span {
        font-size: 37px;
        margin: 0 8px;
    }
    header.site-header .flo_right ul li {
        margin: 3px 4px;
    }
    header.site-header .flo_right ul li span {
        /*width: 69px;*/
        font-size: 12px;
    }
    header.site-header .flo_right ul li.contact {
        /*width: 165px;*/
    }
}
@media screen and (max-width: 768px) {
    header.site-header .logo {
        width: 54%;
        margin: 22px 0 0;
    }
    .site-header .logo p {
        margin: 8px auto 0;
    }
    .site-header .logo em {
        font-size: 11px;
    }
    .site-header .logo a {
        font-size: 25px;
    }
    .site-header .logo a span {
        font-size: 30px;
    }
    header.site-header .flo_right {
        width: 44%;
    }
    header.site-header .flo_right ul li {
        margin: 3px 3px;
    }
    header.site-header .flo_right ul li span {
        /*width: 58px;*/
        font-size: 11px;
    }
    header.site-header .flo_right ul li.contact {
        width: 85px;
    }
    header.site-header .flo_right ul li.contact a {
        font-size: 12px;
        /*padding: 13px 0 0px 0px;*/
    }
    header.site-header .flo_right ul li.contact a:before {
        font-size: 21px;
        margin: 1px 8px -10px -4px;
    }
    header.site-header .flo_right ul li.contact a:after {
        font-size: 12px;
    }
    .site-header.fixed {
        /*height: 195px;*/
    }
    .header-wrap {
        text-align: left;
    }
    .page .page-wrap .content-wrapper, .single .page-wrap .content-wrapper {
        padding: 0 15px;
    }
}
@media screen and (max-width: 600px) {
    .site-header {
    	background-position: center bottom;
    }
    body.single-post header.site-header,
    body.single header.site-header,
    body.archive header.site-header,
    body.category-news header.site-header {
    	background: url(/img/headimage.jpg) no-repeat center bottom #fff !important;
		background-size: 100% auto !important;
    }
    header.site-header .logo {
        width: 70%;
        margin: 21px 0 0;
    }
    header.site-header .flo_right {
        width: 30%;
        margin: 19px 0px 0 0;
        height: auto;
    }
    .site-header .logo em {
        font-size: 11px;
    }
    .site-header .logo a {
        font-size: 27px;
    }
    .site-header .logo a span {
        font-size: 26px;
    }
    header.site-header .flo_right ul li {
        display: block;
        vertical-align: bottom;
        float: right;
    }
    header.site-header .flo_right ul li span {
        /*width: 62px;*/
        letter-spacing: 0.5px;
        font-size: 10px;
        margin: 3px 7px;
    }
    header.site-header .flo_right ul li.contact {
        margin: 5px 0 0px;
        height: 35px;
        width: 97px;
    }
    header.site-header .flo_right ul.en li.contact a {
        padding: 7px 0 0px 5px;
    }
    header.site-header .flo_right ul li.contact a {
        /*font-size: 11px;*/
        padding: 6px 0 0px 0px;
    }
    header.site-header .flo_right ul li.contact a:after {
        font-size: 11px;
    }
    .header-wrap .container {
        width: 100%;
    }
    /*.site-header {
        background-position: center 45px !important;
        background-size: auto 109% !important;
    }*/
}
@media screen and (max-width: 480px) {
    .site-header.fixed {
        /*height: 165px;*/
    }
    header.site-header .logo {
        width: 70%;
    }
    .site-header .logo em {
        font-size: 9px;
    }
    .site-header .logo a {
        font-size: 21px;
    }
    header.site-header .flo_right {
        width: 30%;
        margin: 5px 0px 0 0;
    }
    header.site-header .flo_right ul {
        text-align: center;
    }
    header.site-header .flo_right ul li {
        margin: 3px auto 0;
        float: none;
        text-align: center;
    }
    header.site-header .flo_right ul li span {
        margin: 3px auto 5px;
        display: inline-block;
        width: auto;
        height: auto;
        padding: 0 10px 6px;
    }
    header.site-header .flo_right ul.en li.lang span {
        letter-spacing: 0;
        width: auto;
    }
    header.site-header .flo_right ul li.contact {
        width: 90px;
        margin: 0 auto;
    }
    /*header.site-header .flo_right ul li.contact a:before {
        font-size: 18px;
        margin: 1px 6px -10px -4px;
    }*/
}




/*---- パンくず ----*/
.breadcrumbs {
    font-size: 13px;
    margin: 8px auto 0;
    text-align: right;
    width: 100%;
    max-width: 1200px;
    color: #9d9d9d;
}
.breadcrumbs span {
    margin: -2px 5px 0;
    font-family: "Roboto", "Noto Sans Japanese", sans-serif;
    vertical-align: middle;
    font-size: 13px;
    display: inline-block;
}
.breadcrumbs i.fa-solid {
    color: #b1b1b1;
}
.breadcrumbs span.post-page span,
.breadcrumbs span span span,
body.page-id-2 .breadcrumbs, body.page-template-home-en .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;
}
@media screen and (max-width: 600px) {
    .breadcrumbs {
        font-size: 11px;
    }
}


#page.site {
    display: block;
}


/*---- 見出し・本文 ----*/
.inr_bx p span.en {
    font-family: "Roboto", sans-serif;
}
#main div.h1_tit, #content_wrap div.h1_tit {
    background: none;
    text-align: center;
    margin: 50px 0 45px;
    display: block;
}
#main div.h1_tit h1, #content_wrap div.h1_tit h1 {
    font-size: 34px;
    /*font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;*/
    font-weight: 600;
}
#main div.h1_tit h1.en {
    font-family: "Roboto", sans-serif;
}
#main div.h1_tit h1 span {
    font-size: 18px;
    font-weight: 300;
    display: block;
    line-height: 1.2;
    margin-top: 10px;
    font-family: "Roboto", "Noto Sans Japanese", sans-serif;
}
div.inr_bx {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}
div.inr_bx h3 {
    font-size: 21px;
    margin: 35px 0 25px;
}
div.inr_bx h2.midashi {
    font-size: 27px;
    padding: 13px 0 9px 18px;
    border-left: 8px solid #ccc;
    margin: 30px 0 10px;
    line-height: 1.2;
}
div.img_left {
    display: inline-flex;
    margin: 15px 0 45px;
    width: 100%;
    position: relative;
}
div.img_left img {
    float: left;
    margin-right: 3%;
    margin-top: 3px;
    margin-bottom: 20px;
    width: 410px;
    height: fit-content;
}
/*div.img_left.w330 img {
    width: 330px;
}*/
div.img_left .txtbx {
    display: inline-block;
    vertical-align: top;
}
div.img_left .txtbx h4 a {
    color: #286088;
}
div.img_right {
    margin: 15px 0 45px;
}
div.img_right img {
    float: right;
    margin-left: 45px;
    margin-bottom: 20px;
    max-width: 375px;
}
div.txt_left {
    text-align: left;
}
.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: 0 auto 28px auto;
    text-align: left;
    width: 47% !important;
}
.content_list .mr0 {
    margin-right: 0;
}
.content_list .thumbnail img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center;
    border-radius: 5px 5px 0 0;
}
.content_list .thumbnail h3 {
    background-color: rgba(132, 179, 45, 0.7);
    font-size: 16px;
    font-weight: bold;
    margin: 0 !important;
    padding: 9px 2% 8px 3%;
    position: relative;
    top: -28px;
    color: #fff;
}
.content_list .thumbnail h3.h3_2l {
    top: -65px;
}
.content_list .thumbnail h3 a {
    color: #fff;
    display: block;
}
.content_list .thumbnail h3 a:hover {
    text-decoration: none;
}
.content_list .thumbnail p {
    font-size: 90%;
    font-weight: normal;
    line-height: 1.4;
    margin: -26px 0 0;
    padding: 5px 2% 13px 3%;
    vertical-align: text-top;
    width: 100%;
}
.content_list .thumbnail p.h3_2l {
    margin: -59px 0 0;
}
.content_list p {
    width: 97%;
}
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.inr_bx ul.mission {
    list-style-type: none;
    width: 98%;
    max-width: 760px;
    margin: 0 auto 45px;
    padding: 24px 40px;
    background-color: rgba(255, 255, 255, 0.75);
    color: #2A2A2A;
    font-size: 19px;
    font-weight: 500;
    border: 4px double #dfdfdf;
}
div.inr_bx ul.mission li {
    line-height: 1.3;
    margin: 7px 0 10px 2em;
}
div.inr_bx ul.mission li:before {
    content: "一、";
    margin: 0 0 0 -2em;
}

.recruit_block {
    width: 250px;
    margin: 45px auto;
    text-align: center;
    line-height: 1.4;
}
.recruit_block p {
    font-size: 1.25rem;
    margin-bottom: 0;
}
.recruit_block a.tel {
    font-size: 1.75rem;
    color: #7d7d7d;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
}
.recruit_block a.tel:before {
    font-family: "Font Awesome 5 Free";
    content: "\f879";
    color: #ccc;
    font-size: 60%;
    font-weight: bold;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 7px 0 -15px;
}
.recruit_block a.tel:hover {
    text-decoration: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
div.pht_4wk, div.pht_2wk, div.pht_2bx {
    text-align: center;
    margin: 5px auto 60px;
    display: block;
    font-size: 85%;
}
div.pht_2bx {
    margin-bottom: 0;
}
div.pht_4wk div, div.pht_2wk div {
    width: 23.75%;
    margin: 0 0.25% 10px;
    display: inline-block;
    vertical-align: top;
    padding: 0;
}
div.pht_2wk div {
    width: 47%;
    margin: 0 1% 25px;
    border: 3px solid #ddd;
    background-color: #fff;
}
div.pht_2bx div {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin: 0 0.5% 25px;
}
div.pht_2bx div > div {
    width: 48%;
    display: inline-block;
    margin: 0 0.5% 5px;
}
div.pht_2bx div > div.img_wide {
    width: 97%;
    margin: 0 auto;
}
div.pht_2bx div > div.w30 {
    width: 30%;
}
div.pht_2bx div > div.w65 {
    width: 65%;
}
div.pht_2bx h4 {
    font-size: 20px;
}
div.pht_2bx div img {
    width: 100%;
    margin: 15px auto;
    display: block;
}
div.pht_4wk div img {
    margin: 0 0 8px;
}
div.pht_4wk p {
    width: 31.5%;
    margin: 0 0.75% 25px;
    display: inline-block;
    vertical-align: top;
    max-width: 200px;
}
div.pht_4wk span {
    display: block;
    font-size: 90%;
}
div.pht_2wk div h5 {
    color: #fff;
    text-align: center;
    background-color: #286088;
    padding: 7px 15px;
    margin: 0 !important;
}
div.pht_2wk div img {
    width: 85%;
    margin: 4% auto;
    display: block;
}
div.pht_2wk div.mark {
    width: 58%;
}
div.pht_2wk div.mark img {
    width: 72%;
    margin: 13% auto;
}
div.profile_map {
    width: 100%;
    height: 355px;
    margin: 15px auto 40px;
}
div.profile_map iframe {
    width: 100%;
	height: 100%;
}
dl.list_message {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 65px;
}
dl.list_message dt {
    display: flex;
    box-sizing: border-box;
    width: 40%;
    background-color: #00BCD4;
    border-radius: 13px 0 0 13px;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 1px;
    color: #fff;
    align-items: center;
    margin: 0 0 10px;
    padding: 15px 15px 15px 35px;
    line-height: 1.3;
}
dl.list_message dd {
    width: 60%;
    padding: 10px 0 15px 18px;
    margin-inline-start: 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
p.prod-list {
    font-size: 12px;
    text-align: center;
    margin-bottom: 5px;
}
ul.prod-list {
    list-style-type: none;
    width: 100%;
    padding: 0;
    text-align: center;
    margin-top: 0;
}
ul.prod-list li {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    border: 3px solid #dddddd;
    border-radius: 6px;
    margin: 0 0 6px;
    width: auto;
    text-align: center;
    position: relative;
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 800;
}
ul.prod-list li a {
    display: block;
    padding: 7px 10px;
}
div.prod-name {
    width: 90%;
    margin: 0 auto;
    max-width: 355px;
    font-family: "Roboto", sans-serif;
}
div.prod-name h3 {
    background-color: #cacaca;
    text-align: center;
    color: #fff;
    padding: 2%;
    border-radius: 5px;
}
div.pht_3bx {
    margin: 0 auto 15px;
    position: relative;
    display: flex;
}
div.pht_3bx img {
    overflow: hidden;
    width: 33.3%;
}

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

}
@media screen and (max-width: 1000px) {
    div.img_left.img650 {
        flex-wrap: wrap;
    }
    div.img650 img {
        float: none;
        margin: 3px auto 20px;
        display: block;
    }
    ul.list_businass li, ul.list_businass li:nth-child(2) {
        padding: 12px 0;
        margin: 0 auto 25px;
        font-size: 21px;
        width: 100%;
        max-width: 480px;
        height: 66px;
    }
    ul.list_businass li:after {
        right: 46%;
        transform: rotate(180deg) scale(1.5, 1);
        font-size: 33px;
        top: 49px;
    }
}
@media screen and (max-width: 768px) {
    div.pht_4wk div {
        width: 48%;
    }
    div.img_left, div.img_right {
        display: block;
    }
    div.img_left img, div.img_right img {
        float: none;
        margin: 0 auto 20px;
        display: block;
        max-width: 300px;
        width: 100%;
        height: auto;
    }
    div.img_left .txtbx {
        width: 100%;
    }
    .content_list .thumbnail {
        width: 100% !important;
    }
    div.pht_2wk div.mark {
        width: 100%;
    }
    div.pht_2bx div {
        width: 100%;
        margin: 0 auto 25px;
    }
}
@media screen and (max-width: 600px) {
    #main div.h1_tit h1 {
        font-size: 30px;
    }
    div.inr_bx h2.midashi {
        font-size: 23px;
    }
    div.inr_bx h3.copy {
        font-size: 19px;
    }
    div.img_left img, div.img_right img {
        max-width: 100%;
    }
    div.img_left.img650 img {
        max-width: 100%;
    }
    div.column_bx {
        width: 100%;
    }
    div.column_bx .column_ttl {
        width: 160px;
    }
    div.column_bx .column_ttl span {
        padding: 10px 0px 0px 44px;
        font-size: 0.8rem;
    }
    div.column_bx h3 {
        padding: 19px 0 18px 25px;
        font-size: 1.2rem;
    }
    div.column_bx .column_inner {
        padding: 17px 24px 2px;
    }
    div.pht_2wk div {
        width: 100%;
        max-width: 320px;
    }
    dl.list_message dt {
        width: 100%;
    }
    dl.list_message dd {
        width: 100%;
        padding: 0 4% 30px 4%;
        border: 0;
    }
}
@media screen and (max-width: 480px) {
    .recruit_block p {
        font-size: 0.85rem;
    }
    .recruit_block a.tel {
        font-size: 1.35rem;
    }
}



/*---- 表組 ----*/
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: #00BCD4;
    border: 1px solid #e2e2e2;
    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-bottom: 0;
}
table.table_cmpny td {
    border: 1px solid #e7e7e7;
    text-align: left;
    padding: 14px 25px;
    vertical-align: middle;
    word-break: initial;
    background-color: #fff;
}
table.table_cmpny th span {
    display: block;
    text-align: center;
    padding: 7px 0 3px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #d3e3fd;
    font-family: "Roboto", sans-serif;
}
table.table_cmpny th span.hissu {
    position: absolute;
    display: block;
    right: 6px;
    background: #0f7f8d;
    width: 35px;
    padding: 2px 3px;
    font-size: 11px;
    font-weight: 200;
    border-radius: 4px;
    bottom: 7px;
}
table.table_cmpny th span.hissu.eng {
    width: 48px;
    letter-spacing: -0.2px;
}
table.table_cmpny td p {
    margin-bottom: 0;
}
table.table_cmpny td span.wpcf7-character-count.down {
    font-size: 11px;
    margin-top: -4px;
    display: block;
    color: #909090;
}
table.table_cmpny td span.wpcf7-list-item {
    display: block;
    margin: 0;
}
table.table_cmpny td dl {
  margin: 0;
}
table.table_cmpny td dl dt {
  font-weight: normal;
  display: inline-block;
  width: 25%;
  vertical-align: top;
}
table.table_cmpny td dl dd {
  font-weight: normal;
  display: inline-block;
  width: 65%;
}
table.table_cmpny td dl.job dt {
    width: 20%;
    border-top: 1px solid #e7e7e7;
    line-height: 1.3;
    padding-top: 12px;
}
table.table_cmpny td dl.job dt:first-child {
    border-top: 0;
}
table.table_cmpny td dl.job dd {
    width: 79%;
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.4;
    margin-inline-start: 3%;
    border-top: 1px solid #e7e7e7;
    margin-left: -3px;
    padding-top: 12px;
}
table.table_cmpny td dl.job dd:first-of-type {
    border-top: 0;
}
table.table_cmpny td dl.job dd ul {
    padding: 0;
    margin: 0 0 8px;
}
table.table_cmpny td dl.job dd ul li {
    margin-bottom: 5px;
    word-break: keep-all;
    overflow-wrap: anywhere;
}
table.table_cmpny td span.small {
    font-size: 12px;
    margin: 20px 0 12px;
}
table.table_cmpny td a.link {
  float: right;
}
@media screen and (max-width: 768px) {
    table.table_cmpny th, table.table_cmpny td {
        font-size: 13px;
    }
    table.table_cmpny td dl.job dt {
        width: 27%;
    }
    table.table_cmpny td dl.job dd {
        font-size: 13px;
        width: 72%;
    }
    table.table_cmpny.profile th {
        width: 120px;
    }
    table.table_cmpny td dl.job dd ul li {
        word-break: normal;
    }
}
@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.profile td {
        border: 1px solid #e7e7e7;
    }
    table.product_table td {
        padding: 12px 7px;
        white-space: normal;
        line-height: 1.4;
    }
    table.product_table th {
        font-size: 16px;
    }
    table.product_table td {
        font-size: 13px;
    }
}
@media screen and (max-width: 480px) {
    table.table_cmpny td dl.job dt {
        width: 32%;
    }
    table.table_cmpny td dl.job dd {
        width: 67%;
    }
}



/*---- QA ----*/
div.q_a {
    margin-left: 40px;
    margin-top: 50px;
}
div.q_a ul {
    padding-left: 50px;
    margin-bottom: 55px;
    text-align: justify;
}
div.q_a li.qa_q {
    list-style: none;
    font-size: 20px;
    width: 95%;
    line-height: 1.2;
    /*border-bottom: 1px dotted #003672;*/
    padding-bottom: 10px;
}
div.q_a li.qa_q:before {
    content: "Q";
    font-size: 44px;
    /*font-family: impact, Arial, Helvetica, "sans-serif";*/
    font-family: "Roboto", sans-serif;
    color: #0f7f8d;
    margin-right: 21px;
    margin-left: -46px;
    font-weight: 900;
    line-height: 1;
}
div.q_a li.qa_a {
    list-style: none;
    font-size: 15px;
    width: 95%;
    line-height: 1.7;
}
div.q_a li.qa_a:before {
    content: "A";
    font-size: 35px;
    /*font-family: impact, Arial, Helvetica, "sans-serif";*/
    font-family: "Roboto", sans-serif;
    color: #00BCD4;
    margin-right: 10px;
    margin-left: 0;
    vertical-align: bottom;
    margin-bottom: -15px;
    display: inline-block;
    font-weight: 900;
}
div.q_a div.link {
    text-align: center;
	font-size: 16px;
}
div.q_a div.link a {
    color: #000;
}
div.q_a div.link a::after {
    content: "";
    display: inline-block;
    width: 55px;
    height: 55px;
    /*background: url(/img/common/arrow.svg) no-repeat;*/
    background: url(/img/common/arrow_y.svg) no-repeat;
    background-size: contain;
    margin: 0 0 4px 25px;
    vertical-align: middle;
}
div.q_a div.link a:hover {
    text-decoration: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
div.q_a div.link a:hover::after {
    /*background: url(/img/common/arrow_w.svg) no-repeat;*/
    background: url(/img/common/arrow_yw.svg) no-repeat;
    transition: all 300ms ease-in-out 0s;
}
@media screen and (max-width: 600px) {
    div.q_a ul {
        margin-bottom: 55px;
    }
    div.q_a {
        margin-left: 0px;
    }
}



/*---- sdgs ----*/
div.img_sdgs {
    display: inline-block;
    margin: 5px 0 5px;
    width: 100%;
}
div.img_sdgs img {
    float: left;
    margin-right: 3%;
    margin-top: 23px;
    margin-bottom: 30px;
    width: 165px;
    height: 165px;
    object-fit: none;
}
div.img_sdgs .txtbx {
    display: inline-block;
    vertical-align: top;
    width: 71%;
}
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;
}
div.glossary {
    width: 100%;
    border: 3px solid #cbcbcb;
    border-radius: 13px;
    box-sizing: border-box;
    padding: 0 20px 20px 25px;
    margin: 45px 0 30px;
    background-color: #fff;
}
div.glossary span.tit {
    background-color: #cbcbcb;
    border-radius: 11px 0 25px 0;
    padding: 2px 25px 4px 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin: -2px 0 8px -26px;
    display: inline-block;
    position: absolute;
}
div.glossary img {
    display: inline-block;
    vertical-align: top;
    margin: 55px 0 0 2%;
    width: 27%;
    height: auto;
}
div.glossary div {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 45px;
}
div.glossary div.img_r {
    width: 70%;
    margin-top: 45px;
}
div.glossary h4 {
    font-size: 23px;
}
div.glossary h5 {
    font-size: 19px;
}
div.glossary p {
    font-size: 14px;
    display: inline;
}
@media screen and (max-width: 768px) {
    div.img_sdgs .txtbx {
        width: 100%;
    }
    div.glossary img {
        display: block;
        margin: 25px auto 15px;
        width: 58%;
    }
    div.glossary div.img_r {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    div.glossary img {
        width: 100%;
    }
}



/*---- ボタン ----*/
p.link {
    text-align: center;
}
p.link a {
    background-color: #00BCD4;
    color: #fff;
    letter-spacing: 1px;
    padding: 12px 20px 12px;
    border-radius: 4px;
    display: inline-block;
    margin: 18px 0;
    min-width: 200px;
}
p.link a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin: -1px -15px 0 14px;
    display: inline-block;
    vertical-align: middle;
}
p.link a:hover {
    text-decoration: none;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}



/*---- toppage ----*/
body.page-id-2, body.page-template-home-en {
    width: 100%;
    margin-top: -10px;
}
body.page-id-2 .content-area.no-sidebar, body.page-template-home-en .content-area.no-sidebar {
    padding-left: 0;
    padding-right: 0;
}
body.page-id-2 .page-wrap .content-wrapper, body.page-template-home-en .page-wrap .content-wrapper {
    padding: 0;
    width: 100%;
}
body.page-id-2 .page-wrap .content-wrapper .row, body.page-template-home-en .page-wrap .content-wrapper .row {
    margin: 0;
    width: 100%;
    max-width: 100%;
    display: block;
}
header.site-header .l-innernv .top_copy {
    display: block;
    width: 100%;
    height: auto;
    margin: 14% auto 0;
}
header.site-header .l-innernv .top_copy h1 {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 0 13px #aeaeae;
    font-size: clamp(21px, 4vw, 52px);
    font-weight: 500;
    line-height: 1.4;
}
header.site-header .l-innernv .top_copy h1 span {
    font-size: 55%;
    display: inline-block;
    font-weight: 400;
    margin: 0 -4px;
}
.vegas-timer {
    height: 0 !important;
}
header#vegas.site-header #vegasSliderInner {
    text-align: center;
}
header#vegas.site-header h1 {
    position: absolute;
    font-size: 30px;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 500;
    text-shadow: 0 0 7px #999;
    font-family: "Roboto", sans-serif;
}
#vegasSliderInner h1 {
  animation: fade-in 3s;
  animation-fill-mode: forwards;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body.page-id-2 .base_w h2, body.page-template-home-en .base_w h2 {
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    margin: 45px auto 35px !important;
    width: 94%;
}
/*---------
   取扱製品
-----------*/
body.page-id-2 .top_products, body.page-template-home-en .top_products {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    /*background-color: #24a5c2;*/
}
body.page-id-2 .top_products .base_w, body.page-template-home-en .top_products .base_w {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0 50px;
}
body.page-id-2 .top_products .base_w h2 {
    /*color: #fff;*/
    text-align: center;
    padding: 0;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 18px !important;
}
body.page-template-home-en .top_products.en .base_w h2 {
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 15px !important;
}
.top_products .base_w h2 a {
    color: #333;
}
.top_products .base_w h2 a:hover {
    color: #00BCD4;
    transition: all 300ms ease-in-out 0s;
}
.top_products .base_w h2 a span {
    display: block;
    font-size: 60%;
    letter-spacing: 1px;
    color: #ccc;
    margin: -6px 0 0;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}
.top_products .base_w div.pht4bx {
    margin: 30px auto 25px;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
}
.top_products .base_w div.pht4bx div {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0 0.75%;
    box-sizing: border-box;
    width: 23%;
    background-color: #b3d1dc;
    border-radius: 0 0 0 40px;
    position: relative;
    text-align: left;
}
.top_products .base_w div.pht4bx img {
    width: 100%;
    margin-bottom: 20px;
    height: 160px;
    object-fit: cover;
}
.top_products .base_w div.pht4bx h3 {
    background-color: transparent;
    color: #fff;
    padding: 18px 0 0 35px;
    line-height: 1.5;
    margin: 0;
    position: absolute;
    font-size: 20px;
    font-weight: 500;
    top: 16px;
    left: 0;
    width: 100%;
}
.top_products .base_w div.pht4bx h3 span {
    display: block;
    font-size: 75%;
    font-weight: 200;
    margin-top: 8px;
    letter-spacing: 0.5px;
    line-height: 1.3;
}
.top_products .base_w div.pht4bx p {
    padding: 0px 30px 5px 35px;
    font-size: 17px;
    font-weight: 200;
    letter-spacing: 0.5px;
    line-height: 1.3;
}
.top_products .base_w div.pht4bx p span {
    display: block;
    font-size: 71%;
    margin-top: 8px;
    letter-spacing: 0.5px;
    line-height: 1.4;
}
.top_products .base_w p.txt_wh {
    /*color: #bed6e0;
    color: #fff;*/
}
.top_products .base_w p.txt_wh.copy {
    font-weight: 400;
    font-size: 18px;
}
p.link_pro {
    margin: 20px auto 10px;
    text-align: center;
}
p.link_pro a {
    background-color: #00BCD4;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: 400;
    /*padding: 7px 0 7px 0;*/
    padding: 13px 0 13px 0;
    width: 310px;
    display: inline-block;
    border-radius: 28px;
    line-height: 1.4;
    position: relative;
}
p.link_pro a span {
    display: block;
    font-size: 80%;
    letter-spacing: 1px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}
p.link_pro a::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 57px;
    background-color: transparent;
    background-image: url(/img/index/icon_search.png);
    background-position: center;
    background-size: contain;
    position: absolute;
    top: -8px;
    left: 19px;
    display: none;
}
p.link_pro a:hover {
    text-decoration: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
body.page-template-home-en .link_pro a {
    font-size: 18px;
    font-weight: 500;
    padding: 12px 0 12px 0;
}
p.link_pro.corp {
    margin-top: -15px;
}
p.link_pro.corp a {
    background-color: #00BCD4;
    color: #fff;
}
p.link_pro.corp a::before {
    top: 4px;
    left: 8px;
    font-family: "Font Awesome 5 Free";
    content: "\f1ad";
    position: absolute;
    color: #fff;
    font-size: 29px;
    font-weight: bold;
    background-image: none;
    display: none;
}
body.page-template-home-en p.link_pro.corp a::before {
    top: 1px;
}

/*---------
   FAQ
-----------*/
body.page-id-2 .top_faq, body.page-template-home-en .top_faq {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    /*background-color: #ececec;*/
}
body.page-id-2 .top_faq .base_w, body.page-template-home-en .top_faq .base_w {
    width: 95%;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 15px 0 22px;
}
body.page-id-2 .top_faq .base_w h2, body.page-template-home-en .top_faq .base_w h2 {
    color: #00BCD4;
    /* border: 4px solid #a9deeb; */
    /* border-radius: 25px; */
    position: relative;
    padding: 5px 10px 30px;
    /* background-color: #fff; */
    font-weight: 600;
    font-size: 20px;
}
body.page-template-home-en .top_faq.en .base_w h2 {
    /*font-size: 26px;
    font-weight: 900;
    margin-bottom: 15px !important;*/
}
body.page-id-2 .top_faq .base_w h2 span, body.page-template-home-en .top_faq .base_w h2 span {
    display: block;
    color: #1e1e1e;
    font-weight: 400;
    font-size: 16px;
}
body.page-id-2 .top_faq .base_w h2 img, body.page-template-home-en .top_faq .base_w h2 img {
    position: absolute;
    width: 127px;
    border-radius: 50%;
    left: -27px;
    border: 4px solid #a9deeb;
    top: -14px;
    display: none;
}
p.link_pro.faq {
    margin-top: -45px;
}
p.link_pro.faq a {
    background-color: #00BCD4;
    color: #fff;
}
p.link_pro.faq a::before {
    content: "?";
    font-size: 51px;
    color: #fff;
    font-family: century gothic, "Arial Black", Gadget, "sans-serif";
    font-weight: 900;
    transform: rotate(-3deg);
    background-image: none;
    top: -18px;
    left: 8px;
    display: none;
}
/*---------
  お知らせ
-----------*/
body.page-id-2 .top_news, body.page-template-home-en .top_news {
    width: 100%;
    padding: 0;
    margin: 45px auto 0;
}
body.page-id-2 .top_news .base_w, body.page-template-home-en .top_news .base_w {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
}
body.page-id-2 .top_news .base_w h2, body.page-template-home-en .top_news .base_w h2 {
    color: #333;
    text-align: center;
    padding: 0;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 0.5px;
}
body.page-id-2 .top_news .base_w h2::after {
    content: "what's new";
    display: block;
    font-size: 60%;
    letter-spacing: 1px;
    color: #ccc;
    margin: -4px 0 0;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}
div.whatsnew {
    border-bottom: 1px dotted #ccc;
    margin: 35px auto 25px;
}
div.whatsnew hr {
    display: none;
}
div.whatsnew dl {
    border-top: 1px dotted #ccc;
    background-color: #fff;
}
div.whatsnew dd {
    padding: 14px 16px;
}
div.whatsnew dt {
    margin: 0 0 0 1em;
    padding: 14px 2px;
    color: #00BCD4;
    font-family: "Roboto", sans-serif;
}
.top_news .base_w a {
    font-size: 15px;
    color: #000;
}
div.whatsnew a {
    padding: 7px 0 5px;
}
div.whatsnew dl p {
    display: none;
}
.news p.txtlink {
    text-align: right;
    margin-bottom: 50px;
}
.news p.txtlink a {
    font-size: 13px;
    font-weight: 300;
}
body.single .entry-meta {
    margin-bottom: 40px;
}
.archive-pagination ul.page-numbers {
    list-style-type: none;
    padding: 0;
}
.archive-pagination ul.page-numbers li {
    display: inline-block;
    margin-right: 10px;
    padding: 0;
    color: #666;
    border-radius: 3px;
}
.archive-pagination ul.page-numbers li span.current {
    padding: 10px 20px;
    background: #ddd;
    color: #666;
    border-radius: 3px;
}
.archive-pagination ul.page-numbers li a.page-numbers {
    padding: 10px 20px;
    background: #00BCD4;
    color: #fff;
    border-radius: 3px;
}
.archive-pagination ul.page-numbers li a.page-numbers:hover {
    text-decoration: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
.archive-pagination ul.page-numbers li a.next,
.archive-pagination ul.page-numbers li a.page-numbers.prev { 
    padding: 10px 3px;
    background-color: transparent;
    color: #00BCD4;
    font-size: 14px;
}

.archive-pagination ul.page-numbers li {
    display: inline-block;
}

@media screen and (max-width: 1200px) {
    .top_products .base_w {
        width: 98%;
    }
    .top_products .base_w div.pht4bx h3 {
        padding: 15px 0 0 28px;
        font-size: 19px;
    }
    .top_products .base_w div.pht4bx p {
        padding: 0px 20px 5px 28px;
        font-size: 15px;
    }
}
@media screen and (max-width: 1024px) {
    .site-header.fixed {
        position: relative !important;
    }
    header#vegas.site-header h1 {
        font-size: 28px;
        top: 54%;
    }
    header.site-header .l-innernv .top_copy {
        margin: 8% auto 0;
    }
    .top_products .base_w p.txt_wh br.br_pc {
        display: none;
    }
}
@media screen and (max-width: 1000px) {
    .top_products .base_w div.pht4bx div {
        margin: 0 0.75% 25px;
        width: 42%;
    }
    body.page-id-2 .top_faq .base_w h2 img, body.page-template-home-en .top_faq .base_w h2 img {
        left: -6px;
    }
}
@media screen and (max-width: 768px) {
    header.site-header .l-innernv .top_copy {
        margin: 6% auto 0;
    }
header#vegas.site-header #vegasSliderInner {
    text-align: center;
}
    header#vegas.site-header h1 {
        font-size: 25px;
        top: 56%;
    left: 15%;
    transform: translate(-10%, -10%);
    -webkit-transform: translate(-10%, -10%);
    -ms-transform: translate(-10%, -10%);
    }
    body.page-id-2 .top_faq .base_w, body.page-template-home-en .top_faq .base_w {
        padding: 70px 0 22px;
    }
    body.page-id-2 .top_faq .base_w h2 img, body.page-template-home-en .top_faq .base_w h2 img {
        width: 120px;
        left: 39%;
        top: -109px;
    }
}
@media screen and (max-width: 600px) {
    body.page-id-2 .site-header, body.page-template-home-en .site-header {
        /*background-size: 130% auto !important;*/
        height: 350px !important;
    }
    .vegas-overlay, .vegas-slide, .vegas-slide-inner, .vegas-wrapper {
        height: 350px;
    }
    header.site-header .l-innernv .top_copy {
        margin: 60px auto 0;
    }
    header#vegas.site-header h1 {
        font-size: 21px;
        top: 56%;
    }
    .top_products .base_w p.txt_wh.copy {
        font-size: 17px;
    }
    .top_products .base_w div.pht4bx div {
        width: 93%;
    }
    body.page-id-2 .top_faq .base_w h2, body.page-template-home-en .top_faq .base_w h2 {
        padding: 16px 3px 25px;
        font-size: 15px;
    }
    body.page-id-2 .top_faq .base_w h2 img, body.page-template-home-en .top_faq .base_w h2 img {
        left: 33%;
    }
    .top_message .base_w h2 br.br_pc {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    body.page-id-2 .site-header, body.page-template-home-en .site-header {
        /*background-size: 130% auto !important;*/
        height: 330px !important;
    }
    .vegas-overlay, .vegas-slide, .vegas-slide-inner, .vegas-wrapper {
        height: 330px;
    }
    header.site-header .l-innernv .top_copy {
        margin: 40px auto 0;
    }
    body.page-id-2 .base_w h2, body.page-template-home-en .base_w h2 {
        font-size: 15px;
    }
    body.page-id-2 .top_faq .base_w h2, body.page-template-home-en .top_faq .base_w h2 {
        padding: 16px 1px 25px;
        font-size: 14px;
    }
    body.page-id-2 .top_faq .base_w h2 span, body.page-template-home-en .top_faq .base_w h2 span {
        font-size: 15px;
    }
}



/*---- privacy ----*/
#privacy h2 {
    font-size: 20px;
    border-bottom: 2px dotted #bec7cf;
    padding: 0 0 8px;
    display: inline-block;
}
#privacy p.right {
    text-align: right;
}
#privacy .tel a.tel {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 800;
}



/*---- sitemap ----*/
ul#sitemap_list,ul#sitemap_list ul.children  {
    list-style-type: none;
}
ul#sitemap_list li {
    margin-bottom: 6px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
}
ul#sitemap_list li a {
    background-image: url("/img/arrow.png");
    background-position: left 8px;
    background-repeat: no-repeat;
    padding-left: 15px;
    background-size: 10px;
    color: #1C1C1C;
    margin-left: -15px;
}
ul#sitemap_list li a.linken {
    color: #00BCD4;
    font-family: "Roboto", sans-serif;
}
ul#sitemap_list li a span.linken {
    font-size: 85%;
    color: #787878;
    margin-left: 8px;
    font-family: "Roboto", sans-serif;
}
ul#sitemap_list li ul {
    margin: 8px 0 0;
}
ul#sitemap_list li ul li {
    margin-bottom: 5px;
    border: 0;
    padding-bottom: 0px;
}
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;
}



/* 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%;
    resize: none;
}
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;
}
input.wpcf7-previous {
  background: #aaaaaa !important;
  border: 0;
  width: 200px;
  text-align: center !important;
  padding: 14px 0;
  font-size: 18px;
}
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);*/
    background-color: #00BCD4;
    padding: 17px 25px;
    text-align: center;
    margin: 0 3px 25px;
    display: inline-block;
    min-width: 286px;
    font-family: "Roboto", "Noto Sans Japanese", sans-serif;
}
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;
  background-color: #85dee9;
  color: #fff;
}
p.button a {
    color: #fff;
}
p.button a:hover {
    text-decoration: none;
}
input[type="radio"], input[type="checkbox"] {
    margin: -2px 6px 0px;
    height: 20px;
    width: 20px;
    vertical-align: middle;
}
.wpcf7-list-item {
    margin: 0;
}
span.agree {
    font-size: 90%;
    display: block;
    margin-left: 2.75em;
    font-family: "Roboto", sans-serif;
}
p.link_privacy {
    text-align: left;
}
p.link_privacy a {
    background-color: #00BCD4;
    color: #fff;
    letter-spacing: 1px;
    padding: 10px 20px 12px;
    border-radius: 4px;
    display: inline-block;
    margin: 0px 0 20px;
    width: 160px;
    font-size: 13px;
}
p.link_privacy a span {
    display: inline-block;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
}
p.link_privacy a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    position: relative;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    margin: 0 0 -2px 15px;
    display: inline-block;
    vertical-align: middle;
}
p.link_privacy a:hover {
    text-decoration: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
.wpcf7-spinner {
    display: none;
}


/*---- footer ----*/
.entry-footer {
    margin-top: 65px;
}
body.page-id-2 .entry-footer {
    margin-top: 0;
}
.ft_cmnt {
    padding: 25px 0 15px;
    background: url(/img/bg_inq.jpg) no-repeat #252525 center center;
    background-size: 100% auto;
    position: relative;
    display: none;
}
/*- 共通エリア　非表示 -*/
.ft_cmnt {
    display: none;
}
.ft_cmnt .ftarea {
    width: 96%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.ft_cmnt .ftarea p {
    font-size: 24px;
    color: #fff;
    font-weight: 200;
}
.ft_cmnt .ftarea p span {
    display: block;
    font-size: 65%;
    font-weight: 100;
    letter-spacing: 1px;
    font-family: century gothic, "Arial Black", Gadget, "sans-serif";
}
.ft_cmnt .ftarea ul {
    padding: 0;
    margin: 15px auto;
}
.ft_cmnt .ftarea ul li {
    display: inline-block;
    vertical-align: top;
    width: 380px;
    margin: 0 13px 0 0;
    padding: 0;
}
.ft_cmnt .ftarea ul li a {
    display: block;
    text-align: center;
    width: 100%;
    /*padding: 19px 0 0;*/
    background: #ffad01;
    letter-spacing: 1px;
    /*font-size: 19px;*/
    font-weight: 300;
    border-radius: 12px;
    color: #fff;
    height: 75px;
    line-height: 1.1;
    padding: 23px 0 0;
    font-size: 21px;
}
.ft_cmnt .ftarea ul li a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    color: rgba(255,255,255,0.45);
    font-size: 26px;
    font-weight: bold;
    margin: -2px 40px 0px -55px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
}
/*.ft_cmnt .ftarea ul li:first-child a::after {
    content: "inquiry";
    color: rgba(255,255,255,0.6);
    font-size: 17px;
    font-weight: 200;
    margin: -2px 13px 0px 5px;
    display: block;
}
body.page-template-home-en .ft_cmnt .ftarea ul li a,
body.page-template-page-en .ft_cmnt .ftarea ul li a {
    padding: 23px 0 0;
    font-size: 21px;
}
body.page-template-home-en .ft_cmnt .ftarea ul li:first-child a::after,
body.page-template-page-en .ft_cmnt .ftarea ul li:first-child a::after {
    content: "";
}*/
.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.55);
    font-family :century gothic, "Arial Black", Gadget, sans-serif;
    color: #000;
    font-size: 27px;
    font-weight: 800;
    padding: 23px 0 0;
}
.ft_cmnt .ftarea ul li.tel a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f879";
    color: rgba(255, 255, 255, 0.6);
    font-size: 19px;
    position: relative;
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
    margin: 0px 17px 3px -6px;
}
.footer-widgets-grid.footer-layout-3 {
    grid-template-columns: auto;
    display: block;
    padding-top: 10px;
}
.footer-widgets {
    padding: 65px 0 85px;
    background-color: #e8eef1;
    margin-top: 0px;
}
.footer-widgets .container {
    width: 96%;
    max-width: 1200px;
}
.sidebar-column {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    margin: 15px 5% 0 0;
}
.sidebar-column:first-child {
    width: 55%;
    margin: 0 6% 0 0;
}
.sidebar-column:nth-child(3) {
    display: none;
}
#sidebar-footer .sidebar-column .widget p {
    color: #000;
    font-size: 16px;
    margin: 0 0 20px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.6;
    display: block;
}
#sidebar-footer .sidebar-column .widget p.txt {
    font-size: 14px;
}
#sidebar-footer .sidebar-column .ftlogo span.copy {
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 3px;
    display: block;
}
#sidebar-footer .sidebar-column .ftlogo a {
    color: #000;
    font-size: 34px;
    /*font-family: Ebrima,Helvetica Neue,Arial;*/
    font-family: "HGP創英角ｺﾞｼｯｸUB", "HG創英角ｺﾞｼｯｸUB", "Noto Sans Japanese", "Helvetica Neue", Helvetica, Arial, "Droid Sans", "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
    font-weight: 900;
    /*letter-spacing: -0.5px;*/
    line-height: 1.1;
    display: block;
}
#sidebar-footer .sidebar-column .ftlogo a span {
    font-size: 35px;
    font-weight: 100;
    margin: 0 12px;
}
#sidebar-footer div.container div a {
    clear: both;
    color: #000;
    line-height: 1.3;
    text-decoration: none;
    font-weight: 400;
}
#sidebar-footer  .sidebar-column .widget.area-footer-3:nth-child(2) {
    color: #000;
    white-space: pre-wrap;
    font-size: 14px;
}
#sidebar-footer .sidebar-column .widget p.add {
    margin-top: 25px;
    display: inline-block;
    font-size: 14px;
}
#sidebar-footer .sidebar-column .widget p.add a {
    background-color: #00BCD4;
    padding: 2px 12px 3px 12px;
    color: #fff;
    font-size: 90%;
    letter-spacing: 2px;
    border-radius: 5px;
    margin-left: 15px;
}
#sidebar-footer div.container p.tel a {
    font-family: "Roboto", sans-serif;
    color: #000;
    font-size: 21px;
    font-weight: 800;
    margin: 0 0 30px;
    white-space: nowrap;
}
#sidebar-footer div.container p.tel a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f879";
    color: #ccc;
    font-size: 16px;
    position: relative;
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
    margin: 0px 11px 0px 0px;
}
#sidebar-footer div.container ul.menu {
    margin: 0;
}
#sidebar-footer div.container ul.menu li {
    font-size: 16px;
    margin-bottom: 0;
    padding: 0 0 7px;
}
#sidebar-footer div.container p.contact a {
    /*color: #e59a2f;*/
    padding: 0;
    display: block;
    /*font-size: 17px;
    font-weight: 500;*/
}
#sidebar-footer div.container p.contact a:before {
	font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    color: #f3c388;
    font-size: 22px;
    font-weight: bold;
    margin: -2px 13px 0px -2px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    transform: rotate(-14deg);
    display: none;
}
#sidebar-footer div.container ul li a:hover {
    text-decoration: none;
    color: #00BCD4;
    transition: all 300ms ease-in-out 0s;
}
#sidebar-footer div.container p.contact a:hover {
    color: #00BCD4;
    transition: all 300ms ease-in-out 0s;
}
#sidebar-footer .sidebar-column .widget p.add 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;
    font-family: "Roboto", sans-serif;
}
.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-column {
        width: 16%;
        margin: 15px 1% 0 0;
    }
    .sidebar-column:first-child {
        width: 58%;
        margin-right: 1%;
    }
    .sidebar-column:last-child {
        width: 23%;
    }
    #sidebar-footer .sidebar-column .widget p {
        font-size: 16px;
    }
    #sidebar-footer div.container ul.menu li {
        font-size: 16px;
    }
}
@media screen and (max-width: 1024px) {
    .site-footer {
        padding-bottom: 50px;
    }
    .go-top.show {
        bottom: 75px;
    }
}
@media screen and (max-width: 1000px) {
    .ft_cmnt {
        padding: 25px 0 25px;
    }
    .ft_cmnt .ftarea p br.br_sp {
        display: block;
    }
    .ft_cmnt .ftarea ul li {
        width: 345px;
    }
    .footer-widgets {
        background-size: auto 100%;
    }
    .sidebar-column {
        width: 100%;
        max-width: 610px;
        margin: 0 auto;
        display: block;
    }
    .sidebar-column:first-child {
        width: 100%;
        margin: 0 auto;
    }
    .sidebar-column:last-child {
        width: 100%;
        margin: 35px auto 0;
    }
    .footer-widgets .widget {
        margin: 15px 7%;
    }
    #sidebar-footer div.container div.textwidget p.txt {
        padding-right: 0;
    }
}
@media screen and (max-width: 768px) {
    .ft_cmnt {
        background-size: auto 100%;
    }
    .ft_cmnt .ftarea ul li {
        display: block;
        width: 90%;
        margin: 0 auto 13px;
        max-width: 335px;
    }
}
@media screen and (max-width: 600px) {
    #sidebar-footer .sidebar-column .ftlogo span.copy {
        font-size: 12px;
    }
    #sidebar-footer .sidebar-column .ftlogo a {
        font-size: 26px;
    }
    .ft_cmnt .ftarea p {
        font-size: 19px;
    }
    .ft_cmnt .ftarea ul li.tel a {
        font-size: 22px;
        padding: 25px 0 0;
    }
    #sidebar-footer div.container div.textwidget p.txt br.br_pc {
        display: none;
    }
    .footer-widgets .widget {
        margin: 15px 3%;
    }
}
@media screen and (max-width: 480px) {
    .ft_cmnt .ftarea p {
        font-size: 16px;
    }
}


/*---- 印刷用 ----*/
@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.page-id-2 #index .capsule {
        top: auto;
    }
    .footer-widgets {
        margin-top: 155px;
    }
}

