@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%;
    position: relative;
    z-index: 10;
}
.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: #e45952;
    text-decoration: none;
}
body a:hover {
    color: #cccccc;
    text-decoration: underline;
}
body a:visited {
    color: #e45952;
    text-decoration: none;
}
a.link {
    background: rgba(0, 0, 0, 0) url("/img/arrow.png") no-repeat scroll 0 8px;
    color: #e45952;
    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,
p.bold {
    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;
}

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%;
}
.page-wrap {
    padding-top: 45px;
    padding-bottom: 20px;
    position: relative;
    background-color: #f9f9f9;
    z-index: 0;
}
body.home .page-wrap {
    width: 100%;
    padding-top: 0;
}
.page-template-page_front-page .page-wrap {
    margin-top: 0;
}
.l-header {
    width: 100%;
}
.content-area .post-wrap {
    padding-right: 0;
}
.col-md-9 {
    padding: 30px 0 30px 0;
}
.sydney-breadcrumbs {
    display: none;
}


/*----------------------------------
  header
------------------------------------*/
.mobi-menu {
    display: none;
}
.header-clone {
    display: none;
}
.site-header {
    background-color: transparent;
    position: relative;
    top: 0 !important;
    padding: 0px 0;
    height: 210px;
    width: 100%;
    z-index: 1;
    background-image: url(/img/common/headimage.jpg) !important;
    object-fit: cover;
}
.site-header {
    background-position: center center !important;
    background-size: 100% auto !important;
    background-repeat: no-repeat;
}
body.single-post header.site-header,
body.category-news header.site-header {
    background: url(/img/common/headimage.jpg) no-repeat center center !important;
    background-size: 100% auto !important;
}

body.home .site-header {
    height: 110px;
    margin: 10px 0 0;
}
header.site-header .header-wrap {
    height: 110px;
    background-color: rgba(255,255,255,0.9);
    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: 350px;
    margin: 25px 0;
}
.site-header .logo em {
    font-size: 12px;
    font-style: normal;
    display: block;
    line-height: 1.3;
    margin: 0 0 10px 2px;
    color: #4e4e4e;
}
.site-header .logo em .textwidget p {
    margin: 0;
}
.site-header .logo a {
    color: #000;
    font-size: 27px;
    font-weight: 300;
    line-height: 1.4;
}
.site-header .logo a span {
    font-size: 31px;
    font-weight: 800;
    display: inline-block;
    vertical-align: middle;
    margin: -8px 0 0 4px;
}
.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;
    width: 77px;
    vertical-align: middle;
    margin: -7px 9px 0 0;
    padding: 0;
}
.site-header .logo img.logomiyako {
    width: 245px;
}






header.site-header .flo_right {
    position: absolute;
    margin: 10px 0px 0 0;
    right: 40px;
    width: 48%;
}
header.site-header .flo_right ul {
    padding: 0;
    text-align: center;
    width: 210px;
    float: right;
    margin: 0;
}
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.since {
    background-color: #dedede;
    width: 100%;
    padding: 2px 0;
    text-align: center;
    border-radius: 10px;
    color: #565656;
    font-family: century gothic, "Arial Black", Gadget, "sans-serif";
    letter-spacing: 1px;
    font-size: 15px;
}
header.site-header .flo_right ul li.tel {
    text-align: center;
}
header.site-header .flo_right ul li.tel a {
    font-size: 23px;
    font-weight: 800;
    font-family: century gothic, "Arial Black", Gadget, "sans-serif";
    color: #000;
}
header.site-header .flo_right ul li.tel:before {
    font-family: "Font Awesome 5 Free";
    content: "\f879";
    color: #ccc;
    font-size: 95%;
    position: relative;
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
    margin: -2px 12px 3px -4px;
}
header.site-header .flo_right ul li.inq {
    background: #f43e3e;
    border-radius: 11px;
    text-align: center;
    padding: 4px 14px 8px;
}
header.site-header .flo_right ul li.inq a {
    font-weight: 500;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.3;
}
header.site-header .flo_right ul li.inq a span {
    display: block;
    font-size: 9px;
    font-family: century gothic;
}
header.site-header .flo_right ul li.inq a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    color: #ff896c;
    font-size: 130%;
    font-weight: bold;
    margin: 0 auto -5px;
    display: block;
}
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 .flo_right ul.shop {
    width: 255px;
}
header.site-header .flo_right ul.shop img {
    margin: 7px 10px;
    width: 225px;
}


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


.page-template-page_front-page .page-wrap {
    margin-top: 0;
}
.l-header {
  width: 100%;
}
/* gnavi */
#page .col-md-8 {
    width: 100%;
    /*background: #7c7c7c;*/
	background: #e10213;
    display: block;
    height: 53px;
    margin-top: -100px;
    z-index: 1500;
    position: relative;
}
body.home #page .col-md-8 {
  margin-top: 0;
}

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

#page .col-md-8 nav#mainnav ul li:hover a,
#page .col-md-8 nav#mainnav ul li.actv a,
#page .col-md-8 nav#mainnav ul li.current-menu-item a {
    color: #fff;
    padding-bottom: 26px;
}
#page .col-md-8 nav#mainnav ul li span.dropdown-symbol {
    display: none;
}
#main header.entry-title h1 {
    display: none;
}
#page .col-md-8 nav#mainnav ul li ul.sub-menu {
    width: 100%;
    margin-top: 0;
    padding: 0;
    z-index: 100;
    transition: all 300ms ease-in-out 0s;
}
#page .col-md-8 nav#mainnav ul li ul.sub-menu li {
    background-color: #353535;
    width: 100%;
    margin: 0;
    text-align: center !important;
    display: block;
    padding: 0;
    height: 52px;
    bottom: 0;
    position: relative;
    border-radius: 0;
    right: auto;
}
#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: #494949 !important;
}
#page .col-md-8 nav#mainnav ul li ul.sub-menu li:hover a {
    background-color: #494949 !important;
    color: #fff !important;
    text-decoration: none;
}
#page .col-md-8 ul#menu-headernavigation li:last-child {
    position: absolute;
    bottom: 25px;
    background: #494949;
    padding: 0;
    border-radius: 8px;
    right: 40px;
    height: 55px;
    width: 210px;
}
#page .col-md-8 ul#menu-headernavigation li:last-child a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 16px 0;
}
#page .col-md-8 ul#menu-headernavigation li:last-child a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    display: inline-block;
    color: rgba(255,255,255,0.5);
    font-size: 25px;
    line-height: 0.75;
    margin: 3px 15px 3px -10px;
    font-weight: bold;
    vertical-align: middle;
}
#page .col-md-8 ul#menu-headernavigation li:last-child:hover {
    background: #f40e01;
}
#page .col-md-8 nav#mainnav ul li ul.sub-menu li:last-child a:before {
    content: "";
}
@media screen and (max-width: 1200px) {
    #page .col-md-8 nav#mainnav ul li {
        width: 12%;
    }
    #page .col-md-8 nav#mainnav ul li a {
        font-size: 15px
    }
    #page .col-md-8 nav#mainnav ul li ul.sub-menu li a {
        font-size: 11px;
    }
}
@media screen and (max-width: 1024px) {
    .page-wrap {
        padding-top: 0;
    }
    header.site-header .flo_right {
        margin: 22px 0px 0 0;
    }
	.site-header.fixed {
        height: 185px;
    }
    .site-header .logo img.logomiyako {
        width: 215px;
    }
  .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: transparent;
    justify-content: center;
    align-items: center;
    z-index: 900;
    border: 0;
    opacity: 0.9;
    margin: 0 auto;
    padding: 0;
    left: 0;
  }
    .btn-menu {
        height: 60px;
        width: 70px;
        z-index: 1900;
        border: 0;
        opacity: 0.9;
        margin: 0px auto;
        padding: 0;
        left: 80%;
    }
    .btn-menu span {
        content: "";
        background: #fff;
        padding: 5px 8px;
        border-radius: 7px;
        color: #f30d02;
        font-weight: 600;
        float: right;
        right: 15px;
        position: relative;
        font-size: 14px;
        margin: -7px 0 0;
        line-height: 2;
    }
    .btn-submenu svg {
        width: 35px !important;
        top: 17px !important;
    }


  /* フッタメニュー */
    .mobi-menu {
        position: fixed;
        bottom: 0;
        text-align: center;
        display: flex;
        height: 60px;
        width: 100%;
        background-color: #7c7c7c;
        justify-content: center;
        align-items: center;
        z-index: 900;
        border: 0;
        opacity: 0.9;
        left: 0;
      }
    .mobi-menu ul {
        padding: 0;
        list-style-type: none;
        width: 100%;
        display: block;
        position: absolute;
        margin: 0 0 -5px -12%;
        left: 0;
        top: 9px;
    }
    .mobi-menu ul li {
        margin: 0 1px;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        font-size: 8px;
        color: #fff;
        letter-spacing: 0;
        font-weight: 400;
    }
    .mobi-menu ul li a {
        display: block;
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 7px;
        width: 37px;
        height: 35px;
        padding: 5px 0;
        margin: 0 auto;
        font-size: 12px;
        color: #f30d02;
        font-weight: 600;
    }
    .mobi-menu ul li a i.fa-solid, .mobi-menu ul li a i.fa-regular {
        color: #f30d02;
        font-size: 24px;
    }

  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: #494949;
  }
  #mainnav-mobi ul li {
    border-top: 1px solid #fff;
  }
  #page .col-md-8 ul#menu-headernavigation li:last-child {
        position: relative;
        background: #f40e01;
        right: auto;
        bottom: auto;
        width: 90%;
        margin: 25px auto;
        border: 0;
        text-align: center;
  }
  #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;
  }
    #page .col-md-8 ul#menu-headernavigation ul.sub-menu li:last-child {
        background: transparent;
        margin: 0;
        text-align: left;
        border-top: 1px solid #fff;
        border-radius: 0;
        width: 100%;
        height: 60px;
  }
    #page .col-md-8 ul#menu-headernavigation ul.sub-menu li:last-child a {
        padding: 16px 50px;
        font-size: 16px;
        font-weight: 400;
  }
    #page .col-md-8 ul#menu-headernavigation ul.sub-menu li:last-child a:before {
        content: "";
        margin: 0;
}
    .row {
        margin-right: 33px;
    }

  nav {
    padding: 0;
  }


