@charset "UTF-8";
/*-----------------------------------------------------

　エヌディエス法人事業部 SP用CSS
　URL:http://

-----------------------------------------------------*/
/* cyan */
/* dark blue */
/* yellow */
/* pale blue */
/* light cyan */
/* light graysh green */
/* 文久見出しゴシック */
/* 文久ゴシックレギュラー */
/* 文久ゴシックボールド */
/* DIN CONDENSED Light */
/* DIN CONDENSED Regular */
/* #########################

	共通設定

######################### */
a {
  color: #000;
}
a:active {
  color: #2ca6e0;
}

.sphidden {
  display: none;
}

sup {
  font-size: smaller;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

.w100img {
  width: 100%;
}

/* Adobe WEB FONTS class */
.font-bunkyumidashigothic {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
}

.font-bunkyugothic-r {
  font-family: toppan-bunkyu-gothic-pr6n, serif;
  font-style: normal;
  font-weight: 400;
}

.font-bunkyugothic-db {
  font-family: toppan-bunkyu-gothic-pr6n, serif;
  font-style: normal;
  font-weight: 600;
}

.font-din-light {
  font-family: din-condensed, sans-serif;
  font-style: normal;
  font-weight: 300;
}

.font-din-regular {
  font-family: din-condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
}

/* #########################

	Header

######################### */
/* 共通ヘッダ */
header {
  width: 100%;
  padding: 10px;
  background: #2ca6e0;
  box-sizing: border-box;
  position: relative;
  z-index: 1000;
}
header h1 img {
  width: 140px;
}

/* ##### Navigation ##### */
#navToggle {
  background: #fff none;
  width: 20px;
  height: 20px;
  padding: 10px 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 1500;
}

#navToggle div {
  position: relative;
}

#navToggle span {
  display: block;
  position: absolute;
  width: 100%;
  border-bottom: solid 2px #2ca6e0;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

#navToggle span:nth-child(1) {
  top: 0px;
}

#navToggle span:nth-child(2) {
  top: 8px;
}

#navToggle span:nth-child(3) {
  top: 16px;
}

header nav {
  position: absolute;
  right: 0px;
  top: -370px;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  width: 300px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  text-align: left;
  z-index: 12;
}

header nav ul {
  list-style: none;
  margin: 0;
}

header nav ul li {
  display: block;
  margin: 0;
  border-bottom: solid 1px #999;
  line-height: 3;
}

header nav ul li a {
  display: block;
  color: #fff;
  padding: 0 15px;
  text-decoration: none;
}
header nav ul li a:active {
  background: #333 none;
}
header nav ul li a.active {
  background: #333 none;
  color: #2ca6e0;
  font-weight: bold;
}

header nav ul li::after {
  content: "";
}

header nav ul li:last-child {
  border-bottom: none;
}

#navToggle {
  display: block;
}

.openNav #navToggle span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.openNav #navToggle span:nth-child(2),
.openNav #navToggle span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.openNav nav {
  -moz-transform: translateY(450px);
  -webkit-transform: translateY(450px);
  transform: translateY(450px);
}

/* #########################

	Contents

######################### */
/* ##### Contents ##### */
#top-contents {
  padding: 50px 0px 140px 0px;
  overflow: hidden;
}
#top-contents article {
  padding: 0px 0px 100px 0px;
}
#top-contents article > div {
  margin: -120px 10px 0 10px;
  position: relative;
}

#contents {
  background: #fff;
  margin: 50px 10px;
  padding: 50px 10px 100px 10px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

/* ##### Head ##### */
#top-contents h2 {
  width: 80%;
  height: 160px;
  background: #182987;
  color: #fff;
  font-size: 44px;
  font-family: din-condensed, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  margin: 30px 0px 80px 0px;
  padding: 0 0 0 20px;
  position: relative;
}
#top-contents h2 span {
  display: block;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, elvetica, Arial, Verdana, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  margin-top: -10px;
  padding: 0px 20px 0px 0px;
}
#top-contents h2:before, #top-contents h2:after {
  content: "";
  display: block;
  position: absolute;
  top: 60px;
  left: 0;
  height: 2px;
  background: #fff;
}
#top-contents h2:before {
  width: 80%;
  transform: translate(10px, 0px);
}

