@charset "utf-8";
/* ===============================================
	▼各CSS設定
		+ 軽技Webとは？
		+ 課題解決
		+ 導入の流れ
		+ システム構成例
		+ 動作環境

=============================================== */

/* -----------------------------------------
	▼ 軽技Webとは？
----------------------------------------- */
#mainVisual {
	background: #fff url("../images/bg_main_img_index.jpg") no-repeat center top;
	background-size: cover;
}
#mainVisual .mvImg {
	position: absolute;
	top: 0;
	right: 0;
}
/* ↓追記2015/12/03↓ */
#mainVisual #whiteBtn {
	width: 363px;
	height: 224px;
	background: url("../images/bg_main_visu_white.png") no-repeat left top;
	position: absolute;
	top: 50px;
	right: -5px;
}
#mainVisual #whiteBtn #whiteBtnWrap {
	position: relative;
	padding: 75px 180px 0 18px;
}
#mainVisual #whiteBtn #whiteBtnWrap .txt {
	font-size: 12px;
	line-height: 1.4;
}
#mainVisual #whiteBtn #whiteBtnWrap .btn {
	width: 358px;
	text-align: center;
	position: absolute;
	top: 170px;
	left: 0;
}
/* ↑追記2015/12/03↑ */
.picBox02 {
	padding-bottom: 30px;
}
.picBox02 dt {
	float: left;
	width: 272px;
}
.picBox02 dd {
	float: left;
	width: 445px;
	line-height: 1.7;
}
.userVoice {
	background-color: #fff;
	border: 1px solid #003f76;
	padding: 1px;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}
.userVoice .userVoicePad {
	background-color: #cfe9ff;
	padding: 10px 0 15px;
}
.userVoice .userVoicePad h5 {
	width: 360px;
	color: #fff;
	font-weight: bold;
	background-color: #003f76;
	margin: 0 0 0 -1px;
}
.userVoice .userVoicePad h5 span {
	display: block;
	padding: 0 21px;
}
.userVoice .userVoicePad .txt {
	padding: 15px 20px;
}
.userVoice .userVoicePad .btn {
	text-align: right;
	padding: 0 20px;
}

#movieBox {
	width: 100%;
	height: 480px;
}
#movieBox iframe {
	position: static !important;
}

.sol-rpabanner img {
	width: 100%;
	height: auto;
	display: block;
}
body:nth-of-type(1) .pageMenu a img.over {
	transition: box-shadow 0.2s ease-out;
}
body:nth-of-type(1) .pageMenu a:hover img.over {
	opacity: 1;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
	transition: box-shadow 0.2s ease-out;
}
/* -----------------------------------------
	▼ システム連携
----------------------------------------- */
.pageMenu02 li {
	padding-top: 20px;
}
.pageMenu02 li a {
	color: #222;
}
.pageMenu02 li dl {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.pageMenu02 li dl dt {
	width: 240px;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	position: relative;
}
.pageMenu02 li dl dt .lnkg-menu-txt {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
}
.pageMenu02 li dl dt .lnkg-menu-txt-box {
	position: absolute;
    top: 63.5%;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
}
.pageMenu02 li dl dd {
	background-color: #fff;
	border: 1px solid #cad7e2;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding: 20px;
}
.pageMenu02 li dl dd li {
	background: url(../images/icon_q.png) no-repeat left 8px;
	padding: 5px 0 5px 30px;
}


.softInfo li {
	float: left;
	width: 350px;
	text-align: center;
	margin-bottom: 30px;
}
.softInfo li:nth-child(2n) {
	float: right;
	width: 350px;
}
.softInfo li:last-child {
	margin-bottom: 0;
}
.softInfo li h5 {
	color: #003f76;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
}
.softInfo li h5 a {
	color: #003f76;
	text-decoration: none;
}
.softInfo li h5 a:hover {
	text-decoration: underline;
}

.box-link {
    margin-top: 10px;
	margin-bottom: 30px;
}

.box-link .box-link-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    background: #003E74;
    height: 40px;
    width: 280px;
    font-weight: 700;
    transition: opacity 0.2s ease-out;
}
/* -----------------------------------------
	▼ 課題解決
----------------------------------------- */
.sol-rpabanner a {
	display: block;
	position: relative;
	text-decoration: none;
}

