@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&family=Noto+Sans+JP&family=Noto+Serif+JP:wght@400;700&display=swap");
@media screen and (max-width: 599px) {
  .pc { /* 599px以下のとき */
    display: none;
  }
}

@media screen and (min-width: 600px) {
  .sp { /* 600px以上のとき */
    display: none;
  }
}

@media screen and (max-width: 599px) {
  img { /* 599px以下のとき */
    max-width: 100%;
    height: auto;
    width: auto;
  }
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0; /* 上マージンを削除すると、マージンを含む div からマージンがはみ出す場合があるという問題を回避できます。残った下マージンにより、後続のエレメントからは離されます。 */
}

a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
  border: none;
}

/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
  color: #42413C;
  text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}

a:visited {
  color: #6E6C64;
  text-decoration: underline;
}

a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
  text-decoration: none;
}

p {
  margin: 10px 0 0 0;
}

.red {
  color: red;
}

.orange {
  color: #F60;
}

.blue {
  color: #36C;
}

.blue2 {
  color: dodgerblue;
}

.violet {
  color: purple;
}

.green {
  color: green;
}

.brown {
  color: brown;
}

.grey {
  color: gray;
}

.sitecolor {
  color: #016EB1;
}

.small50 {
  font-size: 0.5em;
}

.small85 {
  font-size: 0.85em;
}

.small90 {
  font-size: 0.9em;
}

.large11 {
  font-size: 1.1em;
}

.large12 {
  font-size: 1.2em;
}

.large14 {
  font-size: 1.4em;
}

.large18 {
  font-size: 1.8em;
}

.large25 {
  font-size: 2.5em;
}

.strong {
  font-weight: bold;
}

.tolist, .tolist03, .tolist02 {
  text-align: right;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .tolist, .tolist03, .tolist02 { /* 599px以下のとき */
    width: 340px;
  }
}
@media screen and (min-width: 600px) {
  .tolist, .tolist03, .tolist02 { /* 600px以上のとき */
    width: 1000px;
  }
}

.tolist02 {
  width: 100%;
  margin-bottom: 10px;
}

.tolist03 {
  width: 95%;
}

.pdfarea {
  width: 90%;
  padding: 15px 10px;
  font-size: 0.9em;
  text-align: left;
  border: 1px #ccc solid;
  margin: 0 auto;
  margin-top: 20px;
}

.link01:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f08e"; /*アイコンのユニコード*/
  font: var(--fa-font-regular);
  position: relative; /*絶対位置*/
  font-size: 1.2em; /*サイズ*/
  color: #016EB1; /*アイコン色*/
  margin: -5px 0 0 5px;
}

.link02:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f061"; /*アイコンのユニコード*/
  font: var(--fa-font-regular);
  position: relative; /*絶対位置*/
  font-size: 1.2em; /*サイズ*/
  color: #016EB1; /*アイコン色*/
  margin: -5px 0 0 5px;
}

.pdf:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f1c1"; /*アイコンのユニコード*/
  font: var(--fa-font-regular);
  position: relative; /*絶対位置*/
  font-size: 1.5em; /*サイズ*/
  color: #016EB1; /*アイコン色*/
  margin: -5px 0 0 5px;
}

/* ~~ その他の float/clear クラス ~~ */
.fltrt { /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
  float: right;
  margin-left: 8px;
}

.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
  float: left;
  margin-right: 8px;
}

.clearfloat { /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}

.kana {
  ime-mode: active;
}

.rome {
  ime-mode: disabled;
}

.lh20 {
  line-height: 2em;
}

.lh25 {
  line-height: 2.5em;
}

.imgarea, .fimgarea {
  width: 100%;
  min-height: 50px;
  text-align: center;
  font-size: 1em;
  position: relative;
  display: block;
}
.imgarea a:link, .fimgarea a:link {
  text-decoration: none; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
.imgarea a:visited, .fimgarea a:visited {
  text-decoration: none;
}

.imgarea02 {
  width: 49%;
  text-align: center;
  font-size: 1em;
  float: left;
}
.imgarea02 img {
  padding: 20px;
}

.imgarea03 {
  width: 33%;
  text-align: center;
  font-size: 0.9em;
  float: left;
  margin-top: 20px;
}

.imgarea04 {
  text-align: center;
  display: inline-block;
}
@media screen and (min-width: 600px) {
  .imgarea04 { /* sp */
    width: 420px;
  }
}
@media screen and (max-width: 599px) {
  .imgarea04 { /* mobile */
    width: 320px;
  }
}

.imgarea img, .fimgarea img, .imgarea02 img, .imgarea03 img {
  padding: 0;
}

.fimgarea {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 50px;
}
.fimgarea img {
  margin: 5px;
  padding: 0;
}

/* square */
.square:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0c8";
  font-weight: 900;
  margin: -5px 8px 0 5px;
  color: #016EB1;
}

.shadow01 {
  box-shadow: 0 10px 8px -6px #8d8c8c;
}

.shadow02 {
  display: inline-block;
  position: relative;
  padding: 6px;
  box-shadow: 0 2px 6px #999;
  background-color: #fff;
  margin-bottom: 20px;
}
.shadow02 img {
  padding: 0;
}

