@charset "utf-8";
/*----------------------------------------------------------------------
   search
----------------------------------------------------------------------*/
.contents_search input[type="text"] {
  border: solid 1px #4d4d4d;
}
.contents_search button[type="submit"] {
  background: #808080;
  border: solid 1px #808080;
  color: #fff;
}
.contents_search button[type="submit"]:hover {
  background: #333;
  border: solid 1px #333;
}
.seach_result p:last-child {
  font-weight: bold;
}
.seach_ttl {
  font-weight: bold;
}/*
.seach_ttl a {
  text-decoration: none;
}
.seach_ttl a:hover {
  text-decoration: underline;
}*/
@media screen and (min-width:768px), print {
  .contents_search input[type="text"] {
    width: 560px;
    padding: 8px 5px;
    font-size: 1.7rem;
  }
  .contents_search button[type="submit"] {
    padding: 8px 35px;
    font-size: 1.7rem;
    cursor: pointer;
    transition: border 0.2s, background 0.2s;
  }
  .seach_result {
    margin: 50px 0;
    font-size: 1.8rem;
  }
  .seach_result p:last-child {
    font-size: 2.2rem;
  }
  .seach_item {
    margin-bottom: 28px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width:767px) {
  .contents_search {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .contents_search input[type="text"] {
    width: 300px;
    padding: 6px 5px;
  }
  .contents_search button[type="submit"] {
    display: block;
    width: 5em; 
    margin-left: 5px;
    padding: 6px 0;
    white-space: nowrap;
  }
  .seach_result {
    margin: 30px 0 30px;
  }
  .seach_result p:last-child {
  }
  .seach_item {
    margin-bottom: 17px;
    font-size: 1.3rem;
  }
}
/*
.pager {
  display: flex;
  flex-wrap: wrap;
}
.pager_prev ,
.pager_next {
  display: inline-block;
  margin: 0 0.5em;
}
.pager ul {
  display: flex;
  flex-wrap: wrap;
}
.pager ul li {
  margin: 0 0.5em;
}
@media screen and (min-width:768px), print {
  .pager {
    margin: 60px 0 28px;
    font-size: 1.6rem;
    justify-content: center;
  }
  .pager ul {
    justify-content: center;
  }
}
@media screen and (max-width:767px) {
  .pager {
    margin: 40px 0 17px;
    justify-content: flex-start;
    font-size: 1.3rem;
  }
  .pager ul {
    justify-content: flex-start;
  }
}*/


/*----------------------------------------------------------------------
   sitemap
----------------------------------------------------------------------*/
.sitemap_contents a {
  color: #333;
  text-decoration: none;
}
.sitemap_contents a:hover {
  text-decoration: underline;
}
.sitemap_contents a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.4em;
}
@media screen and (min-width:768px), print {
  .sitemap_contents {
    margin-bottom: 28px;
  }
  .sitemap_contents h2 {
    margin-top: 60px;
    font-size: 2.5rem;
  }
  .sitemap_contents h2 a::after {
    border-top: solid 7px transparent;
    border-bottom: solid 7px transparent;
    border-left: solid 13px #333;
    transform: translateY(-3px);
  }
  .sitemap_contents ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.6rem;
  }
  .sitemap_contents ul li {
    width: 50%;
    margin-top: 8px;
  }
  .sitemap_contents ul a::after {
    border-top: solid 5px transparent;
    border-bottom: solid 5px transparent;
    border-left: solid 9px #4d4d4d;
    transform: translateY(0);
  }
}
@media screen and (max-width:767px) {
  .sitemap_contents {
    margin-bottom: 20px;
  }
  .sitemap_contents h2 a::after {
    border-top: solid 5px transparent;
    border-bottom: solid 5px transparent;
    border-left: solid 9px #333;
    transform: translateY(-1px);
  }
  .sitemap_contents ul {
    font-size: 1.3rem;
  }
  .sitemap_contents ul li {
    margin-top: 4px;
  }
  .sitemap_contents ul a::after {
    border-top: solid 4px transparent;
    border-bottom: solid 4px transparent;
    border-left: solid 7px #4d4d4d;
    transform: translateY(-1px);
  }
}


