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

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

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

	共通設定

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

.pchidden {
  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: 20px;
  background: #2ca6e0;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /*flex-start,center,space-between*/
}
header h1 {
  vertical-align: middle;
}
header nav {
  vertical-align: middle;
  text-align: right;
  position: relative;
}
header nav ul {
  list-style: none;
}
header nav ul li {
  height: 30px;
  padding: 0px 0px 0px 30px;
  display: table-cell;
  vertical-align: middle;
}
header nav ul li a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 0px;
  line-height: 120%;
}
header nav ul li a::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #182987;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
header nav ul li a:hover {
  color: #fff;
}
header nav ul li a:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}
header nav ul li a.active {
  font-weight: bold;
  letter-spacing: 0px;
}
header nav ul li a.active::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #182987;
  opacity: 100;
  visibility: visible;
  transition: 0s;
}
header nav ul li a#nav-home {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/img_nav_home.png) center center no-repeat;
  /* background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%23ffffff" d="M12,3L20,9V21H15V14H9V21H4V9L12,3Z" /></svg>') no-repeat center center; */
}
header nav ul li a#nav-home span {
  display: none;
}
header nav ul li a#nav-inquiry {
  display: block;
  width: 110px;
  height: 73px;
  background: #fff url(../img/img_nav_mail.png) center center no-repeat;
}
header nav ul li a#nav-inquiry span {
  display: none;
}
header nav ul li a#nav-inquiry::after {
  display: none;
}
header nav ul li a#nav-inquiry:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
}
header nav ul li a#nav-inquiry.active {
  background-color: #182987;
}

#navToggle {
  display: none;
}

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

	Contents

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

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

/* ##### Head ##### */
#top-contents h2 {
  width: 70%;
  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: inline-block;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Helvetica, Arial, Verdana, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  padding: 5px 20px;
}
#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: 500px;
  transform: translate(10px, 0px);
}
#top-contents h2:after {
  width: 20px;
  transform-origin: right center;
  transform: translate(490px, 0) rotate(45deg);
}

#h2-deco {
  text-align: center;
  margin: 50px 5% 80px 5%;
  padding: 50px 0;
  border: solid 10px #fff;
  box-sizing: border-box;
  position: relative;
}
#h2-deco h2 {
  color: #fff;
  font-size: 67px;
  font-family: din-condensed, sans-serif;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  position: relative;
  z-index: 1;
}
#h2-deco h2 span {
  display: inline-block;
  color: #fcee21;
  font-size: 24px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Helvetica, Arial, Verdana, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  margin-left: 20px;
  padding: 10px 0px 10px 15px;
  border-left: 1px solid #fff;
  vertical-align: middle;
}
#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;
  margin-bottom: 10px;
  padding: 0px 5px 10px 0px;
  border-bottom: 2px solid #182987;
}

h3 {
  color: #182987;
  font-size: 27px;
  letter-spacing: 0.2rem;
  line-height: 2.5rem;
  margin: 120px 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: 120px 0px 20px 0px;
}

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

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

ol {
  margin: 5px 0px 5px 2em;
}
ol > li {
  margin-bottom: 3px;
}

table {
  margin: 10px 0px;
  border-collapse: separate;
  border-spacing: 2px;
}
table tr th {
  background: #cbe2f5;
  text-align: center;
  white-space: nowrap;
  padding: 10px 30px;
  vertical-align: middle;
}
table tr td {
  background: #eee;
  padding: 10px 30px;
  vertical-align: middle;
}

/* ##### Btn ##### */
.btn-nml {
  text-align: center;
  padding: 50px 0px;
}
.btn-nml a {
  min-width: 300px;
  background: #fff;
  display: inline-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:hover {
  background-color: #e6f1f4;
  color: #000;
}

#backbtn {
  margin: 50px auto 20px auto;
  text-align: center;
}
#backbtn a {
  background: #fff;
  display: inline-block;
  color: #2ca6e0;
  text-decoration: none;
  font-weight: bold;
  padding: 5px 50px 5px 50px;
  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:hover {
  background-color: #e6f1f4;
  color: #182987;
  border: 1px solid #182987;
}

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

