@charset "utf-8";
/* リセット
------------------------------------- */
* {
	margin:0;
	padding:0;
	box-sizing:border-box;
}
table {border-spacing:0; border-collapse:collapse;}
* html table {border-collapse:collapse;}
*:first-child+html table {border-collapse:collapse;}
caption,th {text-align:left; font-weight:normal;}
table,th,td,img {border:0;}
img,input {vertical-align:middle;}
q:before,q:after {content:'';}
ul {list-style: none;}
hr,
legend,
caption {display:none;}
img {border:0; vertical-align:bottom;}
a:focus { outline:none;}
h1,h2,h3,h4,h5,h6 {font-size:14px; line-height:1; font-weight:normal;}
/* aタグ設定
------------------------------------- */
a {
	color:#000;
	text-decoration:none;
}
/* 基本設定
------------------------------------- */
html { font-size: 62.5%; } 
body {
	-webkit-text-size-adjust: 100%;
	font-size: 1.4rem;/* =14px */
	font-family:YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#282828;
}
#wrapper {
	overflow:hidden;
}
.enTxt {
	font-family: -apple-system, 'BlinkMacSystemFont', 'Roboto',YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img {
	width:100%;
	height:auto;
}
.layout {
	max-width:980px;
	margin:0 auto;
	position: relative;
}
.btnObj a {
	font-size:18px;
	line-height:1;
	width:260px;
	height:70px;
	display:flex;
	justify-content: center;
	align-items: center;
	border:1px solid #282828;
	background:#282828;
	text-align:center;
	margin:0 auto 0;
	color:#fff;
}
.mb0 {
	margin-bottom:0!important;
}
header {
	background:rgba(40,40,40,0);
	padding:50px 0 35px;
	width:100%;
	position:fixed;
	z-index:10000;
	top:-181px;
}
header.active {
	padding:30px 0 35px;
	background:rgba(40,40,40,1);
}
header a {
	color:#fff;
}
header .logo {
	width:190px;
	margin-right:4.5%;
	float:left;
}
header.active .logo {
	width:160px;
}
header nav {
	float:left;
	margin-top: 19px;
	margin-bottom:10px;
}
header nav li {
	display:inline-block;
	padding-right:25px;
	font-size:18px;
	letter-spacing:2px;
}
header nav li:last-child {
	padding-right:0;
}
header .rightBox {
	float:right;
	width:312px;
	margin-top: 20px;
}
header .logoKingJim {
	width:135px;
	float:right;
}
header .info a {
	font-size:12px;
	border:1px solid #fff;
	line-height:12px;
	display:inline-block;
	height:21px;
	border-radius:20px;
	padding:4px 8px 2px;
	font-weight:bold;
	font-family:'Noto Sans JP', YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing:-1px;
	float:left;
}
.gNavList a {
	display:block;
}

.pageTop {
	width:60px;
	position:fixed;
	bottom:40px;
	right:40px;
}

footer {
	text-align:center;
}
footer .socialList {
	padding:80px 0 20px;
}
.low footer .socialList {
	padding-top:120px;
}
footer .socialList li {
	display:inline-block;
	margin:0 9px;
}

footer .socialList li:first-child img {
	width:23px;
	padding-top:1px;
	height:20px;
}
footer .socialList li:last-child img {
	width:11px;
	height:21px;
}
footer .grayBg {
	background:#e2e2e2;
	padding:40px 0;
}
footer .fNavList {
	font-size:0;
}
footer .fNavList li {
	display:inline-block;
	font-size:16px;
	position:relative;
	line-height:1;
	letter-spacing:2px;
}
footer .fNavList li a {
	padding:0 32px;
	display:block;
}
footer .fNavList li:before {
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:-10px;
	width:1px;
	height:33px;
	background:#5a5a5a;
}
footer .fNavList li:first-child:before {
	display:none;
}
footer .logo {
	width:130px;
	margin:40px auto 25px;
}
footer .copyright {
	font-size:11px;
}

/* top
------------------------------------- */
#topMainArea {
	position:relative;
	background: url("../img/top_main.jpg") center center no-repeat;
	background-size: cover;
	height: 719px;
	color: #fff;
}
#topMainArea .mainLead {
	width:404px;
	padding:232px 0 0 91px;
	box-sizing:content-box;
}
#topMainArea .topInfoArea {
	margin-top: 272px;
}
#topMainArea .appliBox {
	padding:0 0 0 100px;
	background:url(../img/logo_linktime.png) 0 0 no-repeat;
	background-size:80px 80px;
	min-height:80px;
	z-index:2;
}
#topMainArea .appliBox .txt {
	font-size:20px;
	height:34px;
	padding-top:0;
}
#topMainArea .appliBox .cap {
	margin-top:5px;
	text-shadow:0 0 3px rgba(0,0,0,1);
}
#topMainArea .appliBox .appList li {
	width:145px;
	float:left;
	margin-right:7px;
}
#topMainArea .appliBox .appList li:last-child {
	margin-right:0;
}
#topMainArea .appliBox .appList li img {
	border:1px solid #a3a3a3;
	border-radius:6px;
	background:#000;
}
.mainCapArea {
	max-width:980px;
	margin:0 auto;
	position:relative;
}
.mainCapArea .arrow {
	width:27px;
	margin:0 auto;
	padding:33px 0 82px;
}
.mainCapArea .day {
	font-size:18px;
	position:absolute;
	top:18px;
	right:0;
}
#movieArea {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#movieArea iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#topInfoArea {
	background: url("../img/top_info_bg01.jpg") center center no-repeat;
	background-size: cover;
	color: #fff;
	margin:40px 0 70px;
}
#topInfoArea .layout {
	height: 56vw;
}
#topInfoArea .ttl {
	font-size: 37px;
	line-height: 1.35;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 83px 0 10px 0;
}
#topInfoArea .txt {
	font-size: 18px;
	line-height: 1.444;
	width: 315px;
	text-align: justify;
}
#topInfoArea .img {
	width: 121px;
	position: absolute;
	right: 0;
	bottom:40px;
}
.pointBox {
	display:flex;
}
.pointBox:nth-of-type(odd) {
	flex-direction:row-reverse;
}
.pointBox .imgBox,
.pointBox .txtBox {
	width:50%;
}
.pointBox .txtBox {
	display:flex;
	align-items:center;
	background:#e6e6e6;
}
.pointBox .txtBox .innerBox{
	width:490px;
}
.pointBox:nth-of-type(odd) .txtBox {
	flex-direction:row-reverse;
}
.pointBox:nth-of-type(even) .txtBox {
	padding-left:115px;
}
.pointBox .txtBox .ttl {
	font-size:27px;
	line-height:1.26;
	font-weight:bold;
	margin-bottom:15px;
}
.pointBox .txtBox .txt {
	width:345px;
	font-size:18px;
	line-height:1.23;
	text-align:justify;
}
.pointBox .txtBox .cap {
	width:345px;
	font-size:12px;
	line-height:1.333;
	margin-top:10px;
}
.pointBox .txtBox .appTtl {
	width:345px;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #282828;
	margin-top:20px;
	margin-bottom:10px;
	padding-bottom:2px;
}
.pointBox .txtBox .appImg {
	width:345px;
}
.pointBox .txtBox .linkTxt {
	width:345px;
	font-size:12px;
	letter-spacing:1.1px;
	font-weight:bold;
	text-align:right;
	margin-top:5px;
}
.pointBox .txtBox .linkTxt sub {
	font-size:13px;
}
#topPointArea .btnObj {
	margin-top:70px;
}
#specArea {
	padding-top:125px;
}
#specArea h2 {
	font-size:38px;
	font-weight:bold;
	text-align:center;
	letter-spacing:1px;
}
#specArea .titleCap,
#functionArea02 h2 {
	font-size:22px;
	font-weight:bold;
	text-align:center;
	position:relative;
	margin-top:53px;
	padding-bottom:8px;
	line-height:inherit;
}
.titleCap:before {
	content:"";
	display:block;
	width:20px;
	height:2px;
	background:#282828;
	position:absolute;
	left:50%;
	bottom:0;
	transform:translateX(-50%);
}
#specArea .specImg01 {
	width:880px;
	margin:55px auto 97px;
}
#specArea .specImg02 {
	width:880px;
	margin:0 auto 100px;
}
#specArea .specImg02 .cap {
	margin-top:50px;
}
#specArea .capTableArea table {
	width:880px;
	margin:0 auto;
	font-size:16px;
}
#specArea .capTableArea table th,
#specArea .capTableArea table td {
	border:1px solid #bbb7b7;
	padding-top:2px;
	letter-spacing:-0.8px;
	vertical-align:top;
}
#specArea .capTableArea table th {
	border-left:none;
	width:187px;
}
#specArea .capTableArea table td {
	border-right:none;
	padding-left:32px;
	padding-right:10px;
}
.capTableArea .cap {
	margin:10px auto 0;
	width:880px;
}

