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

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

/*----------------------------------
  header
-----------------------------------*/
.header-clone {
    display: none;
}
.site-header {
    background-position: center center !important;
    background-size: 100% auto !important;
    background-repeat: no-repeat;
}
.site-header {
    background-color: #fff !important;
    position: relative;
    top: 0 !important;
    padding: 0px 0;
    height: 309px;
    width: 100%;
    z-index: 50;
}
body.home .site-header {
    height: 750px !important;
}
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;
}
.site-header .logo {
    width: 62%;
    margin: 20px 0;
}
.site-header .logo ul {
    padding: 0;
    margin: 0;
}
.site-header .logo ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 12px;
}
.site-header .logo ul li img {
    width: 77px;
    margin: 3px 0 0 0;
}
.site-header .logo em {
    font-size: 14px;
    font-style: normal;
    display: block;
    line-height: 1.3;
    margin: 0;
    color: #4e4e4e;
}
.site-header .logo em .textwidget p {
    margin: 0;
}
.site-header .logo a {
    display: block;
    color: #000;
    font-size: 33px;
    font-weight: 800;
    line-height: 1.3;
}
.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 span {
    font-size: 23px;
    display: block;
    color: #f7710f;
    font-family: serif;
    transform: scale(0.9, 1);
    margin: -3px 0 0 -13px;
}
.site-header .logo ul li.sdgs {
    margin: 20px 0 0 12px;
}
.site-header .logo ul li.sdgs img {
    width: 100px;
    border-left: 1px solid #ccc;
    padding: 5px 0 5px 21px;
}
.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-news header.site-header,
body.post-type-archive-news header.site-header {
    background-image: url(/img/common/headimage.jpg) !important;
	background-position: center center !important;
    background-size: 100% auto !important;
    background-repeat: no-repeat;
}
.posts-layout .entry-title {
    font-size: 25px;
}
span.byline {
    display: none;
}
#secondary {
    width: 100%;
    margin-bottom: 65px;
}
.widget-area .widget {
    margin-bottom: 5px;
}
body.blog header.entry-header .meta-post {
    display: none;
}
body.blog .classic-alt .entry-title {
    font-size: 24px;
    text-align: left;
}
body.blog header.entry-header span.posted-on {
    text-decoration: none;
    float: left;
    line-height: 1;
    color: #fff;
}
body.blog header.entry-header span.posted-on a {
    color: #fe954b;
    display: block;
}
body.blog .col-md-9 {
    width: 100%;
}
header.site-header .header-wrap {
    height: 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: 10px 0px 0 0;
    right: 0;
    width: 38%;
}
header.site-header .flo_right ul {
    padding: 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 12px;
    font-family: century gothic;
}
header.site-header .flo_right ul li.tel a {
    font-size: 28px;
    font-weight: 800;
    color: #000;
}
header.site-header .flo_right ul li.tel span {
    display: block;
    font-size: 13px;
    margin: 0 9px 0 0;
    line-height: 1;
}
header.site-header .flo_right ul li.tel:before {
    font-family: "Font Awesome 5 Free";
    content: "\f879";
    color: #bfbfbf;
    font-size: 95%;
    position: relative;
    font-weight: bold;
    margin-right: 3px;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 3px;
}
header.site-header .flo_right ul li.inq {
    background: #d81d1d;
    border-radius: 50%;
    text-align: center;
    padding: 12px 0 13px;
    width: 80px;
}
header.site-header .flo_right ul li.inq a {
    font-weight: 500;
    color: #fff;
    font-size: 10px;
    line-height: 1.3;
}
header.site-header .flo_right ul li.inq a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    margin: 0 auto -8px;
    display: block;
    line-height: 1;
}
header.site-header .flo_right ul li.inq a:hover {
    text-decoration: none;
}
header.site-header .flo_right ul li.inq:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
header.site-header .l-innernv {
    clear: both;
    width: 96%;
    max-width: 970px;
    height: auto;
}
header.site-header .l-innernv .title-post {
    display: none;
}
.page-wrap {
    padding-top: 0;
    padding-bottom: 20px;
    position: relative;
}
.page-template-page_front-page .page-wrap {
    margin-top: 0;
}
.l-header {
    width: 100%;
}

/* gnavi */
#page .col-md-8 {
    width: 100%;
    background: #eaeaea;
    display: block;
    height: 65px;
    margin-top: -189px;
    z-index: 1500;
    position: relative;
}
body.home #page .col-md-8 {
    margin-top: -4px;
}
#page .col-md-8 nav#mainnav {
    width: 100%;
    background: #eaeaea;
    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: 11%;
    width: 8.5%;
    vertical-align: top;
}
#page .col-md-8 nav#mainnav ul li:first-child,
#page .col-md-8 nav#mainnav ul li:nth-child(2) {
    width: 16%;
}
#page .col-md-8 nav#mainnav ul li:nth-child(5),
#page .col-md-8 nav#mainnav ul li:nth-child(7) {
    width: 6.5%;
}
#page .col-md-8 nav#mainnav ul li:nth-child(6),
#page .col-md-8 nav#mainnav ul li:nth-child(9) {
    width: 12.5%;
}
#page .col-md-8 nav#mainnav ul li:nth-child(8) {
    width: 13%;
}
#page .col-md-8 nav#mainnav ul li a {
    color: #121212;
    font-size: 15px;
    font-weight: 400;
    float: none;
    display: block;
    vertical-align: bottom;
    padding: 25px 0 25px;
    letter-spacing: 0;
    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: #d5d5d5;
    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: #121212;
    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: #0f6897 !important;
}
#page .col-md-8 nav#mainnav ul li ul.sub-menu li:hover a {
    background-color: #0f6897 !important;
    color: #fff !important;
    text-decoration: none;
}

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

/* toppage */
body.home .page-wrap .content-wrapper {
    padding: 0;
    width: 100%;
}
body.home .page-wrap .content-wrapper .row {
    margin: 0;
    width: 100%;
    max-width: 100%;
    display: block;
}
header.site-header .l-innernv { 
    clear: both;
    width: 96%;
    max-width: 1150px;
    height: auto;
}
header.site-header .l-innernv .title-post { 
    display: none;
}
header.site-header .l-innernv .top_copy {
    line-height: 1.5;
    padding: 64px 0 0;
    text-align: left;
}
header.site-header .l-innernv .top_copy h1 {
    color: #000;
    text-shadow: 0 0 20px #fff;
    font-size: 35px;
    line-height: 1.2;
    padding: 0 0 170px;
    font-weight: 800;
}
body.home .content-area.no-sidebar {
    padding-left: 0;
    padding-right: 0;
}
.base_w {
    width: 100%;
}
.base_w {
    width: 100%;
    display: flex;
    position: relative;
    margin-bottom: 0;
}
.base_w div {
    width: 50%;
    display: inline-block;
}
.base_w div h2 {
    position: absolute;
    right: 0;
    background: rgba(0, 0, 0, 0.75);
    padding: 13px 10%;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
}
.base_w div.left h2 {
    position: absolute;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
    padding: 13px 10%;
    clip-path: polygon(0 0, 74% 0, 85% 100%, 0 100%);
}
.base_w div h2 span {
    color: #fff;
    font-size: 31px;
    line-height: 1.6;
    font-weight: 600;
}
.base_w div.innr_bx {
    padding: 0 2%;
}
.base_w div.innr_bx .right_txt {
    width: 80%;
    margin-top: 215px;
    font-size: 19px;
}
.base_w div.innr_bx .left_txt {
    width: 80%;
    margin-top: 215px;
    font-size: 19px;
    left: 18%;
    position: relative;
}
.base_w div.innr_bx p.linkbtn {
    text-align: right;
    position: relative;
    display: block;
    margin: 25px 0;
}
.base_w div.innr_bx .left_txt p.linkbtn {
    text-align: left;
}
.base_w div.innr_bx p.linkbtn a {
    background-color: #d81d1d;
    color: #fff;
    padding: 18px 2em;
    border-radius: 25px;
    text-align: left;
    display: inline-block;
    width: 330px;
}
.base_w div.innr_bx p.linkbtn a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    color: #fff;
    font-weight: 600;
    font-size: 33px;
    float: right;
    position: relative;
    vertical-align: bottom;
    margin: -1px 0 -7px;
    line-height: 1;
}
.base_w div.innr_bx p.linkbtn:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
.base_w div.innr_bx p.linkbtn a:hover {
    text-decoration: none;
}
#other_contents div.left_bx {
    width: 35%;
}
#other_contents div.innr_bx {
    width: 65%;
}

