@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', "Meiryo", "Arial", "Century Gothic", sans-serif;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
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;
}
/* ボックスサイズの算出方法を指定 */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* スクロール固定背景のがたつき防止 ie用 */
/*
html{
 overflow: hidden;
 height: 100%;
}
body{
 overflow: auto;
 height: 100%;
}
*/
/* 画像のレンダリングをバイキュービックで */
img {
  -ms-interpolation-mode: bicubic;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*    Option Style                                  */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
.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 {
  width: 100%;
}
.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;
}
.SknTplImageParagraph.RightImage .TextItem .DefaultText a {
  margin-left: 2em;
}
@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;
  border-radius: 5px;
}
.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 #2364b7;
  background: #f2f3ff;
  position: relative;
  border-radius: 5px;
}
.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: .5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: .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: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 60%;
  margin-left: 0;
}
.SknTplDecoratedTable th,
.SknTplDecoratedTable td {
  padding: 1.0em 25px;
  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 #fff;
  letter-spacing: 0.05em;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
  background: #008800;
}
.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;
  -webkit-transition: all .2s;
  transition: all .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);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    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);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    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;
}
/* SknTplAccessBox Template ：アクセスボックス
--------------------------------------------------- */
.SknTplAccessBox {
  /* + + + + + レスポンシブ + + + + +  */
}
.SknTplAccessBox>.AccessBox {
  margin: 1.25em 0;
  padding: 0;
}
.SknTplAccessBox>.AccessBox>.inner {
  padding: 25px 20px;
  border: 1px solid #008800;
  background: #fefefe;
  position: relative;
  border-radius: 0px;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
}
.SknTplAccessBox>.AccessBox>.inner .Heading:first-child {
  margin-top: 0;
}
.SknTplAccessBox>.AccessBox>.inner .Image img {
  border: 1px solid #ddd;
}
.SknTplAccessBox:first-child>.AccessBox {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .SknTplAccessBox>.AccessBox {
    margin: 10px -10px;
    padding: 5px;
  }
  .SknTplAccessBox>.AccessBox>.inner {
    padding: 15px 15px;
  }
}
/* + + + + + レスポンシブ + + + + +  */
@media screen and (min-width: 768px), print {
  .SknTplAccessBox .SknTplImageParagraph.RightImage .TextItem {
    width: 45%;
    margin-bottom: 15px;
  }
  .SknTplAccessBox .SknTplImageParagraph.RightImage .TextItem p {
    font-size: 110%;
  }
  .SknTplAccessBox .SknTplImageParagraph.RightImage .ImageItem {
    width: calc(55% - 20px);
    margin: 0;
  }
  .SknTplAccessBox .SknTplImageParagraph.RightImage .ImageItem iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 3/ 2;
    height: 100%;
  }
  /*事業所用*/
  .ContactIndexBlock .SknTplAccessBox .inner {
    padding: 35px;
  }
  .ContactIndexBlock .SknTplAccessBox .SknTplImageParagraph.RightImage .TextItem {
    width: 60%;
    margin-bottom: 15px;
  }
  .ContactIndexBlock .SknTplAccessBox .SknTplImageParagraph.RightImage .TextItem p {
    font-size: 110%;
  }
  .ContactIndexBlock .SknTplAccessBox .SknTplImageParagraph.RightImage .ImageItem {
    width: calc(40% - 20px);
    margin: 0;
  }
  /*事業所用 2列*/
  .ContactIndexBlock .SknTplColumnGroup .SknTplAccessBox .inner {
    padding: 35px;
  }
  .ContactIndexBlock .SknTplColumnGroup .SknTplAccessBox .inner {
    padding: 35px;
  }
  .ContactIndexBlock .SknTplColumnGroup .SknTplAccessBox .SknTplImageParagraph .TextItem {
    width: 100%;
    margin-bottom: 15px;
  }
  .ContactIndexBlock .SknTplColumnGroup .SknTplAccessBox .SknTplImageParagraph .TextItem p {
    font-size: 110%;
  }
  .ContactIndexBlock .SknTplColumnGroup .SknTplAccessBox .SknTplImageParagraph .ImageItem {
    width: 100%;
    margin: 0;
  }
  .ContactIndexBlock .SknTplColumnGroup .SknTplAccessBox .SknTplImageParagraph .ImageItem iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 3/ 2;
    height: 100%;
  }
  .SknTplAccessBox .SknTplDecoratedTable tbody>tr>th:not([width]),
  .SknTplAccessBox .SknTplDecoratedTable table th {
    width: 40%;
    padding: 10px;
    background: #008800;
    color: #fff;
    font-size: 120%;
    font-weight: 600;
    line-height: 1.3;
  }
  .SknTplAccessBox .SknTplDecoratedTable tbody>tr>td:not([width]),
  .SknTplAccessBox .SknTplDecoratedTable table td {
    width: 60%;
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .SknTplAccessBox .SknTplImageParagraph.RightImage .TextItem {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
  .SknTplAccessBox .SknTplImageParagraph.RightImage .ImageItem {
    width: 100%;
    float: none;
    margin: 0;
    margin-top: 10px;
  }
  .SknTplAccessBox .SknTplImageParagraph.RightImage .ImageItem iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 3/ 3;
    height: 100%;
  }
  .SknTplAccessBox .SknTplDecoratedTable tbody>tr {
    display: block;
    margin: 10px 0;
  }
  .SknTplAccessBox .SknTplDecoratedTable tbody>tr>th:not([width]),
  .SknTplAccessBox .SknTplDecoratedTable table th {
    width: 100%;
    padding: 10px;
    background: #008800;
    color: #fff;
    font-size: 120%;
    font-weight: 600;
  }
  .SknTplAccessBox .SknTplDecoratedTable tbody>tr>th:not([width]) br,
  .SknTplAccessBox .SknTplDecoratedTable table th br {
    display: none;
  }
  .SknTplAccessBox .SknTplDecoratedTable tbody>tr>td:not([width]),
  .SknTplAccessBox .SknTplDecoratedTable table td {
    width: 100%;
    padding: 10px;
  }
  /*事業所用*/
  .ContactIndexBlock .SknTplAccessBox .AccessBox {
    margin: 10px -5px;
  }
  .ContactIndexBlock .SknTplAccessBox .SknTplImageParagraph.RightImage .ImageItem iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 3/ 2;
    height: 100%;
  }
  /*事業所用 2列*/
  .ContactIndexBlock .SknTplColumnGroup .SknTplAccessBox .AccessBox {
    margin: 0;
    padding: 0;
  }
  .ContactIndexBlock .SknTplColumnGroup .SknTplAccessBox .SknTplImageParagraph .TextItem {
    width: 100%;
    margin-bottom: 15px;
  }
  .ContactIndexBlock .SknTplColumnGroup .SknTplAccessBox .SknTplImageParagraph .TextItem p {
    font-size: 110%;
  }
  .ContactIndexBlock .SknTplColumnGroup .SknTplAccessBox .SknTplImageParagraph .ImageItem {
    width: 100%;
    margin: 0;
  }
  .ContactIndexBlock .SknTplColumnGroup .SknTplAccessBox .SknTplImageParagraph .ImageItem iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 3/ 2;
    height: 100%;
  }
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*    サイト共通 細かい要素の装飾定義               */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* レスポンシブ 表示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 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;
}
/* + + + + + レスポンシブ + + + + +  */
/* 見出し common
--------------------------------------------------- */
.Heading {
  line-height: 1.75;
  margin: 1.5em 0;
  position: relative;
  font-weight: bold;
}
.Heading .Icon {
  display: inline-block;
  -webkit-transform: scale(1.75);
  transform: scale(1.75);
  margin-right: 0.5em;
}
.RedComentItem .HeaderStrongItem,
.Caption .HeaderStrongItem,
.Heading .HeaderStrongItem {
  border: 1px solid red;
  color: red;
  border-radius: 5px;
  padding: 6px;
  line-height: 1.1;
  font-size: 70%;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}