/*ナビゲーションaタグの形状*/
nav li.has-child ul li a {
  border-bottom: none;
}
}
@media screen and (max-width: 1000px) {
    header.site-header .flo_right ul {
        width: 170px;
    }
    header.site-header .flo_right ul li.tel a {
        font-size: 19px;
    }
    header.site-header .flo_right ul.shop {
        width: 160px;
        margin: 0 15px;
    }
}
@media screen and (max-width: 768px) {
    header.site-header .logo {
        width: 285px;
    }
    .site-header .logo img {
        width: 57px;
        margin: -7px 5px 0 -2px;
    }
    .site-header .logo img.logomiyako {
        width: 190px;
    }
    header.site-header .flo_right ul {
        display: none;
    }
    header.site-header .flo_right ul.shop {
        display: block;
    }
    .site-header.fixed {
        height: 160px;
    }
.header-wrap {
    text-align: left;
}
  header.site-header .l-innernv .top_copy,
  header.site-header .top_copy {
    font-size: 32px;
    padding: 178px 0 170px;
  }
  nav ul {
    display: block;
    list-style: none;
  }

}
@media screen and (max-width: 600px) {
	.header-wrap .container {
        width: 100%;
    }
    header.site-header .logo {
        width: 100%;
        margin: 23px 0 0;
    }
    .site-header .logo a {
        font-size: 26px;
    }
    .site-header .logo img.logomiyako {
        width: 185px;
    }

    /*header.site-header .flo_right {
        display: none;
    }*/

    header.site-header .flo_right ul {
        padding: 0 0 7px;
        text-align: right;
    }


  header.site-header .l-innernv .top_copy,
  header.site-header .top_copy {
    font-size: 21px;
    padding: 160px 0 150px;
  }
  header.site-header .l-innernv .top_copy {
    margin-top: 0;
    background-size: 100% auto;
    padding: 90px 0 10px;
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
	.site-header .logo em {
        font-size: 11px;
    }
	.site-header .logo a {
        font-size: 25px;
    }
	.site-header .logo a span {
        font-size: 29px;
        margin: -10px 0 0 4px;
    }
    .site-header .logo img.logomiyako {
        width: 175px;
    }
    .site-header.fixed {
        background-size: 125% auto !important;
    }
    body.single-post header.site-header,
    body.category-news header.site-header {
        background-size: 125% auto !important;
    }
    header.site-header .flo_right ul.shop {
        width: 110px;
        margin: 0 -20px 0 0;
    }
  header.site-header .l-innernv .top_copy {
    font-size: 20px;
  }
}
@media screen and (max-width: 320px) {
  header.site-header .l-innernv .top_copy {
    font-size: 17px;
  }
}


/* パンくず */
.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;
}
@media screen and (max-width: 600px) {
.breadcrumbs {
    font-size: 11px;
}
}


/* 一覧 */
#infoList {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
#infoList a {
    width: 19%;
    margin: 0 0.5% 25px;
}
#infoList a li.horizon {
    width: 100%;
}
.posts-layout .entry-title {
    font-size: 25px;
}
.posts-layout div {
    display: flex;
    flex-wrap: wrap;
}
.posts-layout div .horizon {
    width: 19%;
    margin: 0 0.5% 25px;
}
.posts-layout div .horizon img {
    border: 1px solid #ccc;
    widows: 100%;
    margin: 0 0 8px;
}
.posts-layout div.horizon {
    width: 19%;
    margin: 0 0.5% 25px;
}
.posts-layout div.horizon img {
    border: 1px solid #ccc;
    widows: 100%;
    margin: 0 0 8px;
}
.posts-layout div.horizon a .detail span {
    color: #2f2f2f;
    font-size: 15px;
}
.posts-layout h2 {
    font-size: 24px;
}
.post-wrap h3.archive-title {
    font-size: 0;
}
.post-wrap h3.archive-title span {
    display: block;
    font-size: 24px;
    padding: 13px 0 9px 18px;
    border-left: 8px solid #ccc;
    margin: 0 0 10px;
    line-height: 1.2;
    font-weight: 600;
}
body.single-sauteed_onions p.sydney-breadcrumbs span {
    font-size: 0;
}
body.single-sauteed_onions p.sydney-breadcrumbs span.breadcrumb_last {
    font-size: 15px;
}
body.single-sauteed_onions .post-wrap p.list_img {
    width: 48%;
    display: inline-block;
    float: left;
    margin: 0 2% 0 0;
}
body.single-sauteed_onions .post-wrap h2 {
    font-size: 21px;
}
body.single-sauteed_onions .post-wrap table {
    border-collapse: collapse;
    margin: 15px auto 45px;
    max-width: 80%;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
    display: block;
    font-size: 14px;
}
body.single-sauteed_onions .post-wrap table th {
    background-color: #7c7c7c;
    border: 1px solid #c8c8c8;
    color: #fff;
    font-weight: 300;
    line-height: 1.3;
    padding: 10px 13px;
    vertical-align: middle;
    word-break: initial;
    white-space: nowrap;
    position: relative;
}
body.single-sauteed_onions .post-wrap table td {
    border: 1px solid #c8c8c8;
    text-align: left;
    padding: 10px 15px;
    vertical-align: middle;
    word-break: initial;
}
body.single-sauteed_onions .post-wrap p img.size-full {
    width: 90%;
    max-width: 750px;
    margin: 10px auto;
}
@media screen and (max-width: 768px) {
    .posts-layout div.horizon {
        width: 32.25%;
    }
    body.single-sauteed_onions .post-wrap p.list_img {
        width: 100%;
        margin: 0 auto 20px;
    }
    body.single-sauteed_onions .post-wrap p.list_img img {
        width: 100%;
        max-width: 460px;
        margin: 0 auto;
        display: block;
    }
    body.single-sauteed_onions .post-wrap table {
        max-width: 100%;
        display: inline-table;
    }
    body.single-sauteed_onions .post-wrap table th {
        width: 33%;
    }
}
@media screen and (max-width: 600px) {
    .posts-layout div.horizon {
        width: 49%;
    }
}



