@charset "utf-8";

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;
}

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

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

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

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

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

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

del {
	text-decoration: line-through;
}

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

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

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

input, select {
	vertical-align:middle;
}

/*--------------------------------------------------------------【サンプルコメント】*/
/* サンプルコメント（example）
----------------------------------------------- */

/* ================================================================================ */
/*                                                                                  */
/*      スタイル                                                                    */
/*                                                                                  */
/* ================================================================================ */

*	{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.clearfix:after	{
	content: '';
	display: block;
	clear: both;
}

body	{
	font-size: 14px;
	font-family:'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN',Meiryo,メイリオ,'YuGothic','游ゴシック',Helvetica,Arial,sans-serif;
	color: #212121;
}

a	{
	color: #212121;
}

a:hover	{
	color: #424242;
	text-decoration: none;
}

a:hover img{
	opacity:0.7;
}


/* ================================================================================ */
/*                                                                                  */
/*      レイアウト                                                                  */
/*                                                                                  */
/* ================================================================================ */

#wrapper {
	background: #FFF;
	border-top: 6px solid rgba(255,255,255,1);
	position: relative;
	z-index: 10;
}

#main {
	width: 1050px;
	margin: 0 auto;
	padding: 30px 0;
}

#left{
	float:left;
	width: 720px;
}

#right{
	width: 300px;
	float: right;
	background: rgba(0,0,0,0.1);
}

/*--------------------------------------------------------------【ヘッダー】*/

.header {
}

.header__ {
	padding: 20px 0;
	width: 1050px;
	margin: 0 auto;
	overflow: hidden;
}

.header__logo {
	text-decoration: none;
	float: left;
	height: 45px;
	position: relative;
}

.header__logo:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 14px;
	width: 100%;
	background: rgba(255,255,255,0.5);
}

.header__logo:hover {
	opacity: 0.7;
}

.header__logo span {
	display: block;
	line-height: 1em;
}

.header__logo span:first-child {
	font-size: 11px;
	letter-spacing: 1px;
	margin: 0 0 7px;
	padding: 0 0 0 3px;
}

.header__logo span:last-child {
	font-size: 28px;
}

.header__link {
	float: right;
	list-style: none;
	overflow: hidden;
	padding: 0 1px 0 0;
}

.header__link li {
	float: left;
	margin: 0 0 0 10px;
}

.header__link li a {
	text-decoration: none;
	display: inline-block;
	border: 1px solid rgba(0,0,0,0.7);
	padding: 0 15px;
	line-height: 42px;
}

/*--------------------------------------------------------------【フッター】*/

#foot_upper{
	margin: 0 auto;
	margin-top: 40px;
	width: 1050px;
}

#foot_upper .sns{
	float:left;
}

.pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

.pagetop a {
	display: block;
	text-align: left;
	text-indent: -9876px;
	overflow: hidden;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: rgba(0,0,0,0.7);
	border: 3px solid rgba(255,255,255,0.3);
	position: fixed;
	right: 20px;
	bottom: 20px;
}

.pagetop a:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(-540deg) scale(1);
	transition: 0.2s;
	border-top: 0 solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 12px solid #FFF;
	border-left: 8px solid transparent;
}

.pagetop a:hover:after {
	transform: translate(-50%,-50%) rotate(0deg) scale(1.2);
}

#foot{
	padding:20px 0;
	margin-top:20px;
	font-size:12px;
	line-height:1.7;
	color:#EEE;
	background:#333;
}
	
#foot div{
	width:980px;
	margin:0 auto;
}
	
#foot p{
	margin:0 0 10px;
	text-align:center;
	font-size:12px;
	color:rgba(255,255,255,0.5);
}

#foot ul {
}
	
#foot ul li {
	display: inline-block;
}

#foot ul li a {
	color: rgba(255,255,255,0.7);
	display: block;
	padding: 5px;
}

#foot ul li a:hover {
	color: rgba(255,255,255,1);
	background: rgba(255,255,255,0.05);
}