.collaboArea h2 {
	font-size:28px;
	font-weight:bold;
	text-align:center;
}
.collaboArea {
	margin-top:100px;
}
.collaboArea .img {
	width:29.7%;
	float:left;
}
.collaboArea .txtBox {
	width:64.7%;
	padding:20px 63px 0;
	float:left;
}
.collaboArea .txtBox .logo {
	width:115px;
	margin:30px auto 40px;
}
.collaboArea .txtBox .txt {
	font-size:16px;
	line-height:1.625;
	text-align: center;
}
.collaboArea .appList {
	font-size:0;
	margin:26px 0 20px;
}
.collaboArea .appList li {
	width:calc((100% - 13px) / 2);
	float:left;
	margin:0 auto;
}
.collaboArea .appList li:nth-of-type(2) {
	float:right;
}
.collaboArea .capTxt {
	text-align:center;
	font-size:14px;
	line-height:1;
	margin-bottom:54px;
}
.collaboArea .capTxt a {
	text-decoration:underline;
}
.collaboArea .ttl02 {
	text-align:center;
	font-size:20px;
	margin-bottom:15px;
}
.collaboArea .collaboCap {
	font-size:10px;
}

/* low
------------------------------------- */
.low #contents {
	padding-top:124px;
} 
.low h1 {
	text-align:center;
}
.low h1 img {
	width:auto;
	height:27px;
	padding:65px 0 50px;
	box-sizing:content-box;
}
.low .titleCap {
	font-size:20px;
	text-align:center;
	padding:17px 0 70px;
}