#h2-deco {
  text-align: center;
  margin: 50px 10px 80px 10px;
  padding: 50px 0;
  border: solid 10px #fff;
  box-sizing: border-box;
  position: relative;
}
#h2-deco h2 {
  width: 80%;
  color: #fff;
  font-size: 56px;
  font-family: din-condensed, sans-serif;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  line-height: 100%;
  margin: 0px auto;
  position: relative;
  z-index: 1;
}
#h2-deco h2 span {
  display: block;
  color: #fcee21;
  font-size: 24px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, elvetica, Arial, Verdana, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  margin-top: 20px;
  padding: 10px 0px 10px 0px;
  border-top: 1px solid #fff;
}
#h2-deco::before, #h2-deco::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #2ca6e0;
}
#h2-deco::before {
  top: -10px;
  bottom: -10px;
  left: 50px;
  right: 50px;
}
#h2-deco::after {
  top: 50px;
  bottom: 50px;
  left: -10px;
  right: -10px;
}

footer h2 {
  font-size: 27px;
  color: #182987;
  text-align: center;
  margin-bottom: 10px;
  padding: 0px 5px 10px 0px;
  border-bottom: 2px solid #182987;
}

h3 {
  color: #182987;
  font-size: 25px;
  letter-spacing: 0.2rem;
  line-height: 2.5rem;
  margin: 80px 0px 20px 0px;
  padding-bottom: 5px;
  border-bottom: 2px solid #182987;
}
h3:first-child {
  margin-top: 0px;
}

h4 {
  background: #d6eef4;
  font-size: 20px;
  letter-spacing: 0.1rem;
  line-height: 2rem;
  padding: 10px 15px;
  margin: 60px 0px 20px 0px;
}

h5 {
  font-size: 20px;
  letter-spacing: 0.1rem;
  line-height: 2rem;
  padding: 15px 5px 15px 15px;
  margin: 50px 0px 20px 0px;
  border-left: 5px solid #2ca6e0;
}

/* ##### Element ##### */
ul {
  margin: 5px 0px 5px 1.5em;
}
ul li {
  line-height: 180%;
  margin-bottom: 3px;
}

ol {
  margin: 5px 0px 5px 2em;
}
ol li {
  line-height: 180%;
  margin-bottom: 3px;
}

table {
  width: 100%;
  margin: 10px 0px;
  border-collapse: collapse;
  border-top: 1px solid #ccc;
}
table tr th {
  display: block;
  background: #cbe2f5;
  text-align: center;
  line-height: 180%;
  padding: 10px 5px 5px 5px;
}
table tr td {
  display: block;
  background: #fff;
  line-height: 180%;
  padding: 5px 5px 10px 5px;
  border-bottom: 1px solid #ccc;
}

/* ##### Btn ##### */
.btn-nml {
  text-align: center;
  padding: 50px 10px;
}
.btn-nml a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 30px 10px 30px;
  margin-bottom: 5px;
  border: 1px solid #000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn-nml a:active {
  background-color: #e6f1f4;
  color: #000;
}

#backbtn {
  margin: 50px auto 20px auto;
  text-align: center;
}
#backbtn a {
  display: block;
  color: #2ca6e0;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 30px 10px 30px;
  margin-bottom: 5px;
  border: 1px solid #2ca6e0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#backbtn a:active {
  background-color: #e6f1f4;
  color: #182987;
  border: 1px solid #182987;
}

/* ##### Page Nation ##### */
.pageNav {
  font-size: 0;
  text-align: center;
  overflow: hidden;
  margin: 50px auto;
}
.pageNav a {
  background: #000;
  border: 1px solid #000;
  color: #fff;
  text-decoration: none;
}
.pageNav a:active {
  background: #2ca6e0;
  color: #fff;
  border: 1px solid #2ca6e0;
}

.pageNav a,
.pageNav span {
  display: inline-block;
  font-size: 16px;
  line-height: 1em;
  padding: 14px 17px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.pageNav .current {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}

.pageNav .invalid {
  background: #ccc;
  border: 1px solid #ccc;
  color: #fff;
}

.pageNav .page {
  display: none;
}

/* #########################

	Footer

######################### */
footer #footer-inquiry {
  background: #fff none;
  margin: 0px 10px -50px 10px;
  padding: 50px 10px 40px 10px;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}
footer #footer-inquiry div {
  line-height: 150%;
  margin: 10px auto;
}
footer #footer-inquiry div:last-child p {
  text-align: center;
}
footer #footer-inquiry div:last-child p img {
  width: 100%;
  max-width: 320px;
}
footer #footer-inquiry div:last-child p a {
  text-decoration: none;
}
footer #footer-inquiry div:last-child p strong {
  color: #182987;
  font-size: 30px;
}
footer #footer-inquiry div:last-child p strong img {
  width: 25px;
  height: auto;
}
footer #footer-inquiry div:last-child p a.btn img {
  width: 100%;
  max-width: 326px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.2) 4px 4px 12px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 4px 4px 12px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 4px 4px 12px 0px;
}
footer #footer-inquiry div:last-child p a.btn:active img {
  transform: translate(2px, 2px);
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
}
footer #footer-add {
  width: 100%;
  background: #000;
  color: #fff;
  position: relative;
  z-index: 5;
}
footer #footer-add address {
  font-size: 14px;
  font-style: normal;
  text-align: center;
  vertical-align: bottom;
  padding: 80px 10px 10px 10px;
}
footer #footer-add address a {
  color: #fff;
}
footer #footer-add p {
  font-size: 12px;
  text-align: center;
  letter-spacing: 0;
  vertical-align: bottom;
  padding: 50px 10px 10px 10px;
  margin: 0px;
}