/* コピーライト
----------------------------------------------- */
#copy{
	text-align:center;
	padding:20px 0;
	font-size:11px;
	color:rgba(255,255,255,0.5);
	background:#252525;
}

#copy strong{
	font-weight:normal;
}

#copy span{
	padding-left:10px;
}

#copy a{
	color:rgba(255,255,255,0.7);
}


/* ================================================================================ */
/*                                                                                  */
/*      モジュール                                                                  */
/*                                                                                  */
/* ================================================================================ */

/* superHeader
----------------------------------------------- */
.superHeader {
	position: fixed;
	top: 0;
	width: 100%;
}

.superHeader__ {
}


/* ナビゲーション
----------------------------------------------- */

.globalNav {
	margin: 0;
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	background: #FFF;
	box-shadow: 0 5px rgba(0,0,0,0.05);
}

.globalNav__menu {
	display: table;
	border-collapse: collapse;
	width: 1050px;
	margin: 0 auto;
}

.globalNav__menu li {
	display: table-cell;
	border-left: 1px solid rgba(0,0,0,0.1);
	border-right: 1px solid rgba(0,0,0,0.1);
}

.globalNav__menu li:not(:last-child) {
}

.globalNav__menu li a {
	display: block;
	text-align: center;
	padding: 30px 0;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
}

.globalNav__menu li a {
	animation: navSpin 1s ease-in-out;
}

	@keyframes navSpin {
		100% { transform: rotateX(360deg); }
	}

.globalNav__menu li a:hover {
}

.globalNav.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 9;
}

.globalNav.fixed {
	background: #FFF;
}

/* ぱんくずリスト
----------------------------------------------- */

.pankuzu {
	margin: 0 0 20px;
	font-size: 12px;
	overflow: hidden;
}

.pankuzu li {
	list-style: none;
	display: inline-block;
	background: url(img/pankuzu.gif) no-repeat right 1px;
	padding-right: 15px;
	margin-right: 10px;
	line-height: 1.1;
}

/* コンテンツ
----------------------------------------------- */

.mainArticle {
	margin: 0 0 40px;
}

.mainArticle__title {
	line-height: 1.5;
}

.mainArticle__title--lv2 {
	font-size: 22px;
	font-weight: normal;
	padding: 10px 0;
	margin: 0 0 20px;
	border-bottom: 5px solid rgba(0,0,0,0.1);
}

.mainArticle__title--lv3 {
	font-size: 20px;
	font-weight: normal;
	margin: 30px 0 20px 0;
}

.mainArticle__title--lv4 {
	font-size: 16px;
	margin: 30px 0 20px 0;
}

.mainArticle__title--bg {
	text-align:center;
	padding:20px;
	margin:40px 0 20px;
	background:rgba(0,0,0,0.7);
	color:rgba(255,2552,255,1);
}

.mainArticle__title span {
	font-size: 80%;
	margin: 0 0 0 1em;
}

.mainArticle p {
	line-height: 1.6;
	font-size: 14px;
}

.mainArticle p + p {
	margin: 1em 0 0;
}

.commonList {
	margin:20px 0;
	padding:1em 1.6em;
	border:1px solid #DDD;
	border-radius:3px;
}

.commonList li{
	background:none;
	list-style:disc inside;
	font-size:14px;
	line-height:1.6em;
	padding:0;
	margin:0;
}

.pickLists {
	display: flex;
	flex-wrap: wrap;
}

.pickLists li {
	list-style: none;
	padding:10px;
	width:33%;
	background:none;
	font-size:13px;
}

.pickLists li span {
	display: block;
	padding: 10px 0;
	text-align: center;
	font-weight: normal;
	border: 1px solid #DDD;
	border-bottom: 2px solid #DDD;
}

.aboutPick {
	display: flex;
	flex-wrap: wrap;
}

.aboutPick__List {
	width: 50%;
	padding: 10px;
}

.aboutPick__List dt {
	font-size: 16px;
	text-align: center;
	padding: 20px 0;
	background: #666;
	color: #FFF;
	border-bottom: 2px solid #DDD;
}

