@charset "Shift_JIS";
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
@media screen and (max-width:599px) {
  /*各デバイス非表示設定*/
  .sp_no {
    display: none !important;
  }
}
@media print, screen and (min-width:600px) {
  /*各デバイス非表示設定*/
  .pc_no {
    display: none !important;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border-width: 0;
}
abbr, acronym {
  border-width: 0;
}
ol, ul {
  list-style: none;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before, q:after {
  content: '';
}
img {
  vertical-align: bottom;
  max-width: 100%;
}
br {
  letter-spacing: normal;
}
* {
  margin: 0;
  padding: 0;
}
a {
  color: #333;
  text-decoration: none;
  transition: .3s;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
}
a:active {
  outline: none;
}
a:focus {
  -moz-outline-style: none;
}
a img {
  border-width: 0;
}
a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=60);
}
li {
  font-size: 1.6rem;
  font-size: 16px;
}
.clearfix {
  min-height: 1px;
}
.clearfix:after {
  height: 0;
  display: block;
  content: ".";
  clear: both;
  visibility: hidden;
}
.clr {
  line-height: 0;
  height: 0;
  margin: 0;
  padding: 0;
  clear: both;
  visibility: hidden;
}
.plus {
  margin-left: 1px !important;
}
.hidden {
  display: none;
}
.noborder {
  border: none !important;
  padding: 0 !important;
}
.nomargin {
  margin: 0 !important;
}
.nopadding {
  padding: 0 !important;
}
.chop {
  margin-right: 0 !important;
}
.auto {
  margin-right: auto;
  margin-left: auto;
}
.left {
  float: left;
  margin-right: 15px;
  max-width: 350px;
}
.right {
  float: right;
  margin-left: 15px;
  max-width: 350px;
}
@media screen and (max-width:599px) {
  .left {
    margin-right: 8px;
    max-width: calc((100% - 2.5em)/3);
  }
  .right {
    margin-left: 8px;
    max-width: calc((100% - 2.5em)/3);
  }
}
/*ボタン*/
.btn01 a {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em;
  width: 300px;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  background: #fff;
  transition: 0.3s;
  border: 3px solid #000;
  border-radius: 5px;
}
.btn01 a::before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  right: -2em;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 2px;
  background-color: #1fa994;
  transition: 0.3s;
}
.btn01 a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -2em;
  transform: translateY(-50%);
  width: 70px;
  height: 2px;
  background-color: #1fa994;
  transition: 0.3s;
}
.btn01 a:hover {
  text-decoration: none;
  background-color: #efefef;
}
.btn01 a:hover::before, .btn01 a:hover::after {
  right: -2.5em;
}
@media screen and (max-width:599px) {
  .btn01 a {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 1.5em;
    width: 220px;
  }
  .btn01 a::before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: -2em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 12px;
    height: 2px;
    background-color: #1fa994;
    transition: 0.3s;
  }
  .btn01 a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -2em;
    transform: translateY(-50%);
    width: 50px;
    height: 2px;
    background-color: #1fa994;
    transition: 0.3s;
  }
  .btn01 a:hover {
    text-decoration: none;
    background-color: #efefef;
  }
  .btn01 a:hover::before, .btn01 a:hover::after {
    right: -2.5em;
  }
}
.btn02, .detailLink {
  text-align: center;
}
.btn02 a, .detailLink a {
  display: inline-block;
  background: #fff;
  border: 3px solid #000;
  border-radius: 5px;
  padding: .5em 2em;
}
.btn02 a:hover, .detailLink a:hover {
  text-decoration: none;
}
@media screen and (max-width:599px) {
  .btn02 a, .detailLink a {
    font-size: 1.4rem;
    font-size: 14px;
  }
}
.btn03 {
  text-align: center;
}
.btn03 a {
  background: #1fa994;
  border-radius: 5px;
  color: #fff;
  padding: 1em 2em;
  max-width: 400px;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  display: block;
  margin: 0 auto;
}
.btn03 a:hover {
  text-decoration: none;
}
@media screen and (max-width:599px) {
  .btn03 a {
    font-size: 1.4rem;
    font-size: 14px;
  }
}
.button p.list-link {
  text-align: right;
}
.button p.list-link a {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  padding: 1em;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  background: #fff;
  transition: 0.3s;
  border: 3px solid #000;
  border-radius: 5px;
}
.button p.list-link a:hover {
  text-decoration: none;
  background-color: #efefef;
}
.button p.list-link a:after {
  content: " \f0da";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 8px;
}
.button p.list-link a:hover:before, .button p.list-link a:hover:after {
  right: -2.5em;
}
@media screen and (max-width:599px) {
  .button p.list-link {
    margin-top: 20px;
  }
  .button p.list-link a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/*slick
.contents_box2 .box2_works_cover .galleryList {
  display: none;
}*/
html {
  font-size: 62.5%; /*10px*/
}
#container {
  margin: 0 auto;
}
body {
  background-color: #ffffff;
  background-repeat: no-repeat;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  margin: 0 auto;
  font-size: 1.6rem; /*16px同様のサイズ*/
  color: #333;
}
#wrapper {
  position: relative;
}
@media screen and (max-width:599px) {
  body {
    max-width: 100%;
    font-size: 1.4rem;
    -webkit-text-size-adjust: 100%;
  }
  #container {
    max-width: 100%;
  }
}
@media print, screen and (min-width:600px) {
  #main {
    max-width: 940px;
    width: 100%;
  }
  body {
    min-width: 1200px;
  }
  #container {
    max-width: 1200px;
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
/*contentWrap*/
.contentWrap {
  margin: auto;
}
@media screen and (max-width:599px) {
  .contentWrap {
    width: 96%;
  }
}
@media print, screen and (min-width:600px) {
  .contentWrap {
    max-width: 1200px;
  }
}
/* columnsFlex*/
@media screen and (max-width:599px) {
  .sp_flex {
    display: flex;
  }
  .sp_flexbox01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sp_flexbox01 > * {
    width: calc(100% / 1 - 2% - 1px) !important;
    margin: 1% !important;
  }
  .sp_flexbox02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sp_flexbox02 > * {
    width: calc(100% / 2 - 2% - 1px) !important;
    margin: 1% !important;
  }
  .sp_flexbox03 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sp_flexbox03 > * {
    width: calc(100% / 3 - 2% - 1px) !important;
    margin: 1% !important;
  }
}
@media print, screen and (min-width:600px) {
  /* columnsFlex*/
  .pc_flex {
    display: flex;
  }
  .pc_flexbox01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pc_flexbox01 > * {
    width: calc(100% / 1 - 1% - 1px) !important;
    margin: .5% !important;
  }
  .pc_flexbox02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pc_flexbox02 > * {
    width: calc(100% / 2 - 1% - 1px) !important;
    margin: .5% !important;
  }
  .pc_flexbox03 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pc_flexbox03 > * {
    width: calc(100% / 3 - 1% - 1px) !important;
    margin: .5% !important;
  }
  .pc_flexbox04 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pc_flexbox04 > * {
    width: calc(100% / 4 - 1% - 1px) !important;
    margin: .5% !important;
  }
  .pc_flexbox05 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pc_flexbox05 > * {
    width: calc(100% / 5 - 1% - 1px) !important;
    margin: .5% !important;
  }
}
/*header*/
.header_head {
  position: relative;
}
.header_logo {
  margin: -20px auto 0 0;
}
.header_main > div {
  /*position: relative;
  height: 70vh;*/
}
.header_main {
  margin: 0 auto 30px;
  background: url(../../images/index/main-bg.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width:599px) {
  .header_logo {
    width: 70%;
    padding: 2%;
    margin-top: 0;
  }
  .header_main > div {
    overflow: hidden;
    /*height: 65vh;*/
    width: 100%;
    /*padding: 2em 0;*/
  }
  .header_main_thum {
    /*margin-left: -60px;*/
  }
  .header_main_thum img {
    /*width: 650px;
    max-width: inherit;*/
  }
  .header_main_catch {
    width: 80%;
    max-width: 599px;
    position: absolute;
    left: 0;
    bottom: 20px;
    padding-left: 2%;
  }
}
@media print, screen and (min-width:600px) {
  .header_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    padding: 0 0 0 5rem;
    margin: 0 auto;
  }
  .header_logo {
    max-width: 380px;
    display: flex;
    align-items: center;
  }
  .header_logo img {
    height: 86px;
  }
  .header_main_thum {
	  /*
    max-width: 1100px;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
	  */
	  text-align: center;
  }
  .header_main_catch {
    width: 100%;
    max-width: 600px;
    position: absolute;
    left: 0;
    bottom: 7vw;
  }
  .clone-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    transition: .3s;
    transform: translateY(-100%);
    width: 100%;
    max-width: 100%;
  }
  .is-show {
    transform: translateY(0);
    background: #fff;
    box-shadow: 0px 5px 0px 0px rgb(0 0 0 / 10%);
  }
  .is-show.header_head .header_logo {
    margin-top: -10px;
  }
  .is-show .nav_bottom ul li a {
    height: 5rem;
    padding: 1rem 3rem;
  }
}
/*global*/
div.nav_top {
  padding: 10px;
}
div.nav_top ul {
  justify-content: end;
}
div.nav_top ul li {
  margin-left: 1.5rem;
}
div.nav_top ul li:last-child {
  /* background: #333; */
}
div.nav_top ul li:last-child a:hover {
  text-decoration: none;
  background: #000;
}
div.nav_top ul li img {
  height: 100px;
}
div.nav_top ul li a {
  line-height: 1.4;
  text-align: center;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-size: 14px;
  font-weight: bold;
  padding: 0 1.5rem;
}
div.nav_top .mb_link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 59px;
  height: 59px;
  border-radius: 30px;
  box-sizing: border-box;
  text-align: center;
  font-size: 18px;
  transition: width .4s ease, height .4s ease;
  -webkit-transition: width .4s ease, height .4s ease;
  z-index: 10000;
  color: #fff;
  text-decoration: none;
}
div.nav_top .mb_link01 {
  background: #1fa994;
}
div.nav_top .mb_link02 {
  background: #333;
}
div.nav_top .mb_link img {
  height: auto;
  vertical-align: bottom;
}
div.nav_top .mb_link span:first-child {
  width: 27px;
}
div.nav_top .mb_link .txt {
  display: none;
  opacity: 0;
  transition: opacity .5s ease;
  transition-delay: 0.2s;
}
div.nav_top .mb_link:after {
  content: "";
  opacity: 0;
  transition: opacity .1s ease;
  transition-delay: .2s;
}
div.nav_top .mb_link:hover:after {
  display: inline-block;
  opacity: 100;
  visibility: inherit;
  margin-left: 10px;
  color: #fff;
  font-weight: bold;
  transition: opacity .1s ease;
  transition-delay: .2s;
}
div.nav_top .mb_link01:hover:after {
  content: "0120-442-776";
}
div.nav_top .mb_link02:hover:after {
  content: "お問い合わせ";
}
div.nav_top .mb_link:hover {
  width: 250px;
}
div.nav_bottom {
  border-top: solid 1px #e9ebec;
}
div.nav_bottom ul {
  justify-content: space-evenly;
}
div.nav_bottom ul li a {
  line-height: 1.4;
  text-align: center;
  padding: 0 3rem;
  width: 100%;
  height: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
}
.header_nav ul {
  display: flex;
  align-items: center;
}
/*sidebar*/
.sidebar {
  width: 240px;
  margin: 0 auto 0 0;
}
.sidebar .side_blog a {
  padding: 10px 8px 10px 12px;
  border-bottom-width: 1px;
  border-bottom-color: #cecece;
  border-bottom-style: dotted;
  display: block;
}
.sidebar .side_blog a:before {
/*  content: "";*/
  background-image: url("../../images/byline.svg");
  position: relative;
  display: inline-block;
  height: 14px;
  width: 14px;
  vertical-align: middle;
  left: 0;
  margin-right: 10px;
}
.sidebar .side_blog {
  margin-bottom: 20px;
}
.sidebar .side_blog .select {
  font-weight: bold;
}
.sidebar .side_blog .select a:before {
  content: "";
  background-image: url("../../images/byline_on.svg");
  position: relative;
  display: inline-block;
  height: 14px;
  width: 14px;
  vertical-align: middle;
  left: 0;
  margin-right: 10px;
}
.sidebar .side_blog p {
  margin-bottom: 5px;
  border-bottom-color: #9e9e9e;
  border-bottom-style: none;
}
.sidebar .side_box1 {
  margin-bottom: 30px;
  padding: 15px 10px;
  border: 5px solid #000;
}
.sidebar .box1_bnr {
  text-align: center;
  width: 100%;
  margin: 0 auto 10px;
}
.sidebar .box1_bnr:last-child {
  margin-bottom: 0;
}
.sidebar .works_box {
  background-image: url("../../images/whtml/side_img22.png");
  margin-bottom: 20px;
  border-top: solid #085CA2 3px;
  padding: 10px 5px 5px 5px;
}
.sidebar .side_area {
  background-image: url("../../images/whtml/side_img22.png");
  border-top: solid 3px #E73260;
  padding: 15px 10px 10px 10px;
}
.sidebar .side_area .side_area_title {
  text-align: center;
  margin-bottom: 10px;
}
.sidebar .side_area .side_area_text {
  margin-bottom: 10px;
}
.sidebar .voice_box {
  margin-bottom: 20px;
}
.sidebar > ul li {
  background-image: url("../../images/etc/secondary-menu-item.png");
}
.sidebar > ul li a {
  vertical-align: middle;
  width: 210px;
  height: 38px;
  padding-right: 5px;
  padding-left: 25px;
  display: table-cell;
}
div.menu-primary-container {
  width: 240px;
  margin-bottom: 30px;
}
ul#menu-primary li.menu-item {
  text-align: center;
  margin-bottom: 5px;
  padding: 5px;
  background: radial-gradient(#fff, #e8e7e7) fixed;
  border: 1px solid #ccc;
  border-radius: 3px;
}
ul#menu-primary li.menu-item:first-child {
  padding: 0;
  border: none;
  background: none;
}
ul#menu-primary li.menu-item:first-child a {
  display: block;
}
ul#menu-primary li.menu-item:first-child a:before {
  display: none;
}
ul#menu-primary li.menu-item a {
  display: flex;
  align-items: center;
  position: relative;
}
ul#menu-primary li.menu-item a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 6px 0 6px 8px;
  border-style: solid;
  border-color: transparent;
  border-left-color: transparent;
  border-left-color: #1fa99487;
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
ul#menu-primary li.menu-item a span {
  margin-left: 1em;
  font-weight: bold;
}
div.menu-primary-container .top {
  margin-bottom: 10px;
  text-align: center;
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
  padding: 10px 0;
}
div.menu-secondary-container {
  width: 240px;
  margin-bottom: 30px;
}
ul#menu-secondary li.menu-item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  border-bottom-style: dotted;
}
ul#menu-secondary li.menu-item a {
  vertical-align: middle;
  position: relative;
  padding-left: 15px;
}
div.menu-secondary-container .top {
  margin-bottom: 10px;
  text-align: center;
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
  padding: 10px 0;
}
.menu-decoration span {
  display: block;
  font-size: 2.0rem;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.menu-decoration span.en {
  font-size: 1.4rem;
  font-size: 14px;
  color: #1fa994;
}
ul#menu-secondary li.menu-item a:before {
  position: absolute;
  top: 0.3125em;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 6px 0 6px 8px;
  border-style: solid;
  border-color: transparent;
  border-left-color: transparent;
  border-left-color: #1fa99487;
}
ul#menu-footer li.menu-item a {
  color: #737372;
  text-align: center;
}
div.menu-footer-container {
  text-align: center;
  position: relative;
  margin-top: 10px;
  margin-right: 13px;
  overflow: hidden;
}
ul#menu-footer {
  position: relative;
  left: 53%;
  margin-top: 15px;
  margin-bottom: 15px;
  float: left;
}
ul#menu-footer li.menu-item {
  vertical-align: middle;
  position: relative;
  left: -50%;
  margin-top: 3px;
  padding-right: 10px;
  padding-left: 10px;
  border-right-width: 1px;
  border-right-color: #737372;
  border-right-style: solid;
  display: table-cell;
  float: left;
}
ul#menu-footer li.menu-item a:hover {
  color: #6ABE28;
  text-decoration: underline;
}
.side_banner {
  margin-bottom: 30px;
}
.side_banner p {
  margin-top: 0;
/*  margin-bottom: 10px;*/
	border: 1px solid;
	border-bottom: none;
}
.side_banner ul {
	border: 1px solid;
}
.side_banner_2 {
  margin-bottom: 30px;
}
.side_banner_2 p {
  margin-top: 0;
  margin-bottom: 10px;
}
div.menu-works div.menu-inner {
  padding: 10px;
  position: relative;
  margin: 0;
}
div.menu-works div.menu-inner > p {
  margin-bottom: 10px;
  padding-right: 50px;
  font-size: 1.4rem;
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
}
div.menu-works div.menu-inner p:after {
  content: "";
  background: url("../../images/whtml/side_img32.svg") no-repeat;
  width: 70px;
  height: 70px;
  background-size: cover;
  position: absolute;
  right: -5%;
  top: 2%;
  z-index: -1;
}
div.menu-works div.menu-inner .itemBox {
  text-align: center;
  background: #fff;
  padding: 19px 20px 0;
  background: #f5f5f5;
}
div.menu-works div.menu-inner .itemBox .nekoItem {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
div.menu-works div.menu-inner .itemBox .nekoItem .thumb {
  order: 2;
}
div.menu-works div.menu-inner .itemBox .nekoItem .comment {
  order: 1;
  width: 100%;
  margin-bottom: 10px;
}
div.menu-works div.menu-inner .itemBox .nekoItem .comment u {
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  font-size: 1.8rem;
  font-size: 18px;
  line-height: 1.4;
}
div.menu-works div.menu-inner ul {
  padding: 10px 20px 20px 20px;
  background: #f5f5f5;
}
div.menu-works div.menu-inner div.menu-title {
  text-align: center;
  font-size: 1.8rem;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 12px;
}
div.menu-works div.menu-inner div.menu-thumbnail {
  text-align: center;
  padding: 0 10px 10px;
}
div.menu-works ul li {
  text-align: center;
  margin-bottom: 7px;
  position: relative;
  z-index: 2;
}
div.menu-works ul li:last-child {
  margin-bottom: 0;
}
div.menu-works ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #052A66;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0 12px 0;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  border-radius: 3px;
}
div.menu-works ul li a:after {
  content: " \f0da";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 8px;
}
div.menu-works ul li:last-child a {
  background: #4EA7D3;
}
@media screen and (max-width:599px) {
  .sidebar {
    position: fixed;
    width: 260px;
    overflow: auto;
    padding: 10px;
    top: 0;
    right: -300px;
    background: #fff;
    box-shadow: -2px 0px 2px rgb(0 0 0 / 10%);
    z-index: 99999999999999999999999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .sidebar.open {
    right: 0;
  }
	.sidebar ul {
		border: none;
	}
	.sidebar ul li {
		padding: 12px 5px 5px 5px;
    	border-bottom: 1px dashed #666;
	}
	.sidebar ul li a {
		position: relative;
		padding-left: 15px;
    	vertical-align: middle;
	}
	.sidebar ul li a:before {
		position: absolute;
		top: 0.3125em;
		left: 0;
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-width: 6px 0 6px 8px;
		border-style: solid;
		border-color: transparent;
		border-left-color: transparent;
		border-left-color: #1fa99487;
	}
  div.toggle {
    position: absolute;
    top: 19px;
    right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 13%;
  }
  .fixed div.toggle {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    color: #fff;
    background: rgb(255 255 255 / 80%);
  }
  .fixed div.toggle img {
    display: none;
  }
  .sidebar .box1_bnr {
    text-align: center;
  }
  .sidebar .box1_bnr img {
    width: 200px;
  }
  div.menu-works div.menu-inner {
    padding: 0;
  }
  div.menu-works div.menu-inner p:after {
    content: "";
    background: url("../../images/whtml/side_img32.svg") no-repeat;
    width: 70px;
    height: 70px;
    background-size: cover;
    position: absolute;
    right: 0;
    top: -1%;
    z-index: -1;
  }
}
@media print, screen and (min-width:600px) {
  .sidebar {
    height: auto !important;
  }
}
/*footer*/
.footer .footer_bg {
  padding: 30px 0 60px;
}
.footer .footer_center {
  display: flex;
  flex-wrap: wrap;
}
.footer .footer_nav {
  display: flex;
  margin: 0 auto 0 0;
  width: calc(100% - 300px);
  justify-content: flex-start;
}
.footer .footer_nav_column_title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.8rem;
  font-size: 18px;
}
.footer .footer_nav_column_list ul li {
  margin-bottom: 5px;
}
.footer .footer_nav_column_list ul li a {
  position: relative;
  vertical-align: middle;
  padding-left: 15px;
}
.footer .footer_nav_column_list ul li:last-child {
  margin-bottom: 0;
}
.footer .footer_nav_column_list ul li a:before {
  position: absolute;
  top: 0.3125em;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 6px 0 6px 8px;
  border-style: solid;
  border-color: transparent;
  border-left-color: transparent;
  border-left-color: #1fa99487;
}
.footer .footer_campany {
  width: 300px;
  margin: 0 0 0 auto;
}
.footer .footer_campany_home img, .footer .footer_campany_tel img, .footer .footer_campany_contact img {
  width: 100%;
}
.footer .footer_campany_home {
  margin-bottom: 15px;
  width: 100%;
}
.footer .footer_campany_tel {
  width: 90%;
  margin: 0 auto 15px;
}
.footer .footer_campany_tel img {
  width: 100%;
}
.footer .footer_campany_contact {
  width: 100%;
}
.footer .footer_copy > div {
  text-align: center;
  padding: 10px 0;
  letter-spacing: 1px;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width:599px) {
  footer {
    padding-bottom: 60px;
  }
  .footer .footer_bg {
    padding: 20px 0 0;
  }
  .footer .footer_campany {
    width: 86%;
    margin: 0 auto;
  }
  .footer .footer_campany_tel {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width:600px) {
  .footer .footer_copy > div {}
}
/*ページの先頭に戻る*/
.fixed_top {
  position: fixed;
  bottom: 70px;
  right: 10px;
  opacity: 1;
  cursor: pointer;
  animation: img_box_9955 3s linear infinite;
}
.fixed_top a {
  display: block;
}
.fixed_top img {
  height: 100px;
}
@keyframes img_box_9955 {
  0% {
    transform: translateY(0)
  }
  33.33333% {
    transform: translateY(-10px)
  }
  66.66667% {
    transform: translateY(0)
  }
  100% {
    transform: translateY(0)
  }
}
.top_title {
  line-height: 1.4;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}
.top_title .ja {
  display: inline-block;
  font-weight: bold;
  font-size: 32px;
  font-size: 3.2rem;
  border-bottom: 4px solid #1fa994;
  padding-bottom: 4px;
}
.top_title .en {
  display: block;
  font-weight: bold;
  color: #1fa994;
  font-family: 'Oswald', sans-serif;
}
.top_intro {
  margin: 10px auto 40px;
  text-align: center;
}
@media screen and (max-width:599px) {
  .top_title {}
  .top_title .ja {
    font-size: 2.4rem;
    text-align: left;
    line-height: 1.6;
  }
  .top_title .en {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .top_intro {
    text-align: left;
    margin-bottom: 20px;
  }
}
/*見出し*/
div#masthead {
  background: url(../../images/masthead_bg.jpg) no-repeat;
  background-size: auto;
  padding: 10vh 0;
}
div#masthead h1 {
  font-size: 3.2rem;
  font-weight: bold;
  color: #fff;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
div.headline {
  margin-bottom: 15px;
  background-color: #ededed;
  background-image: repeating-linear-gradient(-45deg, #DBDBDA, #dbdbdb 3px, transparent 0, transparent 4px);
  border-left: 5px solid #333;
}
div.headline h2 {
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 1.8rem;
  font-size: 18px;
  background-repeat: no-repeat;
  padding: 8px 10px;
}
div.strapline {
  margin-bottom: 15px;
  background-color: #0d0d0d;
  background-image: linear-gradient(#333333 50%, transparent 50%, transparent 100%);
  background-size: 3px 3px;
}
div.strapline h3 {
  color: #fff;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 8px 10px;
  font-size: 1.8rem;
  font-size: 18px;
}
div.byline {
  margin-bottom: 10px;
  position: relative;
}
div.byline h4 {
  letter-spacing: 1px;
  font-weight: bold;
  vertical-align: middle;
  padding-left: 30px;
  position: relative;
  font-size: 1.8rem;
  font-size: 18px;
}
div.byline h4:before {
  position: absolute;
  top: 0.3125em;
  left: 15px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 6px 0 6px 8px;
  border-style: solid;
  border-color: transparent;
  border-left-color: transparent;
  border-left-color: #1fa99487;
}
div.columns {
  margin-bottom: 15px;
}
div.simple {
  margin-bottom: 15px;
  overflow: hidden;
}
@media screen and (max-width:599px) {
  div#masthead {
    padding: 5vh 1em;
    height: auto;
  }
  div#masthead h1 {
    font-size: 20px;
    font-size: 2.0rem;
    padding: 0;
  }
  div.byline {
    margin-bottom: 10px;
    position: relative;
  }
}
@media screen and (max-width:599px) {
  div.simple .image {
    max-width: 40%;
  }
  div.simple .text {
    max-width: 100%;
  }
}
div.image {
  text-align: center;
}
div.text {
  line-height: 1.5;
  padding: 8px;
  text-align: left;
}
div.text a {
  color: #ff7900;
}
div.beforeafter {
  margin: 10px auto 15px;
  display: table;
  table-layout: fixed;
}
div.beforeafter-horizontal div.before {
  vertical-align: top;
  display: table-cell;
}
div.beforeafter-horizontal div.after {
  vertical-align: top;
  float: right;
}
div.beforeafter-horizontal div.arrow {
  vertical-align: middle;
  display: table-cell;
  padding: 0 10px;
}
div.beforeafter div.caption {
  margin-bottom: 5px;
  text-align: center;
}
div.beforeafter-vertical div.before div.image {
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}
div.beforeafter-vertical div.arrow {
  text-align: center;
}
div.beforeafter-vertical div.after {
  width: 930px;
}
div.detail div.image {
  margin-right: 15px;
  float: left;
}
div.detail div.detail-list table tr td {
  padding: 4px;
  border-width: 1px;
  border-color: #e73260;
  border-style: solid;
}
div.detail div.detail-list {
  overflow: hidden;
}
div.detail div.detail-list table tr th {
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  background-color: #ee7291;
  padding: 4px;
  border-width: 1px;
  border-color: #e73260;
  border-style: solid;
}
div.detail div.detail-list table tr {
  border-width: 1px;
  border-color: #e73260;
  border-style: solid;
}
div.detail dl {
  padding-top: 20px;
  padding-bottom: 5px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
div.detail div.detail-list table {
  width: 100%;
  border-width: 1px;
  border-color: #e73260;
  border-style: solid;
  border-collapse: collapse;
}
div.detail {}
div.detail dl dt {
  width: 20%;
  padding: 8px 10px;
  background: #F4F4F4;
  margin-bottom: 2px;
}
div.detail dl dd {
  width: 80%;
  padding: 8px 10px;
  margin-bottom: 2px;
}
div.table {
  margin-bottom: 15px;
}
div.table div.table-list {
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
div.table div.table-list table {
  width: 100%;
  border-width: 1px;
  border-color: #e73260;
  border-style: solid;
  border-collapse: collapse;
}
div.table div.table-list table th {
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  background-color: #ee7291;
  width: 20%;
  padding: 10px;
  border-width: 1px;
  border-color: #e73260;
  border-style: solid;
}
div.table dl {
  display: flex;
  flex-wrap: wrap;
}
div.table dl dt {
  width: 20%;
  padding: 8px 10px;
  background: #F4F4F4;
  margin-bottom: 2px;
}
div.table dl dd {
  width: 80%;
  padding: 8px 10px;
  margin-bottom: 2px;
}
div.table div.table-list table td {
  padding: 10px;
  border-width: 1px;
  border-color: #e73260;
  border-style: solid;
}
@media screen and (max-width:599px) {
  div.table div.table-list table {
    width: 100%;
    border-width: 1px;
    border-color: #e73260;
    border-style: solid;
    border-collapse: collapse;
  }
  div.table dl dt {
    width: 100%;
  }
  div.table dl dd {
    width: 100%;
  }
  div.detail dl dt {
    width: 100%;
  }
  div.detail dl dd {
    width: 100%;
  }
}
div.map-canvas {
  width: 800px;
  height: 600px;
  margin: 15px auto;
}
div.texts {
  margin-bottom: 15px;
}
/*wide*/
div.wide1 {
  width: 930px;
  margin-bottom: 30px;
}
div.wide2 {}
div.wide3 {
  width: 300px;
  margin-right: 15px;
  margin-bottom: 30px;
  float: left;
}
div.wide4 {
  width: 225px;
  margin-right: 10px;
  margin-bottom: 30px;
  float: left;
}
div.wide5 {
  width: 178px;
  margin-right: 10px;
  margin-bottom: 30px;
  float: left;
}
div.wides div.image {}
div.wides div.text {
  color: #545454;
  line-height: 1.5;
  margin-bottom: 5px;
  padding: 5px;
}
@media screen and (max-width:599px) {
  div.wide1 {
    width: 100%;
  }
}
div#breadcrumbs {
  max-width: 1200px;
  margin: 20px auto;
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem;
}
div#breadcrumbs a {}
@media screen and (max-width:599px) {
  div#breadcrumbs {
    margin: 10px 0 10px 1em;
    padding-right: 10px;
  }
  div#breadcrumbs a {}
}
div.pagetop {
  text-align: right;
  margin-top: 25px;
  float: right;
}
div#inquiry {
  text-align: center;
  margin-bottom: 15px;
}
div#tagged {
  margin-bottom: 15px;
}
div#tagged div.headline h3 {
  letter-spacing: 1px;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  background-repeat: no-repeat;
  height: 40px;
  padding-right: 15px;
  padding-left: 30px;
  display: table-cell;
  font-size: 1.8rem;
  font-size: 18px;
}
div#tagged div.headline {
  margin: 0;
  padding: 0;
}
div#tagged div.column5 {
  float: left;
}
div#tagged div.columns {
  margin: 10px auto;
}
div#tagged div.columns strong.title a {
  font-weight: normal;
  text-align: center;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}
