@charset "UTF-8";
/*****レスポンシブデザイン*****/
#main-in {
  margin: 0 auto;
  max-width: 1040px;
  padding: 0 20px 0 220px;
}
@media screen and (max-width: 767px) {
  #main-in {
    padding-left: 20px;
    margin-top: 80px;
  }
}

.main-visual {
  background: url("../img/header_2.jpg") no-repeat center center/cover;
  width: 100%;
  height: 350px;
  z-index: -100;
}

.main-visual__lead {
  font-size: 48px;
}

#main p {
  margin-bottom: 1em;
  line-height: 1.9;
}

.util-link {
  font-size: 14px;
  letter-spacing: 0.1em;
  background: #ff9544;
  color: #fff;
  display: inline-block;
  padding: 10px 25px;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}
.util-link.-active {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .util-link:not(.-submit):hover {
    background: #1e90ff;
    color: #fff;
  }
}

#copyright a {
  color: #666;
  text-decoration: none;
}

#copyright a:hover {
  text-decoration: underline;
}

#global-head {
  background: none;
  border: none;
  padding: 0;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  #global-head {
    padding: 0;
    background: #ffc486;
  }
}

.label {
  display: inline-block;
  padding: 2px 8px;
  margin-right: 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

.label.printing {
  background-color: #4a90e2;
} /* 印刷 */
.label.paper {
  background-color: #50b948;
} /* 用紙 */
.label.service {
  background-color: #f5a623;
} /* サービス */
body {
  line-height: 1.8;
  margin: 0;
  padding: 0;
  background: #fff;
}

.main {
  max-width: 1040px;
  margin: 0 auto;
}

header {
  background: #e6f0ff;
  padding: 20px;
  border-bottom: 2px solid #00025b;
}

header h2 {
  margin: 0;
  font-size: 20px;
  color: #0044cc;
}

.faq-list {
  padding: 20px;
  background: #f8faff;
}

.faq-list ul {
  list-style: none;
  padding: 0;
}

.faq-list li {
  margin: 10px 0;
}

.faq-list a {
  text-decoration: none;
  color: #0044cc;
}

section {
  margin: 30px 20px;
  padding: 20px;
  background: #f0f7ff;
  border-left: 6px solid #4a90e2;
  border-radius: 6px;
}

section h3 {
  margin-top: 0;
  background: #000874;
  color: #fff;
  padding: 10px;
  border-radius: 4px;
  font-size: 18px;
}

.back-top {
  text-align: right;
  margin-top: 10px;
}

.back-top a {
  font-size: 14px;
  color: #0044cc;
  text-decoration: none;
}

.faq-toggle {
  cursor: pointer;
  background: #000874;
  color: #fff;
  padding: 10px;
  border-radius: 4px;
  margin: 10px 0;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faq-items {
  list-style: none;
  padding: 0 20px;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.6s ease;
  transition: max-height 0.6s ease;
}

.faq-items li {
  margin: 5px 0;
}

.faq-items a {
  text-decoration: none;
  color: #0044cc;
}

.icon {
  font-weight: bold;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.faq-toggle.active .icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* 横並び用 */
.flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  margin-top: 10px;
}

.flex-wrapper .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flex-wrapper .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
}

.flex-wrapper .image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

@media (max-width: 600px) {
  section {
    margin: 20px 10px;
    padding: 15px;
  }
  section h3 {
    font-size: 16px;
  }
  .flex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-wrapper .image {
    width: 100%;
    max-width: 100%;
  }
}
/*==================
company
==================*/
.company {
  font-weight: 100;
  color: #373737;
  background: none;
  padding: 60px 20px 0 20px;
  max-width: 1040px;
  margin: 0 auto;
  border: none;
}
@media screen and (max-width: 767px) {
  .company {
    font-size: 12px;
    padding: 0;
  }
}

.company-title {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
  border-bottom: 2px solid #0028b7;
  padding: 14px 0 5px 0;
}
@media screen and (max-width: 767px) {
  .company-title {
    padding: 0 0 5px 0;
    margin-top: 10px;
    font-size: 16px;
  }
}

/*==================
table
==================*/
table {
  width: 100%;
  border-spacing: 0;
  margin-bottom: 50px;
}

th {
  border-bottom: 1px solid #000;
  padding: 1rem 1rem 1rem 0;
  vertical-align: top;
  text-align: left;
  width: 20%;
}
@media screen and (max-width: 767px) {
  th {
    width: 35%;
  }
}

td {
  border-bottom: 1px solid #000;
  padding: 1rem 1rem 1rem 0;
  vertical-align: top;
  text-align: left;
}

dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.outline {
  display: block;
}

/*==================
greet
==================*/
.greet {
  margin-top: 120px;
  font-size: 18px;
  color: #2a2a2a;
  font-weight: 300;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .greet {
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.6em;
  }
}

/*==================
history
==================*/
.history-title {
  padding: 140px 0 5px 0;
  margin-bottom: 40px;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
  border-bottom: 2px solid #0028b7;
}
@media screen and (max-width: 767px) {
  .history-title {
    padding: 0 0 5px 0;
    margin-top: 40px;
    font-size: 16px;
  }
}

.about {
  color: #373737;
  font-weight: 100;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .about {
    margin: 120px 0;
  }
}
.about dl {
  display: block;
  width: 100%;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .about dl {
    font-size: 12px;
  }
}
.about dd {
  margin-bottom: 15px;
  margin-left: 20%;
}
@media screen and (max-width: 767px) {
  .about dd {
    width: 80%;
  }
}
.about dt {
  width: 20%;
  float: left;
}