.aboutPick__List dd {
	font-size: 13px;
	line-height: 1.5;
	padding: 10px;
}

table.commonTable {
	width: 100%;
	font-size: 12px;
	line-height: 1.6em;
	margin: 30px 0;
}

table.commonTable th {
	border: 1px solid #DDD;
	padding: 10px 15px;
	text-align: left;
	vertical-align: top;
	color: #444;
	background: rgba(0,0,0,0.05);
}

table.commonTable th span {
	color: #da265a;
	display: block;
}

table.commonTable td {
	border: 1px solid #DDD;
	padding: 10px 15px;
}

table.commonTable td dl {
	margin: 0.6em 0;
}

table.commonTable td dt {
	font-weight: bold;
	padding: 0 0 0 0.6em;
	margin: 0 0 0.3em;
	border-left: 2px solid #555;
}

table.commonTable td dt span {
	color: #C81B4D;
	margin: 0 0 0 0.3em;
}

table.commonTable td dd {
	margin: 0 0 0.6em;
	line-height: 1.6em;
}

table.commonTable td ul {
	margin: 0.6em 0 0.6em 1em;
}

table.commonTable td li{
	margin: 0.3em 0;
}

table.commonTable td li p{
	margin-left:10px;
}

table.psHikaku {
	width: 100%;
}

table.psHikaku th {
	padding: 1em 0;
}

table.psHikaku td {
}

table.psHikaku thead th {
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #FFF;
	border-bottom: 1px solid rgba(0,0,0,0.15);
}

table.psHikaku tbody th {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

table.psHikaku tbody td,
table.psHikaku tbody th {
	font-size: 13px;
	padding: 15px 10px;
	border-bottom: 1px solid rgba(0,0,0,0.15);
}

table.psHikaku .colspan--1 {}

table.psHikaku .colspan--2 {
	background: rgba(0,0,0,0.05);
}

table.psHikaku .colspan--3 {}

table.psHikaku .colspan--4 {
	border: 2px solid rgba(0,88,113,0.5);
	background:rgba(0,88,113,0.025);
}

table.ppInfo__opplan {
	margin: 30px 0;
	width: 100%;
	line-height: 1.6em;
	font-size: 12px;
}

table.ppInfo__opplan th{
}

table.ppInfo__opplan td{
}

table.ppInfo__opplan thead th {
	text-align: center;
	padding: 10px 0;
}

table.ppInfo__opplan thead td{
	background:transparent;
	border:none;
	text-align:center;
	padding:3px 0;
}

table.ppInfo__opplan tbody td,
table.ppInfo__opplan tbody th{
	border-bottom:1px solid #DDD;
	padding:3px 10px;
	vertical-align:middle;
}

table.ppInfo__opplan tbody th{
	background:transparent;
	text-align:right;
	font-weight:normal;
	font-size:12px;
}

table.ppInfo__opplan tbody td{
	text-align:center;
}

table.ppInfo__opplan .colspan{
}

table.ppInfo__opplan .colspan--1{
}

table.ppInfo__opplan .colspan--2{
	background:#F5F5F5;
}

table.ppInfo__opplan .colspan--3{
}

table.ppInfo__opplan .colspan--4{
	background:#F5F5F5;
}

table.ppInfo__opplan .colspan--5{
}

table.ppInfo__opplan .colspan--6{
	background:#F5F5F5;
}

table.ppInfo__opplan tfoot td,
table.ppInfo__opplan tfoot th {
	text-align: right;
	padding: 10px 15px;
}

table.ppInfo__opplan tfoot th{
}

table.ppInfo__opplan--demo{
	table-layout: fixed;
}

.demoLinks{
	display:block;
	color:#333;
	background:#FFF;
	border:1px solid rgba(0,0,0,0.1);
	box-shadow:3px 3px rgba(0,0,0,0.1);
	border-radius:2px;
	font-size:14px;
	text-align:center;
	padding:10px 0;
	margin:10px;
}

.demoLinks:hover{
	box-shadow:3px 3px rgba(0,0,0,0.2);
}

.ppFAQ {
}

.ppFAQ__q {
	position: relative;
	padding: 5px 0 0 40px;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 1.3em;
}

.ppFAQ__a {
	position: relative;
	padding: 7px 0 10px 40px;
	margin: 0 0 30px;
	border-bottom: 1px dashed #BBB;
}

.ppFAQ__a:after,
.ppFAQ__q:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
	border-radius: 2px;
}

