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

::selection {
	background: rgba(0,0,0,0.05);
}

/* 汎用
----------------------------------------------- */
.cmn-onlyMargin {
	margin: 30px 0 20px;
}


/* グリッド
----------------------------------------------- */
.cmn-toolGrid {
	display: flex;
	flex-wrap: wrap;
}

.cmn-toolGrid__col {
	width: 100%;
}

.cmn-toolGrid__col--1 { width: 8.33333333333%; }
.cmn-toolGrid__col--2 { width: 16.6666666667%; }
.cmn-toolGrid__col--3 { width: 25%; }
.cmn-toolGrid__col--4 { width: 33.3333333333%; }
.cmn-toolGrid__col--5 { width: 41.6666666667%; }
.cmn-toolGrid__col--6 { width: 50%; }
.cmn-toolGrid__col--7 { width: 58.3333333333%; }
.cmn-toolGrid__col--8 { width: 66.6666666667%; }
.cmn-toolGrid__col--9 { width: 75%; }
.cmn-toolGrid__col--10 { width: 83.3333333333%; }
.cmn-toolGrid__col--11 { width: 91.6666666667%; }
.cmn-toolGrid__col--12 { width: 100%; }

.cmn-toolGrid--separate {
	margin-left: -10px;
	margin-right: -10px;
}

.cmn-toolGrid--separate .cmn-toolGrid__col {
	padding: 0 10px;
}

.cmn-toolGrid--itemCenter {
	align-items: center;
}

	/* smartphone横(landscape) */
	@media only screen and (max-width:640px) {

		/* グリッド
		----------------------------------------------- */

		.cmn-toolGrid {
			display: flex;
			flex-wrap: wrap;
		}

		.cmn-toolGrid__col {
			width: 100%;
		}

		.cmn-toolGrid__col--1 { width: 100%; }
		.cmn-toolGrid__col--2 { width: 100%; }
		.cmn-toolGrid__col--3 { width: 100%; }
		.cmn-toolGrid__col--4 { width: 100%; }
		.cmn-toolGrid__col--5 { width: 100%; }
		.cmn-toolGrid__col--6 { width: 100%; }
		.cmn-toolGrid__col--7 { width: 100%; }
		.cmn-toolGrid__col--8 { width: 100%; }
		.cmn-toolGrid__col--9 { width: 100%; }
		.cmn-toolGrid__col--10 { width: 100%; }
		.cmn-toolGrid__col--11 { width: 100%; }
		.cmn-toolGrid__col--12 { width: 100%; }

		.cmn-toolGrid--separate {
			margin-left: -10px;
			margin-right: -10px;
		}

		.cmn-toolGrid--separate .cmn-toolGrid__col {
			padding: 0 10px;
		}

	}


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

#wrapper {
	background: #FFF;
	position: relative;
	z-index: 10;
}

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

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

#right{
	width: 300px;
	float: right;
}

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

.header {
}

.header__ {
	width: 1050px;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.header__logo {
}

.header__logo__link {
	text-decoration: none;
	float: left;
	position: relative;
	color: rgba(68,68,68,1);
}

.header__logo__link:hover {
	opacity: 0.7;
}

.header__logo__link strong,
.header__logo__link span {
	display: block;
	line-height: 1em;
}

.header__logo__link span {
	font-size: 12px;
	letter-spacing: 1px;
	margin: 0 0 7px;
	padding: 0 0 0 3px;
}

.header__logo__link strong {
	font-size: 28px;
	font-weight: normal;
}

.header__link {
	flex-grow: 1;
}

.header__link__ {
	list-style: none;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.header__link__list {
	font-size: 14px;
	display: inline-block;
	color: #333;
}

.header__link__list a {
	display: block;
	padding: 0 10px;
	text-align: center;
	text-decoration: none;
	transition: 0.2s;
	cursor: pointer;
}

.header__link__list a .fa {
}

.header__link__list a span {
}

.header__link__list--demosite,
.header__link__list--inquiry {
	height: 40px;
	width: 200px;
	position: relative;
}

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

.header__link__list--demosite {
	background: #EEE;
}

.header__link__list--inquiry {
	background: #E5E5E5;
}

.header__link__list--demosite a,
.header__link__list--inquiry a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 1;
}

.header__link__list--demosite a span,
.header__link__list--inquiry a span {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}



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

#foot_upper{
	margin: 0 auto;
	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%;
	z-index: 9;
	background: #FFF;
}