/* 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: -170px auto 0;
    width: 100%;
    max-width: 100%;
    height: 650px;
    display: inline-block;
    background: url(/img/index/mainimage2.jpg) no-repeat center center;
    background-size: 100% auto;
    object-fit: cover;
}
body.home .base_w h2 {
    text-align: center;
    font-size: 34px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
body.home .base_w h2 a {
    color: #000;
    position: relative;
}
body.home .base_w h2 a:hover {
    text-decoration: none;
    filter: alpha(opacity=9);
    -moz-opacity: 0.9;
    opacity: 0.9;
    transition: all 300ms ease-in-out 0s;
}
body.home .bg_image div.top_copy {
    display: block;
    position: relative;
    width: 65%;
    height: auto;
    margin: 250px 0 0 14%;
    text-align: left;
}
body.home .bg_image div.top_copy h1 {
    display: block;
    width: 100%;
    margin: 0 auto 0;
    font-size: clamp(26px, 5vw, 55px);
    line-height: 1.4;
    letter-spacing: -0.5px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0px 2px 6px #000;
}
body.home .bg_image div.top_copy p.top_copy {
    font-size: clamp(14px, 3vw, 29px);
    margin: 10px 0 0;
}

/*---------
  message
-----------*/
body.home .top_img {
    width: 100%;
    padding: 0;
    margin: 0 auto;
}
body.home .top_img .pht4bx {
    display: flex;
}
body.home .top_img .pht4bx img {
    width: 25%;
}
body.home .top_message {
    width: 100%;
    padding: 0;
    margin: 0 auto;
}
body.home .top_message .base_w h2 {
    font-size: 22px;
    font-weight: 500;
}
body.home .top_message .base_w {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0 0;
    position: relative;
}
body.home .top_message .base_w div.pht2bx {
    margin: 40px auto 0;
}
body.home .top_message .base_w div.pht2bx div {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0 0.5% 18px;
    box-sizing: border-box;
    width: 47%;
    border-radius: 6px;
    position: relative;
    max-width: 470px;
    text-align: left;
}
body.home .top_message .base_w div.pht2bx img {
    width: 100%;
}
body.home .top_message .base_w div.pht2bx h3 {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 19px 7px 18px 9px;
    line-height: 1.3;
    margin-top: -61px;
    position: relative;
    font-size: 19px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}
