@charset "utf-8";
/* sax-mth_common.css追加 サブページ用css */
.wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.inner {
  width: 92%;
  margin: 0 auto;
  position: relative;
}
.minbox {
  width: 92%;
  margin: .5em auto;
}
.img-txt {
  display: block;
  height: 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  overflow: hidden;
}
/* -------------------------------------- ヘッダー header  */
header {
  display: block;
  content-visibility: visible;
  padding: .5em 0 0;
  align-items: center;
  background-color: #460000;
  position: relative;
  z-index: 100;
}
.logo {
  display: inline-block;
  width: 85vw;
  height: 0;
  margin: 0;
  padding: 22vw 0 0 0;
  background-image: url("../be-img/sbsc/smp/sax_smp_logo.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  overflow: hidden;
}
header .tel-bnr {
  display: none; 
  content-visibility: hidden; 
}
main {
  padding-top: 0;
}
/* -------------------------------------- パンくずリスト .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 {
  padding-left: 1.5em;
  margin-bottom: 0;
  list-style-type: decimal;
}
/* __________________________________________ プライバシーポリシー #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;
}
/* __________________________________________ 特商法 #law */
#law td p {
  margin-bottom: 0;
}
/* -------------------------------------- お問い合わせ .contact */
#contact iframe {
  width: 100%;
  height: 180vh;
}
/* ----------------------------------------------------------------------------------------------------------------------------- */
/*　PCレイアウトここから　*/
/* ----------------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 481px) {
body {
  width: 100%;
}
.tokuten {
  margin: 1em auto 0;
}
.wrapper {
  width: 980px;
  margin: 0 auto;
  position: relative;
}
.inner {
  width: 720px;
  margin: 0 auto;
  position: relative;
}
.minbox {
  width: 650px;
  margin: .5em auto;
}
.img-txt {
  display: block;
  height: 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  overflow: hidden;
}
/* -------------------------------------- ヘッダー header  */
header {
  display: block;
  content-visibility: visible;
  padding: .5em 0 0;
  align-items: center;
  background-color: #460000;
  position: relative;
  z-index: 100;
}
.logo {
  display: inline-block;
  width: 510px;
  height: 66px;
  margin: 0 .5em 0 0;
  padding: 1.2em 0 0 200px;
  line-height: 1.4;
  background-image: url("../be-img/mp/sax-mth_logo_pc.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 185px 66px;
  overflow: hidden;
}
header .tel-bnr {
  display: block; 
  content-visibility: visible; 
}
main {
  background-color: #f0f0f0;
}
article.wrapper { 
  background-color: #FFFFFF;
}
/* -------------------------------------- パンくずリスト .path */
nav.path {
  width: 980px;
  margin: 0 auto 1em;
  padding: 1em 1em 0;
}
nav.path ul {
  margin: 0;
}
/* -------------------------------------- サブページコンテンツ .contents */
.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;
}

}