.pageNav a,
.pageNav span {
  display: inline-block;
  font-size: 14px;
  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: #2ca6e0;
  border: 1px solid #2ca6e0;
  color: #fff;
}

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

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

	Footer

######################### */
footer #footer-inquiry {
  max-width: 960px;
  background: #fff none;
  margin: 0px auto -50px auto;
  padding: 50px 35px 40px 35px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  position: relative;
  z-index: 10;
}
footer #footer-inquiry div {
  width: 40%;
  line-height: 150%;
}
footer #footer-inquiry div:last-child p {
  text-align: center;
}
footer #footer-inquiry div:last-child p strong {
  color: #182987;
  font-size: 44px;
}
footer #footer-inquiry div:last-child p strong img {
  width: 36px;
}
footer #footer-inquiry div:last-child p a.btn img {
  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:hover 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 {
  display: table;
  width: 100%;
  background: #000;
  color: #fff;
  position: relative;
  z-index: 5;
}
footer #footer-add address {
  display: table-cell;
  font-size: 14px;
  font-style: normal;
  line-height: 150%;
  vertical-align: bottom;
  padding: 80px 20px 20px 20px;
}
footer #footer-add address a {
  color: #fff;
}
footer #footer-add p {
  display: table-cell;
  font-size: 12px;
  text-align: right;
  letter-spacing: 0;
  vertical-align: bottom;
  padding: 80px 20px 20px 20px;
}

#btn-pagetop {
  width: 76px;
  height: 76px;
  position: fixed;
  right: 10px;
  bottom: 130px;
  z-index: 2000;
}
#btn-pagetop a {
  display: block;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
}
#btn-pagetop a:hover {
  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 {
  height: 40vw;
  min-height: 500px;
  background: transparent url(../img/photo_topimage.png) right top no-repeat;
  background-size: contain;
  margin: 20px 5%;
  padding: 20px 0;
  box-sizing: border-box;
  position: relative;
  box-sizing: border-box;
}
#top-image p {
  width: 40%;
  min-width: 450px;
  letter-spacing: 0;
  margin-bottom: 15px;
  font-family: toppan-bunkyu-gothic-pr6n, serif;
  font-style: normal;
  font-weight: 400;
  z-index: 100;
  position: relative;
  /*text-shadow: 0px 0px 5px $baseColor;*/
  text-shadow: -2px -2px 0px #2ca6e0, -2px 0 0px #2ca6e0, -2px 2px 0px #2ca6e0, 0 -2px 0px #2ca6e0, 0 2px 0px #2ca6e0, 2px -2px 0px #2ca6e0, 2px 0 0px #2ca6e0, 2px 2px 0px #2ca6e0;
}
#top-image p#catch {
  margin-bottom: 30px;
}
#top-image p#catch strong {
  font-size: 56px;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 150%;
  text-shadow: 0px 0px 0px;
}
#top-image p#sign {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #000;
}

/* ##### 説明 ##### */
#top-about {
  text-align: center;
  margin: 100px 5% 100px 5%;
  padding: 50px 0;
  border: solid 10px #fff;
  box-sizing: border-box;
  position: relative;
}
#top-about p {
  text-align: center;
  padding: 0px 50px;
  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 100px;
  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;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.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:hover:before {
  transform: translate(50px, 0px);
}
.top-morebtn a:hover:after {
  transform: translate(50px, 0px) rotate(25deg);
}
.top-morebtn a:active {
  background: rgba(255, 255, 255, 0.1);
}

/* ##### サービス案内 ##### */
#top-service {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  margin: 0px;
}
#top-service li {
  width: 32%;
  background: #fff;
  margin: 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:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
}

/* ##### 制作実績 ##### */
#top-achievement {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  margin: 0px;
}
#top-achievement li {
  width: 33%;
  background: #fff none;
  margin: 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: 22.05vw;
  overflow: none;
}
#top-achievement li a img {
  width: 100%;
}
#top-achievement li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
}

