@charset "UTF-8";
/*! Shitaji.CSS v4.3.0 CC0 by Qrac */
*,
::before,
::after {
  margin: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  background-repeat: no-repeat;
  font-size: 1em;
  font-family: inherit;
  font-weight: inherit;
}
::before,
::after {
  vertical-align: inherit;
  text-decoration: inherit;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: sans-serif;
  overflow-y: scroll;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
header,
footer,
main,
section,
article,
aside,
nav,
details,
menu,
figure,
figcaption {
  display: block;
}
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
ol,
ul {
  padding: 0;
  list-style: none;
}
dfn {
  font-style: italic;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
mark {
  background-color: #ffff00;
  color: #000000;
}
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
canvas,
audio,
video {
  display: inline-block;
}
img,
svg,
iframe,
canvas,
audio,
video {
  vertical-align: middle;
}
img {
  border-style: none;
}
svg {
  fill: currentColor;
}
svg:not(:root) {
  overflow: hidden;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
address {
  font-style: normal;
}
textarea {
  overflow: auto;
  resize: vertical;
}
legend {
  display: table;
  max-width: 100%;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
summary {
  display: list-item;
}
table {
  border-collapse: collapse;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  overflow: visible;
}
template {
  display: none;
}
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
::-moz-selection {
  background-color: #b3d4fc;
  color: #000000;
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc;
  color: #000000;
  text-shadow: none;
}
[hidden] {
  display: none;
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled] {
  cursor: default;
}
[hidden][aria-hidden="false"] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}
[hidden][aria-hidden="false"]:focus {
  clip: auto;
}
/*--------------------------------
pc,smp display
---------------------------------*/
@media screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}
/*===========================================================

  @nifty プロバイダーサービス
  2018.07

============================================================*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
body {
  background: #fff;
  color: #000;
  width: 100%;
  height: 100%;
  min-width: 985px;
  font-family:
    "YakuHanJPs", Roboto, "Droid Sans", "メイリオ", Meiryo, Arial,
    HelveticaNeue-UltraLight, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
}
a {
  color: #0075b1;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
    height: auto;
    overflow-x: hidden;
  }
}
/*************************************
base
**************************************/
.inner {
  width: 980px;
  margin: 0 auto;
}
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.grid.is-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.grid.is-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.grid.is-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.grid.is-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.grid.is-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.grid.is-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    padding: 10px 12px;
  }
  .grid {
    display: block;
  }
  .grid-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/*************************************
common - 調整用
**************************************/
.al-left {
  text-align: left;
}
.al-right {
  text-align: right;
}
.al-center {
  text-align: center;
}
.font-bold {
  font-weight: bold;
}
.font-small {
  font-size: 12px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-15 {
  margin-bottom: 15px;
}
/*************************************
header
**************************************/
#header {
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
}
#header .inner {
  padding: 15px 0;
  position: relative;
}
.header-border {
  border-bottom: 1px solid #ffd217;
}
.header-upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-upper .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 250px;
}
.header-upper .link {
  font-size: 12px;
}
.logo-img + .text {
  margin-left: 20px;
}
.nifty-top a {
  color: #000;
}
@media screen and (max-width: 768px) {
  #header .inner {
    padding: 0;
  }
  .header-upper .logo {
    padding: 10px;
  }
  .logo-nifty {
    width: 55px;
  }
  .logo-provider {
    width: 130px;
  }
  .header.on {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .main.on {
    padding-top: 62px;
  }
  .sp-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sp-menu .btn-menu {
    padding: 10px 5px;
    width: 45px;
    height: 100%;
    border-left: 1px solid #dddddd;
    text-align: center;
  }
  .sp-menu-area {
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background: #fff;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 100;
  }
  .sp-menu-area.open {
    left: 0;
  }
  .sp-menu-inner {
    padding: 0 0 80px;
    position: relative;
  }
  .sp-menu-inner .header-upper {
    border-bottom: 1px solid #e6e6e6;
  }
  .btn-close {
    margin-left: auto;
    padding: 10px 5px;
    width: 45px;
    height: 100%;
    border-left: 1px solid #dddddd;
    text-align: center;
  }

  .sp-menu-lead {
    background: #f9f6ea;
  }
  .sp-menu-lead .text {
    color: #ec6c00;
    font-weight: bold;
    padding: 8px 15px;
  }
  .sp-menu-lead + .sp-menu-lead {
    border-top: 1px solid #fff;
  }

  .sp-menu-area .list-nav {
    padding: 0 12px;
  }
  .sp-menu-area .list-nav li {
    border-bottom: 1px solid #dddddd;
  }
  .sp-menu-area .list-nav li.border-none {
    border-bottom: 0;
  }
  .list-nav-btn {
    display: block;
    color: #333;
    padding: 8px 10px 8px 10px;
    text-decoration: none;
  }
  .list-nav-btn.is-sub {
    padding: 5px 25px;
  }
  .list-nav-btn.is-lead {
    color: #319933;
    font-weight: bold;
    padding: 5px 15px;
  }
  .list-nav-btn.is-lead.is-black {
    color: #000;
  }
  .icon-arrow-sp {
    display: inline-block;
    background: url("../images/icon-arrow02Gray_R.svg") left center no-repeat;
    background-size: 5px auto;
    padding-left: 12px;
  }
  .icon-arrow-sp.is-black {
    background: url("../images/icon-arrow02Black_R.svg") left center no-repeat;
    background-size: 5px auto;
  }

  .menu-grid {
    margin-top: 24px;
    padding: 0 12px;
    background: #f4f4f4;
  }

  .sp-menu-area .menu-grid > li {
    width: 50%;
    font-display: 13px;
  }
  .sp-menu-area .menu-grid > li .list-nav-btn {
    padding: 10px 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
  }
  .sp-menu-area .menu-grid > li:nth-child(1) .list-nav-btn {
    padding-right: 5px;
  }
  .sp-menu-area .menu-grid > li:nth-child(2) .list-nav-btn {
    padding-left: 5px;
  }
  .sp-menu-area .menu-grid > li:nth-child(2n) .list-nav-btn {
    position: relative;
  }
  .sp-menu-area .menu-grid > li:nth-child(2n) .list-nav-btn:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 90%;
    background: #dddddd;
    left: 0;
    top: 5%;
  }
}
/*************************************
footPath
**************************************/
.footPath-area .inner {
  padding: 15px 0;
}
.list-foot li {
  font-size: 12px;
  position: relative;
}
.list-foot li + li::before {
  content: ">";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.list-foot li + li {
  padding-left: 15px;
  margin-left: 8px;
}
/*************************************
footer
**************************************/
footer a {
  color: #000;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
.footer-upper {
  background: #f1ede3;
  font-size: 12px;
}
.footer-upper .inner {
  padding: 40px 0;
}
@media (max-width: 768px) {
  .footer-upper .inner {
    padding: 20px 0;
  }
}
.footer-upper .upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
.footer-upper .upper .lead {
  font-size: 18px;
  font-weight: bold;
}
.footer-upper .upper .text {
  font-weight: bold;
}
.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-menu .menu-col:nth-child(1) {
  width: 60%;
  padding-right: 30px;
}
.footer-menu .menu-col:nth-child(2) {
  width: 20%;
  background: url("../images/deco_dotted_brown.png") left top repeat-y;
  padding: 0 30px;
}
.footer-menu .menu-col:nth-child(3) {
  width: 20%;
  background: url("/common_old/images/deco_dotted_brown.png") left top repeat-y;
  padding-left: 30px;
}
.footer-menu .menu-head {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}
.footer-menu .menu-text {
  font-size: 13px;
  margin-bottom: 30px;
}
.list-menu + .list-menu {
  margin-top: 15px;
}
.list-menu li + li {
  margin-top: 8px;
}
.list-menu-sub {
  padding: 0 14px;
}
.list-menu .lead {
  font-size: 14px;
  font-weight: bold;
}
.list-menu-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.list-menu-grid .list-menu {
  width: 32%;
}
.list-menu-grid .list-menu + .list-menu {
  margin-top: 0;
}
.list-menu a {
  display: inline-block;
}

.list-triangle > li {
  position: relative;
  padding-left: 14px;
}
.list-triangle > li:before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fdae2f;
  border-right: solid 2px #fdae2f;
  position: absolute;
  top: 7px;
  left: -1px;
  transform: rotate(45deg);
}

.icon-arrow01 {
  display: inline-block;
  background: url("../images/arrow_blue_right.png") left center no-repeat;
  padding-left: 14px;
}
.icon-arrow02 {
  display: inline-block;
  background: url("../images/arrow_orange_right.png") left center no-repeat;
  padding-left: 14px;
}
.icon-sub {
  display: inline-block;
  background: url("../images/icon_childemenu.png") left center no-repeat;
  padding-left: 14px;
}
.footer-lower {
  background: #f1ede3;
}

.footer-lower-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-btn li + li {
  margin-left: 10px;
}
.footer-service-inner {
  background: #f1ede3;
}
.footer-service {
  max-width: 980px;
  margin: auto;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
}
.footer-service li {
  font-size: 12px;
}
.footer-service li + li {
  margin-left: 10px;
}

.footer-company-inner {
  background: #333333;
}
.footer-company-grid {
  max-width: 980px;
  margin: auto;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.copyright {
  font-size: 12px;
  text-align: right;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer-lower {
    background: #f1ede3;
  }
  .footer-service {
    display: block;
    padding: 15px 12px;
  }
  .footer-service li {
    padding: 0 8px;
    margin-top: 6px;
    line-height: 1.1;
  }
  .footer-service li + li {
    margin-left: 0;
    margin-top: 8px;
  }
  .list-triangle > li:before {
    top: 3px;
  }
  .footer-company-grid {
    display: block;
  }
  .copyright {
    text-align: center;
  }
}
/*************************************
widget-float
**************************************/
.widget-float {
  width: 350px;
  background: #fff;
  border: 1px solid #c6c8cc;
  position: fixed;
  bottom: 25px;
  right: 8%;
}
.widget-inner {
  position: relative;
}
.widget-close {
  width: 30px;
  height: 30px;
  background: #000;
  border-radius: 500px;
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
}
.widget-close:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 20px;
  background: #fff;
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.widget-close:after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 20px;
  background: #fff;
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.widget-head {
  background: #cfcfcf;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}
.widget-content {
  padding: 10px;
}
.widget-content .text-tel {
  text-align: center;
}
.widget-content .num-tel {
  font-size: 30px;
}
.widget-content .icon-call {
  padding-left: 45px;
  background-size: 38px auto;
  background-position: top 3px left;
}
.widget-content .text-cp {
  border: 2px solid #ffd217;
  padding: 5px;
  margin-top: 10px;
  text-align: center;
}
.widget-content .num {
  font-size: 20px;
}
