@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: 70%;
    padding: 0;
    margin-right: 5%;
}
.col-md-9 .post-wrap {
    padding-right: 0;
    margin-top: 30px;
}
a.alph:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
body a:link {
    color: #6699ff;
    text-decoration: none;
}
body a:hover {
    color: #cccccc;
    text-decoration: underline;
}
body a:visited {
    color: #6699ff;
    text-decoration: none;
}
a.link {
    background: rgba(0, 0, 0, 0) url("/img/arrow.png") no-repeat scroll 0 8px;
    color: #6699ff;
    padding-left: 17px !important;
    background-size: 11px 10px;
}
a.link:hover {
    text-decoration: none;
    opacity: 0.7;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70); /* IE lt 8 */
    -ms-filter: "alpha(opacity=70)"; /* IE 8 */
}
a:hover img {
    opacity: 0.5;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50); /* IE lt 8 */
    -ms-filter: "alpha(opacity=50)"; /* IE 8 */
}
a.btn {
    position: relative;
    z-index: 1;
    display: block;
    border-radius: 8px;
    color: #fff !important;
    background-color: #f37a5c;
    font-size: 2rem;
    text-align: center;
    padding: 13px 15px;
    width: 45%;
    margin: -18px auto 0;
}
a.btn:hover {
    background-color: #3a3a68;
    text-decoration: none;
    opacity: 1;
}
@media screen and (max-width: 991px) {
  a.btn {
    width: 60%;
    margin: -30px auto 0;
  }
}
@media screen and (max-width: 767px) {
    a.btn {
        width: 90%;
        margin: 30px auto 0;
    }
}
.flx {
    display: flex;
    justify-content: space-between;
}
a, button {
    transition: 0.3s;
}
a img {
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -ms-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
}
.tel a.tel,
.mail a.mail {
    cursor: default;
    pointer-events: none;
    color: #333;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: "Noto Sans Japanese", "Helvetica Neue", Helvetica, Arial, "Droid Sans", Meiryo,
    "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
    -webkit-print-color-adjust: exact;
    font-weight: 800;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
    color: #333;
    text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
    text-decoration: none;
}
@media screen and (max-width: 768px) {
    .tel a.tel,
    .mail a.mail {
        pointer-events: auto;
    }
}
sup {
    vertical-align: top;
    font-size: 9px;
    margin-left: -4px;
}
.l-inner,
.l-innernv {
    margin: 0 auto;
}
strong,
p.strong {
    font-weight: bold;
}
.center,
p.center {
    text-align: center !important;
}
.entry
.inline_block {
    display: inline-block;
}
h2.widgettitle {
    display: none;
}
header.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/common/headimage.jpg) no-repeat center center !important;
}
.sydney-breadcrumbs {
    display: none;
}
.posts-layout .entry-title {
    font-size: 25px;
}
span.byline {
    display: none;
}
#main .page-header h1.archive-title {
    font-size: 0;
}
#main .page-header h1.archive-title span {
    font-size: 33px;
}
.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;
}
body.home .page-wrap {
    padding-bottom: 0;
}
.page-template-page_front-page .page-wrap {
    margin-top: 0;
}
.l-header {
    width: 100%;
}
#secondary {
    padding: 20px 25px 15px 27px;
    margin: 30px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}
#secondary a {
    margin: 5px auto 8px;
    display: block;
}
#secondary.widget-area .widget ul li {
    font-size: 90%;
    border-bottom: 1px dotted #ccc;
    line-height: 1.4;
}
#secondary.widget-area .widget ul li:last-child {
    border-bottom: 0;
}
#secondary.widget-area h2 {
    font-size: 19px;
}
#secondary.widget-area .widget-title {
    display: none;
}
#secondary.widget-area aside strong a {
    font-size: 105%;
    color: #4a559d;
    margin-top: 30px;
}
.sydney-breadcrumbs{
    display: none;
}
@media screen and (max-width: 1000px) {
    .col-md-9 {
        width: 100%;
        margin-right: 0;
    }
   #secondary {
        padding: 20px 30px 10px 30px;
        width: 100%;
        text-align: left;
    }
    #secondary .widget img {
        width: 100%;
        max-width: 390px;
    }
}


/*---- header ----*/
.header-clone {
    display: none;
}
.site-header {
    background-position: center 15% !important;
    background-size: 100% auto !important;
    background-repeat: no-repeat;
}
.site-header {
    background-color: #fff !important;
    position: relative;
    top: 0 !important;
    padding: 0px 0;
    height: 380px;
    width: 100%;
    z-index: 50;
}
body.home .site-header {
    height: 120px;
    margin: 10px 0 0;
}
header.site-header .header-wrap {
    height: 120px;
    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: 40%;
    margin: 15px 0
}
.site-header .logo a {
    color: #000;
    display: inline-block;
    font-size: 31px;
    font-weight: 800;
    /* font-family: "Hina Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif; */
    line-height: 2.75;
    vertical-align: middle;
}
/*.site-header .logo a span {
    font-size: 15px;
    display: block;
    font-family: "Noto Sans Japanese", "Helvetica Neue", Helvetica, Arial, "Droid Sans", Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
    letter-spacing: 2px;
    font-weight: 600;
    text-indent: 0.5em;
}*/
.site-header .logo a:hover {
    text-decoration: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
.site-header .logo img {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    width: 70px;
    margin: 7px 7px 0 -4px;
    float: left;
}
header.site-header .header-wrap {
    height: 120px;
    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: 14px 0px 0 0;
    right: 0;
    width: 60%;
    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-bottom: 3px;
    display: inline-block;
    vertical-align: middle;
}
header.site-header .flo_right ul li.tel {
    margin: 0 20px;
    font-size: 15px;
}
header.site-header .flo_right ul li.tel a {
    font-size: 14px;
    color: #536e8f;
    margin: 0 12px 0 0;
}
header.site-header .flo_right ul li.tel a:before {
    content: ">";
    color: #fff;
    background: #b7c8dd;
    border-radius: 50%;
    font-size: 17px;
    padding: 4px 8px 0 6px;
    transform: scale(0.5, 1);
    display: inline-block;
    vertical-align: middle;
    margin: -2px -4px 0px -8px;
    width: 33px;
    height: 17px;
    line-height: 0.5;
}
header.site-header .flo_right ul li.tel a.tel {
    font-size: 30px;
    font-weight: 800;
    color: #536e8f;
    font-family: century gothic, "Arial Black", Gadget, sans-serif;
    margin: 0;
}
header.site-header .flo_right ul li.tel a.tel:before {
    content: "";
    background: transparent;
    margin: 0;
    width: 0;
    padding: 0;
}
header.site-header .flo_right ul li.tel:before {
    font-family: "Font Awesome 5 Free";
    content: "\f879";
    color: #ccc;
    font-size: 20px;
    position: relative;
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
    margin: -3px 8px 5px 0;
}
header.site-header .flo_right ul li.contact {
    background: #f78a4b;
    border-radius: 10%;
    text-align: center;
    padding: 4px 0 8px;
}
header.site-header .flo_right ul li.contact a {
    font-weight: 500;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 1.6;
    padding: 5px 0 3px;
    display: block;
    width: 95px;
    height: 80px;
}
header.site-header .flo_right ul li.contact a span {
    display: block;
    font-size: 9px;
    font-family: century gothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
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: 25px;
    font-weight: bold;
    margin: 0 auto -5px;
    display: block;
}
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: 970px;
    height: auto;
}

