
@charset "UTF-8";
/*
// ==========================================================================
// base
// ==========================================================================
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
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,
mark,
audio,
video {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}

body {
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
}

a {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

input,
select {
  vertical-align: middle;
}

img {
  -ms-interpolation-mode: bicubic;
  image-rendering: -webkit-optimize-contrast;
}

html {
  font-size: 62.5%;
  width: 100%;
  color: #333;
  background: #fff;
}

body {
  font-family: Helvetica, YuGothic, '游ゴシック', 'メイリオ', Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  width: 100%;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

.serif {
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝体', 'Yu Mincho', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif, serif;
}

body > noscript > img,
body > iframe {
  display: none;
}

*,
::before,
::after {
  box-sizing: border-box;
}

#BodyBottomScript {
  display: none;
}

.section img {
  width: auto;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 990px;
  }
}

@media (min-width: 768px) {
  .c-header {
    position: relative;
    z-index: 3;
    margin: 0 auto;
    padding: 20px 0;
    border-bottom: none;
  }
  .c-header .inner {
    width: 990px;
    margin: 0 auto;
  }
  .c-header .menuBtn,
  .c-header .closeBtn,
  .c-header .menuTtl,
  .c-header .backLink,
  .c-header #headMenuBtn,
  .c-header .check {
    display: none;
  }
  .c-header .logo {
    margin: 0;
  }
  .c-header .logo a {
    display: block;
    width: 610px;
    height: 31px;
    background: url(/common/images/logo2021.png) no-repeat;
  }
  .c-header .logo img {
    display: none;
  }
  .c-header .c-header__contact {
    font-size: 1.4rem;
    font-weight: bold;
    position: relative;
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
    color: #333;
    *zoom: 1;
  }
  .c-header .c-header__contact dl {
    position: absolute;
    top: -39px;
    right: 0;
  }
  .c-header .c-header__contact dl dt,
  .c-header .c-header__contact dl dd {
    display: inline-block;
    vertical-align: middle;
  }
  .c-header .c-header__contact dl dt {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
    margin-right: 10px;
    text-align: right;
    color: #06c;
  }
  .c-header .c-header__contact dl dt.phone-number {
    font-size: 1.8rem;
    line-height: 1;
    padding-left: 15px;
    color: #333;
    background: url(/contact/images/icon_phone.png) no-repeat left center;
    background-size: 12px auto;
  }
  .c-header .c-header__contact dl dd {
    position: relative;
  }
  .c-header .c-header__contact dl dd a {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 48px;
    position: relative;
    display: block;
    padding: 0 20px 0 66px;
    text-decoration: none;
    color: #fff;
    border-radius: 60px;
    background: linear-gradient(to right, #197df5 0%, #1ca0c2 100%);
  }
  .c-header .c-header__contact dl dd a::after {
    position: absolute;
    top: 50%;
    left: 20px;
    display: inline-block;
    width: 33px;
    height: 22px;
    margin-top: -11px;
    content: '';
    vertical-align: middle;
    background: url(/common/images/header_icon_mail.png) no-repeat left center;
    background-size: cover;
  }
  .c-header .c-header__contact dl dd:hover {
    opacity: .8;
  }
  #footer {
    font-size: 14px;
    position: relative;
    border-top: 1px solid #ececec;
  }
  #footer #pagetop {
    position: fixed;
    z-index: 4;
    bottom: 0;
    left: calc(53% + 454px);
    width: 100%;
  }
  #footer #pagetop a {
    display: block;
    width: 40px;
    opacity: .7;
  }
  #footer #pagetop a:hover {
    opacity: 1;
  }
  #footer a {
    text-decoration: none;
    color: #333;
  }
  #footer a:hover {
    text-decoration: underline;
  }
  #footer .snsArea {
    overflow: hidden;
    width: 990px;
    margin: 0 auto;
    padding: 32px 0 30px;
  }
  #footer .snsArea ul {
    float: left;
    overflow: hidden;
    width: 40%;
  }
  #footer .snsArea ul li {
    float: left;
    height: 48px;
    margin-left: 30px;
  }
  #footer .snsArea ul li:first-child {
    margin-left: 190px;
  }
  #footer .snsArea ul li img {
    width: auto;
    height: 100%;
  }
  #footer .snsArea div {
    float: right;
    width: 40%;
    margin-top: 15px;
  }
  #footer .grayArea {
    padding: 25px 0;
    background: #f8f8f8;
  }
  #footer .grayArea ul {
    overflow: hidden;
    width: 990px;
    margin: 0 auto 20px;
  }
  #footer .grayArea ul li {
    float: left;
    margin-left: 30px;
  }
  #footer .grayArea ul li:first-child {
    margin-left: 96px;
  }
  #footer .grayArea p {
    min-width: 990px;
    text-align: center;
  }
  #footer .grayArea p br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  body {
    word-break: break-all;
  }
  .lnav-wrap + #container {
    overflow: hidden;
    padding-top: 111px;
  }
  #container {
    overflow: hidden;
    padding-top: 70px;
  }
}

@media (max-width: 767px) {
  #headMenuBtn:checked ~ #container {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .c-header .logo {
    font-size: 0;
    position: fixed;
    z-index: 9998;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 0 12px 16px;
    border-bottom: 1px solid #ebebeb;
    background: #fff;
  }
  .c-header .menuBtn,
  .c-header .closeBtn {
    position: fixed;
    z-index: 9999;
    top: 23px;
    right: 12px;
    cursor: pointer;
  }
  .c-header #headMenuBtn,
  .c-header .check {
    display: none;
  }
  .c-header ul {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 0 2.5% 0 2.5%;
    transition: all .4s;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background: #fff;
  }
  .c-header ul li {
    font-size: 1.2rem;
    line-height: 35px;
    margin-left: 3.94737%;
    border-bottom: 1px solid #ccc;
  }
  .c-header ul li.menuTtl {
    font-weight: bold;
    margin-left: 0;
    text-align: center;
    background: none;
  }
  .c-header ul li.backLink {
    font-weight: bold;
    margin-left: 0;
  }
  .c-header ul li.backLink label {
    padding-left: 3.94737%;
    background: url(/common/images/icon_black_arr_l.png) no-repeat left center;
    background-size: 7px 15px;
  }
  .c-header ul li.lh2 {
    line-height: 1.4;
    padding: 1.5% 0;
  }
  .c-header ul li a {
    display: block;
    text-decoration: none;
    color: #333;
    background: url(/common/images/icon_black_arr.png) no-repeat right center;
    background-size: 7px 15px;
  }
  .c-header ul li label {
    display: block;
    background: url(/common/images/icon_black_arr.png) no-repeat right center;
    background-size: 7px 15px;
  }
  .c-header #headMenuBtn:checked ~ .menu,
  .c-header #n01:checked ~ .secondLevel,
  .c-header #n02:checked ~ .secondLevel,
  .c-header #n03:checked ~ .secondLevel,
  .c-header #n04:checked ~ .secondLevel,
  .c-header #n05:checked ~ .secondLevel,
  .c-header #n06:checked ~ .secondLevel {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  .c-header .c-header__contact {
    font-size: 1.4rem;
    font-weight: bold;
    position: relative;
    width: 100%;
    margin: 0 auto;
    color: #333;
    *zoom: 1;
  }
  .c-header .c-header__contact dl {
    position: fixed;
    z-index: 10000;
    top: 10px;
    right: 10px;
  }
  .c-header .c-header__contact dl dt,
  .c-header .c-header__contact dl dd {
    display: inline-block;
    vertical-align: middle;
  }
  .c-header .c-header__contact dl dt {
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.4;
    margin-right: 10px;
    text-align: right;
    color: #06c;
  }
  .c-header .c-header__contact dl dt.phone-number {
    font-size: 1.6rem;
    line-height: 1;
    padding-left: 13px;
    color: #333;
    background: url(/contact/images/icon_phone.png) no-repeat left center;
    background-size: 10px auto;
  }
  .c-header .c-header__contact dl dt.phone-number a {
    text-decoration: none;
    color: #333;
  }
  .c-header .c-header__contact dl dd {
    position: relative;
  }
  .c-header .c-header__contact dl dd a {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 48px;
    position: relative;
    z-index: 10001;
    display: block;
    width: 40px;
    height: 40px;
    padding: 25px;
    text-decoration: none;
    color: #fff;
    border-radius: 60px;
    background: #1473e6;
  }
  .c-header .c-header__contact dl dd a span {
    display: none;
  }
  .c-header .c-header__contact dl dd a::after {
    position: absolute;
    z-index: 10000;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 33px;
    height: 22px;
    margin-top: -11px;
    margin-left: -16px;
    content: '';
    vertical-align: middle;
    background: url(/common/images/header_icon_mail.png) no-repeat left center;
    background-size: cover;
  }
  .c-header .c-header__contact dl dd:hover {
    opacity: .8;
  }
  .menuBtn {
    display: none;
  }
  #headMenuBtn:checked ~ .menuBtn,
  .closeBtn {
    display: none;
  }
  #headMenuBtn:checked ~ .closeBtn {
    display: block;
  }
  #footer {
    font-size: 13px;
    position: relative;
    border-top: 1px solid #ececec;
  }
  #footer #pagetop {
    position: static;
    width: 100%;
    text-align: center;
  }
  #footer #pagetop img {
    width: 100%;
    height: auto;
  }
  #footer #pagetop:hover {
    opacity: 1;
  }
  #footer #pagetop a {
    display: block;
    width: 26.66667vw;
    margin: auto;
    padding: 25px 25px;
  }
  #footer #pagetop a img {
    width: 5.33333vw;
  }
  #footer a {
    text-decoration: none;
    color: #333;
  }
  #footer a:hover {
    text-decoration: none;
  }
  #footer .snsArea {
    padding: 9.37% 0 7.03% 0;
    padding: 32px 0 30px;
  }
  #footer .snsArea ul {
    overflow: hidden;
    width: 48.4375%;
    margin: 0 auto 5.46875%;
  }
  #footer .snsArea ul li {
    float: left;
    width: 23.22581%;
  }
  #footer .snsArea ul li:nth-child(2) {
    margin: 0 14.51613%;
  }
  #footer .snsArea ul li img {
    width: 100%;
    height: auto;
  }
  #footer .snsArea div {
    margin-top: 3.90625%;
    text-align: center;
  }
  #footer .grayArea {
    padding: 7.81% 0 7.81% 0;
    text-align: center;
    background: #f8f8f8;
  }
  #footer .grayArea ul li {
    margin-bottom: 3.125%;
  }
  #footer .grayArea p {
    line-height: 1.5;
    margin-top: 6.25%;
  }
  #footer .grayArea p br {
    display: block;
  }
}

@media (max-width: 359px) {
  .c-header .c-header__contact dl dt {
    display: none;
  }
}