/* ##### お知らせ ##### */
/*  Information Test
#top-info-list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0px;
	& li {
		width: 33%;
		background: #fff none;
		padding: 50px 20px 50px 20px;
		margin: 0px;
		overflow: hidden;
		position: relative;
		box-sizing: border-box;
		@include btnshadow;
		& a {
			display: block;
			background: url(../img/icon_info_more.png) center right no-repeat;
			text-decoration: none;
			padding-right: 60px;
			& span {
				display: block;
				padding: 10px 10px 10px 0px;
				border-right: 1px solid #ccc;
				& em {
					display: block;
					color: #bbb;
					font-weight: bold;
					font-style: normal;
				}
				& strong {
					display: block;
					font-weight: normal;
					line-height: 150%;
				}
			}
			&:hover {
				@include opacity80;
			}
		}
	}
}
*/
#top-info-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  margin: 0px;
}
#top-info-list a {
  display: block;
  width: 33%;
  background: #fff;
  text-decoration: none;
  padding: 50px 20px 50px 20px;
  box-sizing: border-box;
  position: relative;
  display: flex; /* 子要素の縦中央揃え用 */
  align-items: center; /* 子要素の縦中央揃え用 */
  justify-content: space-between; /*flex-start,center,space-between*/
}
#top-info-list a span.text {
  display: block;
  width: 90%;
  padding: 10px 10px 10px 0px;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
}
#top-info-list a span.text em {
  display: block;
  color: #bbb;
  font-weight: bold;
  font-style: normal;
}
#top-info-list a span.text strong {
  display: block;
  font-weight: normal;
  line-height: 150%;
}
#top-info-list a span.icon {
  display: block;
  width: 10%;
  min-width: 60px;
  min-height: 80px;
  background: url(../img/icon_info_more.png) right center no-repeat;
  box-sizing: border-box;
}

#info-list {
  list-style: none;
  margin: 50px 50px 0px 50px;
  border-top: 1px solid #ccc;
}
#info-list li {
  border-bottom: 1px solid #ccc;
  margin: 0px;
}
#info-list li a {
  display: block;
  background: #fff;
  text-decoration: none;
  padding: 20px 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#info-list li a span {
  display: table-cell;
  vertical-align: top;
  padding: 0px 20px;
}
#info-list li a span img {
  vertical-align: middle;
  margin-left: 5px;
}
#info-list li a:hover {
  background: #e6f1f4 none;
  color: #000;
}

/* ##### Banner ##### */
#banner-area ul {
  list-style: none;
  margin: 100px auto;
  text-align: center;
}
#banner-area ul li {
  display: inline-block;
  width: 280px;
  height: 80px;
  margin: 0px 10px;
}

/* =========================== Secondary =========================== */
a.pcnolink {
  text-decoration: none;
  pointer-events: none;
}

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

	お知らせ

######################### */
#info-list {
  list-style: none;
  margin: 50px 0px 0px 0px;
  border-top: 1px solid #ccc;
}
#info-list li {
  border-bottom: 1px solid #ccc;
  margin: 0px;
}
#info-list li a {
  display: block;
  background: #fff;
  text-decoration: none;
  padding: 20px 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#info-list li a span {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 20px;
}
#info-list li a span.date {
  color: #b3b3b3;
  font-family: Helvetica;
  font-weight: bold;
  letter-spacing: 3px;
}
#info-list li a span img {
  vertical-align: middle;
  margin-left: 5px;
}
#info-list li a:hover {
  background: #dff2fa none;
  color: #000;
}

.info-date {
  color: #b1b1b1;
  font-family: Helvetica;
  font-weight: bold;
  letter-spacing: 3px;
  text-align: right;
  margin: 20px auto 50px auto;
  padding: 0px;
}

.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: 15px 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#contents ul.fileupload li a img {
  margin-right: 5px;
  vertical-align: middle;
}
#contents ul.fileupload li a:hover {
  background: #e6f1f4 none;
}