.ppFAQ__q:after {
	content: "Q";
	background: rgba( 77,121,181,1);
}

.ppFAQ__a:after {
	content: "A";
	background: rgba(243, 90,114,1);
}

.ppFAQ__a p {
	font-size: 12px;
	line-height: 1.6em;
	margin: 0 0 0.8em;
}

.ppFAQ__a p a {
	text-decoration: underline;
}

.ppFAQ__a p a:hover {
	text-decoration: none;
}

.bqstyle {
	padding: 20px 40px 1px;
	margin-bottom: 20px;
	background: #F5F5F5;
	border: 1px solid #EEE;
	border-radius: 3px;
	position: relative;
}

.bqstyle > p {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.8em;
	margin-bottom: 20px;
}

.bqstyle:before,
.bqstyle:after {
	color: #BBB;
	font-size: 60px;
	height: 30px;
	font-family: Arial;
}

.bqstyle:before {
	content: "\201C";
	position: absolute;
	top: 5px;
	left: 5px;
}

.bqstyle:after {
	content: "\201D";
	position: absolute;
	bottom: 0;
	right: 5px;
}

.ppInfo {
	display: table;
	width: 100%;
	margin: 0 0 20px;
}

.ppInfo dd,
.ppInfo dt {
	display: table-cell;
	vertical-align: top;
}

.ppInfo dt {
	width: 315px;
	padding: 15px;
	background: rgba(0,0,0,0.05);
}

.ppInfo dd {
}

.ppInfo__icon {
	display: inline-block;
	background: rgba(255,255,255,1);
	border-radius: 50%;
	padding: 15px;
	vertical-align: top;
}

.ppInfo__icon i {
	font-size: 30px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.ppInfo__icon i.fa-mobile-size {
	font-size: 36px;
}

.ppInfo__name {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6em;
	margin: 0;
	padding: 0 0 0 5px;
}

.ppInfo__name span {
	font-size: 18px;
	font-weight: bold;
	display: block;
}

.ppInfo__name span small {
	font-size: 12px;
	font-weight: normal;
	padding: 0 5px;
}

.ppInfo__name span.ppInfo__nameS {
	font-size: 12px;
	color: #555;
}

.ppInfo .ppInfo__desc {
	font-size: 13px;
	line-height: 1.6em;
	margin: 0;
	padding: 15px;
}

.ppInfo__notice {
	font-size: 12px;
	margin: 0 0 30px;
	padding: 0 0 0 1em;
}

.ppInfo__notice li {
	list-style: none;
	text-indent: -1em;
	margin: 0.6em 0;
	line-height: 1.5;
}

.ppOrder {
	margin: 0 0 30px;
}

.ppOrder li {
	position: relative;
	margin: 0;
	padding: 20px 10px 20px 20px;
	list-style: none;
	counter-increment: orderstep;
	box-shadow: 0 4px rgba(0,0,0,0.03);
	border-bottom: 1px solid rgba(0,0,0,0.15);
}

.ppOrder li:before {
	content: "STEP."counter(orderstep);
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	top: 20px;
	left: 20px;
}

.ppOrder li:not(:first-child):after {
	content: "";
	position: absolute;
	top: 0;
	left: 35px;
	border-top: 10px solid rgba(0,0,0,0.3);
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid transparent;
}

.ppOrder li p {
	margin: 0 0 1em 80px;
	font-size: 14px;
}

.ppOrder li p.ppOrder__notice {
	background: rgba(0,0,0,0.05);
	box-shadow: 3px 3px rgba(0,0,0,0.1);
	border-radius: 3px;
	font-size: 12px;
	padding: 10px 15px;
	margin: -0.5em 0 0 80px;
}

/* メイン部分の
----------------------------------------------- */

.mainLink {
	display: inline-block;
	border: 1px solid rgba(0,0,0,0.7);
	padding: 0 15px;
	line-height: 42px;
	text-decoration: none;
}

.mainLink:hover {
	background: rgba(0,0,0,0.05);
}

/* サイド
----------------------------------------------- */

.sideLink {
	border: 1px solid #FFF;
	margin: 5px;
}

.sideLink a {
	text-decoration: none;
}

.sideLink__ {
	display: flex;
	align-items: center;
	position: relative;
}

.sideLink__:after {
	content: "";
	width: 100%;
	height: 50%;
	background: rgba(255,255,255,0.1);
	position: absolute;
	top: 0;
	left: 0;
}

.sideLink__:before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	position: absolute;
	bottom: 0;
	left: 0;
	mix-blend-mode: overlay;
	transition: 0.2s;
}