/* gnavi */
#page .col-md-8 {
    width: 100%;
    background: #242424;
    display: block;
    height: 65px;
    margin-top: -260px;
    z-index: 1500;
    position: relative;
    margin-bottom: 195px;
}
body.home #page .col-md-8 {
    margin-top: 0;
    margin-bottom: 0;
}
#page .col-md-8 nav#mainnav {
    width: 100%;
    background-color: transparent;
    max-width: 1200px;
    float: none;
    margin: 0 auto;
    padding: 0 0 0px;
    height: 65px;
    text-align: center;
}
#page .col-md-8 nav#mainnav ul li {
    display: inline-block;
    height: 65px;
    padding: 0;
    text-align: center;
    width: 14%;
    vertical-align: top;
}
#page .col-md-8 nav#mainnav ul li:nth-child(5) {
    width: 16%;
}
#page .col-md-8 nav#mainnav ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    float: none;
    display: block;
    vertical-align: bottom;
    padding: 25px 0 25px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 0.85;
}
#page .col-md-8 nav#mainnav ul li ul:after {
    background-color: #354151;
    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: #436793;
    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: #354151;
    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: 13px;
    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: #666 !important;
}
#page .col-md-8 nav#mainnav ul li ul.sub-menu li:hover a {
    background-color: #666 !important;
    color: #fff !important;
    text-decoration: none;
}
@media screen and (max-width: 1024px) {
    .site-header .logo {
        width: 47%;
    }
    .site-header .logo img {
        width: 50px;
        margin: 14px 7px 0 -4px;
    }
    .site-header .logo a {
        font-size: 29px;
    }
    header.site-header .flo_right {
        width: 53%;
    }
    header.site-header .flo_right ul li.tel {
        font-size: 12px;
        margin: 0 3px 0 0;
    }
    header.site-header .flo_right ul li.tel a {
        font-size: 12px;
    }
    header.site-header .flo_right ul li.tel a.tel {
        font-size: 26px;
    }
    header.site-header .flo_right ul li.contact {
        margin-right: -16px;
    }
    header.site-header .flo_right ul li.contact a {
        font-size: 12px;
        width: 83px;
        height: 70px;
        letter-spacing: 0;
    }
    .site-header.fixed {
        height: 280px;
    }
    body.home .bg_image {
        height: 450px;
        margin: 0px auto 0;
    }
    header.site-header .l-innernv .top_copy {
        margin-top: 0;
        font-size: 41px;
        background-size: auto 100%;
        padding: 115px 0 110px;
    }
    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: 0 0 6px;
    }
    header.site-header .ft_btn ul li {
        display: inline-block;
        background: transparent;
        padding: 0;
        max-width: 80px;
        text-align: center;
        width: 33%;
    }
    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: #536e8f;
        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: #536e8f;
        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: #666;
        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: #383838;
    }
    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%;
        margin: 5px 0 0;
    }
    .site-header .logo a {
        font-size: 27px;
    }
    .site-header .logo img {
        width: 47px;
        margin: 12px 5px 0 -4px;
    }
    header.site-header .flo_right {
        width: 100%;
        margin: 0px 0px 0 0;
    }
    header.site-header .flo_right ul li.tel a {
        font-size: 12px;
        margin: 0 8px 0 0;
    }
    header.site-header .flo_right ul li.tel a:before {
        font-size: 14px;
        margin: -1px -4px 0px -8px;
        width: 28px;
        height: 15px;
    }
    header.site-header .flo_right ul li.tel {
        margin: 20px 7px 0;
        font-size: 11px;
        line-height: 1.3;
    }
    header.site-header .flo_right ul li.tel a.tel {
        font-size: 21px;
    }
    header.site-header .flo_right ul li.contact a {
        font-size: 11px;
        padding: 0 0 3px;
        width: 75px;
        height: 63px;
    }
    .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;
    }
    header.site-header .logo {
        width: 100%;
        margin: 0 0 0;
    }
    header.site-header .flo_right {
        width: 100%;
        margin: 25px 0px 0 0;
    }
    header.site-header .flo_right ul {
        padding: 0 0 7px;
        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: 4px 9px;
        line-height: 1.2;
    }
    header.site-header .flo_right ul li.tel a {
        /*font-size: 19px;*/
    }
    header.site-header .flo_right ul li.contact {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .site-header {
        background-size: auto 100% !important;
    }
    .site-header .logo a {
        font-size: 23px;
    }
    .site-header .logo img {
        width: 40px;
        margin: 11px 4px 0 -6px;
    }
    header.site-header .flo_right ul li.tel a.tel {
        font-size: 19px;
    }
}