#btn-pagetop {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 30px;
  z-index: 2000;
}
#btn-pagetop a {
  display: block;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
}
#btn-pagetop a img {
  width: 50px;
  height: 50px;
}
#btn-pagetop a:active {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: alpha(opacity=100);
}

/* #########################

	Toppage

######################### */
/* ##### オープニングシャッター ##### */
.shutter {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1e1e1e;
  z-index: 9999;
  -webkit-animation: byeShutter 2.6s forwards;
  animation: byeShutter 2.6s forwards;
}
.shutter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  width: 0;
  height: 1px;
  -webkit-animation: shutterOpen1 2.6s forwards;
  animation: shutterOpen1 2.6s forwards;
}
.shutter::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: #2ca6e0;
  width: 120%;
  height: 0px;
  -webkit-animation: shutterOpen2 2.6s forwards;
  animation: shutterOpen2 2.6s forwards;
}

@keyframes byeShutter {
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
@keyframes shutterOpen1 {
  0% {
    width: 0;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  90% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@keyframes shutterOpen2 {
  60% {
    width: 120%;
    height: 0;
    transform: rotate(5deg);
  }
  90% {
    width: 120%;
    height: 100%;
    transform: rotate(-5deg);
  }
  100% {
    width: 120%;
    height: 100%;
    transform: rotate(-5deg);
  }
}
/* ##### スクロールでなんやかんや（jQuery） ##### */
/* 1.フェードインアニメーションの指定 */
.scrollanime {
  opacity: 0;
} /* 一瞬表示されるのを防ぐ */
.fadeInDown {
  animation-name: fadeInDown;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
/* 2.上下の動きを指定 */
.updown {
  transform: translateY(-100px);
}

.downup {
  transform: translateY(100px);
}

/* 3.左右の動きを指定 */
.sect02 {
  overflow: hidden;
} /*横スクロールバーを隠す*/
.slide-right {
  transform: translateX(200px);
}

.slide-left {
  transform: translateX(-200px);
}

/* ##### イメージ ##### */
#top-image {
  background: transparent url(../img/photo_topimage.png) center top no-repeat;
  background-size: contain;
  margin: 0px 10px 20px 10px;
  padding: 65% 0 0 0;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}
#top-image p {
  margin-bottom: 0px;
  font-family: toppan-bunkyu-gothic-pr6n, serif;
  font-style: normal;
  font-weight: 600;
  z-index: 100;
  position: relative;
}
#top-image p#catch {
  position: absolute;
  top: 10px;
  left: 5px;
  z-index: 50;
}
#top-image p#catch strong {
  font-size: 6.6vw;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 150%;
}
#top-image p#catch strong br {
  display: none;
}
#top-image p#sign {
  text-align: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #000;
}

/* ##### 説明 ##### */
#top-about {
  text-align: center;
  margin: 100px 10px 100px 10px;
  padding: 80px 0;
  border: solid 10px #fff;
  box-sizing: border-box;
  position: relative;
}
#top-about p {
  text-align: center;
  padding: 0px 20px;
  position: relative;
  z-index: 1;
}
#top-about p strong {
  color: #fcee21;
  font-size: 24px;
}
#top-about::before, #top-about::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #2ca6e0;
}
#top-about::before {
  top: -10px;
  bottom: -10px;
  left: 50px;
  right: 50px;
}
#top-about#top-about::after {
  top: 50px;
  bottom: 50px;
  left: -10px;
  right: -10px;
}

/* ##### コンテンツ ##### */
.top-morebtn {
  text-align: center;
  margin: 30px auto;
}
.top-morebtn a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 5px 80px;
  border: 1px solid #fff;
  position: relative;
  justify-content: center;
  align-items: center;
}
.top-morebtn a:before, .top-morebtn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  height: 1px;
  background: #fff;
}
.top-morebtn a:before {
  width: 60px;
  transform: translate(30px, 0px);
}
.top-morebtn a:after {
  width: 15px;
  transform-origin: right center;
  transform: translate(30px, 0px) rotate(25deg);
}
.top-morebtn a:active:before {
  transform: translate(40px, 0px);
}
.top-morebtn a:active:after {
  transform: translate(40px, 0px) rotate(25deg);
}
.top-morebtn a:active {
  background: rgba(255, 255, 255, 0.1);
}

