@charset "UTF-8";
/*
base.css
*/
/* font-face */
@font-face {
  font-family: 'Comfortaa Light';
  src: url(../local_font/Comfortaa-VariableFont_wght.ttf);
}

@font-face {
  font-family: 'メイリオ';
  src: url(../local_font/meiryo.ttc);
}

@font-face {
  font-family: 'Constantia';
  src: url(../local_font/constan.ttf);
}

@font-face {
  font-family: 'BIZ-UDMinchoM';
  src: url(../local_font/BIZ-UDMinchoM.ttc);
}

@font-face {
  font-family: 'Poppins SemiBold';
  src: url(../local_font/Poppins-SemiBold.ttf);
}

body {
  font-family: 'メイリオ';
  color: #333;
}

/* header */
.header {
  margin-bottom: 5px;
  padding-bottom: 30px;
  background-image: url(../images/header/image-02.jpg);
  box-shadow: 0 3px 10px #333;
}

.header img {
  width: 70px;
  margin-top: 20px;
  filter: drop-shadow(1px 3px 1px #333);
}

.header .company_name {
  text-align: center;
  text-shadow: 1px 5px 3px #000;
}

.header h1.title {
  margin: 10px 0 5px;
  padding: 5px 0 0;
  line-height: 0.8;
  font-family: 'Constantia';
  font-weight: 400;
  font-size: 36px;
  color: #fff;
}

@media screen and (max-width: 600px) {
  .header h1.title {
    font-size: 32px;
    line-height: 1;
  }
}

.header h1 span.syamei {
  font-size: 20px;
  font-weight: 500;
}

.header p {
  margin-bottom: 0;
  padding: 10px 0 0;
}

/* nav */
.navbar-nav {
  margin: 0 auto;
}

.navbar-nav a {
  color: #333;
}

.navbar-nav a:hover {
  color: #999;
}

.navbar-nav .nav-item {
  padding: 5px 15px 0;
  text-align: center;
  line-height: 1.2;
}

.navbar-nav .nav-item span {
  font-size: 12px;
}

/* bootstrap css を変更 */
button:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}

.navbar-toggler {
  background-color: #999;
}

.navbar-toggler:hover {
  background-color: #666;
}

/* breadcrumb */
.breadcrumb {
  margin: 10px 0px 30px;
  padding: 7px 20px 6px;
  font-size: 14px;
  border: 1px solid #ccc;
  background-color: #f5f5f5 !important;
}

.breadcrumb a {
  color: #333;
}

.breadcrumb a:hover {
  color: #999;
  text-decoration: none;
}

.breadcrumb .fas {
  margin: 4px 10px 0 10px;
  color: #666;
}

/* contents */
.contents {
  margin-bottom: 50px;
  /* main */
  /* side */
}

.contents .main {
  margin-bottom: 30px;
}

.contents h1 {
  margin-bottom: 20px;
  padding-left: 5px;
  font-size: 26px;
  border-bottom: 5px solid #ddd;
}

.contents h1 span {
  font-size: 22px;
}

.contents .inquiry-0,
.contents .inquiry-1,
.contents .inquiry-2 {
  width: 95%;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .contents .inquiry-0,
  .contents .inquiry-1,
  .contents .inquiry-2 {
    margin: 10px;
  }
}

.contents .inquiry-0 a,
.contents .inquiry-1 a,
.contents .inquiry-2 a {
  color: #333;
}

.contents .inquiry-0 p.inquiry,
.contents .inquiry-1 p.inquiry,
.contents .inquiry-2 p.inquiry {
  margin: 30px 0 10px;
  padding: 10px 20px 8px;
  border: 1px solid #ccc;
}

.contents .inquiry-0 ul.inform,
.contents .inquiry-1 ul.inform,
.contents .inquiry-2 ul.inform {
  padding-left: 15px;
  font-size: 16px;
}

.contents .inquiry-0 ul.inform li,
.contents .inquiry-1 ul.inform li,
.contents .inquiry-2 ul.inform li {
  list-style: none;
  display: inline-block;
}

.contents .inquiry-0 ul.inform li.sitemap,
.contents .inquiry-1 ul.inform li.sitemap,
.contents .inquiry-2 ul.inform li.sitemap {
  margin-left: 15px;
}