/*----------------------------------
  お知らせ
------------------------------------*/
body.home .content-inner {
    margin-top: -5px;
}
#news.base_w, #information.base_w {
    display: block;
    background-color: #e4e4e4;
    padding: 25px 0 25px;
}
#news.base_w .innr_bx, #information.base_w .innr_bx {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    display: block;
    padding: inherit;
}
#news.base_w .innr_bx img {
    width: 100%;
}
#news.base_w .innr_bx h3, #information.base_w .innr_bx h3 {
    font-size: 21px;
    letter-spacing: 3px;
    color: #353535;
    padding: 0;
    margin-bottom: 20px;
}
#news.base_w .innr_bx h3 img, #information.base_w .innr_bx h3 img {
    width: 26px;
    vertical-align: middle;
    display: inline;
    margin: 0 13px 2px 0;
    height: auto;
}
#information.base_w .innr_bx ul.news {
    padding: 0;
    display: flex;
    margin: 0 auto 25px;
    list-style-type: none;
    flex-wrap: wrap;
}
#information.base_w .innr_bx ul.news li {
    width: 24.5%;
    background-color: #4f4f4f;
    border-radius: 7px;
    margin: 0 0.25% 1%;
    padding: 7px 10px 15px;
    line-height: 1.3;
}
#information.base_w .innr_bx ul.news li a {
    color: #fff;
}
#information.base_w .innr_bx ul.news li:hover {
    text-decoration: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
#information.base_w .innr_bx ul.news li a:hover {
    text-decoration: none;
}
#information.base_w .innr_bx ul.news li div {
    width: 100%;
}
#information.base_w .innr_bx ul.news li div.day {
    font-size: 12px;
    letter-spacing: 1.5px;
}
#information.base_w .innr_bx ul.news li div.photo {
    height: 265px;
    margin: 3px auto 8px;
}
#information.base_w .innr_bx ul.news li div img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}
#information.base_w .innr_bx ul.news li div.tit {
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#information.base_w .innr_bx ul.news li div.text {
    font-size: 13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