/*---- パンくず ----*/
.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;*/
    font-weight: 600;
}
#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#made_it {
    border: 4px solid #ccc;
    border-radius: 10px;
    background-color: #fff;
}
p.summary_txt {
    font-size: 93%;
    width: 96%;
    max-width: 590px;
    margin: 0 auto 55px;
    line-height: 1.8;
}
div.inr_bx h2 {
    font-size: 26px;
    padding: 13px 0 9px 18px;
    border-left: 6px solid #7294bd;
    margin: 30px 0 10px;
    line-height: 1.2;
}
#main div.inr_bx h2.tit {
    font-size: 23px;
    padding: 13px 0 9px 18px;
    border-left: 6px solid #849ebc;
    margin: 30px 0 10px;
    line-height: 1.2;
    width: 100%;
    display: inline-block;
}
div.inr_bx h2.copy {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    border: 0;
}
div.inr_bx h2.copy::before,
div.inr_bx h2.copy::after {
    content: "";
    width: 6px;
    height: 37px;
    background-color: #ff7e34;
}
div.inr_bx h2.copy::before {
    margin-right: 25px;
    transform: rotate(-25deg);
}
div.inr_bx h2.copy::after {
    margin-left: 22px;
    transform: rotate(25deg);
}
div.inr_bx h3 {
    font-size: 21px;
    margin: 35px 0 25px;
}
div.inr_bx h3.copy {
    font-weight: 300;
    font-size: 23px;
    line-height: 1.5;
    margin-bottom: 35px !important;
}
div.pht3bx {
    display: inline-flex;
    flex-wrap: wrap;
    margin: 15px 0 25px;
    line-height: 1.8;
    justify-content: center;
}
div.pht3bx div {
    width: 32%;
    margin: 15px 0.5%;
    font-size: 90%;
}
div.pht3bx div img {
    margin-bottom: 15px;
}
#achievements dl {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-top: 1px solid #ccc;
    background-color: #fff;
    margin-bottom: 50px;
}
#achievements dl dt {
    width: 40%;
    padding: 5px 20px;
    border-bottom: 1px solid #ccc;
}
#achievements dl dd {
    padding: 5px 25px;
    width: calc(65% - 10% / 2);
    border-left: 1px solid #ccc;
    text-align: left;
    margin: 0;
    border-bottom: 1px solid #ccc;
    line-height: 1.6;
}
div.inr_bx .bs_bx {
    display: inline-flex;
    background-color: #fff;
    margin: 0 auto 65px;
}
div.inr_bx .bs_bx div {
    width: 57%;
    margin: 0 0 0 3%;
}
div.inr_bx .bs_bx div h3 {
    font-size: 23px;
    margin: 35px 0 25px;
}
div.inr_bx .bs_bx div.imgr {
    width: 37%;
    margin: 0 0 0 3%;
}
div.inr_bx .bs_bx div.imgr img {
    height: 100%;
    object-fit: cover;
}
div.inr_bx .bs_bx div h3 span {
    font-size: 59px;
    background-color: #eaeaea;
    padding: 4px 0;
    margin: 0 9px 0 -45px;
    font-weight: 300;
    width: 78px;
    display: inline-block;
    text-align: center;
    color: #f78a4b;
}
div.img_r, div.img_l {
    margin: 15px 0 45px;
    display: inline-block;
    line-height: 1.8;
    width: 100%;
}
div.img_r img {
    float: right;
    margin-left: 4%;
    margin-bottom: 20px;
    width: 46%;
    max-width: 520px;
}
div.img_l img {
    float: left;
    margin-right: 4%;
    margin-bottom: 20px;
    max-width: 520px;
    width: 46%;
}
p.copy_center {
    font-size: 21px;
    text-align: center;
}
div.img4bx {
    display: inline-flex;
    flex-wrap: wrap;
    margin: 15px 0 25px;
    line-height: 1.8;
    justify-content: center;
}
div.img4bx img {
    width: 25%;
    margin: 0;
}
div.img4bx.img3 img {
    width: 33.33%;
}
div.img_right, div.img_left {
    margin: 15px 0 35px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
div.txt_left, div.txt_right {
    text-align: left;
    padding: 1% 5%;
    width: 49%;
}
div.img_right img {
    max-width: 48%;
    margin: 1.5% 0 5px 3%;
    height: 100%;
}
div.img_left img {
    max-width: 48%;
    margin: 1.5% 3% 5px 0;
    height: 100%;
}
div.img_left img.img_sp, div.img_right img.img_sp {
    display: none;
}
div.img_left.w330 img {
    width: 330px;
}
div.img_left .txtbx {
    display: inline-block;
    vertical-align: top;
}
div.img_left .txtbx h4 a {
    color: #28507e;
}
div.inr_bx div.midashi {
    text-align: center;
    width: 100%;
}
div.inr_bx div.midashi h3 {
    border-bottom: 3px dotted #ff7e34;
    padding-bottom: 12px;
    width: 300px;
    margin: 30px auto 20px;
    font-size: 26px;
}
.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.achievements .thumbnail {
    width: 28% !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: rgb(0 0 0 / 75%);
    font-size: 19px;
    font-weight: bold;
    margin: 0 !important;
    padding: 11px 2% 10px 3%;
    position: relative;
    top: -44px;
    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: -36px 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;
}
/*----------------------------------
  apply_block
------------------------------------*/
.apply_block {
    border: 2px solid #c3c3c3;
    border-radius: 10px;
    max-width: 795px;
    margin: 65px auto 85px;
    padding: 25px;
}
.apply_block .apply-flx {
    display: flex;
    justify-content: space-between;
}
.apply_block .apply-flx .apply-txt {
    margin: 0 20px 0 0;
    width: 415px;
}
.apply_block .apply-flx .apply-txt div {
    text-align: right;
    margin: 0 0 32px 0;
}
.apply_block .apply-flx .apply-txt div h3 {
    font-size: 1.6rem;
    border-bottom: 2px solid #91accc;
    display: inline;
    padding: 0 0 5px 0;
    font-weight: 600;
}
.apply_block .apply-flx .apply-txt p {
    font-size: 17px;
    line-height: 1.4;
}
.apply_block .apply-flx .apply-img {
    width: 300px;
}
.apply_block > a.btn {
    margin: -40px auto 0;
    font-size: 1rem;
    border-radius: 5px;
    background-color: #6870a7;
    padding: 11px 0;
    width: 200px;
}
.apply_block > a.btn: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: 767px) {
    .apply_block .apply-flx {
        flex-direction: column;
    }
    .apply_block .apply-flx .apply-txt {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .apply_block .apply-flx .apply-txt div {
        text-align: center;
    }
    .apply_block .apply-flx .apply-img {
        width: 100%;
        text-align: center;
    }
    .apply_block > a.btn {
        width: 100%;
    }
}
.recruit_block {
    width: 252px;
    margin: 46px auto;
    text-align: center;
    padding: 0 0 35px;
}
.recruit_block p {
    font-size: 1.5rem;
    margin-bottom: 0;
    text-align: center !important;
}
.recruit_block a.tel {
    font-size: 2rem;
    color: #f78a4b;
    font-weight: 600;
}
.recruit_block a.tel:before {
    font-family: "Font Awesome 5 Free";
    content: "\f879";
    color: #ccc;
    font-size: 70%;
    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 10px;
    text-align: right;
    padding: 0;
}
.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;
}
/*
div.img650 img {
    width: 650px;
}
div.img_left.img650 img {
    width: 650px;
    max-width: 65%;
}
div.pht_3wk, div.pht_2wk {
    text-align: center;
    margin: 5px auto 60px;
    display: block;
    font-size: 85%;
}
div.pht_3wk div, div.pht_2wk div {
    width: 31.5%;
    margin: 0 0.75% 25px;
    display: inline-block;
    vertical-align: top;
    padding: 0;
}
div.pht_3wk.pht6 {
    padding-top: 80px;
    position: relative;
    display: block;
    width: 100%;
    margin-top: 100px;
}
div.pht_3wk.pht6 img.bgimg {
    width: 60%;
    opacity: 0.8;
    position: absolute;
    margin-top: -165px;
    left: 20%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
div.pht_3wk.pht6 div {
    width: 16%;
    margin: 0 0.2% 25px;
    position: relative;
    font-size: 12px;
    line-height: 1.3;
}
div.pht_2wk div {
    width: 47%;
    margin: 0 1% 25px;
    border: 3px solid #ddd;
    background-color: #fff;
}
div.pht_3wk div img {
    margin: 0 0 8px;
}
div.pht_3wk.pht6 div img {
    border: 1px solid #ddd;
}
div.pht_3wk div:last-child {
    margin-right: 0;
}
div.pht_3wk p {
    width: 31.5%;
    margin: 0 0.75% 25px;
    display: inline-block;
    vertical-align: top;
    max-width: 200px;
}
div.pht_3wk span {
    display: block;
    font-size: 90%;
}
div.pht_3wk.pht_5wk div {
    width: 19.25%;
    margin: 0 0.1% 25px;
}
div.pht_2wk div h5 {
    color: #fff;
    text-align: center;
    background-color: #7ba722;
    padding: 7px 15px;
    margin: 0 !important;
}
div.pht_2wk div img {
    width: 85%;
    margin: 4% auto;
    display: block;
}
div.img_history {
    width: 57%;
    margin: 0 auto 25px;
}
div.img_history img {
    display: inline-block;
    width: 57%;
    margin: 1%;
    border: 5px solid #aec18a;
}
div.img_history img:last-child {
    width: 38%;
}
div.profile_map {
    width: 100%;
    height: 355px;
    margin: 15px auto 40px;
}
div.profile_map iframe {
    width: 100%;
	height: 100%;
}
ul.list_businass {
    list-style-type: none;
    width: 100%;
    padding: 0;
    text-align: center;
}
ul.list_businass li {
    display: inline-block;
    vertical-align: top;
    padding: 2% 0;
    border: 3px solid #a9b98b;
    border-radius: 6px;
    margin: 0 1.5%;
    width: 13%;
    text-align: center;
    position: relative;
    font-size: 22px;
    font-weight: 800;
}
ul.list_businass li:after {
    content: "▲";
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: -35px;
    transform: rotate(90deg) scale(1.5, 1);
    font-size: 37px;
    top: 9px;
    color: #516035;
}
ul.list_businass li:last-child:after {
    content: "";
}
ul.list_taisei {
    list-style-type: none;
    width: 100%;
    padding: 0;
    text-align: center;
    margin: 15px auto 35px;
    display: inline-block;
}
ul.list_taisei li {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
    border: 3px solid #a9b98b;
    border-radius: 6px;
    margin: 0 1.5% 2%;
    width: 28.75%;
    text-align: center;
    position: relative;
    font-size: 22px;
    font-weight: 400;
    height: 170px;
}
ul.list_taisei li:nth-child(4), ul.list_taisei li:nth-child(5) {
    width: 45%;
    height: 135px;
}
ul.list_taisei li:last-child {
    width: 93%;
    height: 100px;
}
ul.list_taisei li p {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    width: 100%;
    line-height: 2;
    align-items: center;
}
ul.list_taisei li:nth-child(5) p {
    margin-top: -2%;
}
ul.list_taisei li p span {
    position: absolute;
    top: 60%;
    font-size: 16px;
    line-height: 1.3;
}
div.column_bx {
    border: 3px solid #b8cf89;
    border-radius: 7px;
    width: 93%;
    margin: 60px auto 80px;
}
div.column_bx .column_ttl {
    position: relative;
    background: #5b712e;
    width: 185px;
    height: 42px;
    border-radius: 14px 14px 0 0;
    border-bottom: 0;
    margin: -44px 0 2px 2px;
}
div.column_bx .column_ttl span {
    color: #99af6d;
    display: inline-block;
    padding: 6px 0px 0px 50px;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 6px;
}
div.column_bx h3 {
    background: #7ba722;
    padding: 19px 0 18px 68px;
    font-size: 1.6rem;
    margin: 0 !important;
    border-radius: 4px 4px 0 0;
    color: #fff;
}
div.column_bx .column_inner {
    padding: 25px 68px 12px;
}
ul.list_qualifications {
    list-style-type: none;
    width: 100%;
    max-width: 800px;
    margin: 15px auto 35px;
    padding: 0;
    border: 2px solid #dbdbdb;
}
ul.list_qualifications li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 8px 20px;
}
ul.list_qualifications li:nth-child(even) {
    background-color: #eef2f7;
}
h1.single_title span {
    border-bottom: 2px solid #c9c9c9;
    padding-bottom: 5px;
    color: #536e8f;
    font-size: 25px;
    font-weight: 600;
}*/
p.dateLabel {
    text-align: right;
    font: italic 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
div.post {
    margin-bottom: 20px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #dadada;
    clear: both;
}
div.post table.works-tbl {
    border-collapse: collapse;
    border: 0;
    margin: 0 0 15px;
    color: #333;
    width: 100%;
    font-size: 93%;
    box-sizing: border-box;
}
div.post table.works-tbl td {
    width: 50%;
    border: 1px solid #f1f1f2;
    text-align: left;
    padding: 10px;
    vertical-align: top;
    border-right: 0;
    border-left: 0;
}
div.post table.works-tbl td span.blue {
    color: #5286C5;
    font-weight: bold;
}
#item_mainphoto img {
    max-height: 720px;
    max-width: 100%;
    box-sizing: border-box;
}
.post img {
    max-width: 100%;
    height: auto;
    padding: 0 !important;
    margin: 0 auto !important;
    border: none !important;
}
#item_mainphoto {
    height: 100%;
    text-align: center;
    position: relative;
    background: #fff;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0 auto;
}
#item_mainphoto img {
	max-height: 720px;
    max-width: 100%;
    box-sizing: border-box;
    object-fit: cover;
}
.post img.emoji {
    display: inline-block;
    border: 0;
    box-shadow: none;
    height: 1em;
    width: 1em;
    margin: 0 .07em;
    vertical-align: -0.1em;
    background: none;
    padding: 0;
}
ul.works_imglist {
	margin: 0 auto 10px;
	overflow: hidden;
    list-style-type: none;
    padding: 0
}
ul.works_imglist li {
    overflow: hidden;
    margin: 2px 0.4% 2px auto;
    max-height: 130px;
    display: block;
    width: 24.7%;
    vertical-align: top;
    float: left;
}
ul.works_imglist li:nth-child(4n) {
    margin: 2px auto 2px auto;
}
ul.works_imglist li img {
	vertical-align: bottom;
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: center;
}
div.img_center {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
div.prsn_bx {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 35px;
    border: 4px solid #ccc;
    padding: 0;
    border-radius: 14px;
}
div.prsn_bx h2 {
    border-radius: 10px 10px 0 0;
    background: #536e8f;
    margin: 0 !important;
    color: #fff;
    font-size: 29px;
    padding: 1.5% 2.5%;
}
div.prsn_bx p {
    margin: 1.5% 2.5%;
    font-size: 18px;
}
@media screen and (max-width: 1200px) {
    div.pht_3wk.pht6 img.bgimg {
        width: 76%;
        left: 13%;
    }
}
@media screen and (max-width: 1000px) {
    div.img_r img, div.img_l img {
        float: none;
        display: block;
        width: 100%;
        margin: 0 auto 20px;
    }
    div.txt_left, div.txt_right {
        width: 100%;
    }
    div.img_left img, div.img_right img {
        margin: 0 auto;
        width: 90%;
    }
    div.img_left img.img_pc, div.img_right img.img_pc {
        display: none;
    }
    div.img_left img.img_sp, div.img_right img.img_sp {
        display: block;
    }
    div.img_left.img650 {
        flex-wrap: wrap;
    }
    div.img650 img {
        float: none;
        margin: 3px auto 20px;
        display: block;
    }
    ul.list_businass li {
        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;
    }
    div.pht_3wk.pht6 {
        padding-top: 0;
        max-width: 600px;
        margin-top: 145px;
        width: 100%;
    }
    div.pht_3wk.pht6 img.bgimg {
        width: 100%;
        margin-top: -130px;
        left: 0;
        height: 48%;
    }
    div.pht_3wk.pht6 div {
        width: 155px;
        margin: 0 0.2% 15px;
    }
    .content_list.achievements .thumbnail {
        width: 47% !important;
    }
}
@media screen and (max-width: 768px) {
    div.img4bx img {
        width: 50%;
    }
    div.pht3bx div {
        max-width: 400px;
        width: 100%;
    }
    div.pht_3wk div {
        width: 65%;
    }
    #achievements dl {
        font-size: 90%;
    }
    #achievements dl dt {
        /*width: 22%;*/
    }
    #achievements dl dd {
        padding: 5px 15px;
        /*width: calc(83% - 10% / 2);*/
    }

    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.img_history {
        width: 80%;
    }
    .content_list .thumbnail {
        width: 100% !important;
    }
    div.pht_3wk.pht_5wk div {
        width: 100%;
        height: 235px;
        margin: 0 auto 3px;
        overflow: hidden;
    }
    div.pht_3wk.pht_5wk div img {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center center;
    }
    div.post table.works-tbl td {
        width: 100%;
        display: block;
    }
}
@media screen and (max-width: 600px) {
    #achievements.inr_bx {
        padding-top: 0;
    }
    #achievements dl {
        font-size: 85%;
    }
    #achievements dl dt {
        /*width: 75px;*/
        padding: 5px 3px 5px 0;
    }
    #achievements dl dd {
        padding: 5px 0 5px 4px;
       /*width: calc(87% - 75px / 2);*/
        margin: 0;
    }

    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;
    }
    ul.list_taisei li {
        font-size: 18px;
    }
    ul.list_taisei li p span {
        font-size: 13px;
    }
    div.pht_3wk.pht6 div {
        width: 125px;
    }
    #item_mainphoto {
        height: auto;
    }
    ul.works_imglist li {
        max-height: 63px;
    }
    ul.works_imglist li img {
    }
    div.prsn_bx h2 {
        font-size: 24px;
    }
    div.prsn_bx p {
        font-size: 16px;
    }
    .content_list.achievements .thumbnail {
        width: 100% !important;
        height: 250px;
    }
    .content_list.achievements .thumbnail img {
        height: 200px;
    }
}
@media screen and (max-width: 480px) {
    ul.list_taisei li {
        width: 93%;
        height: auto;
        padding: 15px 5px 0;
    }
    ul.list_taisei li:nth-child(4), ul.list_taisei li:nth-child(5) {
        width: 93%;
        height: auto;
        padding: 15px 5px 0;
    }
    ul.list_taisei li:nth-child(5) {
        padding: 15px 5px 15px;
    }
    ul.list_taisei li p span {
        top: 88%;
        font-size: 12px;
    }
    ul.list_taisei li:last-child {
        height: auto;
    }
    div.pht_3wk.pht6 div {
        width: 88px;
    }
}


