@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: #45b8b7;
    text-decoration: none;
}
body a:hover {
    color: #cccccc;
    text-decoration: underline;
}
body a:visited {
    color: #45b8b7;
    text-decoration: none;
}
a.link {
    background: rgba(0, 0, 0, 0) url("/img/arrow.png") no-repeat scroll 0 8px;
    color: #45b8b7;
    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: #fd9465;
    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.site-header .l-innernv .title-post {
    display: none;
}
.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/headimage.jpg) no-repeat center 35% !important;
}
.sydney-breadcrumbs {
    display: none;
}
.posts-layout .entry-title {
    font-size: 25px;
}
span.byline {
    display: none;
}
#secondary {
    /*width: 100%;*/
    margin-bottom: 65px;
    border: 1px solid #ccc;
    font-size: 90%;
    margin-top: 30px;
}
#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;
    z-index: 5;
}
.page-template-page_front-page .page-wrap {
    margin-top: 0;
}
.l-header {
    width: 100%;
}
.mb65 {
    margin-bottom: 65px;
}



/*---- header ----*/
.header-clone {
    display: none;
}
.site-header {
    background-color: #fff !important;
    position: relative;
    top: 0 !important;
    padding: 0px 0;
    height: 250px;
    width: 100%;
    z-index: 50;
    opacity: 0.9;
    background: url(/img/headimage.jpg) no-repeat center 35% !important;
}
body.home .site-header {
    height: 660px !important;
    margin: 10px 0 0;
    background: url(/img/mainimage.jpg) #fff no-repeat center center !important;
    background-size: 103% auto;
    object-fit: cover;
    z-index: 10;
    position: relative !important;
}
header.site-header .header-wrap {
    height: 107px;
    background-color: #fff;
    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;
    position: relative !important;
}
.site-header.fixed {
    position: relative;
}
header.site-header .ft_btn {
    display: none;
}
.site-header .logo {
    width: 60%;
    margin: 22px 0;
}
.site-header .logo em {
    font-size: 15px;
    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 {
    color: #000;
    display: block;
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1.3;
}
.site-header .logo a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
header.site-header .header-wrap {
    height: 107px;
    z-index: 10;
}
.header-wrap .container > .row {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
header.site-header .flo_right {
    position: relative;
    margin: 14px 0px 0 0;
    right: 0;
    width: 40%;
    float: right;
}
header.site-header .flo_right ul {
    padding: 0;
    margin: 0;
    text-align: right;
    width: 250px;
    position: relative;
    display: block;
    float: right;
}
header.site-header .flo_right ul li {
    list-style-type: none;
    text-align: center;
    margin-bottom: 3px;
    width: 98%;
}
header.site-header .flo_right ul li.tel {
    margin: 0;
}
header.site-header .flo_right ul li.tel a {
    font-size: 26px;
    font-weight: 800;
    font-family :century gothic, "Arial Black", Gadget, sans-serif;
}
header.site-header .flo_right ul li.tel a span {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1.5px;
    margin: 2px 8px 0 0;
    display: inline-block;
    vertical-align: middle;
}
header.site-header .flo_right ul li.contact {
    background: #fd9465;
    border-radius: 6px;
    padding: 0;
}
header.site-header .flo_right ul li.contact a {
    font-weight: 500;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 1.6;
    padding: 10px 0 6px;
    display: block;
}
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: 20px;
    font-weight: bold;
    margin: -2px 7px 0px -5px;
    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 {
    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: 985px;
    height: auto;
}


/* gnavi */
#page .col-md-8 {
    width: 100%;
    background: #45b8b7;
    display: block;
    height: 58px;
    margin-top: -143px;
    z-index: 1500;
    position: relative;
    margin-bottom: 85px;
}
body.home #page .col-md-8 {
    /*margin-top: -500px;*/
    margin-top: 0;
}
#page .col-md-8 nav#mainnav {
    width: 100%;
    background: #45b8b7;
    max-width: 1200px;
    float: none;
    margin: 0 auto;
    padding: 0 0 0px;
    height: 58px;
    text-align: center;
}
#page .col-md-8 nav#mainnav ul li {
    display: inline-block;
    height: 58px;
    padding: 0;
    text-align: center;
    width: 20%;
    vertical-align: top;
}
#page .col-md-8 nav#mainnav ul li:last-child {
    display: none;
}
#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: 22px 0 22px;
    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: #2c7c92;
    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: #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) {
    header.site-header .flo_right ul li.tel {
        font-size: 13px;
    }
    .site-header.fixed {
        height: 200px;
        position: relative !important;
    }
    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: 6px 0 0;
    }
    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: 200;
        letter-spacing: 2px;
        line-height: 1.3;
    }
    header.site-header .ft_btn ul li a {
        display: block;
        padding: 0px 15px;
        color: #fff;
        font-size: 31px;
    }
  .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: #45b8b7;
        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: #8c8c8c;
        font-weight: 600;
        float: right;
        right: 40px;
        position: relative;
    }
    .btn-submenu svg {
        width: 35px !important;
        top: 17px !important;
    }
    body.home .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: #5e5e5e;
        z-index: 200;
        overflow-y: auto;
    }
    #mainnav-mobi ul li {
        border-bottom: 1px solid #fff;
    }
    #mainnav-mobi ul li:first-child {
        border-top: 1px solid #fff;
    }
    #mainnav-mobi ul li:last-child {
        border: 0;
        background: #fd9465;
        border-radius: 6px;
        padding: 0;
        text-align: center;
        width: 80%;
        margin: 40px auto 10px;
    }
    #mainnav-mobi ul li:last-child a {
        display: block;
        font-size: 17px;
        letter-spacing: 0.5px;
        font-weight: 500;
        line-height: 1.6;
    }
    #mainnav-mobi ul li:last-child a:before {
        font-family: "Font Awesome 5 Free";
        content: "\f0e0";
        color: rgba(255, 255, 255, 0.5);
        font-size: 20px;
        font-weight: bold;
        margin: -2px 7px 0px -5px;
        display: inline-block;
        vertical-align: middle;
        position: static;
    }
    #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: 768px) {
    header.site-header .logo {
        width: 100%;
        text-align: center;
        margin: 5px auto 5px;
    }
    .site-header .logo em {
        font-size: 13px;
    }
    .site-header .logo a {
        font-size: 28px;
    }
    header.site-header .flo_right {
        width: 100%;
        margin: 18px auto 0;
    }
    header.site-header .flo_right ul {
        width: 100%;
        text-align: center;
    }
    header.site-header .flo_right ul li.tel {
        margin: 0 5px;
        display: inline-block;
        width: 200px;
    }
    header.site-header .flo_right ul li.tel a {
        font-size: 20px;
    }
    header.site-header .flo_right ul li.tel a span {
        font-size: 12px;
        margin: 1px 6px 0 0;
    }
    header.site-header .flo_right ul li.contact {
        width: 160px;
        display: inline-block;
    }
    header.site-header .flo_right ul li.contact a {
        font-size: 13px;
        padding: 4px 0 2px;
    }
    .site-header.fixed {
        /*height: 235px;*/
    }
    .header-wrap {
        text-align: left;
    }
    .page .page-wrap .content-wrapper, .single .page-wrap .content-wrapper {
        padding: 0 15px;
    }
}
@media screen and (max-width: 600px) {
    .header-wrap .container {
        width: 100%;
    }
    .site-header {
        background-position: center 45px !important;
        background-size: auto 109% !important;
    }
    .site-header .logo em {
        font-size: 12px;
    }
    .site-header .logo a {
        font-size: 24px;
        letter-spacing: 0;
    }
    header.site-header .flo_right {
        /*width: 100%;
        margin: 22px 0px 0 0;
        height: 50px;
        vertical-align: bottom;*/
    }
    /*header.site-header .flo_right ul {
        padding: 0 0 0 0;
        text-align: right;
    }
    header.site-header .flo_right ul li {
        display: inline-block;
        vertical-align: bottom;
    }
    header.site-header .flo_right ul li.tel {
        margin: 10px auto 0;
        line-height: 1.2;
    }
    header.site-header .flo_right ul li.tel a {
        font-size: 19px;
    }
    header.site-header .flo_right ul li.contact {
        margin: 0 0;
    }*/
}
@media screen and (max-width: 480px) {
    .site-header {
        background-size: auto 100% !important;
    }
    .site-header .logo {
        margin: 28px 0;
    }
    .site-header .logo em {
        font-size: 11px;
    }
    .site-header .logo a {
    }
    header.site-header .flo_right {
        /*width: 145px;*/
    }
    header.site-header .flo_right ul li.contact {
        width: 130px;
    }
    header.site-header .flo_right ul li.contact a {
        font-size: 12px;
    }
    header.site-header .flo_right ul li.tel {
        transform: scaleX(0.85);
    }
    header.site-header .flo_right ul li.tel a {
        font-size: 14px;
    }
    header.site-header .flo_right ul li.tel a span {
        font-size: 10px;
        letter-spacing: 0;
        margin: 1px 4px 0 0;
    }
}




