@charset "UTF-8";
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
html {
  font-size: 100%;
  line-height: 1.5em;
}

/*=======================================
 ■Foundation
=======================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* =========================================================
base - 基本設定
========================================================= */
html {
  scroll-behavior: smooth;
  box-sizing: border-box;
}

body,
html {
  overflow-x: hidden;
  font-size: 14px;
  font-size: 0.875rem;
  color: #333333;
  letter-spacing: 1.3px;
  font-family: Lato, "Noto Sans Japanese", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  padding: vr();
  line-height: vr();
  margin: 0 auto;
  position: relative;
  word-wrap: break-word;
}
@media screen and (min-width: 812px) {
  body,
  html {
    font-size: 16px;
    font-size: 1rem;
  }
}

/*LINK*/
a {
  cursor: pointer;
  text-decoration: none;
  text-decoration: underline;
}
@media screen and (min-width: 812px) {
  a {
    transition: .3s;
    cursor: pointer;
  }
  a:hover {
    opacity: .7;
  }
}
a img {
  display: inline-block;
}

hr {
  background: #eaeaea !important;
  height: 4px !important;
  margin: 2em 0 !important;
  border: none !important;
}

/*PCとSPの見え方切り替え*/
.no-show{
display:none;
}

.pc-show {
  display: none;
}
@media screen and (min-width: 812px) {
  .pc-show {
    display: block;
  }
}

@media screen and (min-width: 812px) {
  .sp-show {
    display: none;
  }
}

/*元のcss打ち消し*/
.cms-public .block,
.cms-public .parts {
  float: none !important;
}

/* =======================================
 ■Layout
=======================================*/
/* =========================================================
section - コンテンツの大枠
========================================================= */
/*  ■コンテンツの大枠
===============================*/
/*=============
メイン幅
◆1000pxでロック
=============*/
.l-container {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .l-container {
    padding: 0;
    max-width: 1000px;
  }
}