/*---- 表組 ----*/
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.table_bs  {
    font-size: 90%;
}
table.table_cmpny th {
    background-color: #536e8f;
    border: 1px solid #a1a1a1;
    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.table_bs th  {
    width: 13%;
}
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;
}
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: #f78a4b;
    width: 35px;
    padding: 2px 3px;
    font-size: 11px;
    font-weight: 200;
    border-radius: 6px;
}
table.table_cmpny td p {
    margin-bottom: 0;
}
table.table_cmpny td span.wpcf7-list-item {
    display: block;
    margin: 0;
}
table.table_cmpny td dl {
    margin: 0;
    width: 250px;
}
table.table_cmpny td dl dt {
    font-weight: normal;
    display: inline-block;
    width: 50px;
    vertical-align: top;
}
table.table_cmpny td dl dt.rt {
    text-align: right;
    width: 30px;
}
table.table_cmpny td dl dd {
    font-weight: normal;
    display: inline-block;
    width: 115px;
    margin-left: 5px;
    text-align: right;
}
table.table_cmpny td a.link {
  float: right;
}
table.table_cmpny td ul {
    padding: 0;
    list-style-type: none;
    margin: 4px 0 10px 17px;
}
table.table_cmpny td ul li:before {
    content: "●";
    display: inline-block;
    font-size: 12px;
    color: #b7b7b7;
    margin: -4px 8px 0 0;
    vertical-align: middle;
}
table.table_cmpny.factory th:first-child, table.table_cmpny.factory td:first-child {
    width: 50%;
}
table.table_cmpny.factory th:last-child, table.table_cmpny.factory td:last-child {
    width: 25%;
}
table.table_cmpny.factory td:nth-child(2), table.table_cmpny.factory td:last-child,
table.table_cmpny.car td:last-child {
    text-align: center;
}
@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.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.factory th, table.table_cmpny.factory td {
        display: table-cell;
        border-bottom: 1px solid #ccc;
    }
    table.table_cmpny.factory th:first-child, table.table_cmpny.factory td:first-child {
        width: 50%;
    }
    table.table_cmpny.factory th:last-child, table.table_cmpny.factory td:last-child, table.table_cmpny.factory th:nth-child(2), table.table_cmpny.factory td:nth-child(2) {
        width: 25%;
    }
}


