@charset "UTF-8";
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*    プロパティ                                    */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*    レスポンシブ 用の処理                         */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*    Style Reset                                   */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "游ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

body.TbView {
  cursor: pointer;
}

address {
  font-style: normal;
}

em {
  font-style: normal;
}

img {
  border: none;
  vertical-align: bottom;
}

a:focus, *:focus {
  outline: none;
}

hr {
  border-top: 1px dotted #8c8b8b;
  border-bottom: 1px dotted #fff;
}

/* 自動文字サイズ調整をOFF iPod,iPhone,iPad用 */
html {
  -webkit-text-size-adjust: none;
}

/* ボックスサイズの算出方法を指定 */
* {
  box-sizing: border-box;
}

/* スクロール固定背景のがたつき防止 ie用 */
/*
html{
 overflow: hidden;
 height: 100%;
}
body{
 overflow: auto;
 height: 100%;
}
*/
/* 画像のレンダリングをバイキュービックで */
img {
  -ms-interpolation-mode: bicubic;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*    Option Style                                  */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */

.FontMaruM,
.zen-maru-gothic-medium {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}

.FontMaruB,
.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}

.NoDisplay {
  display: none;
}

.Partition {
  display: none;
}

/* -----  Adjust Height Rendering  ----- */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0; /* firefox footer margin */
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*    SknTpl テンプレート定義                       */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* SknTpl common ：共通の定義
--------------------------------------------------- */
/* ImageParagraph Template ：画像（大）、画像（左右）とテキスト
--------------------------------------------------- */
.SknTplImageParagraph {
  /* TextItem */
  /* 画像おおきめ */
  /* 画像小さめ */
  /* 画像floatなし */
  /* ImageItem */
  /* 画像おおきめ */
  /* 画像小さめ */
  /* 画像floatなし */
  /* ボーダー付き */
  /* - - FullImage - - */
  /* - - LeftImage - - */
  /* - - RightImage - - */
  /* + + + + + レスポンシブ + + + + +  */
  /* + + + + + /レスポンシブ + + + + +  */
}
.SknTplImageParagraph .TextItem {
  width: 60%;
}
.SknTplImageParagraph.LargeImage .TextItem {
  width: 45%;
}
.SknTplImageParagraph.SmallImage .TextItem {
  width: 70%;
}
.SknTplImageParagraph.FloatNone .TextItem {
  float: none;
  width: auto;
}
.SknTplImageParagraph .ImageItem {
  width: 35%;
  position: relative;
}
.SknTplImageParagraph.LargeImage .ImageItem {
  width: 50%;
}
.SknTplImageParagraph.SmallImage .ImageItem {
  width: 25%;
}
.SknTplImageParagraph.FloatNone .ImageItem {
  margin: 1em 0;
}
.SknTplImageParagraph .ImageItem .Image {
  margin: 0;
  display: block;
  text-align: center;
}
.SknTplImageParagraph .ImageItem .Image img {
  position: relative;
  width: 100%;
  width: 295px;
  border-radius: 35px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 380px;
}
.SknTplImageParagraph .ImageItem .Image .candidate1 {
  position: relative;
  top: -16%;
  right: -10%;
}
.SknTplImageParagraph .ImageItem .Image .candidate2 {
  position: absolute;
  top: 66%;
  right: 59%;
  width: 250px;
  height: 350px;
}
.SknTplImageParagraph .ImageItem .Caption {
  background: none;
  position: relative;
  top: 0em;
  left: 0%;
  text-align: center;
  padding: 0 0 1.5em 0;
  width: 100%;
  border-bottom: 0px solid #369;
}
.SknTplImageParagraph .ImageItem .Image.Default img {
  width: auto;
}
.SknTplImageParagraph .ImageItem.Border {
  border: 1px solid;
}
.SknTplImageParagraph.FullImage .ImageItem {
  width: auto;
}
.SknTplImageParagraph.FullImage .TextItem {
  width: auto;
  margin-top: 0.75em;
}
.SknTplImageParagraph.LeftImage .ImageItem {
  float: left;
  margin-right: 10px;
}
.SknTplImageParagraph.LeftImage .TextItem {
  float: right;
}
.SknTplImageParagraph.RightImage .ImageItem {
  float: right;
  margin-left: 10px;
}
.SknTplImageParagraph.RightImage .TextItem {
  float: left;
}
@media screen and (max-width: 767px) {
  .SknTplImageParagraph.RightImage .ImageItem, .SknTplImageParagraph.LeftImage .ImageItem {
    float: none;
    width: auto;
    margin: 0 0 1em;
    padding: 0;
    text-align: center;
  }
  .SknTplImageParagraph.RightImage .ImageItem .Image, .SknTplImageParagraph.LeftImage .ImageItem .Image {
    margin: 0 auto;
  }
  .SknTplImageParagraph.RightImage .TextItem, .SknTplImageParagraph.LeftImage .TextItem {
    float: none;
    width: auto;
  }
}

/* DecoratedBox Template ：装飾付きボックス
--------------------------------------------------- */
.SknTplDecoratedBox.Type1 {
  /* + + + + + レスポンシブ + + + + +  */
}
.SknTplDecoratedBox.Type1 > .DecoratedBox {
  margin: 10px;
  padding: 8px;
}
.SknTplDecoratedBox.Type1 > .DecoratedBox > .inner {
  padding: 50px;
  background: #fcfff2;
  position: relative;
}
.SknTplDecoratedBox.Type1:first-child > .DecoratedBox {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .SknTplDecoratedBox.Type1 > .DecoratedBox > .inner {
    padding: 30px;
  }
}

/* DecoratedBox Template ：装飾付きボックス
--------------------------------------------------- */
.SknTplDecoratedBox.Type2 {
  /* + + + + + レスポンシブ + + + + +  */
}
.SknTplDecoratedBox.Type2 > .DecoratedBox {
  margin: 1.25em 0;
  padding: 0;
}
.SknTplDecoratedBox.Type2 > .DecoratedBox > .inner {
  padding: 25px 50px;
  border: 1px solid #90b723;
  background: #fcfff2;
  position: relative;
}
.SknTplDecoratedBox.Type2 > .DecoratedBox > .inner .Heading:first-child {
  margin-top: 0;
}
.SknTplDecoratedBox.Type2:first-child > .DecoratedBox {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .SknTplDecoratedBox.Type2 > .DecoratedBox {
    margin: 10px -10px;
    padding: 5px;
  }
  .SknTplDecoratedBox.Type2 > .DecoratedBox > .inner {
    padding: 20px 30px;
  }
}