.sol-rpabanner a .sol-dx-banner-body{
	font-family: 'Noto Sans JP', sans-serif;
    position: absolute;
    top: 50%;
    left: 28px;
    transform: translateY(-50%);
}
.sol-rpabanner a .sol-dx-banner-body .sol-dx-banner-body-subtitle{
	font-size: 23px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
}
.sol-rpabanner a .sol-dx-banner-body .sol-dx-banner-body-title{
	font-size: 52px;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-left: -0.5em;
    line-height: 1;
    margin-top: 0.2em;
    color: #fff;
}
.sol-rpabanner a .sol-dx-banner-body .sol-dx-banner-body-title span{
	width: 29px;
    display: flex;
}
.sol-rpabanner a .sol-dx-banner-body .sol-dx-banner-body-title span img{
	
}
.sol-rpabanner a .sol-dx-banner-message {
	position: absolute;
    bottom: 0px;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255,255,255,0.9);
    height: 38px;
    width: 160px;
    color: #000;
    font-weight: 700;
    border-radius: 3px 3px 0 0;
}
.sol-rpabanner  .sol-rpa-banner-body {
	color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    position: absolute;
    top: 50%;
    left: 45px;
    transform: translateY(-50%);
}
.sol-rpabanner  .sol-rpa-banner-body .sol-rpa-banner-body-subtitle {
	font-weight: 700;
    font-size: 22px;
}
.sol-rpabanner  .sol-rpa-banner-body .sol-rpa-banner-body-title {
	font-weight: 700;
    font-size: 36px;
    line-height: 1.3;
}
.sol-rpabanner  .sol-rpa-banner-body .sol-rpa-banner-body-title em {
	font-family: 'Open Sans', sans-serif;
    font-style: normal;
    color: #0068a5;
    text-indent: -0.5em;
    display: inline-block;
}
.sol-rpabanner  .sol-rpa-banner-message {
	position: absolute;
    right: 36px;
    bottom: 2px;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
}
@media screen and (max-width: 640px) {
	.sol-rpabanner a .sol-dx-banner-body{
		left: calc(11/375*100vw);
	}
	.sol-rpabanner a .sol-dx-banner-body .sol-dx-banner-body-subtitle {
		font-size: calc(11/375*100vw);
	}
	.sol-rpabanner a .sol-dx-banner-body .sol-dx-banner-body-title {
		font-size: calc(23/375*100vw);
	}
	.sol-rpabanner a .sol-dx-banner-body .sol-dx-banner-body-title span {
		width: calc(15/375*100vw)
	}
	.sol-rpabanner a .sol-dx-banner-message {
		font-size: calc(10/375*100vw);
		right: calc(5/375*100vw);
		width: calc(90/375*100vw);
		height: 25px;
	}
	.sol-rpabanner .sol-rpa-banner-body {
		left: calc(15/375*100vw);
	}
	.sol-rpabanner .sol-rpa-banner-body .sol-rpa-banner-body-subtitle {
		font-size: calc(12/375*100vw);
	}
	.sol-rpabanner .sol-rpa-banner-body .sol-rpa-banner-body-title {
		font-size: calc(17/375*100vw);
	}
	.sol-rpabanner .sol-rpa-banner-message {
		font-size: calc(10/375*100vw);
		right: calc(11/375*100vw);
		line-height: 1.5;
	}
}
/* -----------------------------------------
	▼ 導入の流れ
----------------------------------------- */
.flowBox {
	background-color: #fff;
	border: 1px solid #c0cad4;
	padding-bottom: 20px;
}
.flowBox .flow-gr-heading {
	color: #fff;
	font-size: 120%;
	font-weight: normal;
	text-align: center;
	background: url("../images/bg_flow_arrow.png") no-repeat center bottom;
	padding-bottom: 12px;
	margin: 0 0 10px;
}
.flowBox .flow-gr-heading span {
	display: block;
	background: #004c8f;
	padding: 10px;
}
.flowGlaf {
	width: 702px;
	padding: 10px 0;
	margin: 0 auto;
	position: relative;
}
.flowGlaf ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 5px;
}
.flowGlaf li {
	width: 220px;
	margin-right: 20px;
}
.flowGlaf li:last-child {
	margin-right: 0;
}
.flowGlaf li dt {
	color: #fff;
	font-size: 120%;
	text-align: center;
	background: url("../../common/images/bg_anser_title_box2.png") no-repeat center bottom;
	padding-bottom: 9px;
}
.flowGlaf li dt span {
	display: block;
	background: #003f76;
	padding: 10px 5px;
}
.flowGlaf li dd {
	padding: 5px 0 0;
}
.flowGlaf li dd .txt {
	padding: 0 0 20px;
}
.flowGlaf li dd .img {
	text-align: center;
}
.flowGlaf .attent {
	line-height: 1.4;
	position: absolute;
	bottom: 0;
	left: 0;
}
.flowGlaf .attent a {
	color: #222;
}
.flowGlaf .attent a:hover {
	color: #006bb2;
}
.flowBox .startBox {
	width: 702px;
	color: #fff;
	font-size: 200%;
	text-align: center;
	background-color: #0357a0;
	margin: 10px auto 0;
}
.flowBox .startBox div {
	padding: 3px;
}
.flowBox .startBox p {
	background: #003f76 url("../images/bg_startbox.png") repeat-x center center;
	border: 1px solid #fff;
	padding: 2px;
}
.flowBox .startBox p span {
	background: #003f76;
	padding: 0 10px;
}