.sideLink a:hover .sideLink__:before {
	background: rgba(0,0,0,0.2);
}

.sideLink__icon {
	width: 70px;
	text-align: center;
	font-size: 28px;
	padding: 20px;
	background: rgba(0,0,0,0.1);
	color: rgba(255,255,255,0.9);
}

.sideLink__title {
	flex-grow: 2;
	font-size: 18px;
	font-weight: bold;
	padding: 0 20px;
	color: rgba(255,255,255,0.9);
	text-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}

.sideLink__title span {
	background: rgba(0,0,0,0.2);
	color: rgba(0,0,0,1);
	mix-blend-mode: soft-light;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sideLink__title span b {
	text-transform: uppercase;
	font-size: 12px;
	width: 70px;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 35px;
	margin: -0.5em 0 0 0;
	transform: rotate(-90deg);
	background: rgba(255,255,255,0);
}

.sideLink--demo {
	background: rgba( 77,121,181,1);
	transition: .3s ease-in-out;
}

.sideLink--order {
	background: rgba( 66,178,153,1);
	transition: .3s ease-in-out;
}

.sideLink--qa {
	background: rgba(255,156, 94,1);
	transition: .3s ease-in-out;
}

.sideLink--demo:hover {
	animation: bounce 2s ease-in-out;
}

.sideLink--order:hover {
	animation: tremble .3s ease-in-out;
}

	@keyframes tremble {
		15% { transform: translateX(3px) rotate(1deg); }
		30% { transform: translateX(-3px) rotate(-1deg); }
		45% { transform: translateX(2px) rotate(1deg); }
		60% { transform: translateX(-2px) rotate(-1deg); }
		75% { transform: translateX(1px) rotate(1deg); }
		90% { transform: translateX(-1px) rotate(-1deg); }
	}

	@keyframes bounce {
		5%  { transform: scale(1.1, .8); }
		10% { transform: scale(.8, 1.1) translateY(-5px); }
		15% { transform: scale(1, 1); }
	}


.supContents {
	display: flex;
	flex-wrap: wrap;
}

.supContents__part {
	width: 50%;
	padding: 1px;
}

.supContents__part a {
	display: block;
	position: relative;
	text-decoration: none;
	padding: 20px 20px 20px 80px;
	transition: 0.3s;
	border: 1px solid rgba(0,0,0,0.1);
}

.supContents--demos .supContents__part__title {
	text-decoration: underline;
}

.supContents__part a:before,
.supContents__part a:after {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	z-index: 2;
	content: '';
	transition: 0.3s;
}

.supContents__part a:before {
	border-top: 2px solid rgba(0,0,0,0.3);
	border-bottom: 2px solid rgba(0,0,0,0.3);
	transform: scale(0, 1);
}

.supContents__part a:after {
	border-right: 2px solid rgba(0,0,0,0.3);
	border-left: 2px solid rgba(0,0,0,0.3);
	transform: scale(1, 0);
}

.supContents__part a:hover {
}

.supContents__part a:hover:after,
.supContents__part a:hover:before {
	transform: scale(1);
}

.supContents__part p {
	font-size: 12px;
}

.supContents__part__icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 40px;
	text-align: center;
	color: rgba(0,0,0,0.2);
}