/*---- パンくず ----*/
.breadcrumbs {
    font-size: 13px;
    margin: 8px auto 0;
    text-align: right;
    width: 100%;
    max-width: 1200px;
    color: #9d9d9d;
}
.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;
}
@media screen and (max-width: 600px) {
    .breadcrumbs {
        font-size: 11px;
    }
}




/*---- 見出し・本文 ----*/
#main div.h1_tit {
    background: none;
    text-align: center;
    margin: 50px 0 45px;
    display: block;
}
#main div.h1_tit h1 {
    font-size: 34px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
#main div.h1_tit h1 span {
    font-size: 19px;
    font-weight: 400;
    display: block;
    line-height: 1.8;
    margin-top: -10px;
}

div.inr_bx {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}
div.inr_bx_w {
    max-width: 100%;
    width: 100%;
    padding: 0.5% 2% 35px;
    margin: 0 auto 45px;
}
div.inr_bx h3 {
    font-size: 21px;
    margin: 35px 0 25px;
}
div.inr_bx h3.copy {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-weight: 300;
    font-size: 23px;
    line-height: 1.5;
    margin-bottom: 35px !important;
	text-align: center;
}
div#privacypolicy.inr_bx h2 {
    font-size: 23px;
    padding: 13px 0 13px 12px;
    border-left: 6px solid #ccc;
    margin: 35px 0 13px;
    line-height: 1.2;
    border-bottom: 1px dotted #ccc;
}
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 .txtbx {
    display: inline-block;
    vertical-align: top;
}
div.img_left .txtbx h4 a {
    color: #7ba722;
}
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 .thumbnail img {
    width: 100%;
    height: 165px;
    object-fit: cover;
    object-position: center;
    border-radius: 5px 5px 0 0;
}
.content_list .thumbnail h2 {
    font-size: 20px;
    padding: 12px 15px 3px;
    position: relative;
}
.content_list .thumbnail h2 span {
    position: absolute;
    top: -70px;
    background-color: rgba(44,124,146,0.9);
    color: #fff;
    padding: 10px;
    font-weight: 200;
    font-size: 34px;
    width: 60px;
    text-align: center;
    left: -10px;
}
.content_list .thumbnail p {
    font-size: 90%;
    font-weight: normal;
    line-height: 1.4;
    margin: 0;
    padding: 5px 15px 13px 15px;
    vertical-align: text-top;
    width: 100%;
}
.content_list p {
    width: 97%;
}
.recruit_block {
    width: 100%;
    margin: 0 auto 15px;
    text-align: right;
    float: right;
}
.recruit_block p {
    margin-bottom: 0;
}
.recruit_block a.tel {
    font-size: 1.5rem;
    color: #fd9465;
    font-weight: 600;
}
.recruit_block a.tel:before {
    font-family: "Font Awesome 5 Free";
    content: "\f879";
    color: #ccc;
    font-size: 65%;
    font-weight: bold;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 4px 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;
}
.recruit_block.right {
    width: 100%;
    margin: 5px 0 20px;
    text-align: right;
}
.recruit_block.right p {
    font-size: 1.2rem;
    display: inline-block;
    margin: 0 20px 0 0;
}
.recruit_block.right a.tel {
    font-size: 1.65rem;
}
img.whtbx {
    background-color: #fff;
    padding: 13px 18px;
    border-radius: 8px;
}
@media screen and (max-width: 1000px) {
    .content_list .thumbnail {
        width: 100% !important;
    }
}
@media screen and (max-width: 768px) {
    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%;
    }
    div.inr_bx_w img.img_pc {
        display: none;
    }
    div.inr_bx_w img.img_sp {
        display: block;
    }
}
@media screen and (max-width: 600px) {
    #main div.h1_tit h1 {
        font-size: 30px;
    }
    div#privacypolicy.inr_bx h2 {
        font-size: 20px;
    }
    div.inr_bx h3.copy {
        font-size: 19px;
    }
    div.img_left img, div.img_right img {
        max-width: 100%;
    }
}