body.home .top_message .base_w div.pht2bx a:hover {
    text-decoration: none;
    filter: alpha(opacity=9);
    -moz-opacity: 0.9;
    opacity: 0.9;
    transition: all 300ms ease-in-out 0s;
}
/*---------
  　バナー
-----------*/
body.home .top_bnr {
    width: 100%;
    padding: 15px 0 25px;
    margin: 0 auto;
    background: #fff;
}
body.home .top_bnr .base_w {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
}
body.home .top_bnr .base_w div.btn2bx {
    margin: 40px auto 0;
}
body.home .top_bnr .base_w div.btn2bx div {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0 1.5% 18px;
    box-sizing: border-box;
    width: 45%;
    position: relative;
    max-width: 470px;
}
body.home .top_bnr .base_w div.btn2bx img {
    width: 100%;
    border: 2px solid #ccc;
    border-radius: 20px;
}
body.home .top_bnr .base_w div.btn2bx h3 {
    color: #fff;
    line-height: 1.3;
    top: 28%;
    position: absolute;
    font-size: 32px;
    font-weight: 600;
    width: 100%;
    padding: 8px 0 8px 23px;
    height: auto;
    margin-top: 0;
    text-shadow: 0 0 8px #000;
    background-color: rgba(0, 0, 0, 0.25);
}
body.home .top_bnr .base_w div.btn2bx h3 span {
    font-size: 23px;
    display: block;
    font-weight: 300;
}
body.home .top_bnr .base_w div.btn2bx h3::after {
    content: ">>";
    color: rgba(255, 255, 255, 0.6);
    font-weight: 100;
    font-size: 145%;
    float: right;
    position: relative;
    vertical-align: bottom;
    margin: -24px 0 0 -35px;
    line-height: 1.3;
    transform: scale(0.5, 1.5);
    letter-spacing: -3px;
}
body.home .top_bnr .base_w div.btn2bx h3::before {
    content: '';
    display: inline-block;
    width: 81px;
    height: 73px;
    background-image: url(/img/index/cart_w.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 10%;
    background-repeat: no-repeat;
    top: 6px;
    opacity: 0.5;
}

body.home .top_bnr .base_w div.btn2bx a:hover {
    text-decoration: none;
    filter: alpha(opacity=9);
    -moz-opacity: 0.9;
    opacity: 0.9;
    transition: all 300ms ease-in-out 0s;
}
/*----------------------------------
  お知らせ
------------------------------------*/
body.home .top_news {
    width: 100%;
    padding: 40px 0 75px;
    margin: 0 auto 0;
    background-color: #fff;
}
body.home .top_news .base_w {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
}
body.home .top_news .base_w h2 {
    margin: 0;
    font-size: 25px;
    letter-spacing: 1px;
    width: 100%;
    text-align: center;
    font-weight: 600;
}
body.home .top_news .base_w h2:after {
    display: block;
    content: "what's new";
    position: relative;
    font-family: century gothic, "Arial Black", Gadget, "sans-serif";
    font-size: 17px;
    letter-spacing: 4px;
    color: #d11509;
    text-align: center;
    margin: 4px auto 22px;
}
div.whatsnew {
    width: 100%;
}
div.whatsnew h1, div.whatsnew hr {
    display: none;
}
div.whatsnew dl {
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}
div.whatsnew dl:last-child {
    border-bottom: 0;
}
div.whatsnew dd {
    padding: 14px 16px;
}
div.whatsnew dt {
    margin: 0 0 0 1em;
    padding: 14px 2px;
    color: #d11509;
}
body.home .top_news .base_w a {
    font-size: 15px;
    color: #000;
}
body.home .l-inner div.whatsnew hr {
    margin: -1px;
}
#main .page-header h1.archive-title {
    font-size: 0;
}
#main .page-header h1.archive-title span {
    font-size: 22px;
}
.widget-area h2.wp-block-heading {
    font-size: 20px;
}
body.category-news .posts-layout div {
    display: block;
}
/*----------------------------------
 製品紹介
------------------------------------*/
body.home .top_product {
    padding: 15px 0 30px;
    background: url(/img/common/bg_ft_cmnt.jpg) no-repeat #252525 center center;
    background-size: 100% auto;
    position: relative;
    margin-bottom: 0;
}
body.home .top_product .base_w {
    width: 96%;
    max-width: 1250px;
    margin: 0 auto;
    text-align: center;
}
body.home .top_product .base_w h2 {
    font-family: century gothic, "Arial Black", Gadget, "sans-serif";
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #807B78;
}
body.home .top_product .base_w .pht4bx {
    width: 100%;
    display: flex;
    margin: 20px auto;
}
body.home .top_product .base_w .pht4bx div {
    position: relative;
    width: 22%;
    margin: 0 1.5% 15px;
    border: 4px solid #fff;
    border-radius: 0px 33px 0 33px;
    height: 215px;
    overflow: hidden;
}
body.home .top_product .base_w .pht4bx div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
body.home .top_product .base_w h3 {
    position: absolute;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 1.4;
    top: 58px;
    width: 100%;
    font-weight: 500;
}
/*---------
  企業　採用
-----------*/
body.home .top_company {
    width: 100%;
    padding: 40px 0 100px;
    margin: 0 auto;
    background-color: #fff;
}
body.home .top_company .base_w {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    display: flex;
}
body.home .top_company .base_w div {
    height: 385px;
    width: 48%;
    position: relative;
    text-align: left;
    margin: 0 1%;
}
body.home .top_company .base_w div h2 {
    margin: 0;
    font-size: 25px;
    letter-spacing: 1px;
    width: 100%;
    text-align: center;
    font-weight: 600;
}
body.home .top_company .base_w div h2 a {
    color: #000;
}
body.home .top_company .base_w div h2 span {
    position: relative;
    font-size: 17px;
    font-family: century gothic, "Arial Black", Gadget, "sans-serif";
    letter-spacing: 4px;
    color: #d11509;
    text-align: center;
    display: block;
    margin: 4px auto 22px;
}
body.home .top_company .base_w div img {
    height: 80%;
    width: 55%;
    object-fit: cover;
    overflow: hidden;
}
body.home .top_company .base_w div ul {
    position: absolute;
    bottom: -7%;
    margin-left: 43%;
    width: 51%;
}
body.home .top_company .base_w div ul li {
    display: block;
    width: 100%;
}
body.home .top_company .base_w div ul li a {
    display: block;
    padding: 6px 33px;
    background-color: #3a3a3a;
    color: #fff;
    margin-bottom: 8px;
    border-radius: 3px;
}
body.home .top_company .base_w div#rec ul li a {
    background-color: #a8b0c2;
}
body.home .top_company .base_w div ul li a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    color: rgba(255, 255, 255, 0.5);
    font-weight: 600;
    font-size: 95%;
    float: right;
    position: relative;
    vertical-align: bottom;
    margin: 4px -16px 0 0;
    line-height: 1.3;
}
body.home .top_company .base_w div p.txt_w {
    position: absolute;
    top: 28%;
    width: 38%;
    padding: 0px;
    left: 58%;
}
body.home .top_company .base_w div ul li a:hover {
    text-decoration: none;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;
    transition: all 300ms ease-in-out 0s;
}
/*@media screen and (max-width: 1400px) {
    body.home .bg_image {
        margin: -200px auto 0;
        height: 770px;
        background: url(/img/index/mainimage.jpg) no-repeat center bottom;
        background-size: 100% auto;
    }
}*/
@media screen and (max-width: 1200px) {
    body.home .bg_image {
        height: 520px;
        background-size: 114% auto;
    }
    body.home .bg_image div.top_copy {
        margin: 220px 0 0 8%;
    }
    body.home .top_company .base_w div ul li a {
        padding: 6px 20px;
    }
}
@media screen and (max-width: 1024px) {
    body.home .page-wrap .content-wrapper .row {
        margin: 0;
        width: 100%;
        display: block;
    }
    body.home .top_bnr .base_w div.btn2bx div {
        width: 100%;
    }
    body.home .top_products .pro_bx h2 {
        font-size: 21px;
    }
    body.home .top_products .pro_bx h2 img {
        width: 62px;
    }
    body.home .top_products ul li {
        height: 170px;
    }
    body.home .top_products ul li p {
        margin-top: -159px;
        font-size: 13px;
    }
  body.home .company .l-inner,
  body.home .application .l-inner {
    width: 95%;
  }
  body.home .company .l-inner ul li.company2,
  body.home .application .l-inner ul li.application2 {
    margin: 0 0 0 18px;
  }
}
@media screen and (max-width: 1000px) {
    body.home .bg_image {
        height: 450px;
        background: url(/img/index/mainimage2.jpg) no-repeat center bottom;
        background-size: 113% auto;
        margin: -110px auto 0px;
    }
    body.home .bg_image div.top_copy {
        margin: 180px 0 0 8%;
    }
    body.home .top_company .base_w {
        flex-wrap: wrap;
    }
    body.home .top_company .base_w div {
        margin: 15px 1% 15px 5%;
        width: 100%;
    }
    body.home .top_product {
        padding: 25px 0 25px;
        background-size: auto 100%;
    }
    body.home .top_product .base_w .pht4bx div {
        width: 24%;
        margin: 0 0.75% 15px;
        height: 185px;
    }
    body.home .top_product .base_w h3 {
        font-size: 20px;
        top: 50px;
    }
}
@media screen and (max-width: 768px) {
    body.home .bg_image {
        height: 410px;
        background: url(/img/index/mainimage2.jpg) no-repeat center bottom;
        background-size: 113% auto;
        margin: -115px auto 0px;
    }
    body.home .bg_image div.top_copy {
        margin: 185px 0 0 5%;
    }
    body.home .top_message .base_w div.pht2bx div {
        width: 100%;
    }
    body.home .top_product .base_w .pht4bx {
        flex-wrap: wrap;
    }
    body.home .top_product .base_w .pht4bx div {
        width: 47%;
        margin: 0 1.5% 25px;
    }

}
@media screen and (max-width: 600px) {
    body.home .bg_image {
        height: 375px;
        margin: -110px auto 0;
        background-size: auto 80%;
    }
    body.home .bg_image div.top_copy {
        margin: 196px 0 0 5%;
    }
    body.home .top_img .pht4bx {
        flex-wrap: wrap;
    }
    body.home .top_img .pht4bx img {
        width: 50%;
    }
    body.home .top_company .base_w div p.txt_w {
        font-size: 90%;
    }
    body.home .top_company .base_w div h2 span {
        font-size: 14px;
    }
    body.home .top_company .base_w div ul {
        margin-left: 25%;
        width: 70%;
    }
    body.home .top_company .base_w div p.txt_w a {
        width: 96%;
    }
    body.home .top_bnr .base_w div.btn2bx h3 {
        font-size: 28px;
    }
    body.home .top_bnr .base_w div.btn2bx h3 span {
        font-size: 19px;
    }
    body.home .top_bnr .base_w div.btn2bx h3::before {
        width: 60px;
        height: 55px;
        left: 7%;
        top: 11px;
    }
}
@media screen and (max-width: 480px) {
    body.home .bg_image {
        height: 310px;
        margin: -95px auto 0;
        background-size: auto 80%;
    }
    body.home .bg_image div.top_copy {
        width: 86%;
        margin: 172px 0 0 3%;
    }
}




/*見出し・本文*/
p.summary_txt {
    font-size: 93%;
    width: 96%;
    max-width: 655px;
    margin: 0 auto 55px;
    line-height: 1.8;
}
#main div.h1_tit {
    background: none;
    text-align: center;
    margin: 50px 0 45px;
    display: block;
}
#main div.h1_tit h1 {
    font-size: 34px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