.zoom, .zoom08 {
  transform: scale(1);
  transition: 0.3s ease-in-out;
}

.zoom:hover {
  transform: scale(1.1);
}

.zoom08:hover {
  transform: scale(1.05);
}

.gray {
  filter: grayscale(0);
  transition: 0.3s ease-in-out;
}

.gray:hover {
  filter: grayscale(100%);
}

.opacity {
  opacity: 1;
  transition: 0.3s ease-in-out;
}

.opacity:hover {
  opacity: 0.5;
}

.e-flash:hover {
  opacity: 1;
  animation: flash 1.5s;
}
@keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
  text-decoration: none;
}

a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
  text-decoration: none;
}

a:hover { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
  text-decoration: underline;
}

@media screen and (max-width: 599px) {
  html { /* 599px以下のとき */
    position: relative;
    overflow-x: hidden;
  }
}

@media screen and (min-width: 600px) {
  /* pc */
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.sitecolor {
  color: #016EB1;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS P Gothic", serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  margin: 0;
  padding: 0;
  color: #000;
  width: 100%;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 600px) {
  body {
    min-width: 360px;
  }
}
@media screen and (min-width: 599px) {
  body {
    min-width: 1200px;
  }
}
@media screen and (max-width: 599px) {
  body { /* 600px以上のとき */
    position: relative;
    left: 0;
    overflow-x: hidden;
  }
}

.regular {
  font-weight: 400;
}

.bold {
  font-weight: 700;
}

.cardo-regular {
  font-family: "Cardo", serif;
  font-weight: 400;
  font-style: normal;
}

.cardo-bold {
  font-family: "Cardo", serif;
  font-weight: 700;
  font-style: normal;
}

.cardo-regular-italic {
  font-family: "Cardo", serif;
  font-weight: 400;
  font-style: italic;
}

/* ドロワーメニュー */
/* ドロワーメニュー */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* menu */
.p-sp-nav-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 5;
  transition: all 0.3s;
}

/* .bg-activeが付与された時 */
.p-sp-nav-bg.bg-active {
  display: block;
  transition: all 0.3s;
}

/* ナビゲーション全体を囲うタグ */
#sp-g-nav {
  position: fixed;
  z-index: 46;
  color: #fff;
  background: #016EB1;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  width: 100%;
  width: 300px;
  top: -120%;
  right: 0;
  transition: all 0.3s;
}

/*アクティブクラスがついたら表示位置変更*/
#sp-g-nav.panel-active {
  width: 100%;
  width: 300px;
  height: 100vh;
  top: 0;
  right: 0;
  transition: all 0.3s;
}

/* ナビゲーション本体 */
.p-sp-nav_ul {
  width: 100%;
  color: #666;
  margin-top: 80px;
  list-style: none;
}

.p-sp-nav_li {
  border-bottom: 1px #fff solid;
  padding: 7px;
  font-size: 0.85em;
  text-align: left;
}
.p-sp-nav_li.bottom {
  margin-bottom: 100px;
}
.p-sp-nav_li a:link {
  color: #fff;
  text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
.p-sp-nav_li a:visited {
  color: #fff;
  text-decoration: underline;
}

.p-sp-nav_a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  color: #666;
}

ul.nav-sub {
  margin: 5px 0 0 20px;
  list-style-type: disc;
  list-style-position: inside;
  color: #fff;
}
ul.nav-sub li {
  margin: 0 0 0.2em 0;
}

.move-1.on.btn {
  position: fixed;
  right: 25px;
  top: 10px;
}

.btn {
  position: absolute;
  z-index: 90;
}
@media screen and (min-width: 600px) {
  .btn { /* PC */
    position: absolute;
    top: 15px;
    right: 40px;
    width: 45px;
    height: 35px;
  }
}
@media screen and (max-width: 599px) {
  .btn { /* mobile */
    position: absolute;
    top: 12px;
    right: 8px;
    width: 35px;
    height: 35px;
  }
}
.btn:before, .btn:after, .btn span {
  display: #000;
  width: 80%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.35s ease-in-out;
}
.btn span {
  top: calc(50% - 1.5px);
}
@media screen and (min-width: 600px) {
  .btn span { /* 600px以上のとき */
    height: 3px;
    background-color: #000;
  }
}
@media screen and (max-width: 599px) {
  .btn span { /* 600px以上のとき */
    height: 3px;
    background-color: #707a68;
  }
}
.btn:before {
  content: "";
}
@media screen and (min-width: 600px) {
  .btn:before { /* 600px以上のとき */
    top: calc(25% - 5px);
    border-top: 3px solid #000;
  }
}
@media screen and (max-width: 599px) {
  .btn:before { /* 600px以上のとき */
    top: calc(25% - 3px);
    border-top: 3px solid #707a68;
  }
}
.btn:after {
  content: "";
}
@media screen and (min-width: 600px) {
  .btn:after { /* 600px以上のとき */
    bottom: calc(25% - 5px);
    border-top: 3px solid #000;
  }
}
@media screen and (max-width: 599px) {
  .btn:after { /* 600px以上のとき */
    bottom: calc(25% - 3px);
    border-top: 3px solid #707a68;
  }
}