/*---- 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 #d3dbeb;
  border-radius: 11px;
  box-sizing: border-box;
  padding: 0 20px 10px 25px;
  margin: 45px 0 30px;
}
div.glossary span.tit {
  background-color: #26498e;
  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;
}
@media screen and (max-width: 768px) {
    div.img_sdgs .txtbx {
        width: 100%;
    }
    div.img_sdgs img {
        margin-top: 13px;
        margin-bottom: 0px;
    }
}


/*---- ボタン ----*/
p.txt_link, div.linkBtn {
    text-align: center;
}
p.txt_link a, div.linkBtn a {
    background-color: #f78a4b;
    color: #fff;
    padding: 12px 28px;
    border-radius: 4px;
    display: inline-block;
    margin: 18px 10px;
    min-width: 195px;
    border: 2px solid #f78a4b;
    font-size: 105%;
    font-weight: 400;
}
p.txt_link a:after, div.linkBtn a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    position: relative;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    margin: -4px -15px 0 15px;
    display: inline-block;
    vertical-align: middle;
}
p.txt_link.blue a {
    background-color: #536e8f;
    border: 2px solid #536e8f;
}
p.txt_link.left {
    text-align: left;
}
p.txt_link.left a {
    margin: 18px 10px 18px 0;
}
p.txt_link a:hover, div.linkBtn a:hover {
    background-color: #fff;
    color: #f78a4b;
    text-decoration: none;
    transition: all 300ms ease-in-out 0s;
}
p.txt_link.blue a:hover {
    background-color: #fff;
    color: #536e8f;
    text-decoration: none;
    transition: all 300ms ease-in-out 0s;
}
p.txt_link a:hover:after {
    color: #f78a4b;
    transition: all 300ms ease-in-out 0s;
}
p.txt_link.blue a:hover:after {
    color: #536e8f;
    transition: all 300ms ease-in-out 0s;
}
div.kanrenbx {
    margin: 80px auto 35px;
    width: 100%;
}
div.kanrenbx ul {
    list-style-type: none;
    text-align: center;
    width: 100%;
    max-width: 750px;
    border: 2px solid #ddd;
    padding: 25px 0;
    margin: 0 auto;
    border-radius: 10px;
}
div.kanrenbx ul p.tit {
    margin: -40px auto 15px;
}
div.kanrenbx ul p.tit a {
    background-color: #6870a7;
    color: #fff;
    padding: 5px 18px;
    border-radius: 3px;
}
div.kanrenbx ul p.tit a:hover {
    background-color: #A7A7A7;
    text-decoration: none;
    transition: all 300ms ease-in-out 0s;
}
div.kanrenbx ul li {
    display: inline-block;
}
div.kanrenbx ul li a {
    color: #36393d;
}
div.kanrenbx ul li a:hover {
    color: #f78a4b;
    text-decoration: none;
    transition: all 300ms ease-in-out 0s;
}
div.kanrenbx ul li:after {
    content: "/";
    display: inline-block;
    margin: 0 7px 0 9px;
    font-size: 20px;
    color: #ccc;
}
div.kanrenbx ul li:last-child:after {
    content: "";
}
#main div.h2_tit h2 a:after, h4 a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    position: relative;
    color: #b2bda0;
    margin-left: 10px;
    font-size: 18px;
    font-weight: bold;
    margin-top: -4px;
    display: inline-block;
    vertical-align: middle;
}



