
/* ========================================== レイアウト ========================================== */

/* サイト全体 */
#box_site {
}

/* ヘッダー */
#box_header {
  margin: 0 auto;
  width: 1120px;
}

/* コンテンツ */
#box_content_index {
  text-align: center;
  margin: 80px 0px 90px 0px;
}
#box_content {
  margin: 0 auto;
  width: 1160px;
  text-align: left;
  word-break: break-all;
  padding: 0px 0px 90px 0px;
}

/* フッター */
#box_footer {
  background-color: #6EB9E0;
  padding: 0px 0px 0px 0px;
}
#box_footer2 {
  width: 1160px;
  margin: 0 auto;
}


/* =========================================== ヘッダー =========================================== */

/* 見出し */
h1 {
  font-size: 12px;
  font-weight: normal;
  text-align: right;
  padding: 0px 23px 0px 0px;
  margin: 0px;
}

/* ロゴ */
#header_logo {
  float: left;
  width: 400px;
  margin: 0px 0px 0px 0px;
}

/* 電話番号 */
#header_tel {
  float: left;
  width: 243px;
  margin: 10px 0px 0px 160px;
}

/* メール */
#header_mail {
  float: right;
  width: 275px;
  margin: 10px 0px 0px 0px;
}

/* ヘッダーメニュー */
#header_menu_pc {
  clear: both;
  text-align: center;
  padding: 15px 0px 0px 0px;
}
#header_menu_sp {
  display: none;
}

/* メイン画像 */
#main {
  width: 100%;
}


/* ========================================== コンテンツ ========================================== */

/* パンクズリスト */
#breadlist {
  font-size: 16px;
  margin: 10px 0px 20px 0px;
}

/* 見出し */
h2 {
  color: #000000;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  position: relative; /*positionをrelativeに指定*/
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 60px 0px;
}
h2::after {
  position: absolute; /*positionをabsoluteに指定*/
  content: "";
  background-color: #55B6E3; /*下線の色*/
  width: 30px; /*線の幅*/
  height: 4px; /*線の太さ*/
  bottom: -15px; /*線のタテ位置*/
  left: 50%;  /*線のヨコ位置*/
  transform: translateX(-50%);　/*線のヨコ位置*/
}
h3 {
  border-top: 1px solid #55B6E3;
  border-bottom: 1px solid #55B6E3;
  color: #000000;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  padding: 10px 7px 14px 7px;
  margin: 40px 0px 20px 0px;
}

/* 赤色 */
.red {
  color: #FF0000;
  font-weight: bold;
}

/* 中央寄せ */
.center {
  text-align: center;
  margin: 0px 0px 15px 0px;
}

/* float解除 */
.float_clear {
  clear: both;
}

/* 必須 */
.must {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #FF0000;
  padding: 0px 3px 0px 3px;
  margin: 0px 0px 0px 8px;
}


/* =========================================== フッター =========================================== */

/* お問い合わせ */
#footer_contact {
  background-image: url(../img/footer_contact.png);
  background-repeat: no-repeat;
  width: 1300px;
  height: 275px;
  margin: 0 auto;
}
#footer_mail {
  padding: 160px 0px 0px 656px;
}

/* ロゴ */
#footer_logo {
  float: left;
  width: 500px;
  margin: 25px 0px 0px 30px;
}

/* フッターメニュー */
#footer_menu {
  float: right;
  background-color: #FFFFFF;
  text-align: left;
  font-size: 18px;
  line-height: 32px;
  margin: 30px 0px 0px 0px;
}
#footer_menu a:link {
  text-decoration: none;
  color: #000000;
}
#footer_menu a:visited {
  text-decoration: none;
  color: #000000;
}
#footer_menu a:active {
  text-decoration: none;
  color: #000000;
}
#footer_menu a:hover {
  text-decoration: underline;
  color: #0000FF;
}

