@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 0;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  list-style: none; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

html {
  color: #000000;
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow: auto; }

body {
  font-size: 1.5rem;
  position: relative;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  counter-reset: number 0;
  word-wrap: break-word;
  overflow: hidden;
  min-width: 100%; }

input[type="submit"], input[type="button"], button {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  -webkit-appearance: none; }

a {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  background-color: rgba(255, 255, 255, 0);
  color: #000000;
  text-decoration: none; }
  a:hover {
    transition: all 0.5s ease;
    background-color: rgba(255, 255, 255, 0.25); }
  a img:hover {
    transition: all 0.5s ease;
    opacity: 0.75; }

input:hover {
  cursor: pointer;
  transition: all 0.5s ease;
  opacity: 0.75; }

.l-header {
  width: 100%;
  height: auto; }

.l-main {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  padding-bottom: 10px;
  padding-right: env(safe-area-inset-left);
  padding-left: env(safe-area-inset-left);
  background-image: url(../img/common/bg_main.png);
  background-repeat: no-repeat;
  background-position: bottom 0 right 15px; }
  .l-main::before {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 10px;
    background-image: url(../img/home/bar_information.png);
    background-repeat: repeat; }

@media screen and (max-width: 959px) {
  .l-main {
    width: auto;
    margin-top: 60px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    background: none; }
    .l-main::before {
      bottom: -10px;
      height: 5px; } }
.l-container {
  width: 960px;
  height: auto;
  margin: auto; }

@media screen and (max-width: 959px) {
  .l-container {
    width: 100%; } }
.l-footer {
  width: 100%;
  height: auto; }

@media screen and (max-width: 959px) {
  .c-spinline {
    display: none; } }
.c-spblock {
  display: inline; }

@media screen and (max-width: 959px) {
  .c-spblock {
    display: block; } }