/* pageFunction
------------------------------------- */
#functionArea01 .txtBox {
	background:url(../img/function_icon01.png) 31px 9px no-repeat;
	background-size:88px auto;
	padding-left:165px;
	margin-bottom:55px;
}
#functionArea01 h2 {
	font-size:2.4rem;
	font-weight:bold;
	padding:20px 0 13px;
}
#functionArea01 .txt {
	font-size:1.6rem;
}
#functionArea02 .functionList {
	display:flex;
	justify-content:space-between;
	margin-top:35px;
	margin-bottom:85px;
}
#functionArea02 .functionList li {
	width:18%;
	background:url(../img/function_icon02.png) center 0 no-repeat;
	background-size:79px auto;
	padding-top:115px;
}
#functionArea02 .functionList li:nth-of-type(2) {
	background-image:url(../img/function_icon03.png);
}
#functionArea02 .functionList li:nth-of-type(3) {
	background-image:url(../img/function_icon04.png);
}
#functionArea02 .functionList li:nth-of-type(4) {
	background-image:url(../img/function_icon05.png);
}
#functionArea02 .functionList li:nth-of-type(5) {
	background-image:url(../img/function_icon06.png);
}
#functionArea02 .functionList li .ttl {
	font-size:2.0rem;
	font-weight:bold;
	line-height:1.3;
}
#functionArea02 .functionList li .txt {
	line-height:1.5;
	margin-top:10px;
}