p.link_news {
    text-align: center;
}
p.link_news a {
    color: #3D3D3D;
}
p.link_news a::after {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(/img/common/arrow.png) no-repeat;
    background-size: contain;
    margin: 0 -10px 4px 27px;
    vertical-align: middle;
}
p.link_news a:hover {
    text-decoration: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
.mb110 {
    margin-bottom: 110px;
}
body.home footer.entry-footer {
    margin-top: 10px;
}
#main div.h1_tit p {
    font-size: 11px;
    letter-spacing: 1px;
    margin: -10px 0 0 21px;
}
div.posts-layout.news {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: inherit;
}
div.posts-layout.news ul.news {
    padding: 0;
    display: flex;
    margin: 0 auto 25px;
    list-style-type: none;
    flex-wrap: wrap;
}
div.posts-layout.news ul.news li {
    width: 24.5%;
    background-color: #4f4f4f;
    border-radius: 7px;
    margin: 0 0.25% 1%;
    padding: 7px 10px 15px;
    line-height: 1.3;
}
div.posts-layout.news ul.news li a {
    color: #fff;
}
div.posts-layout.news ul.news li:hover {
    text-decoration: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
div.posts-layout.news ul.news li a:hover {
    text-decoration: none;
}
div.posts-layout.news ul.news li div {
    width: 100%;
}
div.posts-layout.news ul.news li div.day {
    font-size: 12px;
    letter-spacing: 1.5px;
}
div.posts-layout.news ul.news li div.photo {
    height: 265px;
    margin: 3px auto 8px;
}
div.posts-layout.news ul.news li div img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}
div.posts-layout.news ul.news li div.tit {
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
div.posts-layout.news ul.news li div.text {
    font-size: 13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
div.img_left.news {
    border-bottom: 3px solid #ebebeb;
    padding: 15px 0;
    margin: 50px auto 80px;
    width: 100%;
    display: inline-block;
}
div.img_left.news .img_left_img {
    display: inline-block;
    float: left;
    margin-bottom: 0;
    width: 43%;
}
div.img_left.news .img_left_img img {
    margin: 0 1%;
    max-width: 500px;
    width: 100%;
}
div.img_left.news .txtbx {
    width: auto;
    padding: 0% 0 0 5%;
    display: grid;
    white-space: pre-wrap;
}
div.img_left .txtbx p {
    margin-top: 0;
}

/*見出し・本文*/
#main div.h1_tit {
    background: none;
    text-align: left;
    margin: 50px 0 45px;
    display: block;
    min-height: 72px;
    border-left: 10px solid #cbcaca;
}
#main div.h1_tit h1 {
    font-size: 32px;
    border-bottom: 1px solid #f7710f;
    padding: 18px 0 12px 0;
    margin-left: 21px;
}
#main div.h1_tit h1 span {
    font-size: 22px;
    font-weight: 400;
    display: block;
    line-height: 1.5;
    margin-top: -20px;
}
div.inr_bx {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}
#main div.inr_bx h2, main div.inr_bx h2 {
    font-size: 33px;
    margin: 55px 0 25px;
    font-family: serif;
    text-align: left;
    background: #fff5ea;
    border-radius: 8px;
    padding: 23px 30px 19px;
    clear: both;
}
#main div.inr_bx h2 span {
    font-weight: 300;
    margin-left: 15px;
    color: #677ba9;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Noto Sans Japanese';
    display: inline-block;
}
#main div.inr_bx h3 {
    font-size: 23px;
}
p.text_link {
    text-align: center;
    background: #3381C4;
    display: block;
    width: 200px;
    margin: 0 auto 40px;
    border-radius: 24px;
    padding: 9px 0 8px;
}
p.text_link a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    position: relative;
    color: #93bde4;
    margin-right: 10px;
    font-size: 19px;
    font-weight: bold;
    margin-top: -3px;
    display: inline-block;
    vertical-align: middle;
}
p.text_link:hover {
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
p.text_link a {
    color: #fff;
}
p.text_link a:hover {
    text-decoration: none;
}
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: 60%;
    max-width: 410px;
}
div.img_left .txtbx {
    display: inline-block;
    vertical-align: top;
}
div.img_right {
    margin: 15px 0 45px;
}
div.img_right img {
    float: right;
    margin-left: 45px;
    margin-bottom: 20px;
    max-width: 375px;
}
div.pht_3wk {
    text-align: center;
    margin: 5px auto 60px;
    display: block;
    font-size: 85%;
}
div.pht_3wk div {
    width: 31.5%;
    margin: 0 0.75% 25px;
    display: inline-block;
    vertical-align: top;
    padding: 0;
}
div.pht_3wk div img {
    margin: 0 0 8px;
}
div.pht_3wk p {
    width: 31.5%;
    margin: 0 0.75% 25px;
    display: inline-block;
    vertical-align: top;
    max-width: 200px;
}
div.pht_3wk span {
    display: block;
    font-size: 90%;
}
div.pht_2wk,
div.pht_4wk {
    width: 100%;
    text-align: center;
    margin: 15px 0 25px;
}
div.pht_2wk div {
    width: 47.5%;
    margin: 0.75%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding-bottom: 4px;
}
div.pht_4wk div {
    width: 23.5%;
    margin: 0.5%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding-bottom: 4px;
}
div.pht_2wk div img,
div.pht_4wk div img {
    width: 100%;
    margin-bottom: 5px;
    display: block;
}
div.img_left.img200 {
    margin: 15px 0 15px;
}
div.img200 img {
    width: 20%;
    display: inline-block;
    float: none;
}
div.img200 .txtbx {
    width: 76%;
}
p.txt_name {
    text-align: right;
    margin: 10px 0 50px;
}
p.txt_name span {
    font-size: 26px;
    font-family: "HG行書体", monospace;
    margin: 0 8px;
}
ul.maker {
    list-style-type: none;
    padding: 17px 28px;
    background: #f3f3f3;
}
ul.maker li {
    display: inline-block;
}
ul.maker li:after {
    content: "/";
    display: inline-block;
    vertical-align: middle;
    font-size: 115%;
    color: #cbcbcb;
    margin: 0 7px;
}
ul.maker li:last-child:after {
    content: "";
}
ul.logo {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
}
ul.logo li {
    width: 16.5%;
    margin: 0;
    display: flex;
    padding: 2% 1.25%;
    align-items: center;
}
#main div.h2_tit {
    text-align: left;
    display: block;
	border-left: 0;
    max-width: 1080px;
    margin: 0 auto 30px;
    clear: both;
}
#main div.h2_tit h2 {
    font-size: 25px;
    border-bottom: 3px dotted #d1d3d8;
    padding: 18px 0 12px 0;
    margin: 0;
    background-color: transparent;
}
h5.komidashi {
    font-size: 22px;
}
h5.komidashi span {
    font-size: 19px;
    margin-left: 7px;
    font-weight: 300;
    color: #42693e;
}
h5.komidashi:before {
    content: "■";
    display: inline-block;
    color: #adb1c3;
    margin-right: 4px;
    font-size: 29px;
    vertical-align: bottom;
}
#main div.inr_bx h3.komidashi2 {
    font-size: 21px;
    margin: 55px 0 15px;
    display: block;
}
.privacy-policy .entry-content p.tel a.tel {
    font-size: 20px;
    padding: 12px 4px 0 0;
    color: #636363;
    font-weight: 600;
    text-decoration: none;
}
.inr_bx_wd {
    max-width: 100%;
    display: flex;
}
.inr_bx_wd img {
    width: 50%;
    height: 200px;
    object-fit: cover;
}
div.pht_2wk.achi div p {
    text-align: left;
    margin: 6px 14px;
}
div.pht_2wk.achi div p.tit {
    font-weight: 800;
    font-size: 115%;
    line-height: 1.3;
    margin: 0 0 0;
    background: #e7edf3;
    padding: 12px 15px;
}
div.pht_2wk.achi div img {
    margin-bottom: 0;
}
div.inr_bx h3.copy {
    font-weight: 300;
    font-size: 26px;
}
div.inr_bx h3.intvtit {
    font-weight: 300;
    font-size: 23px;
    color: #57ab69;
}
div.inr_bx p.intv {
    font-size: 19px;
    font-family: impact;
    letter-spacing: 2px;
    line-height: 1;
    margin-bottom: -6px;
    color: #ccc;
}
div.staff_prfl {
    display: block;
    background: #57ab69;
    padding: 9px 19px;
    border-radius: 3px;
    color: #fff;
    margin-top: 30px;
}
div.inr_bx h3.intvtit.stf2 {
    color: #be56d1;
}
div.staff_prfl.stf2 {
    background: #be56d1;
}
ul.logo_maker {
    list-style: none;
    text-align: center;
    padding: 0;
}
ul.logo_maker li {
    display: inline-block;
    vertical-align: middle;
    width: 17%;
    margin: 10px 12px;
}
ul.logo_maker li img {
    width: 100%;
}
#main h2.tit {
    font-size: 28px;
    text-align: center;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    letter-spacing: -1px;
    line-height: 1.4;
}
div.txt_left {
    text-align: left;
}
div.pht_2wk div.app {
    padding: 3%;
    border: 3px solid #ccc;
    border-radius: 13px;
}
div.pht_2wk div.app h3 {
    color: #e24c46;
    font-size: 22px;
    border-bottom: 1px dotted;
    padding-bottom: 11px;
    display: inline-block;
}
div.pht_2wk div.app img {
    height: 250px;
    overflow: hidden;
    object-fit: cover;
    font-family: "object-fit: cover;"; /*IE対策*/
}
div.pht_2wk div.app h3 a {
    color: #e24c46;
}
div.pht_2wk div.app h3 a:hover {
    text-decoration: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
div.pht_2wk div.app p {
    text-align: left;
}
div.pht_2wk div.app p.link {
    background: #e24c46;
    border-radius: 5px;
    padding: 0;
    text-align: center;
    margin: 0;
}
div.pht_2wk div.app p.link a {
    display: block;
    padding: 5px;
    color: #fff;
}
div.pht_2wk div.app a i.fas {
    margin-left: 8px;
}
div.pht_2wk div.app p.link:hover,
div.pht_2wk div.app p.link a:hover {
    text-decoration: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
span.img100 {
    font-size: 12px;
    text-align: right;
}
span.img100 img {
    height: 75px;
    width: auto;
    margin: 4px;
}
.post-wrap h3.archive-title {
    display: none;
}
.content-area .entry-content h2.midashi {
    font-size: 25px;
    margin: 40px 0 24px;
    line-height: 1.2;
}
.content-area .entry-content h3.midashi {
    font-size: 23px;
    padding: 13px 0 9px 18px;
    border-left: 8px solid #ccc;
    margin: 30px 0 10px;
    line-height: 1.2;
}
.content-area .entry-content h3.midashi span {
    font-weight: 200;
    font-size: 20px;
    margin: 0 20px;
}
.content-area .entry-content h3.midashi2 {
    font-size: 25px;
    padding: 13px 0 9px 18px;
    border-left: 6px solid #e55e58;
    margin: 55px 0 22px;
    line-height: 1.2;
    border-bottom: 1px solid #e24c46;
}
.content-area .entry-content ul li {
    margin-bottom: 5px;
}
.content_list {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.content_list .thumbnail {
    border: 1px solid #ccc;
    border-radius: 4px;
    display: inline-block;
    margin: 0 auto 60px;
    text-align: left;
    width: 100%;
}
.content_list .bx_3waku {
    margin: 0 2% 28px 0;
    width: 32%;
}
.content_list .bx_all {
    margin: 0 0 28px 0;
    width: 100%;
}
.content_list .mr0 {
    margin-right: 0;
}
.content_list .thumbnail img {
    width: 100%;
    height: 270px;
    border-radius: 5px 5px 0 0;
    object-fit: cover;
    font-family: "object-fit: cover;"; /*IE対策*/
}
.content_list .thumbnail h3 {
    background-color: rgba(58, 58, 104, 0.8);
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 15px !important;
    padding: 13px 2% 10px 3%;
    position: relative;
    margin-top: -50px !important;
}
.content_list .bx_all h3 {
    margin: 0 0 28px 0;
    width: 100%;
}
.content_list .thumbnail h3 a {
    color: #fff;
    margin-top: 0;
    display: block;
}
.content_list .thumbnail h3 a:hover {
    text-decoration: none;
}
.content_list .thumbnail h3 a span {
    font-size: 70px;
    position: absolute;
    right: 6px;
    bottom: 0;
    opacity: 0.25;
}
.content_list .thumbnail p {
    font-size: 14px;
    font-weight: lighter;
    line-height: 1.4;
    margin: -12px 0 0;
    padding: 17px 2% 20px 3%;
    vertical-align: text-top;
    width: 100%;
}
.content_list p {
    width: 97%;
}
.content_list .bx_all ul {
    text-align: center;
    padding: 0 1%;
}
.content_list .bx_all ul li {
    display: inline-block;
    vertical-align: top;
    width: 12.5%;
    margin: 0.5%;
    min-width: 100px;
}
.content_list .bx_all ul li img {
    width: 100%;
    height: auto;
}

/*----------------------------------
  sdgs
------------------------------------*/
div.img_sdgs {
    display: inline-block;
    margin: 5px 0 5px;
    width: 100%;
}
div.img_sdgs img {
    float: left;
    margin-right: 3%;
    margin-top: 3px;
    margin-bottom: 20px;
    width: 165px;
    height: 165px;
    object-fit: none;
}
div.img_sdgs .txtbx {
    display: inline-block;
    vertical-align: top;
    width: 76%;
}
div.img_sdgs img.sdgs01 {
    object-position: 0px -111px;
}
div.img_sdgs img.sdgs02 {
    object-position: -184px -111px;
}
div.img_sdgs img.sdgs03 {
    object-position: -368px -111px;
}
div.img_sdgs img.sdgs04 {
    object-position: -552px -111px;
}
div.img_sdgs img.sdgs05 {
    object-position: -736px -111px;
}
div.img_sdgs img.sdgs06 {
    object-position: -920px -111px;
}
div.img_sdgs img.sdgs07 {
    object-position: 0px -295px;
}
div.img_sdgs img.sdgs08 {
    object-position: -184px -295px;
}
div.img_sdgs img.sdgs09 {
    object-position: -368px -295px;
}
div.img_sdgs img.sdgs10 {
    object-position: -552px -295px;
}
div.img_sdgs img.sdgs11 {
    object-position: -736px -295px;
}
div.img_sdgs img.sdgs12 {
    object-position: -920px -295px;
}
div.img_sdgs img.sdgs13 {
    object-position: 0px -479px;
}
div.img_sdgs img.sdgs14 {
    object-position: -184px -479px;
}
div.img_sdgs img.sdgs15 {
    object-position: -368px -479px;
}
div.img_sdgs img.sdgs16 {
    object-position: -552px -479px;
}
div.img_sdgs img.sdgs17 {
    object-position: -736px -479px;
}
/*用語解説*/
div.glossary {
    width: 100%;
    border: 3px solid #bcc1ca;
    border-radius: 13px;
    box-sizing: border-box;
    padding: 0 20px 23px 25px;
    margin: 45px 0 30px;
}
div.glossary span.tit {
    background-color: #bcc1ca;
    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;
}
div.glossary div.img_r {
    width: 70%;
    margin-top: 45px;
}
div.glossary h4 {
    font-size: 23px;
}
div.glossary p {
    font-size: 14px;
}

/*img*/
p.img_center {
    text-align: center;
}
p.img_center img {
    max-width: 650px;
    width: 90%;
}
div.img35p img {
    width: 35%;
}
div.img35p .txtbx {
    width: 62%;
}
.mt55 {
    margin-top: 55px !important;
}
div.img_left span.num {
    position: absolute;
    left: -2%;
    font-size: 51px;
    font-family: impact;
    margin-top: -47px;
    background: rgba(112,112,112,0.5);
    padding: 0;
    width: 92px;
    text-align: center;
    color: rgba(255,255,255,0.8);
    margin-left: 1%;
}
div.img_left h5 a {
    color: #443f3f !important;
}
div.img_left .wk_phtbx {
    width: 32%;
    display: inline-block;
    vertical-align: top;
    border: 2px solid #ccc;
    margin-left: 3%;
    padding: 12px;
    border-radius: 5px;
    font-size: 95%;
}
div.img_left .wk_phtbx img {
    width: 210px;
    margin: 0 13px 0 0;
    float: left;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb55 {
    margin-bottom: 55px;
}
div.img160 img {
    width: 160px;
}
div.img285 img {
    width: 285px;
}
div.img375 img {
    width: 375px;
}
div.img650 img {
    width: 650px;
}

/* 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/common/arrow.png");
    background-position: left 8px;
    background-repeat: no-repeat;
    padding-left: 15px;
    background-size: 10px;
    color: #1C1C1C;
    margin-left: -15px;
}
ul#sitemap_list li a 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;
}

/*table*/
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: #61677d;
    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 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: #eb7016;
    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;
}
table.table_cmpny td dl dt {
    font-weight: normal;
    display: inline-block;
    width: 25%;
    vertical-align: top;
}
table.table_cmpny td dl dd {
    font-weight: normal;
    display: inline-block;
    width: 65%;
}

/* Form */
button, .llms-button-action, .llms-student-dashboard .llms-button-secondary, input[type="button"], input[type="reset"], input[type="submit"] {
    text-transform: none;
}
textarea,
input[type="text"],
input[type="email"] {
    width: 100%;
}
input.wdth_sht {
    width: 150px;
}
input.zip {
    width: 200px;
    margin: 0 0 10px 10px;
}
input.address {
    margin: 0 0 10px 26px;
    width: 90%;
}
input.address2 {
    margin: 0 0 0 26px;
    width: 90%;
}
input.sendmail, input.wpcf7-submit  {
    font-size: 19px;
}
input.small {
    width: 150px;
}
p.button a,button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 0;
    border-radius: 6px;
    background: -moz-linear-gradient(top, #fdaa6e, #fe9044);
    background: -webkit-linear-gradient(top, #fdaa6e, #fe9044);
    background: linear-gradient(to bottom, #fdaa6e, #fe9044);
    padding: 17px 25px;
    text-align: center;
    margin: 0 3px 25px;
    display: inline-block;
    min-width: 286px;
}
input.wpcf7-previous {
    background: #aaaaaa !important;
    border: 0;
    width: 200px;
    text-align: center !important;
    padding: 14px 0;
    font-size: 18px;
}
p.button:hover,button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border: 0;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
    color: #fff;
}
p.button a {
    color: #fff;
}
p.button a:hover {
    text-decoration: none
}
p.mb0,
.mb0 {
    margin-bottom: 0 !important;
}
a.link {
    background: rgba(0, 0, 0, 0) url(/img/arrow.png) no-repeat scroll 0 7px;
    color: #6699ff;
    padding-left: 14px !important;
    background-size: 10px 10px;
    font-size: 13px;
    margin-left: 10px;
}
.flo_right {
    float: right !important;
}
div.telbx {
    text-align: center;
    margin: 56px 0 10px;
}
div.telbx p {
    font-size: 23px;
    font-weight: 200;
    margin-bottom: 3px;
}
div.telbx p.tel {
    font-size: 30px;
    font-family: Arial, Helvetica, "sans-serif";
    font-weight: 800;
}
div.telbx a.tel {
    color: #e24c46;
    background-position: left 17px;
    background-repeat: no-repeat;
    padding-left: 23px;
    background-size: 19px;
    margin: 3px 10px 0 0;
    display: inline-block;
}
div.telbx a.tel:hover {
    text-decoration: none;
}
.content-area .entry-content h3.tit3a {
    font-size: 25px;
    padding: 13px 0 9px 0;
    margin: 55px 0 22px;
    line-height: 1.2;
}
.content-area .entry-content h3.tit3a span {
    float: left;
    font-family: "Arial Black", Gadget, "sans-serif";
    font-size: 45px;
    background: #d5e441;
    padding: 5px 0 8px;
    border-radius: 50%;
    color: #fff;
    width: 67px;
    text-align: center;
    display: inline-block;
    margin: -6px 10px 0 0;
}

/* footer */
.entry-footer {
    margin-top: 65px;
}
.ft_cmnt {
    padding: 45px 0 29px;
    background: url(/img/common/bg_ft_cmnt.jpg) no-repeat #252525 center center;
    background-size: 100% auto;
    position: relative;
}
.ft_cmnt .ftarea {
    width: 96%;
    max-width: 1000px;
    margin: 0 auto;
}
.ft_cmnt .ftarea .n_bx {
    width: 300px;
    display: inline-block;
    position: relative;
}
.ft_cmnt .ftarea .n_bx h5 {
    background: #476078;
    color: #fff;
    font-size: 22px;
    padding: 17px 10px 17px 22px;
    transform: rotate(-10deg);
    line-height: 1.4;
    width: 240px;
}
.ft_cmnt .ftarea .contact p.copy {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 41px;
    font-weight: 900;
    color: #272727;
    margin-bottom: 0;
}
.ft_cmnt .ftarea .contact {
    display: inline-block;
    width: 600px;
    text-align: center;
}
.ft_cmnt .ftarea .contact ul {
    padding: 0;
    margin: 0;
}
.ft_cmnt .ftarea .contact ul li {
    list-style-type: none;
    text-align: right;
    margin-bottom: 3px;
    display: inline-block;
    vertical-align: middle;
}
.ft_cmnt .ftarea .contact ul li.tel {
    margin: 0 25px;
    font-family: century gothic;
}
.ft_cmnt .ftarea .contact ul li.tel a {
    font-size: 31px;
    font-weight: 800;
    color: #000;
}
.ft_cmnt .ftarea .contact ul li.tel a:hover {
    text-decoration: none;
}
.ft_cmnt .ftarea .contact ul li.tel span {
    display: block;
    font-size: 15px;
    margin: 0 9px 0 0;
    line-height: 1;
}
.ft_cmnt .ftarea .contact ul li.tel:before {
    font-family: "Font Awesome 5 Free";
    content: "\f879";
    color: #bfbfbf;
    font-size: 125%;
    position: relative;
    font-weight: bold;
    margin-right: 3px;
    vertical-align: middle;
    display: inline-block;
    margin-top: -6px;
}
.ft_cmnt .ftarea .contact ul li.inq {
    background: #d81d1d;
    border-radius: 50%;
    text-align: center;
    padding: 14px 0 17px;
    width: 90px;
}
.ft_cmnt .ftarea .contact ul li.inq a {
    font-weight: 500;
    color: #fff;
    font-size: 11px;
    line-height: 1.3;
}
.ft_cmnt .ftarea .contact ul li.inq a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    color: #fff;
    font-size: 39px;
    font-weight: bold;
    margin: 0 auto -8px;
    display: block;
    line-height: 1;
}
.ft_cmnt .ftarea .contact ul li.inq a:hover {
    text-decoration: none;
}
.ft_cmnt .ftarea .contact ul li.inq:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
.footer-widgets-grid.footer-layout-3 {
    grid-template-columns: auto;
    display: block;
    padding-top: 10px;
}
.footer-widgets {
    padding: 70px 0 85px;
    background: url(/img/common/bg_footer.jpg) no-repeat #252525 center center;
    margin-top: -10px;
}
.footer-widgets .container {
    width: 96%;
    max-width: 1200px;
}
.sidebar-column {
    width: 24%;
    display: inline-block;
    vertical-align: top;
    margin: 0 5% 0 0;
}
.sidebar-column:first-child {
    width: 38%;
    margin-right: 11%;
}
.sidebar-column:last-child {
    width: 18%;
    margin: 0 0;
}
#sidebar-footer #custom_html-2 ul.tit {
    padding: 0;
}
#sidebar-footer #custom_html-2 ul.tit li {
    display: inline-block;
    vertical-align: top;
}
#sidebar-footer #custom_html-2 ul.tit li {
    display: inline-block;
    vertical-align: top;
    margin-right: 14px;
}
#sidebar-footer #custom_html-2 ul.tit li img {
    width: 55px;
}
#sidebar-footer #custom_html-2 div.textwidget a {
    font-weight: 800;
    font-size: 29px;
}
#sidebar-footer #custom_html-2 div.textwidget a span {
    font-weight: 400;
    font-size: 17px;
    margin: 1px 0 5px 1px;
    display: block;
    letter-spacing: 1px;
    font-family: serif;
}
#sidebar-footer #custom_html-2 ul.tit li:nth-child(3) {
    width: 73px;
    background: #fff;
    padding: 9px;
    margin: 6px 0 0 7px;
}
#sidebar-footer div.container div.textwidget p.txt {
    color: #fff;
    font-size: 15px;
    margin: 20px 0 10px;
    font-weight: 200;
    font-style: normal;
    line-height: 1.7;
    display: block;
}
#sidebar-footer #custom_html-2 div.textwidget ul.tel {
    font-family: century gothic;
    color: #fff;
    font-size: 23px;
    font-weight: 800;
    margin: 0;
}
#sidebar-footer #custom_html-2 div.textwidget ul.tel li {
    display: inline-block;
    margin: 0 15px 0 0;
}
#sidebar-footer #custom_html-2 div.textwidget ul.tel li.tel a {
    font-weight: 800;
    color: #fff;
}
#sidebar-footer #custom_html-2 div.textwidget ul.tel li span {
    font-family: century gothic;
    font-size: 17px;
    position: relative;
    font-weight: 200;
    margin: 0 4px 2px 0;
    vertical-align: middle;
    display: inline-block;
}
#sidebar-footer div.container ul.menu li {
    font-size: 16px;
    margin-bottom: 16px;
    padding: 0 0 3px;
}
#sidebar-footer div.container .sidebar-column:nth-child(2) ul.menu li:nth-child(2) {
    padding: 0 0 40px;
}
#sidebar-footer div.container ul.sub-menu {
    margin: 7px 5px 14px 11px;
}
#sidebar-footer div.container ul.sub-menu li {
    font-size: 14px;
    margin-bottom: 3px;
    border-bottom: 0;
}
#sidebar-footer div.container div a {
    clear: both;
    color: #fff;
    line-height: 1.3;
    text-decoration: none;
    font-weight: 600;
}
#sidebar-footer div.container ul.sub-menu li a {
    font-weight: 400;
}
#sidebar-footer div.container p.inq {
    background: #f43e3e;
    border-radius: 5px;
    padding: 4px;
    text-align: center;
    width: 100%;
    margin: 0 0 13px;
}
#sidebar-footer div.container p.inq a {
    color: #fff;
    padding: 10px 10px 10px 5px;
    display: block;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 200;
}
#sidebar-footer div.container p.inq a:before {
	font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    color: #ff896c;
    font-size: 120%;
	font-weight: bold;
    margin: 0 5px 0px 5px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
}
#sidebar-footer div.container p.link {
    text-align: right;
    margin-bottom: 2px;
}
#sidebar-footer div.container p.link a {
    font-size: 12px;
    background-image: none;
    padding-left: 0;
}
#sidebar-footer div.container ul.sub-menu li a:before,
#sidebar-footer div.container p.link a:before {
    content: ">";
    color: #7e7e7e;
    font-size: 13px;
    padding-right: 9px;
    transform: scale(0.5,1);
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 1px;
}
#sidebar-footer div.container ul li a:hover,
#sidebar-footer div.container p.link a:hover {
    text-decoration: none;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    transition: all 300ms ease-in-out 0s;
}
#sidebar-footer div.container p.inq:hover,
#sidebar-footer #custom_html-2 div.textwidget a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
.site-footer {
    margin-top: -45px;
    background: transparent;
}
.copyright {
    clear: both;
    color: #fff;
    font-size: 11px;
    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;
}
/*----------------------------------
  採用apply_block
------------------------------------*/
.apply_block {
    border: 2px solid #c3c3c3;
    border-radius: 10px;
    max-width: 797px;
    margin: 85px auto 0;
    padding: 26px;
}
.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.8rem;
    border-bottom: 1px solid #f77500;
    display: inline;
    padding: 0 0 8px 0;
    font-weight: 500;
}
.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 {
    width: 50%;
    margin: -40px auto 0;
    font-size: 1.25rem;
}
@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
------------------------------------*/
.recruit_block {
    width: 252px;
    margin: 46px auto;
    text-align: center;
}
.recruit_block p {
    font-size: 1.5rem;
    margin-bottom: 0;
    text-align: center !important;
}
.recruit_block a.tel {
    font-size: 2rem;
    color: #f37a5c;
    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;
    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;
}
ul.list_voice {
    padding: 0 ;
    list-style: none;
}
ul.list_voice li {
    margin: 0;
    padding-bottom: 25px;
}
ul.list_voice li a {
    color: #151515;
    display: flex;
}
ul.list_voice li a:hover {
    text-decoration: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
ul.list_voice li h5 {
    padding: 3px 0 11px 53px;
    margin: 0 0 22px 0;
    line-height: 1.5;
    background: url(/img/recruitment/icon_ballon.png) no-repeat left top;
    font-size: 1.45rem;
    background-size: 42px;
    vertical-align: top;
    display: inline-block;
}
ul.list_voice li img {
    display: inline-block;
    width: 250px;
    margin: 0 25px 0 0;
}
ul.list_voice li h5 span {
    display: block;
    font-size: 16px;
    font-weight: 400;
}
div.inr_bx h3.voice {
    padding: 3px 0 11px 53px;
    margin: 20px 0 4px 0;
    line-height: 1.5;
    background: url(/img/recruitment/icon_ballon.png) no-repeat left top;
    font-size: 1.45rem;
    background-size: 42px;
    vertical-align: top;
    display: inline-block;
}
span.vo1 {
    color: #87D85C;
    font-size: 18px;
    font-weight: 600;
}
span.vo2 {
    color: #B55CD8;
    font-size: 18px;
    font-weight: 600;
}
span.vo3 {
    color: #5CAFD8;
    font-size: 18px;
    font-weight: 600;
}
div.kanren {
    width: 100%;
    margin-top: 90px;
    text-align: center;
    display: inline-block;
}
div.kanren p.link {
    display: inline-block;
    vertical-align: top;
    border-radius: 19px;
    width: 135px;
    margin: 0 8px 8px;
    background: #d3cbc6;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    height: 95px;
    text-align: center;
}
div.kanren p.link:after {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    position: absolute;
    color: #fff;
    margin-left: -5px;
    font-size: 19px;
    font-weight: bold;
    margin-top: -19px;
    display: inline-block;
}
div.kanren p.link a {
    display: block;
    line-height: 1.3;
    color: #fff;
    padding: 30px 5px !important;
    background: none;
}
div.kanren p.link a:hover {
    text-decoration: none;
}
div.kanren p.link:hover {
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
div.kanren p.actv {
    background: #f5954e;
}

@media screen and (max-width: 1200px) {
    .site-header,
    body.single-news header.site-header,
    body.post-type-archive-news header.site-header {
        height: 340px;
        background-size: auto 100% !important;
    }
    #page .col-md-8 {
        margin-top: -220px;
    }
    .base_w div img {
        height: 100%;
        object-fit: cover;
    }
    .sidebar-column {
        width: 18%;
        margin: 0 4% 0 0;
    }
    .sidebar-column:first-child {
        width: 50%;
        margin-right: 6%;
    }
    .sidebar-column:last-child {
        width: 21%;
    }
    #sidebar-footer div.container ul.menu li {
        font-size: 15px;
    }
    #sidebar-footer div.container div.wd01 a img.logo {
        width: 174px;
        padding-right: 6px;
        margin-right: 8px;
    }
    div.img_left .wk_phtbx {
        width: 36%;
        margin-left: 1%;
    }
}