/* SknTplThumbnailList ：画像付きリスト
--------------------------------------------------- */
.SknTplThumbnailList {
  /* Type1 左にサムネタイプ - - - - - - - - - - - - - -  */
  /* Type2 上にサムネタイプ type - - - - - - - - - - - - - -  */
  /* tableを利用して縦横中央揃え */
  /* Thumbnail style */
  /* text style */
  /* + + + + + レスポンシブ + + + + +  */
}
.SknTplThumbnailList .SknTplThumbnailList ul {
  list-style: none;
}
.SknTplThumbnailList .ThumbnailList.Type1 {
  /* Thumbnail style */
  /* text style */
}
.SknTplThumbnailList .ThumbnailList.Type1 > li {
  padding: 0;
  line-height: 1;
  vertical-align: middle;
}
.SknTplThumbnailList .ThumbnailList.Type1 > li * {
  vertical-align: middle;
}
.SknTplThumbnailList .ThumbnailList.Type1 > li a {
  display: block;
  position: relative;
  padding: 20px;
}
.SknTplThumbnailList .ThumbnailList.Type1 .ImageItem {
  width: 100px;
  overflow: hidden;
  vertical-align: middle;
  float: left;
}
.SknTplThumbnailList .ThumbnailList.Type1 .ImageItem .Image {
  height: 100px;
}
.SknTplThumbnailList .ThumbnailList.Type1 .ImageItem .Image .Landscape {
  height: 100%;
  width: auto;
}
.SknTplThumbnailList .ThumbnailList.Type1 .ImageItem .Image .Portrait {
  height: auto;
  width: 100%;
}
.SknTplThumbnailList .ThumbnailList.Type1 .TextItem {
  margin-left: 125px;
}
.SknTplThumbnailList .ThumbnailList.Type1 .TextItem .Title {
  font-weight: 400;
  font-size: 125%;
  margin: 0 0 1em;
}
.SknTplThumbnailList .ThumbnailList.Type1 .TextItem .DefaultText {
  font-size: 87.5%;
}
.SknTplThumbnailList > li {
  padding: 0;
  line-height: 1;
  vertical-align: middle;
  vertical-align: top;
}
.SknTplThumbnailList > li > .inner {
  display: block;
}
.SknTplThumbnailList > li a {
  position: relative;
  display: block;
}
.SknTplThumbnailList > li .ImageItem {
  /*display: table;*/
  width: 100%;
}
.SknTplThumbnailList > li .ImageItem > p {
  /*display: table-cell;*/
  width: 100%;
  vertical-align: middle;
  text-align: center;
}
.SknTplThumbnailList .ImageItem {
  vertical-align: middle;
}
.SknTplThumbnailList .ImageItem p.Caption {
  font-size: 87.5%;
  line-height: 1.5;
  margin-top: 0.5em;
}
.SknTplThumbnailList .TextItem {
  padding: 1.5em 0;
}
.SknTplThumbnailList .TextItem .Title {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 0.5em;
  font-size: 112.5%;
}
.SknTplThumbnailList .TextItem .Title .Sub {
  font-size: 75%;
  white-space: nowrap;
}
.SknTplThumbnailList .TextItem .PriceText {
  font-size: 87.5%;
  line-height: 1.5;
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 0.5em;
}
.SknTplThumbnailList .TextItem .DefaultText {
  font-size: 87.5%;
  opacity: 0.75;
  line-height: 1.75;
  margin-bottom: 0.2em;
  text-align: left;
}
@media screen and (min-width: 768px), print {
  .SknTplThumbnailList > li > .inner {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .SknTplThumbnailList > li > .inner {
    padding: 10px;
  }
}

/* TextButton Template ：テキストボタン
--------------------------------------------------- */
.SknTplTextButton {
  position: relative;
  /* - - ul - - */
  /* - - p - - */
  /* - - Button style - - */
}
.SknTplTextButton ul {
  list-style: none;
  text-align: center;
  margin: 1em 0 !important;
  letter-spacing: -0.5em;
}
.SknTplTextButton li {
  margin: 2.5px;
  display: inline-block;
  letter-spacing: 0;
}
.SknTplTextButton p {
  font-size: 100%;
  text-align: center;
  margin: 0;
}
.SknTplTextButton .Button {
  /* ボタンのスタイルは common_elementをつかう */
}

/* DecoratedTable Template ：表組み（テーブル）
--------------------------------------------------- */
.SknTplDecoratedTable {
  /* common */
  /* thead */
  /* tbody */
  /* + + + + + レスポンシブ + + + + +  */
  /* - - テーブル内部のリスト - - */
}
.SknTplDecoratedTable table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
}
.SknTplDecoratedTable table.AutoWidth {
  width: auto;
  width: -moz-max-content;
  width: max-content;
  min-width: 60%;
  margin-left: 0;
}
.SknTplDecoratedTable th,
.SknTplDecoratedTable td {
  padding: 1em 20px;
  border: 1px solid #ddd;
}
.SknTplDecoratedTable th {
  text-align: center;
  font-weight: 500;
}
.SknTplDecoratedTable td {
  background: #fff;
}
.SknTplDecoratedTable thead th {
  line-height: 1.125;
  padding: 0.75em 0px;
  font-size: 87.5%;
  border: 1px solid #6be;
  letter-spacing: 0.05em;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
  background: #49d;
}
.SknTplDecoratedTable tbody th {
  color: #555;
  background: #f9f9f9;
}
.SknTplDecoratedTable tbody > tr > th:not([width]) {
  /*width: 20%;*/
}
@media screen and (max-width: 767px) {
  .SknTplDecoratedTable {
    /* notScrollable */
    /* Scrollable */
  }
  .SknTplDecoratedTable table.AutoWidth {
    width: auto;
  }
  .SknTplDecoratedTable > :not([class*=Scrollable]) thead th {
    display: none;
  }
  .SknTplDecoratedTable > :not([class*=Scrollable]) thead th:first-child:last-child {
    display: block;
  }
  .SknTplDecoratedTable > :not([class*=Scrollable]) tr,
  .SknTplDecoratedTable > :not([class*=Scrollable]) th,
  .SknTplDecoratedTable > :not([class*=Scrollable]) td {
    display: block;
    width: auto !important;
  }
  .SknTplDecoratedTable > :not([class*=Scrollable]) tr {
    margin-bottom: 0;
  }
  .SknTplDecoratedTable > :not([class*=Scrollable]) th {
    padding: 0.5em 10px;
    width: auto;
  }
  .SknTplDecoratedTable > :not([class*=Scrollable]) td {
    border-top: none;
  }
  .SknTplDecoratedTable .NoDecoratedTable td {
    border: none !important;
  }
  .SknTplDecoratedTable .Scrollable thead {
    display: table-header-group;
  }
  .SknTplDecoratedTable .Scrollable thead th {
    display: table-cell;
  }
  .SknTplDecoratedTable .Scrollable tr {
    display: table-row;
  }
  .SknTplDecoratedTable .Scrollable th,
  .SknTplDecoratedTable .Scrollable td {
    display: table-cell;
  }
}
.SknTplDecoratedTable ul,
.SknTplDecoratedTable ol {
  margin: 0 0 0 2em;
}
.SknTplDecoratedTable li ul,
.SknTplDecoratedTable li ol {
  margin: 0.25em 0 0.5em 1em;
}

/* TextList Template ：テキストリスト
--------------------------------------------------- */
.SknTplTextList {
  /* - - ul - - */
  /* + + + + + レスポンシブ + + + + +  */
}
.SknTplTextList ul.TextList {
  list-style: none;
  margin: 1.25em 0;
  line-height: 1.5;
  /* [NEW]を表示 */
  /* hover */
  /* リンク無効の時 */
}
.SknTplTextList ul.TextList > li {
  padding: 0 0;
  margin: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.25);
}
.SknTplTextList ul.TextList > li:first-child {
  border-top: 1px dotted rgba(0, 0, 0, 0.25);
}
.SknTplTextList ul.TextList > li > a {
  margin: 0;
  padding: 1.25em 1em 1.25em 4em;
  display: block;
  text-decoration: none;
  position: relative;
  color: #369;
  transition: all 0.2s;
}
.SknTplTextList ul.TextList > li .Label span.Sub {
  display: block;
  font-size: 75%;
  line-height: 1;
  opacity: 0.75;
}
.SknTplTextList ul.TextList > li > a.New .Label::after {
  content: "NEW";
  display: inline-block;
  color: #f00;
  border: 1px solid;
  padding: 0.125em 0.25em;
  line-height: 1;
  font-size: 75%;
  margin-left: 0.5em;
}
.SknTplTextList ul.TextList > li .Icon {
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 1em;
  margin-top: -0.75em;
  margin-top: -1em;
  padding: 0;
}
.SknTplTextList ul.TextList > li .Icon::before {
  color: #fff;
  background: #328cff;
  line-height: 2;
  width: 2em;
  border-radius: 100%;
}
.SknTplTextList ul.TextList > li > a:not(.Invalid):hover {
  background: rgba(50, 140, 255, 0.15);
}
.SknTplTextList ul.TextList > li > a.Invalid {
  cursor: default;
  color: inherit;
}
.SknTplTextList ul.TextList > li > a.Invalid .Icon {
  display: none;
}
@media screen and (min-width: 768px), print {
  .SknTplTextList.FlexParent > li {
    border: none;
    border-left: 1px dotted rgba(0, 0, 0, 0.25);
    flex-grow: 1;
  }
  .SknTplTextList.FlexParent > li:first-child {
    border-left: none;
  }
}
@media screen and (max-width: 767px) {
  .SknTplTextList.FlexParent:not(.AutoDirection) > li {
    border: none;
    border-left: 1px dotted rgba(0, 0, 0, 0.25);
    flex-grow: 1;
  }
  .SknTplTextList.FlexParent:not(.AutoDirection) > li:first-child {
    border-left: none;
  }
}

/* SknTplFaq ：Ｑ＆Ａ
--------------------------------------------------- */
.SknTplFaq {
  /* common */
  /* question */
  /* answer */
  /* + + + + + レスポンシブ + + + + +  */
}
.SknTplFaq > .inner {
  padding: 30px 0;
  border-top: 1px solid #9d652a;
}
.SknTplFaq > .inner > .QuestionText,
.SknTplFaq > .inner > .AnswerText {
  position: relative;
  padding-left: 8rem;
  line-height: 4rem;
}
.SknTplFaq > .inner > .QuestionText::before,
.SknTplFaq > .inner > .AnswerText::before {
  position: absolute;
  top: 0px;
  left: 2rem;
  font-family: "Century Gothic";
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  width: 4rem;
  line-height: 4rem;
  text-align: center;
  vertical-align: middle;
}
.SknTplFaq > .inner > .QuestionText {
  font-weight: bold;
  font-size: 125%;
  color: #233e75;
  margin: 0 0 1.5em;
}
.SknTplFaq > .inner > .QuestionText::before {
  content: "Q";
  background-color: #233e75;
}
.SknTplFaq > .inner > .AnswerText {
  font-size: 100%;
}
.SknTplFaq > .inner > .AnswerText::before {
  content: "A";
  background-color: #cc2262;
}
.SknTplFaq > .inner > .AnswerText img {
  float: right;
  width: 30%;
  margin-top: 1rem;
  margin-left: 5%;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .SknTplFaq > .inner > .QuestionText,
  .SknTplFaq > .inner > .AnswerText {
    position: relative;
    padding-left: 6rem;
  }
  .SknTplFaq > .inner > .QuestionText::before,
  .SknTplFaq > .inner > .AnswerText::before {
    left: 0rem;
  }
  .SknTplFaq > .inner > .AnswerText img {
    width: 47.5%;
    margin-left: 2.5%;
    margin-bottom: 0.5rem;
  }
}

