@charset "UTF-8";
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-family: "Osaka", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.3rem;
  min-width: 1150px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  color: #000;
  background: #fff;
  margin: 0 auto;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a:link, a:visited, a:hover, a:active {
  color: #06c;
  text-decoration: none;
  -webkit-transition: color .2s;
  transition: color .2s;
}

a:hover, a:active, a:focus {
  color: #39f;
}

footer, nav {
  display: block;
}

ul li {
  list-style-type: none;
}

img {
  border: 0;
}

a img {
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

a img:hover {
  opacity: 0.7;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

p, ul, h1, h2 {
  margin: 0;
  padding: 0;
}

/* ------------------------------
  top-info-area
 ------------------------------ */
.top-info-area {
  background: #fff;
  border-bottom: solid 1px #dadee4;
}

.error-area {
  background: #fdebeb;
  padding: 5px 0px;
}

.top-info-area.error-area {
  background: #fdebeb;
  color: #e30000;
}

.top-info-area.error-area .box-info {
  background: #fdebeb;
}

.box-info {
  position: relative;
  background: #fff;
}

.box-info .box-info-inner {
  /* width: 1150px; */
  width: 960px;
  margin: 0 auto;
  padding: 0 10px;
}

.box-info .box-info-inner .box-head-wrap {
  padding: 7px 0;
}

.box-info .box-info-inner .box-head-wrap.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box-info .box-info-inner .box-head-wrap.link .box-head {
  position: relative;
  padding: 0 0 0 30px;
  margin: 0;
  font-weight: normal;
  font-size: 1.4rem;
}

.top-info-area.error-area .box-info .box-info-inner .box-head-wrap .box-head::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../../assets/img/icons/info.png) no-repeat 0 0;
  background-size: 20px;
  content: "";
}

.box-info .box-info-inner .box-head-wrap .emphasis {
  font-weight: bold;
}

.box-info .box-info-inner .box-head-wrap .event {
  position: relative;
  display: block;
  padding: 0 0 0 14px;
}

.box-info .box-info-inner .box-head-wrap .event::before {
  top: 8px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  position: absolute;
  left: 0;
  display: block;
  width: 7px;
  height: 1px;
  background: #00aaeb;
  content: "";
}

.box-info .box-info-inner .box-head-wrap .event::after {
  top: 12px;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
  position: absolute;
  left: 0;
  display: block;
  width: 7px;
  height: 1px;
  background: #00aaeb;
  content: "";
}

/* ------------------------------
   news
 ------------------------------ */
#newsArea {
  width: 1150px;
  margin: 0 auto;
  padding: 26px 10px 0;
}

.news-inner {
  background: #fff;
  border-radius: 3px;
  padding: 0 1em;
}

#newsArea iframe {
  border: none;
  width: 100%;
  height: 190px;
}

#newsArea h2 {
  padding: 10px 0px 0 0px;
  font-size: 14px;
  color: #02205c;
  margin: 0 0 10px 0;
}

/* ------------------------------
  contents
 ------------------------------ */
.contents-main {
  background-color: #eceff2;
}

.contents-main > .contents-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1150px;
  margin: 0 auto;
  padding: 0px 10px 60px;
}

.contents-main > .contents-inner > .main {
  width: calc(1150px - 375px);
  margin-bottom: 50px;
}

.contents-main > .contents-inner > .side {
  width: 330px;
  margin: 0 0 0 45px;
}

.contents-main > .contents-inner > .main > *, .contents-main > .contents-inner > .side > * {
  margin-top: 30px;
}

.box-inner .box-content-01 {
  /* margin-top: 10px; */
  border-radius: 3px;
}

.box-inner .box-content-01 .box-content-inner {
  padding: 30px;
}

.box-inner .box-content-02 .box-content-inner {
  padding: 30px;
}

.box-01 .box-inner .box-content-01, .box-01 .box-inner .box-content-02 {
  overflow: hidden;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}

.box-inner .box-content-01, .box-inner .box-content-02 {
  overflow: hidden;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}

.box-01 .box-inner .box-hdg-01-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px 3px 0 0;
  background: #00aaeb;
  padding: 12px 10px 13px 12px;
  border-radius: 3px 3px 0 0;
}

.box-01 .box-inner .box-hdg-01-wrap .box-hdg-01 {
  padding: 0 0 0 20px;
  font-size: 1.8rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: normal;
  color: #fff;
}