@media screen and (max-width: 1024px) {
    header.site-header .flo_right ul li {
        list-style-type: none;
        text-align: right;
        margin-bottom: 0px;
    }
    .site-footer {
        padding-bottom: 50px;
        background-color: #030408;
    }
    .header-wrap .bg_image {
        margin: 0px auto 0;
    }
    header.site-header .l-innernv .top_copy {
        margin-top: 0;
        background-size: auto 100%;
        padding: 60px 0 0;
    }
    header.site-header .l-innernv .top_copy h1 {
        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;
    }
    body.home .page-wrap .content-wrapper .row {
        margin: 0;
        width: 100%;
        display: block;
    }
    /* ハンバーガーメニュー */
    .btn-menu {
        position: fixed;
        bottom: 0;
        text-align: center;
        display: flex;
        height: 60px;
        width: 100%;
        background-color: #0e80bc;
        justify-content: center;
        align-items: center;
        z-index: 900;
        border: 0;
        opacity: 0.9;
        margin: 0 auto;
        padding: 0;
        left: 0;
    }
    .btn-menu span {
        content: "";
        background: #fff;
        padding: 8px 15px;
        border-radius: 7px;
        color: #0e80bc;
        font-weight: 600;
    }
    .btn-submenu svg {
        width: 35px !important;
        top: 17px !important;
    }
    .fp-content-area .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: #0f6897;
    }
    #mainnav-mobi ul li {
        border-top: 1px solid #fff;
    }
    #mainnav-mobi ul li:last-child {
        border-bottom: 0;
    }
    #mainnav-mobi ul li span.dropdown-symbol {
        display: none;
    }
    nav#mainnav-mobi.mainnav.toggled ul {
        margin: 80px 0 0 0;
    }
    nav#mainnav-mobi.mainnav.toggled ul.sub-menu {
        margin: 0;
    }
    nav#mainnav-mobi.mainnav.toggled ul>li>a {
        padding: 16px 50px;
    }
    .row {
        margin-right: 33px;
    }
    nav {
        padding: 0;
    }
    /*ナビゲーションaタグの形状*/
    nav li.has-child ul li a {
        border-bottom: none;
    }
}