/* ##### Photo Area ##### */
#contents .photo-thumb {
  list-style: none;
  margin: 50px auto 0px auto;
  padding: 30px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /*flex-start,center,space-between*/
  border-bottom: 1px solid #999;
}
#contents .photo-thumb li {
  min-width: 450px;
  margin: 10px;
  vertical-align: top;
}
#contents .photo-thumb li a {
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 12px;
  line-height: 140%;
  overflow: hidden;
}
#contents .photo-thumb li a span {
  display: block;
  margin: 7px 0px;
}
#contents .photo-thumb li a span:first-child {
  text-align: center;
}
#contents .photo-thumb li a span img {
  max-width: 450px;
  max-height: 450px;
}
#contents .photo-thumb li a:hover {
  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: 80%;
  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;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#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: 345px;
}
#service-link li a#custom-link span span {
  width: 100%;
  max-width: 345px;
  line-height: 150%;
  margin: auto;
}
#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%;
  max-width: 383px;
  line-height: 150%;
  margin: auto;
}
#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%;
  max-width: 345px;
  line-height: 150%;
  margin: auto;
}
#service-link li a:hover {
  /*@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:hover#custom-link {
  color: #f5911e;
}
#service-link li a:hover#fw-link {
  color: #009045;
}

#service-aboutcms {
  display: block;
  background: #d6eef4 none;
  margin: 100px auto;
  position: relative;
}
#service-aboutcms:before {
  border-bottom: 25px solid transparent;
  border-left: 25px solid #fff;
  content: "";
  display: block;
  position: absolute;
  top: 40px;
  left: 40px;
}
#service-aboutcms:after {
  border-left: 25px solid transparent;
  border-bottom: 25px solid #fff;
  content: "";
  display: block;
  position: absolute;
  bottom: 40px;
  right: 40px;
}
#service-aboutcms div {
  padding: 80px;
  position: relative;
}
#service-aboutcms div:before {
  border-bottom: 25px solid transparent;
  border-right: 25px solid #fff;
  content: "";
  display: block;
  position: absolute;
  top: 40px;
  right: 40px;
}
#service-aboutcms div:after {
  border-right: 25px solid transparent;
  border-bottom: 25px solid #fff;
  content: "";
  display: block;
  position: absolute;
  bottom: 40px;
  left: 40px;
}
#service-aboutcms div p {
  margin-bottom: 5px;
}
#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: 96%;
  max-width: 345px;
}

.btn-bl {
  text-align: center;
  padding: 50px 0px;
}
.btn-bl a {
  min-width: 500px;
  background: #182987;
  color: #fff;
  display: inline-block;
  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;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn-bl a:hover {
  background-color: #2ca6e0;
  color: #fff;
}

#fw-link-bn {
  display: block;
  width: 100%;
  max-width: 650px;
  height: 250px;
  background: #e2e556 url(../img/img_service_fw.png) center center no-repeat;
  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;
  -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;
}
#fw-link-bn img {
  width: 100%;
  max-width: 383px;
}
#fw-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;
}

/* Front-Works */
#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;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; /*flex-start,center,space-between*/
}
#fw-feature ul li {
  width: 15.6666666667%;
  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: 30px 0px 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 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  margin: 20px 0px;
}
#fw-look p {
  width: 49%;
}
#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: 50%;
}
#fw-look p img#fw-look-pc {
  max-width: 80%;
}

#service-samplesite {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  margin: 20px 0px;
  padding: 0px;
  list-style: none;
}
#service-samplesite li {
  width: 49%;
}
#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:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
}

#fw-kanri {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  margin: 20px 0px;
  list-style: none;
}
#fw-kanri li {
  width: 49%;
  margin: 0px;
}
#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: 100px 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;
}
#fw-plan tr th:empty {
  background: #fff;
}
#fw-plan tr td {
  text-align: center;
  padding: 10px 50px;
}
#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;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; /*flex-start,center,space-between*/
  margin: 50px auto;
  list-style: none;
  margin: 20px 0px;
  padding: 0px;
}
#achievement-list li {
  width: 31.3333333333%;
  min-width: 230px;
  margin: 0px 1% 5% 1%;
  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: 20vw;
  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:hover {
  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:hover {
  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 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
#achievement-detail div#toppage-image {
  width: 60%;
  padding-right: 40px;
  box-sizing: border-box;
}
#achievement-detail div#toppage-image img {
  width: 100%;
  border: 1px solid #000;
  box-sizing: border-box;
}
#achievement-detail div#text {
  width: 40%;
  box-sizing: border-box;
}

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

	お問い合わせ