div#tagged div.liner {
  margin-right: auto;
  margin-left: auto;
}
/*ページの先頭に戻る*/
.fixed_top {
  position: fixed;
  bottom: 70px;
  right: 10px;
  opacity: 1;
  cursor: pointer;
  animation: img_box_9955 3s linear infinite;
}
.fixed_top a {
  display: block;
}
.fixed_top img {
  height: 100px;
}
@keyframes img_box_9955 {
  0% {
    transform: translateY(0)
  }
  33.33333% {
    transform: translateY(-10px)
  }
  66.66667% {
    transform: translateY(0)
  }
  100% {
    transform: translateY(0)
  }
}
/*カテゴリー系*/
.categoryWrap {
  margin-bottom: 30px;
}
.categoryWrap .category li {}
.categoryWrap .category li a {
  margin: 0 auto;
  padding: 1em;
  max-width: 100%;
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  transition: 0.3s;
  border-radius: 3px;
  background: #20a994;
  color: #fff;
  display: flex;
  justify-content: center;
}
@media screen and (max-width:599px) {
  .categoryWrap .category {
    display: block;
    margin: auto
	}
  .categoryWrap .category li {
	display: inline-block;
    width: calc(100% / 2 - 2% - 1px);
    margin: .5%;
  }
  .categoryWrap .category li a {
    padding: .5em 1em;
    font-size: 1.4rem;
    font-size: 14px;
  }
}
@media print, screen and (min-width:600px) {
  .categoryWrap .category {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .categoryWrap .category li {
    width: calc(100% / 4 - 1% - 1px);
    margin: .5%;
  }
}
/*--------------------------------
トップページ：index.html
--------------------------------*/
.contents_box1 .pager-upper, .contents_box1 .pager-lower {
  display: none;
}
#main .contents_box1:before {
  content: "";
  background: url("../../images/index/contents01_bg.svg") no-repeat;
}
.contents_box1 .box1_title {
  text-align: center;
  margin-bottom: 10px;
}
.contents_box1 .box1_background {
  position: relative;
}
.contents_box1 .box1_column {
  width: 260px;
  position: relative;
  float: left;
  margin-right: 45px;
  margin-bottom: 30px;
}
.contents_box1 .image {
  width: 170px;
  margin: 0 10px 10px 0;
}
.contents_box1 .galleryInner {
  width: calc(100% - 180px);
}
.contents_box1 .image a img {
  max-width: 100%;
  box-sizing: border-box;
  border: none;
  object-fit: cover;
  width: 100%;
  height: 170px;
  border-radius: 10px;
}
.contents_box1 .title h3 {
  margin-bottom: 2px;
}
.contents_box1 h3 a {
  font-weight: bold;
  font-size: 1.8rem;
  font-size: 18px;
}
.contents_box1 .box1_column_cover {
  margin-bottom: 30px;
}
.contents_box1 .box1_column_cover .galleryList {
  max-height: 500px;
}
.contents_box1 .box1_column_cover .gallery {
  margin: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contents_box1 .detailLink a {}
@media screen and (max-width:599px) {
  #main .contents_box1 {
    margin-bottom: 50px;
  }
  .contents_box1 .image {
    width: 100px;
  }
  .contents_box1 .image a img {
    height: 100px;
  }
  .contents_box1 .galleryInner {
    width: calc(100% - 100px - 20px);
  }
  .contents_box1 h3 a {
    font-size: 1.6rem;
    font-size: 16px;
  }
}
@media print, screen and (min-width:600px) {
  #main .contents_box1 {
    margin-bottom: 130px;
  }
}
/*施工事例*/
.contents_box2 .pager-upper, .contents_box2 .pager-lower {
  display: none;
}
.contents_box2 .box2_title img {
  width: 100%;
}
.contents_box2 .box2_background {
  position: relative;
}
.contents_box2 .box2_table_back {
  margin-bottom: 100px;
  position: relative;
}
.contents_box2 .box2_table_title > div {
  border-top: 0;
  position: relative;
  display: inline-block;
}
.contents_box2 .box2_table_title > div:before {
  content: "";
  background: url("../../images/img_roller.gif") no-repeat;
  width: 144px;
  height: 131px;
  background-size: cover;
  position: absolute;
  right: -171px;
  top: -70px;
  z-index: 2;
}
.contents_box2 .box2_table {
  margin-bottom: 30px;
}
.box2_table_column {}
.contents_box2 .box2_table_column_title {
  text-align: center;
  margin-bottom: 10px;
}
.contents_box2 .box2_table_column_title .ja {
  display: block;
  font-weight: bold;
  font-size: 2.4rem;
  font-size: 24px;
}
.contents_box2 .box2_table_column_title .en {
  display: block;
  font-size: 1.2rem;
  font-size: 12px;
}
.contents_box2 .box2_table_column_tumnail {
  margin-bottom: 20px;
  text-align: center;
}
.contents_box2 .box2_table_column_tumnail img {
  border-radius: 10px;
}
.contents_box2 .box2_table_column_list table {
  table-layout: fixed;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
}
.contents_box2 .box2_table_column_list table td {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 8px 10px;
}
.contents_box2 td.main {
  background: #F4F4F4;
  text-align: center;
  border: solid 1px #B2B2B2;
  width: 30%;
}
.contents_box2 td.num {
  padding: 3px;
  border-top: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  border-bottom: solid 1px #B2B2B2;
  background: #fff;
}
.contents_box2 .box2_table_column a.link {
  color: #333;
  text-decoration: none;
}
.contents_box2 .box2_table_column_link .button {
  border: 3px solid #000;
  border-radius: 5px;
  font-weight: bold;
  color: #000;
  padding: 15px 10px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.contents_box2 .box2_table_column_link .button:hover {
  border-left-color: #FFF100;
  border-bottom-color: #FFF100;
  border-right-color: #1fa994;
  border-top-color: #1fa994;
  color: #1fa994;
  text-decoration: none;
}
.contents_box2 .box2_table_column_link .button::before, .contents_box2 .box2_table_column_link .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.contents_box2 .box2_table_column_link .button, .contents_box2 .box2_table_column_link .button::before, .contents_box2 .box2_table_column_link .button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.contents_box2 .box2_table_column_link span {
  position: relative;
  bottom: 2px;
}
@media screen and (max-width:599px) {
  #main .contents_box2 {
    overflow: h;
  }
  #main .contents_box2 > div {
    width: 100%;
  }
  .contents_box2 .box2_table {
    margin-bottom: 0;
  }
  .contents_box2 .box2_table_column {
    background: #fff;
    padding: 20px;
  }
  .contents_box2 .box2_table_column_list table {
    margin-bottom: 0;
  }
  .contents_box2 .box2_table_column_list {
    margin-bottom: 0;
  }
  .contents_box2 .box2_table_back {
    margin-bottom: 30px;
    background: #eef0f2;
    padding-bottom: 50px;
    margin-right: 30px;
    padding: 10px 20px 50px 20px;
    border-radius: 0 10px 10px 0;
  }
  .contents_box2 .box2_table_title > div {
    text-align: left;
    display: block;
    padding-right: 20.701vw;
    padding-top: 20px;
  }
  .contents_box2 .box2_table_title > div:before {
    width: 20.701vw;
    height: 18.531vw;
    right: 0;
    top: 20px;
    z-index: 2;
  }
}
@media print, screen and (min-width:600px) {
  #main .contents_box2 {
    margin-bottom: 100px;
  }
}
/*最新の施工事例*/
.contents_box2 .box2_works_cover .pager-upper, .contents_box2 .box2_works_cover .pager-lower {
  display: none;
}
.contents_box2 .box2_works_title > div {
  padding-top: 50px;
  display: inline-block;
  position: relative;
}
.contents_box2 .box2_works_title .en {
  right: 0;
}
.contents_box2 .box2_works_title > div:before {
  content: "";
  background: url("../../images/img_risu.gif") no-repeat;
  width: 99px;
  height: 113px;
  background-size: cover;
  position: absolute;
  left: -109px;
  top: -10px;
  z-index: 2;
}
.contents_box2 .box2_works {
  margin-bottom: 100px;
  position: relative;
}
.contents_box2 .box2_works_column {
  width: 200px;
  float: left;
  margin-right: 33px;
}
.contents_box2 .works_column_title {
  border-left: solid 3px #085CA2;
  padding-left: 5px;
  margin-bottom: 10px;
  height: 36px;
  overflow: hidden;
}
.contents_box2 .works_column_title a {
  color: #333;
}
.contents_box2 .works_column_thumnail {
  position: relative;
  margin-bottom: 5px;
}
.contents_box2 .works_column_tezt a {
  color: #333;
}
.contents_box2 .box2_works_cover .galleryList .gallery .image {
  margin-bottom: 10px;
}
.contents_box2 .box2_works_cover .galleryList .gallery .image a img {
  object-fit: cover;
  width: 100%;
  min-height: 210px;
  max-height: 250px;
  border-radius: 10px;
}
.contents_box2 .box2_works_cover .galleryList .gallery .galleryInner span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: #e73260;
  color: #fff;
  font-size: 80%;
  padding: 6px 16px 4px 14px;
  border-radius: 3px;
}
.contents_box2 .box2_works_cover .galleryList .gallery .galleryInner .title h3 {
  font-weight: bold;
  font-size: 1.8rem;
  font-size: 18px;
}
.contents_box2 .box2_works_cover .galleryList .gallery .galleryInner .title h3 a {
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
}
.contents_box2 .box2_works_cover .galleryList .gallery .galleryInner .galleryContent {
  display: none;
}
.contents_box2 .box2_works_cover .galleryList .gallery .galleryInner .galleryContent .comment p {
  margin-bottom: 5px;
}
.contents_box2 .box2_works_cover .galleryList .gallery .galleryInner .galleryContent .detailLink a {}
@media screen and (max-width:599px) {
  .contents_box2 .box2_table_column:nth-child(n+3) {
    width: calc(100% / 3 - 2% - 1px);
  }
  .contents_box2 .box2_table_column_title .ja {
    font-size: 22px;
    font-size: 2.0rem;
  }
  .contents_box2 .box2_works_title > div {
    display: block;
    text-align: left;
    padding-right: 16.528vw;
    padding-top: 20px;
  }
  .contents_box2 .box2_works_title > div:before {
    right: 0px;
    left: inherit;
    width: 16.528vw;
    height: 18.865vw;
    top: 10px;
  }
  .contents_box2 .box2_works {
    margin: 0 15px 30px;
    background: #eef0f2;
    padding: 10px 20px 50px 20px;
    border-radius: 10px;
  }
  .contents_box2 .box2_works_cover .galleryList .gallery {
    padding: 20px;
    background: #fff;
  }
  .contents_box2 .box2_works_cover .galleryList .gallery .image a img {
    min-height: 150px;
    max-height: 200px;
  }
}
#main .contents_box3 {
  background-image: url("../../images/index/contents03_01_pc.png");
  background-size: cover;
  height: 309px;
  background-repeat: no-repeat;
  position: relative;
  width: 98%;
  margin: 1% auto;
}
#main .box3_position {
  position: absolute;
  left: 10px;
  bottom: 10px;
}
#main .contents_box3.pc_no {
  background: none;
  height: auto;
  width: 100%;
}
#main .contents_box4 {
  margin-bottom: 100px;
}
@media screen and (max-width:599px) {
  #main .contents_box4 {
    margin-bottom: 30px;
  }
}
#main .contents_box5 {
  background-image: url("../../images/index/contents_img31.svg");
  background-repeat: no-repeat;
  height: 373px;
  background-size: contain;
  position: relative;
  margin-bottom: 70px;
}
.contents_box5 .box5_cover.clearfix {
  position: absolute;
  bottom: 20px;
  right: 15px;
}
.contents_box5 .box5_column {
  float: left;
  margin-right: 20px;
}
.contents_box5 .box5_column img {
  height: 77px;
}
#main .contents_box6 {
  margin-bottom: 100px;
}
.contents_box6 .box6_title {
  text-align: center;
  font-weight: bold;
  background: #8e7c00;
  color: #fff;
  padding: 5px 3px;
}
.contents_box6 .box6_border {
  border-right: solid 1px #D0D0D0;
  border-left: solid 1px #D0D0D0;
  border-bottom: solid 1px #D0D0D0;
}
.contents_box6 .box6_padding {
  padding: 20px;
}
.contents_box6 .box6_security {
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width:599px) {
  #main .contents_box6 {
    margin-bottom: 30px;
  }
  .contents_box6 .box6_padding {
    padding: 10px;
  }
  .contents_box6 .box6_security {
    margin-bottom: 10px;
  }
}
.contents_box7 {
  margin-bottom: 50px;
}
.contents_box7 .box7_cover {
  position: relative;
}
.contents_box7 .top_title > div {
  padding: 50px 0 30px;
  display: inline-block;
  position: relative;
}
.contents_box7 .top_title > div:before {
  content: "";
  background: url("../../images/img_tori.gif") no-repeat;
  width: 130px;
  height: 150px;
  background-size: cover;
  position: absolute;
  right: -140px;
  top: -20px;
}
@media screen and (max-width:599px) {
  .contents_box7 {
    margin-bottom: 30px;
  }
  .contents_box7 .top_title > div {
    display: block;
    text-align: left;
    padding: 0 21.703vw 20px 0;
  }
  .contents_box7 .top_title > div:before {
    right: 0;
    top: -10px;
    width: 21.703vw;
    height: 25.042vw;
  }
  .contents_box7 .box7_area {
    width: 96%;
    margin: 0 auto 10px;
  }
  .contents_box7 .box7_map {
    width: 70%;
    margin: 0 auto;
  }
}
@media print, screen and (min-width:600px) {
  .contents_box7 .box7_wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .contents_box7 .box7_area {
    width: 68%;
    margin-right: 2%;
  }
  .contents_box7 .box7_map {
    width: 30%;
  }
}
#main .contents_box8 {
  position: relative;
}
#main .contents_box8 > div {
  align-items: flex-start;
}
.contents_box8 .box8_info_inner {
  max-height: 500px;
}
.contents_box8 .box8_info .article {
  position: relative;
  border-bottom: 1px dotted #999;
  padding: 14px 10px 20px 10px;
  display: flex;
  flex-wrap: wrap;
}
.contents_box8 .box8_info .articleHead {
  order: 2;
  display: flex;
  width: calc(100% - 140px);
}
.contents_box8 .box8_info .articleBody {
  display: flex;
  align-items: start;
  order: 0;
  margin: 0 20px 0 0;
  width: 120px;
}
.contents_box8 .box8_info .articleContent {
  display: none;
}
.contents_box8 .box8_info .articleFooter {
  width: 100%;
  order: 3;
  margin-top: 9px;
}
.contents_box8 .box8_info .articleFooter a {
  background: #88d1c6;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  padding: 4px 5px;
  color: #fff;
}
.contents_box8 .box8_info .articleDate p {
  font-size: 1.4rem;
  font-size: 14px;
}
@media screen and (max-width:599px) {
  .contents_box8 .box8_info .articleHead {
    width: 100%;
  }
  .contents_box8 .box8_info .articleBody {
    width: 100%;
    margin: 0 0 5px 0;
  }
}
.contents_box8 .box8_info ul li + li {
  border-top: 1px dotted #666;
}
.contents_box8 .box8_info ul li {
  padding: 10px;
}
.contents_box8 .box8_info ul li a {
  margin-left: 12px;
  display: inline-block;
}
.contents_box8 .box8_info ul li span {
  display: block;
  font-size: 1.4rem;
  font-size: 14px;
  font-weight: bold;
}
.contents_box8 .box8_info ul li span:before {
  content: "";
  background-image: url(../../images/byline.svg);
  position: relative;
  display: inline-block;
  height: 14px;
  width: 14px;
  vertical-align: middle;
  top: -1px;
  right: 5px;
}
.contents_box8 .box8_bnr_column {
  text-align: center;
}
.contents_box8 .box8_bnr_column a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px 0 0;
  border: 3px solid #000;
  position: relative;
  font-weight: bold;
  height: 60px;
}
.contents_box8 .box8_bnr_column a span {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}
.contents_box8 .box8_bnr_column a span i {
  color: #fff000;
}
.contents_box8 .box8_bnr_column img {
  width: 100%;
}
.contents_box8 .box8_info_title {
  padding-bottom: 20px;
  text-align: center;
}
.contents_box8 .box8_info_cover {
  margin-bottom: 30px;
}
.contents_box8 .box8_info_column a {
  color: #333;
}
.contents_box8 .box8_info_column {
  border-top: 1px dotted #333;
  border-bottom: 1px dotted #333;
  padding: 10px 0;
}
.contents_box8 .box8_info_column:first-child {
  border-bottom: 0;
}
.contents_box8 .box8_info_column_day:before {
  content: "";
  background-image: url("../../images/byline.svg");
  position: relative;
  display: inline-block;
  height: 14px;
  width: 14px;
  vertical-align: middle;
  top: -1px;
  right: 5px;
}
.contents_box8 .box8_info_column_day {
  margin-left: 20px;
  margin-bottom: 3px;
}
.contents_box8 .box8_info_column_text {
  margin-left: 38px;
}
@media screen and (max-width:599px) {
  #main .contents_box8 {
    margin-bottom: 0;
  }
  .contents_box8 .box8_info {
    margin-bottom: 30px;
  }
  .contents_box8 .box8_bnr_column a {
    text-align: left;
  }
}
@media print, screen and (min-width:600px) {
  .contents_box8 .box8_info {
    margin-bottom: 50px;
  }
  .contents_box8 .box8_bnr.clearfix {
    float: right;
    width: 318px;
  }
}
/*contact_area*/
.contact_area01 {
  width: 100%;
  border: 5px solid #000;
  border-radius: 10px;
  padding: 10px 0px 0px 10px;
  margin-bottom: 100px;
}
.area01_top {
  margin-top: -30px;
  margin-bottom: 20px;
}
.area01_bottom {
  justify-content: center;
}
.area01_bottom .area01_tel {
  width: 40%;
  margin-left: 15px;
  display: flex;
  align-items: center;
}
.area01_bottom .area01_tel a img {
  width: 360px;
}
.area01_bottom .area01_contact {
  width: 57%;
  margin-left: 2%;
  background: #1fa994;
  padding: 10px 10px 15px 10px;
}
.area01_bottom .area01_contact p {
  text-align: center;
  margin: 9px 0 10px;
  color: #fff;
  animation: bound 3s ease infinite;
}
.area01_bottom .area01_contact ul {
  justify-content: center;
  display: flex;
}
.area01_bottom .area01_contact ul li {
  width: 38%;
  margin-right: 2%;
}
.area01_bottom .area01_contact ul li img {
  height: 73px;
}
.area01_bottom .area01_contact ul li:last-child {
  width: 59%;
  margin-right: 0;
}
@media screen and (max-width:599px) {
  .contact_area01 {
    padding: 0;
    width: 96%;
    margin: 0 auto 30px;
  }
  .area01_top {
    margin: -12px 0 0;
    padding: 10px 10px 0 10px;
  }
  .area01_bottom .area01_tel {
    width: 90%;
    margin: 0 auto 20px;
  }
  .area01_bottom .area01_contact {
    width: 100%;
    margin: 0 auto;
  }
  .area01_bottom .area01_contact ul {
    display: block;
  }
  .area01_bottom .area01_contact ul li {
    width: 80%;
    margin: 0 auto 10px;
  }
  .area01_bottom .area01_contact ul li img {
    width: 100%;
    height: auto;
  }
  .area01_bottom .area01_contact ul li:last-child {
    width: 80%;
    margin: 0 auto 0;
  }
}
#main .contact_area02 {
  background: url("../../images/whtml/contactArea_bg02.svg")center center no-repeat;
  background-size: auto;
  height: 261px;
  position: relative;
  box-shadow: -5px 5px 0px 0px rgb(0 0 0 / 10%);
  border-radius: 10px;
  margin-top: 50px;
}
.contact_area02 .area02_btn {
  position: absolute;
  right: 45px;
  bottom: 25px;
  animation: bound 3s ease infinite;
}
.contact_area02 .area02_btn img {
  height: 70px;
}
@keyframes bound {
  0% {
    transform: translateY(0)
  }
  5% {
    transform: translateY(0)
  }
  10% {
    transform: translateY(0)
  }
  20% {
    transform: translateY(-10px)
  }
  25% {
    transform: translateY(0)
  }
  30% {
    transform: translateY(-10px)
  }
  50% {
    transform: translateY(0)
  }
  100% {
    transform: translateY(0)
  }
}
/*--------------------------------
よくある質問：faq.html
--------------------------------*/
.faq .btn01 {
  margin: 15px 0 60px;
}
div.question h4, div.answer h4 {
  color: #333;
  letter-spacing: 1px;
  vertical-align: middle;
  padding-right: 15px;
}
div.question h4:before, div.answer h4:before {
  font-size: 3.0rem;
  font-size: 30px;
  font-weight: bold;
}
div.question h4:before {
  content: "Q.";
  color: #085ca2;
}
div.answer h4:before {
  content: "A.";
  color: #ff7900;
}
@media screen and (max-width:599px) {
  div.question h4:before, div.answer h4:before {
    font-size: 2.4rem;
    font-size: 24px;
  }
}
/*--------------------------------
お知らせ:topic.html
--------------------------------*/
div.lists-telop dl {
  padding: 15px 20px 10px;
  border-bottom-width: 1px;
  border-bottom-color: #ccc;
  border-bottom-style: dotted;
}
div.lists-telop div.slogan {
  margin-bottom: 15px;
  background-color: #ededed;
  background-image: repeating-linear-gradient(-45deg, #DBDBDA, #dbdbdb 3px, transparent 0, transparent 4px);
  border-left: 5px solid #333;
}
div.lists-telop div.slogan h2 {
  color: #333;
  letter-spacing: 1px;
  font-weight: bold;
  background-repeat: no-repeat;
  padding: 8px 10px;
  font-size: 1.8rem;
  font-size: 18px;
}
div.lists-telop dl dd.title {
  color: #333;
  padding-right: 20px;
  padding-left: 20px;
  overflow: hidden;
}
div.lists-telop dl dd.title a {
  color: #333;
  text-decoration: underline;
}
div.lists-telop dt.date {
  color: #333;
  font-weight: bold;
  padding-right: 20px;
  float: left;
}
div.lists-telop dt.date:before {
  content: "";
  background-image: url("../../images/byline.svg");
  position: relative;
  display: inline-block;
  height: 14px;
  width: 14px;
  vertical-align: middle;
  top: -1px;
  right: 5px;
}
div.lists-telop div.button p.list-link {
  margin-top: 10px;
  float: right;
}
div.lists-telop {
  margin-bottom: 40px;
}
div.lists-telop div.button p.list-link a {
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
}
/*--------------------------------




lists-posts1〜5
--------------------------------*/
div.lists-posts1 {
  margin-bottom: 15px;
}
div.lists-posts1 div.slogan {
  background-image: url("../../images/whtml/headline.png");
  background-repeat: no-repeat;
  margin-bottom: 15px;
}
div.lists-posts1 div.slogan h2 {
  color: #333;
  letter-spacing: 1px;
  font-weight: bold;
  vertical-align: middle;
  height: 40px;
  padding-right: 15px;
  padding-left: 30px;
  display: table-cell;
  font-size: 1.8rem;
  font-size: 18px;
}
div.lists-posts1 div.button p.list-link {
  margin-top: 10px;
  float: right;
}
div.lists-posts1 div.button p.list-link a {
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
}
div.lists-posts1 div.title h3 a {
  color: #333;
}
div.lists-posts1 div.lists-posts {
  margin-bottom: 30px;
}
div.lists-posts1 div.lists-posts-inner div.image img {
  object-fit: cover;
  width: 100%;
  height: 250px;
  border-radius: 10px;
}
div.lists-posts1 div.title {
  color: #333;
  margin-bottom: 10px;
  border-bottom: 3px solid #1fa994;
  text-align: left;
  padding: 0 0 5px 8px;
}
@media screen and (max-width:599px) {
  div.lists-posts1 div.lists-posts-inner div.image {
    margin-bottom: 10px;
  }
}
div.lists-posts2 {
  margin-bottom: 15px;
}
div.lists-posts2 div.slogan {
  background-image: url("../../images/whtml/headline.png");
  background-repeat: no-repeat;
  margin-bottom: 15px;
}
div.lists-posts2 div.slogan h2 {
  color: #333;
  letter-spacing: 1px;
  font-weight: bold;
  vertical-align: middle;
  height: 40px;
  padding-right: 15px;
  padding-left: 30px;
  display: table-cell;
  font-size: 1.8rem;
  font-size: 18px;
}
div.lists-posts2 div.lists-posts {
  width: 440px;
  margin-right: 50px;
  margin-bottom: 15px;
  float: left;
}
div.lists-posts2 div.button p.list-link {
  margin-top: 10px;
  float: right;
}
div.lists-posts2 div.button p.list-link a {
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
}
div.lists-posts2 div.title {
  color: #333;
  margin-bottom: 10px;
  margin-left: 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #e73160;
}
div.lists-posts2 div.title h3 a {
  color: #4d4943;
  vertical-align: middle;
  height: 41px;
  padding-right: 10px;
  padding-left: 10px;
  display: table-cell;
}
div.lists-posts2 div.lists-posts-inner div.image {
  margin-right: 5px;
  margin-bottom: 5px;
  float: left;
}
div.lists-posts2 div.lists-posts-inner div.text {
  color: #333;
  text-align: justify;
}
div.lists-posts3 {
  margin-bottom: 30px;
}
div.lists-posts3 div.slogan h2 {
  color: #333;
  letter-spacing: 1px;
  font-weight: bold;
  background-repeat: no-repeat;
  padding: 8px 10px;
  font-size: 1.8rem;
  font-size: 18px;
}
div.lists-posts3 div.title {}
div.lists-posts3 div.title h3 {
  color: #333;
  margin-bottom: 10px;
  border-bottom: 3px solid #1fa994;
  text-align: left;
  padding: 0 0 5px 8px;
}
div.lists-posts3 div.title h3 a {
  color: #333;
  font-weight: bold;
  font-size: 1.8rem;
  font-size: 18px;
}
div.lists-posts3 div.lists-posts {
  margin-bottom: 30px;
}
div.lists-posts3 div.lists-posts-inner div.image {
  margin-bottom: 10px;
}
div.lists-posts3 div.lists-posts-inner div.image img {
  border-radius: 10px;
}
div.lists-posts3 div.lists-posts-inner div.text {
  color: #333;
  text-align: justify;
  margin-bottom: 10px;
  padding: 0;
}
div.lists-posts3 div.slogan {
  margin-bottom: 15px;
  background-color: #ededed;
  background-image: repeating-linear-gradient(-45deg, #DBDBDA, #dbdbdb 3px, transparent 0, transparent 4px);
  border-left: 5px solid #333;
  display: flex;
  align-items: center;
}
div.lists-posts3 div.slogan a {
  margin: 0 0 0 auto;
  padding: 8px 10px;
}
div.lists-posts4 {
  margin-bottom: 15px;
}
div.lists-posts4 div.headline {
  color: #333;
  background-image: url("../../images/whtml/headline.png");
  margin-bottom: 15px;
}
div.lists-posts4 div.headline h2 {
  color: #333;
  letter-spacing: 1px;
  font-weight: bold;
  vertical-align: middle;
  height: 40px;
  padding-right: 15px;
  padding-left: 30px;
  display: table-cell;
  font-size: 1.8rem;
  font-size: 18px;
}
div.lists-posts4 div.button p.list-link {
  margin-top: 10px;
  float: right;
}
div.lists-posts4 div.title {
  color: #333;
  margin-bottom: 10px;
  margin-left: 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #e73160;
  text-align: left;
}
div.lists-posts4 div.lists-posts {
  width: 225px;
  margin-right: 10px;
  margin-bottom: 15px;
  float: left;
}
div.lists-posts4 div.title h3 a {
  color: #333;
  vertical-align: middle;
  height: 41px;
  padding-right: 10px;
  padding-left: 10px;
  display: table-cell;
}
div.lists-posts4 div.button p.list-link a {
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
}
div.lists-posts4 div.lists-posts-inner div.image {
  margin-bottom: 5px;
}
div.lists-posts4 div.lists-posts-inner div.text {
  color: #333;
  text-align: justify;
}
div.lists-posts4 div.lists-posts-inner {
  text-align: center;
  margin: 10px;
  margin-right: 0;
  margin-left: 0;
}
div.lists-posts5 {
  margin-bottom: 15px;
}
div.lists-posts5 div.headline h2 {
  color: #333;
  letter-spacing: 1px;
  font-weight: bold;
  vertical-align: middle;
  height: 40px;
  padding-right: 15px;
  padding-left: 30px;
  display: table-cell;
  font-size: 1.8rem;
  font-size: 18px;
}
div.lists-posts5 div.button p.list-link {
  margin-top: 10px;
  float: right;
}
div.lists-posts5 div.title {
  text-align: left;
  color: #333;
  margin-bottom: 10px;
  margin-left: 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #e73160;
}
div.lists-posts5 div.lists-posts {
  width: 172px;
  margin-right: 10px;
  margin-bottom: 15px;
  float: left;
}
div.lists-posts5 div.button p.list-link a {
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
}
div.lists-posts5 div.headline {
  color: #333;
  background-image: url("../../images/whtml/headline.png");
  margin-bottom: 15px;
}
div.lists-posts5 div.lists-posts-inner div.image {
  margin-bottom: 5px;
}
div.lists-posts5 div.lists-posts-inner div.text {
  color: #333;
  text-align: justify;
}
div.lists-posts5 div.lists-posts-inner {
  text-align: center;
  margin: 10px;
  margin-right: 0;
  margin-left: 0;
}
div.lists-posts5 div.title h3 a {
  color: #333;
  vertical-align: middle;
  height: 41px;
  padding-right: 10px;
  padding-left: 10px;
  display: table-cell;
}
@media screen and (max-width:599px) {
  div.lists-posts3 div.slogan h2 {
    font-size: 1.6rem;
    font-size: 16px;
  }
}
/*--------------------------------
lists-categories1〜5
--------------------------------*/
div.lists-categories3 {
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}
div.lists-categories3 div.slogan {
  background-image: url("../../images/whtml/headline.png");
  margin-bottom: 15px;
}
div.lists-categories3 div.slogan h2 {
  color: #333;
  letter-spacing: 1px;
  font-weight: bold;
  vertical-align: middle;
  height: 40px;
  padding-right: 15px;
  padding-left: 30px;
  display: table-cell;
  font-size: 1.8rem;
  font-size: 18px;
}
div.lists-categories3 div.button p.list-link {
  margin-top: 10px;
  float: right;
}
div.lists-categories3 div.button p.list-link a {
  color: #333;
  letter-spacing: 2px;
  text-align: center;
}
div.lists-categories3 div.title {
  background-repeat: no-repeat;
  margin-bottom: 10px;
  margin-left: 0;
  border-bottom-width: 1px;
  border-left-width: 3px;
  border-bottom-color: #c4c4c4;
  border-left-color: #e73260;
  border-bottom-style: solid;
  border-left-style: solid;
}
div.lists-categories3 div.lists-categories {
  width: 290px;
  margin-right: 30px;
  margin-bottom: 15px;
  float: left;
}
div.lists-categories3 div.lists-categories-inner div.image {
  margin-bottom: 5px;
}
div.lists-categories3 div.lists-categories-inner div.text {
  color: #333;
  text-align: justify;
}
div.lists-categories3 div.title h3 a {
  color: #333;
  vertical-align: middle;
  height: 40px;
  padding-right: 10px;
  padding-left: 10px;
  display: table-cell;
}
div.lists-categories4 {}
div.lists-categories4 div.slogan {
  background-image: url("../../images/whtml/headline.png");
  margin-bottom: 15px;
}
div.lists-categories4 div.button p.list-link {
  margin-top: 10px;
  float: right;
}
div.lists-categories4 div.lists-categories {
  border: solid 4px #F2F2F2;
  margin-bottom: 30px;
  padding: 10px;
}
div.lists-categories4 div.lists-categories-inner div.image {
  margin-bottom: 5px;
}
div.lists-categories4 div.title h3 {
  color: #333;
  margin-bottom: 10px;
  border-bottom: 3px solid #1fa994;
  text-align: left;
  padding: 0 0 5px 8px;
}
div.lists-categories4 div.lists-categories-inner div.text {
  color: #333;
  text-align: justify;
}
div.lists-categories4 div.slogan h2 {
  color: #333;
  letter-spacing: 1px;
  font-weight: bold;
  vertical-align: middle;
  height: 40px;
  padding-right: 15px;
  padding-left: 30px;
  display: table-cell;
  font-size: 1.8rem;
  font-size: 18px;
}
div.lists-categories4 div.button p.list-link a {
  color: #333;
  letter-spacing: 2px;
  text-align: center;
}
div.lists-article {
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}
div.lists-article ul.posts li.post a {
  color: #333;
}
div.lists-article div.category {
  margin-bottom: 20px;
}
div.lists-article ul.posts li.post {
  margin-top: 12px;
  margin-bottom: 5px;
  margin-left: 20px;
}
div.lists-article ul.posts li.post a {
  position: relative;
  padding-left: 15px;
  display: inline-block;
}
div.lists-article ul.posts li.post a:before {
  position: absolute;
  top: 0.3125em;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 6px 0 6px 8px;
  border-style: solid;
  border-color: transparent;
  border-left-color: transparent;
  border-left-color: #1fa99487;
}
div.lists-article div.category div.title {
  margin-bottom: 15px;
  background-color: #333;
  background-image: linear-gradient(#333333 50%, transparent 50%, transparent 100%);
  background-size: 3px 3px;
}
div.lists-article div.category div.title a {
  color: #fff;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 8px 10px;
  display: inline-block;
  font-size: 1.8rem;
  font-size: 18px;
}
div.lists-posts-text {
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}
div.lists-posts-text ul.posts li.post a {
  color: #333;
}
div.lists-posts-text ul.posts li.post a:before {
  content: "";
  background-image: url(../../images/byline.svg);
  position: relative;
  display: inline-block;
  height: 14px;
  width: 14px;
  vertical-align: middle;
  top: -1px;
  right: 5px;
}
div.lists-posts-text ul.posts li.post {
  padding-bottom: 5px;
  margin: 10px 0 5px 15px;
}
/*--------------------------------
サイトマップ:sitemap.html
--------------------------------*/
div.sitemap {
  margin-bottom: 15px;
}
div.sitemap ul.parents li.parent {
  margin-bottom: 25px;
}
div.sitemap ul.parents li.parent-title a {
  color: #fff;
}
div.sitemap ul.parents li.parent ul.children li.child, div.sitemap ul.parents li.parent ul.category li {
  margin-right: 25px;
  padding-top: 20px;
  padding-bottom: 0;
  padding-left: 15px;
  float: left;
}
div.sitemap ul.parents li.parent ul.children li.child a, div.sitemap ul.parents li.parent ul.category li a {
  position: relative;
  padding-left: 15px;
  vertical-align: middle;
}
div.sitemap ul.parents li.parent ul.children li.child a:before, div.sitemap ul.parents li.parent ul.category li a:before {
  position: absolute;
  top: 0.3125em;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 6px 0 6px 8px;
  border-style: solid;
  border-color: transparent;
  border-left-color: transparent;
  border-left-color: #1fa99487;
}
div.sitemap ul.parents li.parent-title {
  background-color: #333;
  background-image: linear-gradient(#333333 50%, transparent 50%, transparent 100%);
  background-size: 3px 3px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 8px 10px;
  font-size: 1.8rem;
  font-size: 18px;
}
/*--------------------------------
料金一覧:price.html
--------------------------------*/
.price .btn01 {
  margin: 15px 0 60px;
}
.price .categoryWrap .category li {
  width: calc(100% / 3 - 1% - 1px);
  margin: .5%;
}
table.price_list {
  width: 100%;
  min-width: 100%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  border-width: 1px;
  border-color: #e73260;
  border-style: solid;
  border-collapse: collapse;
}
table.price_list th {
  color: #ffffff;
  background-color: #e73260;
}
table.price_list td {}
table.price_list th, table.price_list td {
  padding: 0.5em 1em;
  border-width: 1px;
  border-color: #eb7694;
  border-style: solid;
}
div.lists-categories2 {
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}
div.lists-categories2 div.slogan {
  background-color: url("../../images/whtml/headline.png");
  margin-bottom: 15px;
  border-left-color: #e73260;
}
div.lists-categories2 div.slogan h2 {
  color: #333;
  letter-spacing: 1px;
  font-weight: bold;
  vertical-align: middle;
  height: 40px;
  padding-right: 15px;
  padding-left: 30px;
  display: table-cell;
  font-size: 1.8rem;
  font-size: 18px;
}
div.lists-categories2 div.button p.list-link {
  margin-top: 10px;
  float: right;
}
div.lists-categories2 div.button p.list-link a {
  color: #333;
  letter-spacing: 2px;
  text-align: center;
}
div.lists-categories2 div.title {
  background-repeat: no-repeat;
  margin-bottom: 10px;
  margin-left: 0;
  border-bottom-width: 1px;
  border-left-width: 3px;
  border-bottom-color: #c4c4c4;
  border-left-color: #e73260;
  border-bottom-style: solid;
  border-left-style: solid;
}
div.lists-categories2 div.lists-categories {
  width: 440px;
  margin-right: 50px;
  margin-bottom: 15px;
  float: left;
}
div.lists-categories2 div.title h3 a {
  color: #333;
  font-weight: bold;
  vertical-align: middle;
  height: 40px;
  padding-right: 10px;
  padding-left: 10px;
  display: table-cell;
  font-size: 1.8rem;
  font-size: 18px;
}
div.lists-categories2 div.lists-categories-inner div.image {
  margin-bottom: 5px;
}
div.lists-categories2 div.lists-categories-inner div.text {
  color: #333;
  text-align: justify;
}
@media screen and (max-width:599px) {
  .price .categoryWrap .category li {
    width: calc(100% / 1 - 1% - 1px);
    margin: .5%;
  }
}
/*--------------------------------
スタッフ紹介:staff.html
--------------------------------*/
#main .staff_box {
  padding: 20px;
  margin-bottom: 40px;
  line-height: 1.4;
  border: 20px solid #f5f5f5;
}
.staff_box .staff_box_back {
  padding: 20px 30px;
  background: #fff;
}
.staff_box .staff_box_cover {
  display: flex;
}
.staff_box .staff_box_name {
  border-bottom: 5px solid #f5f5f5;
  margin-bottom: 20px;
}
.staff_box .staff_box_right {}
.staff_box .staff_box_name p {
  font-size: 1.8rem;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 20px;
}
.staff_box .staff_box_left_column {
  margin-bottom: 20px;
}
.staff_box .staff_box_left_bold {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 1.8rem;
  font-size: 18px;
}
.staff_box .staff_box_left_bold p {
  position: relative;
  padding-left: 15px;
}
.staff_box .staff_box_left_bold p:before {
  position: absolute;
  top: 0.3125em;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 6px 0 6px 8px;
  border-style: solid;
  border-color: transparent;
  border-left-color: transparent;
  border-left-color: #1fa99487;
}
@media screen and (max-width:599px) {
  #main .staff_box {
    border: 10px solid #f5f5f5;
  }
  .staff_box .staff_box_back {
    padding: 0;
  }
  .staff_box .staff_box_cover {
    flex-wrap: wrap;
  }
  .staff_box .staff_box_left {
    width: 100%;
    order: 2;
  }
  .staff_box .staff_box_right {
    width: 100%;
    order: 1;
    margin-bottom: 20px;
  }
  .staff_box .staff_box_name p {
    padding: 10px 0px;
  }
  .staff_box .staff_box_left_text {
    margin-bottom: 10px;
    padding-left: 15px;
  }
  .staff_box .staff_box_right img {
    width: 100%;
  }
}
@media print, screen and (min-width:600px) {
  .staff_box .staff_box_left {
    width: 530px;
    margin: 0 auto 0 10px;
  }
  .staff_box .staff_box_left_text {
    padding-left: 13px;
  }
  .staff_box .staff_box_right {
    margin: 0 0 0 auto;
  }
}
/*--------------------------------
アパート・マンション塗装も行います：apartment.html
--------------------------------*/
.apartment01, .apartment02, .apartment03, .apartment04, .apartment05, .apartment06 {
  margin-bottom: 25px;
}
.apartment .btn01 {
  margin: 15px 0 60px;
}
.apartment b {
  font-size: 1.8rem;
  font-size: 18px;
}
.apartment h2 {
  font-size: 3.0rem;
  font-size: 30px;
  font-weight: bold;
  border-bottom: 3px solid #e73260;
  margin: 30px 0 10px;
  color: #000;
  padding: 0 0 5px 10px;
}
.apartment h2:before {
  content: " \f27a";
  font-family: FontAwesome;
  display: inline-block;
  color: #e73260;
  margin-right: 10px;
}
.apartmentText01 {
  font-size: 2.8rem;
  font-size: 28px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}
.apartmentText01 b {
  font-size: 2.8rem;
  font-size: 28px;
  color: #FF0000;
  background: linear-gradient(transparent 70%, #ffff00 0%);
  display: inline-block;
  margin-bottom: 5px;
}
@media screen and (max-width:599px) {
  .apartment h2 {
    font-size: 2.0rem;
    font-size: 20px;
    line-height: 1.4;
    padding-left: 50px;
    position: relative;
    margin-top: 10px;
  }
  .apartment h2:before {
    font-size: 3rem;
    font-size: 30px;
    position: absolute;
    left: 10px;
    position: absolute;
    top: 43%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .apartmentText01 {
    font-size: 2.0rem;
    font-size: 20px;
  }
  .apartmentText01 b {
    font-size: 2.0rem;
    font-size: 20px;
  }
}
/*--------------------------------
雨漏り100％解消します：rainleaking.html
--------------------------------*/
.rainleaking {}
.rainleaking01, .rainleaking02, .rainleaking03, .rainleaking04, .rainleaking05, .rainleaking06, .rainleaking07, .rainleaking08 {
  margin-bottom: 25px;
}
.rainleaking b {
  font-size: 1.8rem;
  font-size: 18px;
}
.rainleaking h2 {
  font-size: 3.0rem;
  font-size: 30px;
  font-weight: bold;
  border-bottom: 3px solid #085CA2;
  margin: 30px 0 10px;
  color: #085CA2;
  padding: 0 0 5px 10px;
}
.rainleaking h2:before {
  content: " \f08d";
  font-family: FontAwesome;
  display: inline-block;
  color: #085CA2;
  margin-right: 10px;
  line-height: 1;
}
@media screen and (max-width:599px) {
  .rainleaking h2 {
    font-size: 2.0rem;
    font-size: 20px;
    line-height: 1.4;
    padding-left: 40px;
    position: relative;
    margin-top: 15px;
  }
  .rainleaking h2:before {
    font-size: 3rem;
    font-size: 30px;
    position: absolute;
    left: 10px;
    position: absolute;
    top: 30%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
/*--------------------------------
お申込の流れ：flow.html
--------------------------------*/
.flow .btn01 {
  margin: 15px 0 60px;
}
/*--------------------------------
社会貢献活動：community.html
--------------------------------*/
.community .btn01 {
  margin: 15px 0 60px;
}
/*--------------------------------
CMギャラリー:public.html
--------------------------------*/
.public .btn01 {
  margin: 15px 0 60px;
}
/*--------------------------------
安心の3大保証:security.html
--------------------------------*/
.security .btn01 {
  margin: 15px 0 60px;
}
/*--------------------------------
個人情報保護：privacy.html
--------------------------------*/
#privacy p {
  color: #333;
  line-height: 1.5;
  padding: 5px;
  margin-bottom: 15px;
}
#privacy dl {}
#privacy dl dt {
  margin-bottom: 15px;
  background-color: #ededed;
  background-image: repeating-linear-gradient(-45deg, #DBDBDA, #dbdbdb 3px, transparent 0, transparent 4px);
  border-left: 5px solid #333;
  color: #333;
  letter-spacing: 1px;
  font-weight: bold;
  background-repeat: no-repeat;
  padding: 8px 10px;
  font-size: 1.8rem;
  font-size: 18px;
}
#privacy dl dd {
  margin: 0 0 30px;
  padding: 0 10px;
}
#privacy dl dd p {
  margin: 0 0 10px;
}
#privacy dl dd ol {
  padding-left: 13px;
  margin: 0 0 10px 13px;
  border: none;
}
#privacy dl dd li {
  margin: 0 0 10px 0;
}
#privacy dl dd table.companyTable {
  border-collapse: separate;
  width: 100%;
  border-spacing: 2px;
}
#privacy dl dd table.companyTable tr {}
#privacy dl dd table.companyTable tr th {
  width: 20%;
  padding: 8px 10px;
  background: #F4F4F4;
}
#privacy dl dd table.companyTable tr td {
  padding: 8px 10px;
}
@media screen and (max-width:599px) {
  #privacy dl dt {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #privacy dl dd table.companyTable tr th {
    width: 100%;
    display: block;
    float: left;
  }
  #privacy dl dd table.companyTable tr td {
    width: 100%;
    display: block;
    float: l;
  }
}
/*--------------------------------
施工事例 / 一覧
--------------------------------*/
.gallery4_list .category .title {
  margin-bottom: 15px;
  background-color: #ededed;
  background-image: repeating-linear-gradient(-45deg, #DBDBDA, #dbdbdb 3px, transparent 0, transparent 4px);
  border-left: 5px solid #333;
}
.work .gallery4_list .category .title h2 {
  color: #333;
  letter-spacing: 1px;
  font-weight: bold;
  background-repeat: no-repeat;
  padding: 8px 10px;
  font-size: 1.8rem;
  font-size: 18px;
}
.work .gallery4_list .galleryList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.work .gallery4_list .galleryList > * {
  width: calc(100% / 3 - 2% - 1px);
  margin: 1%;
}
.work .gallery4_list .galleryList .gallery {
  margin-bottom: 30px;
  position: relative;
}
.work .gallery4_list .galleryList .gallery .image {
  margin-bottom: 10px;
}
.work .gallery4_list .galleryList .gallery .image img {
  object-fit: cover;
  width: 100%;
  min-height: 210px;
  max-height: 250px;
  border-radius: 10px;
}
.work .gallery4_list .galleryList .gallery .galleryInner span {
  display: inline-block;
  position: absolute;
  top: -6px;
  left: -6px;
  background: #e73260;
  color: #fff;
  font-size: 80%;
  padding: 6px 16px 4px 14px;
  border-radius: 3px;
}
.work .gallery4_list .galleryList .gallery .galleryInner .title h3 {
  color: #333;
  margin-bottom: 10px;
  border-bottom: 3px solid #1fa994;
  text-align: left;
  padding: 0 0 10px 0;
}
.work .gallery4_list .galleryList .gallery .galleryInner .title h3 a {
  color: #4d4943;
  font-weight: bold;
  font-size: 1.8rem;
  font-size: 18px;
}
.work .gallery4_list .galleryList .gallery .galleryInner .galleryContent .comment {
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-size: 14px;
}
.work .gallery4_list .galleryList .gallery .galleryInner .galleryContent .detailLink a, .gallery4.voice .galleryList .gallery .galleryInner .galleryContent .detailLink a:before, .gallery4.voice .galleryList .gallery .galleryInner .galleryContent .detailLink a:after {}
@media screen and (max-width:599px) {
  .work .gallery4_list .galleryList > * {
    width: calc(100% / 2 - 2% - 1px);
    margin: 1%;
  }
  .work .gallery4_list .galleryList .gallery .image img {
    min-height: 150px;
    max-height: 200px;
  }
}
/*--------------------------------
施工事例 / 詳細
--------------------------------*/
.galleryDetail .main .image a img {
  max-width: 100%;
  box-sizing: border-box;
}
.galleryDetail .DetailList .detail .image {
  margin: 0 0 20px 0;
  float: none;
}
.galleryDetail .DetailList .detail .image a img {
  max-width: 100%;
  box-sizing: border-box;
  border: none;
}
.galleryDetail .DetailList .detail .detailInner .comment {}
.galleryDetail .DetailList .detail .detailInner .comment h3 {
  font-weight: bold;
  background-repeat: no-repeat;
  padding: 8px 10px;
  background: #333;
  color: #fff;
  margin-bottom: -1em;
  font-size: 1.8rem;
  font-size: 18px;
}
.galleryDetail .DetailList .detail .detailInner .comment div {
  margin-bottom: 20px;
}
.galleryDetail .DetailList .detail .detailInner .comment div img {
  margin-bottom: 5px;
}
.galleryDetail .DetailList .detail .detailInner .comment p {}
.galleryDetail .DetailList .detail .detailInner .comment dl {}
.galleryDetail .DetailList .detail .detailInner .comment dl dt {
  box-sizing: border-box;
}
.galleryDetail .DetailList .detail .detailInner .comment dl dd {
  box-sizing: border-box;
}
.galleryDetail div.title {
  margin-bottom: 15px;
  background-color: #ededed;
  background-image: repeating-linear-gradient(-45deg, #DBDBDA, #dbdbdb 3px, transparent 0, transparent 4px);
  border-left: 5px solid #333;
}
.galleryDetail div.title h2 {
  color: #333;
  letter-spacing: 1px;
  font-weight: bold;
  background-repeat: no-repeat;
  padding: 8px 10px;
  font-size: 1.8rem;
  font-size: 18px;
}
@media screen and (max-width:599px) {
  .galleryDetail .DetailList .detail .detailInner .comment dl {
    width: 100%;
  }
}
/*--------------------------------
お客様の声
--------------------------------*/
.voice .gallery4_list .galleryList {
  max-height: inherit;
}
.voice .gallery4_list .galleryList > * {
  width: 100%;
  margin-bottom: 20px;
}
.voice .galleryDetail .main .comment {
  margin-bottom: 10px;
  border-left: 5px solid #333;
}
.voice .galleryDetail .main .comment p {
  color: #333;
  letter-spacing: 1px;
  font-weight: bold;
  background-repeat: no-repeat;
  padding: 8px 10px;
  font-size: 1.8rem;
  font-size: 18px;
}
.voice .galleryDetail .main .image a img {
  border: none !important;
  box-sizing: border-box;
  max-width: 100%;
}
.voice .galleryDetail .DetailList {
  color: #333;
  line-height: 1.8;
  padding: 10px;
  background: #efefef;
  margin: 10px 0 0;
}
@media screen and (max-width:599px) {
  .voice .gallery4_list .galleryList > * {}
}
/*--------------------------------
スタッフブログ：
--------------------------------*/
.gallery3 .article {
  margin-bottom: 30px;
}
.gallery3 .article .articleHead {
  margin-bottom: 15px;
  background-color: #333;
  background-image: linear-gradient(#333333 50%, transparent 50%, transparent 100%);
  background-size: 3px 3px;
}
.gallery3 .article .articleHead h3 {
  color: #fff;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 8px 10px;
  font-size: 1.8rem;
  font-size: 18px;
}
.gallery3 .article .articleHead h3 a {
  color: #fff;
  pointer-events: none;
}
.gallery3 .article .articleBody {}
.gallery3 .article .articleBody .articleDate {
  text-align: right;
  margin-bottom: 10px;
  padding: 0 15px 15px 15px;
}
.articleBack {
  display: none;
}
/*--------------------------------
お問い合わせフォーム
--------------------------------*/
/*お問い合わせhead*/
.otoiawase01, .otoiawase02, .otoiawase03 {
  margin-bottom: 30px;
}
.otoiawase .otoiawase_text {}
.otoiawase .otoiawase_text img {
  width: 270px;
}
/*お見積りhead*/
.mitsumori {}
.mitsumori .mitsumori_text {
  padding: 1em;
  height: 13em;
  background-color: #eee;
  box-sizing: border-box;
}
.mitsumori_btn {
  align-items: center;
  margin: 0 auto;
  width: 90%;
}
.mitsumori_btn .text a p {
  text-align: center;
  color: #085CA2;
}
/*まだ、このメールは送信されていません 確認画面時（mode=2）に出る文言*/
#otoiawaseCheck {
  background-color: #f2cfcf;
  border: 1px solid #cc0000;
  color: #333333;
  margin: 10px 0 30px;
  padding: 12px 10px 10px 10px;
  text-align: center;
}
#otoiawaseCheck span {
  color: #cc0000;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 3px;
  font-size: 1.8rem;
  font-size: 18px;
}
/*入力→確認→完了*/
#otoiawaseFlow {
  margin: 20px auto;
  width: 540px;
  height: 50px;
}
.otoiawase_back {
  display: block;
  margin-bottom: 10px;
}
.otoiawase_back:before {
  content: " \f015";
  font-family: FontAwesome;
  margin-right: 5px;
}
/*【商品名】テキストを消すなど*/
.otoiawase_form caption {}
.otoiawase_form caption span.title {
  display: none;
}
.otoiawase_form caption span.value {}
/*お問い合わせフォーム*/
select, input, textarea, button {
  vertical-align: middle;
  font-family: "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif;
  position: relative;
  margin: 0 4px 2px 0;
  *margin-right: 3px;
  top: -1px;
}
a:focus, *:focus {
  outline: none;
}
.otoiawase_form {}
.otoiawase_form input {
  box-sizing: border-box;
  padding: 8px 3px;
  margin: 0 3px;
  border: 1px solid #ccc;
}
.otoiawase_form input[type=checkbox] {
  width: auto !important;
}
.otoiawase_form select {
  padding: 3px;
}
.otoiawase_form table {
  border-collapse: separate;
  border-spacing: 2px;
  width: 100%;
  margin-top: 10px;
}
.otoiawase_form table td {
  box-sizing: border-box;
  padding: 8px 10px;
}
.otoiawase_form table td.form_index {
  background: #F4F4F4;
}
.otoiawase_form table td.list_value {}
.otoiawase_form span.must {
  color: #C00;
  margin: 0 4px;
}
.otoiawase_form table tr.style_field1 input {
  width: 200px;
}
.otoiawase_form table tr.style_field2 input, .otoiawase_form table tr.style_field3 input {
  width: 150px;
}
.otoiawase_form table tr.style_name input, .otoiawase_form table tr.style_kana input {
  width: 200px;
}
.otoiawase_form table tr.style_pre option {
  width: 120px;
}
.otoiawase_form table tr.style_add input {
  width: 98%;
}
.otoiawase_form table tr.style_e_mail input, .otoiawase_form table tr.style_c_mail input, .otoiawase_form table tr.style_c_mail_check input {
  width: 260px;
}
.otoiawase_form table tr td textarea {
  width: 99%;
  height: 300px;
  border: 1px solid #ccc;
}
.otoiawase_form table td.list_value input {}
.otoiawase_form table td.td_submit {
  padding: 15px 5px;
  text-align: center;
}
.otoiawase_form table td.td_submit input {
  margin: 0 0 5px;
  padding: 8px 20px;
  height: 48px;
  cursor: pointer;
}
.otoiawase_form table td label {
  display: block;
  float: left;
  margin-right: 5px;
  white-space: nowrap;
}
.otoiawase_form table input[type="submit"], .otoiawase_form table input[type="button"] {
  border: none;
}
.otoiawase_form table input[type="submit"] {
  background: #333;
  color: #fff;
  font-size: 1.6rem;
  font-size: 16px;
}
.otoiawase_form table input[type="button"] {
  background: #999;
  color: #fff;
}
.otoiawase_form table td form {
  display: flex;
  justify-content: center;
}
/*【完了画面 サイト内[HOME]の場合に適用】*/
.otoiawase_back {
  display: block;
  margin-bottom: 10px;
}
.otoiawase_back:before {
  content: " \f015";
  font-family: FontAwesome;
  margin-right: 5px;
}
.otoiawase_form tr.style_zip td.list_value input:nth-child(1), .otoiawase_form tr.style_tel td.list_value input:nth-child(1) {
  margin: 0 1px 0 0;
}
.otoiawase_form tr.style_zip td.list_value input:nth-child(2), .otoiawase_form tr.style_zip td.list_value input:nth-child(3), .otoiawase_form tr.style_tel td.list_value input:nth-child(2), .otoiawase_form tr.style_tel td.list_value input:nth-child(3) {
  margin: 0 2px;
}
.otoiawase_form tr.style_zip td.list_value input:nth-child(3) {
  padding: 8px 6px;
  font-size: 1.4rem;
  font-size: 14px;
}
@media screen and (max-width:599px) {
  .otoiawase_form table {}
  .otoiawase_form table td {
    box-sizing: border-box;
    display: block;
    width: 100%;
    float: left;
  }
  .otoiawase_form table td.form_index {}
  .otoiawase_form table td.list_value {
    padding: 8px 10px;
  }
}
@media print, screen and (min-width:600px) {
  .otoiawase_form table td.form_index {
    width: 20%;
  }
  .otoiawase_form table td.list_value {}
}
/*--------------------------------
猫基本
--------------------------------*/
.nekoBase a img {
  max-width: 100%;
  max-width: calc((100% - 2.5em)/ 3);
}
.nekoBase .big {
  width: 100%;
}
.nekoBase .big a img {
  max-width: 100%;
}
.nekoBase .left {
  float: left;
  margin-right: 8px;
  max-width: calc((100% - 2.5em)/3);
}
.nekoBase .right {
  float: right;
  margin-left: 8px;
  max-width: calc((100% - 2.5em)/3);
}
.nekoBase .left img, .nekoBase .right img {
  max-width: 100%;
}
.nekoBase ul {
  list-style: none
}
/*.nekoBase ul li {
  text-indent: -1.5em;
  margin-left: 1em
}
.nekoBase ul li:before {
  content: "・";
  padding-right: .5em
}*/
.nekoBase ol {
  list-style: none;
  counter-reset: a;
  list-style-type: none;
  padding: 0 0 0 .5em
}
.nekoBase ol li {
  text-indent: -1.5em;
  margin-left: 1em;
}
.nekoBase ol li:before {
  counter-increment: a;
  content: counter(a)'.';
  padding-right: .5em;
  color: #333;
}
.nekoBase u {
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  color: #ff7900;
  margin-bottom: -1.5em;
  font-size: 1.8rem;
  font-size: 18px;
}
/*table*/
table.border-on {
  width: 100%;
  margin: 10px 0;
  border: 1px solid #c8c8c8;
  border-collapse: collapse;
}
table.border-on th {
  background: #333;
  color: #fff;
  padding: 5px;
}
table.border-on td {
  padding: 5px;
  border: 1px solid #c8c8c8;
}
table.border-off {
  width: 100%;
  margin: 10px 0;
  border-collapse: collapse;
}
table.border-off td {
  padding: 5px;
}
table.sekou {
  width: 100%;
  margin: 10px 0;
  border-collapse: collapse;
}
table.sekou th {
  width: 18%;
  padding: 5px 15px;
  border-bottom: 1px solid #97afc2;
}
table.sekou td {
  padding: 5px;
  border-bottom: 1px solid #97afc2;
}
@media screen and (max-width:599px) {
  table.sekou th {
 	width: 30%;
  	padding: 5px 15px;
  	border-bottom: 1px solid #97afc2;
  }
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}
/*pager*/
div.navigation span.previous {
  color: #333;
}
div.navigation span.next {
  color: #333;
}
div.navigation span a {
  color: #333;
  text-decoration: underline;
}
div.navigation {
  margin: 30px 0 15px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pager-upper {
  display: none;
}
.gallery4 .gallery4_list .pager-lower {
  display: block;
  overflow: hidden;
  text-align: center;
  position: relative;
  margin: 10px auto;
}
.pager-upper a, .pager-lower a {
  padding: 5px 2px;
  display: inline-block;
}
.pager-upper a.next, .pager-lower a.next {
  color: #333;
  text-align: right;
  border: none;
}
.pager-upper .totalNum, .pager-lower .totalNum {
  color: #333;
  border: none;
  display: block;
  padding: 5px 8px;
  text-align: center;
}
.pager-upper .currentPage, .pager-lower .currentPage {
  color: #ffffff;
  background-color: #1fa994;
  padding: 5px 8px;
  border-width: 1px;
  border-color: #1fa994;
  border-style: solid;
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width:599px) {
  /*下部固定*/
  .fixed_nav {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    transform: translateY(100%);
    transition: .3s;
    height: 60px;
  }
  .fixed_nav ul {
    display: flex;
    width: 100%;
    height: 100%;
  }
  .fixed_nav.fixed {
    transform: translate(0);
  }
  .fixed_nav ul li {
    width: calc(100% / 4);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 5px 8px 0 8px;
    text-align: center;
    background: #1fa994;
    font-size: 1.1rem;
    font-size: 11px;
    line-height: 1.3;
  }
  .fixed_nav ul li span {
    display: block;
    margin-bottom: 5px;
  }
  .fixed_nav ul li span img {
    height: 24px;
  }
  .fixed_nav ul li:nth-child(even) {
    background: #0f8270;
  }
  .fixed_nav ul li a {
    color: #fff;
  }
  .fixed_nav ul li a.no-link {
    pointer-events: none;
  }
}
.scroll-x {
  overflow-x: auto;
  white-space: nowrap;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}
.scroll-x::-webkit-scrollbar {
  display: none;
}
.scroll-y {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}
.scroll-y::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width:599px) {
  .sp_scroll-x {
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
  }
  .sp_scroll-x::-webkit-scrollbar {
    display: none;
  }
  .sp_scroll-y {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
  }
  .sp_scroll-y::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (min-width:600px) {
  .pc_scroll-x {
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
  }
  .pc_scroll-x::-webkit-scrollbar {
    display: none;
  }
  .pc_scroll-y {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
  }
  .pc_scroll-y::-webkit-scrollbar {
    display: none;
  }
}

.cookieTable {
	width:100%;
	margin-top: 1em;
	table-layout: fixed;
}
.cookieTable td {
	border: 1px solid #999;
	padding: 8px 10px;
	word-wrap: break-word;
}