.box-01 .box-inner .box-content-01 {
  margin-bottom: 10px;
  border-radius: 3px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.lyt-link > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.lyt-link > li > a .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

/* ------------------------------
  link-arrow[s]
 ------------------------------ */
a .link {
  position: relative;
  display: block;
  max-width: 100%;
  margin: 0;
  padding: 0 0 0 20px;
  font-size: 1.4rem;
}

a .link::before, a .link::after {
  position: absolute;
  left: 0;
  display: block;
  width: 7px;
  height: 1px;
  background: #00aaeb;
  content: "";
}

a .link::before {
  top: 8px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

a .link::after {
  top: 12px;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

/* ------------------------------
  link-arrow[e]
 ------------------------------ */
.lyt-link > li > a .content p:not([class]) {
  margin-top: 8px;
  margin-bottom: 0;
  color: #333;
  max-width: 100%;
}

.lyt-link > li > a .img {
  margin: 0 18px 0 0;
}

.box-01 .box-inner .box-content-01 .box-content-inner, .box-01 .box-inner .box-content-02 .box-content-inner {
  background: #fff;
}

.lyt-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.lyt-link > li > a:hover .img img, .lyt-link > li > a:active .img img, .lyt-link > li > a:focus .img img {
  opacity: .8;
}

.lyt-link.col2 > li {
  width: 50%;
}

.lyt-link.col2 > li:nth-child(n + 3) {
  margin-top: 45px;
}

.lyt-link.col2 > li:nth-child(odd) {
  padding-right: 30px;
}

.lyt-link.col2 > li:nth-child(even) {
  padding-left: 30px;
}

/* .lyt-link.col2 > li + li {
    margin-top: 45px;
} */
.question_area > .lyt-link > li {
  margin-bottom: 5px;
}

.question_area > .lyt-link > li:last-child {
  margin-bottom: 0;
}

.large {
  font-size: 1.8rem !important;
}

/* contents [e]*/
/* ------------------------------
 link
------------------------------ */
.link-list-01 > li {
  padding: 10px 10px 0 0px;
}

.link-list-01 > li a {
  position: relative;
  display: block;
  padding: 0 0 0 14px;
  font-size: 1.3rem;
  position: relative;
  display: block;
  padding: 0 0 0 14px;
  font-size: 1.3rem;
}

.link-list-01 > li a::before {
  top: 8px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  position: absolute;
  left: 0;
  display: block;
  width: 7px;
  height: 1px;
  background: #00aaeb;
  content: "";
}

.link-list-01 > li a::after, .link-list-01 > li a::before {
  position: absolute;
  left: 0;
  display: block;
  width: 7px;
  height: 1px;
  background: #00aaeb;
  content: "";
}

.link-list-01 > li a::after {
  position: absolute;
  left: 0;
  display: block;
  width: 7px;
  height: 1px;
  background: #00aaeb;
  content: "";
  top: 12px;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

/* ------------------------------
  side
 ------------------------------ */
@media (min-width: 768px) {
  .side {
    /* -ms-grid-row: 2;
    -ms-grid-column: 3; */
    width: 345px;
    grid-area: side;
  }
}

.side-inner {
  overflow: hidden;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}

.box-hdg-02 {
  position: relative;
  border-bottom: 1px solid #fff;
  background: #00aaeb;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 20px;
  font-size: 1.6rem;
  color: #fff;
}

.p-navList {
  padding: 0 15px;
  background-color: #fff;
}

@media all and (-ms-high-contrast: none) {
  .p-navList {
    padding: 0 13px;
  }
}

.p-navList__item {
  display: block;
  position: relative;
  height: 100%;
  padding: 20px 0;
  color: #333333;
  text-decoration: none;
  overflow: hidden;
}

.p-navList__itemInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* position: relative; */
}

.p-navList__itemInner ul.link-list-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-navList__itemInner .__pic {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #e7f8ff;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.p-navList__itemInner .__pic img {
  width: 46px;
}

.p-navList__itemInner .__box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding: 0 0 0 15px;
}

.p-navList__itemInner .__box p {
  font-size: 1.4rem;
}

.box-02 {
  margin-top: 30px;
  padding: 30px 19px;
  overflow: hidden;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}

.list-bnr-01 {
  max-width: 288px;
  margin: 0 auto;
}

.box-02 .list-bnr-01 li img {
  width: 288px;
  height: 78px;
}

.list-bnr-01 > li + li {
  margin-top: 10px;
}

/* ------------------------------
   layout
 ------------------------------ */
.flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lyt-link img.key {
  vertical-align: text-top;
  padding-left: 6px;
  height: auto;
}

.lyt-link img.keytop {
  vertical-align: middle;
  padding-left: 6px;
  height: auto;
}

img.key {
  padding-left: 2px;
  vertical-align: middle;
}

.new-icon {
  display: inline-block;
  margin: 0 0 1px;
  padding: 2px 2px;
  font-size: 1.2rem;
  color: #ff1100;
  line-height: 1;
  background: #ffe00d;
  border-radius: 3px;
  vertical-align: middle;
}

.q_ButtonAll {
  width: 100px;
  font-size: 12px;
  text-align: center;
  display: block;
  padding: 5px 0 5px;
  background: #fff;
  border-radius: 20px;
}

.q_ButtonAll a {
  color: #000;
}

.q_ButtonAll a:hover {
  color: #696969;
}

footer {
  background-color: #eceff2;
  padding-bottom: 60px;
}

footer .inner {
  width: 1150px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .link {
  padding-right: 50px;
}
/*# sourceMappingURL=top.css.map */