/* ##### サービス案内 ##### */
#top-service {
  list-style: none;
  margin: 0px 0px;
}
#top-service li {
  width: 100%;
  background: #fff;
  margin: 0px 0px 10px 0px;
}
#top-service li a {
  display: block;
  height: 300px;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 9px -2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 9px -2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 9px -2px;
  /*-webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;*/
  display: flex;
  justify-content: center;
  align-items: center;
}
#top-service li a span {
  display: none;
}
#top-service li a#custom-link {
  background: #fffbf2;
  border: 5px #000 solid;
}
#top-service li a#custom-link img {
  width: 100%;
  max-width: 345px;
}
#top-service li a#fw-link {
  background: #e2e556;
}
#top-service li a#fw-link img {
  width: 100%;
  max-width: 383px;
}
#top-service li a#cf-link {
  background: #fff;
  border: 8px #fcda21 solid;
}
#top-service li a#cf-link img {
  width: 100%;
  max-width: 345px;
}
#top-service li a:active {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
}

/* ##### 制作実績 ##### */
#top-achievement {
  list-style: none;
  margin: 0px;
}
#top-achievement li {
  width: 100%;
  background: #fff none;
  margin: 0px 0px 10px 0px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 9px -2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 9px -2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 9px -2px;
}
#top-achievement li a {
  display: block;
  height: 60vw;
  overflow: none;
}
#top-achievement li a img {
  width: 100%;
}
#top-achievement li a:active {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
}

/* ##### お知らせ ##### */
#top-info-list {
  list-style: none;
  margin: 0px;
}
#top-info-list a {
  display: block;
  background: #fff;
  text-decoration: none;
  padding: 30px 20px 30px 20px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
#top-info-list a span.text {
  display: block;
  padding: 10px 10px 10px 0px;
  box-sizing: border-box;
}
#top-info-list a span.text em {
  display: block;
  color: #bbb;
  font-weight: bold;
  font-style: normal;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
#top-info-list a span.text strong {
  display: block;
  font-weight: normal;
  line-height: 150%;
}
#top-info-list a span.icon {
  display: none;
}

/* =========================== Secondary =========================== */
/* #########################

	お知らせ

######################### */
#info-list {
  list-style: none;
  border-top: 1px solid #ccc;
  margin: 20px 0px;
}
#info-list li {
  border-bottom: 1px solid #ccc;
}
#info-list li a {
  display: block;
  text-decoration: none;
  padding: 20px 0px;
}
#info-list li a span {
  display: block;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, elvetica, Arial, Verdana, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 150%;
  text-align: left;
  padding: 0px 10px 0px 10px;
}
#info-list li a span.date {
  color: #b3b3b3;
  font-weight: bold;
  letter-spacing: 3px;
  padding-bottom: 5px;
}
#info-list li a:active {
  background: #dff2fa none;
  color: #000;
}

.info-date {
  color: #b1b1b1;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, elvetica, Arial, Verdana, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  text-align: right;
  margin: 30px auto 0px auto;
  padding: 3px 10px;
}

.info-article {
  padding: 30px 0px 50px 0px;
  margin: 0px;
  border-bottom: 1px solid #999;
}

/* ##### File Upload ##### */
#contents ul.fileupload {
  list-style: none;
  margin: 0px;
}
#contents ul.fileupload li {
  margin: 0px;
  border-bottom: 1px solid #999;
}
#contents ul.fileupload li a {
  display: block;
  color: #000;
  font-size: 14px;
  text-decoration: none;
  line-height: 130%;
  padding: 20px 10px;
}
#contents ul.fileupload li a img {
  margin-right: 5px;
  vertical-align: middle;
}
#contents ul.fileupload li a:active {
  background: #e6f1f4 none;
}

/* ##### Photo Area ##### */
#contents .photo-thumb {
  list-style: none;
  margin: 30px 0px 0px 0px;
  padding: 30px 0px;
  border-bottom: 1px solid #999;
}
#contents .photo-thumb li {
  max-width: 450px;
  margin: 0 auto 15px auto;
  vertical-align: top;
}
#contents .photo-thumb li a {
  display: block;
  max-width: 450px;
  color: #000;
  text-decoration: none;
  font-size: 12px;
  line-height: 140%;
  text-align: left;
}
#contents .photo-thumb li a span {
  display: block;
  margin: 7px 0px;
}
#contents .photo-thumb li a span:first-child {
  max-width: 450px;
  max-height: 450px;
  text-align: center;
}
#contents .photo-thumb li a span img {
  max-width: 100%;
  height: auto;
}
#contents .photo-thumb li a:active {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
}

