@charset "utf-8";

/*------------------------------------------------------------
 全体設定                                           
------------------------------------------------------------*/
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 18px;
	line-height: 1.4;
	position: relative;
	height: auto;
}

@media screen and (min-width:481px) {
	.sp {
		display: none !important;
	}
}

@media screen and (max-width:480px) {
	html {
		touch-action: manipulation;
		overflow-x: hidden;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior-y: none;
	}

	body {
		width: 100vw;
		height: 100%;
		font-size: 4vw;
		overflow-x: hidden;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior-y: none;
	}

	.overflow {
		position: relative;
		overflow: hidden;
	}

	.pc {
		display: none !important;
	}
}

a {
	color: #ff689b;
	text-decoration: none;
	position: relative;
}

a:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}

strong {
	font-size: 1.1em;
	font-weight: bold;
}

.note {
	line-height: 1.2em;
	color: #4d4d4d;
	font-size: 14px !important;
	margin: 0;
}

@media screen and (max-width:480px) {
	.note {
		font-size: 3.2vw !important;
	}
}

.indent {
	text-indent: -1em;
	padding-left: 1em;
}


.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}

ul {
	list-style-type: none;
}

/*--------------------コンテナ--------------------*/
.wrapper {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	overflow: hidden;
}

@media screen and (max-width:480px) {
	.wrapper {
		width: 100%;
	}
}

/*--------------------見出し--------------------*/
h2 {
	text-align: center;

}

h2 img {
	width: 1200px;
	height: 240px;
	object-fit: cover;
}

h3 {
	background: #ff689b;
	color: #fff;
	font-size: 1.5em;
	display: block;
	padding: 1em;
}

@media screen and (max-width:480px) {
	h2 img {
		width: 100%;
		height: auto;
	}

	h3 {
		padding: 0.5em;
	}
}


/*------------------------------------------------------------
 ヘッダー                                          
------------------------------------------------------------*/
header {
	background: #fff;
	margin: 0;
	min-width: 1000px;
	padding: 0 0 0 0;
}

header .wrapper {
	position: relative;
}

@media screen and (max-width:480px) {
	header {
		position: fixed;
		top: 0;
		width: 100vw;
		z-index: 1;
		border-bottom: #aaa solid 1px;
	}
}

/*--------------------タイトル--------------------*/
header .title {
	background: #ff689b;
}

header h1 {
	padding: 5px 0 0;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
}

@media screen and (max-width:480px) {
	header h1 {
		display: none;
		/*非表示*/
	}
}

/*--------------------ロゴ--------------------*/
header .logo {
	margin-top: 0px;
	padding: 10px 0;
	float: left;
}

header .logo a {
	text-indent: -9999px;
	display: block;
	background: url(../img/logo.svg) no-repeat;
	background-size: 100%;
	width: 380px;
	height: 80px;
}

@media screen and (max-width:480px) {
	header .logo {
		width: 100%;
		padding: 1vw 3vw;
	}

	header .logo a {
		width: 49vw;
		height: 10vw;
		margin: 0;
	}
}

/*--------------------運営会社--------------------*/
header .management {
	position: absolute;
	top: 30px;
	right: 200px;
	color: #828282;
	font-weight: bold;
	font-size: 14px;
	line-height: 2em;
	text-align: center;
}

header .management a {
	display: inline-block;
	width: 150px;
	margin-left: 0.3em;
	background: url(../img/pkb.svg) no-repeat;
	background-size: 150px auto;
	text-indent: -9999px;
}

header .management span {
	font-size: 12px;
}

@media screen and (max-width:480px) {
	header .management {
		top: 3.5vw;
		left: 55vw;
		position: relative;
	}

	header .management a {
		width: 30vw;
		margin: 0 7vw 0 0;
		background-size: 30vw auto;
		display: block;
	}

	header .management span {
		display: none;
		/*非表示*/
	}

}

/*--------------------問合せ先--------------------*/
header .tel {
	position: absolute;
	top: 22px;
	right: 25px;
	list-style-type: none;
	font-size: 14px;
	color: #828282;
	line-height: 1.5em;
}

header .tel strong {
	font-size: 18px;
	color: #828282;
}

@media screen and (max-width:480px) {
	header .tel {
		display: none;
		/*非表示*/
	}
}

/*------------------------------------------------------------
 メニュー                                        
------------------------------------------------------------*/
@media screen and (min-width:481px) {
	#gmenu {
		width: 100%;
		background: #fff;
		border-bottom: 1px solid #ccc;
	}

	nav.globalMenuSp {
		min-width: 1000px;
		margin: 0 auto 1px;
		background: #fff;
	}

	nav.globalMenuSp ul {
		margin: 0;
		padding: 5px 0 0 0;
		list-style-type: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	nav.globalMenuSp li a {
		position: relative;
		display: block;
		font-weight: bold;
		font-size: 16px;
		text-decoration: none;
		text-align: center;
		margin: 0 0 10px 0;
		color: #666;
	}

	nav.globalMenuSp li a:before {
		font-family: FontAwesome;
		content: "\f0da";
		margin-right: 5px;
		color: #ff689b;
	}

	nav.globalMenuSp li a:hover {
		color: #ff689b;
		text-decoration: underline;
	}

	.fixed {
		position: fixed !important;
		top: 0;
		left: 0;
		right: 0;
		z-index: 3;
		width: 1000px;
		margin: 0 auto;
	}
}

