@charset "UTF-8";
/*************************************************

    Foundation

*************************************************/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
  min-width: 320px;
  -webkit-print-color-adjust: exact;
  word-wrap: break-word; }

img {
  max-width: 100%;
  height: auto; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold; }

body {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'Noto Sans Japanese', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 400;
  color: #575757; }

a, a:visited {
  color: #e87240;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

a:hover, a:active {
  color: #F29C9C; }

/*************************************************

    Container

*************************************************/
/************************
    中央寄せラッパー
*************************/
.wrapper {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px; }

.wrapper h2 {
  text-align: center;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 32px; }

/************************
    3項目3色ローテーション
*************************/
.flex-tuple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .flex-tuple > section {
    width: 32%;
    margin-right: 2%;
    border-radius: 6px; }
    .flex-tuple > section:last-child {
      margin-right: 0; }
    .flex-tuple > section .text-area {
      padding: 0 8px 8px; }

/************************
    1コンテンツデザイン
*************************/
.main > section:nth-child(3n) .flex-tuple section:nth-child(3n),
.main > section:nth-child(3n+1) .flex-tuple section:nth-child(3n+2),
.main > section:nth-child(3n+2) .flex-tuple section:nth-child(3n+1) {
  background-color: #ade5f7 !important;
  border-radius: 6px; }
  .main > section:nth-child(3n) .flex-tuple section:nth-child(3n) .thumb,
  .main > section:nth-child(3n+1) .flex-tuple section:nth-child(3n+2) .thumb,
  .main > section:nth-child(3n+2) .flex-tuple section:nth-child(3n+1) .thumb {
    border: 6px solid #ade5f7;
    border-radius: 6px; }
  .main > section:nth-child(3n) .flex-tuple section:nth-child(3n) .text-area h3,
  .main > section:nth-child(3n+1) .flex-tuple section:nth-child(3n+2) .text-area h3,
  .main > section:nth-child(3n+2) .flex-tuple section:nth-child(3n+1) .text-area h3 {
    font-size: 20px; }
  .main > section:nth-child(3n) .flex-tuple section:nth-child(3n) dl,
  .main > section:nth-child(3n+1) .flex-tuple section:nth-child(3n+2) dl,
  .main > section:nth-child(3n+2) .flex-tuple section:nth-child(3n+1) dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px; }
    .main > section:nth-child(3n) .flex-tuple section:nth-child(3n) dl:last-child,
    .main > section:nth-child(3n+1) .flex-tuple section:nth-child(3n+2) dl:last-child,
    .main > section:nth-child(3n+2) .flex-tuple section:nth-child(3n+1) dl:last-child {
      margin-bottom: 10px; }
    .main > section:nth-child(3n) .flex-tuple section:nth-child(3n) dl dt,
    .main > section:nth-child(3n+1) .flex-tuple section:nth-child(3n+2) dl dt,
    .main > section:nth-child(3n+2) .flex-tuple section:nth-child(3n+1) dl dt {
      font-weight: 900;
      text-align: center;
      background-color: #59c9ef !important;
      padding: 8px 8px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    .main > section:nth-child(3n) .flex-tuple section:nth-child(3n) dl dd,
    .main > section:nth-child(3n+1) .flex-tuple section:nth-child(3n+2) dl dd,
    .main > section:nth-child(3n+2) .flex-tuple section:nth-child(3n+1) dl dd {
      margin-left: 16px;
      padding: 8px 0; }
  .main > section:nth-child(3n) .flex-tuple section:nth-child(3n) .button,
  .main > section:nth-child(3n+1) .flex-tuple section:nth-child(3n+2) .button,
  .main > section:nth-child(3n+2) .flex-tuple section:nth-child(3n+1) .button {
    width: 80%;
    text-align: center;
    margin: 20px auto;
    font-weight: 500; }
    .main > section:nth-child(3n) .flex-tuple section:nth-child(3n) .button a,
    .main > section:nth-child(3n+1) .flex-tuple section:nth-child(3n+2) .button a,
    .main > section:nth-child(3n+2) .flex-tuple section:nth-child(3n+1) .button a {
      display: block;
      text-decoration: none;
      padding: 16px;
      color: #fff;
      background-color: #56b8d9 !important;
      border-radius: 3px;
      border-top: 0 solid #3b9fc1;
      border-bottom: 4px solid #3b9fc1; }
      .main > section:nth-child(3n) .flex-tuple section:nth-child(3n) .button a:hover,
      .main > section:nth-child(3n+1) .flex-tuple section:nth-child(3n+2) .button a:hover,
      .main > section:nth-child(3n+2) .flex-tuple section:nth-child(3n+1) .button a:hover {
        border-bottom: 0 solid #3b9fc1;
        border-top: 4px solid #3b9fc1;
        background-color: #70d1f2 !important; }

.main > section:nth-child(3n) .flex-tuple section:nth-child(3n+1),
.main > section:nth-child(3n+1) .flex-tuple section:nth-child(3n),
.main > section:nth-child(3n+2) .flex-tuple section:nth-child(3n+2) {
  background-color: #f5e9a8 !important;
  border-radius: 6px; }
  .main > section:nth-child(3n) .flex-tuple section:nth-child(3n+1) .thumb,
  .main > section:nth-child(3n+1) .flex-tuple section:nth-child(3n) .thumb,
  .main > section:nth-child(3n+2) .flex-tuple section:nth-child(3n+2) .thumb {
    border: 6px solid #f5e9a8;
    border-radius: 6px; }
  .main > section:nth-child(3n) .flex-tuple section:nth-child(3n+1) .text-area h3,
  .main > section:nth-child(3n+1) .flex-tuple section:nth-child(3n) .text-area h3,
  .main > section:nth-child(3n+2) .flex-tuple section:nth-child(3n+2) .text-area h3 {
    font-size: 20px; }
  .main > section:nth-child(3n) .flex-tuple section:nth-child(3n+1) dl,
  .main > section:nth-child(3n+1) .flex-tuple section:nth-child(3n) dl,
  .main > section:nth-child(3n+2) .flex-tuple section:nth-child(3n+2) dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px; }
    .main > section:nth-child(3n) .flex-tuple section:nth-child(3n+1) dl:last-child,
    .main > section:nth-child(3n+1) .flex-tuple section:nth-child(3n) dl:last-child,
    .main > section:nth-child(3n+2) .flex-tuple section:nth-child(3n+2) dl:last-child {
      margin-bottom: 10px; }
    .main > section:nth-child(3n) .flex-tuple section:nth-child(3n+1) dl dt,
    .main > section:nth-child(3n+1) .flex-tuple section:nth-child(3n) dl dt,
    .main > section:nth-child(3n+2) .flex-tuple section:nth-child(3n+2) dl dt {
      font-weight: 900;
      text-align: center;
      background-color: #ebd356 !important;
      padding: 8px 8px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    .main > section:nth-child(3n) .flex-tuple section:nth-child(3n+1) dl dd,
    .main > section:nth-child(3n+1) .flex-tuple section:nth-child(3n) dl dd,
    .main > section:nth-child(3n+2) .flex-tuple section:nth-child(3n+2) dl dd {
      margin-left: 16px;
      padding: 8px 0; }
  .main > section:nth-child(3n) .flex-tuple section:nth-child(3n+1) .button,
  .main > section:nth-child(3n+1) .flex-tuple section:nth-child(3n) .button,
  .main > section:nth-child(3n+2) .flex-tuple section:nth-child(3n+2) .button {
    width: 80%;
    text-align: center;
    margin: 20px auto;
    font-weight: 500; }
    .main > section:nth-child(3n) .flex-tuple section:nth-child(3n+1) .button a,
    .main > section:nth-child(3n+1) .flex-tuple section:nth-child(3n) .button a,
    .main > section:nth-child(3n+2) .flex-tuple section:nth-child(3n+2) .button a {
      display: block;
      text-decoration: none;
      padding: 16px;
      color: #fff;
      background-color: #d3bf54 !important;
      border-radius: 3px;
      border-top: 0 solid #b5a33f;
      border-bottom: 4px solid #b5a33f; }
      .main > section:nth-child(3n) .flex-tuple section:nth-child(3n+1) .button a:hover,
      .main > section:nth-child(3n+1) .flex-tuple section:nth-child(3n) .button a:hover,
      .main > section:nth-child(3n+2) .flex-tuple section:nth-child(3n+2) .button a:hover {
        border-bottom: 0 solid #b5a33f;
        border-top: 4px solid #b5a33f;
        background-color: #eed96c !important; }

.main > section:nth-child(3n) .flex-tuple section:nth-child(3n+2),
.main > section:nth-child(3n+1) .flex-tuple section:nth-child(3n+1),
.main > section:nth-child(3n+2) .flex-tuple section:nth-child(3n) {
  background-color: #f5bfa9 !important;
  border-radius: 6px; }
  .main > section:nth-child(3n) .flex-tuple section:nth-child(3n+2) .thumb,
  .main > section:nth-child(3n+1) .flex-tuple section:nth-child(3n+1) .thumb,
  .main > section:nth-child(3n+2) .flex-tuple section:nth-child(3n) .thumb {
    border: 6px solid #f5bfa9;
    border-radius: 6px; }
  .main > section:nth-child(3n) .flex-tuple section:nth-child(3n+2) .text-area h3,
  .main > section:nth-child(3n+1) .flex-tuple section:nth-child(3n+1) .text-area h3,
  .main > section:nth-child(3n+2) .flex-tuple section:nth-child(3n) .text-area h3 {
    font-size: 20px; }
  .main > section:nth-child(3n) .flex-tuple section:nth-child(3n+2) dl,
  .main > section:nth-child(3n+1) .flex-tuple section:nth-child(3n+1) dl,
  .main > section:nth-child(3n+2) .flex-tuple section:nth-child(3n) dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px; }
    .main > section:nth-child(3n) .flex-tuple section:nth-child(3n+2) dl:last-child,
    .main > section:nth-child(3n+1) .flex-tuple section:nth-child(3n+1) dl:last-child,
    .main > section:nth-child(3n+2) .flex-tuple section:nth-child(3n) dl:last-child {
      margin-bottom: 10px; }
    .main > section:nth-child(3n) .flex-tuple section:nth-child(3n+2) dl dt,
    .main > section:nth-child(3n+1) .flex-tuple section:nth-child(3n+1) dl dt,
    .main > section:nth-child(3n+2) .flex-tuple section:nth-child(3n) dl dt {
      font-weight: 900;
      text-align: center;
      background-color: #eb8257 !important;
      padding: 8px 8px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    .main > section:nth-child(3n) .flex-tuple section:nth-child(3n+2) dl dd,
    .main > section:nth-child(3n+1) .flex-tuple section:nth-child(3n+1) dl dd,
    .main > section:nth-child(3n+2) .flex-tuple section:nth-child(3n) dl dd {
      margin-left: 16px;
      padding: 8px 0; }
  .main > section:nth-child(3n) .flex-tuple section:nth-child(3n+2) .button,
  .main > section:nth-child(3n+1) .flex-tuple section:nth-child(3n+1) .button,
  .main > section:nth-child(3n+2) .flex-tuple section:nth-child(3n) .button {
    width: 80%;
    text-align: center;
    margin: 20px auto;
    font-weight: 500; }
    .main > section:nth-child(3n) .flex-tuple section:nth-child(3n+2) .button a,
    .main > section:nth-child(3n+1) .flex-tuple section:nth-child(3n+1) .button a,
    .main > section:nth-child(3n+2) .flex-tuple section:nth-child(3n) .button a {
      display: block;
      text-decoration: none;
      padding: 16px;
      color: #fff;
      background-color: #d37a55 !important;
      border-radius: 3px;
      border-top: 0 solid #b6623f;
      border-bottom: 4px solid #b6623f; }
      .main > section:nth-child(3n) .flex-tuple section:nth-child(3n+2) .button a:hover,
      .main > section:nth-child(3n+1) .flex-tuple section:nth-child(3n+1) .button a:hover,
      .main > section:nth-child(3n+2) .flex-tuple section:nth-child(3n) .button a:hover {
        border-bottom: 0 solid #b6623f;
        border-top: 4px solid #b6623f;
        background-color: #ee936d !important; }

/************************
    4色ボーダー
*************************/
.border-fourth {
  z-index: 1;
  height: 6px;
  width: 100%;
  position: relative; }
  .border-fourth span:before, .border-fourth span:after {
    content: "";
    width: 25%;
    height: 100%;
    position: absolute;
    top: 0; }
  .border-fourth span:nth-child(2n+1):before {
    background-color: #9FE0F6 !important;
    left: 0; }
  .border-fourth span:nth-child(2n+1):after {
    background-color: #F3E59A !important;
    left: 25%; }
  .border-fourth span:nth-child(2n):before {
    background-color: #F3B59B !important;
    left: 50%; }
  .border-fourth span:nth-child(2n):after {
    background-color: #F29C9C !important;
    left: 75%; }

.border-fourth-rev {
  z-index: 1;
  height: 6px;
  width: 100%;
  position: relative; }
  .border-fourth-rev span:before, .border-fourth-rev span:after {
    content: "";
    width: 25%;
    height: 100%;
    position: absolute;
    top: 0; }
  .border-fourth-rev span:nth-child(2n+1):before {
    background-color: #F29C9C !important;
    left: 0; }
  .border-fourth-rev span:nth-child(2n+1):after {
    background-color: #F3B59B !important;
    left: 25%; }
  .border-fourth-rev span:nth-child(2n):before {
    background-color: #F3E59A !important;
    left: 50%; }
  .border-fourth-rev span:nth-child(2n):after {
    background-color: #9FE0F6 !important;
    left: 75%; }

/*************************************************

    Header

*************************************************/
.header {
  width: 100%;
  z-index: 100;
  position: relative; }

.header a,
.header a:visited {
  text-decoration: none;
  color: #595757; }

.header > .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.siteTitle {
  border-left: 2px solid #D3D3D3;
  border-right: 2px solid #D3D3D3;
  font-size: 24px;
  line-height: 60px;
  padding-left: 16px;
  padding-right: 16px; }

.globalNav-text,
.globalNav-check,
.globalNav-toggle {
  display: none; }

.globalNav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
  font-weight: 600; }

.globalNav ul > li {
  border-left: 2px solid #D3D3D3; }

.globalNav ul > li:last-child {
  border-right: 2px solid #D3D3D3; }

.globalNav ul > li a {
  display: block;
  text-align: center;
  line-height: 60px;
  padding-left: 16px;
  padding-right: 16px; }

/*************************************************

    Index.html

*************************************************/
.main > section {
  padding-top: 48px;
  padding-bottom: 60px; }

.main > section:nth-child(2n+1) {
  background-color: #FCEFD4 !important; }

.main > section:nth-child(2n) {
  background-color: #fff !important; }

/************************
    topImg
*************************/
.topImg {
  position: relative;
  z-index: 1;
  background-image: url(../img/check.jpg) !important;
  background-repeat: repeat; }

.topImg > .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.topImg-main {
  z-index: 2;
  width: 50%; }

.topImg-text {
  z-index: 3;
  width: 50%; }

/************************
    information
*************************/
.information dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 16px;
  line-height: 1.6; }
  .information dl dt {
    width: 120px;
    background-color: #9FE0F6 !important;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-right: 8px; }
  .information dl dd {
    background-color: #ffffff !important;
    text-align: left;
    padding: 8px;
    width: 100%; }
  .information dl:nth-child(4n+2) dt {
    background-color: #9FE0F6 !important; }
  .information dl:nth-child(4n+3) dt {
    background-color: #F3E59A !important; }
  .information dl:nth-child(4n) dt {
    background-color: #F3B59B !important; }
  .information dl:nth-child(4n+1) dt {
    background-color: #F29C9C !important; }

.contact .wrapper {
  font-size: 20px;
  text-align: center; }

/*************************************************

    footer

*************************************************/
.footer {
  background-color: #595757 !important;
  color: #fff;
  padding: 30px 0;
  text-align: center; }

/*************************************************

    petit

*************************************************/
.petit .limit {
  text-align: center;
  font-weight: 600;
  font-size: 18px; }
  .petit .limit .wrapper {
    background-color: #f4aaaa;
    margin-top: 40px;
    padding: 20px 0; }

.petit .apply {
  width: 100%;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.6);
  bottom: 0;
  left: 0; }

.petit .button {
  width: 300px;
  text-align: center;
  margin: 20px auto;
  font-weight: 500; }
  .petit .button a {
    display: block;
    text-decoration: none;
    padding: 16px;
    color: #fff;
    background-color: #d15757 !important;
    border-radius: 3px;
    border-top: 0 solid #b44141;
    border-bottom: 4px solid #b44141; }
    .petit .button a:hover {
      border-bottom: 0 solid #b44141;
      border-top: 4px solid #b44141;
      background-color: #ec6f6f !important; }

/*************************************************

    access

*************************************************/
.access .flex-tuple {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .access .flex-tuple .two-col {
    width: 48%; }
    .access .flex-tuple .two-col section {
      margin-bottom: 20px; }

/*************************************************

    break point

*************************************************/
/**タブレット(縦)未満**/
@media screen and (max-width: 900px) {
  .header .globalNav {
    position: relative;
    width: 64px;
    height: 64px;
    background-color: #42c2ed !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .header .globalNav:hover {
      background-color: #9FE0F6 !important; }
  .header .globalNav-toggle {
    content: "";
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 30000;
    border-top: 0 solid #3b9fc1;
    border-bottom: 4px solid #3b9fc1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .header .globalNav-toggle:hover {
      border-top: 4px solid #3b9fc1;
      border-bottom: 0 solid #3b9fc1; }
  .header .globalNav-toggle:before,
  .header .globalNav-toggle:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 10px;
    left: 20px;
    -webkit-transition: height 0.25s ease-in-out 0.3s, top 0.2s ease-in-out 0.3s, border 0s 0.3s, -webkit-transform 0.25s ease-in-out 0s;
    transition: height 0.25s ease-in-out 0.3s, top 0.2s ease-in-out 0.3s, border 0s 0.3s, -webkit-transform 0.25s ease-in-out 0s;
    transition: height 0.25s ease-in-out 0.3s, top 0.2s ease-in-out 0.3s, border 0s 0.3s, transform 0.25s ease-in-out 0s;
    transition: height 0.25s ease-in-out 0.3s, top 0.2s ease-in-out 0.3s, border 0s 0.3s, transform 0.25s ease-in-out 0s, -webkit-transform 0.25s ease-in-out 0s; }
  .header .globalNav-toggle:before {
    border-top: 2px solid #fff;
    border-bottom: 1px solid #fff;
    top: 14px; }
  .header .globalNav-toggle:after {
    border-top: 1px solid #fff;
    border-bottom: 2px solid #fff;
    top: 24px; }
  .header .globalNav-check:checked + .globalNav-toggle:before,
  .header .globalNav-check:checked + .globalNav-toggle:after {
    -webkit-transition: height 0.25s ease-in-out 0s, top 0.2s ease-in-out 0s, border 0s 0s, -webkit-transform 0.25s ease-in-out 0.3s;
    transition: height 0.25s ease-in-out 0s, top 0.2s ease-in-out 0s, border 0s 0s, -webkit-transform 0.25s ease-in-out 0.3s;
    transition: height 0.25s ease-in-out 0s, top 0.2s ease-in-out 0s, border 0s 0s, transform 0.25s ease-in-out 0.3s;
    transition: height 0.25s ease-in-out 0s, top 0.2s ease-in-out 0s, border 0s 0s, transform 0.25s ease-in-out 0.3s, -webkit-transform 0.25s ease-in-out 0.3s; }
  .header .globalNav-check:checked + .globalNav-toggle:before {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    border-bottom: none;
    top: 24px;
    height: 0; }
  .header .globalNav-check:checked + .globalNav-toggle:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: none;
    top: 24px;
    height: 0; }
  .header .globalNav-text {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10000; }
  .header .globalNav-ul {
    display: none;
    top: 64px;
    right: 0;
    width: 160px;
    text-align: center;
    background-color: #42c2ed !important;
    color: #fff;
    -webkit-animation: showList 0.3s linear 0s;
            animation: showList 0.3s linear 0s;
    position: absolute;
    z-index: 400;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .header .globalNav-check:checked ~ .globalNav-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .header .globalNav-ul li {
    width: 100%;
    margin-left: 0;
    border: none; }
  .header .globalNav-ul li:first-child {
    border-top: none; }
  .header .globalNav-ul li:last-child {
    border: none; }
  .header .globalNav-ul li a {
    color: #fff;
    background-color: #42c2ed !important;
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
    border-top: 1px dashed rgba(255, 255, 255, 0.8); }
  .header .globalNav-ul li:first-child a {
    border-top: none; }
  .header .globalNav-ul li a:hover {
    background-color: #9FE0F6 !important; }
  @-webkit-keyframes showList {
    from {
      opacity: 0; }
    to {
      opacity: 1; } }
  @keyframes showList {
    from {
      opacity: 0; }
    to {
      opacity: 1; } }
  .flex-tuple {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .flex-tuple > section {
      width: 100%;
      margin: 0 auto 32px;
      border-radius: 6px; }
      .flex-tuple > section:last-child {
        margin-right: auto; }
  .information dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .information dl dt {
      width: 100%; }
  .access .flex-tuple .two-col {
    width: 100%; } }

/**スマホ(縦)未満**/
@media screen and (max-width: 600px) {
  .topImg > .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .topImg-main,
  .topImg-text {
    width: 90%; }
  .siteTitle {
    border-left: none;
    font-size: 22px;
    line-height: 60px;
    padding-left: 0; } }

@media print {
  .flex-tuple {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .flex-tuple > section {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-right: 0;
      border-radius: 6px; }
      .flex-tuple > section > div {
        width: 50%; }
      .flex-tuple > section .text-area {
        padding: 0 8px 8px; } }