.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 {
	background: rgba(255,255,255,0.1);
}

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

.globalNav.fixed {
	background: #FFF;
}

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

.pankuzu {
	font-size: 12px;
	list-style: none;
	padding: 10px 0 22px;
}

.pankuzu__item {
	display: inline-block;
}

.pankuzu__item a {
	position: relative;
	display: inline-block;
	margin: 0 5px 0 0;
	color: #333;
}

.pankuzu__item > .fa {
	margin: 0 5px 0 0;
	width: 18px;
	text-align: center;
}

/* コンテンツ
----------------------------------------------- */
.articleSection {
	padding: 40px 0;
}

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

.layoutHelper {
	display: flex;
}

.layoutHelper--reverse {
	flex-direction: row-reverse;
}

.layoutHelper__img {
	margin: 0 0 40px;
}

.layoutHelper__img img {
	width: 500px;
	height: auto;
}

.layoutHelper__body {
	flex-grow: 1;
	padding: 0 0 0 40px;
}

	.layoutHelper--reverse .layoutHelper__body {
		padding: 0 30px 0 0;
	}


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

.mainArticle {
	margin: 0 0 40px;
}

.mainArticle__title {
	line-height: 1.5;
	position: relative;
}

.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--lv2::after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 15%;
	height: 5px;
	background: #333;
}

.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;
	margin: 0 -10px;
}

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

.aboutPick__List dt {
	font-size: 16px;
	text-align: center;
	padding: 20px 0;
	background: #EEE;
}

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

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

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

table.commonTable td span.hint {
	color: #666;
	display: block;
	margin: 5px 0;
	font-size: 12px;
}

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: flex;
	width: 100%;
	margin: 0 0 20px;
}

.ppInfo dd,
.ppInfo dt {
}

.ppInfo dt {
	width: 325px;
	padding: 15px;
	background: rgba(0,0,0,0.05);
	display: flex;
	align-items: center;
}

.ppInfo dd {
	flex-grow: 1;
}

.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 10px;
}

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

.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 {
	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(4,121,163,1);
	transition: .3s ease-in-out;
}

.sideLink--order {
	background: rgba(4,161,163,1);
	transition: .3s ease-in-out;
}

.sideLink--qa {
	background: rgba(251,161,92,1);
	transition: .3s ease-in-out;
}


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

.designPlanCard {
	margin:  0 0 20px;
	border: 5px solid rgba(0,0,0,0.05);
}

.designPlanCard__ {
	padding: 20px;
	border: 1px solid rgba(0,0,0,0.1);
}

.designPlanCard__thumb {
	background-image: url(img/designplancard.png);
	background-size: 100%;
	height: 110px;
}

.designPlanCard__body {
}

.designPlanCard__body__title {
	position: relative;
	line-height: 1.5;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	padding: 10px 0;
	margin: 0 0 20px;
	color: #FFF;
	background: rgba(251,161,92,1);
	border-radius: 2px;
}

.designPlanCard__body__title::after {
	content: "";
	height: 2px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.1);
}

.designPlanCard__body__title a {
	display: block;
	color: #FFF;
	text-decoration: none;
}

.designPlanCard__body__title a:hover {
	opacity: 0.7;
}

.designPlanCard__body__text {
	line-height: 1.5;
}

.designPlanCard--night {
	margin: 20px 0;
}

.designPlanCard--night .designPlanCard__thumb {
	background-repeat: no-repeat;
	background-image: url(img/jobcube2night.png);
	background-size: 100%;
	height: 150px;
}

.designPlanCard--night .designPlanCard__body__title {
	background: rgba(208,11,38,0.8);
}


/* サポート
----------------------------------------------- */