@media screen and (max-width:480px) {
	nav.globalMenuSp {
		position: fixed;
		z-index: 2;
		top: 0;
		left: 0;
		background: #fff;
		color: #000;
		text-align: center;
		transform: translateY(-100%);
		transition: all 0.6s;
		width: 100%;
	}

	nav.globalMenuSp ul {
		background: #666;
		margin: 0 auto;
		padding: 12vw 0 0;
		width: 100%;
		height: 100%;
	}

	nav.globalMenuSp ul li {
		font-size: 1.1em;
		list-style-type: none;
		padding: 0;
		width: 100%;
		border-bottom: 1px dotted #fff;
	}

	nav.globalMenuSp ul li:first-child {
		padding-top: 0;
		border-top: 1px dotted #fff;
	}

	/* 最後はラインを描かない */
	nav.globalMenuSp ul li:last-child {
		padding-bottom: 0;
		border-bottom: none;
	}

	nav.globalMenuSp ul li a {
		display: block;
		color: #fff;
		padding: 1em 0;
	}

	/* このクラスを、jQueryで付与・削除する */
	nav.globalMenuSp.active {
		transform: translateY(0%);
	}

	.navToggle {
		display: block;
		position: fixed;
		/* bodyに対しての絶対位置指定 */
		right: 0;
		top: 0;
		background: #666;
		width: 12vw;
		height: 12vw;
		padding: 1vw;
		cursor: pointer;
		z-index: 3;
		text-align: center;
	}

	.navToggle span {
		display: block;
		position: absolute;
		/* .navToggleに対して */
		width: 8vw;
		border-bottom: solid 3px #fff;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
		left: 2vw;
	}

	.navToggle span:nth-child(1) {
		top: 2vw;
	}

	.navToggle span:nth-child(2) {
		top: 4vw;
	}

	.navToggle span:nth-child(3) {
		top: 6vw;
	}

	.navToggle span:nth-child(4) {
		border: none;
		color: #fff;
		font-size: 2vw;
		font-weight: bold;
		top: 8vw;
	}

	/* 最初のspanをマイナス45度に */
	.navToggle.active span:nth-child(1) {
		top: 4vw;
		left: 2vw;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	/* 2番目と3番目のspanを45度に */
	.navToggle.active span:nth-child(2),
	.navToggle.active span:nth-child(3) {
		top: 4vw;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}

/*------------------------------------------------------------
 商標                                     
------------------------------------------------------------*/
.trademark p {
	text-align: justify;
}

@media screen and (min-width:481px) {
	.trademark {
		margin: 0 auto 50px;
	}

	.trademark p {
		font-size: 14px;
	}

	.trademarkpc {
		text-align: right !important;
	}
}

@media screen and (max-width:480px) {
	.trademark {
		padding: 0 5vw 5vw;
	}

	.trademark p {
		font-size: 3vw;
	}
}

/*------------------------------------------------------------
 Thanksページ                                     
------------------------------------------------------------*/
.thanks {
	margin: 50px auto;
}

@media screen and (max-width:480px) {
	.thanks {
		position: relative;
		width: 100%;
		height: 100%;
		font-size: 3.8vw;
		padding: 5vw;
		margin-top: 18vw;
	}
}

/*------------------------------------------------------------
 右下 ページトップ                                   
------------------------------------------------------------*/
#page_top {
	position: fixed;
	background: #ff689b;
	border-radius: 50%;
	filter: drop-shadow(3px 3px 3px #999);
}

#page_top a {
	position: relative;
	display: block;
	text-decoration: none;
}

#page_top a::before {
	font-family: FontAwesome;
	content: '\f102';
	color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

@media screen and (min-width:481px) {
	#page_top {
		width: 50px;
		height: 50px;
		right: 20px;
		bottom: 50px;
		opacity: 0.6;
	}

	#page_top a {
		width: 50px;
		height: 40px;
	}

	#page_top a::before {
		font-size: 25px;
		width: 25px;
		height: 25px;
	}
}

@media screen and (max-width:480px) {
	#page_top {
		width: 12vw;
		height: 12vw;
		right: 2vw;
		bottom: 2vw;
		z-index: 90;
	}

	#page_top a {
		width: 12vw;
		height: 12vw;
	}

	#page_top a::before {
		font-size: 5.5vw;
		width: 6vw;
		height: 6vw;
		line-height: 1em;
	}
}

/*-------------------ページ内リンク位置調整---------------------*/
#intro,
#merit,
#price,
#flow,
#record,
#faq,
#inquiry,
#difference {
	padding-top: 50px;
}

@media screen and (max-width:480px) {

	#intro,
	#merit,
	#price,
	#flow,
	#record,
	#faq,
	#inquiry,
	#difference {
		padding-top: 10vw;
		margin-top: -10vw;
	}
}

/*------------------------------------------------------------
 コンテンツ                                        
------------------------------------------------------------*/
/*-------------------イメージスライダー---------------------*/
.image img {
	text-align: center;
}

.slider {
	position: relative;
	background: #fff;
	margin: 0;
	padding: 0;
}

@media screen and (min-width:481px) {
	.image {
		max-width: 1400px;
		min-width: 1000px;
		margin: 0 auto;
	}

	.image .wrapper {
		padding: 0 0 0 500px;

	}

	.image p {
		text-align: left;
		width: 500px;
		position: relative;
		font-size: 12px !important;
		margin: 0;
	}
}

@media screen and (max-width:480px) {
	.slider {
		position: relative;
		top: 12vw;
		margin: 0 auto 16vw;
	}

	.image {
		position: relative;
		width: 140vw;
	}

	.image img {
		position: relative;
		width: 140vw;
		left: -20vw;
	}

	.image .wrapper {
		padding: 0 5vw;

	}

	.image p {
		text-align: left;
		position: relative;
		font-size: 3.5vw !important;
		margin: 0;
	}
}

/*--------------------システムについて--------------------*/
.intro {
	padding: 0;
	list-style: none;
}

.intro>p {
	margin: 20px 50px;
}

.intro h3 {
	margin: 0 0 1em;
}

.intro iframe {
	float: right;
	margin: 1em 0 0 1em;
	height: 270px;
	width: 480px;
}

.about {
	margin: 1em 0 0
}

.about ul,
.ad_flow ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 1em;
}

.about li {
	width: calc(70%/3);
	text-align: center;
	margin: 1em 5%;
	position: relative;
}

.about li:after {
	position: absolute;
	content: "";
	display: inline-block;
	background: url("../img/arrow4.svg") no-repeat;
	vertical-align: middle;
	right: -60px;
	top: 310px;
	width: 46px;
	height: 34px;
}

.about li:last-child:after {
	display: none;
}

.about li h3 {
	background: none;
	color: #ff689b;
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	min-height: 3em;
}

.about li p {
	font-size: 0.8em;
	min-height: 6em;
}