.c-pagenavi .wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .c-pagenavi .wp-pagenavi span, .c-pagenavi .wp-pagenavi a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 40px;
    margin: 5px;
    padding: 0 15px;
    text-align: center;
    color: #FFFFFF;
    font-size: 1.8rem;
    line-height: 1.8rem;
    background-color: #999999; }
    .c-pagenavi .wp-pagenavi span:hover, .c-pagenavi .wp-pagenavi a:hover {
      opacity: 0.75; }
  .c-pagenavi .wp-pagenavi .current {
    background-color: #333333; }

@media screen and (max-width: 959px) {
  .c-pagenavi .wp-pagenavi span, .c-pagenavi .wp-pagenavi a {
    height: 35px;
    margin: 3px;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 1.4rem;
    line-height: 1.4rem; } }
.c-prevnext {
  position: relative;
  width: 100%;
  height: 50px; }
  .c-prevnext .c-prevnext__link {
    position: absolute; }
    .c-prevnext .c-prevnext__link a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: auto;
      height: 40px;
      margin: 5px;
      text-align: center;
      color: #FFFFFF;
      font-size: 1.8rem;
      line-height: 1.8rem; }
      .c-prevnext .c-prevnext__link a:hover {
        opacity: 0.75; }
    .c-prevnext .c-prevnext__link--prev {
      left: calc(50% - 225px);
      width: 140px; }
      .c-prevnext .c-prevnext__link--prev a {
        background-color: #999999; }
    .c-prevnext .c-prevnext__link--back {
      left: 0;
      right: 0;
      margin: auto;
      width: 170px; }
      .c-prevnext .c-prevnext__link--back a {
        background-color: #666666; }
    .c-prevnext .c-prevnext__link--next {
      right: calc(50% - 225px);
      width: 140px; }
      .c-prevnext .c-prevnext__link--next a {
        background-color: #999999; }

@media screen and (max-width: 959px) {
  .c-prevnext .c-prevnext__link a {
    height: 35px;
    margin: 3px;
    box-sizing: border-box;
    font-size: 1.4rem;
    line-height: 1.4rem; }
  .c-prevnext .c-prevnext__link--prev {
    left: calc(50% - 150px);
    width: 100px; }
  .c-prevnext .c-prevnext__link--back {
    width: 100px; }
  .c-prevnext .c-prevnext__link--next {
    right: calc(50% - 150px);
    width: 100px; } }
.c-title {
  width: 960px;
  min-height: 165px;
  margin: 0 auto 40px;
  padding: 100px 0 15px;
  border-bottom: #CCCCCC solid 5px;
  box-sizing: border-box;
  text-align: center;
  color: #000000;
  font-size: 3.0rem;
  line-height: 4.5rem;
  background-repeat: no-repeat;
  background-position: center top 40px; }

@media screen and (max-width: 959px) {
  .c-title {
    width: auto;
    min-height: 135px;
    margin-bottom: 20px;
    padding: 80px 20px 10px;
    font-size: 2.5rem;
    line-height: 3.0rem;
    background-position: center top 25px; } }
.c-content {
  width: 960px;
  margin-left: auto;
  margin-right: auto; }

@media screen and (max-width: 959px) {
  .c-content {
    width: auto;
    margin-left: 20px;
    margin-right: 20px; } }
.c-sectionTitle {
  width: 100%;
  min-height: 60px;
  margin-bottom: 25px;
  padding: 12px 42px;
  border: #CCCCCC solid 2px;
  box-sizing: border-box;
  font-size: 2.4rem;
  line-height: 3.6rem;
  background-repeat: no-repeat;
  background-position: left 12px top 12px;
  background-color: #FFFFFF; }
  .c-sectionTitle--blue {
    background-image: url(../img/common/icon_sectionTitle_blue.png); }
  .c-sectionTitle--green {
    background-image: url(../img/common/icon_sectionTitle_green.png); }
  .c-sectionTitle--orange {
    background-image: url(../img/common/icon_sectionTitle_orange.png); }

@media screen and (max-width: 959px) {
  .c-sectionTitle {
    min-height: 40px;
    margin-bottom: 10px;
    padding: 8px 18px 8px 28px;
    font-size: 1.8rem;
    line-height: 3.0rem;
    background-size: auto 24px; } }
.c-anchor .c-anchor__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .c-anchor .c-anchor__menu .c-menu__item {
    display: flex;
    flex-direction: column;
    border: #CCCCCC solid 2px;
    box-sizing: border-box;
    background-color: #006699; }
    .c-anchor .c-anchor__menu .c-menu__item a {
      display: flex;
      align-items: center;
      justify-content: center;
      color: #FFFFFF;
      font-size: 1.6rem;
      line-height: 1.6rem; }

@media screen and (max-width: 959px) {
  .c-anchor .c-anchor__menu .c-menu__item {
    margin-bottom: 10px; }
    .c-anchor .c-anchor__menu .c-menu__item a {
      font-size: 1.4rem;
      line-height: 1.4rem; } }
.c-inquiry {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 94%;
  margin: auto; }
  .c-inquiry .c-inquiry__item--tel a {
    pointer-events: none; }

@media screen and (max-width: 959px) {
  .c-inquiry {
    width: 100%; }
    .c-inquiry .c-inquiry__item {
      margin-top: 10px; }
      .c-inquiry .c-inquiry__item img {
        width: 200px;
        height: 50px; }
      .c-inquiry .c-inquiry__item--tel a {
        pointer-events: all; } }
.c-address {
  width: 100%;
  height: 110px;
  border: #C1C1C1 solid 5px;
  box-sizing: border-box; }
  .c-address .c-address__name {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 380px;
    height: 100%;
    background-image: url(../img/common/logo.png);
    background-repeat: no-repeat;
    background-position: center; }
    .c-address .c-address__name::before {
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 1px;
      height: 82px;
      margin: auto;
      background-color: #C1C1C1; }
    .c-address .c-address__name::after {
      content: '';
      position: absolute;
      right: 2px;
      top: 0;
      bottom: 0;
      width: 1px;
      height: 82px;
      margin: auto;
      background-color: #C1C1C1; }
  .c-address .c-address__info {
    display: inline-block;
    vertical-align: top;
    width: 570px;
    height: 100%;
    padding: 14px 20px 14px 30px;
    box-sizing: border-box;
    background-color: #FFFFFF;
    text-align: left;
    font-size: 1.6rem;
    line-height: 2.4rem; }
    .c-address .c-address__info .c-info__office {
      font-size: 1.6rem;
      line-height: 2.4rem; }
    .c-address .c-address__info .c-info__tel {
      color: #339900;
      font-weight: bold;
      font-size: 1.6rem;
      line-height: 2.4rem; }

@media screen and (max-width: 959px) {
  .c-address {
    height: auto; }
    .c-address .c-address__name {
      display: block;
      width: 100%;
      height: 80px;
      background-size: auto 40px; }
      .c-address .c-address__name::before {
        left: 0;
        right: 0;
        top: auto;
        bottom: 0;
        width: 90%;
        height: 1px; }
      .c-address .c-address__name::after {
        left: 0;
        right: 0;
        top: auto;
        bottom: 2px;
        width: 90%;
        height: 1px; }
    .c-address .c-address__info {
      display: block;
      width: 100%;
      height: auto;
      padding: 10px 15px;
      font-size: 1.4rem;
      line-height: 2.0rem; }
      .c-address .c-address__info .c-info__office {
        font-size: 1.6rem;
        line-height: 2.4rem; }
      .c-address .c-address__info .c-info__tel {
        font-size: 1.4rem;
        line-height: 2.0rem; } }
.p-header .p-header__top {
  position: relative;
  z-index: 100;
  height: 80px; }
  .p-header .p-header__top .p-top__logo {
    position: absolute;
    z-index: 101;
    left: 0;
    top: 0;
    width: 300px;
    height: 80px;
    background-image: url(..//img/common/logo.png);
    background-repeat: no-repeat;
    background-position: center; }
    .p-header .p-header__top .p-top__logo a {
      display: block; }
  .p-header .p-header__top .p-top__edoyu {
    position: absolute;
    z-index: 101;
    left: 335px;
    top: 15px; }
  .p-header .p-header__top .p-top__tel {
    position: absolute;
    z-index: 101;
    right: 235px;
    top: 15px;
    width: 184px;
    height: 50px;
    background-image: url(../img/common/btn_tel.png);
    background-repeat: no-repeat;
    background-position: center; }
    .p-header .p-header__top .p-top__tel a {
      pointer-events: none; }
  .p-header .p-header__top .p-top__contact {
    position: absolute;
    z-index: 101;
    right: 0;
    top: 15px;
    width: 220px;
    height: 50px;
    background-image: url(../img/common/btn_contact.png);
    background-repeat: no-repeat;
    background-position: center; }
    .p-header .p-header__top .p-top__contact a {
      display: block; }
.p-header .p-header__check {
  display: none; }
.p-header .p-header__spbutton {
  display: none; }
.p-header .p-header__menu {
  height: 50px;
  background-color: #339900; }
  .p-header .p-header__menu .menu-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 192px;
    height: 50px; }
    .p-header .p-header__menu .menu-item a {
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      color: #FFFFFF;
      font-weight: bold;
      font-size: 1.5rem;
      line-height: 1.5rem; }
      .p-header .p-header__menu .menu-item a:hover {
        color: #FFFF00; }
    .p-header .p-header__menu .menu-item:first-child::before {
      content: '';
      position: absolute;
      left: 0;
      top: 10px;
      width: 1px;
      height: 30px;
      background-color: #FFFFFF; }
    .p-header .p-header__menu .menu-item::after {
      content: '';
      position: absolute;
      right: 0;
      top: 10px;
      width: 1px;
      height: 30px;
      background-color: #FFFFFF; }
    .p-header .p-header__menu .menu-item--shibu {
      display: none; }
    .p-header .p-header__menu .menu-item--iinkai {
      display: none; }
    .p-header .p-header__menu .menu-item--houmon {
      display: none; }
    .p-header .p-header__menu .menu-item--kenshou {
      display: none; }
    .p-header .p-header__menu .menu-item--shishin {
      display: none; }
    .p-header .p-header__menu .menu-item--ippin {
      display: none; }
    .p-header .p-header__menu .menu-item--souritsu {
      display: none; }
    .p-header .p-header__menu .menu-item--contact {
      display: none; }
    .p-header .p-header__menu .menu-item--member {
      display: none; }
    .p-header .p-header__menu .menu-item.current-menu-item a {
      color: #FFFF00; }

@media screen and (max-width: 959px) {
  .p-header {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 60px;
    background-color: #FFFFFF; }
    .p-header .p-header__top {
      position: fixed;
      z-index: 101;
      height: 60px;
      background-color: #FFFFFF;
      box-shadow: 0 3px 5px -3px rgba(51, 153, 0, 0.5); }
      .p-header .p-header__top .p-top__logo {
        position: fixed;
        left: 5px;
        width: 240px;
        height: 60px;
        background-position: left center;
        background-size: auto 40px; }
      .p-header .p-header__top .p-top__edoyu {
        display: none; }
      .p-header .p-header__top .p-top__tel {
        display: none; }
      .p-header .p-header__top .p-top__contact {
        display: none; }
    .p-header .p-header__check {
      display: block;
      position: fixed;
      top: -20px; }
      .p-header .p-header__check:checked ~ .p-header__menu {
        visibility: visible;
        opacity: 1;
        transition: all 0.5s ease; }
      .p-header .p-header__check:disabled ~ .p-header__menu {
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease; }
      .p-header .p-header__check:checked ~ .p-header__spbutton .p-spbutton__bar {
        transition: all 0.5s ease; }
        .p-header .p-header__check:checked ~ .p-header__spbutton .p-spbutton__bar--top {
          transform: rotate(-45deg); }
        .p-header .p-header__check:checked ~ .p-header__spbutton .p-spbutton__bar--middle {
          background: none; }
        .p-header .p-header__check:checked ~ .p-header__spbutton .p-spbutton__bar--bottom {
          transform: rotate(45deg); }
    .p-header .p-header__spbutton {
      display: block;
      position: fixed;
      z-index: 102;
      right: 10px;
      top: 10px;
      width: 40px;
      height: 40px;
      border-radius: 5px;
      background-color: #339900; }
      .p-header .p-header__spbutton .p-spbutton__bar {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 24px;
        height: 4px;
        background-color: #FFFFFF;
        transition: all 0.5s ease; }
        .p-header .p-header__spbutton .p-spbutton__bar--top {
          transform: translateY(-8px); }
        .p-header .p-header__spbutton .p-spbutton__bar--bottom {
          transform: translateY(8px); }
    .p-header .p-header__menu {
      visibility: hidden;
      opacity: 0;
      position: fixed;
      z-index: 200;
      top: 60px;
      height: calc(100% - 120px);
      padding-bottom: 60px;
      background-color: rgba(51, 153, 0, 0.5);
      overflow-y: scroll;
      transition: all 0.5s ease; }
      .p-header .p-header__menu .menu-item {
        display: inline-block;
        width: 50%;
        border-bottom: 1px solid #FFFFFF;
        background-color: #339900; }
        .p-header .p-header__menu .menu-item:first-child::before {
          display: none; }
        .p-header .p-header__menu .menu-item::after {
          display: none; }
        .p-header .p-header__menu .menu-item:nth-child(odd)::after {
          display: block;
          content: '';
          position: absolute;
          right: 0;
          top: 10px;
          width: 1px;
          height: 30px;
          background-color: #FFFFFF; }
        .p-header .p-header__menu .menu-item:last-child::after {
          display: none; } }
.p-zenken2025 .p-zenken2025__title {
  background-image: url(../img/zenken2025/icon_zenken2025.png); }
.p-zenken2025 .p-zenken2025__content {
  margin-bottom: 40px;
  /*.p-content__forumtitle {
  	width: 100%;
  	height: 420px;
  	margin-bottom: 30px;
  	background: url(../img/zenken2025/title_forum_next50_pc.jpg) no-repeat center;
  }*/ }
  .p-zenken2025 .p-zenken2025__content .p-content__slogan {
    text-align: center;
    font-size: 3.6rem;
    line-height: 3.6rem;
    padding: 1.5em 0 1em; }
  .p-zenken2025 .p-zenken2025__content .p-content__h3title {
    text-align: center;
    font-size: 2.0rem;
    line-height: 2.8rem; }
  .p-zenken2025 .p-zenken2025__content .p-content__text {
    font-size: 1.6rem;
    line-height: 2.8rem;
    margin-left: 45px; }
    .p-zenken2025 .p-zenken2025__content .p-content__text a {
      text-decoration: underline; }
    .p-zenken2025 .p-zenken2025__content .p-content__text strong {
      font-weight: bold;
      font-size: 2.0rem;
      line-height: 2.8rem; }
  .p-zenken2025 .p-zenken2025__content .p-content__list {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
    border: #CCCCCC solid 1px;
    box-sizing: border-box; }
    .p-zenken2025 .p-zenken2025__content .p-content__list .p-list__item {
      width: 100%;
      min-height: 50px;
      padding: 13px 0 13px 45px;
      border-bottom: #CCCCCC dashed 1px;
      box-sizing: border-box;
      font-size: 1.6rem;
      line-height: 2.4rem; }
      .p-zenken2025 .p-zenken2025__content .p-content__list .p-list__item:last-child {
        border-bottom: none; }
      .p-zenken2025 .p-zenken2025__content .p-content__list .p-list__item a {
        text-align: left;
        font-size: 1.6rem;
        line-height: 2.4rem;
        text-decoration: underline; }
        .p-zenken2025 .p-zenken2025__content .p-content__list .p-list__item a::before {
          content: '●'; }
        .p-zenken2025 .p-zenken2025__content .p-content__list .p-list__item a:hover {
          text-decoration: none; }
  .p-zenken2025 .p-zenken2025__content .p-content__youtube {
    margin: auto;
    text-align: center; }
  .p-zenken2025 .p-zenken2025__content .p-content__pdf {
    display: block;
    text-align: center;
    width: 220px;
    height: 45px;
    margin: 0 auto 8px;
    border-radius: 5px;
    background-color: #333333; }
    .p-zenken2025 .p-zenken2025__content .p-content__pdf a {
      display: flex;
      align-items: center;
      justify-content: center;
      color: #FFFFFF;
      font-weight: bold;
      font-size: 1.4rem;
      line-height: 1.4rem; }
      .p-zenken2025 .p-zenken2025__content .p-content__pdf a::after {
        content: '\025b6' '\025b6' '\025b6';
        color: #FFFF00;
        letter-spacing: -0.2em;
        margin-left: 0.1em;
        font-size: 1.0rem;
        line-height: 1.0rem;
        transform: scale(0.8); }
  .p-zenken2025 .p-zenken2025__content img {
    max-width: 100%;
    height: auto; }

@media screen and (max-width: 959px) {
  .p-zenken2025 .p-zenken2025__title {
    background-size: 50px 50px; }
  .p-zenken2025 .p-zenken2025__content {
    margin-bottom: 20px;
    /*.p-content__forumtitle {
    	width: 100%;
    	height: 0;
    	padding-top: 100%;
    	margin-bottom: 15px;
    	background-image: url(../img/zenken2025/title_forum_next50_sp.jpg);
    	background-size: 100% auto;
    }*/ }
    .p-zenken2025 .p-zenken2025__content .p-content__slogan {
      font-size: 2.4rem;
      line-height: 2.4rem; }
    .p-zenken2025 .p-zenken2025__content .p-content__h3title {
      font-size: 1.6rem;
      line-height: 2.2rem; }
    .p-zenken2025 .p-zenken2025__content .p-content__text {
      font-size: 1.4rem;
      line-height: 2.2rem;
      margin-left: 0; }
      .p-zenken2025 .p-zenken2025__content .p-content__text strong {
        font-weight: bold;
        font-size: 1.6rem;
        line-height: 2.2rem; }
    .p-zenken2025 .p-zenken2025__content .p-content__list .p-list__item {
      min-height: 30px;
      padding: 5px 14px;
      font-size: 1.4rem;
      line-height: 2.0rem; }
      .p-zenken2025 .p-zenken2025__content .p-content__list .p-list__item a {
        font-size: 1.4rem;
        line-height: 2.0rem; }
    .p-zenken2025 .p-zenken2025__content .p-content__youtube {
      display: block;
      position: relative;
      width: 100%;
      height: 0;
      margin-left: 0;
      padding-top: 56%; }
      .p-zenken2025 .p-zenken2025__content .p-content__youtube iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
    .p-zenken2025 .p-zenken2025__content .p-content__more {
      width: 180px;
      height: 40px; }
      .p-zenken2025 .p-zenken2025__content .p-content__more a {
        font-size: 1.2rem;
        line-height: 1.2rem; } }
.p-footer .p-footer__banner {
  text-align: center;
  margin: auto;
  padding: 45px 0; }
  .p-footer .p-footer__banner .p-banner__list .p-list__item {
    display: inline-block;
    vertical-align: top; }
    .p-footer .p-footer__banner .p-banner__list .p-list__item img {
      width: auto;
      height: 52px;
      margin: 5px; }
.p-footer .p-footer__menu .p-menu__list .p-list__tel {
  display: none; }
.p-footer .p-footer__menu .p-menu__list .p-list__contact {
  display: none; }
.p-footer .p-footer__menu .p-menu__list .p-list__edoyu {
  display: none; }
.p-footer .p-footer__menu .p-menu__list .p-list__pagetop {
  position: relative;
  text-align: center;
  width: 60px;
  height: 60px;
  margin: auto;
  padding: 15px 0 55px;
  background-image: url(../img/common/btn_pagetop.png);
  background-repeat: no-repeat;
  background-position: top 15px center;
  background-size: 60px 50px; }
  .p-footer .p-footer__menu .p-menu__list .p-list__pagetop::before {
    content: '';
    position: absolute;
    top: 70px;
    left: 1px;
    right: 0;
    margin: auto;
    width: 2px;
    height: 60px;
    border-left: dotted 2px #339900; }
  .p-footer .p-footer__menu .p-menu__list .p-list__pagetop a {
    display: inline-block;
    vertical-align: top; }
  .p-footer .p-footer__menu .p-menu__list .p-list__pagetop.ls-active {
    position: fixed;
    z-index: 10;
    right: 10px;
    bottom: 10px;
    padding: 0;
    background-position: center; }
.p-footer .p-footer__bottom {
  padding-top: 40px;
  background-color: #339900; }
  .p-footer .p-footer__bottom .p-bottom__address {
    padding-bottom: 30px; }
    .p-footer .p-footer__bottom .p-bottom__address .p-address__logo {
      text-align: center;
      width: 300px;
      height: 50px;
      margin: auto;
      padding-bottom: 10px;
      background-image: url(../img/common/logo_f.png);
      background-repeat: no-repeat;
      background-position: top center; }
    .p-footer .p-footer__bottom .p-bottom__address .p-address__text {
      text-align: center;
      color: #FFFFFF;
      font-size: 1.5rem;
      line-height: 2.8rem; }
  .p-footer .p-footer__bottom .p-bottom__privacy {
    text-align: center;
    padding-bottom: 20px; }
    .p-footer .p-footer__bottom .p-bottom__privacy a {
      color: #FFFFFF;
      font-size: 1.5rem;
      line-height: 4.0rem; }
      .p-footer .p-footer__bottom .p-bottom__privacy a:hover {
        text-decoration: underline;
        background: none; }
  .p-footer .p-footer__bottom .p-bottom__copyright {
    text-align: center;
    color: #FFFFFF;
    font-size: 1.5rem;
    line-height: 4.0rem; }

@media screen and (max-width: 959px) {
  .p-footer .p-footer__banner {
    padding: 25px 0; }
    .p-footer .p-footer__banner .p-banner__list .p-list__item {
      width: 50%; }
      .p-footer .p-footer__banner .p-banner__list .p-list__item img {
        max-width: calc(100% - 10px);
        height: auto; }
      .p-footer .p-footer__banner .p-banner__list .p-list__item--spnone {
        display: none; }
  .p-footer .p-footer__menu {
    position: fixed;
    z-index: 101;
    bottom: 0;
    bottom: calc(env(safe-area-inset-bottom) + 20px);
    width: 100%;
    height: 60px;
    overflow: hidden; }
    .p-footer .p-footer__menu .p-menu__list {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 95%;
      height: 60px;
      margin: auto; }
      .p-footer .p-footer__menu .p-menu__list .p-list__tel {
        display: block;
        width: 60px;
        height: 60px;
        background-image: url(../img/common/btn_tel_sp.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 60px 60px; }
        .p-footer .p-footer__menu .p-menu__list .p-list__tel a {
          display: block;
          pointer-events: auto; }
      .p-footer .p-footer__menu .p-menu__list .p-list__contact {
        display: block;
        width: 60px;
        height: 60px;
        background-image: url(../img/common/btn_contact_sp.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 60px 60px; }
        .p-footer .p-footer__menu .p-menu__list .p-list__contact a {
          display: block; }
          .p-footer .p-footer__menu .p-menu__list .p-list__contact a:hover {
            cursor: pointer; }
      .p-footer .p-footer__menu .p-menu__list .p-list__edoyu {
        display: block;
        width: 60px;
        height: 60px;
        background-image: url(../img/common/btn_edoyu_sp.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 60px 60px; }
        .p-footer .p-footer__menu .p-menu__list .p-list__edoyu a {
          display: block; }
          .p-footer .p-footer__menu .p-menu__list .p-list__edoyu a:hover {
            cursor: pointer; }
      .p-footer .p-footer__menu .p-menu__list .p-list__pagetop {
        position: static;
        width: 60px;
        height: 60px;
        margin: 0;
        padding: 0;
        background-image: url(../img/common/btn_pagetop_sp.png);
        background-position: center;
        background-size: 60px 60px; }
        .p-footer .p-footer__menu .p-menu__list .p-list__pagetop.ls-active {
          display: none; }
  .p-footer .p-footer__bottom {
    padding-bottom: 90px; }
    .p-footer .p-footer__bottom .p-bottom__address {
      padding-bottom: 20px; }
      .p-footer .p-footer__bottom .p-bottom__address .p-address__logo {
        width: 240px;
        height: 40px;
        background-size: 240px 40px; }
      .p-footer .p-footer__bottom .p-bottom__address .p-address__text {
        font-size: 1.4rem; }
    .p-footer .p-footer__bottom .p-bottom__privacy {
      padding-bottom: 10px; }
      .p-footer .p-footer__bottom .p-bottom__privacy a {
        font-size: 1.4rem; }
    .p-footer .p-footer__bottom .p-bottom__copyright {
      font-size: 1.4rem; } }
/* content===========================================

	utility.css
	
		Utilities
		Fonts
		Colors
		Spacing
		Border radius
		Table (Responsive)


	KABOSU MEDIA WORKS

===================================================== */
/*	 Utilities
===================================================== */
.u-clear {
  clear: both; }

.u-clearfix:after {
  content: " ";
  display: block;
  clear: both; }

.u-dn {
  display: none; }

.u-di {
  display: inline; }

.u-db {
  display: block; }

.u-dt {
  display: table; }

.u-vh {
  visibility: hidden; }

.u-fln {
  float: none; }

.u-fll {
  float: left; }

.u-flr {
  float: right; }

.u-tal {
  text-align: left; }

.u-tac {
  text-align: center; }

.u-tar {
  text-align: right; }

/*	Fonts
===================================================== */
.u-fontMincho {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif Japanese", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

.u-fontMarugo {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO"; }

/*	Colors
===================================================== */
/* cRed:Red, cBlue:Blue, cGreen:Green, cYellow:Yellow, cGrey:Grey  */
/*** 参考元 --> http://t32k.me/wisteria/ ***/
.u-cBlack {
  color: #000000; }

.u-cRed-light {
  color: #FFCDD2; }

.u-cRed {
  color: #F44336; }

.u-cRed-dark {
  color: #B71C1C; }

.u-cBlue-light {
  color: #BBDEFB; }

.u-cBlue {
  color: #2196F3; }

.u-cBlue-dark {
  color: #0D47A1; }

.u-cGreen-light {
  color: #C8E6C9; }

.u-cGreen {
  color: #4CAF50; }

.u-cGreen-dark {
  color: #1B5E20; }

.u-cYellow-light {
  color: #FFF9C4; }

.u-cYellow {
  color: #FFEB3B; }

.u-cYellow-dark {
  color: #F57F17; }

.u-cGrey-light {
  color: #F5F5F5; }

.u-cGrey {
  color: #9E9E9E; }

.u-cGrey-dark {
  color: #212121; }

/* background color */
.u-bgcRed-light {
  background-color: #FFCDD2; }

.u-bgcRed {
  background-color: #F44336; }

.u-bgcRed-dark {
  background-color: #B71C1C; }

.u-bgcBlue-light {
  background-color: #BBDEFB; }

.u-bgcBlue {
  background-color: #2196F3; }

.u-bgcBlue-dark {
  background-color: #0D47A1; }

.u-bgcGreen-light {
  background-color: #C8E6C9; }

.u-bgcGreen {
  background-color: #4CAF50; }

.u-bgcGreen-dark {
  background-color: #1B5E20; }

.u-bgcYellow-light {
  background-color: #FFF9C4; }

.u-bgcYellow {
  background-color: #FFEB3B; }

.u-bgcYellow-dark {
  background-color: #F57F17; }

.u-bgcGrey-light {
  background-color: #F5F5F5; }

.u-bgcGrey {
  background-color: #9E9E9E; }

.u-bgcGrey-dark {
  background-color: #212121; }

/*	Spacing
===================================================== */
/*margin (rem) */
.u-ma {
  margin: auto; }

.u-mn {
  margin: 0; }

.u-mtn {
  margin-top: 0; }

.u-mts {
  margin-top: .4rem; }

.u-mtm {
  margin-top: 1.6rem; }

.u-mtl {
  margin-top: 3.2rem; }

.u-mtx {
  margin-top: 4.8rem; }

.u-mbn {
  margin-bottom: 0; }

.u-mbs {
  margin-bottom: .4rem; }

.u-mbm {
  margin-bottom: 1.6rem; }

.u-mbl {
  margin-bottom: 3.2rem; }

.u-mbx {
  margin-bottom: 4.8rem; }

/*margin (px) */
.u-mt5 {
  margin-top: 5px !important; }

.u-mr5 {
  margin-right: 5px !important; }

.u-mb5 {
  margin-bottom: 5px !important; }

.u-ml5 {
  margin-left: 5px !important; }

.u-mt10 {
  margin-top: 10px !important; }

.u-mr10 {
  margin-right: 10px !important; }

.u-mb10 {
  margin-bottom: 10px !important; }

.u-ml10 {
  margin-left: 10px !important; }

.u-mt15 {
  margin-top: 15px !important; }

.u-mr15 {
  margin-right: 15px !important; }

.u-mb15 {
  margin-bottom: 15px !important; }

.u-ml15 {
  margin-left: 15px !important; }

.u-mt20 {
  margin-top: 20px !important; }

.u-mr20 {
  margin-right: 20px !important; }

.u-mb20 {
  margin-bottom: 20px !important; }

.u-ml20 {
  margin-left: 20px !important; }

.u-mt25 {
  margin-top: 25px !important; }

.u-mr25 {
  margin-right: 25px !important; }

.u-mb25 {
  margin-bottom: 25px !important; }

.u-ml25 {
  margin-left: 25px !important; }

.u-mt30 {
  margin-top: 30px !important; }

.u-mr30 {
  margin-right: 30px !important; }

.u-mb30 {
  margin-bottom: 30px !important; }

.u-ml30 {
  margin-left: 30px !important; }

.u-mt40 {
  margin-top: 40px !important; }

.u-mr40 {
  margin-right: 40px !important; }

.u-mb40 {
  margin-bottom: 40px !important; }

.u-ml40 {
  margin-left: 40px !important; }

.u-mt50 {
  margin-top: 50px !important; }

.u-mr50 {
  margin-right: 50px !important; }

.u-mb50 {
  margin-bottom: 50px !important; }

.u-ml50 {
  margin-left: 50px !important; }

/*padding (rem) */
.u-pn {
  padding: 0; }

.u-ptn {
  padding-top: 0; }

.u-pts {
  padding-top: .4rem; }

.u-ptm {
  padding-top: 1.6rem; }

.u-ptl {
  padding-top: 3.2rem; }

.u-ptx {
  padding-top: 4.8rem; }

.u-pbn {
  padding-bottom: 0; }

.u-pbs {
  padding-bottom: .4rem; }

.u-pbm {
  padding-bottom: 1.6rem; }

.u-pbl {
  padding-bottom: 3.2rem; }

.u-pbx {
  padding-bottom: 4.8rem; }

/*padding (px) */
.u-pt5 {
  padding-top: 5px !important; }

.u-pr5 {
  padding-right: 5px !important; }

.u-pb5 {
  padding-bottom: 5px !important; }

.u-pl5 {
  padding-left: 5px !important; }

.u-pt10 {
  padding-top: 10px !important; }

.u-pr10 {
  padding-right: 10px !important; }

.u-pb10 {
  padding-bottom: 10px !important; }

.u-pl10 {
  padding-left: 10px !important; }

.u-pt15 {
  padding-top: 15px !important; }

.u-pr15 {
  padding-right: 15px !important; }

.u-pb15 {
  padding-bottom: 15px !important; }

.u-pl15 {
  padding-left: 15px !important; }

.u-pt20 {
  padding-top: 20px !important; }

.u-pr20 {
  padding-right: 20px !important; }

.u-pb20 {
  padding-bottom: 20px !important; }

.u-pl20 {
  padding-left: 20px !important; }

.u-pt25 {
  padding-top: 25px !important; }

.u-pr25 {
  padding-right: 25px !important; }

.u-pb25 {
  padding-bottom: 25px !important; }

.u-pl25 {
  padding-left: 25px !important; }

.u-pt30 {
  padding-top: 30px !important; }

.u-pr30 {
  padding-right: 30px !important; }

.u-pb30 {
  padding-bottom: 30px !important; }

.u-pl30 {
  padding-left: 30px !important; }

.u-pt40 {
  padding-top: 40px !important; }

.u-pr40 {
  padding-right: 40px !important; }

.u-pb40 {
  padding-bottom: 40px !important; }

.u-pl40 {
  padding-left: 40px !important; }

.u-pt50 {
  padding-top: 50px !important; }

.u-pr50 {
  padding-right: 50px !important; }

.u-pb50 {
  padding-bottom: 50px !important; }

.u-pl50 {
  padding-left: 50px !important; }

/*	Border radius
===================================================== */
.c-br-4 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -ms-border-radius: 4px; }

.c-br-8 {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -ms-border-radius: 8px; }

.c-br-12 {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -ms-border-radius: 12px; }

.c-br-16 {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -ms-border-radius: 16px; }

/*	Table (Responsive)
===================================================== */
.p-table-responsive {
  width: 100%;
  max-width: 100%;
  overflow-x: auto; }

@media only screen and (max-width: 40em) {
  .p-table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar; }

  .p-table-responsive th,
  .p-table-responsive td {
    white-space: nowrap; } }
.u-touchGesture {
  text-align: center;
  color: #999;
  padding: 3%;
  margin-bottom: 12px;
  border: solid 1px #ddd;
  background-color: #eee; }

.u-touchGesture img {
  max-width: 80%;
  vertical-align: bottom; }