.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;
	background-image: url("../images/topimg.png");
	background-size: cover;
	background-repeat:no-repeat;
	background-position: 50% 50%;
}

.topImage:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
}

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

.topImage__:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background-size: 50%;
	opacity: 0.7;
}

.aboutSystem {
	text-align: left;
}

.aboutSystem__title {
	color: rgba(255,255,255,1);
	font-size: 48px;
	font-weight: bold;
	line-height: 1.3;
	margin: 0 auto 20px;
}

.aboutSystem__title span {
	display: block;
	font-size: 18px;
	font-weight: normal;
	margin-left: 7px;
}

.aboutSystem__name {
	color: rgba(255,255,255,1);
	font-weight: normal;
	font-size: 14px;
	line-height: 2;
}

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

.aboutSystem__fit li {
	display: inline-block;
	font-size: 12px;
	padding: 1em 1.4em;
	background: rgba(0,0,0,0.7);
	color: #FFF;
	border-radius: 2px;
}


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

.pageCopy {
	background: rgba(0,0,0,0.05);
	color: #333;
}

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

.pageCopy h2 > span,
.pageCopy h1 > span {
	font-size: 16px;
}

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

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

.worksList__ {
	width: 1050px;
	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 5em;
	background: rgba(4,121,163,1);
	color: #FFF;
	font-size: 16px;
	border-bottom: 2px solid rgba(0,0,0,0.1);
	text-decoration: none;
}

.workList__more__link:hover {
	opacity: 0.7;
	color: #FFF;
}

/* 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(0,0,0,0.8);
	color: rgba(255,255,255,1);
	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;
}


/* news
----------------------------------------------- */
.news {
	background: #F5F5F5;
	border-radius: 2px;
	padding: 20px 20px 15px;
}

.news ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.news ul li {
	padding: 0;
	margin: 0 0 15px;
	overflow: hidden;
}

.news ul li span {
	float: left;
	width: 85px;
	color: #666;
	font-size: 12px;
	line-height: 1.6;
}

.news ul li p {
	margin: 0 0 0 90px;
	color: #666;
	font-size: 12px;
	line-height: 1.6;
}

/* crawlNews
----------------------------------------------- */
.crawlNews {
	background: rgba(0,0,0,0.05);
	position: relative;
	overflow: hidden;
}

.crawlNews > a {
	text-decoration: none;
}

.crawlNews__ {
	width: 1050px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.crawlNews__title {
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	font-size: 14px;
	background: rgba(0,0,0,0.8);
	color: rgba(255,255,255,0.9);
}

.crawlNews__body {
	overflow: hidden;
}

.crawlNews__body__list {
	list-style: none;
}

.crawlNews__body__list li {
	padding: 0 10px;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.crawlNews__body__list li span {
	display: inline-block;
	padding: 0 1em;
	color: rgba(0,0,0,0.9);
}

.crawlNews__body__list li p {
	display: inline-block;
	color: rgba(0,0,0,0.9);
}


/*----------------------------------*/
/*  制作・導入実績のスタイル(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: 12px;
	color: #AAA;
	text-align: right;
}

/* headerNavSp
----------------------------------------------- */
.headerNavToggleBtn {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: linear-gradient(to bottom, rgba(75,117,185,1), rgba(50,97,171,1));
	border: 1px solid rgba(50,97,171,1);
	box-shadow: inset -1px -1px rgba(255,255,255,0.1), inset 1px 1px rgba(255,255,255,0.1);
	text-align: center;
	cursor: pointer;
	display: none;
}

.headerNavToggleBtn > .fa {
	color: #FFF;
}

.headerNavSp {
	display: none;
}

.headerNavSp--open {
	display: none;
}

.headerNavSp__menu {
	background: #FFF;
}

.headerNavSp__menu li {
	display: block;
}

.headerNavSp__menu li a {
	display: block;
	border-top: 1px solid #CCC;
	padding: 15px;
}




/* 価格プランパネル
----------------------------------------------- */

.planTitle {
	position: relative;
	font-size: 22px;
	padding: 30px 0;
	position: relative;
	background: #C6C6C6;
	color: #FFF;
	border-radius: 7px;
	text-align: center;
}

.planTitle--subscription {
	background: #EDAD0B;
}

.planTitle--outright {
	background: #DA6272;
}

.planTitle::after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -30px;
	border: 15px solid transparent;
	border-top: 15px solid #555;
	z-index: 1;
}

.planTitle--subscription::after {
	border-top: 15px solid #EDAD0B;
}

.planTitle--outright::after {
	border-top: 15px solid #DA6272;
}

.planPanel {
	margin: 0 0 20px;
	background: #FFF;
}

.planPanel__body {
	padding: 20px;
	background: #F4F4F4;
}

.planPanel__body__title {
	font-size: 18px;
	font-weight: normal;
	margin-top: 20px;
	text-align: center;
	padding: 20px;
	background: rgba(0,0,0,0.7);
    color: rgba(255,2552,255,1);
}

.planPanel__body__title--lv4 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding: 0;
	margin-bottom: 0.6em;
	background: transparent;
	color: #212121;
}