#main div.h1_tit h1 span {
    font-size: 19px;
    font-weight: 400;
    display: block;
    line-height: 1.8;
    margin-top: -10px;
}
#main div.h2_tit {
    text-align: left;
    display: block;
	border-left: 0;
    max-width: 1080px;
    margin: 0 auto;
    clear: both;
}
#main div.h2_tit h2 {
    font-size: 25px;
    padding: 18px 0 0px 0;
    margin: 0;
}
#main div.h2_tit h2 span {
    font-weight: 300;
    margin-left: 15px;
    color: #9eabca;
}
#main div.h2_tit h2 a:after, h4 a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    position: relative;
    color: #3e86c9;
    margin-left: 10px;
    font-size: 18px;
    font-weight: bold;
    margin-top: -4px;
    display: inline-block;
    vertical-align: middle;
}
div.inr_bx {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}
div.inr_bx h3.copy {
    font-weight: 300;
    font-size: 26px;
}

div.img_right img.w410,
div.img_left img.w410 {
    width: 60%;
    max-width: 410px;
}





/*#main h2.tit {
  font-size: 28px;
  text-align: center;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  letter-spacing: -1px;
  line-height: 1.4;
	border-bottom: 3px dotted #d1d3d8;
    padding: 18px 0 12px 0;
    margin: 0 auto 20px;
}*/
#main div.inr_bx h3 {
    font-size: 24px;
    font-weight: 600;
}


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



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

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

div.pht_2wk div.app img {
  height: 250px;
  overflow: hidden;
  object-fit: cover;
  font-family: "object-fit: cover;"; /*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;
}
.content-area .entry-content h2.tit {
    font-size: 24px;
    padding: 13px 0 9px 18px;
    border-left: 8px solid #ccc;
    margin: 30px 0 10px;
    line-height: 1.2;
    font-weight: 600;
}
#main div.inr_bx .img_left_txt h3, #main div.inr_bx .img_right_txt h3 {
    font-size: 21px;
    border-bottom: 2px dotted #f66860;
    padding: 0 0 10px 0;
    margin-top: 0;
}
.content-area .entry-content h2.midashi {
  font-size: 20px;
  margin: 40px 0 24px;
  line-height: 1.2;
}
.content-area .entry-content h3.midashi {
    font-size: 25px;
    padding: 13px 0 9px 18px;
    border-left: 8px solid #ccc;
    margin: 30px 0 10px;
    line-height: 1.2;
    font-weight: 600;
}
.content-area .entry-content h3.midashi span {
  font-weight: 200;
  font-size: 20px;
  margin: 0 20px;
}
.content-area .entry-content ul li {
  margin-bottom: 5px;
}

.content_list {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.content_list .thumbnail {
    border: 1px solid #ccc;
    border-radius: 5px;
    display: inline-block;
    margin: 0 auto 28px auto;
    text-align: left;
    width: 47%;
}
.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;
}
#main div.inr_bx .content_list .thumbnail h3 {
    background-color: rgba(243,13,2,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: -34px 0 0;
    padding: 5px 2% 13px 3%;
    vertical-align: text-top;
    width: 100%;
}
.content_list p {
    width: 97%;
}
div.num_list {
    display: flex;
    margin: 20px auto 50px;
}
div.num_list div {
    text-align: center;
    margin: 0 0.5%;
    background: #ffffff;
    padding: 0 10px 25px;
    border: 2px solid #dadada;
    border-radius: 7px;
    width: 25%;
    position: relative;
}
div.num_list div h3 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 18px 0 5px !important;
}
div.num_list div p {
    text-align: justify;
    font-size: 13px;
    line-height: 1.4;
}
div.num_list div p.num {
    text-align: center;
    font-size: 59px;
    font-family: century gothic, "Arial Black", Gadget, sans-serif;
    font-weight: 900;
    margin-bottom: 0;
    letter-spacing: -2px;
    color: #84539d;
}
div.num_list div:nth-child(2) p.num {
    color: #535c9d;
}
div.num_list div:nth-child(3) p.num {
    color: #537b9d;
}
div.num_list div:nth-child(4) p.num {
    color: #539d9d;
}
div.num_list div p.num span {
    font-size: 17px;
    font-weight: 400;
    margin: 0 -5px 0 5px;
    letter-spacing: 1px;
}
div.num_list div p.link {
    position: absolute;
    margin: 0;
    bottom: 12px;
    text-align: center;
    width: 89%;
}
div.num_list div p.link a {
    display: block;
    color: #ffab00;
}
div.num_list div p.link a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    position: relative;
    font-size: 13px;
    font-weight: bold;
    margin: -2px -10px 0 5px;
    display: inline-block;
    vertical-align: middle;
    color: #f5d3aa;
}
div.num_list div p.link a:hover {
    text-decoration: none;
}
div.map_top, div.map_under {
    width: 100%;
    display: flex;
}
div.map_top div, div.map_under div {
    width: 46%;
    margin: 0 2%;
}
#main div.inr_bx div.map_top div h3 {
    text-align: center;
    width: 80%;
    margin: 0 auto 20px;
    padding: 0 0 11px;
    border-bottom: 2px dotted #d4d4d4;
    font-size: 20px;
}
div.map_top div img {
    width: 80%;
    margin: 0 auto;
    display: block;
}
div.map_under div {
    width: 37%;
    margin: 15px auto;
    background-color: #fff;
    padding: 5px 3%;
    border-radius: 4px;
}
#main div.inr_bx div.map_under div h3 {
    font-size: 17px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 9px;
}
div.map_under div ul {
    list-style-type: none;
    padding: 0;
}
div.map_under div ul li {
    font-size: 15px;
    margin-bottom: 5px;
    line-height: 1.3;
}
div.map_under div ul li span {
    margin: 0 0 0 1em;
}
div.map_under div ul li:before {
    content: "●";
    color: #888;
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    margin: -5px 5px 0 0;
}
div.map_under div ul li.kome:before {
    content: "※";
    font-size: 16px;
    margin: -5px 3px 0 -1px;
}
div.inr_bx div.map {
    margin: 30px auto;
    width: 88%;
    position: relative;
    height: 380px;
}
div.inr_bx div.map iframe {
    width: 100%;
    height: 100%;
}


/*img*/
p.img_center {
    text-align: center;
}
p.img_center img {
    max-width: 650px;
    width: 90%;
}


div.img_left, div.img_right {
    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: 50%;
    max-width: 410px;
}
div.img_left .img_left_txt {
    display: inline-block;
    vertical-align: top;
}
div.img_right .img_right_txt {
    display: inline-block;
    vertical-align: top;
}
div.img_left .img_left_txt, div.img_right .img_right_txt {
        width: 100%;
}
div.img_right img {
    float: right;
    margin-left: 3%;
    margin-bottom: 20px;
    width: 50%;
    max-width: 410px;
}
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 .img_left_txt {
    width: 76%;
}
p.txt_name {
    text-align: right;
    margin: 10px 0 50px;
}
p.txt_name span {
    font-size: 26px;
    font-family: "HG行書体", monospace;
    margin: 0 8px;
}
div.comentbx {
    display: inline-flex;
    flex-wrap: wrap;
}
div.comentbx div {
    width: 48%;
    margin: 0 1% 20px;
    background-color: #fff;
    border-radius: 8px;
    padding: 36px;
    text-align: justify;
}
div.comentbx div p.name {
    margin-bottom: 0;
    width: 150px;
    background-color: #b2b2b2;
    text-align: center;
    float: right;
    color: #fff;
    font-size: 15px;
    padding: 4px 0;
    border-radius: 2px;
}


div.img_r, div.img_l {
    margin: 15px 0 45px;
    display: inline-block;
    line-height: 1.8;
}
div.img_r img {
    float: right;
    margin-left: 45px;
    margin-bottom: 20px;
    max-width: 375px;
}
div.img_l img {
    float: left;
    margin-right: 4%;
    margin-bottom: 20px;
    max-width: 520px;
    width: 48%;
}
div.flow {
    display: block;
    margin: 18px auto 70px;
    border: 2px solid #e7e7e7;
    background-color: #fff;
    width: 98%;
    padding: 0 2% 25px;
    border-radius: 7px;
    text-align: center;
}
div.flow div {
    display: inline-block;
    vertical-align: top;
    margin: 25px 2.5% 10px;
    width: 40.5%;
    max-width: 350px;
}
div.flow div h4 {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
}
div.flow div h4 span {
    font-size: 22px;
    background-color: #f30d02;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    padding: 7px;
    width: 42px;
    text-align: center;
    border-radius: 50%;
    margin: -9px 7px 22px -6px;
    float: left;
}
div.flow div p {
    font-size: 14px;
    line-height: 1.5;
    margin: 11px auto 0;
    text-align: left;
}
div.flow div.yaji {
    text-align: center;
    position: relative;
    display: inline-block;
    width: 54px;
    height: 6px;
    margin: 265px 0 0;
    border-radius: 9999px;
    background-color: #fb9898;
}
div.flow div.yaji::before,
div.flow div.yaji::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
  width: 29px;
  height: 6px;
  border-radius: 9999px;
  background-color: #fb9898;
  transform-origin: calc(100% - 3px) 50%;
}
div.flow div.yaji::before {
  transform: rotate(45deg);
}
div.flow div.yaji::after {
  transform: rotate(-45deg);
}
div.flow div.yaji_w {
    text-align: center;
    position: relative;
    display: block;
    width: 80px;
    height: 6px;
    margin: 16.3px auto 0;
    border-radius: 9999px;
    background-color: #fb9898;
    transform: rotate(-23deg);
}
div.flow div.yaji_w::before,
div.flow div.yaji_w::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
  width: 29px;
  height: 6px;
  border-radius: 9999px;
  background-color: #fb9898;
  transform-origin: 3px 50%;
}
div.flow div.yaji_w::before {
  transform: rotate(45deg);
}
div.flow div.yaji_w::after {
  transform: rotate(-45deg);
}
div.flow p.flow_txt {
    width: 100%;
    text-align: center;
    margin: 35px auto 0;
    color: #3a3a3a;
    display: block;
    font-size: 23px;
}