/* #########################

	サービス案内

######################### */
/* ##### サービス案内トップ ##### */
#service-link {
  list-style: none;
  margin: 50px 0px;
  text-align: center;
}
#service-link li {
  text-align: center;
  margin: 0px 0px 20px 0px;
}
#service-link li a {
  display: block;
  width: 100%;
  height: 300px;
  text-decoration: none;
  margin: 0px auto;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 9px -2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 9px -2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 9px -2px;
}
#service-link li a#custom-link {
  background: #fffbf2 none;
  border: 5px #000 solid;
  display: flex;
  justify-content: center;
  align-items: center;
}
#service-link li a#custom-link span {
  display: block;
  text-align: center;
}
#service-link li a#custom-link span img {
  width: 100%;
  max-width: 383px;
}
#service-link li a#custom-link span span {
  width: 100%;
  line-height: 150%;
  margin: auto;
  padding: 0px 20px;
  box-sizing: border-box;
}
#service-link li a#fw-link {
  background: #e2e556 none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#service-link li a#fw-link span {
  display: block;
  text-align: center;
}
#service-link li a#fw-link span img {
  width: 100%;
  max-width: 383px;
}
#service-link li a#fw-link span span {
  width: 100%;
  line-height: 150%;
  margin: auto;
  padding: 0px 20px;
  box-sizing: border-box;
}
#service-link li a#cf-link {
  background: #fff none;
  border: 8px #fcda21 solid;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#service-link li a#cf-link span {
  display: block;
  text-align: center;
}
#service-link li a#cf-link span img {
  width: 100%;
  max-width: 345px;
}
#service-link li a#cf-link span span {
  width: 100%;
  line-height: 150%;
  margin: auto;
  padding: 0px 20px;
  box-sizing: border-box;
}
#service-link li a:active {
  /*@include opacity80;*/
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
}
#service-link li a:active#custom-link {
  color: #f5911e;
}
#service-link li a:active#fw-link {
  color: #009045;
}

#service-aboutcms {
  display: block;
  background: #d6eef4 none;
  margin: 100px auto;
  position: relative;
}
#service-aboutcms:before {
  border-bottom: 20px solid transparent;
  border-left: 20px solid #fff;
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
}
#service-aboutcms:after {
  border-left: 20px solid transparent;
  border-bottom: 20px solid #fff;
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
#service-aboutcms div {
  padding: 80px 20px;
  position: relative;
}
#service-aboutcms div:before {
  border-bottom: 20px solid transparent;
  border-right: 20px solid #fff;
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
}
#service-aboutcms div:after {
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
#service-aboutcms div p {
  line-height: 180%;
  margin-bottom: 10px;
}
#service-aboutcms div p strong {
  display: block;
  color: #0071ba;
  font-size: 24px;
  margin-bottom: 20px;
}

/* Custom-Made */
#cm-catch {
  height: 250px;
  background: #fffbf2 none;
  border: 5px #000 solid;
  margin: 20px auto 50px auto;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
#cm-catch img {
  width: 80%;
  max-width: 345px;
}

.btn-bl {
  text-align: center;
  padding: 50px 0px;
}
.btn-bl a {
  display: block;
  background: #182987;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 15px 30px 15px 30px;
  margin-bottom: 5px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.btn-bl a:active {
  background-color: #2ca6e0;
  color: #fff;
}

#fw-link-bn {
  display: block;
  width: 100%;
  height: 250px;
  background: #e2e556 none;
  position: relative;
  box-sizing: border-box;
  margin: 20px auto;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 9px -2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 9px -2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 9px -2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#fw-link-bn img {
  width: 100%;
  max-width: 383px;
}
#fw-link-bn:active {
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
}

/* Front-Engine */
#fw-catch {
  height: 250px;
  background: #e2e556 url(../img/img_service_fw.png) center center no-repeat;
  margin: 20px auto 50px auto;
}
#fw-catch span {
  display: none;
}

#fw-feature {
  background: #e3f4f7;
  padding: 30px 20px;
  margin: 20px 0px;
}
#fw-feature p {
  text-align: center;
}
#fw-feature p strong {
  color: #254ca2;
  font-size: 25px;
}
#fw-feature ul {
  margin: 10px 0px;
  list-style: none;
}
#fw-feature ul li {
  background: #254ca2;
  color: #fff;
  font-size: 22px;
  text-align: center;
  margin: 0.5%;
  padding: 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
#fw-feature ul li span {
  font-size: 14px;
}