.planPanel__body > :last-child {
	margin-bottom: 0;
}


/* 価格プランパネル 価格
----------------------------------------------- */

.planPanel__body__price {
	font-size: 18px;
	font-weight: normal;
	padding: 20px;
	background: rgba(0,0,0,0.05);
	display: flex;
	align-items: center;
}

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

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

.planPanel__body__price__name {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6em;
	margin: 0;
	padding: 0 0 0 10px;
	flex-grow: 1;
}

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

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

.planPanel__body__price__name span.planPanel__body__price__nameS {
	font-size: 12px;
	color: #555;
}


/* 価格プランパネル 内容物
----------------------------------------------- */

.planPanel__body__contents {
	list-style: none;
	font-size: 14px;
	font-weight: normal;
	padding: 20px;
	background: #FFF;
}

.planPanel__body__contents li:not(:last-child) {
    margin-bottom: 0.5em;
}


/* 価格プランパネル オプション・補足説明
----------------------------------------------- */

.optionPanel {
	margin: 0 0 20px;
	background: #FFF;
	border: 5px solid #E5E5E5;
}

.optionPanel--customize {
	border: 5px solid #E5E5E5;
	border-image:url(img/borderimg.png) 10 10 round;
}

.optionPanel__body {
	padding: 15px;
	background: #FFF;
}

.optionPanel__body > :first-child {
	margin-top: 0;
}

.optionPanel__body > :last-child {
	margin-bottom: 0;
}


/* ================================================================================ */
/*                                                                                  */
/*      レスポンシブ対応(PCファースト)                                              */
/*                                                                                  */
/* ================================================================================ */

@media only screen and (max-width:960px) {}

/* iPad縦(portrait) */
@media only screen and (max-width:768px) {}