.flow-flow01 {
	padding: 20px 20px 0;
}
.flow-flow01 .flow-flow01-item {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    color: #fff;
    background: #004c8f;
    position: relative;
    font-size: 18px;
	margin-bottom: 20px;
}
.flow-flow01 .flow-flow01-item:nth-child(2) {
	background-color: #005b9d;
}
.flow-flow01 .flow-flow01-item:nth-child(3) {
	background-color: #0067b2;
}
.flow-flow01 .flow-flow01-item::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 20px 0 20px;
	border-color: #004c8f transparent transparent transparent;
	bottom: -12px;
	left: 50%;
	transform: translateX(-50%);
}
.flow-flow01 .flow-flow01-item:nth-child(2)::after {
	border-color: #005b9d transparent transparent transparent;
}
.flow-flow01 .flow-flow01-item:nth-child(3)::after {
	border-color: #0067b2 transparent transparent transparent;
}
.flow-flow01 .flow-flow01-item .flow-flow-inner {
}

.flow-flow02 {
	
}
.flow-flow02 .flow-flow01-item {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    color: #fff;
    background: #004c8f;
    position: relative;
    font-size: 16px;
	margin-bottom: 20px;
	box-sizing: border-box;
	z-index: 3;
}
.flow-flow02 .flow-flow01-item:nth-child(2) {
	background-color: #005b9d;
	z-index: 2;
}
.flow-flow02 .flow-flow01-item:nth-child(3) {
	background-color: #0067b2;
	z-index: 1;
}
.flow-flow02 .flow-flow01-item:nth-child(4) {
	background-color: #0067b2;
	z-index: 1;
}
.flow-flow02 .flow-flow01-item.flow-traning {
	color: #004c8f;
	background-color: #fff;
	z-index: 0;
	border:  2px dotted #004c8f;
}
.flow-flow02 .flow-flow01-item::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 110px 0 110px;
	border-color: #004c8f transparent transparent transparent;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
}

.flow-flow02 .flow-flow01-item:nth-child(2)::after {
	border-color: #005b9d transparent transparent transparent;
}
.flow-flow02 .flow-flow01-item:nth-child(3)::after {
	border-color: #0067b2 transparent transparent transparent;
}
.flow-flow02 .flow-flow01-item.flow-flow01-item.flow-traning::after {
	bottom: -25px;
	border-width: 20px 60px 0 60px;
}
.flow-flow02 .flow-flow01-item .flow-flow-inner {
}
@media screen and (max-width: 640px) {
	.flowGlaf li dt {
		font-size: calc(26/750*100vw);
	}
	.flowGlaf li dd .txt {
		font-size: calc(24/750*100vw);
	}
	.flow-flow02 .flow-flow01-item {
		font-size: calc(26/750*100vw);
		margin-bottom: 5vw;
		height: auto;
		padding: 5px;
	}
	.flow-flow02 .flow-flow01-item.flow-flow01-item.flow-traning::after,
	.flow-flow02 .flow-flow01-item::after {
		border-width: 5vw 10vw 0 10vw;
		bottom: -5vw;
	}
}
/* -----------------------------------------
	▼ システム構成例
----------------------------------------- */
#systemServer dl {
	width: 360px;
	height: 644px;
}
#systemServer dl.boxL {
	float: left;
}
#systemServer dl.boxR {
	float: right;
}
#systemServer dl dt {
	height: 60px;
	color: #fff;
	font-size: 120%;
	text-align: center;
	background-color: #005fb7;
	overflow: hidden;
}
#systemServer dl dt span {
	display: block;
}
#systemServer dl dt span.line1 {
	line-height: 60px;
}
#systemServer dl dt span.line2 {
	line-height: 1.4;
	padding-top: 8px;
}
#systemServer dl dd {
	width: 340px;
	margin: 0 auto;
}
#systemServer dl dd p.txt {
	height: 79px;
}
#systemServer dl dd p.txt span {
	display: block;
	padding-top: 13px;
}
#systemServer dl dd p.img {
	padding-bottom: 20px;
}
#systemServer dl dd dl {
	width: auto;
	height: auto;
	border: 1px solid #003f76;
}
#systemServer dl dd dl dt {
	height: auto;
	color: #003f76;
	font-size: 110%;
	text-align: center;
	background-color: #ddebf7;
	border: 1px solid #fff;
	padding: 11px 0;
}
#systemServer dl dd dl dd {
	width: auto;
	font-size: 110%;
	text-align: center;
	background-color: #fff;
	padding: 11px 0;
}