/*---- 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;
}
body.home .bg_image {
    margin: 0 auto 0;
    width: 100%;
    max-width: 100%;
    height: 520px;
    display: inline-block;
    background: url(/img/index/mainimage.jpg) no-repeat center center;
    background-size: 100% auto;
    object-fit: cover;
}
body.home .bg_image div.top_copy {
    display: block;
    width: 100%;
    height: 100%;
    margin: 140px auto 0;
    text-align: center;
}
body.home .bg_image div.top_copy h1 {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto 37px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.15);
    line-height: 1.4;
    padding: 13px 0;
    text-align: center;
    font-size: clamp(20px, 3vw, 33px);
}
body.home .bg_image div.top_copy h1 a {
    color: #fff;
}
body.home .bg_image div.top_copy h1 a br {
    display: none;
}
body.home .bg_image div.top_copy img {
    width: 200px;
    margin: 10px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
}
body.home .base_w h2 {
    text-align: center;
    font-size: 27px;
    font-weight: 600;
}
body.home .base_w h2 a {
    color: #333;
}
/*---------
  　message
-----------*/
body.home .top_message {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    background: #fff;
}
body.home .top_message .base_w {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 15px 0 35px;
}
body.home .top_message .base_w h2 {
    font-size: 22px;
}
/*---------
  事業分野
-----------*/
body.home .top_business {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    background-color: #fff;
    /*background: url(/img/index/bg_company.jpg) no-repeat center center;
    background-size: auto 100%;
    object-fit: cover;*/
}
body.home .top_business .base_w {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0 35px;
}
body.home .top_business .base_w div.pht2bx {
    margin: 40px auto 15px;
}
body.home .top_business .base_w div.pht2bx div {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0 1%;
    box-sizing: border-box;
    width: 47%;
    background: #fff;
    border-radius: 6px;
    position: relative;
    height: 300px;
}
body.home .top_business .base_w div.pht2bx img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
body.home .top_business .base_w div.pht2bx h3 {
    background-color: rgba(0,0,0,0.85);
    /*background-color: #516035;*/
    color: #fff;
    padding: 14px 0;
    line-height: 1;
    /*margin-top: 1%;*/
    margin: 0;
    position: absolute;
    font-size: 21px;
    font-weight: 500;
    /*top: 3%;
    left: 3%;
    width: 94%;*/
    bottom: 0;
    left: 0;
    width: 100%;
}
/*---------
  　実績
-----------*/
body.home .top_achievements {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    background: url(/img/index/bg_ach.jpg) no-repeat center center;
    object-fit: cover;
    background-size: auto 100%;
}
body.home .top_achievements .base_w  {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 15px 0 15px;
}
body.home .top_achievements .base_w h2 {
    color: #fff;
}
body.home .top_achievements .base_w .pht4bx {
    display: flex;
    padding: 0;
    margin: 40px auto 30px;
    box-sizing: border-box;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}