/* pageHowtouse
------------------------------------- */
#pageHowtouse .mainImg {
	background:url(../img/houtouse_mainimg.jpg) center center no-repeat;
	background-size:cover;
	width:100%;
	height:500px;
	margin-bottom:75px;
}
.howtoList {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.howtoList > li {
	width:43.75%;
	line-height:1.5;
	text-align:justify;
	margin-bottom:75px;
}
.howtoList > li .ttl {
	background:#282828;
	color:#fff;
	font-size:1.6rem;
	font-weight:bold;
	text-align:center;
	line-height:1;
	display:flex;
	align-items:center;
	justify-content:center;
	height:32px;
	
}
.howtoList > li .ttl:before,
.howtoList > li .ttl:after {
	content:"";
	display:inline-block;
	width:8px;
	height:8px;
	border-radius:4px;
	background:#fff;
	position:relative;
	top:-2px;
}
.howtoList > li .ttl:before {
	margin-right:10px;
}
.howtoList > li .ttl:after {
	margin-left:10px;
}
.memoTxt .iconMemo {
	background:#282828;
	line-height:1;
	padding:0;
	display:inline-block;
	color:#fff;
	padding:4px 12px 3px;
	margin:23px 0 6px;
	border-radius:11px;
}
.howtoList > li:nth-of-type(4) ol li {
	margin-top:25px;
	list-style:none;
}
.howtoList > li:nth-of-type(4) ol li:nth-of-type(1) img {
	margin-top:-5px;
}
.howtoList > li:nth-of-type(4) ol li:nth-of-type(2) {
	margin-top:15px;
}
.howtoList > li:nth-of-type(4) ol li:nth-of-type(2) img {
	margin-top:10px;
}
.leadArea {
	margin-top:25px;
}
.leadArea .ttl {
	font-size:1.8rem;
	font-weight:bold;
	position:relative;
	margin-bottom:20px;
}
.leadArea .ttl:before {
	content:"";
	display:block;
	width:100%;
	height:1px;
	position:absolute;
	top:50%;
	left:0;
	background:#282828;
}
.leadArea .ttl span {
	display:inline-block;
	background:#fff;
	padding-right:15px;
	position:relative;
	z-index:2;
}
.leadArea .txtBox {
	display:flex;
	justify-content:space-between;
}
.leadArea .txtBox .txtTtl {
	margin-bottom:0.3em;
}
.leadArea .txtBox .rightBox {
	width:50%;
}
.leadArea .txtBox .rightBox ul li {
	text-indent:-1em;
	margin-left:1em;
}

/* clearfix
------------------------------------- */
.clearfix:after,
.appList:after,
.layout:after{
	content : '';
	display : block;
	clear : both;
	height: 0;
}

/* レスポンシブ設定
------------------------------------- */
@media screen and (min-width:751px){
	.sp,.spInline,.fixLogo {
		display:none;
	}
	a:hover,
	.slideNav span:hover {
		opacity:0.5;
		filter: alpha(opacity=50);
		-ms-filter: "alpha(opacity=50)";
		-moz-opacity:0.5;
		-khtml-opacity: 0.5;
		zoom:1;
		cursor:pointer;
	}
	.btnObj a:hover {
		background:#fff;
		color:#282828;
		opacity:1;
		transition-property: all;
	}
	a {
		transition-property: all;
		transition-duration: 0.3s;
		transition-timing-function: ease;
		transition-delay: 0s;
	}
}
@media screen and (max-width:750px){
	.pc,.pcInline {
		display:none;
	}
	
/* ハンバーガーメニュー
------------------------------------- */
	header {
		display:none!important;
		background:#fff;
		width:100%;
		height:100%;
		position:fixed;
		top:0;
		left:0;
		opacity:100!important;
	}
	.btnHamburger {
		position: fixed;
		top: 20px;
		right: 28px;
		width: 20px; /* クリックエリアの横幅*/
		height: 20px; /* クリックエリアの高さ*/
		cursor: pointer;
		z-index:10001;
		background:none;
	}
	.btnHamburger .line {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 20px; /* 横幅 */
		height: 2px; /* 1本辺りの高さ */
		background: #fff; /* 線の色 */
		/* 適用するプロパティ、変化する時間、変化する速度 */
	-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	.btnHamburger.is-active.blk .line{
		background:#fff;
	}	
	.btnHamburger.is-active .line{
		background:#fff;
	}	
	.btnHamburger.blk  .line{
		background: #f00;
	}
	.btnHamburger .line_01 {
		top: 4px;
		left:0px;
	}
	.btnHamburger .line_02 {
		top: 11px;
		left:0;
	}
	.btnHamburger .line_03 {
		top: 18px;
		left:0;
	}
	.btnHamburger.is-active .line_01 {
		top: 11px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.btnHamburger.is-active .line_02 {
		opacity: 0;
	}
	.btnHamburger.is-active .line_03 {
		top: 11px;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.mnuspopen{
		display:block!important;
		opacity:1!important;
	}

	header {
		padding:30px 28px 0!important;
		background:rgba(40,40,40,1)!important;;
	}
	header .layout {
		position: static;
	}
	header.active {
		padding:30px 28px 0;
	}
	header .logo {
		width:140px!important;
		margin-right:0;
		margin-bottom:23px;
		float:none;
	}
	header.active .logo {
		width:140px!important;
		margin-bottom:24px;
	}
	header nav {
		float:none;
	}
	header nav li {
		display:block;
		padding-right:0;
		font-size:20px;
		letter-spacing:2px;
		border-bottom:1px solid #939393;
	}
	header nav li:first-child {
		border-top:1px solid #939393;
	}
	header .rightBox {
		float:none;
		width:auto;
	}
	header .info a {
		font-size:12px;
		border:1px solid #fff;
		line-height:1;
		display:block;
		height:auto;
		border-radius:20px;
		padding:8px 16px;
		font-weight:bold;
		font-family:'Noto Sans JP', YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		letter-spacing:normal;
		float:none;
		margin:20px auto 0;
		text-align:center;
	}
	header .logoKingJim {
		width:103px;
		float:none;
		position:absolute;
		bottom:27px;
		left:50%;
		transform:translateX(-50%);
	}
	.gNavList a {
		display:block;
		padding:25px 0;
		background:url(../img/icon_hum_arrow.gif) right center no-repeat;
		background-size:9px auto;
	}
	.pageTop {
		width:30px;
		position:fixed;
		bottom:14px;
		right:14px;
	}
	.btnObj a {
		font-size:14px;
		width:200px;
		height:55px;
	}
	.fixLogo {
		background:#fff;
		width:100%;
		height:70px;
		position:fixed;
		top:0;
		left:0;
		z-index:9999;
	}
	.fixLogo img {
		width:90px;
		margin:16px 0 0 28px;
	}


	footer .socialList {
		padding:65px 0 30px;
	}
	.low footer .socialList {
		padding-top:105px;
	}
	footer .grayBg {
		padding:30px 0;
	}
	footer .fNavList li {
		display:inline-block;
		font-size:14px;
		position:relative;
		line-height:1;
	}
	footer .fNavList li a {
		width:100%;
		display:block;
		padding-left:9px;
		padding-right:9px;
	}
	footer .fNavList li:first-child a {
		padding-left:0;
	}
	footer .fNavList li:last-child a {
		padding-right:0;
	}
	footer .logo {
		width:102px;
		margin:30px auto 15px;
	}
	footer .copyright {
		font-size:10px;
	}

/* top
------------------------------------- */
	#topMainArea {
		background: none;
		height: auto;
		color: #282828;
		margin-bottom:40px;
	}
	#topMainArea .mainLead {
		width:40%;
		top:29.3333vw;
		left:28px;
		padding:0;
		position:absolute;
	}
	#topMainArea .topInfoArea {
		position:static;
		bottom:0;
		left:0;
		margin-top: 0;
	}
	#topMainArea .appliBox {
		padding:0 0 0 24vw;
		background:url(../img/logo_info.png) 0 0 no-repeat;
		background-size:20vw 20vw;
		min-height:20vw;
		width:calc(100% - 52px);
		margin:0 auto;
	}
	#topMainArea .appliBox .txt {
		font-size:5.066666vw;
		line-height:1;
		padding-top:1.3vw;
	}
	#topMainArea .appliBox .cap {
		margin-top:5px;
		text-shadow:none;
		position:absolute;
		bottom:-2em;
		font-size:2.7vw;
	}
	#topMainArea .appliBox .appList {
		position:absolute;
		bottom:0;
		width:calc(100% - 24vw - 52px);
	}
	#topMainArea .appliBox .appList li {
		width:calc((100% - 7px) / 2);
		float:left;
		margin-right:7px;
	}
	#topMainArea .appliBox .appList li:last-child {
		margin-right:0;
	}
	#topMainArea .day {
		text-align:right;
		margin-right:26px;
		font-size:1.3rem;
		margin-top:5px;
		margin-bottom:20px;
	}

	#topInfoArea {
		background: url("../img/top_info_bg01_sp.jpg") center center no-repeat;
		background-size: cover;
		color: #fff;
		margin:40px 0 0;
	}
	#topInfoArea .layout {
		height: 240vw;
		max-width:inherit;
	}
	#topInfoArea .ttl {
		font-size: 28px;
		padding: 35px 0 0 25px;
	}
	#topInfoArea .txt {
		font-size: 18px;
		width: 100%;
		padding:0 25px;
		margin-top:0.6em;
	}
	.pointBox {
		display:block;
	}
	.pointBox .imgBox,
	.pointBox .txtBox {
		width:100%;
	}
	.pointBox .txtBox {
		display:block;
		padding:20px 27px 25px;
		width:100%;
	}
	.pointBox .txtBox .innerBox{
		width:100%;
	}
	.pointBox:nth-of-type(even) .txtBox {
		padding-left: 25px;
	}
	.pointBox .txtBox .ttl {
		font-size:24px;
		margin-bottom:0;
	}
	.pointBox .txtBox .txt {
		width:100%;
		font-size:16px;
		margin-top:0.6em;
		line-height:1.375;
	}
	.pointBox .txtBox .cap {
		width:100%;
		font-size:11px;
		line-height:1.636;
		margin-top:1.2em;
	}
	.pointBox .txtBox .appTtl {
		width:100%;
		font-size:14px;
		margin-top:20px;
		margin-bottom:10px;
		padding-bottom:5px;
	}
	.pointBox .txtBox .linkTxt {
		width:100%;
	font-size:14px;
	letter-spacing:1.1px;
	}
	.pointBox .txtBox .linkTxt sub {
		font-size:15px;
	}
	.pointBox .txtBox .appImg {
		width:100%;
	}
	#topPointArea .btnObj {
		margin-top:35px;
	}
	#specArea {
		padding-top:85px;
	}
	#specArea .titleCap,
	#functionArea02 h2 {
		font-size:22px;
		font-weight:bold;
		text-align:center;
		position:relative;
		margin-top:60px;
		padding-bottom:12px;
	}
	.titleCap:before {
		width:20px;
		height:2px;
	}
	#specArea .specImg01,
	#specArea .specImg02 {
		width:100%;
		margin:50px auto 0;
		font-size:16px;
		font-weight:bold;
		text-align:center;
	}
	#specArea .specImg02 {
		margin:0 auto 0;
	}
	#specArea .specImg02 .cap,
	.capTableArea .cap {
		margin-top:10px;
		padding:0 27px;
		font-weight:normal;
		font-size:10px;
		margin-bottom:28vw;
	}
	#specArea .specImg02 .cap {
		margin-top: 25px;
	}

	.capTableArea .cap {
		margin:5px 0 0;
		width:100%;
	}
	#specArea .capTableArea table {
		width:calc(100% - 54px);
		margin:0 auto;
		font-size:16px;
	}
	#specArea .capTableArea table th,
	#specArea .capTableArea table td {
		border:1px solid #bbb7b7;
		padding-top:5px;
		padding-bottom:5px;
		letter-spacing:normal;
	}
	#specArea .capTableArea table th {
		border-left:none;
		width:140px;
	}
	#specArea .capTableArea table td {
		border-right:none;
		padding-left:14px;
		padding-right:0;
	}
	.collaboArea {
		margin-top:19.33333vw;
	}
	.collaboArea h2 {
		font-size:7.466666vw;
		line-height:1.3333;
		font-weight:bold;
	}
	.collaboArea .img {
		width:78.66666vw;
		float:none;
		margin:9.3333vw auto;
	}
	.collaboArea .txtBox {
		width:100%;
		padding:0 0 0;
		float:none;
	}
	.collaboArea .txtBox .logo {
		width:30.6666vw;
		margin:5.33333vw auto 6.66666vw;
	}
	.collaboArea .txtBox .txt {
		font-size:16px;
		line-height:1.625;
		padding:0 27px;
	}
	.collaboArea .appList {
		font-size:0;
		margin:0 auto 5.33333vw;
		width:62vw;
	}
	.collaboArea .appList li {
		width:100%;
		float:none;
	}
	.collaboArea .appList li:nth-of-type(2) {
		float:right;
		margin-top:2.66666vw;
	}