.supContents__part__icon i {
	animation: spinOpen 1s ease-in-out;
}

	@keyframes spinOpen {
		100% { transform: rotateY(720deg); }
	}

.supContents__part__title {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 10px;
}

/* フォーム
----------------------------------------------- */

.includeWrap {
	margin: 20px 0 30px;
	padding: 10px;
	border: 10px solid #EEE;
	border-radius: 3px;
	background: #FFF;
}

.includeWrap iframe {
	width: 100%;
	margin: 0 auto;
	display: block;
}

.includeWrap--pass iframe {
	height: 330px;
}

.includeWrap--order iframe {
	height: 1100px;
}
.includeWrap--inquiry iframe {
	height: 1150px;
}


/* よくあるご質問のスタイル
----------------------------------------------- */

#left .faq dl{
}

#left .faq dt {
	position: relative;
	padding: 5px 0 0 40px;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 1.3em;
}

#left .faq dd {
	position: relative;
	padding: 7px 0 10px 40px;
	margin: 0 0 30px;
	border-bottom: 1px dashed #BBB;
}

#left .faq dd:after,
#left .faq dt:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
	border-radius: 2px;
}

#left .faq dt:after {
	content: "Q";
	background: rgba( 77,121,181,1);
}

#left .faq dd:after {
	content: "A";
	background: rgba(243, 90,114,1);
}

#left .faq dd p {
	font-size: 12px;
	line-height: 1.6em;
	margin: 0 0 0.8em;
}

#faqSearch table{
	margin:10px;
}

#faqSearch table th{
	width:140px;
	vertical-align:middle;
}

#faqSearch td input{
	border:2px solid #999;
	padding:5px;
	font-size:12pt;
	width:350px;
}

#faqSearch .button input{
	width:100px;
	background-color:#444;
	border:2px outset #333;
	color:#fff;
}

#vote .button{
	margin:20px;
	text-align:center;
}

#vote .button input{
	width:150px;
	height:30px;
}

#listback{
	text-align:center;
	margin-left:5px;
	border-top:1px dashed #ccc;
	padding:20px;
}

#unsolved{
	margin:10px;
}

/*--------------------------------------------------------------【トップページ】*/

/* トップ画像
----------------------------------------------- */

.topImage {
	position: relative;
	overflow: hidden;
}

.topImage:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba( 77,121,181,0.8);
}

.topImage__ {
	text-align: center;
	position: relative;
	padding: 80px 0;
	z-index: 2;
	width: 1010px;
	margin: 0 auto;
}

.topImage__:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: url(../devprev.png) no-repeat right bottom;
	background-size: 50%;
	opacity: 0.6;
}

.aboutSystem {
	text-align: left;
}

.aboutSystem__title {
	color: rgba(255,255,255,0.9);
	font-weight: normal;
	font-size: 22px;
	line-height: 1.5;
	margin: 0 auto 20px;
}

.aboutSystem__name {
	color: rgba(255,255,255,0.9);
	font-weight: normal;
	font-size: 34px;
}

.aboutSystem__name span {
	display: block;
	font-size: 13px;
	margin: 5px 0 0;
}

.aboutSystem__fit {
	margin: 25px 0 0;
	color: rgba(255,255,255,1);
}

.aboutSystem__fit li {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	background: rgba(0,0,0,0.4);
	border-radius: 2px;
}

/* トップ画像
----------------------------------------------- */

.pageCopy {
	background:rgba(0,0,0,0.7);
	color:rgba(255,255,255,1);
}

.pageCopy__ {
	display: flex;
	width: 1050px;
	margin: 0 auto;
}

.pageCopy__ p{
	width: 50%;
	text-align: center;
	font-size: 28px;
	padding: 30px 0;
}

.pageCopy__ h1,
.pageCopy__ h2{
	font-size: 28px;
	font-weight: normal;
	padding: 30px 0;
}


/* トップ事例
----------------------------------------------- */