/* smartphone横(landscape) */
@media only screen and (max-width:640px) {

	.topMargin {
		margin-top: 0;
	}

	.pc_only_elements {
		display: none;
	}

	.headerNavSp--open {
		display: block;
	}

	.headerNavToggleBtn {
		display: block;
	}

	#wrapper {
		min-width: 100%;
		margin-top: 0 !important;
	}

	#foot ul li,
	#foot div,
	#foot_upper,
	#right,
	#left,
	#main,
	.pageCopy__,
	.globalNav__menu,
	.topImage__,
	.header__ {
		width: 100%;
	}

	.header__ {
		padding: 10px;
		position: relative;
		height: 70px;
	}

	.header__logo {
		float: none;
		height: auto;
		position: absolute;
		left: 10px;
		top: 50%;
		transform: translateY(-50%);
	}

	.header__logo::before {
		height: 10px;
	}

	.header__logo span:first-child {
		font-size: 12px;
		letter-spacing: 0;
	}

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

	.header__link li a {
		font-size: 12px;
	}

	.topImage__ {
		padding: 30px 10px;
	}

	.topImage__::before {
		background-size: 280px;
		opacity: 0.4;
	}

	.aboutSystem__title {
		font-size: 32px;
	}

	.aboutSystem__title span {
		font-size: 12px;
		font-weight: normal;
	}

	.aboutSystem__name {
		font-size: 12px;
	}

	.aboutSystem__fit li {
		font-size: 12px;
		font-weight: normal;
		padding: 5px;
		margin: 0 0 5px 0;
	}


	.worksList {
		padding: 30px 0;
	}

	.worksList h3 {
		font-size: 16px;
		margin: 0 0 10px;
	}

	.worksList__ {
		width: 100%;
	}

	.worksList__list {
		padding: 0 10px;
	}

	.worksList__listItem:nth-child(2n),
	.worksList__listItem {
		margin: 0;
		padding: 10px;
	}

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

	.worksList__listItem h4 {
		font-size: 12px;
	}

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

	.pageCopy {
		padding: 10px;
	}

	.pageCopy__ {
		display: block;
	}

	.pageCopy__ h1,
	.pageCopy__ h2 {
		font-size: 14px;
		padding: 10px 0;
	}

	.pageCopy h2 > span,
	.pageCopy h1 > span {
		font-size: 12px;
	}

	.bqstyle {
		padding: 10px 20px 1px;
	}

	.bqstyle::before,
	.bqstyle::after {
		font-size: 30px;
		height: 16px;
	}

	.bqstyle > p {
		margin: 0 0 10px;
	}

	#main {
		padding: 15px;
	}

	.pankuzu {
		font-size: 12px;
		margin: 0 0 10px;
		padding: 0;
	}

	.mainArticle {
		margin: 0 0 20px;
	}

	.mainArticle > .mainArticle__title--lv2:first-child {
		margin: 0 0 15px;
	}

	.mainArticle__title--lv2 {
		font-size: 15px;
		font-weight: bold;
		margin: 15px 0 15px;
	}

	.mainArticle__title--lv3 {
		font-size: 14px;
		font-weight: bold;
		margin: 20px 0 15px;
	}

	.mainArticle__title--bg {
		font-size: 12px;
		padding: 10px;
		margin: 20px 0 10px;
	}

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

	.mainArticle p > img {
		max-width: 100%;
		height: auto;
	}

	.commonList {
		margin: 10px 0 15px;
		padding: 1em 1em 1em 2em;
	}

	.commonList li {
		font-size: 12px;
		list-style: disc outside;
		margin: 5px 0;
	}

	.commonList li:not(:first-child) {
		margin: 5px 0;
	}

	table.commonTable {
		font-size: 12px;
		margin: 10px 0 20px;
	}

	table.commonTable th {
		padding: 5px 10px;
	}

	table.commonTable td {
		padding: 5px 10px;
	}

	.ppFAQ__q {
		font-size: 12px;
		padding: 3px 0 0 30px;
	}

	.ppFAQ__a {
		padding: 5px 0 10px 30px;
	}

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

	.ppFAQ__a::after,
	.ppFAQ__q::after {
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 12px;
	}

	.pickLists li {
		width: 100%;
		padding: 0 10px;
		margin: 0 0 10px;
		font-size: 12px;
	}

	.pickLists li span {
		padding: 15px 0;
	}

	.aboutPick {
		margin: 0;
	}

	.aboutPick__List {
		width: 100%;
		padding: 0;
		margin: 0 0 15px;
		border: 1px solid #DDD;
		box-shadow: 2px 2px rgba(0,0,0,0.1);
	}

	.aboutPick__List dt {
		font-size: 12px;
		font-weight: bold;
		padding: 10px 0;
		border: none;
	}

	.aboutPick__List dd {
		font-size: 12px;
		padding: 15px;
	}

	.sideLink__title {
		font-size: 14px;
	}

	.designPlanCard__body__title {
		font-size: 14px;
	}

	.designPlanCard__body__text {
		font-size: 12px;
	}

	#foot_upper .sns {
		float: none;
		padding: 0 10px;
	}

	#foot{
		padding: 20px 10px;
		font-size: 12px;
	}

	#copy {
		text-align: left;
		padding: 20px 10px;
		font-size: 12px;
		line-height: 1.7;
	}

	#copy > strong {
		display: block;
	}

	#copy > span {
		padding: 0;
		display: block;
	}

	.pagetop a {
		width: 40px;
		height: 40px;
		right: 10px;
		bottom: 20px;
	}

	.pagetop a::after {
		border-top: 0 solid transparent;
		border-right: 4px solid transparent;
		border-bottom: 6px solid #FFF;
		border-left: 4px solid transparent;
	}

	.ppInfo {
		display: block;
		border: 1px solid #CCC;
		box-shadow: 2px 2px rgba(0,0,0,0.1);
	}

	.ppInfo dt {
		display: block;
		width: 100%;
		padding: 15px 10px;
	}

	.ppInfo dd {
		display: block;
	}

	.ppInfo .ppInfo__desc {
		font-size: 12px;
		padding: 10px;
	}

	.ppInfo .ppInfo__name {
		font-size: 13px;
		padding: 0 0 0 5px;
	}

	.ppInfo__notice {
		font-size: 12px;
		margin: 0 0 20px;
	}

	.ppOrder li {
		padding: 20px 10px 20px 0px;
	}

	.ppOrder li::before {
		line-height: 1.6;
		font-size: 12px;
	}

	.ppOrder li p {
		line-height: 1.6;
		font-size: 12px;
	}

	.ppOrder li p.ppOrder__notice {
		font-size: 12px;
	}

	.supContents {
	}

	.supContents__part {
		width: 100%;
		margin: 0 0 5px;
	}

	.supContents__part a {
		padding: 15px 15px 15px 60px;
		border: 1px solid rgba(0,0,0,0.5);
	}

	.supContents__part__icon {
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 30px;
	}

	.supContents__part__title {
		font-size: 14px;
	}

	body {
		margin-top: 0 !important;
	}

	.news {
		padding: 15px;
	}

	.crawlNews__title {
		padding: 0 10px;
		height: 50px;
		line-height: 50px;
		font-size: 12px;
	}

	.crawlNews__body__list li {
		font-size: 12px;
	}

	.crawlNews__body__list li span {
		padding: 0;
	}

	/* responsiveTable
	----------------------------------------------- */

	.responsiveTable {
		position: relative;
		margin-bottom: 20px;
		overflow: hidden;
	}

	.responsiveTable__ {
		overflow: scroll;
		overflow-y: hidden;
		border-right: 1px solid #CCC;
	}

	.responsiveTable__ table {
		margin: 0 0 10px;
	}

	.responsiveTable__ th,
	.responsiveTable__ td {
		white-space: nowrap;
	}

	/*
	----------------------------------------------- */
	table.ppInfo__opplan tbody th {
		font-size: 12px;
	}

	table.ppInfo__opplan td,
	table.ppInfo__opplan th {
		white-space: normal;
		font-size: 12px;
	}

	table.ppInfo__opplan thead th{
		width: 150px !important;
	}

	/* plan
	----------------------------------------------- */
	.planTitle {
		padding: 20px 0;
		font-size: 16px;
		border-radius: 0;
	}

	.planPanel__body {
		padding: 15px;
	}

	.planPanel__body__title {
		font-size: 14px;
	}

	.planPanel--subscription {
		border: 2px solid #EDAD0B;
	}

	.planPanel--outright {
		border: 2px solid #DA6272;
	}

	.optionPanel {
		border: none;
	}

	.optionPanel--customize {}

	.optionPanel__body {
		padding: 0;
	}

}