ul.checklist {
  list-style: none;
  margin: 50px 0px;
}
ul.checklist li {
  color: #ef5a24;
  font-size: 21px;
  font-weight: bold;
  position: relative;
  line-height: 1.8;
  padding-left: 35px;
}
ul.checklist li::after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0px;
  width: 15px;
  height: 10px;
  border-left: 5px solid #39b34a;
  border-bottom: 5px solid #39b34a;
  transform: rotate(-45deg);
}

#fw-look {
  margin: 40px 0px;
}
#fw-look p storng {
  display: block;
  background: #d7de21;
  text-align: center;
  padding: 5px 10px;
  margin: 0 0 10px 0;
}
#fw-look p img {
  display: block;
  vertical-align: top;
  margin: 0 auto;
  box-shadow: rgba(0, 0, 0, 0.2) 4px 4px 12px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 4px 4px 12px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 4px 4px 12px 0px;
}
#fw-look p img#fw-look-sp {
  max-width: 80%;
}
#fw-look p img#fw-look-pc {
  max-width: 100%;
}

#service-samplesite {
  margin: 20px 0px;
  padding: 0px;
  list-style: none;
}
#service-samplesite li a {
  display: block;
  background: #2ca4de;
  color: #fff;
  text-decoration: none;
  line-height: 150%;
  padding: 20px 30px 20px 50px;
  margin: 0px;
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#service-samplesite li a strong {
  color: #d7de21;
}
#service-samplesite li a span {
  text-decoration: underline;
}
#service-samplesite li a::before {
  content: "";
  position: absolute;
  top: 50%; /* 縦軸をセンタリングする */
  left: 20px;
  transform: translateY(-50%); /* 縦軸をセンタリングする */
  border: 10px solid transparent;
  border-left: 12px solid #d7de21;
}
#service-samplesite li a:active {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
}

#fw-kanri {
  margin: 20px 0px;
  list-style: none;
}
#fw-kanri li {
  margin-bottom: 10px;
}
#fw-kanri li storng {
  display: block;
  background: #d7de21;
  text-align: center;
  padding: 5px 10px;
  margin: 0 0 10px 0;
}
#fw-kanri li img {
  display: block;
  width: 100%;
  vertical-align: top;
  margin: 0 auto;
  box-shadow: rgba(0, 0, 0, 0.2) 4px 4px 12px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 4px 4px 12px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 4px 4px 12px 0px;
}

#fw-copy {
  background: #f5911e;
  color: #fff;
  font-size: 23px;
  text-align: center;
  font-weight: bold;
  margin: 50px 0px 100px 0px;
  padding: 20px;
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
#fw-copy::before {
  content: "";
  position: absolute;
  top: -30px;
  left: calc(50% - 7.5px);
  border: 15px solid transparent;
  border-top: 18px solid #f5911e;
}

#fw-plan tr th {
  background: #f7f7f7;
  text-align: center;
  border-top: 1px solid #036eb5;
  padding: 10px 10px;
}
#fw-plan tr th:empty {
  display: none;
}
#fw-plan tr td {
  text-align: center;
  padding: 10px 10px;
  border: none;
}
#fw-plan tr td:nth-of-type(1) {
  background: #cbe2f5;
}
#fw-plan tr td:nth-of-type(2) {
  background: #9ac9ec;
}
#fw-plan tr td em {
  display: inline-block;
  background: #182985;
  color: #fff;
  font-size: 23px;
  font-style: normal;
  margin: 0px auto;
  padding: 3px 15px;
}
#fw-plan tr td span {
  background: linear-gradient(transparent 70%, #dadf00 70%);
}
#fw-plan tr td ul {
  display: block;
  text-align: left;
  margin: 10px 0px 0px 20px;
}
#fw-plan tr td ul li {
  margin-bottom: 0px;
}

#cm-link-bn {
  display: block;
  width: 100%;
  max-width: 650px;
  height: 250px;
  background: #fffbf2;
  position: relative;
  border: 5px solid #232d3b;
  box-sizing: border-box;
  margin: 20px auto;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 9px -2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 9px -2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 9px -2px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
#cm-link-bn img {
  width: 100%;
  max-width: 345px;
}
#cm-link-bn:hover {
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
}