@media screen and (max-width: 1000px) {
        .site-header .logo ul li img {
        width: 58px;
    }
    .site-header .logo a {
        font-size: 28px;
    }
    .site-header .logo span {
        font-size: 19px;
    }
    .site-header .logo ul li.sdgs {
        margin: 17px 0 0 9px;
    }
    .site-header .logo ul li.sdgs img {
        width: 74px;
        padding: 5px 0 5px 11px;
    }
    header.site-header .flo_right ul li.tel {
        margin: 0 7px;
    }
    header.site-header .flo_right ul li.tel a {
        font-size: 25px;
    }
    header.site-header .flo_right ul li.tel span {
        font-size: 12px;
        margin: 0 9px 0 0;
    }
    header.site-header .flo_right ul li.inq {
        padding: 10px 0 8px;
        width: 68px;
    }
    header.site-header .flo_right ul li.inq a {
        font-size: 9px;
    }
    header.site-header .flo_right ul li.inq a:before {
        font-size: 30px;
    }
    .base_w div h2 span {
        font-size: 22px;
    }
    .base_w div img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .sidebar-column {
        width: 100%;
        max-width: 558px;
        margin: 0 auto;
        display: block;
    }
    .sidebar-column:first-child {
        width: 100%;
        margin: 0 auto;
    }
    .sidebar-column:last-child {
        width: 100%;
        margin: 0 auto;
    }
    .footer-widgets {
        background-size: auto 100%;
    }
    div.img35p img {
        width: 39%;
    }
    div.img35p .txtbx {
        width: 58%;
    }
    div.img200 img {
        width: 25%;
    }
    div.img200 .txtbx {
        width: 71%;
    }
    div.img650 img {
        float: none;
        margin: 3px auto 20px;
        display: block;
    }
    .footer-widgets .widget {
        margin: 15px 7%;
    }
    .col-md-4, .col-md-4:last-child {
        width: 100%;
    }
    .col-md-4:first-child {
        width: 100%;
        margin: 0 0 40px;
    }
    #sidebar-footer div.container div.textwidget p.txt {
        padding-right: 0;
    }
    div.pht_2wk div {
        width: 46.5%;
        font-size: 14px;
    }
    div.pht_4wk div {
        font-size: 14px;
    }
    #custom_html-6 {
        padding: 0;
    }
    .ft_cmnt {
        padding: 25px 0 25px;
        background-size: auto 100%;
    }
    .ft_cmnt .ftarea .n_bx h5 {
        font-size: 17px;
        width: 196px;
    }
    .ft_cmnt .ftarea .contact {
        max-width: 600px;
        width: 90%;
        display: block;
        margin: -15px auto 0;
    }
}