/*---- 表組 ----*/
body.page-id-18 #content.page-wrap {
    /*background: url(/img/facility/bg.jpg) repeat-y;
    background-size: 100% auto;
    object-fit: cover;
    object-position: center;*/
}
div#member_list, div#member_list2, div#member_list3 {
    overflow-x: scroll;
}
table.member_list {
    border-collapse: collapse;
    margin: 0 auto 40px;
    max-width: 100%;
    /*table-layout: fixed;*/
    white-space: nowrap;
    word-break: break-all;
    word-wrap: break-word;
}
table.member_list tr:nth-child(odd) td {
    background: #f5ffff;
}
table.member_list th {
    background-color: #258483;
    border: 1px solid #a1a1a1;
    color: #fff;
    font-weight: 400;
    padding: 8px 0;
    vertical-align: middle;
    word-break: initial;
    white-space: nowrap;
    position: relative;
    font-size: 13px;
}
table.member_list th:nth-child(2) {
    width: 90px;
}
table.member_list th:last-child {
    width: 115px;
}
table.member_list td {
    border: 1px solid #b8e1e1;
    font-size: 15px;
    padding: 12px 10px;
    /*white-space: nowrap;*/
    text-align: left;
    vertical-align: middle;
    background-color: #fff;
    color: #111;
}
table.member_list td:first-child {
    width: 215px;
}
table.member_list td:nth-child(2), table.member_list td:last-child {
    text-align: center;
}