.btn.on span {
  display: none;
}
.btn.on:before {
  top: calc(50% - 1.8px);
  transform: rotate(315deg);
  border-top: 3px solid #fff;
}
.btn.on:after {
  bottom: calc(50% - 1.5px);
  transform: rotate(-315deg);
  border-top: 3px solid #fff;
}

/* ヘッダー */
/* header */
#headwrap {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  text-align: center;
}
@media screen and (min-width: 600px) {
  #headwrap { /* pc */
    height: 96px;
  }
}
@media screen and (max-width: 599px) {
  #headwrap { /* mobile */
    height: 55px;
  }
}
#headwrap .naviwrap {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 30;
}
#headwrap .naviwrap .headarea {
  position: relative;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 600px) {
  #headwrap .naviwrap .headarea {
    width: 360px;
  }
}
@media screen and (min-width: 599px) {
  #headwrap .naviwrap .headarea {
    width: 1200px;
  }
}
@media screen and (min-width: 600px) {
  #headwrap .naviwrap .headarea { /* pc */
    height: 96px;
  }
}
@media screen and (max-width: 599px) {
  #headwrap .naviwrap .headarea { /* mobile */
    min-height: 55px;
  }
}
#headwrap .naviwrap .headarea img.h-logo {
  position: absolute;
}
@media screen and (min-width: 600px) {
  #headwrap .naviwrap .headarea img.h-logo { /* pc */
    top: 10px;
    left: 16px;
  }
}
@media screen and (max-width: 599px) {
  #headwrap .naviwrap .headarea img.h-logo { /* mobile */
    top: 15px;
    left: 2px;
    width: 270px;
  }
}
@media screen and (min-width: 600px) {
  #headwrap .naviwrap .headarea .h-menu-tx { /* pc */
    position: absolute;
    bottom: 20px;
    right: 40px;
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  #headwrap .naviwrap .headarea .h-menu-tx { /* mobile */
    display: none;
  }
}
#headwrap .naviwrap .headarea .h-mail {
  position: absolute;
}
@media screen and (min-width: 600px) {
  #headwrap .naviwrap .headarea .h-mail { /* pc */
    top: 15px;
    right: 125px;
    font-size: 40px;
  }
}
@media screen and (max-width: 599px) {
  #headwrap .naviwrap .headarea .h-mail { /* mobile */
    top: 15px;
    right: 50px;
    font-size: 28px;
  }
}
@media screen and (min-width: 600px) {
  #headwrap .naviwrap .headarea .h-mail-tx { /* pc */
    position: absolute;
    bottom: 20px;
    right: 110px;
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  #headwrap .naviwrap .headarea .h-mail-tx { /* mobile */
    display: none;
  }
}

/* main area */
main {
  min-height: 300px;
  margin-top: -96px;
  z-index: 0;
}

/* top page */
#topwrap {
  width: 100%;
  text-align: left;
  position: relative;
  bottom: 0;
}

.bg-slider, .s-bg-slider {
  width: 100%;
  min-height: 700px;
  z-index: 5;
  background-position: center center;
  background-size: cover;
  display: block;
  align-items: center;
  justify-content: center;
  position: relative;
}
.bg-slider .sub-topwrap, .s-bg-slider .sub-topwrap {
  width: 100%;
  height: 700px;
  position: relative;
  background: url("../images/slider_bk.png") bottom left repeat-x;
}
.bg-slider .top-copy, .s-bg-slider .top-copy {
  width: 1200px;
  height: 700px;
  margin: 0 auto;
  position: relative;
}
.bg-slider .top-copy img, .s-bg-slider .top-copy img {
  position: absolute;
  bottom: 20px;
  left: 0;
}
.bg-slider .top-copy .tcopy01, .s-bg-slider .top-copy .tcopy01 {
  color: #fff;
  font-size: 32px;
  position: absolute;
  bottom: 80px;
  left: -20px;
}
.bg-slider .top-copy .tcopy02, .s-bg-slider .top-copy .tcopy02 {
  color: #016EB1;
  font-size: 34px;
  position: absolute;
  bottom: 20px;
  right: 50px;
}

.s-bg-slider {
  background-position: center top;
  min-height: 360px;
  background-size: cover;
  margin: 0 auto;
}
.s-bg-slider .s-sub-topwrap {
  width: 100%;
  height: 360px;
  position: relative;
  background: url("../images/slider_bk_s.png") bottom left repeat-x;
}
.s-bg-slider .s-top-copy {
  width: 360px;
  height: 360px;
  margin: 0 auto;
  position: relative;
}
.s-bg-slider .s-top-copy img {
  position: absolute;
  bottom: 10px;
  left: 0;
}
.s-bg-slider .s-top-copy .s-tcopy01 {
  color: #fff;
  font-size: 14px;
  position: absolute;
  bottom: 40px;
  left: -5px;
}
.s-bg-slider .s-top-copy .s-tcopy02 {
  color: #016EB1;
  font-size: 14px;
  position: absolute;
  bottom: 10px;
  right: 30px;
}