/*=============
メイン幅
◆100％
=============*/
.l-container--full {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

/* =========================================================
共通のコンテンツ間隔
========================================================= */
.l-grid {
  padding: 20px 0;
}
@media screen and (min-width: 812px) {
  .l-grid {
    padding: 40px 0;
  }
}

/* =========================================================
独自のグリッドシステム
========================================================= */
/* オリジナルグリッドシステム */
.l-row .note {
  display: block;
}
@media screen and (min-width: 812px) {
  .l-row .note {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
  }
}

.l-row .div_tag .l-col2 {
  width: 100%;
}
@media screen and (min-width: 812px) {
  .l-row .note .l-col2 {
    width: 50%;
    padding-right: 5px;
    padding-left: 5px;
  }
}

.l-row .note .l-col3 {
  width: 100%;
}
@media screen and (min-width: 812px) {
  .l-row .note .l-col3 {
    width: 33.33333%;
    padding-right: 5px;
    padding-left: 5px;
  }
}

.l-row .note .l-col4 {
  width: 100%;
}
@media screen and (min-width: 812px) {
  .l-row .note .l-col4 {
    width: 25%;
    padding-right: 5px;
    padding-left: 5px;
  }
}

.l-row .note .l-col5 {
  width: 100%;
}
@media screen and (min-width: 812px) {
  .l-row .note .l-col5 {
    width: 20%;
    padding-right: 5px;
    padding-left: 5px;
  }
}

.l-row .note .l-col6 {
  width: 100%;
}
@media screen and (min-width: 812px) {
  .l-row .note .l-col6 {
    width: 16.66667%;
    padding-right: 5px;
    padding-left: 5px;
  }
}

.l-grid-1to2 .note {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cms-public .block.l-grid-1to2__1 {
  padding: 0 5px;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .cms-public .block.l-grid-1to2__1 {
    width: 33%;
  }
}
.cms-public .block.l-grid-1to2__2 {
  padding: 0 5px;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .cms-public .block.l-grid-1to2__2 {
    width: 66%;
  }
}

/* =========================================================
header - ヘッダー
========================================================= */
/*滋賀県ヘッダー========*/
.l-header-shiga {
  position: relative;
  border-top: 5px solid #036EB8;
  padding: 5px 0;
  clear: both;
  float: none;
}
.l-header-shiga .l-header-shiga__logo {
  max-width: 150px;
}
.l-header-shiga .l-header-shiga__logo a {
  display: inline-block;
  padding: 0 10px;
}
.l-header-shiga .l-header-shiga__logo a img {
  width: 100%;
}
.l-header-shiga .fontsize_change {
  position: absolute;
  top: calc(50% - 15px);
  right: 10px;
  display: none;
}
@media screen and (min-width: 812px) {
  .l-header-shiga .fontsize_change {
    display: block;
  }
}

/*琵琶湖システムヘッダー========*/
.l-header {
  position: relative;
  overflow: hidden;
  background-size: 100% auto;
  padding: 0px;
  z-index: 10;
}
@media screen and (min-width: 1000px) {
  .l-header {
    background: url(/file/html/5152979.png) no-repeat bottom center;
    padding: 0 0 40px;
    background-size: 100% auto;
  }
}
@media screen and (min-width: 1000px) {
  .l-header--top {
    background: none !important;
    padding: 0 !important;
    background-size: auto !important;
  }
}
.l-header .l-header__subnav {
  background: #12A5F0;
  padding: 5px 0;
}
.l-header .l-header__subnav .l-subnav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.l-header .l-header__subnav .l-subnav__list .l-subnav__item a {
  display: inline-block;
  padding-left: 10px;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
}
.l-header .l-header__logo {
  text-align: center;
  padding-top: 20px;
}
.l-header .l-header__logo a {
  display: inline-block;
  max-width: 500px;
}
.l-header .l-header__logo a img {
  width: 95%;
}

/*文字サイズ変更========*/
.fontsize_change {
  clear: both;
  float: none;
}

/*グローバルメニュー========*/
.l-gnav {
  padding: 15px 0 0;
}
.l-gnav .l-gnav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.l-gnav .l-gnav__list .l-gnav__item {
  padding: 0 5px;
}
.l-gnav .l-gnav__list .l-gnav__item a {
  display: inline-block;
  width: 100%;
}
.l-gnav .l-gnav__list .l-gnav__item a img {
  max-width: 70px;
  width: 100%;
}

/* =========================================================
main - メイン
========================================================= */
.l-main {
  background: #ffffff;
  padding-bottom: 0;
}
@media screen and (min-width: 812px) {
  .l-main {
    padding: 0 10px 60px;
  }
}

/* =========================================================
footer - フッターのレイアウト
========================================================= */
/*バナーリンク========*/
.l-footer .l-footer-link {
  position: relative;
  background: url(/file/html/5152978.png) no-repeat top center;
  background-size: 100% auto;
  background-color: #8FD0F1;
  padding: 10px 0;
}
.l-footer .l-footer-link .l-footer-link__list {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l-footer .l-footer-link .l-footer-link__list .l-footer-link__item {
  width: 50%;
  text-align: center;
}
@media screen and (min-width: 812px) {
  .l-footer .l-footer-link .l-footer-link__list .l-footer-link__item {
    width: 25%;
  }
}
.l-footer .l-footer-link .l-footer-link__list .l-footer-link__item img {
  max-width: 100%;
  padding: 0 5px;
  margin: 0 auto;
}
.l-footer .l-footer-link .l-footer-link__menber {
  text-align: center;
}
.l-footer .l-footer-link .l-footer-link__menber a {
  display: inline-block;
  width: 100%;
}
.l-footer .l-footer-link .l-footer-link__menber a img {
  max-width: 100%;
}

/*お問い合わせ========*/
.l-footer .l-footer-contant {
  background: url(/file/html/5152977.png) no-repeat top center;
  background-size: 100% auto;
  background-color: #0092DB;
  padding: 50px 0;
  color: #ffffff;
}
@media screen and (min-width: 812px) {
  .l-footer .l-footer-contant {
    padding: 150px 0 30px;
  }
}
@media screen and (min-width: 812px) {
  .l-footer .l-footer-contant .l-footer-contant__in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
.l-footer .l-footer-contant .l-foot-logo {
  width: 100%;
  max-width: 130px;
  text-align: center;
  margin: 0 auto 10px;
}
@media screen and (min-width: 812px) {
  .l-footer .l-footer-contant .l-foot-logo {
    margin: 0;
  }
}
.l-footer .l-footer-contant .l-foot-form {
  text-align: center;
}
@media screen and (min-width: 812px) {
  .l-footer .l-footer-contant .l-foot-form {
    text-align: left;
    margin-left: 15px;
  }
}
.l-footer .l-footer-contant .l-foot-form .l-foot-form__ttl {
  display: inline-block;
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #ffffff;
}
.l-footer .l-footer-contant .l-foot-form .l-foot-form__name {
  margin-bottom: 10px;
}
.l-footer .l-footer-contant .l-foot-form .l-foot-form__phone {
  margin-bottom: 10px;
}
.l-footer .l-footer-contant .l-foot-fb {
  text-align: center;
  padding: 15px 0 0;
}
.l-footer .l-footer-contant .l-foot-fb a {
  color: #ffffff;
  text-decoration: underline;
}

/*滋賀県リンク========*/
.l-footer .l-foot-link {
  background: #0092DB;
  border-top: 2px solid #ffffff;
  padding: 25px 0;
  text-align: center;
}
.l-footer .l-foot-link a {
  color: #ffffff;
  text-decoration: underline;
}

/* =======================================
  ■Object
=======================================*/
/* Component
======================================= */
/* =========================================================
title - 共通のタイトルやテキストなど
========================================================= */
/*各ページタイトル h1*/
body .cms-public .c-ttl-h1 h1 {
  display: block;
  text-align: center;
  padding: 20px 0 10px;
  margin: 0 auto!important;
}
body .cms-public .c-ttl-h1 h1 span {
  color: #12A5F0;
  margin: 1em 0;
}
body .cms-public .c-ttl-h1 h1 span img {
  max-width: 80%;
  max-height: 100px;
}
body .cms-public .c-ttl-h1 time {
  display: none;
}

/*タイトル h2~*/
body .cms-public .c-basic-ttl {
  font-weight: 700;
  color: #333333;
}
body .cms-public .c-basic-ttl--xss {
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
}
body .cms-public .c-basic-ttl--xs {
  color: #009fef;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: bold;
  padding-bottom: 0.5em;
  border-bottom: 2px dotted #ABDCF4;
  margin: 0.5em 0;
  font-size: 18px;
  font-size: 1.125rem;
}
body .cms-public .c-basic-ttl--sm {
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: bold;
  color: #009fef;
  line-height: 1.3;
  margin: 0 0 0.5em;
  padding: 1em 0.5em;
  background: #F5FBFF;
  text-align: center;
}
@media screen and (min-width: 812px) {
  body .cms-public .c-basic-ttl--sm {
    text-align: left;
  }
}
body .cms-public .c-basic-ttl--md {
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
}
@media screen and (min-width: 812px) {
  body .cms-public .c-basic-ttl--md {
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 48px;
    line-height: 3rem;
  }
}
body .cms-public .c-basic-ttl--lg {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFCFFFDE');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZmZmZGUiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(207, 255, 222, 0.5)));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(207, 255, 222, 0.5) 100%);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(207, 255, 222, 0.5) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(207, 255, 222, 0.5) 100%);
  color: #009fef;
  text-align: center;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 36px;
  line-height: 2.25rem;
  line-height: 140%;
  font-weight: bold;
  margin-top: 3.5em;
  padding-bottom: 3.2em;
  position: relative;
}
@media screen and (min-width: 812px) {
  body .cms-public .c-basic-ttl--lg {
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 36px;
    margin-bottom: 2.25rem;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 48px;
    line-height: 3rem;
    margin-top: 4rem;
    margin-bottom: 3em;
    padding-bottom: 2.5em;
  }
}
body .cms-public .c-basic-ttl--lg::after {
  position: absolute;
  margin-top: 1rem;
  display: block;
  content: "";
  height: 5em;
  width: 100%;
  background-position: bottom center;
  background-image: url(/file/html/5153559.png);
  bottom: 0;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 812px) {
  body .cms-public .c-basic-ttl--lg::after {
    height: 84px;
    max-width: 1010px;
    background-image: url(/file/html/5153558.png);
    bottom: 0;
    margin: 0;
    top: inherit;
  }
}

/* =========================================================
navigation - グローバルナビなど
========================================================= */
/* =================================
  ■link list
=================================*/
/*foot step link=========*/
.c-navigation--step {
  margin: 0em 0 1em;
}
@media screen and (min-width: 812px) {
  .c-navigation--step {
    margin: 0 0 3em;
  }
}
.c-navigation--step .c-navigation--step__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (min-width: 812px) {
  .c-navigation--step .c-navigation--step__list {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.c-navigation--step .c-navigation--step__item {
   width: 100%;
   height: 100%;
}
@media screen and (min-width: 812px) {
  .c-navigation--step .c-navigation--step__item {
    width: 25%;
    height: auto;
  }
}
.c-navigation--step .c-navigation--step__item::before {
  content: '';
  display: block;
  clear: both;
}
.c-navigation--step .c-navigation--step__item a {
  display: inline-block;
  padding: 0 5px;
}
.c-navigation--step .c-navigation--step__item img {
  width: 100%;
  margin: 0 auto;
}

/*●list=========*/
.c-navigation--point .c-navigation--point__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-navigation--point .c-navigation--point__item {
    padding-left: 3em;
    text-indent: -1.3em;
    position: relative;
}

.c-navigation--point .c-navigation--point__item:before {
    content: '';
    clear: both;
    background: #00a4f0;
    margin: 0 3px;
    font-size: 16px;
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 100%;
    position: absolute;
    top: calc(50% - 9px);
    left: 0px;
}
@media screen and (min-width: 812px) {
  .c-navigation--point .c-navigation--point__item:before {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

/*内部リンク=========*/
.c-navigation-sub {
  margin: 0 0 1em;
}
@media screen and (min-width: 812px) {
  .c-navigation-sub {
    margin: 0 auto 2em;
  }
}
.c-navigation-sub .c-navigation-sub__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 812px) {
  .c-navigation-sub .c-navigation-sub__list {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.c-navigation-sub .c-navigation-sub__item {
  line-height: 140%;
  padding: 0 5px 5px;
}
@media screen and (min-width: 812px) {
  .c-navigation-sub .c-navigation-sub__item {
    padding: 5px;
  }
}
.c-navigation-sub .c-navigation-sub__item a {
  display: inline-block;
  background: #12A5F0;
  padding: 5px 8px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 812px) {
  .c-navigation-sub .c-navigation-sub__item a {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

/* =========================================================
text - 共通のテキストなど
========================================================= */
/*テキスト＝＝＝＝＝＝＝＝＝＝＝*/
.c-basic-txt, .p-basic-list .p-basic-list__item, .p-ol-list .p-ol-list__item, .p-ol-list--sub__item {
  color: #333333;
  line-height: 1.8;
  letter-spacing: 1px;
  word-wrap: break-word;
  word-break: break-all;
  margin-bottom: 2.5em;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 812px) {
  .c-basic-txt, .p-basic-list .p-basic-list__item, .p-ol-list .p-ol-list__item, .p-ol-list--sub__item {
    margin-bottom: 2.5em;
  }
}
.c-basic-txt a, .p-basic-list .p-basic-list__item a, .p-ol-list .p-ol-list__item a, .p-ol-list--sub__item a {
  text-decoration: underline;
}
.c-basic-txt strong, .p-basic-list .p-basic-list__item strong, .p-ol-list .p-ol-list__item strong, .p-ol-list--sub__item strong {
  font-weight: bold;
}
.c-basic-txt__description {
  line-height: 130%;
  margin-bottom: 2em;
}
.c-basic-txt .c-responsive-img, .p-basic-list .p-basic-list__item .c-responsive-img, .p-ol-list .p-ol-list__item .c-responsive-img, .p-ol-list--sub__item .c-responsive-img {
  max-width: 90%;
}
@media screen and (min-width: 812px) {
  .c-basic-txt .c-responsive-img, .p-basic-list .p-basic-list__item .c-responsive-img, .p-ol-list .p-ol-list__item .c-responsive-img, .p-ol-list--sub__item .c-responsive-img {
    max-width: 100%;
  }
}

/*テキスト center＝＝＝＝＝＝＝＝＝＝＝*/
.c-basic-txt--center {
  text-align: center;
}

.u-ta-c {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/*box＝＝＝＝＝＝＝＝＝＝＝*/
.c-basic-txtbox {
  color: #555555;
  background: #ccc;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
}
@media screen and (min-width: 812px) {
  .c-basic-txtbox {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
.c-basic-txtbox:last-of-type {
  margin-bottom: 0;
}
.c-basic-txtbox--gray {
  background: #f5f5f5;
  padding: 2em 1em;
  margin-bottom: 2em;
  line-height: 1.8;
}
@media screen and (min-width: 812px) {
  .c-basic-txtbox--gray {
    padding: 2em 4em;
  }
}
.c-basic-txtbox--blue {
  background: #F5FBFF;
  padding: 2em 1em;
  margin-bottom: 2em;
  line-height: 1.8;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
}
@media screen and (min-width: 812px) {
  .c-basic-txtbox--blue {
    padding: 2em 4em;
  }
}
.c-basic-txtbox--line {
  border-bottom: 2px solid #ccc;
  margin-bottom: 2em;
  padding-bottom: 2em;
}

/* =========================================================
button - ボタン関係のコンポーネント
========================================================= */
/* ■次ページリンクボタン =============*/
.c-basic-btn--step {
  width: 100%;
  border: solid #036eb8 3px;
  border-radius: 5px;
  margin: 4em 0;
}
@media screen and (min-width: 812px) {
  .c-basic-btn--step {
    height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}

.c-basic-btn--step__ttl {
  background: #036eb8;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  width: 100%;
  font-weight: bold;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media screen and (min-width: 812px) {
  .c-basic-btn--step__ttl {
    width: 25%;
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.c-basic-btn--step__link {
  padding: 5% 8% 5% 4%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 812px) {
  .c-basic-btn--step__link {
    padding: 0;
    width: 75%;
    height: 100%;
  }
}
.c-basic-btn--step__link a {
  text-decoration: underline;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #12A5F0;
  line-height: 1.5;
}
@media screen and (min-width: 812px) {
  .c-basic-btn--step__link a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.c-basic-btn--step__link:after {
  right: 0;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 10px solid transparent;
  border-left: 15px solid #036eb8;
  content: "";
  position: absolute;
}
@media screen and (min-width: 812px) {
  .c-basic-btn--step__link:after {
    right: 10px;
  }
}

/* ■basicリンクボタン =============*/
.c-basic-btn__link {
  max-width: 250px;
  width: 100;
  position: relative;
  background: #ff931e;
  color: #fff;
  line-height: 300%;
  border-radius: 10px;
  margin: 1.5em auto 3em;
  display: block;
  font-weight: bold;
  text-align: center;
  background-image: url(../images/top/btn_arw_white.html);
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: center right 20px;
  z-index: 2;
}
@media screen and (min-width: 812px) {
  .c-basic-btn__link {
    max-width: 300px;
    margin: 2em auto 3em;
  }
}

/* ■pagetop =============*/
.c-basic-btn__up {
  text-align: center;
  padding: 0.5em 0 0;
}
@media screen and (min-width: 812px) {
  .c-basic-btn__up {
    padding: 2em 0;
  }
}
.c-basic-btn__up .c-basic-btn__up img {
  width: 40px;
  height: auto;
}
@media screen and (min-width: 812px) {
  .c-basic-btn__up .c-basic-btn__up img {
    width: inherit;
  }
}

/* =========================================================
media - 画像関係のコンポーネント
========================================================= */
.c-responsive-img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}
.c-responsive-img__link {
  width: 100%;
}

.c-media-100 {
  margin: 0 auto;
  display: block;
  width: 100%;
}
@media screen and (min-width: 812px) {
  .c-media-100 {
    width: 60%;
  }
}
@media screen and (min-width: 812px) {
  .c-media-100 {
    width: 100%;
  }
}

/* =========================================================
background
========================================================= */
.c-basic-bg--yellow {
  background: #fffce7;
  margin: 0.5em 0;
  padding: 1em 0;
}
@media screen and (min-width: 812px) {
  .c-basic-bg--yellow {
    margin: 2em 0;
    padding: 3em;
  }
}
.c-basic-bg--blue {
  background: #f3f7ff;
  margin: 0.5em 0;
  padding: 1em 0.5em;
}
@media screen and (min-width: 812px) {
  .c-basic-bg--blue {
    margin: 1em 0;
    padding: 3em;
  }
}
.c-basic-bg--green {
  background: #f8ffe8;
  margin: 0.5em 0;
  padding: 1em 0.5em;
}
@media screen and (min-width: 812px) {
  .c-basic-bg--green {
    margin: 1em 0;
    padding: 3em;
  }
}
.c-basic-bg--orange {
  background: #fff4ed;
  margin: 0.5em 0;
  padding: 1em 0.5em;
}
@media screen and (min-width: 812px) {
  .c-basic-bg--orange {
    margin: 1em 0;
    padding: 3em;
  }
}

/*Project
======================================= */
/* =========================================================
list - リストのオブジェクト
========================================================= */
/* ====================
■記事一覧
=====================*/
.cms-public .l-container .title-list .no-index{
  border: none;
  padding-top: 10px;
}
.cms-public .l-container .title-list .tab ul li{
	padding: 15px 0;
	border-bottom: 1px dotted #cccccc;
}
.cms-public  .l-container .title-list .tab ul.totaling li time{
  position: relative;
  font-weight: bold;
display: block;
padding-bottom: 10px;
}

@media screen and (min-width: 812px) {
  .cms-public  .l-container .title-list .tab ul.totaling li time{
    background: url(/file/html/5153496.png) no-repeat right center;
    padding:0 20px 0 0;
    min-width: 160px;
    display: inline-block;
    position: absolute;
    top: 17px;
    left: 0;
  }
}
.cms-public .l-container  .title-list .tab ul.totaling li .title, .cms-public .title-list .tab ul.totaling li .summary,
.cms-public .l-container  .title-list .tab ul.totaling li .title, .cms-public .title-list .tab ul.totaling li .summary a{
  line-height: 1.3;
}
@media screen and (min-width: 812px) {
  .cms-public .l-container  .title-list .tab ul.totaling li .title, .cms-public .title-list .tab ul.totaling li .summary{
    padding-left: 200px;
    display: block;
  }
}
.cms-public .l-container .title-list .tab ul li .belong{
  display: none;
}

/* ====================
	■シンプルなリスト
	=====================*/
.p-basic-list {
  display: inline-block;
  text-align: left;
}
.p-basic-list .p-basic-list__item {
  display: block;
  text-indent: -0.8rem;
  padding-left: 1rem;
}
.p-basic-list .p-basic-list__item:before {
  content: "・";
  color: #12A5F0;
}

/* ====================
	■横並び専用リスト
	=====================*/
.p-basic-list--row {
  display: inline-block;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.p-basic-list--row .p-basic-list--row__item {
  padding: 0 10px;
  width: 100%;
}

/* ====================
	■番号付きなリスト
	=====================*/
.p-ol-list {
  display: inline-block;
  text-align: left;
}
.p-ol-list .p-ol-list__item {
  display: block;
  position: relative;
  padding-left: 1.5rem;
}
.p-ol-list .p-ol-list__item > .p-ol-list--sub {
  padding-left: 0;
}

.p-ol-list__item:nth-child(1):before {
  content: "1：";
  color: #12A5F0;
  position: absolute;
  top: 0;
  left: 0;
}

.p-ol-list__item:nth-child(2):before {
  content: "2：";
  color: #12A5F0;
  position: absolute;
  top: 0;
  left: 0;
}

.p-ol-list__item:nth-child(3):before {
  content: "3：";
  color: #12A5F0;
  position: absolute;
  top: 0;
  left: 0;
}

.p-ol-list__item:nth-child(4):before {
  content: "4：";
  color: #12A5F0;
  position: absolute;
  top: 0;
  left: 0;
}

.p-ol-list__item:nth-child(5):before {
  content: "5：";
  color: #12A5F0;
  position: absolute;
  top: 0;
  left: 0;
}

.p-ol-list__item:nth-child(6):before {
  content: "6：";
  color: #12A5F0;
  position: absolute;
  top: 0;
  left: 0;
}

.p-ol-list__item:nth-child(7):before {
  content: "7：";
  color: #12A5F0;
  position: absolute;
  top: 0;
  left: 0;
}

.p-ol-list__item:nth-child(8):before {
  content: "8：";
  color: #12A5F0;
  position: absolute;
  top: 0;
  left: 0;
}

.p-ol-list__item:nth-child(9):before {
  content: "9：";
  color: #12A5F0;
  position: absolute;
  top: 0;
  left: 0;
}

/*================================
TOP　各ページ　リンク
================================*/
.p-basic-list--menu {
 margin-top: 1rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 812px) {
.p-basic-list--menu {
  margin-top: 0;
  margin-bottom: 2rem;
}
}
.p-basic-list--menu ul {
  margin-left: 2%;
}
@media screen and (min-width: 812px) {
  .p-basic-list--menu ul {
    margin: 0rem;
  }
}
.p-basic-list--menu li {
  position: relative;
  margin-bottom: 1.5rem;
}
.p-basic-list--menu li:before {
  content: "";
  display: block;
  background: url(/file/html/5153496.png) no-repeat;
  background-position: center left;
  background-size: 11px 15px;
  height: 15px;
  width: 11px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 812px) {
  .p-basic-list--menu li:before {
    top: 4px;
  }
}
.p-basic-list--menu li a {
  display: inline-block;
  padding-left: 15px;
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 1px;
  line-height: 1.3;
  font-weight: bold;
}
@media screen and (min-width: 812px) {
  .p-basic-list--menu li a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/*================================
記事一覧
================================*/
.p-basic-list--archive {
  margin: 1rem 0;
}
@media screen and (min-width: 812px) {
  .p-basic-list--archive {
    margin: 2rem 0;
  }
}
.p-basic-list--archive li {
  margin-bottom: 0.2rem;
  border-bottom: 1px dotted #ccc;
  padding: 0.5rem 0;
}
@media screen and (min-width: 812px) {
  .p-basic-list--archive li {
    padding-bottom: 0 0 0.5rem;
    margin-bottom: 1rem;
  }
}
.p-basic-list--archive li a {
  display: inline;
  line-height: 1.6;
}
.p-basic-list--archive time {
  display: block;
  min-width: 9.5rem;
  position: relative;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
@media screen and (min-width: 812px) {
  .p-basic-list--archive time {
    display: inline-block;
    vertical-align: baseline;
    min-width: 11rem;
    margin: 0;
  }
}
.p-basic-list--archive time:after {
  display: none;
}
@media screen and (min-width: 812px) {
  .p-basic-list--archive time:after {
    min-width: 11rem;
    content: "";
    background-image: url(/file/html/5153119.html);
    height: 15px;
    width: 11px;
    background-size: 11px 15px;
    display: inline-block;
    position: absolute;
    top: calc(50% - 7px);
    right: 0;
    margin-right: 0.5rem;
    background-repeat: no-repeat;
    background-position: right;
  }
}
.p-basic-list--archive .title {
  display: block;
  position: relative;
}
@media screen and (min-width: 812px) {
  .p-basic-list--archive .title {
    display: inline-block;
    vertical-align: baseline;
  }
}
.p-basic-list--archive .title:before {
  content: "";
  background-image: url(/file/html/5153119.html);
  height: 15px;
  width: 11px;
  background-size: 11px 15px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 0.5rem;
  background-repeat: no-repeat;
  background-position: right;
  vertical-align: middle;
}
@media screen and (min-width: 812px) {
  .p-basic-list--archive .title:before {
    display: none;
  }
}
.p-basic-list--archive .title a {
  display: inline-block;
  padding-left: 15px;
}
@media screen and (min-width: 812px) {
  .p-basic-list--archive .title a {
    padding-left: 0;
  }
}

/* in==================*/
.p-ol-list--sub {
  display: inline-block;
  text-align: left;
  padding: 10px 0 0 10px;
  margin-left: -14px;
}
.p-ol-list--sub__item {
  display: block;
  position: relative;
  padding-left: 3rem;
}

.p-ol-list--sub__item:nth-child(1):before {
  content: "【1】";
  color: #12A5F0;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(2):before {
  content: "【2】";
  color: #12A5F0;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(3):before {
  content: "【3】";
  color: #12A5F0;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(4):before {
  content: "【4】";
  color: #12A5F0;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(5):before {
  content: "【5】";
  color: #12A5F0;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(6):before {
  content: "【6】";
  color: #12A5F0;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(7):before {
  content: "【7】";
  color: #12A5F0;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(8):before {
  content: "【8】";
  color: #12A5F0;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(9):before {
  content: "【9】";
  color: #12A5F0;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(10):before {
  content: "【10】";
  color: #12A5F0;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(11):before {
  content: "【11】";
  color: #12A5F0;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(12):before {
  content: "【12】";
  color: #12A5F0;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(13):before {
  content: "【13】";
  color: #12A5F0;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(14):before {
  content: "【14】";
  color: #12A5F0;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(15):before {
  content: "【15】";
  color: #12A5F0;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(16):before {
  content: "【16】";
  color: #12A5F0;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(17):before {
  content: "【17】";
  color: #12A5F0;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(18):before {
  content: "【18】";
  color: #12A5F0;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(19):before {
  content: "【19】";
  color: #12A5F0;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(20):before {
  content: "【20】";
  color: #12A5F0;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

/* Page
======================================= */
/* =========================================================
top - topページの独自コンテンツ
========================================================= */
.p-top__facebook {
  display: none;
}
@media screen and (min-width: 812px) {
  .p-top__facebook {
    display: block;
    text-align: right;
    margin-top: -40px;
margin-bottom: 30px;
  }
}
.p-top__slider .p-top__slider-caption {
  position: absolute;
  right: 1%;
  top: 50px;
  z-index: 10;
  width: auto;
max-width: 60%;
  display:inline-block;
}
@media screen and (min-width: 812px) {
  .p-top__slider-caption {
  }
}
.p-top__slider {
  margin-bottom: 1em;
  background-image: url(/file/html/5153044.png);
  background-position: bottom center;
  position: relative;
  /*swiper*/
}
@media screen and (min-width: 812px) {
  .p-top__slider {
    margin-bottom: 3em;
  }
}
.p-top__slider .l-container {
  padding: 0;
  position: relative;
}
.p-top__slider:before {
  background-image: url(/file/html/5153537.png);
  content: ' ';
  position: absolute;
  background-repeat: repeat-x;
  z-index: 2;
  background-size: auto 50px;
  height: 50px;
  width: 100%;
}
@media screen and (min-width: 812px) {
  .p-top__slider:before {
    background-size: auto 200px;
    height: 200px;
    width: 100%;
    margin-top: -45px;
  }
}
.p-top__slider:after {
  background-image: url(/file/html/5154372.png);
  content: ' ';
  position: absolute;
  left: 0;
  bottom: 10px;
  height: 100px;
  width: 100px;
  background-repeat: no-repeat;
  background-size: auto 100px;
  background-position: bottom center;
  z-index: 2;
}
@media screen and (min-width: 812px) {
  .p-top__slider:after {
    background-image: url(/file/html/5153536.png);
    content: ' ';
    position: absolute;
    bottom: 0;
    height: 200px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
    z-index: 2;
  }
}
.p-top__slider .swiper-container {
  margin-top: -3em;
}
@media screen and (min-width: 812px) {
  .p-top__slider .swiper-container {
    margin-top: -5em;
  }
}
.p-top__slider .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 5px;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 812px) {
  .p-top__slider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 115px;
  }
}
.p-top__slider .swiper-pagination-bullet-active {
  opacity: 1 !important;
  background: #12a5f0 !important;
}
.p-top__slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: .6;
}
.p-top__slider .swiper-button-prev {
  display: none;
}
.p-top__slider .swiper-button-next {
  display: none;
}
.p-top__message {
  margin: 0.5em 0 1em;
  text-align: center;
}
@media screen and (min-width: 812px) {
  .p-top__message {
    margin-bottom: 3em;
  }
}
.p-top__ttl {
  margin: 1.5em 0 2em;
  text-align: center;
}
@media screen and (min-width: 812px) {
  .p-top__ttl {
    margin: 1em 0 2em;
  }
}
.p-top__ttl img {
  max-width: 95%;
}

/*step1*/
.p-top__step1-menu {
  margin-top: 1em;
}
.p-top__step1-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
@media screen and (min-width: 812px) {
  .p-top__step1-menu ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.p-top__step1-menu ul li {
  padding: 5px;
}

/*step4*/
.p-top__step4-nav-item {
  text-align: center;
  margin-bottom: 10%;
  width: 75%;
  margin: 0 auto;
  margin-bottom: 2em;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 812px) {
  .p-top__step4-nav-item {
    width: 100%;
    margin-bottom: 2em;
  }
}
.p-top__step4-nav-item img {
  margin-bottom: 1em;
}
.p-top__step4-nav-item a {
  font-weight: bold;
}

/*step5*/
.p-top__step5-photo {
  margin: 0 auto;
  text-align: center;
}

.p-top__step5-ttl--green {
  color: #62ae41;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  margin: 1em 0;
  text-align: center;
}
@media screen and (min-width: 812px) {
  .p-top__step5-ttl--green {
    text-align: left;
    margin: 0;
    margin-bottom: 1em;
  }
}
.p-top__step5-ttl--orange {
  color: #ff931e;
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: bold;
  margin: 1em 0;
  text-align: center;
  margin: 1em 0;
}
@media screen and (min-width: 812px) {
  .p-top__step5-ttl--orange {
    margin: 0;
    text-align: left;
    margin-bottom: 1.5em;
  }
}

/* =========================================================
about - aboutページの独自コンテンツ
========================================================= */
/* =========================================================
target - targetページの独自コンテンツ
========================================================= */
/* =========================================================
history - historyページの独自コンテンツ
========================================================= */
/* =========================================================
culture - cultureページの独自コンテンツ
========================================================= */
/* =========================================================
future - futureページの独自コンテンツ
========================================================= */
/* =========================================================
news - newsページの独自コンテンツ
========================================================= */
.p-news {
  display: block;
}
.p-news__ttl {
  margin-top: 2em;
  text-align: center;
}
.p-news__ttl span img {
  width: auto;
}
@media screen and (min-width: 812px) {
  .p-news__ttl span img {
    width: auto;
  }
}
.p-news__ttl span:after {
  margin: 0 auto;
  margin-top: 0.5em;
  padding-top: 5px;
  content: "NEWS";
  display: block;
  font-size: 1em;
  display: block;
  border-top: 2px solid #333;
  width: 100%;
  color: #333;
  max-width: 1000px;
}
@media screen and (min-width: 812px) {
  .p-news__ttl span:after {
    font-size: 1.25em;
  }
}

/* =========================================================
report - reportページの独自コンテンツ
========================================================= */
.c-report__date {
  display: inline-block;
}
.c-report__date:after {
  content: ' ';
  background-image: url(/file/html/icon_arrow.html);
  height: 14px;
  width: 16px;
  background-size: 16px 14px;
  display: inline-block;
  margin-left: 5px;
  width: 11em;
}

/* =========================================================
data - dataページの独自コンテンツ
========================================================= */
.l-container .sns-buttons{
  float: none!important;
  clear: both;
}
.l-container .sns-buttons .sns-area{
  margin-top: 0;
  text-align: right;
}
.cms-public .page .sns-area li{
  float: right;
}

.cms-public .l-container.data .title-list .tab ul.totaling{
display: flex;
flex-wrap: wrap;
}

.cms-public .l-container.data .title-list .tab ul.totaling li{
  width: 50%;
  border-bottom: none;
}
@media screen and (min-width: 812px) {
  .cms-public .l-container.data .title-list .tab ul.totaling li{
    width: 33.3%;
  }
}

.cms-public .l-container.data .title-list .tab ul.totaling li .title{
  padding-left:0;
}

.cms-public .l-container.data .title-list .tab ul.totaling li .title a{
  display: block;
  border-radius: 10px;
  border: 2px solid #0092DB;
  margin: 0 5px;
  padding: 10px 25px 10px 10px;
  text-align: center;
  background: url(/file/html/5153496.png) no-repeat right 10px center;
  color: #0092DB;
}


@media screen and (min-width: 812px) {
  .cms-public .l-container.data .title-list .tab ul.totaling li .title a{
    margin: 0 10px;
    padding: 15px 25px 15px 15px;
  }
}


.cms-public .l-container.data .title-list .tab ul.totaling li time {
  display: none;
}


/* =========================================================
link - linkページの独自コンテンツ
========================================================= */
.cms-public .list{
  max-width: 500px;
  margin: 0 auto;
}

.cms-public .list figcaption h2{
  background: #1AA9F1;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
  padding: 15px;
}

.cms-public .list ul li{
  margin-bottom: 15px;
}
.cms-public .list ul li a{
  display: block;
  line-height: 1.6;
  background: url(/file/html/5153496.png) no-repeat right 10px center;
  background-color: #EAF3FF;
  padding:10px 25px 10px 10px;
}


/* Utility
======================================= */
/* =========================================================
text - 文字の装飾など
========================================================= */
/*=========
フォントファミリーの指定
=========*/
/* 明朝 */
.u-ff-serif {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
}

.u-fc-main {
  color: #12A5F0 !important;
}

.u-fc-red {
  color: #d90b23 !important;
}

.u-fc-orange {
  color: #FFAA00 !important;
  font-weight: bold;
}

.u-fc-blue {
  color: #12A5F0 !important;
  font-weight: bold;
}

.u-fw-l {
  font-weight: lighter !important;
}

.u-fw-n {
  font-weight: normal !important;
}

.u-fw-b {
  font-weight: bold !important;
}

.u-ta-l {
  text-align: left;
}

.u-ta-c {
  text-align: center;
}

.u-ta-r {
  text-align: right;
}