/* GetAdobeReader 
--------------------------------------------------- */
.SknTplGetAdobeReader {
  background: #eee;
  padding: 20px 30px;
  max-width: 500px;
  margin: 20px auto;
  /* + + + + + レスポンシブ + + + + +  */
}
.SknTplGetAdobeReader .Banner {
  margin: 0;
  float: left;
  width: 125px;
}
.SknTplGetAdobeReader .Text {
  margin: 0 0 0 135px;
  font-size: 75%;
  line-height: 1.5;
  text-align: justify;
  color: #555;
}
@media screen and (max-width: 767px) {
  .SknTplGetAdobeReader .SknTplGetAdobeReader {
    padding: 10px;
  }
  .SknTplGetAdobeReader .Banner {
    width: 75px;
  }
  .SknTplGetAdobeReader .Text {
    margin: 0;
    margin: 0 0 0 85px;
    font-size: 50%;
  }
}

/* SknTplColumnGroup
--------------------------------------------------- */
/* ColumnGroupはcommon_element.cssで定義 */
/* SknTplEmbedVideo
--------------------------------------------------- */
.SknTplEmbedVideo > .inner {
  padding: 30px;
}
.SknTplEmbedVideo > .inner > .code {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.SknTplEmbedVideo > .inner > .code > iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* SknTplEmbedGoogleMaps
--------------------------------------------------- */
.SknTplEmbedGoogleMaps > .inner > .code {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  padding-top: 75%;
}
.SknTplEmbedGoogleMaps > .inner > .code > iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*    サイト共通 細かい要素の装飾定義               */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* レスポンシブ 表示ON/OFF */
/* + + + + + レスポンシブ + + + + +  */
@media screen and (min-width: 768px), print {
  .hide-wide {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .hide-narrow {
    display: none !important;
  }
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   images                                         */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
img {
  max-width: 100%;
}

/* googlemap 内の画像は適用外 */
#GoogleMap img {
  max-width: none;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   video                                          */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
video {
  max-width: 100%;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   Text and Heading                               */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* - - サイトロゴ - -  */
.SiteLogo {
  display: inline-block;
}

.SiteLogo a {
  /*display: inline-block; */
  white-space: nowrap;
  vertical-align: middle;
}
.SiteLogo a * {
  /*vertical-align: middle;*/
}
.SiteLogo a img.LogoMark {
  width: 65px;
  margin-right: 10px;
}
.SiteLogo a img.LogoText {
  width: 290px;
}

.LogoImage a {
  width: 180px;
}

/* + + + + + レスポンシブ + + + + +  */
/* 見出し common
--------------------------------------------------- */
.Heading {
  line-height: 1.75;
  margin: 1.5em 0;
  position: relative;
  font-weight: bold;
}
.Heading .Icon {
  display: inline-block;
  transform: scale(1.75);
  margin-right: 0.5em;
}
.Heading em {
  background: url(../img/common/decoration/stroke_type1.png) repeat-x 50% 90%;
}

/* 見出しバリエーション
--------------------------------------------------- */
/* Type1 :::::::::::::::::::::::::  */
.Heading.Type1 {
  font-size: 200%;
  position: relative;
  font-weight: 400;
  margin: 0 0 0.6em;
  width: 100%;
  padding: 0.8em 2em 0.8em 2em;
  padding: 0.4em 1em 0.4em 1em;
  line-height: 1.2;
  color: #222;
  /* box-shadow: 0 0.05em 0.15em rgba(0,0,0,0.12);
   box-shadow: 0 0.04em 0.18em rgba(0,0,0,0.4);
   border-radius:0px;
   text-align:center;
   border:2px solid #eae4e4;
   border:2px solid #fff;
   box-sizing: border-box; 
   text-align:left;
   */
  /*
  -webkit-background-clip: text;
  background-image: linear-gradient(to right, #2328c4, #270092);
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0.04em 0.18em rgba(0,0,0,0.2);
  */
}

.Heading.Type1::before {
  content: "";
  height: 100%;
  width: 2px;
  display: block;
  position: absolute;
  left: -2px;
  top: 0px;
  background: #aa6de8;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (max-width: 767px) {
  .Heading.Type1 {
    font-size: 2.5rem;
    padding: 0.4em 1em;
  }
}
.Heading.Type1.Chukyouken::before {
  content: "";
  height: 100%;
  width: 2px;
  display: block;
  position: absolute;
  left: -2px;
  top: 0px;
  background: #1ad102;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (max-width: 767px) {
  .Heading.Type1 {
    font-size: 2.5rem;
    padding: 0.4em 1em;
  }
}
/* Type2 :::::::::::::::::::::::::  */
.Heading.Type2 {
  position: relative;
  margin: 2em 0 1.5em 0;
  padding: 0.25em 2em;
  display: inline-block;
  line-height: 1.5;
  top: 0;
  letter-spacing: 0.05em;
  font-size: 3rem;
  font-weight: normal;
  color: #270092;
}

.Heading.Type2::before,
.Heading.Type2::after {
  position: absolute;
  top: 0;
  content: "";
  width: 50px;
  height: 100%;
  display: inline-block;
}

.Heading.Type2::before {
  border-left: solid 1px #270092;
  border-top: solid 1px #270092;
  border-bottom: solid 1px #270092;
  left: 0;
}

.Heading.Type2::after {
  content: "";
  border-top: solid 1px #270092;
  border-right: solid 1px #270092;
  border-bottom: solid 1px #270092;
  right: 0;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (max-width: 767px) {
  .Heading.Type2 {
    position: relative;
    padding: 0.25em 1em 0.25em 3em;
    display: inline-block;
    line-height: 1.5;
    top: 0;
    letter-spacing: 0.1em;
    font-size: 1.8rem;
    font-weight: normal;
    text-indent: -2em;
  }
  .Heading.Type2::before,
  .Heading.Type2::after {
    position: absolute;
    top: 0;
    content: "";
    width: 30px;
    height: 100%;
    display: inline-block;
  }
}
/* Type3 :::::::::::::::::::::::::  */

.PageTitleBlock .Heading.Type3 {
  margin-top: 0;
  padding: 0;
  text-align: left;
  font-size: 1.8em;
  position: relative;
  background: none;
  border: none;
  line-height: 1.1;
}

.Heading.Type3 {
  /*margin: 1.0em 0 0.8em;*/
  margin: 1.5em 0 1em;
  padding: 10px 20px;
  text-align: left;
  font-size: 1.6em;
  position: relative;
  background: #f5f5f5;
  font-weight: normal;
  border-left: 4px solid #270092;
}

.Heading.Type3:first-child {
  margin-top: 0.5em;
}

.Heading.Type3 .Sub {
  font-size: 1.2em;
}

.Heading.Type3:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  bottom: -5px;
  left: 5px;
  z-index: 0;
  background: #ccc;
}

.Heading.Type3:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  bottom: -5px;
  right: -5px;
  z-index: 0;
  background: #ccc;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (max-width: 767px) {
  .Heading.Type3 {
    margin-left: 0px;
    margin-right: 0px;
    font-size: 1.2em;
  }
  .Heading.Type3:before {
    position: absolute;
    background-size: 200px auto;
  }
  .Heading.Type3 span {
    display: block;
    font-size: 90%;
  }
}
/* Type4 :::::::::::::::::::::::::  */
.Heading.Type4 {
  position: relative;
  padding: 0.25em 25px;
  color: #fff;
  background: #90b723;
  width: auto;
  white-space: normal;
  text-align: center;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (max-width: 767px) {
  .Heading.Type4 {
    width: 100%;
  }
}
/* Type5 :::::::::::::::::::::::::  */
.Heading.Type5 {
  position: relative;
  margin: 1.5em 0 0.5em 0;
  padding: 0.25em 2em;
  display: inline-block;
  line-height: 1.5;
  top: 0;
  letter-spacing: 0.05em;
  font-size: 3rem;
  font-weight: normal;
  color: #270092;
}

.Heading.Type5::before,
.Heading.Type5::after {
  position: absolute;
  top: 0;
  content: "";
  width: 50px;
  height: 100%;
  display: inline-block;
}

.Heading.Type5::before {
  border-left: solid 1px #270092;
  border-top: solid 1px #270092;
  border-bottom: solid 1px #270092;
  left: 0;
}

.Heading.Type5::after {
  content: "";
  border-top: solid 1px #270092;
  border-right: solid 1px #270092;
  border-bottom: solid 1px #270092;
  right: 0;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (max-width: 767px) {
  .Heading.Type5 {
    position: relative;
    padding: 0.25em 1em 0.25em 3em;
    display: inline-block;
    line-height: 1.5;
    top: 0;
    letter-spacing: 0.1em;
    font-size: 1.8rem;
    font-weight: normal;
    text-indent: -2em;
  }
  .Heading.Type5::before,
  .Heading.Type5::after {
    position: absolute;
    top: 0;
    content: "";
    width: 30px;
    height: 100%;
    display: inline-block;
  }
}
/* Type6 :::::::::::::::::::::::::  */
.Heading.Type6 {
  margin: 0.2em 0 0.3em;
  position: relative;
  font-size: 1.6em;
  line-height: 1.5;
}

.Heading.Type6:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 7px;
  background: repeating-linear-gradient(-45deg, #90b723, #90b723 2px, #fff 2px, #fff 4px);
}

/* + + + + + レスポンシブ + + + + +  */
.Heading.Type6 span {
  font-size: 0.8em;
  line-height: 1.5;
  display: block;
  font-weight: normal;
  padding-bottom: 0.2em;
}

/* Type7 :::::::::::::::::::::::::  */
.Heading.Type7 {
  margin: 0.2em 0 0.3em;
  position: relative;
  font-size: 1.6em;
  line-height: 1.5;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (max-width: 767px) {
  .Heading.Type7 {
    margin: 0.2em 0 0.3em;
    position: relative;
    font-size: 1.2em;
    line-height: 1.5;
  }
}
/* Type8 :::::::::::::::::::::::::  */
.Heading.Type8 {
  margin: 1.5em 0 0.5em;
  position: relative;
  font-size: 1.4em;
  line-height: 1.5;
  font-weight: normal;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (max-width: 767px) {
  .Heading.Type8 {
    margin: 0.2em 0 0.3em;
    position: relative;
    font-size: 1.2em;
    line-height: 1.5;
  }
}
.TitleChatch {
  font-size: 200%;
  font-family: serif;
  color: #270092;
  text-align: center;
  margin: 15px auto;
}

.SubCommentCenter {
  font-size: 100%;
  color: #222;
  text-align: center;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (max-width: 767px) {
  .TitleChatch {
    font-size: 160%;
  }
}
/* common :::::::::::::::::::::::::  */
div:not(.SectionItem) > .Heading:first-child {
  /*margin-top: 0;*/
}

.PageBlock .Heading.NoTop {
  margin-top: 10px;
}

.PageBlock .Heading.NoBottom {
  margin-bottom: 10px;
}

/* DefaultText （この案件では未使用）
--------------------------------------------------- */
/* NameText
--------------------------------------------------- */
.NameText {
  font-weight: 600 !important;
  font-size: 2.5rem;
}

/* blockquote
--------------------------------------------------- */
blockquote {
  position: relative;
  padding: 35px 15px 10px 15px;
  box-sizing: border-box;
  font-style: italic;
  background: #f5f5f5;
  color: #777777;
  border-left: 4px solid #270092;
  /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);*/
}

blockquote:before {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 3px;
  content: "“";
  font-family: sans-serif;
  color: #270092;
  font-size: 30px;
  line-height: 1;
}

blockquote p {
  padding: 0;
  margin: 7px 0;
  line-height: 1.7;
}

blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

/* tel link
--------------------------------------------------- */
/* Price
--------------------------------------------------- */
.Price {
  font-size: 137.5%;
}

/* sup
--------------------------------------------------- */
sup {
  font-size: x-small;
  line-height: 1.1;
}

/* 丸付き文字
--------------------------------------------------- */
.Circled {
  color: #282832;
  border: 1px solid #282832;
  background: #fff;
  border-radius: 3em;
  display: inline-block;
  width: 1.5em;
  width: calc(1.5em + 2px);
  line-height: 1.5em;
  text-align: center;
  vertical-align: middle;
}

/* リスト（汎用）
--------------------------------------------------- */
/* ol: タイプ１ */
ol.Type1 {
  counter-reset: num;
  margin: 1.25em 0;
  list-style: none;
}

ol.Type1 > li,
ol.Type1 > li::before {
  vertical-align: top;
}

ol.Type1 > li {
  position: relative;
  margin: 0.75em 0;
  margin-left: 2em;
}

ol.Type1 > li:first-child {
  margin-top: 0;
}

ol.Type1 > li::before {
  counter-increment: num;
  content: "（" counter(num) "）";
  font-weight: normal;
  position: absolute;
  right: 100%;
  top: 0;
}

/* ol: タイプ２ */
ol.Type2 {
  counter-reset: num;
  margin: 1.25em 0;
  list-style: none;
}

ol.Type2 > li,
ol.Type2 > li::before {
  vertical-align: top;
}

ol.Type2 > li {
  margin: 0.75em 0;
  margin-left: 2em;
  position: relative;
}

ol.Type2 > li:first-child {
  margin-top: 0;
}

ol.Type2 > li::before {
  content: counter(num);
  counter-increment: num;
  border: 1px solid;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  width: 1.25em;
  transform: scale(0.8);
  line-height: 1.25;
  position: absolute;
  right: 100%;
  top: 0.625em;
}

/* ポイントリスト  */
.PointList {
  list-style: none;
  counter-reset: my-counter;
  margin-left: 0 !important;
  margin-bottom: 1.25em !important;
}

.PointList > li {
  position: relative;
  padding: 0.5em 0;
  padding-left: 6em;
  margin: 0;
  border-bottom: 1px solid #bbd7f4;
  line-height: 1.5;
}

.PointList > li::before {
  font-family: "Century Gothic", sans-serif;
  content: "POINT " counter(my-counter);
  counter-increment: my-counter;
  position: absolute;
  left: 0;
  display: inline-block;
  color: #fff;
  background: #447cb5;
  text-align: center;
  line-height: 1.5;
  border-radius: 0.25em;
  font-size: 75%;
  padding: 0.25em 0.5em;
  width: 5em;
  font-weight: bold;
}

.PointList > li::after {
  font-size: 75%;
  content: "";
  position: absolute;
  top: 1.375em;
  left: 6em;
  border-top: 0.3em solid transparent;
  border-left: 0.5em solid #447cb5;
  border-bottom: 0.3em solid transparent;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (max-width: 767px) {
  .PointList > li {
    padding: 1em 0;
    padding-left: 5em;
  }
  .PointList > li::before,
  .PointList > li::after {
    font-size: 62.5%;
  }
  .PointList > li::after {
    top: 2.25em;
  }
}
/* フロー（手順）リスト : type1  */
.FlowList.Type1 {
  list-style: none;
  counter-reset: my-counter;
  margin-left: 0 !important;
}

.FlowList.Type1 > li {
  position: relative;
  padding: 0.75em 1em 0.75em 8em;
  margin: 1em 0;
  background: #eef;
  border-radius: 0.5em;
}

.FlowList.Type1 > li::before {
  /*font-family: "Century Gothic", sans-serif;*/
  font-family: "Impact", sans-serif;
  content: "STEP." counter(my-counter);
  counter-increment: my-counter;
  position: absolute;
  left: 1em;
  display: inline-block;
  color: #33c;
  white-space: nowrap;
  border-left: 1px solid;
  padding-left: 1em;
  letter-spacing: 0.05em;
}

.FlowList.Type1 > li:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -0.7em;
  left: 50%;
  margin-left: -0.5em;
  z-index: 1;
  width: 8px;
  height: 8px;
  border-top: 2px solid #33c;
  border-right: 2px solid #33c;
  transform: rotate(135deg) translate3d(0, 0, 0);
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (max-width: 767px) {
  .FlowList.Type1 > li {
    padding-left: 1em;
  }
  .FlowList.Type1 > li::before {
    display: block;
    position: static;
    line-height: 1;
    margin: 0.5em 0;
  }
}
/* フロー（手順）リスト : type2  */
.FlowList.Type2 {
  list-style: none;
  counter-reset: my-counter;
  margin-left: -0.5em !important;
  margin-right: -0.5em !important;
}

.FlowList.Type2 > li > .inner {
  position: relative;
  padding: 0.75em 0.5em 1.5em;
  border: 1px solid #ccc;
  border-radius: 0.5em;
  margin: 0.5em 0.75em;
}

.FlowList.Type2 > li > .inner::before {
  /*font-family: "Impact", sans-serif;*/
  content: "STEP" counter(my-counter);
  font-weight: bold;
  font-size: 2rem;
  counter-increment: my-counter;
  display: block;
  color: #000;
  white-space: nowrap;
  margin: 0.25em 0;
  text-align: center;
}

.FlowList.Type2 > li {
  position: relative;
}

.FlowList.Type2 > li:not(:last-child)::after {
  font-family: "picticon";
  content: "\e807";
  position: absolute;
  top: 50%;
  left: 100%;
  z-index: 1;
  transform: scale(2);
  color: #0078d7;
  line-height: 1;
  margin-top: -0.5em;
}

.FlowList.Type2 > li .ImageItem {
  margin-bottom: 0.25em;
}

.FlowList.Type2 > li .ImageItem .Icon {
  font-size: 125%;
}

.FlowList.Type2 > li .ImageItem .Icon::before {
  font-size: 300%;
  color: #1d1d5b;
}

.FlowList.Type2 > li .ImageItem .icon-smartphone::before {
  font-size: 200%;
  position: relative;
  bottom: 0.1em;
}

html.ie .FlowList.Type2 > li .ImageItem .icon-smartphone::before {
  font-size: 3rem;
}

.FlowList.Type2 > li .ImageItem .icon-pc::before {
  position: relative;
  right: 0.1em;
}

.FlowList.Type2 > li .ImageItem .icon-track::before {
  position: relative;
  right: 0.1em;
}

.FlowList.Type2 > li .ImageItem .Banner {
  display: block;
}

.FlowList.Type2 > li .TextItem {
  line-height: 1.5em;
  min-height: 3.5em;
  font-size: 1.2rem;
}

.FlowList.Type2 > li .Balloon {
  position: absolute;
  right: 0%;
  bottom: 100%;
  margin-bottom: -0.875em;
  margin-right: -0.5em;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (min-width: 768px), print {
  .FlowList.Type2 > li .ImageItem .Banner {
    position: absolute;
    width: 100%;
    bottom: -1em;
    left: -0.25em;
  }
}
@media screen and (max-width: 767px) {
  .FlowList.Type2 > li {
    width: 100% !important;
    max-width: 100% !important;
    margin: 1.75em 0;
  }
  .FlowList.Type2 > li:first-child {
    margin-top: 0.5em;
  }
  .FlowList.Type2 > li > .inner {
    margin: 0;
    padding: 0.75em 1.25em;
  }
  .FlowList.Type2 > li > .inner::before {
    text-align: left;
  }
  .FlowList.Type2 > li:not(:last-child)::after {
    top: 100%;
    left: 50%;
    content: "\e804";
    transform: scale(3);
    margin: 0;
    margin-top: 0.25em;
  }
  .FlowList.Type2 > li .Icon {
    font-size: 137.5%;
  }
  .FlowList.Type2 > li .TextItem {
    text-align: left;
    min-height: 0;
    font-size: 1.6rem;
  }
  .FlowList.Type2 > li .ImageItem {
    float: right;
    padding-left: 0.5em;
    margin-top: -1.75em;
    margin-right: -0.5em;
    margin-bottom: 0;
    width: 35%;
    text-align: center;
    white-space: nowrap;
  }
}
/* ※印付きリスト :  */
.AsteriskList {
  list-style: none;
  opacity: 0.75;
  margin-left: 1.5em;
}

.AsteriskList > li {
  position: relative;
}

.AsteriskList > li::before {
  content: "※";
  position: absolute;
  left: -1.25em;
  top: 0;
}

.AsteriskList li {
  margin: 0.25em 0;
}

/* NewsList （汎用リスト）
--------------------------------------------------- */
.NewsList {
  list-style: none;
  font-size: 1.6rem;
  padding: 0;
  margin-left: 40rem;
  width: 70%;
}

@media screen and (max-width: 767px) {
  .NewsList {
    width: 100%;
  }
}
.NewsList li {
  transition: all 0.4s;
}

.NewsList li > .inner {
  padding: 0 5px;
}

.NewsList li .TextItem {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

.NewsList li .TextItem,
.NewsList li .TextItem * {
  line-height: 1.375em;
}

.NewsList li .TextItem .Meta {
  margin: 0px 0;
}

.NewsList li .TextItem .Meta .Date {
  margin-right: 1em;
  color: #333;
}

.NewsList li .TextItem .Title {
  margin: 0px 0;
  text-align: left;
}

.NewsList li .TextItem .Title :hover {
  color: #270092;
}

/* [NEW]を表示 */
.NewsList li .inner.New .TextItem .Title::after {
  content: "NEW";
  display: inline-block;
  color: #f00;
  border: 1px solid;
  padding: 0.125em 0.25em;
  line-height: 1;
  font-size: 75%;
}

.NewsList li {
  color: #56b8a9;
}

.NewsList li > a {
  color: #222;
  padding-left: 30px;
  transition: all 0.2s;
}

.NewsList li > a:hover {
  color: #56b8a9;
  transition: all 0.2s;
}

.NewsList .NewsContents tr td > a {
  padding-left: 30px;
}

.NewsList .NewsContents tr td > a:hover {
  color: #56b8a9;
  transition: all 0.2s;
}

.NewsListItem {
  margin-bottom: 50px;
  margin-top: 0;
}

.NewsList ul {
  list-style: none;
}

.NewsList .NewsContents {
  display: inline-block;
  text-align: left;
  width: 80%;
}

.NewsList li {
  border-bottom: 1px solid #cdcdcd;
  padding: 0px 0px 5px 0px;
}

.NewsList a {
  padding: 1.8rem 0;
  align-items: center;
  font-size: 1.5rem;
  display: inline-block;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (min-width: 768px), print {
  .NewsList li .TextItem .Meta {
    min-width: 13.5em;
    min-width: 8.5em;
    padding: 0.8em 0;
  }
  .NewsList li .TextItem .Title {
    display: inline-block;
    width: calc(100% - 150px);
    vertical-align: middle;
  }
  .NewsList li .TextItem .Title a {
    padding: 0.8em 0;
    display: inline-block;
    padding: 0.8em 0;
  }
  .BlogBlock .BlockHeader {
    margin: 0 20px;
    position: relative;
  }
  .BlogBlock .BlockHeader .Meta {
    position: absolute;
    right: 10px;
    top: 20px;
    display: inline-block;
    z-index: 1;
  }
  .BlogBlock .BlockHeader .Heading {
    margin-top: 0;
    padding-right: 100px;
  }
  .BlogBlock .BlockContents {
    margin: 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .NewsList li .inner {
    padding: 0;
    border-bottom: 1px solid #ccc;
  }
  .NewsList li .TextItem {
    font-size: 93.25%;
    display: block;
    padding: 10px 5px !important;
  }
  .NewsList li .TextItem .Meta {
    margin-bottom: 0.5em;
  }
  .BlogBlock .BlockHeader .Heading {
    margin-top: 10px;
  }
  .BlogBlock .SknTplColumnGroup .ColumnGroup {
    display: block;
  }
  .BlogBlock .SknTplColumnGroup .ColumnGroup .Column {
    display: block;
    width: 100%;
    margin-bottom: 0;
  }
  .BlogBlock .SknTplColumnGroup .ColumnGroup .Column .Caption {
    display: block;
    width: 100%;
    margin-bottom: 0;
  }
}
/* tooltip
--------------------------------------------------- */
.Tooltip {
  border-bottom: 1px dashed;
  cursor: pointer;
  margin: 0 0.25em;
  color: #2098d1;
}

.Tooltip::before {
  margin-right: 0.25em;
}

.Tooltip:hover,
.Tooltip:focus {
  border-bottom: none;
}

.ui-tooltip {
  box-shadow: none;
  color: #2098d1;
  background: white;
  border: 2px solid;
  width: 20em;
  max-width: 50%;
  padding: 20px;
  z-index: 100;
  text-align: left;
}

/* Balloon（フキダシ）
--------------------------------------------------- */
.Balloon.Type1 {
  margin: 0 auto;
  text-align: center;
  border-radius: 0.5em;
  border: 2px solid;
  background: #fff;
  color: #f58212;
  font-weight: bold;
  padding: 0.25em 0.5em;
  line-height: 1.25 !important;
}

/* font
--------------------------------------------------- */
/* basic */
.FontDefault {
  font-family: "Meiryo", "Arial", "Century Gothic", sans-serif;
}

.FontSansSerif {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "游ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-feature-settings: "palt";
}

/* IEでの微妙な上下のズレを軽減 */
@media all and (-ms-high-contrast: none) {
  /* IE10以降に適応されるCSS */
  .FontSansSerif {
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
.FontSerif {
  font-family: "YuMincho", "游明朝", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "MS PMincho", "ＭＳＰ明朝", "MS Mincho", "ＭＳ明朝", serif;
  font-feature-settings: "palt";
  font-weight: 300;
}

/* IEで書体の高さがずれるため補足 */
@media all and (-ms-high-contrast: none) {
  /* IE10以降に適応されるCSS */
  html.rsbp-over-bp2 .FontSerif {
    font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "MS PMincho", "ＭＳＰ明朝", "MS Mincho", "ＭＳ明朝", serif;
  }
}
.FontMonospace {
  /*font-family: "Osaka-mono", "ＭＳ ゴシック", "MS Gothic", monospace;*/
}

.FontMaru {
  font-family: "Zen Maru Gothic", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro";
  font-feature-settings: "palt";
  font-weight: 500;
}

/* FontSize
--------------------------------------------------- */
.FontSizeXXLarge,
.DefaultText.FontSizeXXLarge {
  font-size: 175%;
}

.FontSizeXLarge,
.DefaultText.FontSizeXLarge {
  font-size: 150%;
}

.FontSizeLarge,
.DefaultText.FontSizeLarge {
  font-size: 125%;
}

.FontSizeLarger,
.DefaultText.FontSizeLarger {
  font-size: 112.5%;
}

.FontSizeNormal,
.DefaultText.FontSizeNormal {
  font-size: 100%;
}

.FontSizeSmaller,
.DefaultText.FontSizeSmaller {
  font-size: 87.5%;
}

.FontSizeSmall,
.DefaultText.FontSizeSmall {
  font-size: 75%;
}

.FontSizeXSmall,
.DefaultText.FontSizeXSmall {
  font-size: 62.5%;
}

/* FontWeight
--------------------------------------------------- */
.FontWeightThin {
  font-weight: 100;
}

.FontWeightThinner {
  font-weight: 200;
}

.FontWeightNormal {
  font-weight: 400;
}

.FontWeightBolder {
  font-weight: 600;
}

.FontWeightBold {
  font-weight: 800;
}

/* Color
--------------------------------------------------- */
.ColorRed {
  color: #c33;
  color: #f00;
}

/* TextAlign
--------------------------------------------------- */
.TextAlignCenter {
  text-align: center;
}

.TextAlignLeft {
  text-align: left;
}

.TextAlignRight {
  text-align: right;
}

.TextAlignJustify {
  text-align: justify;
}

/* 縦書き */
.TextVertical {
  writing-mode: vertical-rl;
}

/* VerticalAlign
--------------------------------------------------- */
.VerticalAlignTop,
.VerticalAlignTop * {
  vertical-align: top;
}

.VerticalAlignMiddle,
.VerticalAlignMiddle * {
  vertical-align: middle;
}

.VerticalAlignBottom,
.VerticalAlignBottom * {
  vertical-align: bottom;
}

/* Float
--------------------------------------------------- */
.FloatLeft {
  float: left;
}

.FloatRight {
  float: right;
}

.FloatNone {
  float: none;
}

/* Padding
--------------------------------------------------- */
.PaddingBottom {
  padding-bottom: 1em;
}

.PaddingTop {
  padding-top: 1em;
}

.PaddingHorizontal {
  padding-left: 1em;
  padding-right: 1em;
}

.PaddingHorizontal {
  padding-left: 1em;
  padding-right: 1em;
}

.PaddingNone {
  padding: 0;
}

/* TextOverFlowNone
--------------------------------------------------- */
.TextOverFlowNone {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* LetterSpacing
--------------------------------------------------- */
.LetterSpNarrowest {
  letter-spacing: -0.1em;
}

.LetterSpNarrow {
  letter-spacing: -0.05em;
}

.LetterSpNormal {
  letter-spacing: 0em;
}

.LetterSpWide {
  letter-spacing: 0.375em;
  text-indent: 0.375em;
}

.LetterSpWidest {
  letter-spacing: 0.75em;
  text-indent: 0.75em;
}

/* NoWrap
--------------------------------------------------- */
.NoWrap {
  white-space: nowrap;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   DropDown                                       */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ドロップダウン
--------------------------------------------------- */
.DropDownParent {
  position: relative;
}

.DropDownChild {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0%;
  /*width: 100%;*/
  z-index: 50;
  transition: all 0.2s;
}

.DropDownParent:hover .DropDownChild {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   MessageBox                                     */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* MessageBox
--------------------------------------------------- */
.MessageBox {
  padding: 25px 25px;
  margin: 1em auto;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  border: 10px solid #eee;
  border-radius: 10px;
  position: relative;
}

.MessageBox .Heading {
  margin: 0 0 1em;
  line-height: 1.75;
  font-size: 100%;
}

.MessageBox .Heading .Label {
  margin-top: 50px;
  display: block;
}

.MessageBox .Heading .Icon {
  display: block;
}

.MessageBox .Heading .Icon::before {
  font-size: 175%;
}

.MessageBox .DefaultText {
  text-align: center;
  line-height: 2;
  margin: 0;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (max-width: 767px) {
  .MessageBox {
    width: 90%;
  }
  .MessageBox .Heading .Icon {
    padding-top: 1.5em;
  }
  .MessageBox .Heading .Label:first-child {
    margin-top: 20px;
  }
}
/* options */
.MessageBox.Caution {
  color: #222;
  color: inherit;
  background: #f5f47a;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   GoPageTop                                      */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* GoPageTop
--------------------------------------------------- */
.GoPageTop {
  display: inline-block;
  line-height: 1;
  vertical-align: bottom;
  margin-left: -3.5em;
  display: none;
}

.GoPageTop * {
  line-height: 1;
  vertical-align: bottom;
}

.GoPageTop p {
  display: inline-block;
}

.GoPageTop p a,
.GoPageTop p a *,
.GoPageTop p a *::before {
  transition: all 0.2s;
}

.GoPageTop p a {
  width: 8em;
  height: 8em;
  text-align: center;
  vertical-align: middle;
  display: block;
  position: relative;
  font-weight: normal;
  border-radius: 100%;
}

.GoPageTop p a {
  background: #222;
  color: #fff;
}

.GoPageTop p a * {
  color: #fff;
}

.GoPageTop p a .Label {
  position: absolute;
  top: 45%;
  left: 0%;
  width: 100%;
  text-align: center;
  font-size: 125%;
  font-weight: 600;
  font-family: "Arial";
  line-height: 1.125;
}

.GoPageTop p a .Icon {
  width: 100%;
  display: block;
  text-align: center;
  position: absolute;
  bottom: 60%;
}

.GoPageTop p a .Icon::before {
  font-size: 300%;
  margin-bottom: -0.125em;
}

/* hover */
.PcView .GoPageTop p a:hover {
  background: #270092;
  color: #fff;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (min-width: 768px), print {
  .GoPageTop {
    font-size: 62.5%;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
  }
}
@media screen and (max-width: 767px) {
  .GoPageTop {
    font-size: 45%;
    position: absolute;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 50;
    display: none;
  }
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   Button 等                                      */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
.ButtonGroup {
  text-align: center;
}

.ButtonGroup li {
  display: inline-block;
  margin: 5px;
}

/* 共通設定 */
.Button {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: all 0.2s;
}

.Button:hover {
  text-decoration: none;
  filter: brightness(0.9);
}

/* SimpleButton [ input type="button" ]
--------------------------------------------------- */
input[type=button],
input[type=submit],
input[type=reset] {
  -webkit-appearance: none;
}

.SimpleButton,
input[type=button],
input[type=submit] {
  color: #333;
  border: 1px solid #ccc;
  background-color: #eee;
  background-image: linear-gradient(to bottom, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  padding: 0 0.5em;
  vertical-align: middle;
  line-height: 2em;
  border-radius: 0.25em;
  min-width: 10em;
  cursor: pointer;
}

.SimpleButton:hover,
input[type=button]:hover,
input[type=submit]:hover {
  border-color: rgb(252, 220, 160);
  filter: brightness(1);
}

/* ボタンのバリエーション（ベースはtemlpate）
--------------------------------------------------- */
/* デフォルト */
.DefaultButton {
  color: #fff;
  background: #222;
  border-radius: 0.5em;
  padding: 0.75em 1.5em;
  padding: 1.25em 0.5em;
  line-height: 1.25;
  min-width: 15em;
  min-width: 18.5em;
}

/* 青 */
.DefaultButton.Blue {
  color: #fff;
  background: #336699;
}

/* グリーン */
.DefaultButton.Green {
  color: #fff;
  background: #270092;
}

/* 黄緑 */
.DefaultButton.YGreen {
  color: #fff;
  background: #b5e61d;
}

/* グレー */
.DefaultButton.Gray {
  background: #444;
  color: #fff;
}

/* ホワイト */
.DefaultButton.White {
  background: #fff;
  color: #333;
  border: 1px solid #369;
}

/* Formボタン（Baserが出力するinput系ボタン ）
--------------------------------------------------- */
.FormButton {
  white-space: nowrap;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  position: relative;
  margin: 5px 10px;
}

.FormButton .Label:hover:before {
  color: #fff;
}

.FormButton input {
  border: none;
  font-size: 1.4em;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  background: #444;
  color: #fff;
  border-radius: 5px;
  padding: 0.75em 1.5em;
  line-height: 1.25;
  min-width: 12em;
  -webkit-transition: 0.2s ease-in-out;
  transition-duration: 0.2s;
}

.FormButton input:hover {
  text-decoration: none;
  filter: brightness(0.9);
}

.FormButton.CheckButton input,
.FormButton.SendButton input {
  background: #e33535;
  background: #270092;
}

/* アイコン位置 */
.FormButton .Label:before {
  position: absolute;
  top: 50%;
  font-size: 1.4em;
  left: 0.8em;
  z-index: 10;
  margin-top: -0.5em;
  color: #fff;
  padding: 0;
}

.FormButton.CheckButton .Label:before,
.FormButton.SendButton .Label:before {
  left: auto;
  right: 0.8em;
}

.FormButton input.NoIcon {
  padding: 0.4em 1.5em;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   メニュー系 Setting                             */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 汎用メニュー
--------------------------------------------------- */
/* MenuList */
.MenuList {
  list-style: none;
}

.MenuList li {
  margin: 0 5px;
  margin: 5px;
}

.MenuList li a {
  display: inline-block;
  position: relative;
}

@media screen and (min-width: 768px), print {
}

/* BannerList
--------------------------------------------------- */
.BannerList {
  list-style: none;
  text-align: center;
}

.BannerList li {
  margin: 0 0 0.75em;
}

.BannerList li,
.BannerList li * {
  vertical-align: middle;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (max-width: 767px) {
  .BannerList li {
    width: 46%;
    margin: 0 0 2% 2%;
    display: inline-block;
  }
  .BannerList li img {
    width: 100%;
  }
}
/* TabMenu （共通）
--------------------------------------------------- */
/* - - list - - */
.TabMenu ul {
  list-style: none;
  margin: 1em auto !important;
  width: 85%;
}

.TabMenu ul > li {
  margin: 0 !important;
}

.TabMenu ul > li a {
  display: block;
  background: #fff;
  text-align: center;
  position: relative;
  margin: 5px;
  border: 1px solid #ccc;
}

.TabMenu ul > li .Label {
  padding: 0.75em 1em;
  min-width: 8.5em;
}

.TabMenu ul > li .Label .Main {
  display: block;
  font-size: 100%;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.TabMenu ul > li .Label .Sub {
  display: block;
  font-size: 62.5%;
  line-height: 1.5;
  color: rgba(128, 128, 128, 0.75);
  letter-spacing: 0.125em;
}

/* hover */
.TabMenu ul > li a::after {
  content: "";
  display: block;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: #b8a182;
  position: absolute;
  transition: height 0.2s;
}

.TabMenu ul > li:not(.Active) a:hover,
.TabMenu ul > li:not(.Active) a:focus {
  cursor: pointer;
}

.TabMenu ul > li:not(.Active) a:hover::after {
  height: 3px;
}

/* Active */
.TabMenu ul > li.Active a {
  color: #fff;
  background: #b8a182;
}

/* menu-trigger (開閉式メニュー)
--------------------------------------------------- */
.MenuTrigger {
  font-size: 62.5%;
  cursor: pointer;
}

.menu-trigger {
  position: relative;
  transition: all 0.2s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.menu-trigger span {
  transition: all 0.4s;
}

.menu-trigger .Icon,
.menu-trigger .Label {
  display: block;
}

.menu-trigger .Label {
  text-align: center;
  color: #222;
  margin-top: 1px;
}

.menu-trigger .Icon {
  position: relative;
  width: 3.5em;
  height: 3.5em;
}

.menu-trigger .Icon span.Shape {
  display: inline-block;
  position: absolute;
  left: 0%;
  width: 100%;
  height: 3px;
  background-color: #222;
}

.menu-trigger .Icon span.Shape:nth-of-type(1),
.menu-trigger .Icon span.Shape:nth-of-type(2),
.menu-trigger .Icon span.Shape:nth-of-type(3) {
  margin-top: -2px;
}

.menu-trigger .Icon span.Shape:nth-of-type(1) {
  top: 20%;
}

.menu-trigger .Icon span.Shape:nth-of-type(2) {
  top: 50%;
}

.menu-trigger .Icon span.Shape:nth-of-type(3) {
  top: 80%;
}

/* hover */
.menu-trigger:hover,
.menu-trigger:focus {
  text-decoration: none;
}

/* Active */
.menu-trigger.Active .Icon span.Shape:nth-of-type(1) {
  transform: rotate(-315deg);
  top: 50%;
}

.menu-trigger.Active .Icon span.Shape:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.Active .Icon span.Shape:nth-of-type(3) {
  transform: rotate(315deg);
  top: 50%;
}

/* BreadCrumb（パンくず）
--------------------------------------------------- */
.BreadCrumb {
  padding: 0.02em 0;
  font-size: 1.4rem;
  background: none;
}

.BreadCrumb p {
  text-align: left;
  margin: 0 0 0 auto;
  width: 95%;
}

.BreadCrumb p > * {
  letter-spacing: 0;
}

.BreadCrumb p .Partition {
  padding: 0 0.5em;
  display: inline;
  opacity: 0.25;
  font-size: 87.5%;
}

/* Unit */
.BreadCrumb p .Unit {
  text-align: left;
}

.BreadCrumb p a {
  color: inherit;
}

.BreadCrumb p a:hover,
.BreadCrumb p a:focus {
  text-decoration: underline;
}

.BreadCrumb p .Unit.Last {
  font-weight: normal;
}

.BreadCrumb p .Unit.Home .Icon {
  color: #aaa;
}

.BreadCrumb span.Partition {
  padding: 0 0.5em;
  display: inline-block;
  opacity: 0.25;
  font-size: 87.5%;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (max-width: 767px) {
  .BreadCrumb {
    display: none;
  }
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*    pagination                                    */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* pagination
--------------------------------------------------- */
.pagination {
  text-align: center;
  margin: 0.5em 0;
  letter-spacing: -0.5em;
}

.pagination p {
  display: inline-block;
  padding: 0.25em 0.25em;
}

.pagination a {
  background-image: none;
  text-decoration: none !important;
}

.pagination a,
.pagination a:hover,
.pagination .disabled,
.pagination .current {
  font-family: "Arial";
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  line-height: 2.25em;
  width: 2.25em;
  padding: 0;
  background: #fff;
  border: 1px solid #270092;
  color: #270092;
  margin: 5px;
  border-radius: 0.25em;
  letter-spacing: normal;
}

.pagination a:before {
  line-height: inherit;
}

.pagination a:hover,
.pagination a:focus {
  color: #fff;
  background-color: #270092;
  text-decoration: none;
}

.pagination .current {
  color: #fff;
  background: #270092;
}

.pagination .prev a,
.pagination .prev.disabled,
.pagination .next a,
.pagination .next.disabled {
  width: 4em;
}

.pagination .disabled {
  opacity: 0.25;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   effect                                         */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ブラー効果
--------------------------------------------------- */
/* brightness */
.Blur {
  filter: blur(3px);
}

/* 各種hover効果
--------------------------------------------------- */
/* hoverエフェクトにトランジションを定義 */
.Button,
.Icon,
[class^=hvr-],
[class*=" hvr-"] {
  transition: all 0.2s;
}

/* default */
/* push */
.hvr-push {
  border: 1px solid #ccc;
  box-shadow: 0.25em 0.25em 0 rgba(0, 0, 0, 0.05);
  position: relative;
  top: -0.25em;
  left: -0.25em;
}

.hvr-push:hover {
  box-shadow: 0em 0em 0 rgba(0, 0, 0, 0.05);
  top: 0em;
  left: 0em;
}

/* zoom */
.hvr-zoom {
  z-index: 10;
  display: inline-block;
}

.hvr-zoom:hover,
.hvr-zoom:focus {
  position: relative;
  z-index: 15;
  transform: scale(1.25);
}

/* zoom を 子要素.Image内のimgに適用する */
.hvr-childimg-zoom .Image {
  overflow: hidden;
  display: inline-block;
}

.hvr-childimg-zoom .Image img {
  transition: all 0.5s;
  transform: scale(1);
  opacity: 1;
}

.hvr-childimg-zoom:hover .Image img {
  transform: scale(1.125);
  opacity: 1;
}

/* 点滅 */
.richblink {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: richblink;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   link                                           */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* anchor
--------------------------------------------------- */
a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  /* text-decoration: underline;*/
}

/* リンク設置 画像
--------------------------------------------------- */
a img {
  transition: all 0.1s;
}

a:hover img,
a:focus img {
  filter: brightness(1.1);
}

/* - - 丸切り抜き + ボーダー装飾付き - - */
a.Rounded {
  position: relative;
  display: block;
  padding: 0;
}

a.Rounded::before {
  content: "";
  display: block;
  border: 0.1em solid;
  position: absolute;
  left: -0.75em;
  top: -0.75em;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  transition: all 0.1s;
}

a.Rounded:hover::before {
  left: -0.1em;
  top: -0.1em;
}

a.Rounded .Image {
  display: block;
  overflow: hidden;
  border-radius: 100%;
}

/* 画像へのリンクなら「＋」を表示 */
a.ImageLink {
  position: relative;
}

a.ImageLink::after {
  content: "＋";
  font-size: 1.2rem;
  line-height: 2rem;
  width: 5em;
  border-radius: 2px;
  background: #270092;
  color: #fff;
  position: absolute;
  text-align: center;
  vertical-align: middle;
  z-index: 100;
  display: inline-block;
  bottom: -0.875em;
  right: -5px;
  bottom: 0;
  right: 0;
  opacity: 1;
  transition: all 0.1s;
}

a.ImageLink:hover::after,
a.ImageLink:focus::after {
  opacity: 1;
  right: -1em;
  right: 0;
  background: #270092;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (max-width: 767px) {
  a.ImageLink::after {
    font-size: 80%;
  }
}
/* - - 画像へのリンクに枠装飾 - - */
a.ImageLink {
  position: relative;
  display: block;
  display: inline-block;
  padding: 0;
}

a.ImageLink::before {
  content: "";
  display: block;
  border: 1px solid #270092;
  position: absolute;
  z-index: 100;
  left: -1.5em;
  top: -1.5em;
  height: 100%;
  width: 100%;
  height: calc(100% + 1em);
  width: calc(100% + 1em);
  border-radius: 4px;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 0px;
  transition: all 0.1s;
  opacity: 0;
}

a.ImageLink:hover::before,
a.ImageLink:focus::before {
  left: 0;
  top: 0;
  opacity: 1;
}

a.ImageLink .Image {
  display: block;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   アイコン 等                                    */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* アイコンに下線が付くのを回避 */
.Icon,
.Icon::before {
  text-decoration: none !important;
}

.Icon.icon-help-circled::before {
  color: #4b4;
  color: #270092;
}

/* icon position left  */
.icon-pos-left {
  position: absolute;
  left: 0.5em;
  right: auto;
  top: 50%;
  margin: 0;
  margin-top: -0.5em;
}

[class^=icon-].icon-pos-left:before,
[class*=" icon-"].icon-pos-left:before {
  margin: 0;
}

/* icon position right  */
.icon-pos-right {
  position: absolute;
  left: auto;
  right: 0.5em;
  top: 50%;
  margin: 0;
  margin-top: -0.5em;
}

[class^=icon-].icon-pos-right:before,
[class*=" icon-"].icon-pos-right:before {
  margin: 0;
}

/* icon position bottom */
.icon-pos-bottom {
  position: absolute;
  left: 50%;
  bottom: 0.25em;
  margin: 0;
  margin-left: -0.5em;
}

/* icon position top */
.icon-pos-top {
  padding-top: 1em;
  display: block;
}

.icon-pos-top.FontSizeXLarge {
  font-size: 300%;
  padding-bottom: 0.125em;
  margin-bottom: 0.25em;
  border-bottom: 1px solid rgba(125, 125, 125, 0.5);
}

[class^=icon-].icon-pos-top:before,
[class*=" icon-"].icon-pos-top:before {
  display: block;
  text-align: center;
  margin: 0 auto 0.25em;
}

/* 特殊なアイコン用のスタイル */
.icon-file-pdf::before,
.icon-file-excel::before,
.icon-file-word::before,
.icon-file-image::before,
.icon-file-archive::before {
  width: 1em;
  line-height: 1em;
}

.icon-file-pdf::before {
  color: #bb0708 !important;
}

.icon-file-excel::before {
  color: #12824b !important;
}

.icon-file-word::before {
  color: #3b67a7 !important;
}

.icon-file-image::before {
  color: #fff !important;
}

.icon-file-archive::before {
  color: #30b4df !important;
}

/* アイコンの色調整 .TextList を上書き */
.SknTplTextList ul.TextList > li .Icon.icon-file-pdf::before {
  color: #ffffff !important;
  background: #ee0708 !important;
}

.SknTplTextList ul.TextList > li .Icon.icon-file-excel::before {
  color: #ffffff !important;
  background: #12824b !important;
}

.SknTplTextList ul.TextList > li .Icon.icon-file-word::before {
  color: #ffffff !important;
  background: #3b67a7 !important;
}

.SknTplTextList ul.TextList > li .Icon.icon-file-archive::before {
  color: #ffffff !important;
  background: #30b4df !important;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   Table Setting                                  */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* DefaultTable
--------------------------------------------------- */
.DefaultTable {
  margin: 2em auto;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  background: #fff;
}

.DefaultTable caption {
  padding: 0.25em 0;
}

.DefaultTable th,
.DefaultTable td {
  padding: 1em 25px;
  border: 1px solid #ddd;
  font-weight: normal;
}

.DefaultTable th,
.DefaultTable td,
.DefaultTable td p,
.DefaultTable td ul,
.DefaultTable td ol {
  line-height: 1.75;
}

.DefaultTable td .Sub {
  font-size: 75%;
}

.DefaultTable.PaddingNone td {
  padding: 0;
}

.DefaultTable th.PaddingNone,
.DefaultTable td.PaddingNone {
  padding: 0;
}

/* thead */
.DefaultTable thead th {
  line-height: 1.125;
  padding: 0.5em 0px;
  font-size: 87.5%;
  border: 1px solid #270092;
  letter-spacing: 0.05em;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
  background: #270092;
}

/* tbody */
.DefaultTable tbody th {
  color: #555;
  background: #f9f9f9;
  text-align: center;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

/* tfoot */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   Column Setting                                 */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ColumnGroup
--------------------------------------------------- */
.ColumnGroup {
  display: -ms-flex;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
}

/* - - column common - -  */
.ColumnGroup > .Column {
  width: 100%;
  margin: 0 auto 2em;
  /*margin: 0 auto;*/
  /*max-width: 380px;*/
  display: inline-block;
  vertical-align: top;
}

.ColumnGroup > * > .inner {
  padding: 10px;
}

.ColumnGroup.FixedNumber {
  flex-wrap: nowrap;
}

/* 要素数をクラス名に持たせて自動配置 ※ulにクラス名をつけて使用  */
/* ColumnGroup（数字）elements が横並び数                         */
/* FixedNumber をつけた場合は数を固定。それ以外は幅に応じて変化   */
/* - - two columns - - */
.ColumnGroup2elements > .Column {
  width: 50%;
}

/* - - three columns - - */
.ColumnGroup3elements > .Column {
  width: 33.3333333333%;
}

/* - - four columns - - */
.ColumnGroup4elements > .Column {
  width: 25%;
}

/* - - five columns - - */
.ColumnGroup5elements > .Column {
  width: 20%;
}

/* - - six columns - - */
.ColumnGroup6elements > .Column {
  width: 16.6666666667%;
}

@media screen and (max-width: 767px) {
  .Facility .ColumnGroup {
    display: inline-block;
  }
  .ColumnGroup2elements > .Column {
    width: auto;
  }
  .ColumnGroup4elements > .Column {
    width: 45%;
  }
  .ColumnGroup {
    display: inline-block;
  }
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   FlexParent (flex段組み)                        */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
.FlexParent {
  display: -ms-flex;
  display: flex;
  flex-wrap: nowrap;
  -ms-justify-content: center;
  justify-content: center;
}

.FlexParent.AllowWrap {
  flex-wrap: wrap;
}

/* PCは横並び、SPは縦並び　を自動で */
/* + + + + + レスポンシブ + + + + +  */
@media screen and (max-width: 767px) {
  .InterviewBlock .ColumnGroup {
    flex-direction: column;
  }
  .InterviewBlock .ColumnGroup3elements > .Column {
    width: 100%;
    max-width: 104rem;
  }
  .ColumnGroup > * > .inner {
    padding: 0;
  }
  .EntryBlock .FlexParent {
    width: 96%;
  }
}
@media screen and (min-width: 768px), print {
  .FlexParent.AutoDirection {
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .FlexParent.AutoDirection {
    flex-direction: column;
  }
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   Other Setting                                  */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* GoogleMap
--------------------------------------------------- */
.GoogleMap {
  outline: 5px solid #fff;
}

/* Scrollable 横スクロール (bp2より狭いディスプレイ用)
--------------------------------------------------- */
@media all and (-ms-high-contrast: none) {
  /* IE10以降に適応されるCSS */
}
/* + + + + + レスポンシブ + + + + +  */
@media screen and (min-width: 768px), print {
  .Scrollable .ScrollableIcon {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .Scrollable {
    /*  white-space: nowrap;*/
    overflow: auto;
    position: relative;
    margin-bottom: 1em;
  }
  .Scrollable .TextItem * {
    white-space: normal;
  }
  /* 画像用の特殊処理 */
  .Scrollable img {
    width: 200vw;
    max-width: initial;
  }
  /* Table用の特殊処理 */
  .Scrollable > table {
    width: 660px; /* ここはスクロール対象の最大幅を入れる */
    margin-bottom: 0 !important;
  }
  .Scrollable th {
    white-space: nowrap;
  }
  /* スクロールバー装飾 */
  .Scrollable::-webkit-scrollbar {
    height: 4px;
    margin-top: 5px;
  }
  .Scrollable::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.25);
  }
  .Scrollable::-webkit-scrollbar-thumb {
    background: #03c;
  }
  /* アイコン */
  .Scrollable .ScrollableIcon {
    position: absolute;
    top: 40%;
    left: 175px;
    z-index: 10;
    padding: 28px 25px;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
    display: inline-block;
  }
  .Scrollable:hover .ScrollableIcon {
    display: none;
  }
  .Scrollable .ScrollableIcon img {
    width: 60px;
  }
}
.SknTplThumbnailList .ImageItem .Image {
  margin: 0;
}

.SknTplThumbnailList .ColumnGroup > .Column {
  margin-bottom: 0;
  padding: 0;
}

.ColumnGroup.FixedNumber {
  flex-wrap: nowrap;
  padding: 0;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (max-width: 767px) {
  .YoukouBlock .SknTplThumbnailList .ColumnGroup li {
    margin-top: 20px;
  }
  .SknTplThumbnailList .ColumnGroup {
    padding: 0;
  }
  .SknTplThumbnailList .ImageItem .Image {
    margin: 0;
  }
  .SknTplColumnGroup .ColumnGroup3elements {
    display: block;
  }
  .SknTplColumnGroup .ColumnGroup3elements .Column {
    width: 100%;
    margin-bottom: 0;
  }
}
.Heading.Type4 {
  margin: 10px 0 10px 0;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (max-width: 767px) {
  .Heading.Type4 {
    margin: 0 0 10px 0;
  }
}
.SknTplImageParagraph {
  /* - - LeftImage - - */
  /* - - RightImage - - */
}
.SknTplImageParagraph.LeftImage .ImageItem {
  float: left;
  margin-right: 10px;
}
.SknTplImageParagraph.LeftImage .TextItem {
  float: right;
  line-height: 1.8;
}
.SknTplImageParagraph.LeftImage .TextItem .DefaultText {
  margin-bottom: 1em;
}
.SknTplImageParagraph.RightImage .ImageItem {
  float: right;
  margin-left: 10px;
}
.SknTplImageParagraph.RightImage .TextItem {
  float: left;
  line-height: 1.8;
}
.SknTplImageParagraph.RightImage .TextItem .DefaultText {
  margin-bottom: 1em;
}