p.text_link:hover {
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}
p.text_link a {
    color: #2597d3;
}
p.text_link a:hover {
    text-decoration: none;
}
p.text_link a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    position: relative;
    color: #2597d3;
    margin-right: 10px;
    font-size: 21px;
    font-weight: bold;
    margin-top: -3px;
    display: inline-block;
    vertical-align: middle;
}
@media screen and (max-width: 1200px) {
    div.map_under div {
        width: 42%;
    }
}
@media screen and (max-width: 1000px) {
    div.map_under div {
        width: 48%;
        padding: 5px 2%;
    }
    #main div.inr_bx div.map_under div h3 {
        font-size: 16px;
    }
    div.map_under div ul li {
        font-size: 14px;
    }
    div.flow div {
        margin: 25px 1.5% 10px;
    }
    div.flow div h4 {
        font-size: 16px;
    }
    div.flow div.yaji {
        margin: 34% 0 0;
    }
}
@media screen and (max-width: 768px) {
    #main div.inr_bx div.map_top div h3 {
        width: 94%;
        font-size: 17px;
    }
    div.map_top div img {
        width: 96%;
    }
  .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.num_list {
        flex-wrap: wrap;
    }
    div.num_list div {
        margin: 0 0.5% 1%;
        width: 49%;
    }
    div.img_r img {
        float: none;
        display: block;
        margin: 0 auto 15px;
        width: 100%;
    }
    div.comentbx div {
        width: 98%;
    }
    div.flow div h4 {
        font-size: 15px;
    }
    div.flow div h4 span {
        font-size: 20px;
        padding: 4px;
        width: 33px;
        margin: -9px 4px 21px -11px;
    }
    div.flow div.yaji {
        width: 45px;
        margin: 39% 0 0;
    }
}
@media screen and (max-width: 600px) {
    div.map_top, div.map_under {
        width: 100%;
        flex-wrap: wrap;
    }
    div.map_top div, div.map_under div {
        margin: 0 auto 25px;
        width: 94%;
        max-width: 360px;
    }
    div.num_list div p.num {
        font-size: 44px;
    }
    div.flow div {
        width: 90%;
    }
    div.flow div.yaji, div.flow div.yaji_w {
        position: relative;
        display: block;
        width: 6px;
        height: 45px;
        margin: 0 auto;
        border-radius: 9999px;
        background-color: #fb9898;
        transform: rotate(0deg);
    }
    div.flow div.yaji::before, div.flow div.yaji_w::before,
    div.flow div.yaji::after, div.flow div.yaji_w::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 3px);
  width: 6px;
  height: 30px;
  border-radius: 9999px;
  background-color: #fb9898;
  transform-origin: 50% calc(100% - 3px);
}
    div.flow div.yaji::before, div.flow div.yaji_w::before {
  transform: rotate(45deg);
}
    div.flow div.yaji::after, div.flow div.yaji_w::after {
  transform: rotate(-45deg);
}
}



/*----------------------------------
  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;
}
@media screen and (max-width: 1000px) {
    div.img_sdgs .txtbx {
        width: 70%;
    }
}
@media screen and (max-width: 768px) {
    div.img_sdgs img {
        margin-bottom: 0;
    }
    div.img_sdgs .txtbx {
        width: 100%;
    }
  div.glossary img {
    display: block;
    margin: 5px auto 28px;
    width: 58%;
  }
  div.glossary div.img_r {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  div.glossary img {
    width: 100%;
  }
}



.mb10 {
  margin-bottom: 10px !important;
}
.mb30 {
  margin-bottom: 30px !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;
}
div.img_left.img650 img {
  width: 650px;
    max-width: 65%;
}












/*---- sitemap ----*/
ul.sitemap_list,ul.sitemap_list ul.children  {
    list-style-type: none;
}
ul.sitemap_list li {
    margin-bottom: 6px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
}
ul.sitemap_list li a {
    background-image: url("/img/arrow.png");
    background-position: left 8px;
    background-repeat: no-repeat;
    padding-left: 15px;
    background-size: 10px;
    color: #1C1C1C;
    margin-left: -15px;
}
ul.sitemap_list li a: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;
}
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;
}
@media screen and (max-width: 600px) {
    ul.sitemap_list,ul.sitemap_list ul.children  {
        padding-left: 1em;
    }
}


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