/* コピーライト */
#footer_copyright {
  float: right;
  background-color: #FFFFFF;
  font-size: 16px;
  color: #000000;
  text-align: center;
  padding: 25px 0px 10px 0px;
}
#footer_copyright a:link {
  text-decoration: none;
  color: #000000;
}
#footer_copyright a:visited {
  text-decoration: none;
  color: #000000;
}
#footer_copyright a:active {
  text-decoration: none;
  color: #000000;
}
#footer_copyright a:hover {
  text-decoration: underline;
  color: #0000FF;
}


/* ============================================= 共通 ============================================= */

/* NotoSansJP Regular400 */
@font-face {
  font-family: 'NotoSansJP';
  src: url(../fonts/NotoSansJP-Regular.woff) format("woff");
  font-weight: normal;
  font-display: swap;
}

/* NotoSansJP Bold700 */
@font-face {
  font-family: 'NotoSansJP';
  src: url(../fonts/NotoSansJP-Bold.woff) format("woff");
  font-weight: bold;
  font-display: swap;
}

/* ボディ */
body {
  font-size: 18px;
  font-family: 'NotoSansJP', 'Hiragino Sans', "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  margin: 0px;
}

/* テーブル（スマホ最適化） */
table.tbl_sp {
  font-size: 20px;
  border: 0px;
  border-collapse:collapse;
  border: 1px solid;
  margin: 20px 0px 20px 0px;
}
table.tbl_sp tr td {
  border: 1px solid #999999;
  background-color: #FFFFFF;
  padding: 5px 7px 5px 7px;
  word-break: break-all;
}
table.tbl_sp tr.head {
  background-color: #e2eff8;
  text-align: center;
}
table.tbl_sp td.head {
  background-color: #e2eff8;
}
table.tbl_sp colgroup.col1 {
  width: 300px;
}
table.tbl_sp colgroup.col2 {
  width: 860px;
}

/* テーブル（テーブル表示） */
table.tbl_pc {
  font-size: 20px;
  border: 0px;
  border-collapse:collapse;
  border: 1px solid;
  margin: 20px 0px 20px 0px;
}
table.tbl_pc tr td {
  border: 1px solid #999999;
  background-color: #FFFFFF;
  padding: 5px 7px 5px 7px;
  word-break: break-all;
}
table.tbl_pc tr.head {
  background-color: #e2eff8;
  text-align: center;
}
table.tbl_pc td.head {
  background-color: #e2eff8;
}
table.tbl_pc colgroup.col1 {
  width: 300px;
}
table.tbl_pc colgroup.col2 {
  width: 860px;
}

/* リスト */
ul.list {
  list-style-type: disc;
  border: 1px solid #CCCCCC;
  background-color: #e2eff8;
  padding: 15px 20px 15px 50px;
  margin: 5px 0px 0px 0px;
}
ul.list li {
  text-align: left;
  padding: 5px 0px 5px 0px;
}
ul.list2 {
  list-style-type: decimal;
  border: 1px solid #CCCCCC;
  background-color: #e2eff8;
  padding: 15px 20px 15px 50px;
  margin: 5px 0px 0px 0px;
}
ul.list2 li {
  text-align: left;
  padding: 5px 0px 5px 0px;
}

p {
  text-align: left;
}

strong {
  font-weight: inherit;
}

/* フォーカス時に背景色変更 */
input:focus, textarea:focus, select:focus {
  background-color: #FFDDC8;
}

/* リンクの下線を消す */
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color:red;
}

/* 画像リンクの枠線を消す */
a img {
  border-style:none;
}

/* 画像横テキストの縦位置ずれ防止 */
img {
  vertical-align: middle;
}

/* マウスオーバーで画像透過 */
a img.linkimg {
  background:none;
}
a:hover img.linkimg {
  opacity:0.5;
  filter:alpha(opacity=50);
  -ms-filter: "alpha( opacity=50 )";
  background:none;
}

/* 親divの高さを子divの高さに合わせる */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}


/* ======================================== スマホ版非表示 ======================================== */

.sp {
  display: none;
}