/*==768px以下の形状*/
@media screen and (max-width: 768px) {
    .header-wrap .container {
        width: 100%;
    }
    .site-header .logo em {
        font-size: 13px;
    }
    .site-header .logo {
        width: 56%;
    }
    header.site-header .flo_right {
        width: 44%;
    }
    .site-header .logo ul li {
        margin-right: 4px;
    }
        .site-header .logo ul li img {
        width: 50px;
    }
    .site-header .logo a {
        font-size: 21px;
    }
    .site-header .logo span {
        font-size: 15px;
        margin: -1px 0 0 -10px;
    }
    .site-header .logo ul li.sdgs {
        margin: 9px 0 0 5px;
    }
    .site-header .logo ul li.sdgs img {
        width: 43px;
        padding: 5px 0 5px 5px;
    }
    header.site-header .flo_right ul li.tel {
        margin: 9px 7px 0 0;
    }
    header.site-header .flo_right ul li.tel a {
        font-size: 22px;
    }
    header.site-header .flo_right ul li.tel span {
        font-size: 12px;
        margin: 0 2px 0 0;
    }
    header.site-header .flo_right ul li.inq {
        padding: 10px 0 8px;
        width: 68px;
    }
	header.site-header .flo_right ul li.inq a {
        font-size: 9px;
    }
    header.site-header .flo_right ul li.inq a:before {
        font-size: 30px;
    }
    .base_w {
        flex-wrap: wrap;
    }
    .base_w div {
        width: 100%;
        display: inline-block;
    }
    .base_w div img {
        width: 100%;
        height: 300px;
    }
    #news.base_w div img {
        height: auto;
    }
    .base_w div.innr_bx {
        width: 100%;
        margin-top: -182px;
    }
    .base_w div.innr_bx .right_txt {
        width: 100%;
    }
    #achievement div.right_bx, #sell_the_machine div.right_bx {
        margin-top: -520px;
    }
    #achievement div.innr_bx, #sell_the_machine div.innr_bx {
        margin-top: 260px;
    }
    #achievement div.left h2, #sell_the_machine div.left h2 {
        margin-top: -86px;
    }
    #achievement div.innr_bx .left_txt, #sell_the_machine div.innr_bx .left_txt {
        margin-top: 92px;
        width: 100%;
        left: 0;
    }
    #other_contents.base_w {
        margin-top: 24px;
    }
    #other_contents div.left_bx {
        width: 100%;
    }
    #other_contents div.innr_bx {
        width: 100%;
    }	
    div.img_left {
        flex-wrap: wrap;
    }
    div.img_left img {
        margin: 0 auto 20px;
    }
    .base_w div h2 {
        padding: 13px 3% 13px 10%;
    }
    .base_w div.left h2 {
        padding: 13px 10% 13px 3%;
    }
    ul.list_voice li img {
        width: 210px;
        margin: 0 9px 0 0;
    }
    ul.list_voice li h5 {
        font-size: 1.25rem;
    }
    .content-area .entry-content h3.midashi {
        font-size: 20px;
    }
    .header-wrap {
        text-align: left;
    }
    div.img_sdgs .txtbx {
        width: 100%;
    }
    #information.base_w .innr_bx ul.news li,
    div.posts-layout.news ul.news li {
        width: 49.5%;
    }
    div.img_left.news .img_left_img {
        float: none;
        display: block;
        width: 100%;
        max-width: 400px;
        margin: 0 auto 20px;
    }
    div.img_left.news .txtbx {
        padding: 0 0 0 0;
    }
    header.site-header .l-innernv .top_copy,
    header.site-header .top_copy {
        font-size: 32px;
        padding: 178px 0 170px;
    }
    .page .page-wrap .content-wrapper, .single .page-wrap .content-wrapper {
        padding: 0 0;
    }
    #main div.h2_tit {
        margin: 0 0 20px;
    }
    #main div.h1_tit2 {
        margin: 36px 0 30px;
        min-height: 60px;
        border-left: 7px solid #003399;
    }
    #main div.h1_tit2 h1 {
        font-size: 27px;
        margin-left: 33px;
    }
    div.inr_bx h3.copy {
        font-size: 23px;
    }
    #main div.h1_tit {
        background-size: 45px;
        margin: 36px 0 30px;
        min-height: 60px;
    }
    #main div.h1_tit h1 {
        font-size: 27px;
    }
    #main div.h2_tit h2 {
        font-size: 22px;
    }
    #sidebar-footer div.container div.textwidget a img {
        width: 265px;
    }
    .content_list .thumbnail {
        width: 100%;
        margin-right: 0;
    }
    .content_list .thumbnail img {
        height: 185px;
        object-fit: cover;
        overflow: hidden;
        object-position: center;
        font-family: "object-fit: cover;"; /*IE対策*/
    }
    div.pht_3wk div,
    div.phtbx_3wk div {
        width: 65%;
    }
    div.txt_left {
        text-align: center;
    }
    div.glossary img {
        display: block;
        margin: 5px auto 28px;
        width: 58%;
    }
    div.glossary div.img_r {
        width: 100%;
    }
    table.table_cmpny td dl dt {
        width: 100%;
    }
    table.table_cmpny td dl dd {
        width: 100%;
        margin-bottom: 10px;
    }
    table.table_cmpny td dl dd:last-child {
        margin-bottom: 0;
    }
    div.pht_4wk div {
        width: 36.5%;
    }
    table.table_cmpny th {
        font-size: 13px;
    }
    .mwform-tel-field input[type="text"],
    .mwform-zip-field input[type="text"] {
        width: 29%;
    }
    .drawer-open {
        position: relative;
        top: 1vw;
        left: 42vw;
    }
    /* 追加部分 ここまで */
    nav ul {
        display: block;
        list-style: none;
    }
    div.img_left img,
    div.img_right img {
        float: none;
        margin: 0 auto 20px;
        display: block;
        max-width: 300px;
        width: 100%;
    }
    div.img_left .txtbx {
        width: 100%;
    }
    div.img200 img {
        max-width: 180px;
    }
    div.img160 img {
        max-width: 160px;
    }
    .ft_cmnt .ftarea .contact p.copy {
        font-size: 36px;
    }
    .copyright {
        padding-bottom: 35px;
    }
}