/*table*/
table.table_cmpny {
    border-collapse: collapse;
    margin: 0 auto 60px;
    max-width: 100%;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
}
table.table_cmpny th {
    background-color: #7c7c7c;
    border: 1px solid #c8c8c8;
    color: #fff;
    font-weight: 300;
    line-height: 1.3;
    padding: 14px 8px;
    vertical-align: middle;
    width: 23%;
    word-break: initial;
    white-space: nowrap;
    position: relative;
}
table.table_cmpny.history th {
    width: 115px;
}
table.table_cmpny.history th:first-child {
    font-size: 43px;
    font-family: century gothic, "Arial Black", Gadget, sans-serif;
    width: 125px;
    background-color: #e75c55;
}
table.table_cmpny td {
    border: 1px solid #c8c8c8;
    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: #f30d02;
    width: 32px;
    padding: 2px 3px;
    font-size: 11px;
    font-weight: 600;
    border-radius: 4px;
    color: #fff;
    bottom: 6px;
}
table.table_cmpny th p {
    margin-bottom: 0;
}
table.table_cmpny td p {
    margin-bottom: 0;
}
.wpcf7-list-item {
    display: block;
    margin: 0;
}
table.table_cmpny td dl {
  margin: 0;
}
table.table_cmpny td dl dt {
  font-weight: normal;
  display: inline-block;
  width: 25%;
  vertical-align: top;
}
table.table_cmpny td dl dd {
  font-weight: normal;
  display: inline-block;
  width: 65%;
}
table.table_cmpny td a.link {
  float: right;
}
p.left {
	text-align: left;
}
p.txt_link {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 15px auto;
}
p.txt_link a {
    background-color: #d75e5f;
    color: #fff;
    padding: 12px 28px;
    border-radius: 4px;
    display: inline-block;
    margin: 18px 10px;
    min-width: 195px;
    border: 2px solid #d75e5f;
    font-size: 105%;
    font-weight: 400;
}
p.txt_link a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    position: relative;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    margin: -4px -15px 0 15px;
    display: inline-block;
    vertical-align: middle;
}
.table_box {
    width: 88%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
#main div.inr_bx .table_saute h3 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 25px;
}
.table_box table th, .table_box table td {
    vertical-align: middle
}
div.table_box table.dise, div.table_box table.slise {
    width: 48%;
}
.dise th:nth-of-type(1),.slise th:nth-of-type(1) {
    width: 30%
}
.dise th:nth-of-type(2),.slise th:nth-of-type(2) {
    width: 25%
}
.dise th:nth-of-type(3),.slise th:nth-of-type(3) {
    width: 45%
}
div.table_box table td, div.table_box table td {
    text-align: center;
    padding: 14px 10px;
    font-size: 15px;
}
.flesh_table th:nth-of-type(1) {
    width: 20%
}
.flesh_table th:nth-of-type(2) {
    width: 35%
}
.flesh_table th:nth-of-type(3) {
    width: 20%
}
.flesh_table th:nth-of-type(4) {
    width: 25%
}
@media screen and (max-width: 1000px) {
    .table_box {
        width: 100%;
    }
    div.table_box table th, div.table_box table th {
        font-size: 14px;
    }
    div.table_box table td, div.table_box table td {
        font-size: 13px;
    }
}
@media screen and (max-width: 768px) {
  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;
  }
  table.table_cmpny th {
    font-size: 13px;
  }
    table.table_history th {
        font-size: 28px;
    }
    .table_box {
        flex-wrap: wrap;
    }
    div.table_box table.dise, div.table_box table.slise {
        width: 100%;
        margin: 0 auto 40px;
    }
}
@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;
    }
    div.table_box table th, div.table_box table th,
    div.table_box table td, div.table_box table td {
        border: 1px solid #c8c8c8;
        display: table-cell;
        width: auto;
    }
    div.table_box table th, div.table_box table th {
        font-size: 13px;
    }
    table.table_cmpny td:last-child {
        border-bottom: 1px solid #ccc;
    }
    table.table_cmpny.history th {
        width: 50%;
        position: relative;
        height: 45px;
    }
    table.table_cmpny.history th:first-child {
        width: 50%;
        display: inline-table;
        font-size: 34px;
        vertical-align: top;
    }
}


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;
}
p.link a {
    background: rgba(0, 0, 0, 0) url(/img/arrow.png) no-repeat scroll 0 7px;
    color: #6699ff;
    padding-left: 20px !important;
    background-size: 14px 14px;
    margin: 3px 19px 0 0;
}
p.link a:hover {
    text-decoration: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 300ms ease-in-out 0s;
}





/* footer */
.entry-footer {
    margin-top: 65px;
}
body.home .entry-footer {
    margin-top: 0;
}
.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;
}
body.home .ft_cmnt {
    display: none;
}
.ft_cmnt .ftarea {
    width: 96%;
    max-width: 1250px;
    margin: 0 auto;
    text-align: center;
}
.ft_cmnt .ftarea span {
    font-family: century gothic, "Arial Black", Gadget, "sans-serif";
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #807B78;
}
.ft_cmnt .ftarea .pht4bx {
    width: 100%;
    display: flex;
    margin: 20px auto;
}
.ft_cmnt .ftarea .pht4bx div {
    position: relative;
    width: 22%;
    margin: 0 1.5% 15px;
    border: 4px solid #fff;
    border-radius: 0px 33px 0 33px;
    height: 215px;
    overflow: hidden;
}
.ft_cmnt .ftarea .pht4bx div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ft_cmnt .ftarea h3 {
    position: absolute;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 1.4;
    top: 72px;
    width: 100%;
    font-weight: 500;
}
.footer-widgets-grid.footer-layout-3 {
    grid-template-columns: auto;
    display: block;
    padding-top: 10px;
}
.footer-widgets {
    padding: 45px 0 85px;
    background: #fff;
    background: url(/img/common/bg_footer.jpg) no-repeat #ebebeb center center;
    margin-top: -10px;
}
.footer-widgets .container {
    width: 96%;
    max-width: 1200px;
}
.sidebar-column {
    width: 18%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
.sidebar-column:first-child {
    width: 33%;
    margin-right: 8%;
}
.sidebar-column:last-child {
    width: 39%;
    margin: 0 0;
}
.sidebar-column:last-child .widget_nav_menu {
    display: inline-block;
    width: 40%;
    vertical-align: top;
    margin: 0 5% 0 1%;
}
.sidebar-column p.map {
    width: 94%;
    margin: 0 auto;
    height: 230px;
    overflow: hidden;
}
.sidebar-column p.map iframe {
    top: -149px;
    height: calc(100% + 150px + 150px);
    position: relative;
}
#sidebar-footer div.ftnv .ftlogo span.copy {
    color: #474747;
    font-size: 12px;
}
#sidebar-footer div.ftnv .ftlogo a {
    font-weight: 300;
    font-size: 27px;
    margin-bottom: 9px;
    display: block;
}
#sidebar-footer div.ftnv .ftlogo a span {
    font-weight: 900;
    font-size: 30px;
    margin: 0 0 5px 4px;
    display: inline-block;
    letter-spacing: 1px;
}
#sidebar-footer div.ftnv .ftlogo img.logomiyako {
    width: 235px;
}
#sidebar-footer div.ftnv p {
    color: #000;
    font-size: 15px;
    margin: 30px 0 30px;
    font-weight: 200;
    font-style: normal;
    line-height: 1.6;
    display: block;
}
#sidebar-footer div.ftnv p.add {
    margin: 30px 0 12px;
}
#sidebar-footer div.ftnv p.tel {
    font-family: century gothic, "Arial Black", Gadget, "sans-serif";
    font-size: 23px;
    margin: 0 0 15px;
}
#sidebar-footer div.ftnv p.tel a {
    font-weight: 800;
    color: #000;
}
#sidebar-footer div.ftnv p.tel a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f879";
    color: #ccc;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 10px 0 0;
}
#sidebar-footer div.ftnv p.link_contact {
    background: #f30d02;
    border-radius: 7px;
    padding: 0;
    text-align: center;
    width: 90%;
    margin: 0 0 13px;
    max-width: 250px;
}
#sidebar-footer div.ftnv p.link_contact a {
    color: #fff;
    padding: 19px 10px 18px 5px;
    display: block;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 300;
}
#sidebar-footer div.ftnv p.link_contact a:before {
	font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    color: rgba(255,255,255,0.5);
    font-size: 29px;
    font-weight: bold;
    margin: -1px 16px 0px 0;
    vertical-align: middle;
    display: inline-block;
    position: relative;
}
#sidebar-footer div.container ul.menu li {
    font-size: 17px;
    margin-bottom: 2px;
    padding: 0 0 7px;
}
#sidebar-footer div.container ul.sub-menu {
    margin: 10px 0 12px 12px;
}
#sidebar-footer div.container ul.sub-menu li {
    font-size: 15px;
    margin-bottom: 2px;
}
#sidebar-footer div.container div a {
    clear: both;
    color: #000;
    line-height: 1.3;
    text-decoration: none;
    font-weight: 400;
}
#sidebar-footer div.container ul.sub-menu li a {
    font-weight: 400;
}
/*#sidebar-footer #custom_html-2 div.textwidget p.tit a {
    font-weight: 800;
    font-size: 30px;
    display: inline-block;
}
#sidebar-footer #custom_html-2 div.textwidget p.tit img {
    width: 52px;
    vertical-align: middle;
    margin: -13px 0 0 14px;
}*/
#sidebar-footer div.container p.right {
    text-align: right;
    margin: 15px 40px 0 0;
}
#sidebar-footer div.container p.right a {
    font-size: 14px;
}
#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: #f43e3e;
    transition: all 300ms ease-in-out 0s;
}
#sidebar-footer div.container p.link_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;
}
.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: 33%;
        margin-left: 10%;
    }
    .sidebar-column:first-child {
        width: 80%;
        margin: 0 10%;
    }
    .sidebar-column:last-child {
        width: 55%;
    }
    .footer-widgets {
        padding: 20px 0 85px;
        background-size: auto 100%;
    }
    #sidebar-footer div.container ul.menu li {
        font-size: 15px;
    }
}
@media screen and (max-width: 1024px) {
    .go-top.show {
        bottom: 70px;
    }
    .site-footer {
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 1000px) {
    .sidebar-column {
        width: 100%;
        max-width: 558px;
        margin: 0 auto;
        display: block;
    }
    .sidebar-column:first-child {
        width: 100%;
        margin: 0 auto;
    }
    .sidebar-column:last-child {
        width: 100%;
        margin: 0 auto;
    }
    .sidebar-column:last-child .widget_nav_menu {
        width: 86%;
        margin: 0 7%;
    }
    .footer-widgets .widget {
        margin: 40px 7%;
    }
    .footer-widgets .widget ul {
        margin-bottom: 0;
        margin-top: 0;
    }
    .sidebar-column:last-child ul {
        margin-top: 0;
    }
    .sidebar-column:last-child ul.sub-menu {
        margin: 10px 0 12px 12px;
    }
    .ft_cmnt {
        padding: 25px 0 25px;
        background-size: auto 100%;
    }
    .ft_cmnt .ftarea .pht4bx div {
        width: 24%;
        margin: 0 0.75% 15px;
        height: 185px;
    }
    .ft_cmnt .ftarea h3 {
        font-size: 20px;
        top: 63px;
    }
    #sidebar-footer div.ftnv .ftlogo img.logomiyako {
        width: 220px;
    }
}
@media screen and (max-width: 767px) {
    .ft_cmnt .ftarea .pht4bx {
        flex-wrap: wrap;
    }
    .ft_cmnt .ftarea .pht4bx div {
        width: 47%;
        margin: 0 1.5% 25px;
    }
    #sidebar-footer div.ftnv .ftlogo img.logomiyako {
        width: 200px;
    }
    .copyright {
        padding-bottom: 35px;
        font-size: 12px;
    }
}
@media screen and (max-width: 480px) {
    #sidebar-footer #custom_html-2 div.textwidget a {
        font-size: 22px;
    }
    #sidebar-footer #custom_html-2 div.textwidget a span {
        font-size: 18px;
    }
    #sidebar-footer div.container div.ftnv {
        width: 100%;
    }
    #sidebar-footer div.ftnv .ftlogo img.logomiyako {
        width: 190px;
    }
    .copyright {
        font-size: 10px;
    }
}