/**担当者名非表示**/
table.member_list th:nth-child(5) {
    display: none;
}
table.member_list td:nth-child(5) {
    display: none;
}

table.member_list td a {
    color: #111;
}
table.member_list td a img {
    width: 19px;
    float: right;
    opacity: 0.55;
}
table.member_list td a:hover {
    text-decoration: none;
    color: #45b8b7;
    transition: all 300ms ease-in-out 0s;
}
table.member_list td a:hover img {
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    opacity: 0.2;
}
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: #258483;
    border: 1px solid #b8e1e1;
    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 td {
    border: 1px solid #b8e1e1;
    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: 3px 5px;
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 1px;
}
table.table_cmpny th span.hissu {
    position: absolute;
    display: block;
    right: 6px;
    background: #fd9465;
    width: 35px;
    padding: 2px 3px;
    font-size: 11px;
    font-weight: 200;
    border-radius: 6px;
}
table.table_cmpny th p, table.table_cmpny td p {
    margin-bottom: 0;
}
table.table_cmpny td span.wpcf7-list-item {
    display: block;
    margin: 0;
}
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;
    }
}
@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.member_list td {
        padding: 12px 7px;
        /*white-space: normal;*/
        line-height: 1.4;
        font-size: 14px;
    }
}



/*---- QA ----*/
div.q_a {
    margin-left: 40px;
    margin-top: 50px;
}
div.q_a ul {
    padding-left: 50px;
    margin-bottom: 55px;
}
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";
    color: #45b8b7;
    margin-right: 21px;
    margin-left: -46px;
    font-weight: 400;
    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";
    color: #fd9e74;
    margin-right: 10px;
    margin-left: 0;
    vertical-align: bottom;
    margin-bottom: -15px;
    display: inline-block;
    font-weight: 200;
}
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 {
        margin-left: 10px;
    }
}




