@charset "utf-8";
/*　サブページ用 pf-clsc_**.css追加css　*/
/* サブページ共通 */
main {
  padding-top: 70px;
}
/* -------------------------------------- 追従ヘッダー .fix_head */
.mth .fix_head {
  background-image: -webkit-linear-gradient(270deg,rgba(119,51,68,1.00) 0%,rgba(88,31,43,1.00) 100%);
  background-image: -moz-linear-gradient(270deg,rgba(119,51,68,1.00) 0%,rgba(88,31,43,1.00) 100%);
  background-image: -o-linear-gradient(270deg,rgba(119,51,68,1.00) 0%,rgba(88,31,43,1.00) 100%);
  background-image: linear-gradient(180deg,rgba(119,51,68,1.00) 0%,rgba(88,31,43,1.00) 100%);
}
.bulk .fix_head {
  background-image: -webkit-linear-gradient(270deg,rgba(153,90,54,1.00) 0%,rgba(151,62,28,1.00) 100%);
  background-image: -moz-linear-gradient(270deg,rgba(153,90,54,1.00) 0%,rgba(151,62,28,1.00) 100%);
  background-image: -o-linear-gradient(270deg,rgba(153,90,54,1.00) 0%,rgba(151,62,28,1.00) 100%);
  background-image: linear-gradient(180deg,rgba(153,90,54,1.00) 0%,rgba(151,62,28,1.00) 100%);
}
.sin .fix_head {
  background-image: -webkit-linear-gradient(270deg,rgba(8,125,139,1.00) 0%,rgba(2,81,95,1.00) 100%);
  background-image: -moz-linear-gradient(270deg,rgba(8,125,139,1.00) 0%,rgba(2,81,95,1.00) 100%);
  background-image: -o-linear-gradient(270deg,rgba(8,125,139,1.00) 0%,rgba(2,81,95,1.00) 100%);
  background-image: linear-gradient(180deg,rgba(8,125,139,1.00) 0%,rgba(2,81,95,1.00) 100%);
}
/* -------------------------------------- パンくずリスト .path */
nav.path {
  padding: 0;
}
nav.path ul {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0 2vw;
}
nav.path li {
  font-size: .8em;
  white-space: nowrap;
}
nav.path li::after {
  content: "\03e";
  padding: 0 .5em;
}
nav.path li:last-child::after {
  content: "";
}
/* -------------------------------------- サブページコンテンツ .contents */
.contents {
  font-size: 4vw;
  padding-bottom: 1.5em;
}
.contents h2 {
  text-align: center;
  font-size: 1.6em;
}
.contents table {
  width: 100%;
}
.contents th {
  display: block;
  width: 100%;
  padding: .5em 0 0;
  text-align: left;
  white-space: nowrap;
  border-bottom: 1px solid #3D232B;
}
.contents td {
  display: block;
  width: 100%;
  padding: .2em 0 .5em;
}
.contents ul {
  margin-bottom: 0;
}
/* __________________________________________ 会社概要 #company */
#company ol {
  list-style-type: decimal;
  padding-left: 1.5em;
}
/* __________________________________________ プライバシーポリシー #privacy */
#privacy ol {
  list-style-type: decimal;
  padding-left: 1em;
}
#privacy h3 {
  font-weight: bold;
  border-bottom: 1px solid #3D232B;
}
#privacy h4 {
  color: #252525;
  font-size: 1em;
  font-weight: bold;
}
/* -------------------------------------- お問い合わせ .contact */
#contact iframe {
  width: 100%;
  height: 150vh;
}
/* ----------------------------------------------------------------------------------------------------------------------------- */
/*　PCレイアウトここから　*/
/* ----------------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 481px) {
/* -------------------------------------- 追従ヘッダー .fix_head */
.mth header {
  background-image: -webkit-linear-gradient(270deg,rgba(119,51,68,1.00) 0%,rgba(88,31,43,1.00) 100%);
  background-image: -moz-linear-gradient(270deg,rgba(119,51,68,1.00) 0%,rgba(88,31,43,1.00) 100%);
  background-image: -o-linear-gradient(270deg,rgba(119,51,68,1.00) 0%,rgba(88,31,43,1.00) 100%);
  background-image: linear-gradient(180deg,rgba(119,51,68,1.00) 0%,rgba(88,31,43,1.00) 100%);
}
.bulk header {
  background-image: -webkit-linear-gradient(270deg,rgba(153,90,54,1.00) 0%,rgba(151,62,28,1.00) 100%);
  background-image: -moz-linear-gradient(270deg,rgba(153,90,54,1.00) 0%,rgba(151,62,28,1.00) 100%);
  background-image: -o-linear-gradient(270deg,rgba(153,90,54,1.00) 0%,rgba(151,62,28,1.00) 100%);
  background-image: linear-gradient(180deg,rgba(153,90,54,1.00) 0%,rgba(151,62,28,1.00) 100%);
}
.sin header {
  background-image: -webkit-linear-gradient(270deg,rgba(8,125,139,1.00) 0%,rgba(2,81,95,1.00) 100%);
  background-image: -moz-linear-gradient(270deg,rgba(8,125,139,1.00) 0%,rgba(2,81,95,1.00) 100%);
  background-image: -o-linear-gradient(270deg,rgba(8,125,139,1.00) 0%,rgba(2,81,95,1.00) 100%);
  background-image: linear-gradient(180deg,rgba(8,125,139,1.00) 0%,rgba(2,81,95,1.00) 100%);
}
/* -------------------------------------- パンくずリスト .path */
nav.path {
  width: 980px;
  margin: 0 auto;
  padding: 1em 0 0;
}
nav.path ul {
  margin: 0;
}
/* -------------------------------------- サブページコンテンツ .contents */
main {
  padding-top: 0;
}
.contents {
  width: 980px;
  margin: 0 auto;
  font-size: 1.6rem;
}
.contents h2 {
  margin: 1em 0 2em;
  font-size: 3.2rem;
}
.contents tr {
  border-bottom: none;
}
.contents th {
  display: table-cell;
  width: 30%;
  padding: 1em 0;
  text-align: center;
}
.contents td {
  display: table-cell;
  width: 70%;
  padding: .5em 0;
  border-bottom: 1px solid #3D232B;
}
.contents tr:last-child th,
.contents tr:last-child td {
  border-bottom: none;
}
/* __________________________________________ 会社概要 #company */
#company ol {
  padding-left: 1em;
}
/* -------------------------------------- お問い合わせ .contact */
#contact iframe {
  height: 1000px;
}

}