/* iPhone横(landscape) */
@media only screen and (max-width:480px) {}

/* smartphone縦(portrait) */
@media only screen and (max-width:360px) {}

/* iPhone縦(portrait) */
@media only screen and (max-width:320px) {}

/* viewportの仕様上、指定可能な最小幅 */
@media only screen and (max-width:200px) {}



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

.globalNav.fixed,
.globalNav {
	background: rgba(50,97,171,0.8);
}

.globalNav__menu li a {
	color: #FFF;
}

.globalNav__menu li a:hover {
	background: rgba(255,255,255,0.1);
}

.topImage2::before {
	background: rgba(50,97,171,0.1);
}

.pageCopy {
	background: rgba(50,97,171,0.1);
	color: rgba(50,97,171,0.8);
}

.mainArticle__title--lv2::after {
	background: rgba(50,97,171,1);
}

.mainArticle__title--bg {
}

.header__link__list:hover {
	opacity: 0.8;
}

.header__link__list--demosite {
	background: linear-gradient(to bottom, rgba(75,117,185,1), rgba(50,97,171,1));
	border: 1px solid rgba(50,97,171,1);
	box-shadow: inset -1px -1px rgba(255,255,255,0.1), inset 1px 1px rgba(255,255,255,0.1);
	margin: 15px 10px;
}

