@charset "UTF-8";

/* --------------------------------------------------------
-----------------------------------------------------------
COMMON
-----------------------------------------------------------
----------------------------------------------------------- */
body {
  color: #333;
  background-color: #FFFFFF;
  font-family: 'Noto Sans JP',Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-feature-settings: "palt";
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  min-width: 960px;
}

a:hover {
  /* @mixin:PC-opacity */
  opacity: 0.8;
}

input[type="submit"],
input[type="button"] {
  cursor: pointer;
}
input[type="submit"]:hover,
input[type="button"]:hover {
  /* @mixin:PC-opacity */
  opacity: 0.8;
}

/*
---------------------------------------------------------
float
--------------------------------------------------------- */
.Fl {
  float: left;
}

.Fr {
  float: right;
}

/*
---------------------------------------------------------
非表示
--------------------------------------------------------- */
.PC-none {
  display: none !important;
}

/*
---------------------------------------------------------
サイト幅
--------------------------------------------------------- */
.In-wrap {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 70px);
}

/*
---------------------------------------------------------
Content
--------------------------------------------------------- */
.Content-block {
  /* @mixin:PC-content-block */
  margin-bottom: 50px;
}
.Content-block:last-child {
  /* @mixin:PC-content-block */
  margin-bottom: 0;
}

.Content-block.MOD-bg {
  /* @mixin:PC-content-block-bg */
  padding-top: 35px;
  padding-bottom: 35px;
  margin-bottom: 0;
}
.Content-block.MOD-bg:nth-last-of-type(even) {
  /* @mixin:PC-content-block-bg */
  background-color: #f4f4f4;
}

.Content-article {
  /* @mixin:PC-content-article */
  margin-bottom: 30px;
}
.Content-article:last-child {
  /* @mixin:PC-content-article */
  margin-bottom: 0;
}

.Content-body {
  /* @mixin:PC-content-body */
  padding-left: 10px;
  padding-right: 10px;
}

/*
---------------------------------------------------------
電話番号リンク
--------------------------------------------------------- */
a[href^="tel:"] {
  text-decoration: none;
  color: inherit;
  opacity: 1;
  cursor: default;
}

/*
-----------------------------------------------------------
Table
----------------------------------------------------------- */
.Table-basic {
  /* @mixin:PC-table-basic */
  border-left: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
}
.Table-basic th, .Table-basic td {
  /* @mixin:PC-table-basic */
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 9px 20px;
}
.Table-basic th {
  /* @mixin:PC-table-basic */
  border-right: 1px solid #dcdcdc;
  background: #f4f4f4;
  font-size: 14px;
  font-weight: bold;
}
.Table-basic td {
  /* @mixin:PC-table-basic */
  background: #fff;
}

/*
-----------------------------------------------------------
Title
----------------------------------------------------------- */
.Title-block {
  /* @mixin:PC-title-block */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #0c193c;
  border-bottom: 3px double #dcdcdc;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  font-size: 25px;
}
.Title-block span {
  /* @mixin:PC-title-block */
  border-bottom: 3px double #f15e0e;
  display: inline-block;
  margin-bottom: -3px;
  padding: 0 12px 7px 10px;
}

.Title-block.MOD-side {
  /* @mixin:PC-title-block-side */
  font-size: 20px;
}

.Title-block.MOD-center {
  /* @mixin:PC-title-block-center */
  text-align: center;
  border-bottom: none;
  margin-bottom: 20px;
}
.Title-block.MOD-center span {
  /* @mixin:PC-title-block-center */
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0;
}

.Title-article {
  /* @mixin:PC-title-article */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #f15e0e;
  border-bottom: 1px solid #dcdcdc;
  font-weight: bold;
  margin: 0 0 10px;
  padding: 0px 8px 7px;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.Title-article a {
  /* @mixin:PC-title-article */
  color: #f15e0e;
  text-decoration: none;
}

.Title-article.MOD-small {
  font-size: 15px;
}

.Title-small {
  /* @mixin:PC-title-small */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #f15e0e;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-size: 16px;
  margin-bottom: 4px;
  padding: 0 5px;
}

/*
-----------------------------------------------------------
Button
----------------------------------------------------------- */
.Btn-cv {
  /* @mixin:PC-btn-cv */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background-color: #ed2a3f;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 0;
  position: relative;
  display: inline-block;
  font-weight: bold;
  text-decoration: none !important;
  text-align: center;
  overflow: hidden;
  border-radius: 2px;
  font-size: 14px;
  padding: 9px 18px 12px;
  line-height: 1.3;
  color: #FFF !important;
}
.Btn-cv:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.2);
}