p.link_btn {
    border: 1px solid #dbdbdb;
    border-radius: 6px;
    background: -moz-linear-gradient(top, #fdaa6e, #fe9044);
    background: -webkit-linear-gradient(top, #fdaa6e, #fe9044);
  background: linear-gradient(to bottom, #fdaa6e, #fe9044);
  padding: 0;
  max-width: 295px;
  text-align: center;
  margin: 0 auto 35px;
  display: block;
  width: 85%;
}
p.link_btn:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition: all 300ms ease-in-out 0s;
}
p.link_btn a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    height: 100%;
    width: 100%;
    display: block;
    padding: 17px 15%;
}
p.link_btn a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    color: #fff;
    font-weight: 600;
    font-size: 125%;
    float: right;
    position: relative;
    vertical-align: bottom;
    margin-top: -1px;
    line-height: 1.3;
}
p.link_btn a i.fas {
  margin-left: 11px;
  font-size: 85%;
}
p.link_btn a:hover {
  text-decoration: none;
}
div.kanrenbx {
    margin: 110px auto 30px;
    width: 100%;
}
div.kanrenbx ul {
    list-style-type: none;
    text-align: center;
    width: 100%;
    max-width: 750px;
    border-top: 3px solid #ddd;
    border-bottom: 3px solid #ddd;
    padding: 0 0 20px 0;
    margin: 0 auto;
    font-size: 14px;
}
div.kanrenbx ul p.tit {
    margin: -10px auto 5px;
}
div.kanrenbx ul p.tit a {
    background-color: #f30d02;
    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: #f3a2a2;
    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: 24px;
    color: #CAD4D3;
}
div.kanrenbx ul li:last-child:after {
    content: "";
}
div.kanrenbx ul p.txt_link {
    margin: 0 0 -83px;
}
div.kanrenbx.base ul {
    border-top: 0;
    border-bottom: 0;
}




/*---- 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%;
}
div.q_a li.qa_a:before {
    content: "A";
    font-size: 39px;
    font-family: impact, Arial, Helvetica, "sans-serif";
    color: #f40e01;
    margin-right: 10px;
    margin-left: 0;
    vertical-align: bottom;
    margin-bottom: -15px;
    display: inline-block;
    font-weight: 200;
}
div.q_a div.link {
    text-align: center;
    font-size: 15px;
    margin: 25px auto 0;
}
div.q_a div.link a {
    color: #f40e01;
}
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: 20px;
    padding: 11px 0 10px 20px;
    border-left: 8px solid #B0B0B0;
    margin: 35px 0 12px;
    line-height: 1.2;
    font-weight: 600;
}
#privacypolicy p {
    overflow-wrap: break-word;
}
#privacypolicy ol {
    padding-left: 22px;
}
#privacypolicy ol li, #privacypolicy ul li {
    margin-bottom: 6px;
    line-height: 1.6;
}
#privacypolicy ol ul {
    padding: 10px 0 17px 1.5em;
}
.privacy-policy .entry-content p.tel a.tel {
    font-size: 20px;
    color: #636363;
    font-weight: 600;
    text-decoration: none;
}




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

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

  div.pht_2wk div {
    width: 46.5%;
    font-size: 14px;
  }
  div.pht_4wk div {
    font-size: 14px;
  }
#custom_html-6 {
    padding: 35px 0 28px;
}

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

.content-area .entry-content h2.tit {
    font-size: 20px;
}
.content-area .entry-content h3.midashi {
    font-size: 20px;
}

    .page .page-wrap .content-wrapper, .single .page-wrap .content-wrapper {
        padding: 0 15px;
    }
    #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;
    }


  div.pht_3wk div,
  div.phtbx_3wk div {
    width: 65%;
  }
  div.txt_left {
    text-align: center;
  }
  div.pht_4wk div {
    width: 36.5%;
  }


div.img_left, div.img_right {
    flex-wrap: wrap;
}
    div.img_left img,
    div.img_right img {
        float: none;
        margin: 0 auto 20px;
        display: block;
        max-width: 350px;
        width: 100%;
    }
    div.img_left .img_left_txt, div.img_right .img_right_txt {
        width: 100%;
    }

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




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

  div.pht_2wk div {
    width: 100%;
  }
  div.pht_4wk div {
    width: 48%;
  }



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

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

  div.pht_3wk div,
  div.phtbx_3wk div {
    width: 80%;
  }
}


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