.collaboArea .capTxt {
	text-align:center;
	font-size:14px;
	line-height:1;
	margin-bottom:26px;
}
	.collaboArea .ttl02 {
		text-align:center;
		font-size:20px;
		margin-bottom:15px;
	}
	.collaboArea .btnObj a {
		font-size:18px;
		padding:22px 0;
		height:auto;
		width:calc(100vw - 54px);
		border-radius:8px;
		margin:0 auto;
	}
.collaboArea .btnObj a .icon {
	position:relative;
	padding-left:25px;
	min-height:21px;
}
.collaboArea .btnObj a .icon:before {
	content:"";
	width:20px;
	height:20px;
	display:inline-block;
	background:url(../img/icon_browser.svg) 0 0 no-repeat;
	background-size:20px 20px;
	margin-right:5px;
	position:relative;
	top:2px;
}
.collaboArea .collaboCap {
	text-align:center;
}

/* low
------------------------------------- */
	.low #contents {
		padding-top:70px;
	} 
	.low h1 img {
		width:auto;
		height:26px;
		padding:34px 0 30px;
		box-sizing:content-box;
	}

/* pageFunction
------------------------------------- */
	#functionArea01 .txtBox {
		background:url(../img/function_icon01.png) center 0 no-repeat;
		background-size:88px auto;
		margin-bottom:0;
		padding:128px 30px 0;
	}
	#functionArea01 h2 {
		font-size:2.4rem;
		padding:0 0 0;
	}
	#functionArea01 .txt {
		font-size:1.6rem;
		margin-top:1em;
		margin-bottom:40px;
	}
	#functionArea02 .functionList {
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
		margin-top:25px;
		margin-bottom:55px;
		padding:0 30px;
	}
	#functionArea02 .functionList li {
		width:40%;
		background-size:auto 98px;
		padding-top:115px;
		margin-top:30px;
	}
	#functionArea02 .functionList li:nth-of-type(1),
	#functionArea02 .functionList li:nth-of-type(2),
	#functionArea02 .functionList li:nth-of-type(5) {
		padding-top:100px;
	}
	#functionArea02 .functionList li:nth-of-type(1),
	#functionArea02 .functionList li:nth-of-type(2) {
		margin-top:0;
	}
	#functionArea02 .functionList li .txt {
		margin-top:1em;
	}

