@charset "UTF-8";
body {
  background: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,
    "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  color: #333;
  line-height: 1.8;
}
.isIE11 body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,
    "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body#tinymce {
  margin: 15px;
}
a {
  color: inherit;
  transition-property: opacity;
  transition-duration: 0.3s;
}
a[href^="tel:"] {
  cursor: default;
  text-decoration: none;
  color: inherit;
}
textarea,
input[type="date"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="text"] {
  font-size: 16px;
  padding: 11px 5px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  width: 100%;
}
label input[type="checkbox"],
label input[type="radio"] {
  margin: 0;
  vertical-align: 1px;
}
label {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1em 0 0;
}
.u-en {
  font-family: "Josefin Sans", sans-serif;
}
.u-inner {
  max-width: 1160px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
.u-inner::after {
  content: "";
  display: block;
  clear: both;
}
.u-inner02 {
  max-width: 1088px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
.u-inner02::after {
  content: "";
  display: block;
  clear: both;
}
.u-headline01 {
  line-height: 1.4;
  margin-bottom: 1em;
}
.u-headline01::before {
  content: "";
}
.u-headline02 {
  line-height: 1.2;
  margin-bottom: 41px;
  text-align: center;
}
.u-headline02::before {
  content: "";
}
.u-headline02 > b {
  display: block;
  font-size: 35px;
  font-weight: normal;
}
.u-headline02 > b::after {
  content: "";
  display: block;
  width: 180px;
  height: 1px;
  background: #00254b;
  margin: 0 auto 25px;
}
.u-headline02 > small {
  font-size: 18px;
  font-weight: bold;
}
.u-headline03 {
  line-height: 1.4;
  margin-bottom: 17px;
  font-size: 18px;
  position: relative;
  z-index: 1;
  padding-left: 14px;
}
.u-headline03::before {
  content: "";
  display: block;
  width: 5px;
  height: 20px;
  background: #00254b;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.u-headline04 {
  line-height: 1.4;
  margin-bottom: 1em;
}
.u-headline04::before {
  content: "";
}
.u-headline05 {
  line-height: 1.4;
  margin-bottom: 1em;
}
.u-headline05::before {
  content: "";
}
.u-headline06 {
  line-height: 1.4;
  margin-bottom: 1em;
}
.u-headline06::before {
  content: "";
}
.u-table01 {
  width: 100%;
  table-layout: fixed;
}
.u-table01 > thead > tr > th {
  padding: 7px 10px;
  border: 1px solid #ddd;
  white-space: nowrap;
  background: #efefef;
  font-weight: normal;
  vertical-align: middle;
}
.u-table01 > tbody > tr > th {
  padding: 7px 10px;
  border-top: 1px solid #ddd;
  font-weight: normal;
  text-align: left;
  width: 170px;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
  word-break: break-all;
}
.u-table01 > tbody > tr > td {
  padding: 7px 10px;
  border-top: 1px solid #ddd;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}
.u-table02 {
  width: 100%;
}
.u-table02 > thead > tr > th {
  padding: 7px 10px;
  border: 1px solid #ddd;
  white-space: nowrap;
  background: #efefef;
  font-weight: normal;
  vertical-align: middle;
}
.u-table02 > tbody > tr {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.u-table02 > tbody > tr > th {
  padding: 18px 15px;
  white-space: nowrap;
  background: #f2f2f2;
  font-weight: normal;
  text-align: left;
  width: 270px;
  vertical-align: middle;
}
.u-table02 > tbody > tr > td {
  padding: 18px 15px;
  vertical-align: middle;
}
.u-table03 {
  width: 100%;
}
.u-table03 > tbody > tr {
  line-height: 1.5;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  word-break: break-word;
}
.u-table03 > tbody > tr:first-child {
  border-top: none;
}
.u-table03 > tbody > tr:last-child {
  border-bottom: none;
}
.u-table03 > tbody > tr > th {
  padding: 14px 20px 14px 0;
  font-weight: 500;
  text-align: left;
  width: 72px;
  vertical-align: middle;
  word-break: break-all;
}
.u-table03 > tbody > tr > td {
  padding: 14px 0;
  vertical-align: middle;
}
.u-table03 > tbody > tr > td a {
  text-underline-offset: 2px;
}
.u-tableWrap {
  overflow: auto;
}
.u-tableWrap_caution {
  display: none;
}
.u-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro",
    "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.u-list {
  list-style: none;
  line-height: 1.4;
  margin-bottom: 1em;
}
.u-list > li {
  margin-top: 5px;
  position: relative;
  z-index: 1;
  padding-left: 11px;
}
.u-list > li:first-child {
  margin-top: 0;
}
.u-list > li::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 50%;
  left: 0;
  top: calc(0.7em - 3px);
}
.u-list-square > li::before {
  border-radius: 0;
}
.u-section {
  margin-bottom: 50px;
}
.u-sectionSmall {
  margin-bottom: 25px;
}
.u-button01 {
  display: flex;
  text-decoration: none;
  box-sizing: border-box;
  width: 100%;
  cursor: pointer;
  transition-property: opacity;
  transition-duration: 0.3s;
  height: 100px;
  border: 2px solid #ddd;
  font-size: 16px;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  transition-property: background-color;
  color: #00254b;
  line-height: 1.2;
  padding: 0 15px;
}
.u-button01 > img {
  display: block;
  margin-left: 10px;
}
.u-button01-cancel {
  background: #666;
  color: #fff;
}
.u-button02 {
  display: block;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  cursor: pointer;
  transition-property: background-color, color;
  transition-duration: 0.3s;
  padding: 0 10px;
  line-height: 30px;
  background: #00254b;
  border: 1px solid #00254b;
  line-height: 1;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
  height: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.u-button02-cancel {
  background: #666;
  border-color: #666;
}
.u-button03 {
  display: block;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  transition-property: background-color, color;
  transition-duration: 0.3s;
  padding: 13px 20px;
  background: #1961ce;
  border: 1px solid #1961ce;
  line-height: 1.5;
  color: #fff;
  border-radius: 26px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.u-button03::after {
  content: "\e904";
  display: block;
  margin-left: 15px;
  margin-right: 1px;
  font-family: "icomoon";
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
}
.u-text {
  margin-bottom: 1em;
}
.u-wysiwyg {
  word-break: normal;
  word-wrap: break-word;
}
.u-wysiwyg::after {
  content: "";
  display: block;
  clear: both;
}
.u-wysiwyg div {
  max-width: 100%;
}
.u-wysiwyg img {
  max-width: 100%;
  height: auto;
}
.u-wysiwyg ol,
.u-wysiwyg ul {
  padding-left: 1.5em;
}
.u-wysiwyg blockquote {
  background-color: #f6f6f6;
  padding: 30px;
  position: relative;
  z-index: 1;
}
.u-wysiwyg blockquote::before {
  content: "“";
  font-size: 50px;
  color: #999;
  position: absolute;
  left: 5px;
  top: 5px;
  line-height: 1;
}
.u-wysiwyg blockquote::after {
  content: "”";
  font-size: 50px;
  color: #999;
  position: absolute;
  right: 5px;
  bottom: -15px;
  line-height: 1;
}
.u-wysiwyg .alignleft {
  float: left;
  margin-right: 1.5em;
}
.u-wysiwyg .alignright {
  float: right;
  margin-left: 1.5em;
}
.u-wysiwyg .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.u-selectWrap {
  display: block;
  border: 1px solid #00254b;
  position: relative;
  z-index: 1;
  border-radius: 0;
  background: #fff;
}
.u-selectWrap::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  right: 17px;
  margin-top: auto;
  margin-bottom: auto;
  border: 4px solid #00254b;
  width: 0;
  height: 0;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-top-width: 5px;
  border-bottom-width: 0;
}
.u-selectWrap > select {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: 0;
  outline: 0;
  border: 0;
  line-height: 45px;
  height: 45px;
  width: 100%;
  border-right: 30px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  cursor: pointer;
  position: relative;
  z-index: 2;
  display: block;
  padding-left: 10px;
}
.u-selectWrap > select::-ms-expand {
  display: none;
}
.icon {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.icon::before {
  display: block;
}
.u-spBlock {
  display: none;
}
.u-spInline {
  display: none;
}
@media screen and (max-width: 1159px) {
  img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 1000px) {
  a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  a[href^="tel:"]:hover {
    opacity: 1;
  }
  .u-button01:hover {
    opacity: 1;
    background-color: #f4f4f4;
  }
  .u-button02:hover {
    opacity: 1;
    background: #fff;
    color: #00254b;
  }
  .u-button03:hover {
    opacity: 1;
    background: #fff;
    color: #1961ce;
  }
}
@media screen and (max-width: 999px) {
  .u-inner {
    padding: 0 2%;
    width: 100%;
    box-sizing: border-box;
  }
  .u-inner02 {
    padding: 0 2%;
    width: 100%;
    box-sizing: border-box;
  }
  .u-headline02 {
    margin-bottom: 25px;
  }
  .u-headline02 > b {
    font-size: 30px;
  }
  .u-headline02 > b::after {
    margin-bottom: 12px;
  }
  .u-headline02 > small {
    font-size: 16px;
  }
  .u-table01 > tbody > tr > th {
    padding: 5px 7px;
  }
  .u-table01 > tbody > tr > td {
    padding: 5px 7px;
  }
  .u-table02 > tbody > tr > th {
    padding: 15px 10px;
  }
  .u-table02 > tbody > tr > td {
    padding: 15px 10px;
  }
  .u-button01 {
    font-size: 14px;
    height: 50px;
  }
  .u-section {
    margin-bottom: 35px;
  }
  .u-sectionSmall {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 699px) {
  body {
    min-width: 320px;
  }
  textarea,
  input[type="date"],
  input[type="tel"],
  input[type="email"],
  input[type="number"],
  input[type="password"],
  input[type="text"] {
    padding: 8px 5px;
  }
  .u-inner {
    padding: 0 10px;
  }
  .u-inner02 {
    padding: 0 10px;
  }
  .u-headline02 {
    margin-bottom: 15px;
  }
  .u-headline02 > b {
    font-size: 20px;
  }
  .u-headline02 > b::after {
    width: 100px;
    margin-bottom: 6px;
  }
  .u-headline02 > small {
    font-size: 14px;
  }
  .u-headline03 {
    font-size: 14px;
    padding-left: 11px;
    margin-bottom: 10px;
  }
  .u-headline03::before {
    width: 3px;
    height: 16px;
  }
  .u-table01 > tbody > tr > th {
    width: auto;
    padding: 3px 5px;
  }
  .u-table01 > tbody > tr > td {
    padding: 3px 5px;
  }
  .u-table02 > tbody > tr > th {
    width: auto;
    padding: 3px 5px;
  }
  .u-table02 > tbody > tr > td {
    padding: 3px 5px;
  }
  .u-table03 > tbody > tr {
    font-size: 14px;
  }
  .u-table03 > tbody > tr > th {
    padding: 10px 15px 10px 0;
    width: 64px;
  }
  .u-table03 > tbody > tr > td {
    padding: 10px 0;
  }
  .u-spBreakTable {
    display: block;
  }
  .u-spBreakTable > tbody {
    display: block;
  }
  .u-spBreakTable > tbody > tr {
    display: block;
    margin-bottom: 15px;
  }
  .u-spBreakTable > tbody > tr > th {
    display: block;
    white-space: normal;
    padding: 3px 5px;
    margin-bottom: 5px;
    width: auto;
  }
  .u-spBreakTable > tbody > tr > td {
    display: block;
    border: 0;
    padding: 0;
  }
  .u-tableWrap_caution {
    display: block;
    font-size: 10px;
    color: red;
    margin-bottom: 4px;
  }
  .u-tableWrap_caution > .icon {
    margin: 0 5px 0 0;
    font-size: 13px;
  }
  .u-button02 {
    line-height: 50px;
    font-size: 14px;
  }
  .u-button03 {
    font-size: 14px;
    padding: 12px 18px;
  }
  .u-button03::after {
    font-size: 14px;
    margin-left: 12px;
    margin-right: 0;
  }
  .u-section {
    margin-bottom: 25px;
  }
  .u-sectionSmall {
    margin-bottom: 15px;
  }
  .u-spBlock {
    display: block;
  }
  .u-spInline {
    display: inline;
  }
  .u-spNone {
    display: none;
  }
  .u-button01 > img {
    width: 25px;
  }
}