body.home .top_achievements .base_w .pht4bx div {
    width: 33.3%;
}
body.home .top_achievements .base_w .pht4bx img {
    width: 100%;
}
/*---------
  お知らせ
-----------*/
body.home .top_news {
    width: 100%;
    padding: 0;
    margin: 55px auto 0;
}
body.home .top_news .base_w {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
}
body.home .top_news .base_w h3 {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 2px;
}
div.whatsnew {
    border-bottom: 1px dotted #ccc;
    margin: 35px auto 70px;
    padding: 0 1%;
}
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: #9b9b9b;
}
body.home .top_news .base_w a {
    font-size: 15px;
    color: #000;
}
div.whatsnew a {
    padding: 7px 0 5px;
}
/*--------
  採用情報　
---------*/
body.home .top_rec {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    background: url(/img/index/bg_rec.jpg) no-repeat center center;
    object-fit: cover;
    background-size: 100% auto;
}
body.home .top_rec .base_w {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0 85px;
}
body.home .top_rec .base_w div.rec_bx {
    display: inline-block;
    vertical-align: top;
    padding: 0px 25px 15px;
    margin: 15px 0.5%;
    box-sizing: border-box;
    width: 31%;
    background: #fff;
    border-radius: 6px;
}
body.home .top_rec .base_w div.rec_bx h3 {
    text-align: left;
    font-size: 23px;
    font-weight: 600;
    border-bottom: 2px solid #4c76a8;
    padding: 0px 0 23px;
    margin-bottom: 9px;
    display: block;
    position: relative;
    line-height: 1;
}
body.home .top_rec .base_w div.rec_bx h3 span {
    position: absolute;
    right: -30px;
    color: rgba(200, 200, 200, 0.1);
    font-size: clamp(28px, 3vw, 48px);
    bottom: -5px;
    letter-spacing: -2px;
}
body.home .top_rec .base_w div:last-child h3 {
    border-bottom: 2px solid #f78a4b;
}
body.home .top_rec .base_w div.rec_bx h3 a {
    display: block;
    color: #000;
}
body.home .top_rec .base_w div.rec_bx a:hover {
    text-decoration: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
body.home .top_rec .base_w div.rec_bx img {
    height: 220px;
    width: 100%;
    object-fit: cover;
}
@media screen and (max-width: 1200px) {
    body.home .bg_image div.top_copy {
        margin: 150px auto 0;
    }
}
@media screen and (max-width: 1000px) {
    body.home .bg_image {
        height: 435px;
        background-size: 105% auto;
    }
    body.home .bg_image div.top_copy {
        margin: 115px auto 0;
    }
    body.home .bg_image div.top_copy img {
        width: 160px;
        margin: 10px 15px;
    }
    body.home .top_rec {
        background-size: auto 100%;
    }
    body.home .top_rec .base_w div.rec_bx h3 {
        font-size: 19px;
    }
}
@media screen and (max-width: 768px) {
    body.home .bg_image {
        background-size: auto 115%;
    }
    body.home .top_business .base_w div.pht2bx div {
        margin: 0 auto 25px;
        width: 100%;
    }
    body.home .top_rec .base_w div.rec_bx {
        margin: 15px 0;
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    body.home .bg_image {
        height: 300px;
        background-size: 100% auto;
    }
    body.home .bg_image div.top_copy {
        margin: 55px auto 0;
    }
    body.home .bg_image div.top_copy h1 {
        margin: 0 auto 20px;
    }
    body.home .bg_image div.top_copy img {
        width: 110px;
        margin: 5px 7px;
    }
    body.home .bg_image div.top_copy h1 a br {
        display: block;
    }
    body.home .top_achievements .base_w .pht4bx div {
        width: 50%;
    }
    body.home .top_business {
        background-size: auto 100%;
    }
    body.home .top_business .base_w div.pht4bx div {
        width: 90%;
    }
    /*body.home .top_achievements .base_w h2 {
        margin-bottom: 65px !important;
    }
    body.home .top_rec .base_w div.rec_bx h3 {
        font-size: 18px;
    }*/
}
@media screen and (max-width: 480px) {
    body.home .bg_image div.top_copy img {
        width: 95px;
    }
}


/*---- sitemap ----*/
#sitemap ul.sitemap_list, #sitemap ul.sitemap_list ul.children  {
    list-style-type: none;
}
#sitemap ul.sitemap_list li {
    margin-bottom: 6px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
}
#sitemap 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;
}
#sitemap ul.sitemap_list li a:before {
    content: ">";
    color: #fff;
    background: #d5d2d2;
    border-radius: 50%;
    font-size: 20px;
    padding: 4px 0 0 16px;
    transform: scale(0.5, 1);
    display: inline-block;
    vertical-align: middle;
    margin: -1px 0px 0px -8px;
    width: 37px;
    height: 18px;
    line-height: 0.5;
}
#sitemap ul.sitemap_list li a span {
    display: none;
}
#sitemap ul.sitemap_list li ul {
    margin: 8px 0 0;
}
#sitemap ul.sitemap_list li ul li {
    margin-bottom: 5px;
    border: 0;
    padding-bottom: 0px;
}
#sitemap ul.sitemap_list li a:hover {
    text-decoration: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    opacity: 0.70;
    transition: all 300ms ease-in-out 0s;
}


/*---- 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;
    padding-bottom: 10px;
}
div.q_a li.qa_q:before {
    content: "Q";
    font-size: 45px;
    font-family: impact, Arial, Helvetica, "sans-serif";
    color: #828282;
    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;
    background-color: #fff;
    border-radius: 22px;
    margin: 10px 0;
    padding: 0.5% 2% 2% 3.5em;
}
div.q_a li.qa_a:before {
    content: "A";
    font-size: 39px;
    font-family: impact, Arial, Helvetica, "sans-serif";
    color: #f78a4b;
    margin-right: 0.25em;
    margin-left: -0.75em;
    vertical-align: bottom;
    margin-bottom: -15px;
    display: inline-block;
    font-weight: 200;
}
div.q_a div.link {
    text-align: center;
    font-size: 15px;
    margin: 20px auto 0 -2em;
}
div.q_a div.link a {
    color: #f78a4b;
}
div.q_a div.link a::before {
    content: ">";
    color: #fff;
    background: #d5d2d2;
    border-radius: 50%;
    font-size: 20px;
    padding: 5px 0px 0 14px;
    transform: scale(0.5, 1);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0px 0px -5px;
    width: 44px;
    height: 22px;
    line-height: 0.5;
}
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;
}
@media screen and (max-width: 600px) {
    div.q_a {
        margin-left: 0;
    }
    div.q_a li.qa_a {
        width: auto;
        margin-left: -50px;
    }
}


/*---- privacypolicy ----*/
#privacypolicy h2 {
    font-size: 22px;
    padding: 11px 0 10px 20px;
    border-left: 8px solid #a8aab5;
    margin: 35px 0 12px;
    line-height: 1.2;
    font-weight: 800;
}
#privacypolicy p {
    overflow-wrap: break-word;
}
#privacypolicy ol {
    padding-left: 22px;
}
#privacypolicy ol li, #privacypolicy ul li {
    margin-bottom: 6px;
    line-height: 1.6;
}
#privacypolicy ol ul {
    padding: 10px 0 17px 1.5em;
}