/* #########################

	制作実績

######################### */
#achievement-list {
  margin: 0px;
  margin: 50px auto;
  list-style: none;
  margin: 20px 0px;
  padding: 0px;
}
#achievement-list li {
  width: 100%;
  margin: 0px 0px 80px 0px;
  padding: 0px;
  vertical-align: top;
}
#achievement-list li div {
  vertical-align: top;
  line-height: 150%;
}
#achievement-list li div.sitetitle {
  margin-bottom: 15px;
}
#achievement-list li div.sitetitle strong {
  display: block;
  color: #182987;
  font-size: 18px;
  border-bottom: 2px solid #182987;
  padding: 10px 0px 5px 0px;
  margin: 0px 0px 10px 0px;
}
#achievement-list li div.siteimage {
  height: 60vw;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.2) 4px 4px 12px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 4px 4px 12px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 4px 4px 12px 0px;
}
#achievement-list li div.siteimage img {
  display: block;
  width: 100%;
}
#achievement-list li div.spec {
  background: #d6eef4 none;
  text-align: left;
  margin-bottom: 10px;
  padding: 10px 20px;
}
#achievement-list li div.spec .ach-front-works {
  display: block;
  width: 100%;
  height: 40px;
  background: #e0e356 none;
  text-align: center;
  margin-bottom: 10px;
  border: 1px solid #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
#achievement-list li div.spec .ach-front-works:active {
  border-color: #000;
}
#achievement-list li div.spec .ach-front-works img {
  width: 100%;
  max-width: 180px;
}
#achievement-list li div.spec .ach-custom-made {
  display: block;
  width: 100%;
  height: 40px;
  background: #fff9f0 none;
  text-align: center;
  margin-bottom: 10px;
  border: 1px solid #232d3b;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
#achievement-list li div.spec .ach-custom-made:active {
  border-color: #f5911e;
}
#achievement-list li div.spec .ach-custom-made img {
  width: 100%;
  max-width: 180px;
}
#achievement-list li div.exp {
  margin-bottom: 10px;
}
#achievement-list li div.exp strong {
  display: block;
  background: #2ca6e0;
  color: #fff;
  margin-bottom: 5px;
  padding: 5px 5px;
}

#achievement-detail div#toppage-image img {
  width: 100%;
  border: 1px solid #000;
  box-sizing: border-box;
}
#achievement-detail div#text {
  padding-bottom: 30px;
}

/* #########################

	お問い合わせ

######################### */
.hissu {
  color: #f00;
  margin-left: 5px;
}

#inquiryform {
  margin-top: 50px;
  border-top: 1px solid #ccc;
}

/* dl版 */
dl#inquiry-item, dl#inquiry-item-check {
  width: 100%;
  margin: 20px auto;
}

dl#inquiry-item dt, dl#inquiry-item-check dt {
  color: #000;
  text-align: center;
  font-weight: bold;
  margin: 0 0 0.3em;
  padding: 10px 0px 0px 0px;
}

dl#inquiry-item dd {
  text-align: center;
  margin-bottom: 10px;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #ccc;
  /*&:last-child {
  	border: 0px none;
  }*/
}

dl#inquiry-item-check dd {
  text-align: left;
  margin-bottom: 10px;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #ccc;
}
dl#inquiry-item-check dd:last-child {
  border: 0px none;
}

dl#inquiry-item dd img, dl#inquiry-item-check dd img {
  vertical-align: middle;
  margin-left: 5px;
}

dl#inquiry-item dd span {
  display: block;
  padding: 10px;
}

/* table版 */
table#inquiry-item, table#inquiry-item-check {
  width: 100%;
  margin: 20px auto;
  border-top: 1px #ccc solid;
}

table#inquiry-item th, table#inquiry-item-check th {
  display: block;
  color: #000;
  text-align: center;
  margin: 0 0 0.3em;
  padding: 10px 0px 0px 0px;
}

table#inquiry-item td {
  display: block;
  text-align: left;
  margin-bottom: 10px;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #ccc;
}

table#inquiry-item-check td {
  display: block;
  text-align: left;
  margin-bottom: 10px;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #ccc;
}

table#inquiry-item td img, table#inquiry-item-check td img {
  vertical-align: middle;
  margin-left: 5px;
}

table#inquiry-item-check td {
  font-weight: bold;
}

table#inquiry-item td span {
  display: block;
  padding: 10px;
}

#inquiryform input, #inquiryform textarea, #inquiryform select {
  border: 1px solid #ccc;
  padding: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif !important;
  font-size: 14px;
}

#inquiryform input[type=text], #inquiryform input[type=email], #inquiryform input[type=file] {
  width: 90%;
}

#inquiryform input[type=file] {
  border-color: #e6f1f4;
  background-color: #e6f1f4;
  cursor: pointer;
}
#inquiryform input[type=file]:active {
  border-color: #000;
}

#inquiryform input[type=text].shortinput {
  width: 5em;
}

#inquiryform textarea {
  width: 90%;
  height: 10em;
}

#inquiryform input[type=text]:focus, #inquiryform input[type=email]:focus, #inquiryform textarea:focus {
  background-color: #e6f1f4;
  border: 1px solid #000;
}

