﻿@charset "UTF-8";
/*******************************************/
/* Reset                                   */
/*******************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
abbr, address, cite, code,
dfn, em, img, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

/*******************************************/
/* Base                                    */
/*******************************************/
html {
  font-size: 62.5%;
  overflow: auto;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans", "Noto Sans CJK JP", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  color: #333;
  overflow: hidden;
  min-width: 320px;
}
@media print, screen and (min-width: 768px) {
  body {
    min-width: 1006px;
  }
}

* {
  box-sizing: border-box;
}

a {
  color: #666;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

li {
  list-style-type: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

main {
  display: block;
  width: 100%;
  min-height: calc(100vh - 212px);
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: auto;
}
@media print, screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

a[href^="tel:"]:hover {
  text-decoration: none;
}

video {
  max-width: 100%;
  height: auto;
  max-height: 540px;
}

/*******************************************/
/* Header                                  */
/*******************************************/
.hWrap {
  width: 100%;
}

.hBlock {
  margin: 0 auto;
  position: relative;
  width: calc(100% - 32px);
  height: 56px;
}
@media print, screen and (min-width: 768px) {
  .hBlock {
    width: 960px;
    height: 72px;
  }
}

.navBlock {
  background: linear-gradient(90deg, rgb(6, 95, 185) 50%, rgb(0, 167, 222) 100%);
  width: 100%;
}
.navBlock .navBlock-inr {
  margin: 0 auto;
  padding: 7px 0;
  position: relative;
  width: calc(100% - 32px);
}
@media print, screen and (min-width: 768px) {
  .navBlock .navBlock-inr {
    width: 960px;
    height: 40px;
  }
}
.navBlock .navBlock-inr p {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -13px;
  width: 120px;
}
.navBlock .navBlock-inr p a {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  display: block;
  color: #fff;
  font-size: 1.4rem;
  padding: 6px 12px;
  text-align: center;
  transition: all 0.3s ease;
}
.navBlock .navBlock-inr p a:hover {
  opacity: 0.5;
  text-decoration: none;
}

.hItem-1 a {
  display: block;
  line-height: 1em;
  position: absolute;
  top: 14px;
  left: 0;
  width: 180px;
  height: auto;
}
@media print, screen and (min-width: 768px) {
  .hItem-1 a {
    top: 16px;
    width: 242px;
    height: 38px;
  }
}

.hItem-2 a {
  position: absolute;
  top: 23px;
  right: 0;
  width: 120px;
  height: 19px;
}
@media print, screen and (min-width: 768px) {
  .hItem-2 a {
    top: 16px;
    width: 240px;
    height: 38px;
  }
}

.hDl-id, .hDl-name {
  display: table;
  width: calc(100% - 120px);
}
@media print, screen and (min-width: 768px) {
  .hDl-id, .hDl-name {
    width: auto;
  }
}
.hDl-id dt, .hDl-name dt {
  color: #fff;
  display: table-cell;
  font-size: 1.4rem;
  line-height: 20px;
  width: 44px;
  text-align: right;
}
@media print, screen and (min-width: 768px) {
  .hDl-id dt, .hDl-name dt {
    line-height: 26px;
    text-align: left;
    width: auto;
  }
}
.hDl-id dd, .hDl-name dd {
  color: #fff;
  display: table-cell;
  font-size: 1.4rem;
  line-height: 20px;
  width: calc(100% - 44px);
}
@media print, screen and (min-width: 768px) {
  .hDl-id dd, .hDl-name dd {
    line-height: 26px;
  }
}

@media print, screen and (min-width: 768px) {
  .hDl-id {
    float: left;
    padding-right: 33px;
  }
}
@media print, screen and (min-width: 768px) {
  .hDl-id::after {
    background: rgba(255, 255, 255, 0.2);
    content: "";
    display: inline-block;
    position: relative;
    top: 2px;
    left: 16px;
    width: 1px;
    height: 14px;
  }
}

@media print, screen and (min-width: 768px) {
  .hDl-name {
    float: left;
  }
}

/*******************************************/
/* Footer                                  */
/*******************************************/
.fWrap {
  background: linear-gradient(90deg, rgb(6, 95, 185) 40%, rgb(71, 134, 0) 100%);
  padding: 40px;
  width: 100%;
}
.fWrap p {
  color: #fff;
  font-size: 1.2rem;
  line-height: 2rem;
  text-align: center;
}

/*******************************************/
/* Grid                                    */
/*******************************************/
/* Layout */
@media print, screen and (min-width: 768px) {
  .flex-2col {
    display: flex;
    flex-wrap: nowrap;
    margin-left: -56px;
  }
}

@media print, screen and (min-width: 768px) {
  .flex-3col {
    display: flex;
    flex-wrap: nowrap;
    margin-left: -40px;
  }
}

@media print, screen and (min-width: 768px) {
  .flex-4col {
    display: flex;
    flex-wrap: nowrap;
    margin-left: -40px;
  }
}

@media print, screen and (min-width: 768px) {
  .flex-5col {
    display: flex;
    flex-wrap: nowrap;
    margin-left: -20px;
  }
}

.flex-reverse {
  flex-direction: row-reverse;
}

.flex-middle {
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-2-1 {
  margin-bottom: 32px;
}
@media print, screen and (min-width: 768px) {
  .box-2-1 {
    flex: 1;
    margin-left: 56px;
    margin-bottom: 0;
    min-height: 0%;
  }
}

.box-3-1 {
  margin-bottom: 32px;
}
@media print, screen and (min-width: 768px) {
  .box-3-1 {
    flex: 1 0 0px;
    margin-left: 40px;
    margin-bottom: 0;
    min-height: 0%;
  }
}

.box-3-2 {
  margin-bottom: 32px;
}
@media print, screen and (min-width: 768px) {
  .box-3-2 {
    flex: 2 0 40px;
    margin-left: 40px;
    margin-bottom: 0;
    min-height: 0%;
  }
}

.box-4-1 {
  margin-bottom: 32px;
}
@media print, screen and (min-width: 768px) {
  .box-4-1 {
    flex: 1 0 0px;
    margin-left: 40px;
    margin-bottom: 0;
    min-height: 0%;
  }
}

.box-4-2 {
  margin-bottom: 32px;
}
@media print, screen and (min-width: 768px) {
  .box-4-2 {
    flex: 2 0 40px;
    margin-left: 40px;
    margin-bottom: 0;
    min-height: 0%;
  }
}

.box-4-3 {
  margin-bottom: 32px;
}
@media print, screen and (min-width: 768px) {
  .box-4-3 {
    flex: 3 0 80px;
    margin-left: 40px;
    margin-bottom: 0;
    min-height: 0%;
  }
}

.box-5-1 {
  margin-bottom: 32px;
}
@media print, screen and (min-width: 768px) {
  .box-5-1 {
    flex: 1 0 0px;
    margin-left: 20px;
    margin-bottom: 0;
    min-height: 0%;
  }
}

.box-2-1:last-child, .box-3-1:last-child, .box-3-2:last-child, .box-4-1:last-child, .box-4-3:last-child, .box-5-1:last-child {
  margin-bottom: 0;
}

.float-L {
  float: none;
}
@media print, screen and (min-width: 768px) {
  .float-L {
    float: left;
  }
}

.float-R {
  float: none;
}
@media print, screen and (min-width: 768px) {
  .float-R {
    float: right;
  }
}

.relative {
  position: relative;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* Margin */
.m1em {
  margin-bottom: 1em;
}

.mLv1 {
  margin-bottom: 1.6vh;
}
@media print, screen and (min-width: 768px) {
  .mLv1 {
    margin-bottom: 16px;
  }
}

.mLv2 {
  margin-bottom: 2.4vh;
}
@media print, screen and (min-width: 768px) {
  .mLv2 {
    margin-bottom: 24px;
  }
}

.mLv3 {
  margin-bottom: 3.2vh;
}
@media print, screen and (min-width: 768px) {
  .mLv3 {
    margin-bottom: 32px;
  }
}

.mLv4 {
  margin-bottom: 4.8vh;
}
@media print, screen and (min-width: 768px) {
  .mLv4 {
    margin-bottom: 48px;
  }
}

.mLv5 {
  margin-bottom: 6.4vh;
}
@media print, screen and (min-width: 768px) {
  .mLv5 {
    margin-bottom: 64px;
  }
}

.mLv6 {
  margin-bottom: 9.6vh;
}
@media print, screen and (min-width: 768px) {
  .mLv6 {
    margin-bottom: 96px;
  }
}

.mLv7 {
  margin-bottom: 12.8vh;
}
@media print, screen and (min-width: 768px) {
  .mLv7 {
    margin-bottom: 128px;
  }
}

.mLv8 {
  margin-bottom: 16vh;
}
@media print, screen and (min-width: 768px) {
  .mLv8 {
    margin-bottom: 160px;
  }
}

.m0 {
  margin: 0 !important;
}

.m0auto {
  margin: 0 auto;
}

/* Padding */
.pLv1 {
  padding-bottom: 1.6vh;
}
@media print, screen and (min-width: 768px) {
  .pLv1 {
    padding-bottom: 16px;
  }
}

.pLv2 {
  padding-bottom: 2.4vh;
}
@media print, screen and (min-width: 768px) {
  .pLv2 {
    padding-bottom: 24px;
  }
}

.pLv3 {
  padding-bottom: 3.2vh;
}
@media print, screen and (min-width: 768px) {
  .pLv3 {
    padding-bottom: 32px;
  }
}

.pLv4 {
  padding-bottom: 4.8vh;
}
@media print, screen and (min-width: 768px) {
  .pLv4 {
    padding-bottom: 48px;
  }
}

.pLv5 {
  padding-bottom: 6.4vh;
}
@media print, screen and (min-width: 768px) {
  .pLv5 {
    padding-bottom: 64px;
  }
}

.pLv6 {
  padding-bottom: 9.6vh;
}
@media print, screen and (min-width: 768px) {
  .pLv6 {
    padding-bottom: 96px;
  }
}

.pLv7 {
  padding-bottom: 12.8vh;
}
@media print, screen and (min-width: 768px) {
  .pLv7 {
    padding-bottom: 128px;
  }
}

.pLv8 {
  padding-bottom: 16vh;
}
@media print, screen and (min-width: 768px) {
  .pLv8 {
    padding-bottom: 160px;
  }
}

.p0 {
  padding: 0 !important;
}

/* Width */
.w5, .w10, .w15, .w20, .w25, .w30, .w35, .w40, .w45, .w50, .w55, .w60, .w65, .w70, .w75, .w80, .w85, .w90, .w95 {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .w5 {
    width: 5%;
  }
}

@media print, screen and (min-width: 768px) {
  .w10 {
    width: 10%;
  }
}

@media print, screen and (min-width: 768px) {
  .w15 {
    width: 15%;
  }
}

@media print, screen and (min-width: 768px) {
  .w20 {
    width: 20%;
  }
}

@media print, screen and (min-width: 768px) {
  .w25 {
    width: 25%;
  }
}

@media print, screen and (min-width: 768px) {
  .w30 {
    width: 30%;
  }
}

@media print, screen and (min-width: 768px) {
  .w35 {
    width: 35%;
  }
}

@media print, screen and (min-width: 768px) {
  .w40 {
    width: 40%;
  }
}

@media print, screen and (min-width: 768px) {
  .w45 {
    width: 45%;
  }
}

@media print, screen and (min-width: 768px) {
  .w50 {
    width: 50%;
  }
}

@media print, screen and (min-width: 768px) {
  .w55 {
    width: 55%;
  }
}

@media print, screen and (min-width: 768px) {
  .w60 {
    width: 60%;
  }
}

@media print, screen and (min-width: 768px) {
  .w65 {
    width: 65%;
  }
}

@media print, screen and (min-width: 768px) {
  .w70 {
    width: 70%;
  }
}

@media print, screen and (min-width: 768px) {
  .w75 {
    width: 75%;
  }
}

@media print, screen and (min-width: 768px) {
  .w80 {
    width: 80%;
  }
}

@media print, screen and (min-width: 768px) {
  .w85 {
    width: 85%;
  }
}

@media print, screen and (min-width: 768px) {
  .w90 {
    width: 90%;
  }
}

@media print, screen and (min-width: 768px) {
  .w95 {
    width: 95%;
  }
}

@media print, screen and (min-width: 768px) {
  .w100 {
    width: 100%;
  }
}

/*******************************************/
/* Button                                  */
/*******************************************/
.btn-lv1 a {
  background: #007fff;
  color: #fff;
  display: block;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  margin: 0 auto;
  border-radius: 4px;
  font-size: 1.6rem;
  line-height: 36px;
  height: 36px;
}
@media print, screen and (min-width: 768px) {
  .btn-lv1 a {
    font-weight: normal;
    width: 180px;
  }
}

.btn-lv2 a {
  background: #007fff;
  color: #fff;
  display: block;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  margin: 0 auto;
  border-radius: 4px;
  font-size: 1.6rem;
  line-height: 40px;
  width: 100%;
  height: 40px;
}
@media print, screen and (min-width: 768px) {
  .btn-lv2 a {
    font-weight: normal;
    width: 240px;
  }
}

.btn-lv3 a {
  background: #007fff;
  color: #fff;
  display: block;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  margin: 0 auto;
  border-radius: 4px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  width: 100%;
  min-height: 40px;
  padding: 8px;
}
@media print, screen and (min-width: 768px) {
  .btn-lv3 a {
    font-size: 2rem;
    font-weight: normal;
    line-height: 40px;
    width: 640px;
    height: 56px;
    min-height: inherit;
  }
}

.btn-lv4 a {
  background: #007fff;
  color: #fff;
  display: block;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  margin: 0 auto;
  border-radius: 4px;
  font-size: 1.8rem;
  line-height: 48px;
  width: 100%;
  height: 48px;
}
@media print, screen and (min-width: 768px) {
  .btn-lv4 a {
    font-size: 2.2rem;
    font-weight: normal;
    line-height: 64px;
    height: 64px;
  }
}

.btn-lv1 a:hover, .btn-lv2 a:hover, .btn-lv3 a:hover, .btn-lv4 a:hover {
  opacity: 0.5;
  text-decoration: none;
}

.btn-lv1 a:visited, .btn-lv2 a:visited, .btn-lv3 a:visited, .btn-lv4 a:visited {
  color: #fff;
}

/*******************************************/
/* Text                                    */
/*******************************************/
.t12 {
  font-size: 1.2rem !important;
  line-height: 2.2rem !important;
}

.t14 {
  font-size: 1.4rem !important;
  line-height: 2.4rem !important;
}

.t16 {
  font-size: 1.6rem !important;
  line-height: 3rem !important;
}

.t18 {
  font-size: 1.8rem !important;
  line-height: 3.8rem !important;
}

.t20 {
  font-size: 2rem !important;
  line-height: 4.2rem !important;
}

.t22 {
  font-size: 2.2rem !important;
  line-height: 4.4rem !important;
}

.t24 {
  font-size: 2.4rem !important;
  line-height: 4.6rem !important;
}

.t26 {
  font-size: 2.6rem !important;
  line-height: 4.8rem !important;
}

.t28 {
  font-size: 2.8rem !important;
  line-height: 5rem !important;
}

.t30 {
  font-size: 3rem !important;
  line-height: 5.2rem !important;
}

.tCenter {
  text-align: center;
}

.tCenter-pc {
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .tCenter-pc {
    text-align: center;
  }
}

.tLeft {
  text-align: left;
}

.tRight {
  text-align: right;
}

.tIndent {
  padding-left: 1em;
  text-indent: -1em;
}

.tRed {
  color: #ff0000;
}

.tBlue {
  color: #0068b7;
}

.tWhite {
  color: #fff;
}

.tGreen {
  color: #007b17;
}

.tOrange {
  color: #ff9600;
}

.tGray {
  color: #aaa;
}

.tMincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.tPostcode {
  display: block;
  margin-top: 16px;
}

.tDinosaur {
  font-family: "dinosaur", sans-serif;
}

/*******************************************/
/* Item                                    */
/*******************************************/
.iRight {
  float: none;
  text-align: center;
  padding: 0 0 24px 0;
}
@media print, screen and (min-width: 768px) {
  .iRight {
    float: right;
    text-align: left;
    padding: 0 0 32px 32px;
  }
}

.iLeft {
  float: none;
  text-align: center;
  padding: 0 0 24px 0;
}
@media print, screen and (min-width: 768px) {
  .iLeft {
    float: left;
    text-align: left;
    padding: 0 32px 32px 0;
  }
}

.iCenter {
  text-align: center;
}

.iBorder {
  border: 1px solid #ccc;
}

.iHover {
  transition: ease 0.2s opacity;
}

.iHover:hover {
  opacity: 0.5;
}

/*******************************************/
/* Parts                                   */
/*******************************************/
/* page top */
#pagetop {
  background: url(../img/cmn/pagetop.svg) no-repeat;
  background-size: 60px 60px;
  cursor: pointer;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  width: 60px;
  height: 60px;
  z-index: 99;
}
#pagetop:hover {
  opacity: 0.7;
}

/*******************************************/
/* UL , OL                                 */
/*******************************************/
.ul-disc {
  padding-left: 32px;
}
.ul-disc li {
  line-height: 2.8rem;
  list-style: disc;
  margin-bottom: 0.8rem;
}

.ol-decimal {
  padding-left: 32px;
}
.ol-decimal li {
  line-height: 2.8rem;
  list-style-type: decimal;
  margin-bottom: 0.8rem;
}

/*******************************************/
/* Table                                   */
/*******************************************/
.table-border {
  width: 100%;
}
.table-border caption {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.4rem;
  text-align: left;
  margin-bottom: 0.6em;
}
.table-border th {
  background: #f4f7f9;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #bbb;
  font-weight: normal;
  line-height: 2.4rem;
  text-align: left;
  padding: 16px;
  vertical-align: middle;
}
.table-border td {
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  border-right: 1px solid #bbb;
  padding: 16px;
  line-height: 2.4rem;
  text-align: left;
  vertical-align: middle;
}

.table-line {
  width: 100%;
}
.table-line tr {
  border-bottom: 1px solid #ccc;
}
.table-line tr:first-child {
  border-top: 1px solid #ccc;
}
.table-line tr th {
  font-weight: normal;
  line-height: 2.4rem;
  padding: 8px 0;
  text-align: left;
  vertical-align: top;
}
.table-line tr td {
  padding: 8px 0;
  line-height: 2.4rem;
  text-align: left;
  vertical-align: top;
}

.table-box {
  width: 100%;
}
.table-box th {
  display: block;
  font-weight: normal;
  line-height: 2.4rem;
  padding: 8px 0;
  text-align: left;
  vertical-align: top;
}
.table-box td {
  display: block;
  padding: 8px 0;
  line-height: 2.4rem;
  text-align: left;
  vertical-align: top;
}

/*******************************************/
/* Print                                   */
/*******************************************/
@media print {
  .printBreak {
    page-break-before: always;
  }
  .printVisible {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }
  body {
    width: 1200px;
    transform: scale(0.8);
    transform-origin: 0 0;
  }
  #pagetop {
    display: none;
  }
  /* IE Hack */
  _:-ms-lang(x), body {
    width: 1200px;
    transform: scale(1);
  }
}