.worksList {
	background: rgba(0,0,0,0.05);
	padding: 40px 0;
}

.worksList__ {
	width: 1010px;
	margin: 0 auto;
}

.worksList h3 {
	text-align: center;
	font-weight: normal;
	font-size: 28px;
	margin: 0 0 40px;
}

.worksList__list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.worksList__listItem {
	width: 50%;
	margin: 0 0 40px -20px;
}

.worksList__listItem:nth-child(2n) {
	margin: 0 -20px 40px 0;
}

.worksList__listItem img {
}

.worksList__listItem h4 {
	text-align: center;
	font-size: 18px;
	padding: 1em 0;
}

.worksList__listItem p {
	font-size: 14px;
	line-height: 1.5;
	padding: 0 1em;
}

.worksList__listItem ul {
	margin: 20px 0 0;
	padding: 10px 20px;
	background: rgba(255,255,255,0.5);
}

.worksList__listItem li {
	list-style: disc outside;
	margin: 1em;
	font-size: 13px;
	line-height: 1.2;
}

.worksList__listItem li a {
	text-decoration: underline;
}

.worksList__listItem li a:hover {
	text-decoration: none;
}

.workList__more {
	text-align: center;
}

.workList__more__link {
	display: inline-block;
	padding: 1.2em 2.4em;
	background: rgba(255,255,255,0.9);
	border: 1px solid rgba(0,0,0,0.8);
	font-weight: bold;
	text-decoration: none;
}

.workList__more__link:hover {
	background: rgba(255,255,255,0.4);
}

/* shWorks
----------------------------------------------- */
.shWorks {
	background: url(img/main_bk.gif);
	height: 300px;
}

.shWorks__ {
	width: 1050px;
	margin: 0 auto;
}

.shWorks__title {
	padding: 30px 0;
	font-weight: normal;
	position: relative;
}

.shWorks__title__more {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: rgba( 77,121,181,1);
	color: rgba(255,255,255,0.9);
	padding: 0.5em 1em;
	font-size: 12px;
	text-decoration: none;
	border: 2px solid #EEE;
}

.shWorks__title__more:hover {
	color: rgba(255,255,255,0.9);
}

.shWorks__list {
	display: flex;
	margin: 0 -5px;
}

.shWorks__list__item {
	width: 20%;
}

.shWorks__list__item__body {
	padding: 20px;
	margin: 0 5px;
	border-radius: 3px;
	border: 1px solid #DDD;
	background: #FFF;
}

.shWorks__list__item__body a {
	display: block;
}

.shWorks__list__item__body img {
	width: 100%;
	height: auto;
	display: block;
}

.shWorks__list__item__body span {
	display: block;
	margin: 10px 0 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3;
	padding: 5px;
	color: #666;
	background: linear-gradient(#FFF 50%, #F5F5F5 0%);
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}


/*----------------------------------*/
/*  制作・導入実績のスタイル(new)   */
/*----------------------------------*/
.pfList {
}

.pfList__ {
	display: flex;
	flex-wrap: wrap;
}

.pfListPart {
	width: 33.3%;
	border: 5px solid #FFF;
	margin: 0 0 20px;
}

.pfListPart__body {
}

.pfListPart__body__photo {
	position: relative;
}

.pfListPart__body__photo:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.pfListPart__body__photo a {
}

.pfListPart__body__photo img {
	width: 100%;
	height: auto;
}

.pfListPart__body__title {
	line-height: 1.3;
	padding: 5px;
	color: #666;
	background: linear-gradient(#FFF 50%, #F5F5F5 0%);
}

.pfListPart__body__text {
	line-height: 1.6;
	font-size: 12px;
	padding: 5px 5px 10px;
	color: #666;
}

.pfListPart__foot {
	font-size: 11px;
	color: #AAA;
	text-align: right;
}

/* ================================================================================ */
/*                                                                                  */
/*      デザインテーマ                                                               */
/*                                                                                  */
/* ================================================================================ */

.topImage:before {
	background-color: rgba(0,0,0,0.6);
}