.ad_flow li {
	width: 988px;
	border: #ffb5ce solid 2px;
	padding: 2em 1.5em;
	margin: 0 12px 90px 0;
	position: relative;
	color: #ff689b;
	font-weight: bold;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ad_flow li:nth-of-type(2),
.ad_flow li:nth-of-type(4) {
	width: 478px;
	margin: 0 22px 80px 0;
}

.ad_flow li:nth-of-type(3) {
	border: #eabe67 solid 2px;
	width: 478px;
	margin: 0 12px 80px 10px;
	color: #dba600;
}

.ad_flow li:before {
	position: absolute;
	content: "";
	background: #f4f4f4;
	top: 12px;
	left: 12px;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.ad_flow li:after {
	position: absolute;
	content: "";
	display: inline-block;
	background: url("../img/arrow1.svg") no-repeat;
	vertical-align: middle;
	right: 0;
	left: 0;
	bottom: -70px;
	margin: auto;
	width: 34px;
	height: 46px;
}

.ad_flow li:nth-of-type(1):after {
	position: absolute;
	content: "";
	display: inline-block;
	background: url("../img/arrow2.svg") no-repeat;
	vertical-align: middle;
	right: 0;
	left: 0;
	bottom: -70px;
	margin: auto;
	width: 561px;
	height: 46px;
}

.ad_flow li:nth-of-type(3):after {
	position: absolute;
	content: "";
	display: inline-block;
	background: url("../img/arrow3.svg") no-repeat;
	vertical-align: middle;
	right: 0;
	left: 0;
	bottom: -254px;
	margin: auto;
	width: 34px;
	height: 230px;
}

.ad_flow li:last-child {
	margin: 0 12px 1em 0;
}

.ad_flow li:last-child:after {
	display: none;
}

.ad_flow li img {
	width: 28px;
	height: auto;
	margin: 0 1em 0 0;

}

@media screen and (max-width:480px) {
	.intro {
		padding: 3vw;
	}

	.intro>p {
		margin: 0;
	}

	.intro h3 {
		margin: 0 0 1em;
	}

	.intro iframe {
		float: none;
		margin: 1em 0;
		height: auto;
		width: 100%;
	}

	.about li {
		width: calc(92%/2);
		margin: 1em 2%;
	}

	.about li:after {
		background: url("../img/arrow4sp.svg") no-repeat;
		right: -3vw;
		top: 63vw;
		width: 7vw;
	}

	.about li img {
		width: 80%;
	}

	.about li h3 {
		margin: 0;
		min-height: 11vw;
	}

	.about li:nth-of-type(3) h3 {
		min-height: 6vw;
	}

	.about li p {
		text-align: left;
		font-size: 0.8em;
	}

	.ad_flow li {
		width: 98%;
		padding: 1em 1.5em;
		margin: 0 2% 17vw 0;
	}

	.ad_flow li:nth-of-type(2) {
		width: 46%;
		margin: 0 4% 17vw 0;
	}

	.ad_flow li:nth-of-type(3) {
		width: 46%;
		margin: 0 2% 17vw 2%;
	}

	.ad_flow li:nth-of-type(4) {
		width: 66%;
		margin: 0 4% 17vw 0;
	}

	.ad_flow li:before {
		top: 2vw;
		left: 2vw;
	}

	.ad_flow li:after {
		bottom: -16vw;
		margin: auto;
		width: 34px;
		height: 46px;
	}

	.ad_flow li:nth-of-type(1):after {
		background: url("../img/arrow2sp.svg") no-repeat;
		bottom: -16vw;
		width: 200px;
		height: 46px;
	}

	.ad_flow li:nth-of-type(3):after {
		bottom: -254px;
		margin: auto;
		width: 34px;
		height: 230px;
	}

	.ad_flow li:last-child {
		margin: 0 12px 1em 0;
	}

	.ad_flow li:last-child:after {
		display: none;
	}

	.ad_flow li img {
		height: 6vw;
	}
}

/*------------システム導入のメリット-------------------*/
.merit {
	margin: 0 auto 1em;
}

.merit h3 {
	font-size: 1.5em;
	margin: 1em 0 0;
}

.merit h4 {
	color: #ff689b;
	background: url("../img/h4_merit.svg") no-repeat;
	background-size: 100% auto;
	font-size: 1.5em;
	display: block;
	padding: 1em;
}

.merit>p {
	padding: 0 0 0 60px;
}

.merit ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 1em 0 0;
	padding: 0 50px;
}

.merit li {
	width: 278px;
	border: #ffb5ce solid 2px;
	padding: 1.5em 34px;
	margin: 0 12px 34px 10px;
	position: relative;
	color: #ff689b;
	font-weight: bold;
}

.merit1 li {
	margin: 0 12px 34px 85px !important;
}

.merit1 li:nth-of-type(1) {
	margin: 0 87px 34px 0 !important;
}

.merit1 li:nth-of-type(3) {
	margin: 0 87px 34px 160px !important;
}

/*.merit li:nth-of-type(4){
	margin:0 12px 34px 178px;
}*/
.merit li:before {
	position: absolute;
	content: "";
	background: #f4f4f4;
	top: 12px;
	left: 12px;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.merit li img {
	width: 70%;
	margin: 0 15%;
}

.user_bg {
	background: #eabe67;
}

.user_bdr {
	border-color: #eabe67 !important;
}

@media screen and (max-width:480px) {
	.merit {
		margin: 0 auto 1em;
		padding: 3vw;
	}

	.merit h3 {
		margin: 0;
	}

	.merit h4 {
		color: #ff689b;
		background: url("../img/h4_meritSP.svg") no-repeat;
		background-size: 100% auto;
		font-size: 1.5em;
		display: block;
		padding: 1em;
	}

	.merit>p {
		padding: 0;
	}

	.merit ul {
		margin: 1em 0 0;
		padding: 0;
	}

	.merit li {
		width: 45%;
		border: #ffb5ce solid 2px;
		padding: 1.5em 1em;
		margin: 0 5% 5vw 0;
	}

	.merit1 li {
		width: 45%;
		border: #ffb5ce solid 2px;
		padding: 1.5em 1em;
		margin: 0 5% 5vw 0;
	}

	.merit1 li:nth-of-type(1),
	.merit1 li:nth-of-type(2),
	.merit1 li:nth-of-type(3),
	.merit1 li:nth-of-type(4) {
		margin: 0 5% 5vw 0 !important;
	}

	.merit li:before {
		top: 2vw;
		left: 2vw;
	}
}

/*-----------------他の入館予約・入場制限システムとの違い-------------------*/
.difference {
	margin: 0 auto;
}

.difference>p {
	margin: 20px 50px;
}

.difference ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 1em 0;
}

.difference li {
	width: 478px;
	border: #ffb5ce solid 2px;
	padding: 1.5em 34px;
	margin: 0 12px 34px 0;
	position: relative;
	color: #ff689b;
	font-weight: bold;
}

.difference li:before {
	position: absolute;
	content: "";
	background: #fff1fa;
	top: 12px;
	left: 12px;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.difference li h3 {
	background: none;
	color: #ff689b;
	padding: 0;
	text-align: center;
	font-size: 1.7em;
}

.difference li h4 {
	padding: 0;
	margin: 0.5em 0;
	text-align: center;
	font-size: 1.2em;
}

.difference li p {
	font-size: 0.8em;
	margin: 0 0 2em;
}

.difference li img:nth-of-type(1) {
	width: 100%;
	margin: 0 0 1em;
}

.difference li img:nth-of-type(2) {
	width: 70%;
	margin: 0 15% 1em;
}

.difference .indent {
	text-align: left;
}

.left {
	border-color: #999 !important;
	margin-right: 32px !important;
}

.left:before {
	background: #f4f4f4 !important;
}

.left h3,
.left h4,
.left p {
	color: #666 !important;
}

.left p:last-child {
	margin: 0;
}

.option h3 {
	background: #fff9e2;
	color: #dba600;
}

.option>p {
	text-align: center;
	margin: 1em 0;
}

.option li {
	border: none;
	width: calc(100%/5);
	padding: 0 14px;
	margin: 0;
	height: auto;
	color: #666;
	font-size: 0.8em;
}

.option li:before {
	display: none;
}

.option li h4 {
	font-size: 1.4em;
	color: #dba600;
	min-height: 3em;
}

.option li img {
	margin: 0 15%;
}

.other h3 {
	color: #dba600;
	background: url("../img/h3_other.svg") no-repeat;
	background-size: 100% auto;
}

.other ul {
	margin: 1em 30px 0;
}

.other li {
	border: none;
	width: calc(95%/5);
	margin: 0 0.5% 1em;
	background: #fff9e3;
	color: #daa700;
	font-size: 18px;
	text-align: center;
	height: auto;
	padding: 1em;
}

.other li:before {
	display: none;
}

.other li h4 {
	font-size: 1em;
	color: #dba600;
	min-height: 3em;
}

.other li p {
	color: #666;
	font-size: 0.8em;
	text-align: left;
	margin: 0;
}

.sample {
	width: 928px;
	border: #addef8 solid 2px;
	padding: 1.5em 34px;
	margin: 1em 42px 34px 30px;
	;
	position: relative;
	font-weight: bold;
}

.sample2 {
	width: 928px;
	border: #bedfc2 solid 2px;
	padding: 1.5em 34px;
	margin: 1em 42px 34px 30px;
	;
	position: relative;
	font-weight: bold;
}

.sample3 {
	width: 928px;
	border: #f7c6bd solid 2px;
	padding: 1.5em 34px;
	margin: 1em 42px 34px 30px;
	;
	position: relative;
	font-weight: bold;
}

.sample:before,
.sample2:before,
.sample3:before {
	position: absolute;
	content: "";
	background: #f4f4f5;
	top: 12px;
	left: 12px;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.sample>img:nth-of-type(1),
.sample2>img:nth-of-type(1),
.sample3>img:nth-of-type(1) {
	width: auto;
	height: 160px;
	float: left;
	margin: -36px 10px 0 0;
}

.sample h4 {
	background: url(../img/sample1_h4.svg) repeat-x 146px bottom;
	background-size: 16px auto;
	padding: 0 0 10px;
	margin: 0 0 10px;
	font-size: 28px;
	color: #0086c9;
	display: inline;
}

.sample2 h4 {
	background: url(../img/sample2_h4.svg) repeat-x 146px bottom;
	background-size: 16px auto;
	padding: 0 0 10px;
	margin: 0 0 10px;
	font-size: 28px;
	color: #00a06e;
	display: block;
	display: inline;
}

.sample3 h4 {
	background: url(../img/sample3_h4.svg) repeat-x 146px bottom;
	background-size: 16px auto;
	padding: 0 0 10px;
	margin: 0 0 10px;
	font-size: 28px;
	color: #ea6061;
	display: block;
	display: inline;
}

.sample h4 span,
.sample2 h4 span,
.sample3 h4 span {
	color: #333;
	font-size: 20px;
}

.sample>p,
.sample2>p,
.sample3>p {
	margin: 16px 0 10px;
	font-size: 16px;
}

.sample ul,
.sample2 ul,
.sample3 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 1em 0 0;
	padding: 0 30px;
	width: 100%;
}

.sample3 ul {
	padding: 0;
}

.sample li,
.sample2 li {
	position: relative;
	background: none;
	color: #666;
	width: calc(100%/3);
	margin: 0;
	padding: 0 1em;
}

.sample li:after {
	position: absolute;
	content: "";
	display: inline-block;
	background: url(../img/arrow5.svg) no-repeat;
	vertical-align: middle;
	right: -23px;
	top: 203px;
	width: 46px;
	height: 34px;
}

.sample2 li:after {
	position: absolute;
	content: "";
	display: inline-block;
	background: url(../img/arrow6.svg) no-repeat;
	vertical-align: middle;
	right: -23px;
	top: 203px;
	width: 46px;
	height: 34px;
}

.sample3 li {
	position: relative;
	background: none;
	color: #666;
	width: calc(100%/4);
	margin: 0;
	padding: 0 1em;
}

.sample3 li:after {
	position: absolute;
	content: "";
	display: inline-block;
	background: url(../img/arrow7.svg) no-repeat;
	vertical-align: middle;
	right: -23px;
	top: 203px;
	width: 46px;
	height: 34px;
}

.sample li:last-child:after,
.sample2 li:last-child:after,
.sample3 li:last-child:after {
	display: none;
}

.sample li p {
	position: absolute;
	border: #00a5e3 solid 2px;
	background: #eaf6fd;
	margin: 0 1em;
	padding: 1em;
	bottom: -17px;
	left: 0px;
	text-align: left;
}

.sample li p:after,
.sample li p:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.sample li p:after {
	border-color: rgba(234, 246, 253, 0);
	border-bottom-color: #eaf6fd;
	border-width: 32px;
	margin-left: -32px;
}

.sample li p:before {
	border-color: rgba(0, 165, 227, 0);
	border-bottom-color: #00a5e3;
	border-width: 34px;
	margin-left: -34px;
}

.sample2 li p {
	position: absolute;
	border: #35b597 solid 2px;
	background: #e0f0e9;
	margin: 0 1em;
	padding: 1em;
	bottom: -17px;
	left: 0px;
	text-align: left;
}

.sample2 li p:after,
.sample2 li p:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.sample2 li p:after {
	border-color: rgba(234, 246, 253, 0);
	border-bottom-color: #e0f0e9;
	border-width: 32px;
	margin-left: -32px;
}

.sample2 li p:before {
	border-color: rgba(0, 165, 227, 0);
	border-bottom-color: #35b597;
	border-width: 34px;
	margin-left: -34px;
}

.sample3 li p {
	position: absolute;
	border: #ea6061 solid 2px;
	background: #fceded;
	margin: 0 1em;
	padding: 0.5em;
	bottom: -17px;
	left: 0px;
	text-align: left;
}

.sample3 li p:after,
.sample3 li p:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.sample3 li p:after {
	border-color: rgba(234, 246, 253, 0);
	border-bottom-color: #fceded;
	border-width: 32px;
	margin-left: -32px;
}

.sample3 li p:before {
	border-color: rgba(0, 165, 227, 0);
	border-bottom-color: #ea6061;
	border-width: 34px;
	margin-left: -34px;
}

.sample2 li p img {
	margin: 0 !important;
}

.sample h5 {
	color: #0086c9;
}

.sample2 h5 {
	color: #00a06e;
}

.sample3 h5 {
	color: #ee8475;
	min-height: 3em;
}

.sample3 li:nth-child(1) h5 {
	width: 200%;
}

.sample li>img,
.sample2 li>img,
.sample3 li>img {
	width: 80% !important;
}

.difference table {
	width: 100%;
	border-collapse: separate;
	margin: 0 0 30px;
}

.difference tr:nth-of-type(1) th {
	width: 25%;
	color: #fff;
	font-weight: bold;
	padding: 0.5em;
}

.difference th:nth-of-type(1) {
	background: #f2f2f2;
	color: #666;
}

.difference tr:nth-of-type(1) th:nth-of-type(1) {
	background: #fff;
}

.difference tr:nth-of-type(1) th:nth-of-type(2),
.difference tr:nth-of-type(1) th:nth-of-type(3) {
	background: #f0c46c;
}

.difference tr:nth-of-type(1) th:nth-of-type(4) {
	background: #ff689b;
}

.difference td {
	width: 25%;
	padding: 0.5em;
}

.difference table small {
	font-weight: normal;
}

.difference tr:nth-of-type(2) td:nth-of-type(1) {
	background: #f2f2f2 url(../img/circle1.svg)no-repeat 50% 50%;
	background-size: 30% auto;
}

.difference tr:nth-of-type(2) td:nth-of-type(2) {
	background: #f2f2f2 url(../img/circle1.svg)no-repeat 50% 50%;
	background-size: 30% auto;
}

.difference tr:nth-of-type(2) td:nth-of-type(3) {
	background: #f2f2f2 url(../img/triangle2.svg)no-repeat 50% 50%;
	background-size: 30% auto;
}

.difference tr:nth-of-type(3) td:nth-of-type(1) {
	background: #f2f2f2 url(../img/circle1.svg)no-repeat 50% 50%;
	background-size: 30% auto;
}

.difference tr:nth-of-type(3) td:nth-of-type(2) {
	background: #f2f2f2 url(../img/triangle1.svg)no-repeat 50% 50%;
	background-size: 30% auto;
}

.difference tr:nth-of-type(3) td:nth-of-type(3) {
	background: #f2f2f2 url(../img/circle2.svg)no-repeat 50% 50%;
	background-size: 30% auto;
}

.difference tr:nth-of-type(4) td:nth-of-type(1) {
	background: #f2f2f2 url(../img/triangle1.svg)no-repeat 50% 50%;
	background-size: 30% auto;
}

.difference tr:nth-of-type(4) td:nth-of-type(2) {
	background: #f2f2f2 url(../img/triangle1.svg)no-repeat 50% 50%;
	background-size: 30% auto;
}

.difference tr:nth-of-type(4) td:nth-of-type(3) {
	background: #f2f2f2 url(../img/circle2.svg)no-repeat 50% 50%;
	background-size: 30% auto;
}

.difference tr:nth-of-type(5) td:nth-of-type(1) {
	background: #f2f2f2 url(../img/triangle1.svg)no-repeat 50% 50%;
	background-size: 30% auto;
}

.difference tr:nth-of-type(5) td:nth-of-type(2) {
	background: #f2f2f2 url(../img/triangle1.svg)no-repeat 50% 50%;
	background-size: 30% auto;
}

.difference tr:nth-of-type(5) td:nth-of-type(3) {
	background: #f2f2f2 url(../img/circle2.svg)no-repeat 50% 50%;
	background-size: 30% auto;
}

.difference tr:nth-of-type(6) td:nth-of-type(1) {
	background: #f2f2f2 url(../img/triangle1.svg)no-repeat 50% 50%;
	background-size: 30% auto;
}

.difference tr:nth-of-type(6) td:nth-of-type(2) {
	background: #f2f2f2 url(../img/triangle1.svg)no-repeat 50% 50%;
	background-size: 30% auto;
}

.difference tr:nth-of-type(6) td:nth-of-type(3) {
	background: #f2f2f2 url(../img/circle2.svg)no-repeat 50% 50%;
	background-size: 30% auto;
}

@media screen and (max-width:480px) {
	.difference {
		margin: 0;
		padding: 3vw;
	}

	.difference>p {
		margin: 0;
	}

	.difference ul {
		margin: 1em 0;
	}

	.difference li {
		width: 98%;
		padding: 1.5em 1em 1em;
		margin: 0 2% 5vw 0;
	}

	.difference li:before {
		top: 2vw;
		left: 2vw;
	}

	.difference li img:nth-of-type(1) {
		width: 100%;
		margin: 0 0 1em;
	}

	.difference li img:nth-of-type(2) {
		width: 70%;
		margin: 0 15% 1em;
	}

	.left {
		margin-right: 2% !important;
	}

	.option h3 {
		margin: 0 0 1em;
		font-size: 1.3em;
	}

	.option li {
		width: 100%;
		padding: 0 1em 0 23vw;
		margin: 1em 0;
		font-size: 0.8em;
		position: relative;
	}

	.option li h4 {
		min-height: 1em;
		text-align: left;
	}

	.option li img {
		position: absolute;
		width: 20vw !important;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}

	.other h3 {
		color: #dba600;
		background: url("../img/h3_otherSP.svg") no-repeat;
		background-size: 100% auto;
	}

	.other ul {
		margin: 0;
	}

	.other li {
		border: none;
		width: calc(94%/2);
		margin: 0 1.5% 1em;
		font-size: 4vw;
		text-align: center;
		padding: 2vw;
	}

	.other li:nth-of-type(4) {
		margin-left: 1.5%
	}

	.other li:before {
		display: none;
	}

	.other li small {
		color: #666;
		font-size: 3vw;
	}

	.other h3:nth-of-type(2) {
		background: url("../img/h3_otherSP-2.svg") no-repeat;
		background-size: 100% auto;
		padding: 1em;
		margin: 0 0 5vw;
	}

	.sample,
	.sample2 {
		width: 98%;
		padding: 1.5em 1em 1em;
		margin: 0 2% 10vw 0;
	}

	.sample3 {
		width: 98%;
		padding: 1.5em 1em 1em;
		margin: 0 2% 5vw 0;
	}

	.sample:before,
	.sample2:before,
	.sample3:before {
		top: 2vw;
		left: 2vw;
	}

	.sample>img:nth-of-type(1),
	.sample2>img:nth-of-type(1),
	.sample3>img:nth-of-type(1) {
		height: 30vw;
		float: left;
		margin: -10vw -5vw 0 0;
	}

	.sample h4,
	.sample2 h4,
	.sample3 h4 {
		padding: 0 0 1vw;
		margin: 0 0 2vw;
		line-height: 1.8;
		font-size: 5vw;
	}

	.sample h4 span,
	.sample2 h4 span,
	.sample3 h4 span {
		font-size: 4vw;
	}

	.sample>p,
	.sample2>p,
	.sample3>p {
		margin: 16px 0 10px;
	}

	.sample ul,
	.sample2 ul,
	.sample3 ul {
		padding: 0;
	}

	.sample li,
	.sample2 li,
	.sample3 li {
		width: calc(100%/2);
		margin: 0;
		padding: 0 2vw;
	}

	.sample li:after {
		background: url(../img/arrow5sp.svg) no-repeat;
		right: -8vw;
		top: 36vw;
	}

	.sample2 li:after {
		background: url(../img/arrow6sp.svg) no-repeat;
		right: -8vw;
		top: 36vw;
	}

	.sample3 li:after {
		background: url(../img/arrow7sp.svg) no-repeat;
		right: -8vw;
		top: 36vw;
	}

	.sample li:last-child:after,
	.sample2 li:last-child:after,
	.sample3 li:last-child:after {
		display: none;
	}

	.sample li p {
		margin: 0 1em;
		bottom: -30vw;
	}

	.sample li p:after,
	.sample li p:before {
		bottom: 100%;
		left: 50%;
	}

	.sample li p:after {
		border-color: rgba(234, 246, 253, 0);
		border-bottom-color: #eaf6fd;
		border-width: 12px;
		margin-left: -12px;
	}

	.sample li p:before {
		border-color: rgba(0, 165, 227, 0);
		border-bottom-color: #00a5e3;
		border-width: 14px;
		margin-left: -14px;
	}

	.sample li:nth-of-type(3) p {
		bottom: 10vw;
		left: 34vw;
		width: 100%;
	}

	.sample li:nth-of-type(3) p:after,
	.sample li:nth-of-type(3) p:before {
		left: -3.2vw;
		top: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}

	.sample li:nth-of-type(3) p:after {
		border-color: rgba(234, 246, 253, 0);
		border-right-color: #eaf6fd;
		border-width: 12px;
		margin-top: -12px;
	}

	.sample li:nth-of-type(3) p:before {
		border-color: rgba(0, 165, 227, 0);
		border-right-color: #00a5e3;
		border-width: 12px;
		margin-top: -12px;
	}

	.sample2 li p {
		position: absolute;
		border: #35b597 solid 2px;
		background: #e0f0e9;
		margin: 0 1em;
		padding: 1em;
		bottom: -50vw;
		left: 0px;
		text-align: left;
	}

	.sample2 li p:after,
	.sample2 li p:before {
		bottom: 100%;
		left: 50%;
	}

	.sample2 li p:after {
		border-color: rgba(234, 246, 253, 0);
		border-bottom-color: #e0f0e9;
		border-width: 12px;
		margin-left: -12px;
	}

	.sample2 li p:before {
		border-color: rgba(0, 165, 227, 0);
		border-bottom-color: #35b597;
		border-width: 14px;
		margin-left: -14px;
	}

	.sample2 li p img {
		margin: 2vw 0 0 !important;
		width: 100% !important;
	}

	.sample3 li {
		margin-bottom: 3vw;
	}

	.sample3 li p {
		bottom: 0;
	}

	.sample3 li p:after,
	.sample2 li p:before {
		bottom: 100%;
		left: 50%;
	}

	.sample3 li p:after {
		border-color: rgba(234, 246, 253, 0);
		border-bottom-color: #fceded;
		border-width: 12px;
		margin-left: -12px;
	}

	.sample3 li p:before {
		border-color: rgba(0, 165, 227, 0);
		border-bottom-color: #ea6061;
		border-width: 14px;
		margin-left: -14px;
	}

	.sample3 li:nth-of-type(4) {
		margin-left: 0;
	}

	.difference table {
		font-size: 3.5vw;
	}

	.difference tr:nth-of-type(1) th,
	.difference td {
		padding: 2vw;
	}

	.difference small {
		font-size: 3vw;
	}

	.difference tr:nth-of-type(2) td:nth-of-type(1) {
		background-size: 80% auto;
	}

	.difference tr:nth-of-type(2) td:nth-of-type(2) {
		background-size: 80% auto;
	}

	.difference tr:nth-of-type(2) td:nth-of-type(3) {
		background-size: 80% auto;
	}

	.difference tr:nth-of-type(3) td:nth-of-type(1) {
		background-size: 80% auto;
	}

	.difference tr:nth-of-type(3) td:nth-of-type(2) {
		background-size: 80% auto;
	}

	.difference tr:nth-of-type(3) td:nth-of-type(3) {
		background-size: 80% auto;
	}

	.difference tr:nth-of-type(4) td:nth-of-type(1) {
		background-size: 80% auto;
	}

	.difference tr:nth-of-type(4) td:nth-of-type(2) {
		background-size: 80% auto;
	}

	.difference tr:nth-of-type(4) td:nth-of-type(3) {
		background-size: 80% auto;
	}

	.difference tr:nth-of-type(5) td:nth-of-type(1) {
		background-size: 80% auto;
	}

	.difference tr:nth-of-type(5) td:nth-of-type(2) {
		background-size: 80% auto;
	}

	.difference tr:nth-of-type(5) td:nth-of-type(3) {
		background-size: 80% auto;
	}

	.difference tr:nth-of-type(6) td:nth-of-type(1) {
		background-size: 80% auto;
	}

	.difference tr:nth-of-type(6) td:nth-of-type(2) {
		background-size: 80% auto;
	}

	.difference tr:nth-of-type(6) td:nth-of-type(3) {
		background-size: 80% auto;
	}
}

/*------------------費用と納期について--------------------------------------*/
.price {
	padding: 0 50px;
}

.price h4 {
	width: 140px;
	border: #ffb5ce solid 2px;
	padding: 1em 0.5em 0.5em 1em;
	margin: 0 35px 30px 0;
	position: relative;
	color: #ff689b;
	text-align: center;
	float: left;
}

.price h4:before {
	position: absolute;
	content: "";
	background: #f4f4f4;
	top: 12px;
	left: 12px;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.price p {
	padding: 1em 0 0 1em;
	margin: 0 0 3em;
}

@media screen and (max-width:480px) {
	.price {
		padding: 3vw;
	}

	.price h4 {
		width: 30vw;
		margin: 0 0 3vw;
		float: none;
	}

	.price h4:before {
		top: 2vw;
		left: 2vw;
	}

	.price p {
		padding: 0 0 0 1em;
		margin: 0 0 1em;
	}
}

/*------------------導入までの流れ--------------------------------------*/
.flow h3 {
	margin: 1em 0;
}

.flow>p {
	padding: 0 0 0 50px;
}

.flow ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 50px;
}

.flow li {
	width: 220px;
	border: #ffb5ce solid 2px;
	padding: 1.5em 0.5em 0.5em 1em;
	margin: 0 80px 30px 0;
	position: relative;
	color: #ff689b;
	text-align: center;
}

.flow li:before {
	position: absolute;
	content: "";
	background: #f4f4f4;
	top: 12px;
	left: 12px;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.flow li:after {
	position: absolute;
	content: "";
	display: inline-block;
	background: url(../img/arrow4.svg) no-repeat;
	vertical-align: middle;
	right: -70px;
	top: 100px;
	width: 46px;
	height: 34px;
}

.flow li:nth-of-type(3n) {
	margin: 0 0 30px;
}

.flow li:last-child:after {
	display: none;
}

.flow li h4 {
	min-height: 3em;
}

.flow li p {
	font-weight: bold;
	text-align: left;
	margin: 0 0 1em;
}

.flow li img {
	width: 50%;
}

@media screen and (max-width:480px) {
	.flow {
		padding: 3vw;
	}

	.flow h3 {
		margin: 0;
	}

	.flow>p {
		margin: 1em 0;
		padding: 0;
	}

	.flow ul {
		margin: 1em 0 0;
		padding: 0;
	}

	.flow li {
		width: 40%;
		padding: 3vw 2vw 2vw 3vw;
		margin: 0 10% 5vw 0;
	}

	.flow li:nth-of-type(3n) {
		margin: 0 10% 5vw 0;
	}

	.flow li:before {
		top: 2vw;
		left: 2vw;
	}

	.flow li:after {
		background: url(../img/arrow4sp.svg) no-repeat;
		vertical-align: middle;
		right: -9vw;
		top: 20vw;
		width: 7vw;
	}

	.flow li h4 {
		min-height: 4em;
	}

	.flow li p {
		font-size: 0.6em !important;
		min-height: 4em;
	}

	.flow li img {
		width: 70%;
	}
}


/*-----------------導入実績-----------------------------------------*/
.record {
	&.wrapper{
		width: 96%;
		max-width: 1080px;
	}
	.record_list {
		display: flex;
		margin-top: 50px;
		flex-wrap: wrap;

		li {
			border: #ffb5ce solid 2px;
			width: calc(100% / 3 - 14px);
			margin-right: 21px;
			margin-bottom: 20px;

			a {
				display: block;
				width: 100%;
				height: 100%;
			}

			&:nth-child(3n) {
				margin-right: 0;
			}

			div {
				border: none;
				width: 100%;
				padding: 0;

				&::before {
					display: none;
				}

			}

			.img_size {
				transition: all .2s;
				display: block;
				position: relative;
				width: 100%;
				height: auto;
				margin: 0;
				border-bottom: 1px solid lightgray;

				&::after {
					content: "";
					display: block;
					padding-top: 65%;
				}

				img {
					width: 100%;
					height: 100%;
					object-fit: cover;
					position: absolute;
					top: 0;
					right: 0;
					left: 0;
					margin: auto;
					float: unset;
				}
			}

			.text {
				text-align: left;
				margin: 0;
				padding: 20px 20px;
				padding-bottom: 3.5rem;

				.date {
					text-align: left;
					font-size: 12px;
					display: inline-block;
					margin-bottom: 6px;
				}

				h3 {
					font-size: 16px;
					line-height: 24px;
					margin-bottom: 8px;
				}

				.name{
					font-size: 12px;
					margin-bottom: 12px;
					padding-bottom: 12px;
					border-bottom: 1px dashed lightgray;
				}
				.case_text{
					font-size: 12px;
					line-height: 20px;
					font-weight: 500;
					margin-bottom: 8px;
				}
			}

			span{
				&.type,&.tab,&.scene{
					background: #ff689b;
					color: white;
					font-size: 11px;
					font-weight: bold;
					padding: 2px 7px 3px;
					border-radius: 4px;
					margin-right: 0;
					margin-bottom: 0;
					display: inline-block;
				}
			}

			.arrow {
				display: block;
				text-align: right;
				font-weight: 500;
				font-size: 14px;
				position: absolute;
				padding: 1em 1em;
				right: 0;
				bottom: 0;
				margin: auto;
				line-height: 14px;
			}
		}
	}
}


.record div {
	width: 98%;
	border: #ffb5ce solid 2px;
	margin: 1em 0 3em;
	padding: 2em;
	position: relative;
	color: #ff689b;
	text-align: center;
}

.record div:before {
	position: absolute;
	content: "";
	background: #f4f4f4;
	top: 12px;
	left: 12px;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.record div img {
	width: 20%;
	float: left;
	margin-right: 1em;
}

.record div h3 {
	background: none;
	text-align: left;
	font-size: 1.2em;
	color: #ff689b;
	padding: 0;
	margin-bottom: 1em;
}

.record div h4 {
	background: none;
	text-align: left;
	font-size: 1em;
	color: #666;
	margin-bottom: 1em;
}

.record div p {
	text-align: left;
	color: #666;
	font-size: 0.8em;
}

@media screen and (max-width:480px) {
	.record {
		padding: 3vw;
	}
	.record {
		.record_list {
			margin-top: 20px;
			li {
				width: 100%;
				margin-right: 0;
				margin-bottom: 20px;
				}
		}
	}


	.record div {
		padding: 3vw;
		margin: 0 0 1em;
	}

	.record div:before {
		top: 2vw;
		left: 2vw;
	}

	.record div img {
		width: 30%;
	}

	.record div p {
		font-size: 1em;
	}
}

/*-----------------よくある質問-----------------------------------------*/
.faq {
	margin: 2em auto 0;
	text-align: justify;
}

.faq dt {
	position: relative;
	border: #ffb5ce solid 2px;
	padding: 1em;
	color: #ff689b;
	font-weight: bold;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.faq dt img {
	width: 28px;
	height: auto;
	margin: 0 1em 0 0;
}

.faq dd {
	margin: 0 0 1em;
	padding: 1em 1em 1em 76px;
}

@media screen and (max-width:480px) {
	.faq {
		padding: 3vw;
		margin: 0;
	}

	.faq dt {
		padding: 1em;
	}

	.faq dt img {
		width: 7vw;
		height: auto;
		margin: 0 1em 0 0;
	}

	.faq dd {
		margin: 0;
		padding: 1em;
	}
}

/*----------------お問合せ---------------------------------------------*/
.inquiry {
	display: block;
	padding: 0;
}

.inq_tel {
	text-align: center;
	margin: 50px;
}

.inq_tel img {
	width: 230px;
	margin: 0 2em 1em;
}

.inqtext {
	width: 500px !important;
	font-size: 16px;
}

.inqyyyymm {
	width: 100px;
}

.inquiry table {
	width: 100%;
	border-collapse: collapse;
	font-size: 16px;
}

.inquiry th {
	color: #333;
	font-weight: normal;
	text-align: left;
	width: 250px;
	padding: 5px 10px 5px 0;
	border-bottom: 1px dotted #aaa;
}

.inquiry td {
	padding: 5px 10px;
}

.inquiry table td {
	border-bottom: 1px dotted #aaa;
	text-align: left;
}

.inquiry tabl td input,
.inquiry tabl td textarea {
	border: 1px solid #aaa;
}

.inquiry form#mailform label {
	text-decoration: none;
}

.inquiry td select {
	width: auto !important;
}

.inquiry input#button_mfp_reset,
.inquiry input#button_mfp_goconfirm {
	background-color: #fff;
}

/* Chrome, Safari */
::-webkit-input-placeholder {
	color: #909090;
}

/* Firefox */
::-moz-placeholder {
	color: #909090;
}

/* Firefox 18以前 */
:-moz-placeholder {
	color: #909090;
}

/* IE */
:-ms-input-placeholder {
	color: #909090;
}

em {
	color: #ff0000;
	font-style: normal;
	vertical-align: super;
	font-size: 50%;
}

.privacy {
	margin: 30px 0 10px 150px;
	font-size: 16px;
	text-align: left;
}

iframe {
	height: 100px;
	width: 81%;
	border: 1px solid #dadada;
}

input[type="text"],
input[type="textarea"] {
	font-size: 16px;
}

input[type="num"] {
	width: 300px;
}

.error {
	background: #FFE4E1;
	border-radius: 10px;
	margin: 2em auto;
	padding: 1em;
	color: #f00;
	font-size: 1.3em;
}

@media screen and (max-width:480px) {
	.inquiry {
		display: block;
		width: 100%;
		padding: 0 5vw 5vw;
	}

	.inq_tel {
		text-align: center;
		margin: 3vw auto;
	}

	.inq_tel img {
		width: 80%;
		margin: 0 auto 2vw;
	}

	.inquiry table {
		width: 100% !important;
		border-collapse: collapse;
	}

	.inqtext {
		width: 100% !important;
		font-size: 4.5vw;
	}

	.inquiry tr {
		width: 100% !important;
		padding: 2vw 0;
	}

	.inquiry th {
		display: block;
		width: 100% !important;
		padding: 2vw 0 0;
	}

	.inquiry td {
		display: block;
		width: 100%;
		word-break: break-all;
		padding: 0 0 2vw;
	}

	.inqyyyymm {
		width: 20vw;
	}

	.privacy {
		margin: 0;
		padding: 2vw 0;
		text-align: left;
	}

	iframe {
		width: 100%;
		height: 50vw;
		border: 1px solid #dadada;
	}

	input[type="text"] {
		font-size: 4.5vw;
	}
}



/*------------------------------------------------------------*/
/* テレワーク                                                 */
/*------------------------------------------------------------*/
.telework {
	margin: 2em auto -2em;
	padding: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #FF6347;
	border: #FF6347 solid 2px;
	border-radius: 10px;
	text-align: center;
	line-height: 1.4;
}

.telework a {
	font-size: 16px;
	font-weight: bold;
	color: #6495ED;
	text-decoration: none;
}

@media screen and (max-width:480px) {
	.telework {
		width: 94%;
		margin: 5vw 3%;
		padding: 3vw;
		font-size: 3.8vw;
		text-align: left;
	}

	.telework a {
		font-size: 4vw;
	}
}


/*------------------------------------------------------------*/
/* プレスリリース                                                 */
/*------------------------------------------------------------*/
.press {
	margin: 0 auto 2em;
}

.press li {
	width: 100%;
	margin: 1em 0;
}

@media screen and (max-width:480px) {
	.press {
		padding: 3vw;
	}
}

/*------------------------------------------------------------*/
/* リンク                                                     */
/*------------------------------------------------------------*/
.banner {
	margin: 0 auto 2em;
	text-align: center;
}

.banner img {
	width: 490px;
}

.banner a {
	display: block;
	margin: 0 auto 0;
}

.banner h4 {
	margin: 0 0 1em;
}

.banner p {
	font-size: 13px;
}

@media screen and (max-width:480px) {
	.banner {
		text-align: center;
		width: 100%;
		padding: 3vw;
		border-radius: 0;
	}

	.banner a {
		margin: 0 0 2vw;
	}

	.banner img {
		width: 100%;
	}

	.banner h4 {
		margin: 0;
	}

	.banner p {
		font-size: 3.5vw;
	}
}