@charset "UTF-8";
/* エスケープ */
/*
	--------------------------------
	[Project Name] global.CSS
	2019.07.31
	--------------------------------
*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* --------------------------------
	タイポグラフィ
-------------------------------- */
em, strong {
  font-weight: bold;
  font-style: normal;
}

/* --------------------------------
 アピアランス
-------------------------------- */
html, body {
  height: 100%;
}

img {
  border: none;
  width: 100%;
  display: block;
}

iframe {
  border: none;
  overflow: auto;
}

th {
  text-align: left;
}

td {
  empty-cells: show;
}

hr {
  display: none;
}

label {
  cursor: default;
}

sup {
  line-height: 0px;
}

p {
  margin-bottom: 24px;
}

h1 {
  margin-bottom: 36px;
}

h2 {
  margin-bottom: 36px;
}

h3 {
  margin-bottom: 24px;
}

h4, h5, h6 {
  margin-bottom: 12px;
}

@media screen and (min-width: 1024px) {
  .for__sp,
  .for__sptab {
    display: none;
  }

  h1 {
    margin-bottom: 48px;
  }

  h2 {
    margin-bottom: 36px;
  }

  h3 {
    margin-bottom: 24px;
  }

  h4, h5, h6 {
    margin-bottom: 12px;
  }
}
/* --------------------------------
	body
-------------------------------- */
body {
  position: relative;
  -webkit-text-size-adjust: 100%;
}

/* --------------------------------
	リンク
-------------------------------- */
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  transition: 0.3s;
}

#contents-main a {
  text-decoration: underline;
}
#contents-main a:hover {
  text-decoration: none;
  transition: 0.3s;
}

/* --------------------------------
	リスト
-------------------------------- */
ul.list {
  list-style: disc;
  margin-bottom: 48px;
  padding-left: 36px;
}
ul.list li {
  line-height: 140%;
  margin-bottom: 16px;
}
ul.list li:last-child {
  margin-bottom: none;
}

/* --------------------------------
	テーブル
-------------------------------- */
table {
  width: 100%;
  margin: 0 0 48px 0;
  border-collapse: collapse;
}
table th, table td {
  padding: 12px 24px;
}
@media screen and (max-width: 480px) {
  table th, table td {
    display: block;
    width: 100%;
    padding: 8px 24px;
  }
}
@media screen and (max-width: 480px) {
  table.table-striped td:first-child {
    background: #f3f3f3;
  }
}
@media screen and (min-width: 480px) {
  table.table-striped tr:nth-child(odd) {
    background: #f3f3f3;
  }
}
@media screen and (max-width: 480px) {
  table.table-bordered td:first-child {
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    margin-top: 24px;
  }
  table.table-bordered tr:first-child td:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 480px) {
  table.table-bordered tr {
    border-top: 1px solid #d3d3d3;
  }
  table.table-bordered tr:last-child {
    border-bottom: 1px solid #d3d3d3;
  }
}
@media screen and (max-width: 480px) {
  table.table-bordered-all th, table.table-bordered-all td {
    border: 1px solid #d3d3d3;
    border-bottom: none;
  }
  table.table-bordered-all tr:last-child td:last-child {
    border-bottom: 1px solid #d3d3d3;
  }
}
@media screen and (min-width: 480px) {
  table.table-bordered-all th, table.table-bordered-all td {
    border: 1px solid #d3d3d3;
  }
}

/* --------------------------------
	注意書き
-------------------------------- */
.asterisk {
  margin: 12px 0 0 0;
  font-size: 1.4rem;
  line-height: 130%;
  text-indent: -1rem;
  padding-left: 1rem;
}

/* --------------------------------
	関連コンテンツ
-------------------------------- */
.relate-box {
  margin-top: 96px;
  padding: 24px 24px 6px;
  background: #f3f3f3;
}

/* --------------------------------
	ページトップ
-------------------------------- */
.pagetop {
  display: none;
  position: fixed;
  bottom: 0px;
  right: 0px;
}

.pagetop a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  padding: 4px 8px;
  background-color: #3498db;
}

.pagetop a:hover {
  background-color: #999;
}

/* --------------------------------
	Googlemap レスポンシブ
-------------------------------- */
.googlemap {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 60px;
}
.googlemap iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

/* --------------------------------
	ページ更新日
-------------------------------- */
.revitiondate {
  margin: 48px 0 24px 0;
  padding: 0 24px;
  font-size: 1.4rem;
  text-align: right;
}
@media screen and (min-width: 1024px) {
  .revitiondate {
    margin: 0 0 48px 0;
  }
}

/* --------------------------------
	ヘッダのスクロールシャドウ
-------------------------------- */
@media screen and (max-width: 1023px) {
  .scrollShadow {
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  }
}