.header__link__list--demosite a {
	color: #FFF;
}

.header__link__list--inquiry {
	background: linear-gradient(to bottom, rgba(240,186,50,1), rgba(237,173,11,1));
	border: 1px solid rgba(237,173,11,1);
	box-shadow: inset -1px -1px rgba(255,255,255,0.1), inset 1px 1px rgba(255,255,255,0.1);
	margin: 15px 10px;
}

.header__link__list--inquiry a {
	color: #FFF;
}

.header__link__list--demosite::after,
.header__link__list--inquiry::after {
	display: none;
}

.aboutPackage__title__color {
	color: rgba(50,97,171,1);
}

.aboutPackage__success__title {
	background: rgba(50,97,171,1);
	color: #FFF;
}

.aboutPackage__success__title::after {
	border-left: 27px solid rgba(50,97,171,1);
}

.aboutPackage__success__dl + .aboutPackage__success__dl::before {
	color: rgba(50,97,171,1);
}

/* smartphone横(landscape) */
@media only screen and (max-width:640px) {

	.topImage {
	}

	.aboutSystem__title {
		color: rgba(255,255,255,1);
	}

	.aboutSystem__name {
		color: rgba(255,255,255,1);
	}

	.aboutSystem__fit li {
		background: rgba(0,0,0,0.7);
	}

}

.shWorks__title__more {
	background: #333;
	color: #FFF;
}

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

.sideLink__icon {
	background: rgba(98,75,61,0.1);
}

.sideLink__:after {
	background: rgba(253,232,177,0.1);
}

.sideLink--demo {
	background: rgba(50,97,171,1);
}

.sideLink--order {
	background: rgba(237,173,11,1);
}

.sideLink--qa {
	background: rgba(0,127,177,1);
}


/* トップページ パッケージの特徴
----------------------------------------------- */

.feature {
	display: flex;
	justify-content: center;
	line-height: 1.3;
}

.feature__item {
	text-align: center;
	margin: 0 25px;
	width: 250px
}

.feature__item__info {
}

.feature__item__info__title {
	padding: 20px 0 30px;
}

.feature__item__info__title__txt {
	font-size: 18px;
	position: relative;
}

.feature__item__info__title__txt:after {
	content: '';
	position: absolute;
	bottom: -13px;
	display: inline-block;
	width: 50px;
	height: 2px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: rgba(255,255,255,0.7);
	border-radius: 2px;
}

.feature__item__info__des {
	text-align: left;
	padding: 0 10px 20px;
	line-height: 1.5;
}

	/* smartphone横(landscape) */
	@media only screen and (max-width:640px) {

		.feature {
		    flex-wrap: wrap;
		}

		.feature__item {
    		width: 100%;
			margin: 0 10px;
		}

		.feature__item + .feature__item {
			text-align: center;
			margin-top: 25px;
		}

		.feature__item__info__title {
			padding: 10px 0 20px;
		}

		.feature__item__info__title__txt {
			font-size: 14px;
			font-weight: bold;
			line-height: 18px;
			padding: 0px;
		}

		.feature__item__info__title__txt:after {
			bottom: -10px;
		}

		.feature__item__info__des {
			padding: 0 0 30px;
			font-size: 12px;
		}

		.feature__item__image {
    		display: block;
    		margin: 0 0 10px;
		}

	}

.action {
	padding: 20px 0;
}

.action--center {
	text-align: center;
}