@media screen and (max-width: 991px) {
  .contents .inquiry-1 {
    display: none;
  }
  .contents .inquiry-2 {
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .contents .inquiry-2 {
    display: none;
  }
}

.contents .inquiry-0 {
  width: 100%;
  margin: 0px;
  padding: 0;
}

.contents .inquiry-0 p.inquiry {
  margin: 30px 0 10px0;
  padding: 10px 20px 8px;
  border: 1px solid #ccc;
}

.contents .side {
  margin-bottom: 30px;
}

.contents .side .sideFix {
  position: sticky;
  top: 10px;
}

.contents .side h1 {
  margin-bottom: 10px;
  font-size: 20px;
  border-bottom: 1px solid #999;
}

.contents .side p {
  margin-bottom: 20px;
  padding-left: 10px;
}

.contents .side p.kaitoriLink {
  width: 85%;
  text-align: right;
  font-size: 14px;
}

@media screen and (max-width: 991px) {
  .contents .side p.kaitoriLink {
    width: 89%;
  }
}

@media screen and (max-width: 767px) {
  .contents .side p.kaitoriLink {
    width: 90%;
  }
}

@media screen and (max-width: 575px) {
  .contents .side p.kaitoriLink {
    width: 92%;
  }
}

.contents .side .sideIn {
  text-align: center;
}

.contents .side .sideIn .itemBox-01 img.item {
  width: 85%;
  margin-bottom: 5px;
}

@media screen and (max-width: 991px) {
  .contents .side .sideIn .itemBox-01 img.item {
    width: 88%;
  }
}

@media screen and (max-width: 767px) {
  .contents .side .sideIn .itemBox-01 img.item {
    width: 75%;
  }
}

@media screen and (max-width: 575px) {
  .contents .side .sideIn .itemBox-01 img.item {
    width: 85%;
  }
}

.contents .side .sideIn .itemBox-01 p {
  font-size: 14px;
}

/* footer */
.footer {
  color: #eee;
  background-color: #333;
  box-shadow: 0 -3px 10px #aaa;
  /* footer nav */
}

.footer a {
  color: #eee;
}

.footer a:hover {
  color: #999;
}

.footer .footerNav {
  margin: 10px 0 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

@media screen and (max-width: 767px) {
  .footer .footerNav .navbar-nav {
    margin-left: 0;
  }
  .footer .footerNav .navbar-nav .nav-item {
    padding-left: 0;
    text-align: left;
  }
}

.footer .footerIn-L h3,
.footer .footerIn-C h3,
.footer .footerIn-R h3 {
  font-family: 'Constantia';
  font-size: 18px;
}

@media screen and (max-width: 575px) {
  .footer .footerIn-L h3,
  .footer .footerIn-C h3,
  .footer .footerIn-R h3 {
    font-size: 16px;
  }
}

.footer .footerIn-L p {
  margin: 10px 0 10px;
}

@media screen and (max-width: 575px) {
  .footer .footerIn-L p {
    font-size: 14px;
  }
}

.footer .footerIn-L ul {
  margin: 0 0 30px 20px;
  padding: 0;
  line-height: 1.5;
}

@media screen and (max-width: 575px) {
  .footer .footerIn-L ul {
    font-size: 14px;
  }
}

.footer .footerIn-L ul ul {
  margin: 0 2px;
  list-style: none;
  font-size: 14px;
}

.footer .footerIn-R {
  margin-bottom: 50px;
}

.footer .footerIn-R .companyName {
  margin-bottom: 10px;
  font-size: 20px;
}

@media screen and (max-width: 575px) {
  .footer .footerIn-R .companyName {
    font-size: 16px;
  }
}

.footer .footerIn-R dl {
  margin: 0;
}

@media screen and (max-width: 575px) {
  .footer .footerIn-R dl {
    font-size: 14px;
  }
}

.footer .footerIn-R dl dt {
  float: left;
  font-weight: normal;
}

.footer .footerIn-R dl dd {
  margin-left: 50px;
}

/* copyright */
.copyright {
  padding: 20px 0 3px;
  font-size: 14px;
  color: #f6f6f6;
  background-color: #222;
}

.copyright p {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .copyright p {
    font-size: 12px;
    text-align: left;
  }
}