######################### */
.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%;
}

dl#inquiry-item dt, dl#inquiry-item-check dt {
  float: left;
  padding: 25px 0;
  font-weight: bold;
  text-indent: 1em;
  line-height: 150%;
}

dl#inquiry-item dd, dl#inquiry-item-check dd {
  padding: 25px 0 25px 17em;
  line-height: 150%;
  border-bottom: 1px #ccc solid;
  /*&: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-check dd {
  font-weight: bold;
}

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

table#inquiry-item th, table#inquiry-item-check th {
  min-width: 7em;
  max-width: 10em;
  padding: 25px 10px 25px 30px;
  font-weight: bold;
  line-height: 150%;
  vertical-align: middle;
}

table#inquiry-item td, table#inquiry-item-check td {
  padding: 25px 30px 25px 10px;
  line-height: 150%;
  border-bottom: 1px #ccc solid;
  vertical-align: middle;
}

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;
}

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

#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]:hover {
  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 {
  display: inline-block;
  text-align: center;
  position: relative;
  border-radius: 2px;
  background: #fff;
}
#inquiryform p.select-form::before {
  position: absolute;
  top: 1em;
  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: 5px 50px 5px 30px;
  cursor: pointer;
}
#inquiryform p.select-form select select::-ms-expand {
  display: none;
}

#formsubmit {
  text-align: center;
  margin-top: 20px;
}

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

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

label {
  cursor: pointer;
}

.mikinyu {
  color: #999;
  font-style: italic;
  font-weight: normal;
}

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

#formbackbtn {
  width: 250px;
  background-color: #fff;
  color: #666;
  border: 1px solid #ccc;
  margin-top: 10px;
  cursor: pointer;
}

#formbackbtn:hover {
  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 {
  display: table;
  padding: 20px 20px;
  border-bottom: 1px solid #ccc;
}
#certification > div div {
  display: table-cell;
  vertical-align: middle;
}
#certification > div div.cer-mark {
  width: 10%;
  min-width: 100px;
}
#certification > div div.cer-mark img {
  width: 100%;
  max-width: 100px;
}
#certification > div div.cer-text {
  width: 88%;
}
#certification > div div.cer-text p {
  text-indent: -1em;
  margin: 5px 0px 5px 1em;
  line-height: 160%;
}

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

	よくある質問（2024.05追加）

######################### */
#contents dl#faq-list {
  margin: 30px 0px 0px 0px;
  box-sizing: border-box;
}
#contents dl#faq-list div {
  margin: 0 0 50px 0;
}
#contents dl#faq-list div dt {
  background-color: #d6eef4;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 10px 20px 10px 10px;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start; /*flex-start,center,space-between*/
  align-items: center;
  align-content: center;
}
#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;
  padding: 4px 0 0 0;
  border-radius: 100%;
}
#contents dl#faq-list div dt span:last-child {
  flex: 1;
}
#contents dl#faq-list div dd {
  font-size: 16px;
  margin: 0;
  padding: 10px 0px 10px 10px;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start; /*flex-start,center,space-between*/
  align-items: flex-start;
  align-content: center;
}
#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;
  padding: 4px 0 0 0;
  border-radius: 100%;
}
#contents dl#faq-list div dd > span:last-child {
  flex: 1;
  padding-top: 5px;
}
#contents dl#faq-list div dd > span:last-child > span {
  display: block;
  background-color: #fff;
  margin: 20px 0px;
  padding: 30px 40px;
  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;
}

a[href^="tel:"] {
  text-decoration: none;
  pointer-events: none;
}