.Heading .HeaderStrongItem em {
  display: block;
}
@media screen and (max-width: 767px) {
  .Heading .HeaderStrongItem {
    display: inline-block !important;
  }
  .Heading .HeaderStrongItem em {
    display: inline-block !important;
  }
}
/* 見出しバリエーション
--------------------------------------------------- */
/* Type1 :::::::::::::::::::::::::  */
.Heading.Type1 {
  position: relative;
  line-height: 1.4;
  padding: 0.25em 1em;
  display: inline-block;
  color: #555;
  font-size: 3rem;
  font-weight: 500;
}
.Heading.Type1::before,
.Heading.Type1::after {
  content: '';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}
.Heading.Type1::before {
  border-left: solid 1px #008800;
  border-top: solid 1px #008800;
  top: 0;
  left: 0;
}
.Heading.Type1::after {
  border-right: solid 1px #008800;
  border-bottom: solid 1px #008800;
  bottom: 0;
  right: 0;
}
/* + + + + + レスポンシブ + + + + +  */
@media screen and (min-width: 768px), print {
  .Heading.Type1 {
    font-size: 3rem;
    padding: 0.4em 1em;
  }
}
@media screen and (max-width: 767px) {
  .Heading.Type1 {
    font-size: 2.1rem;
    padding: 0.4em 1em;
  }
}
/* Type2 :::::::::::::::::::::::::  */
.Heading.Type2 {
  font-size: 180%;
  position: relative;
  padding: 0.375em 0px;
  margin: 2.0em 0 0.5em;
  text-align: left;
}
.PageContents .DefaultBlock .BlockHeader .Heading.Type2 {
  font-size: 2em;
}
.PageContents .DefaultBlock .BlockHeader .Heading.Type20 {
  margin: 0;
  display: inline-block;
  min-width: 300px;
  padding: 10px 20px 10px 20px;
  border-left: 4px solid #008800;
  border-radius: 00px 0px 100px 00px;
  border-bottom: 1px solid #bdbdbd;
}
.Heading.Type2:first-child {
  margin: 0.5em 0 0.5em;
}
.Heading.Type2 .Sub {
  font-size: 1.2em;
}
.Heading.Type2:before {
  content: "";
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  background: #333;
  width: 100%;
  left: 0;
  bottom: 0px;
}
.Heading.Type2:after {
  content: "";
  width: 1em;
  display: block;
  position: absolute;
  background: #008800;
  -webkit-transition: all .2s;
  transition: all .2s;
  left: 0;
  height: 2px;
  width: 90px;
  bottom: 0;
}
.Heading.Type2 .Main {
  font-size: 140%;
  color: #4e3c33;
  padding: 10px;
  line-height: 80px;
}
.Heading.Type2 .Sub {
  width: 90px;
}
.Heading.Type2 .Sub img {
  width: 100px;
  overflow: hidden;
  margin: -5px;
}
/* + + + + + レスポンシブ + + + + +  */
@media screen and (max-width: 767px) {
  .Heading.Type2 {
    margin-left: 0px;
    margin-right: 0px;
    font-size: 1.4em;
  }
  .Heading.Type2:before {
    position: absolute;
    background-size: 200px auto;
  }
  .Heading.Type2 span {
    display: block;
    font-size: 90%;
  }
  .PageContents .DefaultBlock .BlockHeader .Heading.Type2 {
    font-size: 1.7em;
    line-height: 1.2;
  }
}
/* Type3 :::::::::::::::::::::::::  */
.Heading.Type3 {
  font-size: 160%;
  position: relative;
  padding: 0.375em 0px;
  margin: 1.0em 0 0.4em;
  color: #008800;
}
.Heading.Type3.BlackColor {
  color: #222;
}
.PageContents .DefaultBlock .BlockHeader .Heading.Type3 {
  /*font-size:2em;*/
}
.Heading.Type3:first-child {
  margin: 0.5em 0 0.5em;
}
.Heading.Type3 .Sub {
  font-size: 1.2em;
}
.Heading.Type3:before {
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  background: #555;
  width: 100%;
  left: 0;
  bottom: 0px;
}
.Heading.Type3:after {
  content: "";
  width: 0.25em;
  display: block;
  position: absolute;
  background: #008800;
  -webkit-transition: all .2s;
  transition: all .2s;
  left: 0;
  height: 3px;
  width: 90px;
  bottom: 0;
}
.Heading.Type3 .Main {
  font-size: 140%;
  color: #4e3c33;
  padding: 10px;
  line-height: 80px;
}
.Heading.Type3 .small {
  font-size: 70%;
}
.Heading.Type3 .Sub {
  width: 90px;
}
.Heading.Type3 .Sub img {
  width: 100px;
  overflow: hidden;
  margin: -5px;
}
/* + + + + + レスポンシブ + + + + +  */
@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%;
  }
  .PageContents .DefaultBlock .BlockHeader .Heading.Type3 {
    font-size: 1.9em;
    line-height: 1.2;
  }
}
/* Type4 :::::::::::::::::::::::::  */
.Heading.Type4 {
  position: relative;
  padding: .25em 25px;
  color: #fff;
  background: #929292;
  width: auto;
  white-space: normal;
  text-align: left;
  border-radius: 10px;
}
/* + + + + + レスポンシブ + + + + +  */
@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 1.5em;
  display: inline-block;
  line-height: 1.5;
  top: 0;
  letter-spacing: 0.05em;
  font-size: 2.5rem;
  font-weight: normal;
  color: #008800;
  font-weight: 600;
}
.Heading.Type5::before,
.Heading.Type5::after {
  position: absolute;
  top: 0;
  content: '';
  width: 20px;
  height: 100%;
  display: inline-block;
}
.Heading.Type5::before {
  border-left: solid 1px #008800;
  border-top: solid 1px #008800;
  border-bottom: solid 1px #008800;
  left: 0;
}
.Heading.Type5::after {
  content: '';
  border-top: solid 1px #008800;
  border-right: solid 1px #008800;
  border-bottom: solid 1px #008800;
  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;
    font-weight: 600;
  }
  .Heading.Type5::before,
  .Heading.Type5::after {
    position: absolute;
    top: 0;
    content: '';
    width: 20px;
    height: 100%;
    display: inline-block;
  }
}
/* Type6 :::::::::::::::::::::::::  */
.Heading.Type6 {
  margin: 1em 0 0.9em;
  position: relative;
  font-size: 1.2em;
  line-height: 1.5;
  color: #008800;
  font-weight: 500;
  display: inline-block;
}
.Heading.Type6:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -11px;
  width: 100%;
  height: 2px;
  color: #555;
  background: -webkit-repeating-linear-gradient(60deg, #008800, #008800 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(60deg, #008800, #008800 2px, #fff 2px, #fff 4px);
  border-radius: 10px;
}
/* + + + + + レスポンシブ + + + + +  */
.Heading.Type6 span {
  font-size: 0.8em;
  line-height: 1.5;
  display: inline-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 {
  background: #008800;
  /*背景色*/
  padding: 0.5em;
  /*文字周りの余白*/
  color: #fff;
  border-radius: 10px;
  /*角の丸み*/
  text-align: center;
}
.SknTplColumnGroup .inner .Heading.Type8 {
  margin: 5px 0;
  font-size: 1.5em;
  padding: 5px;
}
/* + + + + + レスポンシブ + + + + +  */
@media screen and (min-width: 768px), print {
  .Heading.Type8 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .Heading.Type8 {
    font-size: 2.5rem;
  }
}
.SubHeading.Type1 {
  font-size: 140%;
  margin: -5px 0 5px;
  font-weight: 600;
}
.SubHeading.Type3 {
  font-size: 110%;
  margin: 15px 0;
  font-weight: 600;
}
.TitleChatch {
  font-size: 200%;
  font-family: serif;
  color: #008800;
  text-align: center;
  margin: 15px auto;
}
.SubCommentCenter {
  font-size: 100%;
  color: #222;
  text-align: center;
}
/* + + + + + レスポンシブ + + + + +  */
@media screen and (max-width: 767px) {
  .SubHeading.Type1 {
    font-size: 110%;
  }
  .TitleChatch {
    font-size: 160%;
  }
}
/* DefaultText 
--------------------------------------------------- */
.AlignLeft {
  text-align: left;
}
.AlignRight {
  text-align: right;
}
.AlignCenter {
  text-align: center;
}
.Large {
  font-size: 120%;
}
.VLarge {
  font-size: 160%;
}
.Small {
  font-size: 83.3%;
}
.VSmall {
  font-size: 62.5%;
}
/* NameText
--------------------------------------------------- */
.NameText {
  font-weight: 600 !important;
  font-size: 2.5rem;
}
/* blockquote
--------------------------------------------------- */
blockquote {
  position: relative;
  padding: 35px 15px 10px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-style: italic;
  background: #f5f5f5;
  color: #777777;
  border-left: 4px solid #008800;
  /*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: #008800;
  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;
  position: relative;
}
ol.Type2>li:first-child {
  margin-top: 0;
}
/*ProcessList */
.ProcessList li .unicNum {
  display: inline-block;
  border: 1px solid #6e8ff4;
  line-height: 35px;
  width: 35px;
  height: 35px;
  border-radius: 18px;
  vertical-align: middle;
  text-align: center;
  color: #6e8ff4;
  font-weight: 500;
  padding-bottom: 0;
  margin-bottom: 3px;
  margin-right: 5px;
}
.ProcessList li .Heading.Type6 {
  margin-top: 10px;
}
.ProcessList li .Sub {
  margin-left: 20px;
}
/* ポイントリスト  */
.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;
  -webkit-transform: rotate(135deg) translate3d(0, 0, 0);
  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: 2.0rem;
  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;
  -webkit-transform: scale(2);
  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";
    -webkit-transform: scale(3);
    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;
}
.NewsList li {
  -webkit-transition: all .4s;
  transition: all .4s;
}
.NewsList li>.inner {
  padding: 0 5px;
}
.NewsList li .TextItem {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  /*align-items: flex-start;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.NewsList li .TextItem,
.NewsList li .TextItem * {
  line-height: 1.3em;
}
.NewsList li .TextItem .Meta {
  margin: 0px 0;
  display: inline-block;
  vertical-align: middle;
}
.NewsList li .TextItem .Meta .Date {
  margin-right: 1em;
  color: #333;
  display: inline-block;
  vertical-align: middle;
}
.NewsList li .TextItem .Meta .Category {
  margin-right: 1em;
  color: #fff;
  background: #ccc;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  border-radius: 5px;
  font-size: 85%;
  padding: 5px 0;
}
.NewsList li .TextItem .Title {
  margin: 0px 0;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}
.NewsList li .TextItem .Title :hover {
  color: #008800;
}
/* [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:hover {
  content: "";
  background: #f9f9f9;
  -webkit-transition: all .4s;
  transition: all .4s;
}
/* + + + + + レスポンシブ + + + + +  */
@media screen and (min-width: 768px), print {
  .NewsList li .TextItem .Meta {
    min-width: 13.5em;
    padding: 0.8em 0;
  }
  .NewsList li .TextItem .Title {
    display: inline-block;
    width: calc(100% - 270px);
    vertical-align: middle;
  }
  .NewsList li .TextItem .Title a {
    padding: 0.8em 0;
    display: inline-block;
    padding: 0.8em 0;
  }
  .BlogBlock .BlockHeader {
    margin: 0 10px;
    position: relative;
  }
  .BlogBlock .BlockHeader .Meta {
    position: absolute;
    right: 10px;
    top: 20px;
    display: inline-block;
    z-index: 1;
  }
  .BlogBlock .BlockContents {
    margin: 20px 20px;
  }
  .BlogBlock .BlockFooter {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .NewsList li .inner {
    padding: 0;
    border-bottom: 0px solid #ccc;
    height: 100%;
  }
  .NewsList li .inner a {
    height: 100%;
  }
  .NewsList li .TextItem {
    font-size: 93.25%;
    display: block;
    padding: 10px 5px !important;
  }
  .NewsList li .TextItem .Meta {
    margin-bottom: 0.5em;
    display: block;
  }
  .NewsList li .TextItem .Title {
    display: block;
    width: calc(100% - 60px);
  }
  .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;
  }
  .BlogBlock .BlockFooter {
    margin-top: 10px;
  }
}
/* 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 {
  -webkit-box-shadow: none;
  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: "Archivo Narrow", "Meiryo", "Arial", "Century Gothic", sans-serif;
}
.FontSansSerif {
  font-family: "Archivo Narrow", sans-serif;
  /*font-optical-sizing: auto;*/
  font-weight: 400;
  font-style: normal;
}
.NoTranslate .FontSansSerif {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "游ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-feature-settings: "palt";
  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;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 300;
}
.Translate .FontSerif {
  font-family: "Archivo Narrow", serif;
  /*font-optical-sizing: auto;*/
  font-weight: 300;
  font-style: normal;
}
/* 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;*/
}
/* 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 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  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.10em;
}
.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: 80%;
  left: 0%;
  width: 100%;
  z-index: 50;
  -webkit-transition: all .2s;
  transition: all .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;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .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 {
  -webkit-transition: all .2s;
  transition: all .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: #008800;
  -webkit-box-shadow: 0 0 10px #fff, 0 0 10px #fff;
  box-shadow: 0 0 10px #fff, 0 0 10px #fff;
  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;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.Button:hover {
  text-decoration: none;
  /*filter: brightness(.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: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to bottom, white, 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: #fcdca0;
  -webkit-filter: brightness(1);
  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: #4169e1;
  border: 1px solid #4169e1;
}
/* グリーン */
.DefaultButton.Green {
  color: #fff;
  background: #008800;
  border: 1px solid #008800;
}
/* 黄緑 */
.DefaultButton.YGreen {
  color: #fff;
  background: #b5e61d;
  border: 1px solid #b5e61d;
}
/* グレー */
.DefaultButton.Gray {
  background: #444;
  border: 1px solid #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: 50px;
  padding: 0.75em 1.5em;
  line-height: 1.25;
  min-width: 12em;
  -webkit-transition: 0.2s ease-in-out;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.FormButton input:hover {
  text-decoration: none;
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
}
.FormButton.CheckButton input,
.FormButton.SendButton input {
  background: #008800;
}
/* アイコン位置 */
.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;
}
.MenuList li a {
  display: inline-block;
  position: relative;
}
/* 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) {
  .SiteFooterArea .BannerList li {
    width: 46%;
    margin: 0 0 2% 2%;
    display: inline-block;
  }
  .SiteFooterArea .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;
  -webkit-transition: height .2s;
  transition: height .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;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.menu-trigger span {
  -webkit-transition: all .4s;
  transition: all .4s;
}
.menu-trigger .Icon,
.menu-trigger .Label {
  display: block;
}
.menu-trigger .Label {
  text-align: center;
  color: #222;
  margin-top: -5px;
}
.menu-trigger .Icon {
  position: relative;
  width: 3.0em;
  height: 3.5em;
}
.menu-trigger .Icon span.Shape {
  display: inline-block;
  position: absolute;
  left: 0%;
  width: 100%;
  height: 2px;
  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) {
  -webkit-transform: rotate(-315deg);
  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) {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  top: 50%;
}
/* BreadCrumb（パンくず）
--------------------------------------------------- */
.BreadCrumb {
  padding: 0.0em 0;
  font-size: 1.4rem;
  background: none;
}
.BreadCrumb p {
  text-align: left;
  margin: 0 0 0 auto;
  width: 100%;
}
.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;
}
/* + + + + + レスポンシブ + + + + +  */
@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 #008800;
  color: #008800;
  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: #008800;
  text-decoration: none;
}
.pagination .current {
  color: #fff;
  background: #008800;
}
.pagination .prev a,
.pagination .prev.disabled,
.pagination .next a,
.pagination .next.disabled {
  width: 4em;
}
.pagination .disabled {
  opacity: 0.25;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   effect                                         */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ブラー効果
--------------------------------------------------- */
/* brightness */
.Blur {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
/* 各種hover効果
--------------------------------------------------- */
/* hoverエフェクトにトランジションを定義 */
.Button,
.Icon,
[class^="hvr-"],
[class*=" hvr-"] {
  -webkit-transition: all .2s;
  transition: all .2s;
}
/* default */
/* push */
.hvr-push {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0.25em 0.25em 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0.25em 0.25em 0 rgba(0, 0, 0, 0.05);
  position: relative;
  top: -0.25em;
  left: -0.25em;
}
.hvr-push:hover {
  -webkit-box-shadow: 0em 0em 0 rgba(0, 0, 0, 0.05);
  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;
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}
/* zoom を 子要素.Image内のimgに適用する */
.hvr-childimg-zoom .Image {
  overflow: hidden;
  display: inline-block;
}
.hvr-childimg-zoom .Image img {
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.hvr-childimg-zoom:hover .Image img {
  -webkit-transform: scale(1.125);
  transform: scale(1.125);
  opacity: 1;
}
/* 点滅 */
.richblink {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: richblink;
  animation-name: richblink;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   link                                           */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* anchor
--------------------------------------------------- */
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: underline;
}
/* リンク設置 画像
--------------------------------------------------- */
a img {
  -webkit-transition: all .1s;
  transition: all .1s;
}
a:hover img,
a:focus img {
  -webkit-filter: brightness(1.1);
  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%;
  -webkit-transition: all .1s;
  transition: all .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: #008800;*/
  background: #5481e2;
  color: #fff;
  position: absolute;
  text-align: center;
  vertical-align: middle;
  z-index: 100;
  display: inline-block;
  bottom: -0.875em;
  right: -5px;
  bottom: 1px;
  right: 1px;
  opacity: 1;
  -webkit-transition: all .1s;
  transition: all .1s;
}
a.ImageLink:hover::after,
a.ImageLink:focus::after {
  opacity: 1;
  right: -1em;
  right: 1px;
  background: #222;
}
/* + + + + + レスポンシブ + + + + +  */
@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  #008800;*/
  /*border: 1px solid  #5481e2;*/
  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;
  -webkit-transition: all .1s;
  transition: all .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: #008800;
}
/* 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: .25em 0;
}
.DefaultTable th,
.DefaultTable td {
  padding: 1.0em 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 #008800;
  letter-spacing: 0.05em;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
  background: #008800;
}
/* 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* - - column common - -  */
.ColumnGroup>.Column {
  width: 100%;
  margin: 0 auto 0.5em;
  /*margin: 0 auto;*/
  /*max-width: 380px;*/
  display: inline-block;
  vertical-align: top;
}
.ColumnGroup>*>.inner {
  padding: 10px;
}
.ColumnGroup.FixedNumber {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
/* 要素数をクラス名に持たせて自動配置 ※ulにクラス名をつけて使用  */
/* ColumnGroup（数字）elements が横並び数                         */
/* FixedNumber をつけた場合は数を固定。それ以外は幅に応じて変化   */
/* - - two columns - - */
.ColumnGroup2elements>.Column {
  width: calc(100% / 2);
}
/* - - three columns - - */
.ColumnGroup3elements>.Column {
  width: calc(100% / 3);
}
/* - - four columns - - */
.ColumnGroup4elements>.Column {
  width: calc(100% / 4);
}
/* - - five columns - - */
.ColumnGroup5elements>.Column {
  width: calc(100% / 5);
}
/* - - six columns - - */
.ColumnGroup6elements>.Column {
  width: calc(100% / 6);
}
/* + + + + + レスポンシブ + + + + +  */
@media screen and (min-width: 768px), print {
  .SknTplThumbnailList .ColumnGroup.FlexWrapItem {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 5px;
  }
  .SknTplThumbnailList .ColumnGroup.FlexWrapItem>.Column {
    margin: 0;
  }
  /*コラム幅の比率変更*/
  .ColumnGroup2elements>.Column.Width60Column {
    width: 60%;
  }
  .ColumnGroup2elements>.Column.Width40Column {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .SknTplThumbnailList .ColumnGroup {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .ColumnGroup2elements>.Column {
    width: 100%;
  }
  /* - - three columns - - */
  .ColumnGroup3elements {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ColumnGroup3elements>.Column {
    width: calc(100% / 2);
  }
  /* - - four columns - - */
  .ColumnGroup4elements {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ColumnGroup4elements>.Column {
    width: calc(100% / 2);
  }
  /* - - five columns - - */
  .ColumnGroup5elements {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ColumnGroup5elements>.Column {
    width: calc(100% / 2);
  }
  /* - - six columns - - */
  .ColumnGroup6elements {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ColumnGroup6elements>.Column {
    width: calc(100% / 2);
  }
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   FlexParent (flex段組み)                        */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
.FlexParent {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.FlexParent.AllowWrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* PCは横並び、SPは縦並び　を自動で */
/* + + + + + レスポンシブ + + + + +  */
@media screen and (min-width: 768px), print {
  .FlexParent.AutoDirection {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .FlexParent.AutoDirection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
    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;
  }
}
/*SideFloatButton*/
.SideFloatButton {
  position: fixed;
  right: 0;
  top: 120px;
}
.SideFloatButton {
  display: none;
}
.HeaderDivision.FixMenu .SideFloatButton {
  display: inline-block;
  opacity: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.HeaderDivision.FixMenu.FixMenu2 .SideFloatButton {
  display: inline-block;
  opacity: 1;
  -webkit-transition: all .4s;
  transition: all .4s;
}
/* + + + + + レスポンシブ + + + + +  */
@media screen and (max-width: 767px) {
  .SideFloatButton {
    width: 30px;
  }
  .Contact .SideFloatButton {
    display: none !important;
  }
}
.SknTplThumbnailList .ImageItem .Image {
  margin: 0;
}
.SknTplThumbnailList .ColumnGroup>.Column {
  margin-bottom: 0;
  padding: 0;
}
.ColumnGroup.FixedNumber {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
}
/* + + + + + レスポンシブ + + + + +  */
@media screen and (max-width: 767px) {
  .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;
}
/* + + + + + レスポンシブ + + + + +  */
@media screen and (max-width: 767px) {
  .SknTplImageParagraph.RightImage .ImageItem {
    float: none;
    margin: 0;
  }
}
.SknTplTextList ul.TextList.InlineList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.SknTplTextList ul.TextList.InlineList>li {
  width: 25%;
  border: none;
}
.SknTplTextList ul.TextList.InlineList>li:first-child {
  border: none;
}
@media screen and (max-width: 767px) {
  .SknTplTextList ul.TextList.InlineList {
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .SknTplTextList ul.TextList.InlineList>li {
    width: 100%;
  }
}
.SknTplDecoratedTable tbody th {
  color: #555;
  background: #e4faef;
}