/*---- footer ----*/
.entry-footer {
    margin-top: 65px;
}
body.home .entry-footer {
    margin-top: 0;
}
.ft_cmnt {
    padding: 45px 0 29px;
    background: url(/img/common/bg_rec.jpg) no-repeat #252525 center center;
    background-size: 100% auto;
    position: relative;
}
.ft_cmnt .ftarea {
    width: 96%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.ft_cmnt .ftarea 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 3px 0 14px;
    background: rgba(255, 255, 255, 0.25);
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 12px;
    color: #fff;
    height: 62px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.ft_cmnt .ftarea ul li a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    position: relative;
    color: rgba(255, 255, 255, 0.5);
    font-size: 17px;
    font-weight: bold;
    margin: -2px -15px 0 15px;
    display: inline-block;
    vertical-align: middle;
}
.ft_cmnt .ftarea ul li a:hover {
    text-decoration: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
/*.ft_cmnt .ftarea ul li.tel a {
    background: rgba(255,255,255,0.5);
    font-family :century gothic, "Arial Black", Gadget, sans-serif;
    color: #242424;
    font-size: 28px;
    font-weight: 800;
    border: 3px solid #f78a4b;
    padding: 5px 0 0;
}
.ft_cmnt .ftarea ul li.tel a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f879";
    color: #ccc;
    font-size: 21px;
    position: relative;
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
    margin: 0px 8px 3px 0;
}*/
.footer-widgets-grid.footer-layout-3 {
    grid-template-columns: auto;
    display: block;
    padding-top: 10px;
}
.footer-widgets {
    padding: 50px 0 85px;
    background: url(/img/common/bg_ft.jpg) no-repeat #E7E7E7 center center;
    margin-top: 0px;
}
.footer-widgets .container {
    width: 96%;
    max-width: 1200px;
}
.sidebar-column {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    margin: 15px 4% 0 0;
}
.sidebar-column:first-child {
    width: 41%;
    margin: 0 7% 0 0;
}
.sidebar-column:last-child {
    width: 20%;
    margin: 0 0;
}
.sidebar-column p.ftlogo {
    margin-bottom: 25px;
}
.sidebar-column p.ftlogo a {
    font-size: 28px;
    font-weight: 900;
}
.sidebar-column p.ftlogo a span {
    font-weight: 600;
}
#sidebar-footer .sidebar-column .widget p {
    color: #000;
    font-size: 15px;
    margin: 20px 0 25px;
    font-weight: 200;
    font-style: normal;
    line-height: 1.6;
    display: block;
}
#sidebar-footer div.container div a {
    clear: both;
    color: #000;
    line-height: 1.3;
    text-decoration: none;
}
#sidebar-footer .sidebar-column .widget p.add {
    margin-top: 35px;
}
#sidebar-footer .sidebar-column .widget p.link a:before {
    content: ">";
    color: #fff;
    background: #f78a4b;
    border-radius: 50%;
    font-size: 22px;
    padding: 4px 0 0 16px;
    transform: scale(0.5, 1);
    display: inline-block;
    vertical-align: middle;
    margin: -2px -4px 0px -8px;
    width: 42px;
    height: 21px;
    line-height: 0.5;
}
#sidebar-footer .sidebar-column .widget p.add a.map {
    background-color: #536e8f;
    padding: 1px 7px 2px 8px;
    color: #fff;
    font-size: 90%;
    letter-spacing: 2px;
    border-radius: 2px;
    margin-left: 15px;
}
#sidebar-footer div.container p.tel a {
    font-family :century gothic, "Arial Black", Gadget, sans-serif;
    color: #242424;
    font-size: 28px;
    font-weight: 800;
    margin: 0 0 30px;
}
#sidebar-footer div.container p.tel a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f879";
    color: #b9b9b9;
    font-size: 22px;
    position: relative;
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
    margin: -2px 8px 5px 0;
}
#sidebar-footer .sidebar-column .widget p.icon {
    margin: 0;
    display: flex;
}
#sidebar-footer .sidebar-column .widget p.icon img {
    width: 55px;
    margin: 5px;
}
#sidebar-footer div.container ul.menu {
    margin: 0;
}
#sidebar-footer div.container ul.menu li {
    font-size: 17px;
    margin-bottom: 0;
    padding: 0 0 12px;
}
#sidebar-footer div.container p.link_contact {
    background: #f78a4b;
    border-radius: 5px;
    padding: 4px;
    text-align: center;
    width: 100%;
    margin: 0 0 13px;
}
#sidebar-footer div.container p.link_contact a {
    color: #fff;
    padding: 19px 10px 15px 5px;
    display: block;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 200;
}
#sidebar-footer div.container p.link_contact 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 13px 0px 5px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
}
#sidebar-footer div.container p.right {
    text-align: right;
    margin-bottom: 2px;
}
#sidebar-footer div.container p.right a {
    font-size: 14px;
    background-image: none;
    display: block;
}
#sidebar-footer div.container p.right a:before {
    content: ">";
    color: #b5b5b5;
    font-size: 26px;
    padding-right: 9px;
    transform: scale(0.5,1);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0px;
}
#sidebar-footer div.container ul li a:hover,
#sidebar-footer div.container p.right a:hover {
    text-decoration: none;
    color: #f78a4b;
    transition: all 300ms ease-in-out 0s;
}
#sidebar-footer div.container p.contact: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;
}
#sidebar-footer .sidebar-column .widget p.add a {
    background-color: #4c76a8;
    padding: 1px 7px 2px 8px;
    color: #fff;
    font-size: 90%;
    letter-spacing: 2px;
    border-radius: 2px;
    margin-left: 15px;
}
.site-footer {
    margin-top: -45px;
    background: transparent;
}
.copyright {
    clear: both;
    color: #000;
    font-size: 13px;
    padding: 0 0 20px;
    text-align: center;
    letter-spacing: 0.5px;
    margin-top: -2px;
    line-height: 1.4;
}
.copyright p {
    margin-bottom: 0;
}
.go-top {
    border-radius: 50% !important;
    background-color: rgba(119,119,119,0.75);
}
.sydney-svg-icon {
    vertical-align: top;
    padding-top: 0;
}
@media screen and (max-width: 1200px) {
    .sidebar-column {
        width: 23%;
        margin: 15px 3% 0 0;
    }
    .sidebar-column:first-child {
        width: 47%;
        margin-right: 3%;
    }
    .sidebar-column:last-child {
        width: 23%;
    }
    #sidebar-footer .sidebar-column .widget p {
        font-size: 14px;
    }
    #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) {
    .ft_cmnt .ftarea p {
        font-size: 16px;
    }
    .ft_cmnt .ftarea ul li a {
        font-size: 17px;
        padding: 15px 3px 0 14px;
    }
    #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;
    }
    #sidebar-footer div.container ul.menu li {
        text-align: center;
    }
    #sidebar-footer div.container p.tel {
        text-align: center;
    }
    #sidebar-footer div.container p.right {
        text-align: center;
    }
}


/*---- form ----*/
button, .llms-button-action, .llms-student-dashboard .llms-button-secondary, input[type="button"], input[type="reset"], input[type="submit"] {
    text-transform: none;
}
textarea,
input[type="text"],
input[type="email"] {
  width: 100%;
}
input.wpcf7-captchar {
  width: 200px;
}
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
}
span.wpcf7-spinner {
    display: block;
    margin: 0 auto;
}
input[type="radio"], input[type="checkbox"] {
    width: 23px;
    height: 23px;
    vertical-align: middle;
    margin: -4px 3px 0 0;
}



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