/* pageHowtouse
------------------------------------- */
	#pageHowtouse .mainImg {
		background:none;
		height:auto;
		margin-bottom:30px;
	}
	.howtoList {
		display:block;
		padding:0 27px;
	}

	.howtoList > li {
		width:100%;
		margin-bottom:45px;
	}
	.howtoList > li .ttl {
		height:36px;
		
	}
	.memoTxt .iconMemo {
		margin:18px 0 5px;
	}
	.howtoList > li:nth-of-type(4) ol li {
		margin-top:15px;
	}
	.howtoList > li:nth-of-type(4) ol li:nth-of-type(1) img {
		margin-top:0;
	}
	.howtoList > li:nth-of-type(4) ol li:nth-of-type(2) {
		margin-top:10px;
	}
	.howtoList > li:nth-of-type(4) ol li:nth-of-type(2) img {
		margin-top:0;
	}
	.leadArea {
		margin-top:58px;
		padding:0 27px;
	}
	.leadArea .ttl {
		margin-bottom:25px;
	}
	.leadArea .txtBox {
		display:block;
	}
	.leadArea .txtBox .txtTtl {
		margin-bottom:1em;
	}
	.leadArea .txtBox .rightBox {
		width:100%;
		margin-top:3em;
	}

}

/*for js*/
.cntWhole > *, .cntArea{
	opacity:0;
	position:relative;
	top:50px;
	
}