#marea {
  min-height: 900px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #marea {
    width: 360px;
  }
}
@media screen and (min-width: 599px) {
  #marea {
    width: 1200px;
  }
}
@media screen and (min-width: 600px) {
  #marea { /* pc */
    padding: 20px 0 0 0;
  }
}
@media screen and (max-width: 599px) {
  #marea { /* mobile */
    padding: 0;
  }
}

#subarea {
  position: relative;
  margin: 0 auto;
  padding-bottom: 50px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  #subarea { /* pc */
    width: 1065px;
    z-index: 20;
  }
}
@media screen and (max-width: 599px) {
  #subarea { /* mobile */
    width: 360px;
    margin-top: 150px;
  }
}
#subarea h1 {
  font-weight: 400;
  margin: 0 auto;
  text-align: center;
  line-height: 10px;
  color: #016EB1;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 600px) {
  #subarea h1 { /* 600px以上のとき */
    font-size: 36px;
    height: 45px;
    background: url("../images/h1_bk.png") bottom center no-repeat;
    margin-top: 70px;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  #subarea h1 { /* 600px以上のとき */
    font-size: 22px;
    background: url("../images/h1_bk_s.png") bottom center no-repeat;
    margin-top: 40px;
    margin-bottom: 20px;
    min-height: 30px;
  }
}
#subarea h1 a:link, #subarea h1 a:visited {
  color: #016EB1;
  text-decoration: none; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
#subarea h1 .sml {
  font-size: 0.6em;
  display: inline;
  color: #000;
}

