@charset "utf-8";
.main {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	margin-top: 30px;
}
.keyvisual {
	background-image: url("/_img/demo/top_img.png"),url("/_img/demo/top_bg.png");
	background-repeat: no-repeat,repeat-x;
	background-position: center,bottom;
	height: 470px;
}
.keyvisual__contentWrap {
	width: 800px;
	margin: auto;
	text-align: right;
	padding: 20px;
	box-sizing: border-box;
}
.keyvisual__content {
	display: inline-block;
	width: 347px;
	text-align: left;
}
.keyvisual__ttl {
	font-size: 32px;
	font-weight: normal;
	line-height: 1.8;
	margin: 35px 0 20px;
}
.keyvisual__ttl__s {
	font-size: 22px;
}
.keyvisual__content .btnWrap {
	width: 300px;
	margin: 30px auto;
}
.btnWrap {
	margin: 40px auto;
	text-align: center;
	width: 380px;
	position: relative;
}
.btnWrap + .btnWrap {
	margin-top: 55px;
}
.keyvisual__content .btnCaption {
	font-size: 14px;
}
.btn--demoEntry,.btn--demoLogin {
	margin-top: 3px;
	font-size: 24px;
	line-height: 50px;
	color: #fff !important;
	text-decoration: none !important;
	display: inline-block;
	width: 100%;
	height: 50px;
	background-color: #ffa200;
	margin: auto;
	box-shadow: 0 4px #cc8100;
}
.btn--demoEntry:hover,.btn--demoLogin:hover {
	opacity: 0.7;
}
.btn--demoLogin {
	background-color: #0273a3;
	box-shadow: 0 4px #014f70;
}
.keyvisual__textLink {
	font-size: 12px;
	margin: 10px 0 0;
}
.textTransition:after {
	content: "＞";
	margin-left: 7px;
}
.section {
	width: 800px;
	margin: 120px auto 60px;
	text-align: center;
}
.section__ttl {
	font-size: 45px;
	line-height: 1;
	margin-bottom: 40px;
	font-weight: normal;
}
.section__contents {
	margin-top: 40px;
	padding: 0 20px;
	box-sizing: border-box;
}
.boxList {
	margin: 0;
}
.boxList > li {
	list-style: none;
	border: 2px solid #aaa;
	padding: 20px;
	text-align: left;
	display: table;
	width: 100%;
	box-sizing: border-box;
}
.boxList > li + li {
	margin: 20px 0;
}
.boxList__toolTtl {
	margin-bottom: 20px;
	font-size: 24px;
}
.boxList__toolTtl__label {
	background-color: #0273a3;
	padding: 6px 20px;
	line-height: 1;
	font-size: 18px;
	color: #fff;
	vertical-align: middle;
}
.boxList__toolTtl__system {
	margin-left: 20px;
	font-size: 28px;
	color: #aaa;
	vertical-align: middle;
}
.boxList__toolTtl__name,
.campaign__ttl {
	font-size: 40px;
	line-height: 1;
	margin: 0;
	margin-top: 10px;
}
.boxList__toolTtl__name img {
	width: auto;
	margin-left: 20px;
	vertical-align: top;
}
.boxList__description {
	margin: 20px 0;
	font-size: 24px;
}
.boxList__toolDetailWrap {
	margin-top: 20px;
	display: table;
	width: 100%;
}
.boxList__tool {
	display: table-cell;
	width: 380px;
	text-align: center;
	vertical-align: top;
}
.boxList__tool img {
	width: 100%;
}
.boxList__linkList {
	margin: 5px auto 0;
	display: inline-block;
	overflow: hidden;
}
.boxList__linkList > li {
	float: left;
	font-size: 14px;
	list-style: none;
}
.boxList__linkList > li + li {
	margin: 0 0 0 20px;
}
.boxList__toolDetail {
	display: table-cell;
	vertical-align: top;
	margin: 0;
}
.boxList__toolDetail > li {
	list-style: none;
	position: relative;
	font-size: 16px;
	line-height: 1.5;
	padding-left: 30px;
}
.boxList__toolDetail > li:before {
	position: absolute;
	left: -10px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 30px;
	content: url("/_img/demo/icon_list.png");
}
.boxList__toolDetail > li + li {
	margin-top: 20px;
}
.boxList__storeList {
	margin: 0;
	margin-top: 20px;
	overflow: hidden;
}
.boxList__storeList > li {
	list-style: none;
	float: left;
}
.boxList__storeList > li + li {
	margin-left: 60px;
}
.storeList__qa {
	margin-left: 20px;
}
.boxList__content {
	display: table-cell;
	vertical-align: top;
	padding-right: 10px;
}
.boxList__img {
	display: table-cell;
	vertical-align: top;
	width: 240px;
}
.boxList__serviceTtl {
	font-size: 24px;
	color: #014f70;
	margin: 0;
	font-weight: normal;
}
.boxList__img img {
	width: 100%;
}
.boxList__serviceDescription {
	font-size: 14px;
	line-height: 1.8;
	margin: 20px 0 0 0;
}
.btnCaption {
	font-size: 18px;
	line-height: 1;
	margin: 0 0 5px;
}
.qaList {
	margin: 0 auto 40px;
	text-align: left;
	padding: 0 20px;
}
.qaList > li {
	padding-left: 40px;
	list-style: none;
}
.qaList > li + li {
	margin: 25px 0 0;;
}
.qaList__ques {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0;
}
.qaList__ques:before {
	position: absolute;
	top: 0;
	left: -40px;
	content: url("/_img/demo/icon_q.png");
}
.qaList__ans {
	font-size: 14px;
	line-height: 1.5;
	margin: 10px 0 0;
}
.notes--aster {
	position: relative;
	margin: 10px 0 0;
	color: #ff0000;
	font-size: 14px;
	padding-left: 14px;
}
.notes--aster:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "※";
}
.section__ttl--line {
	font-size: 32px;
	line-height: 1;
	font-weight: normal;
	margin: 0;
	position: relative;
}
.section__ttl--line:after {
	border-top: 1px solid #000;
	content: "";
	position: absolute;
	width: 100%;
	top: 16px;
	left: 0;
	z-index: 1;
}
.section__ttl__txt {
	background-color: #fff;
	padding: 0 60px;
	position: relative;
	z-index: 2;
}
.textlist {
	margin: 20px 0 0;
	text-align: left;
	padding: 0 20px;
	font-size: 14px;
	line-height: 1.5;
}
.textlist > li {
	list-style: none;
}
.textlist > li + li {
	margin-top: 10px;
}
.notes--midpoint {
	position: relative;
	padding-left: 16px;
}
.notes--midpoint:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "・";
}
.hoverActionWrap:hover .hoverContent,.hoverActionWrap.on .hoverContent {
	opacity: 100;
	visibility: visible;
}
.hoverContent {
	background-image: url(/_img/demo/balloon_bg.png);
	background-repeat: no-repeat;
	position: absolute;
	top: -157px;
	left: -256px;
	background-size: 100%;
	width: 575px;
	height: 180px;
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	transition: ease-in 0.3s;
}
.hoverContent__btnList {
	display: table;
	table-layout: fixed;
	width: 100%;
	padding: 20px 15px;
	box-sizing: border-box;
	margin: 0;
}
.hoverContent__btnList > li {
	display: table-cell;
	list-style: none;
	padding: 0 12px;
	text-align: left;
}
.hoverContent__btnList .btn--demoLogin {
	margin-top: 10px;
	text-align: center;
	height: 45px;
	line-height: 45px;
}
.hoverContent__label {
	font-size: 13px;
	line-height: 1;
	margin-bottom: 3px;
	display: inline-block;
}
.hoverContent__name {
	font-size: 16px;
	font-weight: bold;
}

.campaign__contents {
	box-sizing: border-box;
	margin: 40px auto 0;
	padding: 50px 20px;
	width: 760px;
	height: 670px;
	background-image: url(/_img/demo/campaign_frame.png);
	background-repeat: no-repeat;
}

.campaign__ttl {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 38px;
	font-family: メイリオ, Meiryo,"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
}

.btn--campaign {
	margin: 20px auto 0;
	box-sizing: border-box;
}

.btn--campaign > a {
	display: block;
	padding: 20px 110px;
	position: relative;
	height: 100%;
	font-size: 28px;
	font-family: メイリオ, Meiryo,"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	color: #fff !important;
	background-color: #8bc501;
	border-radius: 80px;
}

.btn--campaign > a::after {
	display: block;
	position: absolute;
	top: 25px;
	right: 50px;
	width: 16px;
	height: 23px;
	background-image: url(/_img/demo/arrow.png);
	background-repeat: no-repeat;
	content: "";
}

.btn--campaign > a:hover {
	opacity: 0.7;
	text-decoration: none !important;
}