.action__button {
	display: inline-block;
	height: 40px;
	width: 200px;
	line-height: 40px;
	font-size: 14px;
	color: #FFF;
	background: rgba(68,68,68,1);
	text-align: center;
	text-decoration: none;
}

.action__button + .action__button {
	margin-left: 10px;
}

.action__button--demo {
	background: linear-gradient(to bottom, rgba(75,117,185,1), rgba(50,97,171,1));
	border: 1px solid rgba(50,97,171,1);
	box-shadow: inset -1px -1px rgba(255,255,255,0.1), inset 1px 1px rgba(255,255,255,0.1);
}

.action__button--inquiry {
	background: linear-gradient(to bottom, rgba(240,186,50,1), rgba(237,173,11,1));
	border: 1px solid rgba(237,173,11,1);
	box-shadow: inset -1px -1px rgba(255,255,255,0.1), inset 1px 1px rgba(255,255,255,0.1);
}

.action__button:hover {
	color: #FFF;
	opacity: 0.8;
}

	/* smartphone横(landscape) */
	@media only screen and (max-width:640px) {

		.action__button {
			font-size: 14px;
			font-weight: bold;
			margin-top: 10px;
		}

		.action__button + .action__button {
			margin-left: 0;
		}

	}

/* ランディングページ
----------------------------------------------- */

.landingFeatures {
	background: rgba(249,249,249,1);
	padding: 50px 0 50px;
	min-width: 1050px;
}

.landingFeatures__ {
	line-height: 1.4;
	width: 1050px;
	margin: 0 auto;
}

.landingFeatures__article {
	line-height: 2;
}

.landingFeatures__article__title {
	font-size: 24px;
	font-weight: normal;
	line-height: 1.4;
	margin: 0 0 20px;
	color: rgba(68,68,68,1);
}

.landingFeatures--main {
	position: relative;
	z-index: 1;
	background: rgba(249,249,249,1);
}

.landingFeatures--gray {
	background: rgba(136,151,178,1);
	color: #FFF;
}

.landingFeatures--gray .landingFeatures__article__title {
	color: #FFF;
}

.landingFeatures--detail + .landingFeatures--detail {
	border-top: 1px solid rgba(0,0,0,0.1);
	box-shadow: rgba(255,255,255,0.8) 0 1px 0 inset;
}

.landingFeatures--finally {
	text-align: center;
}

.landingFeatures__image {
	width: 100%;
    height: auto;
}

.landingFeatures__image__img {
	display: block;
	max-width: 100%;
	height: auto;
}

.landingFeatures--main .landingFeatures__image {
	margin: -350px 0 0 -60px;
}

.landingFeatures--main .landingFeatures__image__img {
	max-width: 110%;
}

	/* smartphone横(landscape) */
	@media only screen and (max-width:640px) {

		.landingFeatures {
			padding: 20px 10px;
			min-width: initial;
		}

		.landingFeatures__ {
			width: 100%;
		}

		.landingFeatures__article__title {
			font-size: 18px;
			margin: 0 0 10px;
		}

		.landingFeatures__image {
			padding: 20px 0;
		}

		.landingFeatures__image__img {
			height: auto;
			width: 100%;
		}

		.landingFeatures--main .landingFeatures__image__img {
			max-width: 100%;
		}

		.landingFeatures--main .landingFeatures__image {
			margin: 0;
		}

		.landingFeatures__--order1 { order: 1; }

		.landingFeatures__--order2 { order: 2; }
	}

/* 吹き出し
----------------------------------------------- */

.balloon {
	position: relative;
	display: block;
	margin: 1.5em 15px 1.5em 0;
	padding: 20px 15px;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	font-size: 16px;
	background: #FFF;
	border-radius: 5px;
}

.balloon:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #FFF;
}

.balloon p {
	margin: 0;
	padding: 0;
}

	/* smartphone横(landscape) */
	@media only screen and (max-width:640px) {

		.balloon {
			margin: 1.5em;
			font-size: 12px;
		}

		.balloon:before{
			top: 100%;
			left: 50%;
			margin-top: 0;
			margin-left: -15px;
			border: 15px solid transparent;
			border-top: 15px solid #FFF;
		}

	}