.top-article {
  position: relative;
  margin: 0 auto;
  margin-top: 0;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .top-article { /* 600px以上のとき */
    width: 950px;
    height: 340px;
  }
}
@media screen and (max-width: 599px) {
  .top-article { /* 600px以上のとき */ }
}
.top-article a:link {
  text-decoration: none; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
.top-article a:visited {
  text-decoration: none;
}
.top-article .workspace {
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 600px) {
  .top-article .workspace { /* 600px以上のとき */
    width: 820px;
    height: 170px;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
@media screen and (max-width: 599px) {
  .top-article .workspace { /* 600px以上のとき */
    width: 360px;
    min-height: 100px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 600px) {
  .top-article .workspace .w-title { /* 600px以上のとき */
    position: absolute;
    left: 30px;
    bottom: 0;
  }
}
@media screen and (max-width: 599px) {
  .top-article .workspace .w-title { /* 600px以上のとき */
    position: relative;
    margin: 0 auto;
    margin-top: 10px;
    width: 250px;
  }
}
.top-article .wspace {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .top-article .wspace { /* 600px以上のとき */
    position: absolute;
    top: 0;
    right: 0;
    width: 480px;
    height: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 599px) {
  .top-article .wspace { /* 600px以上のとき */
    position: relative;
    margin: 0 auto;
    width: 360px;
    text-align: center;
  }
  .top-article .wspace div {
    width: 100%;
  }
}
.top-article .w-button {
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  background: #CCE2EF; /* BOXの背景色         */
  transition: all 0.3s ease;
}
@media screen and (min-width: 600px) {
  .top-article .w-button { /* 600px以上のとき */
    bottom: 0;
    left: 0;
    width: 300px; /* BOXの幅             */
    height: 35px; /* BOXの高さ           */
    line-height: 35px;
  }
}
@media screen and (max-width: 599px) {
  .top-article .w-button { /* 599px以下のとき */
    top: 125px;
    left: 50px;
    width: 240px; /* BOXの幅             */
    height: 28px; /* BOXの高さ           */
    line-height: 28px;
  }
}
.top-article .w-button:hover {
  background-color: #016EB1;
  text-decoration: none;
  color: #fff;
}
.top-article .w-button a:link {
  text-decoration: none; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
.top-article .w-button a:visited {
  text-decoration: none;
}

.top-profile {
  position: relative;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 40px;
  box-sizing: border-box;
  text-align: center;
  background-color: #F3EFB3;
  border-radius: 10px;
}
@media screen and (min-width: 600px) {
  .top-profile { /* 600px以上のとき */
    width: 950px;
    height: 250px;
  }
}
@media screen and (max-width: 599px) {
  .top-profile { /* 600px以上のとき */
    height: 300px;
  }
}
.top-profile a:link {
  text-decoration: none; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
.top-profile a:visited {
  text-decoration: none;
}
.top-profile .p-img01 {
  position: absolute;
}
@media screen and (min-width: 600px) {
  .top-profile .p-img01 { /* 600px以上のとき */
    top: 15px;
    right: 100px;
  }
}
@media screen and (max-width: 599px) {
  .top-profile .p-img01 { /* 600px以上のとき */
    bottom: 10px;
    right: 10px;
    width: 100px;
  }
}
.top-profile .p-img02 {
  position: absolute;
}
@media screen and (min-width: 600px) {
  .top-profile .p-img02 { /* 600px以上のとき */
    bottom: 50px;
    left: 80px;
  }
}
@media screen and (max-width: 599px) {
  .top-profile .p-img02 { /* 600px以上のとき */
    bottom: 10px;
    left: 10px;
    width: 100px;
  }
}
.top-profile .prof-button {
  position: relative;
  margin: 0 auto;
  height: 70px; /* BOXの高さ           */
  line-height: 35px;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .top-profile .prof-button { /* 600px以上のとき */
    width: 300px; /* BOXの幅             */
  }
}
@media screen and (max-width: 599px) {
  .top-profile .prof-button { /* 599px以下のとき */
    margin-top: 30px;
    width: 200px; /* BOXの幅             */
  }
}
.top-profile .prof-button .p-title {
  width: 100%;
  height: 35px;
  background-color: #016EB1;
  color: #fff;
  border-bottom: 1px #CCE2EF solid;
}
.top-profile .prof-button .p-button {
  width: 100%; /* BOXの幅             */
  height: 35px; /* BOXの高さ           */
  background: #CCE2EF; /* BOXの背景色         */
  transition: all 0.3s ease;
}
.top-profile .prof-button .p-button:hover {
  background-color: #016EB1;
  text-decoration: none;
  color: #fff;
}
.top-profile .prof-button .p-button a:link {
  text-decoration: none; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
.top-profile .prof-button .p-button a:visited {
  text-decoration: none;
}

.articlearea {
  position: relative;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media screen and (min-width: 600px) {
  .articlearea { /* 600px以上のとき */
    width: 950px;
    height: 140px;
  }
}
@media screen and (max-width: 599px) {
  .articlearea { /* 600px以上のとき */
    width: 360px;
    height: 200px;
  }
}
.articlearea a:link {
  text-decoration: none; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
.articlearea a:visited {
  text-decoration: none;
}
.articlearea .a-ttl {
  position: absolute;
}
@media screen and (min-width: 600px) {
  .articlearea .a-ttl { /* 600px以上のとき */
    top: 0;
    left: 50px;
  }
}
@media screen and (max-width: 599px) {
  .articlearea .a-ttl { /* 600px以上のとき */
    top: 10px;
    left: 0px;
    width: 250px;
  }
}
.articlearea .p-img02 {
  position: absolute;
}
@media screen and (min-width: 600px) {
  .articlearea .p-img02 { /* 600px以上のとき */
    bottom: 50px;
    left: 80px;
  }
}
@media screen and (max-width: 599px) {
  .articlearea .p-img02 { /* 600px以上のとき */
    top: 10px;
    left: 0px;
    width: 200px;
  }
}
.articlearea .abutton {
  position: absolute;
  background: #CCE2EF; /* BOXの背景色         */
  transition: all 0.3s ease;
}
@media screen and (min-width: 600px) {
  .articlearea .abutton { /* 600px以上のとき */
    width: 300px; /* BOXの幅             */
    height: 36px; /* BOXの高さ           */
    line-height: 36px;
    bottom: 30px;
    right: 50px;
  }
}
@media screen and (max-width: 599px) {
  .articlearea .abutton { /* 599px以下のとき */
    bottom: 12px;
    right: 15px;
    width: 200px; /* BOXの幅             */
    height: 28px; /* BOXの高さ           */
    line-height: 28px;
  }
}
.articlearea .abutton:hover {
  background-color: #016EB1;
  text-decoration: none;
  color: #fff;
}
.articlearea .abutton a:link {
  text-decoration: none; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
.articlearea .abutton a:visited {
  text-decoration: none;
}

summary {
  list-style: none;
  cursor: pointer;
}

.n-title::-webkit-details-marker {
  display: none;
}

.n-title {
  display: block;
  list-style: none;
  border-bottom: 2px #016EB1 solid;
}
@media screen and (min-width: 600px) {
  .n-title { /* PC */
    width: 920px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 5px;
    text-align: left;
    padding: 0 100px 10px 100px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 599px) {
  .n-title { /* mobile */
    width: 320px;
    margin: 20px 0 5px 10px;
    text-align: left;
  }
}
.n-title a:link, .n-title a:visited {
  text-decoration: none; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}

.n-detail {
  min-height: 200px;
  margin: 0 auto;
  border-bottom: 2px #016EB1 solid;
  padding: 10px;
  box-sizing: content-box;
}
@media screen and (min-width: 600px) {
  .n-detail { /* PC */
    width: 900px;
  }
}
@media screen and (max-width: 599px) {
  .n-detail { /* mobile */
    width: 340px;
  }
}
.n-detail .sub-txt {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: left;
}
@media screen and (min-width: 600px) {
  .n-detail .sub-txt { /* PC */
    width: 800px;
  }
}
@media screen and (max-width: 599px) {
  .n-detail .sub-txt { /* mobile */
    width: 340px;
  }
}
.n-detail .close-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  position: relative;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #CCE2EF; /* BOXの背景色         */
  transition: all 0.3s ease;
}
@media screen and (min-width: 600px) {
  .n-detail .close-btn { /* 600px以上のとき */
    width: 200px; /* BOXの幅             */
    height: 36px; /* BOXの高さ           */
    line-height: 36px;
  }
}
@media screen and (max-width: 599px) {
  .n-detail .close-btn { /* 599px以下のとき */
    bottom: 12px;
    right: 15px;
    width: 200px; /* BOXの幅             */
    height: 28px; /* BOXの高さ           */
    line-height: 28px;
  }
}
.n-detail .close-btn:hover {
  background-color: #016EB1;
  text-decoration: none;
  color: #fff;
}
.n-detail .close-btn a:link {
  text-decoration: none; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
.n-detail .close-btn a:visited {
  text-decoration: none;
}

.new {
  margin: 0 5px;
  min-width: 30px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  padding: 1px 5px;
  display: inline-block;
  background: #ED8059; /* BOXの背景色         */
}

.kiji {
  margin: 0 auto;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.8em;
}
@media screen and (max-width: 599px) {
  .kiji { /* 599px以下のとき */
    width: 340px;
  }
}
@media screen and (min-width: 600px) {
  .kiji { /* 600px以上のとき */
    width: 800px;
  }
}
.kiji:before {
  clear: both;
}

img.view {
  width: 380px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 600px) {
  #navi { /* 600px以上のとき */
    width: 100%;
    margin: 0 auto;
    text-align: right;
    margin-top: 110px;
  }
}
@media screen and (max-width: 599px) {
  #navi { /* 599px以下のとき */
    display: none;
  }
}

/* policy */
dl.policy {
  margin-top: 20px;
  margin-bottom: 20px;
  margin: 0 auto;
  margin-top: 30px;
}
@media screen and (min-width: 600px) {
  dl.policy { /* pc */
    width: 950px;
  }
}
@media screen and (max-width: 599px) {
  dl.policy { /* mobile */
    width: 340px;
  }
}
dl.policy dt {
  text-align: left;
}
dl.policy dd {
  text-align: left;
  width: 900px;
}
@media screen and (min-width: 600px) {
  dl.policy dd { /* pc */
    margin: 10px 0 25px 30px;
    width: 900px;
  }
}
@media screen and (max-width: 599px) {
  dl.policy dd { /* mobile */
    margin: 5px 0 20px 10px;
    width: 320px;
  }
}

/* common */
.tobutton {
  position: relative;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  background: #CCE2EF; /* BOXの背景色         */
  transition: all 0.3s ease;
}
@media screen and (min-width: 600px) {
  .tobutton { /* 600px以上のとき */
    width: 300px; /* BOXの幅             */
    height: 36px; /* BOXの高さ           */
    line-height: 36px;
  }
}
@media screen and (max-width: 599px) {
  .tobutton { /* 599px以下のとき */
    width: 280px; /* BOXの幅             */
    height: 28px; /* BOXの高さ           */
    line-height: 28px;
  }
}
.tobutton:hover {
  background-color: #016EB1;
  text-decoration: none;
  color: #fff;
}
.tobutton a:link {
  text-decoration: none; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
.tobutton a:visited {
  text-decoration: none;
}

.next {
  width: 100%;
  text-align: center;
  padding: 10px 0;
  margin: 20px 0 0 0;
}
@media screen and (min-width: 600px) {
  .next { /* 600px以上のとき */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
.next div {
  margin: 0 20px;
}

.txt {
  margin: 0 auto;
  line-height: 1.8em;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .txt { /* 599px以下のとき */
    width: 340px;
  }
}
@media screen and (min-width: 600px) {
  .txt { /* 600px以上のとき */
    width: 950px;
  }
}

h2.sub {
  position: relative;
  padding-bottom: 0.2em;
  padding-left: 20px;
  border-bottom: 4px solid #ccc;
  margin: 0 auto;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 599px) {
  h2.sub { /* 599px以下のとき */
    width: 340px; /* 幅指定 */
    font-size: 20px;
  }
}
@media screen and (min-width: 600px) {
  h2.sub { /* 600px以上のとき */
    width: 980px;
    font-size: 22px;
  }
}
h2.sub:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: "";
  width: 20%;
  height: 4px;
  background-color: #016EB1;
}

dl.sub {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0 auto;
  margin-top: 50px;
}
@media screen and (min-width: 600px) {
  dl.sub { /* 600px以上のとき */
    width: 950px;
  }
}
@media screen and (max-width: 599px) {
  dl.sub { /* 599px以下のとき */
    width: 350px;
  }
}
dl.sub a:link {
  text-decoration: none; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
dl.sub a:visited {
  text-decoration: none;
}
dl.sub dt {
  border-top: 1px solid #666;
  box-sizing: border-box;
  padding: 10px 0 0 10px;
  text-align: left;
}
@media screen and (min-width: 600px) {
  dl.sub dt { /* 600px以上のとき */
    width: 250px;
  }
}
@media screen and (max-width: 599px) {
  dl.sub dt { /* 599px以下のとき */
    width: 100px;
  }
}
dl.sub dd {
  border-top: 1px solid #666;
  box-sizing: border-box;
  margin: 0;
  padding: 10px 0 10px 0;
  text-align: left;
}
@media screen and (min-width: 600px) {
  dl.sub dd { /* 600px以上のとき */
    width: 700px;
  }
}
@media screen and (max-width: 599px) {
  dl.sub dd { /* 599px以下のとき */
    width: 250px;
  }
}
@media screen and (min-width: 600px) {
  dl.sub dd .a-sub { /* 600px以上のとき */
    width: 650px;
    margin: 0 0 0 50px;
  }
}
@media screen and (max-width: 599px) {
  dl.sub dd .a-sub { /* 599px以下のとき */
    width: 240px;
    margin: 0 0 0 10px;
  }
}

ul.sub {
  list-style-type: disc;
  list-style-position: outside;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media screen and (min-width: 600px) {
  ul.sub { /* 600px以上のとき */
    width: 850px;
  }
}
@media screen and (max-width: 599px) {
  ul.sub { /* 599px以下のとき */
    width: 310px;
  }
}
ul.sub li {
  text-align: left;
  margin: 0 0 10px 0;
}

img.view2 {
  width: 400px;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

img.view3 {
  width: 250px;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}

img.margin20 {
  margin: 20px 0;
}

h2.news {
  position: relative;
  padding-bottom: 0.2em;
  padding-left: 20px;
  border-bottom: 2px dotted #666;
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  h2.news { /* 599px以下のとき */
    width: 340px; /* 幅指定 */
    font-size: 20px; /* 文字サイズ指定 */
  }
}
@media screen and (min-width: 600px) {
  h2.news { /* 600px以上のとき */
    width: 980px;
    font-size: 22px; /* 文字サイズ指定 */
  }
}

/* common */
.map {
  margin: 0 auto;
  margin-top: 20px;
}
@media screen and (min-width: 600px) {
  .map { /* 600px以上のとき */
    width: 600px;
    height: 600px;
  }
}
@media screen and (max-width: 599px) {
  .map { /* 599px以下のとき */
    width: 320px;
    height: 320px;
  }
}

/* animation */
/* Loading背景画面設定　*/
.splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #016EB1;
  text-align: center;
  opacity: 1;
  visibility: visible;
}

.splash.is-active {
  opacity: 0;
  visibility: hidden;
}

/* Loading画像中央配置　*/
.splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}

.splash_logo.is-active {
  opacity: 1;
  visibility: visible;
}

/* Loading アイコンの大きさ設定　*/
@media screen and (min-width: 600px) {
  .splash_logo img { /* 600px以上のとき */
    width: 250px;
  }
}
@media screen and (max-width: 599px) {
  .splash_logo img { /* 599px以下のとき */
    width: 150px;
  }
}

/* fadeUpをするアイコンの動き */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 6s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Instagram 読み込み */
/* コンテナ */
.instagram-container {
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .instagram-container { /* 600px以上のとき */
    width: 880px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 80px;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  .instagram-container { /* 599px以下のとき */
    width: 360px;
    margin-top: 50px;
    justify-content: center;
    text-align: center;
  }
}

@media screen and (min-width: 600px) {
  .instagram-item { /* 600px以上のとき */
    width: 180px;
    height: 180px;
    padding: 0;
    margin: 0 20px;
  }
}
@media screen and (max-width: 599px) {
  .instagram-item { /* 599px以下のとき */
    width: 160px;
    height: 160px;
    padding: 0;
    margin: 20px 10px;
    float: left;
  }
}

a.instagram-card {
  display: block;
  position: relative;
  margin-bottom: 16px;
  text-align: center;
  font-size: 0.8em;
}

.instagram-card__img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (min-width: 600px) {
  .instagram-card__img { /* 600px以上のとき */
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 599px) {
  .instagram-card__img { /* 599px以下のとき */
    width: 160px;
    height: 160px;
  }
}

/* mail */
@media screen and (min-width: 600px) {
  .formarea { /* 600px以上のとき */
    width: 900px;
    margin: 30px 0 0 100px;
  }
}
@media screen and (max-width: 599px) {
  .formarea { /* 600px以下のとき */
    width: 360px;
    margin: 0 auto;
  }
}

.hissu {
  display: inline-block;
  padding: 3px;
  background-color: #FD080C;
  color: #fff;
  min-width: 30px;
  width: auto;
  font-size: 0.8em;
  border-radius: 5px;
  text-align: center;
}

form {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}

form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

form dl {
  margin: 0 0 0.25em 0;
  clear: both;
  display: inline-block;
  margin: 0 auto;
  list-style-type: none;
}
@media screen and (min-width: 600px) {
  form dl { /* 600px以上のとき */
    width: 800px;
  }
}
@media screen and (max-width: 599px) {
  form dl { /* 600px以下のとき */
    width: 340px;
  }
}

form dt {
  text-align: left;
}
@media screen and (min-width: 600px) {
  form dt { /* 600px以上のとき */
    float: left;
    width: 25%;
  }
}
@media screen and (max-width: 599px) {
  form dt { /* 600px以下のとき */
    width: 100%;
    text-align: left;
  }
}

form dd {
  margin: 0 0 2em 0;
  text-align: left;
  width: 72%;
  display: block;
}
@media screen and (min-width: 600px) {
  form dd { /* 600px以上のとき */
    float: left;
  }
}
@media screen and (max-width: 599px) {
  form dd { /* 600px以下のとき */
    width: 100%;
  }
}

form dd.order {
  margin: 0 0 0.8em 0;
  text-align: left;
  display: block;
}
@media screen and (min-width: 600px) {
  form dd.order { /* 600px以上のとき */
    float: left;
    width: 70%;
  }
}
@media screen and (max-width: 599px) {
  form dd.order { /* 600px以下のとき */
    width: 100%;
  }
}

@media screen and (min-width: 600px) {
  .input-area { /* 600px以上のとき */
    width: 80%;
  }
}
@media screen and (max-width: 599px) {
  .input-area { /* 600px以下のとき */
    width: 90%;
  }
}

label {
  margin: 0 0 0.5em 0;
  font-size: pxtoem(16, 16);
}

input {
  margin: 0 0 0.5em 0;
  border: 1px solid grey;
  padding: 6px 10px;
  color: dark_grey;
  font-size: pxtoem(16, 16);
}

textarea {
  border: 1px solid grey;
  padding: 6px 10px;
  width: 100%;
  color: dark_grey;
}

select {
  min-width: 320px;
  margin: 5px 0px;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  -ms-word-break: normal;
  word-break: normal;
}

/* ~~ フッター ~~ */
@media screen and (min-width: 600px) {
  footer { /* 600px以上のとき */
    min-height: 120px;
  }
}
@media screen and (max-width: 599px) {
  footer {
    min-height: 120px;
  }
}

#fwrap {
  width: 100%;
  display: block;
  text-align: center;
  height: auto;
  background-color: #CCE2EF;
  border-bottom: 5px #016EB1 solid;
}
@media screen and (min-width: 600px) {
  #fwrap { /* 600px以上のとき */
    min-height: 120px;
  }
}
@media screen and (max-width: 599px) {
  #fwrap {
    min-height: 120px;
  }
}

#farea {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  #farea { /* 600px以上のとき */
    padding-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  #farea {
    padding-top: 5px;
  }
}

.footer1, .footer2 {
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 600px) {
  .footer1, .footer2 {
    width: 360px;
  }
}
@media screen and (min-width: 599px) {
  .footer1, .footer2 {
    width: 1200px;
  }
}
@media screen and (min-width: 600px) {
  .footer1, .footer2 { /* 600px以上のとき */
    padding-top: 0;
    min-height: 100px;
  }
}
@media screen and (max-width: 599px) {
  .footer1, .footer2 {
    padding-top: 5px;
    min-height: 100px;
  }
}
.footer1 .f-logo, .footer2 .f-logo {
  width: 100%;
  text-align: center;
  padding: 10px 0;
  display: block;
}
@media screen and (min-width: 600px) {
  .footer1 .f-logo, .footer2 .f-logo { /* 600px以上のとき */
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .footer1 .f-logo, .footer2 .f-logo {
    font-size: 14px;
    margin: 0 auto;
    padding-top: 5px;
    text-align: center;
  }
}
@media screen and (min-width: 600px) {
  .footer1 .f-logo img, .footer2 .f-logo img { /* 600px以上のとき */ }
}
@media screen and (max-width: 599px) {
  .footer1 .f-logo img, .footer2 .f-logo img {
    margin: 10px 0 0 0;
  }
}
.footer1 .ftitle, .footer2 .ftitle {
  color: #016EB1;
  margin-top: 20px;
  margin-bottom: 10px;
}
.footer1 .ftitle a:link, .footer2 .ftitle a:link, .footer1 .ftitle a:visited, .footer2 .ftitle a:visited {
  color: #016EB1;
}
.footer1 .f-access, .footer2 .f-access {
  position: absolute;
}
@media screen and (min-width: 600px) {
  .footer1 .f-access, .footer2 .f-access { /* 600px以上のとき */
    top: 80px;
    right: 340px;
    font-size: 36px;
  }
}
@media screen and (max-width: 599px) {
  .footer1 .f-access, .footer2 .f-access {
    top: 150px;
    right: 10px;
    font-size: 38px;
  }
}

.footer2 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 30px;
}
@media screen and (min-width: 600px) {
  .footer2 { /* 600px以上のとき */
    padding: 20px 0;
  }
}
@media screen and (max-width: 599px) {
  .footer2 {
    padding: 5px 0 10px 0;
    font-size: 30px;
  }
}
.footer2 img {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 10px;
  margin-left: 10px;
}
.footer2 div {
  padding: 0 20px;
}
.footer2 div.secTit {
  padding: 0 0 0 20px;
  position: relative;
  text-align: center;
}
.footer2 div.secTit:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #016EB1;
  width: 2px;
  height: 1.5em;
  margin-top: -0.2em;
  vertical-align: middle;
  transform: rotate(35deg);
  margin: 0 20px 0 30px;
}

#fcopy {
  width: 100%;
  display: block;
  text-align: center;
  padding: 0 0 8px 0;
  font-size: 1em;
  background-color: #fff;
}
@media screen and (min-width: 600px) {
  #fcopy { /* pc */
    margin-top: 5px;
  }
}
@media screen and (max-width: 599px) {
  #fcopy {
    margin-top: 5px;
  }
}
#fcopy div {
  margin: 0 auto;
  min-height: 15px;
  height: auto;
  position: relative;
  font-size: 0.85em;
}/*# sourceMappingURL=style.css.map */