.Btn-main {
  /* @mixin:PC-btn-main */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background-color: #f15e0e;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 0;
  display: inline-block;
  font-weight: bold;
  text-decoration: none !important;
  padding: 7px 15px 8px;
  border-radius: 2px;
  font-size: 16px;
  line-height: 1.3;
  color: #FFF !important;
}

.Btn-main.MOD-cancel {
  background-color: #444 !important;
  color: #FFF !important;
}

.Btn-sub {
  /* @mixin:PC-btn-sub */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #f15e0e;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 0;
  display: inline-block;
  font-weight: bold;
  text-decoration: none !important;
  background-color: transparent;
  border-radius: 2px;
  font-size: 17px;
  padding: 4px 12px;
  line-height: 1.3;
  background: #FFF;
  border: 1px solid;
}

.Btn-anchor {
  /* @mixin:PC-btn-anchor */
  color: #f15e0e;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 0;
  font-weight: bold;
  text-decoration: none !important;
  position: relative;
  display: block;
  border: 1px solid;
  line-height: 1.3;
  letter-spacing: 0;
  padding: 6px 12px 6px 23px;
  font-size: 15px;
  border-radius: 2px;
}
.Btn-anchor:before {
  /* @mixin:PC-btn-anchor */
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #0c193c transparent transparent transparent;
  display: block;
  top: 13px;
  left: 9px;
}

/*
-----------------------------------------------------------
Link
----------------------------------------------------------- */
.Link-text {
  /* @mixin:PC-link-text */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  font-size: 16px;
}

.Link-arrow {
  /* @mixin:PC-link-arrow */
  position: relative;
  padding-left: 12px;
  display: inline-block;
}
.Link-arrow:before {
  /* @mixin:PC-link-arrow */
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #0c193c;
}

/*
-----------------------------------------------------------
Edit(自由編集エリア)
----------------------------------------------------------- */
.Edit.MOD-top .wb-edit {
  padding-top: 25px;
}

.Edit.MOD-bottom .wb-edit {
  padding-bottom: 35px;
}

.Edit .wb-edit:empty {
  padding: 0 !important;
}

/* --------------------------------------------------------
-----------------------------------------------------------
Content
-----------------------------------------------------------
----------------------------------------------------------- */
.Content {
  padding-top: 40px;
  padding-bottom: 55px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
Header
-----------------------------------------------------------
----------------------------------------------------------- */
.Header {
  padding-top: 45px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
Page-head
-----------------------------------------------------------
----------------------------------------------------------- */
.Page-head {
  text-align: center;
  padding: 2vh 0;
  margin-bottom: 20px;
  box-shadow: none;
  position: relative;
  background: #fff;
  border-top: 3px solid #f15e0e;
  border-bottom: 3px solid #f15e0e;
}

.Page-head .page-title span {
  color: #f15e0e;
  letter-spacing: 0.05em;
}

/* --------------------------------------------------------
-----------------------------------------------------------
wb-pair(table)
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-pair .wb-pair-list-table {
  /* @mixin:PC-table-basic */
  border-left: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  width: 100%;
  table-layout: fixed;
}
.wb-pair .wb-pair-list-table th, .wb-pair .wb-pair-list-table td {
  /* @mixin:PC-table-basic */
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 9px 20px;
}
.wb-pair .wb-pair-list-table th {
  /* @mixin:PC-table-basic */
  border-right: 1px solid #dcdcdc;
  background: #f4f4f4;
  font-size: 14px;
  font-weight: bold;
}
.wb-pair .wb-pair-list-table td {
  /* @mixin:PC-table-basic */
  background: #fff;
}

.wb-pair .wb-pair-list-table th {
  min-width: 150px;
  width: 22%;
}