@media screen and (max-width: 600px) {
    header.site-header .logo {
        width: 100%;
        margin: 7px 0 0;
        height: auto;
    }
    header.site-header .flo_right {
        width: 100%;
        margin: -16px 0px 0 0;
    }
    header.site-header .flo_right ul {
        margin: 0;
    }
    header.site-header .flo_right ul li.tel a {
        font-size: 18px;
    }
    header.site-header .flo_right ul li.tel span {
        font-size: 9px;
        margin: -2px 0 0 0;
    }
    header.site-header .flo_right ul li.inq {
        padding: 7px 0 7px;
        width: 59px;
    }
    header.site-header .flo_right ul li.inq a {
        font-size: 8px;
    }
    header.site-header .flo_right ul li.inq a:before {
        font-size: 26px;
    }
    body.home .site-header {
        height: 580px !important;
    }
    #main div.inr_bx h2, main div.inr_bx h2 {
        font-size: 25px;
        padding: 19px 16px 16px;
    }
    #main div.inr_bx h3 {
        font-size: 21px;
    }
    .content-area .entry-content ul li {
        font-size: 90%;
    }
    ul.logo li {
        width: 25%;
    }
    #sidebar-footer div.container div.textwidget a span {
        font-size: 19px;
    }
    header.site-header .l-innernv .top_copy h1 {
        font-size: 25px;
    }
    .breadcrumbs {
        font-size: 11px;
    }
    .drawer-open {
        position: relative;
        top: -8vw;
        left: 70vw;
    }
    #drawer-check:checked ~ .drawer-content {
        left: 30%;
    }
    /* ここまで追加 */
    header.site-header .flo_right ul {
        padding: 0 0 7px;
        text-align: right;
    }
    .base_w div h2 span {
        font-size: 16px;
    }
    .base_w div.left h2 {
        clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
    }
    .base_w div.innr_bx .right_txt, .base_w div.innr_bx .left_txt {
        font-size: 16px;
    }
    header.site-header .flo_right ul li.lnk {
        margin: 0px;
    }
    header.site-header .flo_right ul li a {
        padding: 0;
        letter-spacing: 0px;
    }
    header.site-header .l-innernv .top_copy,
    header.site-header .top_copy {
        font-size: 21px;
        padding: 160px 0 150px;
    }
    .content_list .bx_all ul li {
        min-width: 85px;
    }
    header.site-header .l-innernv .top_copy {
        margin-top: 0;
        background-size: 100% auto;
        padding: 90px 0 10px;
        font-size: 28px;
    }
    .base_w div.innr_bx p.linkbtn, .base_w div.innr_bx .left_txt p.linkbtn {
        text-align: center;
    }
    div.kanren p.link {
        width: 97px;
        margin: 0 3px 8px;
        font-size: 12px;
        height: 92px;
    }
    div.kanren p.link a {
        padding: 27px 0 !important;
    }
    div.img_right img.w410,
    div.img_left img.w410 {
        width: 100%;
        max-width: 300px;
        float: none;
        margin: 0 auto 15px;
        display: block;
    }
    table.table_cmpny th,
    table.table_cmpny td {
        border-bottom: none;
        display: inline-block;
        width: 100%;
    }
    table.table_cmpny th {
        border: 0;
    }
    table.table_cmpny td:last-child {
        border-bottom: 1px solid #ccc;
    }
    div.pht_2wk div {
        width: 100%;
    }
    div.pht_4wk div {
        width: 48%;
    }
    .footer-widgets .widget {
        margin: 15px 3%;
    }
    .ft_cmnt .ftarea .n_bx {
        width: 100%;
    }
    .ft_cmnt .ftarea .n_bx h5 {
        font-size: 14px;
        width: 170px;
        margin: -15px auto 41px;
    }
    #information.base_w .innr_bx ul.news li div.photo,
    div.posts-layout.news ul.news li div.photo {
        height: 185px;
    }
}