/*---- ボタン ----*/
p.txt_link {
    text-align: center;
}
p.txt_link a {
    background-color: #d75e5f;
    color: #fff !important;
    padding: 12px 20px;
    border-radius: 4px;
    display: inline-block;
    margin: 18px 0;
    min-width: 195px;
}
p.txt_link a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    position: relative;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    margin: -4px -8px 0 8px;
    display: inline-block;
    vertical-align: middle;
}
p.txt_link.left {
    text-align: left;
}
p.txt_link.green a {
    background-color: #fff;
    color: #258483  !important;
    border: 2px solid #258483 ;
}
p.txt_link.green a:after {
    color: #258483 ;
}
p.txt_link a:hover {
    text-decoration: none;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}



/*---- toppage ----*/
body.home {
    width: 100%;
    margin-top: -10px;
}
body.home .content-area.no-sidebar {
    padding-left: 0;
    padding-right: 0;
}
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;
}
.header-wrap .bg_image div.top_copy, header.site-header .l-innernv .top_copy {
    display: block;
    width: 100%;
    height: auto;
    margin: 220px auto;
}
.header-wrap .bg_image div.top_copy h1, header.site-header .l-innernv .top_copy h1 {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    color: #fff;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    text-shadow: 1px 1px 9px #000;
    font-size: clamp(26px, 6vw, 74px);
}
.header-wrap .bg_image div.top_copy h1 span, header.site-header .l-innernv .top_copy h1 span {
    font-size: clamp(27px, 4vw, 68px);
    /*font-size: clamp(34px, 6vw, 58px);*/
    display: inline-block;
    font-weight: 200;
    margin: 0 -4px;
}
.header-wrap .bg_image div.top_copy h1 span.small, header.site-header .l-innernv .top_copy h1 span.small {
    font-size: clamp(17px, 4vw, 39px);
    display: inline-block;
    font-weight: 900;
    margin: 0 10px 0 -0.5em;
}
body.home .base_w h2 {
    text-align: center;
    font-size: clamp(24px, 4vw, 34px);
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
/*---------
  新着情報
-----------*/
.content-inner .top_news {
    width: 100%;
    padding: 0;
    margin: 45px auto 40px;
    display: inline-block;
}
.content-inner .top_news .base_w {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
}
div.whatsnew {
    border: 1px solid #bebebe;
    border-radius: 4px;
    padding: 14px;
}
.content-inner .top_news .base_w h3 {
    font-size: 23px;
    font-weight: 300;
    letter-spacing: 3px;
    width: 19%;
    padding: 16px 0 16px;
    float: left;
    text-align: center;
    margin: 0 !important;
}
div.whatsnew hr {
    display: none;
}
div.whatsnew dl {
    width: 80%;
    display: inline-block;
    float: right;
    border-left: 4px solid #e5e5e5;
}
div.whatsnew dd {
    padding: 8px 16px;
}
div.whatsnew dt {
    margin: 0 0 0 1em;
    padding: 9px 2px;
    color: #005e8f;
    float: left;
}
.content-inner .top_news .base_w a {
    font-size: 15px;
    color: #000;
    padding: 4px 0;
}
/*---------
  神戸防水協会について
-----------*/
body.home .top_aboutus {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    background: #57bfbe;
    object-fit: cover;
}
body.home .top_aboutus .base_w  {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0 30px;
}
body.home .top_aboutus .base_w h2 {
    color: #fff;
    font-size: 25px;
}
body.home .top_aboutus .base_w .pht3bx {
    display: flex;
    padding: 0px 0 15px;
    margin: 15px 0;
    box-sizing: border-box;
    width: 100%;
}
body.home .top_aboutus .base_w .pht3bx img {
    width: 33.3%;
}
body.home .top_aboutus p.link {
    display: inline-block;
    background: #000;
    border-radius: 3px;
    margin: 20px 0 28px;
}
body.home .top_aboutus p.link a {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 200;
    padding: 7px 20px 5px 11px;
}
body.home .top_aboutus p.link a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    position: relative;
    color: #8cb1e0;
    margin-right: 17px;
    font-size: 30px;
    font-weight: bold;
    margin-top: -3px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
body.home .top_aboutus p.link a:hover {
    text-decoration: none;
}
body.home .top_aboutus p.link:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
/*--------
  活動内容　
---------*/
body.home .top_activities {
    width: 100%;
    padding: 0;
    margin: 0 auto;
}
body.home .top_activities .base_w {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 25px 0 10px;
}
body.home .top_activities .base_w div.pht4bx {
    display: flex;
    padding: 0;
    margin: 15px auto 0;
    box-sizing: border-box;
    width: 100%;
}
body.home .top_activities .base_w div.pht4bx img {
    width: 25%;
}
body.home .top_activities .base_w div.pht4bx img:first-child {
    border-radius: 10px 0 0 10px;
}
body.home .top_activities .base_w div.pht4bx img:last-child {
    border-radius: 0 10px 10px 0;
}
body.home .top_activities p.link {
    display: inline-block;
    background: #000;
    border-radius: 3px;
    margin: 10px 0 28px;
}
body.home .top_activities p.link a {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 200;
    padding: 7px 20px 5px 11px;
}
body.home .top_activities p.link a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    position: relative;
    color: #8cb1e0;
    margin-right: 17px;
    font-size: 30px;
    font-weight: bold;
    margin-top: -3px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
body.home .top_activities p.link a:hover {
    text-decoration: none;
}
body.home .top_activities p.link:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
@media screen and (max-width: 1200px) {
    .header-wrap .bg_image {
        background-size: auto 100%;
    }
}
@media screen and (max-width: 1024px) {
    body.home .site-header {
        height: 575px !important;
    }
    .header-wrap .bg_image {
        margin: 17px auto 0;
        height: 450px;
    }
    .header-wrap .bg_image div.top_copy, header.site-header .l-innernv .top_copy {
        margin: 150px auto;
    }
}
@media screen and (max-width: 1000px) {
     .content-inner .top_news .base_w h3 {
        font-size: 20px;
    }

    body.home .top_activities .base_w div.rec_bx h3 {
        font-size: 19px;
    }
}
@media screen and (max-width: 768px) {
    body.home .site-header {
        height: 420px !important;
    }
    .header-wrap .bg_image {
        height: 320px;
    }
    .header-wrap .bg_image div.top_copy, header.site-header .l-innernv .top_copy {
        margin: 110px auto;
    }
    .content-inner .top_news .base_w h3 {
        font-size: 23px;
        width: 100%;
        padding: 3px 0 11px;
        border-bottom: 4px solid #e5e5e5;
    }
    div.whatsnew dl {
        width: 100%;
        float: none;
        border-left: 0;
    }
}
@media screen and (max-width: 600px) {
    .header-wrap .bg_image div.top_copy, header.site-header .l-innernv .top_copy {
        margin: 120px auto;
    }
    .header-wrap .bg_image div.top_copy h1, header.site-header .l-innernv .top_copy h1 {
        font-size: 44px;
        margin: 0 -10px 0 5px;
    }
}
@media screen and (max-width: 480px) {
    .header-wrap .bg_image div.top_copy h1, header.site-header .l-innernv .top_copy h1 {
        font-size: 42px;
        width: 100%;
        margin: 0 0 0 0;
    }
    .header-wrap .bg_image div.top_copy h1 span.small, header.site-header .l-innernv .top_copy h1 span.small {
        margin: 0 0 5px -8px;
    }
}



/*---- 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;
    margin-left: -15px;
    background-size: 10px;*/
    color: #1C1C1C;
}
ul#sitemap_list li a:before {
    content: ">";
    vertical-align: middle;
    background-color: #ccc;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    padding: 0px 6px;
    text-align: center;
    margin: -4px 5px 2px 0px;
    border-radius: 50%;
    line-height: 1;
}
ul#sitemap_list li a span {
    display: none;
}
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%;
    background-color: #edf7ff;
}
input[type="tel"] {
    background-color: #edf7ff;
}
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;
    height: 20px;
    width: 20px;
    vertical-align: middle;
}
.wpcf7-spinner {
    display: block;
    margin: 0 auto;
}