/*----------------------------------------------------------------------
   inquiry
----------------------------------------------------------------------*/
.inquiry_btn {
  text-align: center;
}
.inquiry_btn a {
  display: inline-block;
  padding: 10px;
  background: #c71627;
  text-decoration: none;
  color: #fff;
}
.inquiry_btn a:hover {
  text-decoration: underline;
}
.inquiry_btn a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.inquiry_btn_form {
  text-align: center;
}
.inquiry_btn_form a {
  display: inline-block;
  background: #c71627;
  text-decoration: none;
  color: #fff;
  width:400px;
}
.inquiry_btn_form a::after {
  content: "＞";
  display: inline-block;
  vertical-align: middle;
  padding-left:30px;
}
.inquiry_btn_form a:hover {
  /*text-decoration: underline;*/
  opacity: 0.75;
}
@media screen and (min-width:768px), print {
.inquiry_btn {
  margin-top: 60px;
  margin-bottom: 36px;
  font-size: 2.3rem;
}
.inquiry_btn a {
  padding: 24px 70px 22px;
}
.inquiry_btn a::before {
  width: 39px;
  height: 27px;
  margin-right: 20px;
  background: url(../../images/common/icon_inquiry.png) no-repeat center center;
}
.inquiry_btn_form {
margin-top: 30px;
margin-bottom: 36px;
font-size: 2.0rem;
}
.inquiry_btn_form a {
padding: 10px 70px 7px;
}
}
@media screen and (max-width:767px) {
.inquiry_btn {
  margin-top: 30px;
  margin-bottom: 25px;
  font-size: 1.4rem;
}
.inquiry_btn a {
  padding: 15px 30px 15px;
}
.inquiry_btn a::before {
  width: 21px;
  height: 15px;
  margin-right: 15px;
  background: url(../../images/common/icon_inquiry_sp.png) no-repeat left top;
  background-size: 20px auto;
}
.inquiry_btn_form {
margin-top: 30px;
margin-bottom: 25px;
font-size: 1.4rem;
}
.inquiry_btn_form a {
padding: 15px 30px 15px;
width:96%;
margin:0 2%;
}
}

/*----------------------------------------------------------------------
   inquiry form
----------------------------------------------------------------------*/
/*.inquiry_form header {
height: auto;
}*/
.inquiry_form header {
    padding-right: 0;
}
.inquiry_form header .header_wrapper {
background-color: #c71627;
}
.inquiry_form header .header_logo img {
/*width:405px;*/
width:300px;
height:auto;
padding:10px;
}
.inquiry_form footer {
background-color: #333;
}
.inquiry_form footer .footer_logo {
margin:0 auto; text-align: center; padding:0;
}
.inquiry_form footer .footer_logo img {
width:300px; height: auto;padding:10px;
}
.inquiry_form footer .copyright {
color: #fff; text-align: center;padding:0;margin: 0;
}
  
@media screen and (max-width: 599px){
  
/*.inquiry_form header .header_logo img {
width:96%; height: auto;margin: 0 2%;
}*/
  .inquiry_form header .header_logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }
.inquiry_form header .header_logo img {
  width: 290px;
  height: auto;
  /*margin: 0 9%;*/
}  
  
/*.inquiry_form header .header_logo img {
    padding: 4px 0 0 0;
}
.inquiry_form footer .footer_logo {
padding:0;
}
.inquiry_form footer .footer_logo img {
padding:0;
}*/
.inquiry_form footer .copyright {
font-size:10px;
}
}

/*----------------------------------------------------------------------
   shanaihou 社内報　2022/2/18
----------------------------------------------------------------------*/

.shanaihou-image-layout {
  overflow: hidden;
  margin-top: 40px;
}
.shanaihou-image-layout_item {
  margin-bottom: 5px;
  float: left;
  margin-right: 40px;
  width: 290px;
}
.shanaihou-image-layout a img.bn_image {
  width:220px;
}
@media screen and (max-width: 768px) {
.shanaihou-image-layout a img.bn_image {
width:55%;
}
}
@media screen and (max-width: 768px) {
.shanaihou-image-layout {
  margin-top: 10.66667vw;
}
.shanaihou-image-layout_item {
  width: 100%;
  margin-bottom: 10px;
  float: none;
  margin: 0 0 4vw;
}
}
@media print, screen and (min-width: 769px) {
.shanaihou-image-layout .image-layout_text {
  padding-left: 330px;
}
}
.shanaihou_page > .list-anchor li {
  list-style: none;
}
.shanaihou_page > .list-anchor > li > a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.8em;
  border-style: solid;
  border-width: 10px 7.5px 0 7.5px;
  border-color: #c71628 transparent transparent transparent;
}
@media screen and (min-width: 960px){
.shanaihou_page > .list-anchor {
  display: flex;
  justify-content: space-between;
}
.shanaihou_page > .list-anchor li {
  list-style: none;
}
.shanaihou_page > .list-anchor > li > a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.8em;
  border-style: solid;
  border-width: 10px 7.5px 0 7.5px;
  border-color: #c71628 transparent transparent transparent;
}
.shanaihou_page .list-layout-4col ul {
  display: flex; 
  flex-wrap: wrap;
  justify-content: space-between;
}
.shanaihou_page .list-layout-4col ul li {
  width:25%;
  line-height: 2.5;
}
.shanaihou_page .list-layout-4col ul::before{
  content:"";
  display: block;
  width:25%;
  order:1;
}
.shanaihou_page .list-layout-4col ul::after{
  content:"";
  display: block;
  width:25%;
}
.shanaihou_page .list-layout-3col ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shanaihou_page .list-layout-3col ul li {
  width:33%;
  line-height: 2.5;
}
.shanaihou_page .list-layout-3col ul::after{
  content:"";
  display: block;
  width:33%;
}
} 
@media screen and (max-width: 959px){
.shanaihou_page .list-anchor,
.shanaihou_page .list-layout-3col ul,
.shanaihou_page .list-layout-4col ul {
  display: block;
  line-height: 2.5;
  margin-left: 2em;
} 
}  