@media screen and (max-width: 480px) {
    .ft_cmnt .ftarea .contact p.copy {
        font-size: 29px;
    }
    .ft_cmnt .ftarea .contact ul li.tel {
        margin: 0 35px 12px 0;
    }
    .flo_right {
        margin: 33px 0px 0 0;
	}
    header.site-header .flo_right ul li.tel a {
        font-size: 15px;
    }
    header.site-header .l-innernv .top_copy h1 {
        font-size: 21px;
    }
    #sidebar-footer #custom_html-2 div.textwidget a {
        font-size: 25px;
    }
    #sidebar-footer #custom_html-2 div.textwidget a span {
        font-size: 14px;
    }
    #sidebar-footer #custom_html-2 ul.tit li:nth-child(3) {
        width: 67px;
        padding: 9px;
        margin: 10px 0 0 0;
    }
    ul.list_voice li img {
        display: block;
        width: 180px;
        margin: 0 auto 9px;
    }
    ul.list_voice li h5 {
        display: block;
        width: 100%;
        margin-top: 3px !important;
    }
    ul.list_voice li a {
        flex-wrap: wrap;
    }
    header.site-header .l-innernv .top_copy {
        font-size: 20px;
    }
    #main div.h2_tit {
        margin: 0 0px;
    }
    div.pht_3wk div,
    div.phtbx_3wk div {
        width: 80%;
    }
    div.glossary img {
        width: 100%;
    }
    #sidebar-footer div.container div.ftnv {
        width: 100%;
    }
    .copyright {
        font-size: 10px;
    }
    #information.base_w .innr_bx ul.news li, div.posts-layout.news ul.news li {
        width: 100%;
        margin: 0 0 1%;
    }
}
