@charset "utf-8";

.hero {
	background: #f4f4f4 url(../images/top/bg_hero.png) no-repeat center;
	position: relative;
}

.hero:before {
	content: "";
	display: block;
	width: 100%;
	height: 7px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#919191+0,e4e4e4+100&0.25+0,0+100 */
	background: -moz-linear-gradient(top, rgba(145,145,145,0.25) 0%, rgba(228,228,228,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(145,145,145,0.25) 0%,rgba(228,228,228,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(145,145,145,0.25) 0%,rgba(228,228,228,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40919191', endColorstr='#00e4e4e4',GradientType=0 ); /* IE6-9 */
}

.hero .txt {
	text-align: center;
}

.aboutSec {
	background-color: #4680bd;
}

.aboutSec .titleDotLine {
	border-bottom: 1px dotted #fff;
}

.aboutSec .titleDotLine span {
	display: inline-block;
	vertical-align: middle;
}

.aboutSec .titleDotLine span:last-child {
	padding-bottom: 5px;
	vertical-align: bottom;
}

.aboutSec .titleDotLine .smart {
	font-size: 30px;
}

.aboutSec .titleDotLine .wdos {
	padding: 0 10px 0 5px;
	font-size: 51px;
}

.aboutSec .titleDotLine ruby rt {
	font-size: 13px;
}

.aboutSec p {
	color: #fff;
	text-align: center;
}

.aboutSec .intro {
	margin-bottom: 5px;
	font-size: 23px;
	line-height: 1.6;
}

.aboutSec .intro .small {
	font-size: 14px;
}

.aboutSec .note {
	margin-bottom: 15px;
	font-size: 14px;
}

.aboutSec .pic {
	margin-bottom: 30px;
	text-align: center;
}

.aboutSec a.btnArrow {
	color: #0856a7;
	background-color: #fff;
}

.aboutSec a.btnArrow:after {
	background: url(../images/common/ico_arrow03.png) no-repeat left top;
}

.possibleSec {
	background-color: #dbe9ef;
}

.possibleSec .titleDotLine {
	margin-bottom: 30px;
}

.possibleSec .titleDotLine02 {
	margin-bottom: 18px;
}
.possibleSec .boxWrap {
	margin-bottom: 35px;
}

.possibleSec .boxWrap .pcBox,
.possibleSec .boxWrap .appBox {
	width: 50%;
	min-height: 450px;
	float: left;
	padding: 20px;
	box-shadow:0px 0px 3px 2px rgba(0,0,0,0.1);
}

/*.possibleSec .boxWrap .pcBox {
	background-color: #fff;
}

.possibleSec .boxWrap .appBox {
	margin-top: 45px;
	background-color: #3271af;
}*/

.possibleSec .boxWrap .appBox {
	background-color: #fff;
}

.possibleSec .boxWrap .pcBox {
	/*margin-top: 45px;*/
	margin-top: 30px;
	background-color: #3271af;
}


.possibleSec .boxWrap .pcBox .pic,
.possibleSec .boxWrap .appBox .pic {
	text-align: center;
}

.possibleSec .boxWrap .appBox .pic {
	/*margin-bottom: 20px;*/
	margin-bottom: 10px;
}

.possibleSec .boxWrap .pcBox .txtArea,
.possibleSec .boxWrap .appBox .txtArea {
	max-width: 400px;
	margin: 0 auto;
	text-align: center;
}

.possibleSec .boxWrap .pcBox .txtArea p,
.possibleSec .boxWrap .appBox .txtArea p {
	display: inline-block;
}

.possibleSec .boxWrap .pcBox .txtArea p {
	color: #fff;
}

.applySec {
	background-color: #6ea7be;
}

.applySec .container {
	padding: 20px 2.5%;
	background-color: #fff;
}

.applySec .title {
	padding-bottom: 5px;
	margin-bottom: 15px;
	color: #ce1225;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px dotted #999999;
}

.applySec .btnArea {
	text-align: center;
}

.applySec .btnArea .google {
	display: inline-block;
	margin-right: 55px;
	vertical-align: middle;
}

.applySec .btnArea .apple {
	display: inline-block;
	vertical-align: middle;
}

.applySec .btn {
	display: inline-block;
	vertical-align: middle;
}

.applySec .qr {
	display: inline-block;
	vertical-align: middle;
}

.supportSec {

}

.supportSec .txtArea {
	margin-bottom: 30px;
	text-align: center;
}

.supportSec .txtArea .inner {
	display: inline-block;
}

.supportSec .txtArea .inner p {
	margin-bottom: 15px;
}

.supportSec .txtArea .inner p:last-child {
	margin-bottom: 0;
}

.supportSec .txtArea .inner ul {
}

.supportSec .txtArea .inner ul li {
	padding-left: 20px;
	position: relative;
}

.supportSec .txtArea .inner ul li:before {
	content: "●";
	display: block;
	color: #ff9326;
	position: absolute;
	top: 0;
	left: 0;
}

.supportSec .pic {
	margin-bottom: 35px;
	text-align: center;
}

@media screen and (max-width:768px){
	.hero {
		background-size: cover;
	}

	.hero .txt {
		width: 56%;
		margin: 0 auto;
	}

	.aboutSec .titleDotLine .smart {
		font-size: 28px;
	}

	.aboutSec .titleDotLine .wdos {
		font-size: 44px;
	}

	.aboutSec .titleDotLine ruby rt {
		font-size: 12px;
	}

	.aboutSec .intro {
		font-size: 20px;
	}

	.possibleSec .boxWrap .pcBox,
	.possibleSec .boxWrap .appBox {
		min-height: 360px;
	}

	.possibleSec .boxWrap .pcBox .pic,
	.possibleSec .boxWrap .appBox .pic {
		width: 85%;
		margin: 0 auto;
	}
}

@media screen and (max-width:767px){
	.hero {
		padding: 0;
		background: none;
	}

	.hero .txt {
		width: auto;
	}

	.hero .txt img {
		width: 100%;
	}

	.aboutSec .titleDotLine span:last-child {
		padding-bottom: 3px;
	}

	.aboutSec .titleDotLine .smart {
		font-size: 19px;
	}

	.aboutSec .titleDotLine .wdos {
		font-size: 30px;
	}

	.aboutSec .titleDotLine ruby rt {
		font-size: 8px;
	}

	.aboutSec .intro {
		font-size: 16px;
		letter-spacing: normal;
	}

	.aboutSec .intro .small {
		font-size: 13px;
	}

	.aboutSec .note {
		margin-bottom: 20px;
		font-size: 12px;
	}

	.possibleSec .boxWrap .pcBox,
	.possibleSec .boxWrap .appBox {
		width: auto;
		min-height: auto;
		float: none;
		padding: 20px;
	}

	.possibleSec .boxWrap .pcBox {
		position: relative;
	}

	.possibleSec .boxWrap .pcBox:after {
		content: "";
		display: block;
		width: 100%;
		/*height: 10px;*/
		height: 0;
		background-color: #fff;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
	}

	.possibleSec .boxWrap .appBox {
		margin-top: 0;
		position: relative;
	}

	.possibleSec .boxWrap .pcBox .pic,
	.possibleSec .boxWrap .appBox .pic {
		width: auto;
	}

	.possibleSec .boxWrap .pcBox .txtArea {
		margin-top: -10px;
	}

	.possibleSec .boxWrap .pcBox .txtArea p,
	.possibleSec .boxWrap .appBox .txtArea p {
		font-size: 15px;
	}

	.applySec .container {
		padding: 15px 5% 25px;
		background-color: #fff;
	}

	.applySec .title {
		padding-bottom: 5px;
		margin-bottom: 20px;
		font-size: 24px;
		line-height: 1.3;
	}

	.applySec .btnArea {
		text-align: center;
	}

	.applySec .btnArea .google {
		display: block;
		margin-right: 0;
	}

	.applySec .btnArea .apple {
		display: block;
	}

	.applySec .btn {
		display: block;
		max-width: 220px;
		margin: 0 auto 30px;
		text-align: center;
	}

	.applySec .apple .btn {
		margin-bottom: 0;
	}

	.applySec .qr {
		display: none;
	}
}

@media screen and (max-width:374px){

	.applySec .title {
		font-size: 6.3vw;
	}
}




.pcBox_img {
	text-align: center;
	margin:20px auto 40px;
	}

.linkArea {
    max-width: 400px;
    margin: 10px auto 0;
    text-align: center;
	background: #eee;
	padding:  10px 30px 8px;
}

.linkArea:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.linkArea .btn_app {
    float:left;
	margin-right: 10px;
}

.linkArea .qr {
    float:left;
	text-align: center;
	margin-top: 12px;
}


.btn_app img {
    margin: 30px 20px 10px 0;
}

.tit_app {
	text-align: center;
    margin: 0 auto;
	color: #CD1225;
	font-size: 20px;
	font-weight: bold;
	border-bottom:  1px dotted #ccc;
}

.txt_qr {
	font-size: 12px;
}





.pcBox a.btnArrow {
    color: #0856a7;
    background-color: #fff;
}

.pcBox a.btnArrow::after {
    background:#fff url(../images/common/ico_arrow03.png) no-repeat left top !important;
}




/* 2018.10.18 ポイント情報追加 */

.boxWrap .cont {
    width: 48%;
    float: left;
}

@media screen and (max-width:767px){
.boxWrap .cont {
    width: auto;
    float: none;
    margin-bottom: 20px;
}
	}

.tit_shoulder01 {
   font-size: 28px;
	color: #333;
}