/*---- footer ----*/
.entry-footer {
    margin-top: 65px;
}
body.home .entry-footer {
    margin-top: 0;
}
.ft_cmnt {
    padding: 0;
    background: url(/img/bg_contact.jpg) no-repeat #252525 center center;
    background-size: 100% auto;
}
.ft_cmnt div.widget_custom_html {
    width: 100%;
    padding: 45px 0 29px;
    background-color: rgba(0, 0, 0, 0.6);
}
.ft_cmnt .ftarea {
    width: 96%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.ft_cmnt .ftarea span {
    font-family: serif;
    font-size: 30px;
    line-height: 0;
    color: rgba(255, 255, 255, 0.2);
    letter-spacing: 5px;
}
.ft_cmnt .ftarea p {
    font-size: 20px;
    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 13px 0 0;
    padding: 0;
}
.ft_cmnt .ftarea ul li a {
    display: block;
    text-align: center;
    width: 100%;
    padding: 11px 0 0;
    background: #fd9465;
    letter-spacing: 1px;
    font-size: 22px;
    font-weight: 600;
    border-radius: 12px;
    color: #fff;
    height: 62px;
}
.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 15px 0px -3px;
    vertical-align: middle;
    display: inline-block;
    position: static;
}
.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.75);
    font-family :century gothic, "Arial Black", Gadget, sans-serif;
    color: #000;
    font-size: 28px;
    font-weight: 800;
    border: 2px solid #fd9465;
    padding: 5px 0 0;
}
.ft_cmnt .ftarea ul li.tel a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f879";
    color: #979797;
    font-size: 21px;
    position: static;
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
    margin: 0px 8px 3px 0;
}
.footer-widgets {
    background: url(/img/bg_ft.jpg) no-repeat #fff center center;
    margin-top: 0px;
}
.footer-widgets .container {
    padding: 0;
    margin: 0px;
    width: 100%;
    max-width: 100%;
    background-color: rgba(255, 255, 255, 0.85);
}
.footer-widgets-grid.footer-layout-3 {
    display: block;
    padding: 25px 0 110px;
    width: 96%;
    max-width: 1200px;
    margin: 35px auto;
}
.sidebar-column {
    width: 18%;
    display: inline-block;
    vertical-align: top;
    margin: 15px 5% 0 0;
}
.sidebar-column:first-child {
    width: 50%;
    margin: 0 6% 0 0;
}
.sidebar-column:last-child {
    width: 20%;
    margin: 0 0;
}
/*.sidebar-column p.ftlogo img {
    mix-blend-mode: multiply;
    width: 98%;
    max-width: 320px;
}*/
#sidebar-footer .sidebar-column .widget p {
    color: #000;
    font-size: 14px;
    margin: 20px 0 20px;
    font-weight: 200;
    font-style: normal;
    line-height: 1.6;
    display: block;
}
#sidebar-footer .sidebar-column .widget p.txt {
    font-size: 14px;
    width: 460px;
}
#sidebar-footer div.container div a {
    clear: both;
    color: #000;
    line-height: 1.3;
    text-decoration: none;
    font-weight: 400;
}
#sidebar-footer .sidebar-column p.ftlogo {
    font-size: 33px;
}
#sidebar-footer .sidebar-column p.ftlogo span {
    display: block;
    font-size: 12px;
    letter-spacing: 1.5px;
}
#sidebar-footer .sidebar-column .widget p.add {
    margin-top: 25px;
    display: inline-block;
    font-size: 13px;
}
#sidebar-footer .sidebar-column .widget p.add a.map {
    background-color: #45b8b7;
    padding: 1px 7px 2px 8px;
    color: #fff;
    font-size: 90%;
    letter-spacing: 2px;
    border-radius: 2px;
    margin-left: 10px;
}
#sidebar-footer div.container ul.menu {
    margin: 0;
}
#sidebar-footer div.container ul.menu li {
    font-size: 15px;
    margin-bottom: 0;
    padding: 0 0 10px;
}
#sidebar-footer div.container p.tel a {
    font-family :century gothic, "Arial Black", Gadget, sans-serif;
    color: #000;
    font-size: 25px;
    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: rgba(0,0,0,0.25);
    font-size: 16px;
    position: static;
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
    margin: -1px 6px 0px -3px;
}
#sidebar-footer div.container p.link_inq {
    background: #fd9465;
    border-radius: 6px;
    padding: 0;
    text-align: center;
    width: 100%;
    margin: 0 0 13px;
}
#sidebar-footer div.container p.link_inq a {
    color: #fff;
    padding: 10px 0 6px;
    display: block;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 500;
    line-height: 1.6;
}
#sidebar-footer div.container p.link_inq a:before {
	font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    color: rgba(255,255,255,0.5);
    font-size: 20px;
    font-weight: bold;
    margin: -2px 7px 0px -5px;
    display: inline-block;
    vertical-align: middle;
    position: static;
}
#sidebar-footer div.container p.link_inq a:hover {
    text-decoration: none;
}
#sidebar-footer div.container p.link_inq:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
#sidebar-footer div.container p.link a {
    font-size: 14px;
    display: block;
}
#sidebar-footer div.container p.link a:before {
    content: ">";
    vertical-align: middle;
    background-color: #fd9465;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    padding: 0px 6px;
    text-align: center;
    margin: -4px 5px 2px 0px;
    border-radius: 50%;
    line-height: 1;
}
#sidebar-footer div.container ul li a:hover,
#sidebar-footer div.container p.link a:hover {
    text-decoration: none;
    color: #fd9465;
    transition: all 300ms ease-in-out 0s;
}
#sidebar-footer div.container p.link_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) {
    .ft_starea {
        background-size: auto 100%;
    }
    .sidebar-column {
        width: 16%;
        margin: 15px 1% 0 0;
    }
    .sidebar-column:first-child {
        width: 58%;
        margin-right: 1%;
    }
    .sidebar-column:last-child {
        width: 23%;
    }
}
@media screen and (max-width: 1024px) {
    .site-footer {
        padding-bottom: 50px;
    }
    .go-top.show {
        bottom: 75px;
    }
}
@media screen and (max-width: 1000px) {
    .ft_cmnt {
        background-size: 115% auto;
    }
    .ft_cmnt div.widget_custom_html {
        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) {
    .ft_cmnt .ftarea p {
        font-size: 16px;
    }
    .ft_cmnt .ftarea ul li.tel a {
        font-size: 20px;
        padding: 11px 0 0;
    }
    #sidebar-footer div.container div.textwidget p.txt {
        padding-right: 0;
        width: 100%;
    }
    #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: 13px;
    }
}


/*---- 印刷用 ----*/
@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;
    }
}