#inquiryform p.select-form {
  width: 90%;
  background: #fff;
  text-align: center;
  position: relative;
  border-radius: 2px;
  margin: 0px auto;
}
#inquiryform p.select-form::before {
  position: absolute;
  top: 1.2em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666;
  pointer-events: none;
}
#inquiryform p.select-form select {
  width: 100%;
  background: #fff none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 10px 50px 10px 30px;
  cursor: pointer;
}
#inquiryform p.select-form select select::-ms-expand {
  display: none;
}

#inquiryform input[type=submit] {
  width: 100%;
  background-color: #e6f1f4;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #ccc;
  margin-top: 10px;
  cursor: pointer;
}

#inquiryform input[type=submit]:active {
  background: #dff2fa none;
  border-color: #000;
}

.mikinyu {
  display: block;
  color: #999;
  font-style: italic;
  font-weight: normal;
  text-align: center;
}

dl#inquiry-item-check dd img {
  max-width: 300px;
  max-height: 300px;
  border: 1px solid #ccc;
}

#formbackbtn {
  width: 100%;
  background-color: #fff;
  color: #666;
  font-size: 14px;
  border: 1px solid #ccc;
  margin-top: 10px;
  cursor: pointer;
}

#formbackbtn:active {
  border: 1px solid #000;
  color: #000;
}

/* #########################

	個人情報保護方針

######################### */
ol.privacylist {
  margin: 5px 0px 5px 0em;
  list-style: none;
  counter-reset: number;
}
ol.privacylist > li {
  position: relative;
  margin: 20px 0px 0px 0em;
  padding-left: 40px;
}
ol.privacylist > li::before {
  counter-increment: number;
  content: "（" counter(number) "）";
  position: absolute;
  left: 0;
}
ol.privacylist > li > ol {
  list-style: none;
  margin: 5px 0px 10px 0em;
  counter-reset: number;
}
ol.privacylist > li > ol > li {
  position: relative;
  padding-left: 1.5em;
}
ol.privacylist > li > ol > li::before {
  width: 16px;
  height: 16px;
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
  position: absolute;
  top: 7px;
  left: 0px;
  border: 1px solid #000;
  border-radius: 50%;
  counter-increment: number;
  content: counter(number);
}

.caution {
  color: #f60;
  font-size: 14px;
  line-height: 150%;
}

#certification {
  margin: 100px 0px 0px 0px;
  border-top: 1px solid #ccc;
}
#certification > div {
  padding: 20px 0px;
  border-bottom: 1px solid #ccc;
}
#certification > div div.cer-mark {
  text-align: center;
  margin-bottom: 10px;
}
#certification > div div.cer-mark img {
  width: 100%;
  max-width: 100px;
}
#certification > div div.cer-text p {
  text-indent: -1em;
  margin: 5px 0px 10px 1em;
  line-height: 160%;
}

/* #########################

	よくある質問（2024.05追加）

######################### */
#contents dl#faq-list {
  box-sizing: border-box;
}
#contents dl#faq-list div {
  margin: 50px 0 80px 0;
}
#contents dl#faq-list div dt {
  background-color: #d6eef4;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 15px 10px 15px 10px;
  position: relative;
}
#contents dl#faq-list div dt span {
  display: block;
  margin: 0px 5px;
  box-sizing: border-box;
}
#contents dl#faq-list div dt span:first-child {
  width: 40px;
  height: 40px;
  background-color: #254ca2;
  color: #fff;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 24px;
  text-align: center;
  margin: 0px auto 10px auto;
  padding: 4px 0 0 0;
  border-radius: 100%;
}
#contents dl#faq-list div dt span:last-child {
  line-height: 130%;
}
#contents dl#faq-list div dd {
  background-color: #fff0d2;
  font-size: 16px;
  margin: 0;
  padding: 15px 10px 20px 10px;
  position: relative;
}
#contents dl#faq-list div dd > span {
  display: block;
  margin: 0px 5px;
  box-sizing: border-box;
}
#contents dl#faq-list div dd > span:first-child {
  width: 40px;
  height: 40px;
  background-color: #ff8800;
  color: #fff;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 24px;
  text-align: center;
  margin: 0px auto 10px auto;
  padding: 4px 0 0 0;
  border-radius: 100%;
}
#contents dl#faq-list div dd > span:last-child {
  padding-top: 5px;
  line-height: 150%;
}
#contents dl#faq-list div dd > span:last-child > span {
  display: block;
  background-color: #fff;
  margin: 20px 0px;
  padding: 20px 10px;
  border: 2px solid #fddfb2;
}
#contents dl#faq-list div dd > span:last-child > span strong {
  display: block;
  color: #ff9d00;
  text-align: center;
  margin-bottom: 20px;
}