.tableStyle01 tbody th {
	width: 38%;
}
.tableStyle01 tbody td {
	width: 62%;
}
/* ===============================================
	▼レスポンシブル用　解像度640以下ＣＳＳ
=============================================== */
@media screen and (max-width: 640px) {


/* -----------------------------------------
	▼ 軽技Webとは？
----------------------------------------- */
/* 	#mainVisual {
	background: none;
} */
	#mainVisual .inner {
		width: 100%;
	}
	#mainVisual .mvImg {
		display: none;
	}
	.picBox02 dt {
		float: left;
		width: 30%;
	}
	.picBox02 dd {
		float: right;
		width: 65%;
		line-height: 1.7;
	}

	.userVoice .userVoicePad h5 {
		width: 90%;
	}

	#movieBox {
		position: relative;
		width: 100%;
		height: auto;
		padding-top: 56.25%;
	}
	#movieBox iframe {
		position: absolute !important;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}

	h2#spTtl {
		overflow: hidden;
	}
	h2#spTtl span {
		display: block;
		margin-right: -30%;
		margin-left: -30%;
	}

/* -----------------------------------------
	▼ システム連携
----------------------------------------- */
	.pageMenu02 li dl {
		display: block;
		width: auto;
		background-color: #fff;
		border: 1px solid #cad7e2;
		padding: 20px;
	}
	.pageMenu02 li dl dt {
		display: block;
		width: auto;
		text-align: center;
	}
	.pageMenu02 li dl dd {
		display: block;
		border: none;
		padding: 20px 0 0;
	}
	.softInfo li {
		float: none;
		width: 100%;
		margin-bottom: 20px !important;
	}
	.softInfo li:nth-child(2n) {
		float: none;
		width: 100%;
	}
	.softInfo li:last-child {
		margin-bottom: 0 !important;
	}

	.box-link .box-link-btn {
		width: 200px;
		font-size: 12px;
	}

/* -----------------------------------------
	▼ 導入の流れ
----------------------------------------- */
	.flowBox {
		overflow: hidden;
	}
	.flowGlaf {
		width: 94%;
		margin: 0 auto;
	}
	.flowGlaf li {
		float: none;
		width: 100%;
		padding-bottom: 20px;
		margin: 0;
	}
	.flowGlaf li:last-child {
		padding-bottom: 0;
	}
	.flowGlaf li dd .img {
		padding-bottom: 20px;
	}
	.flowGlaf .attent {
		line-height: 1.4;
		position: relative;
	}
	.flowBox .startBox {
		width: 94%;
		font-size: 160%;
		margin: 10px auto 0;
	}

/* -----------------------------------------
	▼ システム構成例
----------------------------------------- */
	#systemServer dl {
		width: auto;
		height: auto;
		padding-bottom: 20px;
	}
	#systemServer dl.boxL {
		float: none;
	}
	#systemServer dl.boxR {
		float: none;
	}
	#systemServer dl dt {
		height: auto;
		color: #fff;
		font-size: 120%;
		text-align: center;
		background-color: #005fb7;
		overflow: hidden;
	}
	#systemServer dl dt span {
		display: block;
		padding: 10px;
	}
	#systemServer dl dt span.line1 {
		line-height: 1.4;
	}
	#systemServer dl dt span.line2 {
		line-height: 1.4;
		padding-top: 10px;
	}
	#systemServer dl dd {
		width: 100%;
		margin: 0 auto;
	}
	#systemServer dl dd p.txt {
		height: auto;
		padding-bottom: 20px;
	}
	#systemServer dl dd p.img {
		text-align: center;
		padding-bottom: 20px;
	}
	#systemServer dl dd dl {
		padding: 0;
	}

}

.spec-small {
	font-size: 0.8em;
}