@charset "UTF-8";
/*ContentsArea
------------------------------------------------------------------------------------------------------*/
#TopArea{
	padding: 0;
	position: relative;
	background-image: url("../images/bg_crossing.svg"), url("../images/bg_circle01.svg");
	background-color: #00b8ee;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.TopAreaInner {
	width: 1040px;
	margin:0 auto;
	padding: 60px 0 0 0;
	display: flex;
	justify-content: space-between;
}
.logoArea{
	width: 60%;
	margin:0 auto;
}
.logoArea h1 img{
	width: 100%;
	margin:0 auto;
}
.txtArea{
	width: 100%;
	margin:0 auto;
}
.txtArea h2 {
	margin: 30px 0 10px 0;
	text-align: center;
}
.txtArea h2 span{
	margin: 5px 0;
	padding: 0 5px;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #ffffff;
	text-align: center;
	background-image: linear-gradient(#004098, #004098);
	background-size: 100% 100%;
	background-position: 0% 100%;
	background-repeat: no-repeat;
	display: inline-block;
}
.txtArea p {
	width: 100%;
	margin: 0 0 20px 0;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 2em;
	color: #004098;
	text-align: center;
	display: inline-block;
}
.txtArea .DownloadBtn a {
	border: 4px solid #ffffff;
}
.imgArea{
	width:40%;
	margin:0 auto;
}
.imgArea .SPscreen{
	min-height: 550px;
	position: relative;
	top: 0;
}
.imgArea .mobile img {
	width: 90%;
	top: -30px;
	right: 0;
	position: absolute;
}
.imgArea .DLbubble img {
	width:140px;
	top: -10px;
	left: 10px;
	position: absolute;
	z-index: 30;
}
.imgArea .character01 img {
	width:140px;
	right: 0;
	top:60%;
	position: absolute;
	z-index: 20;
}
/*スマホ画面設定
--------------------*/
.fade-img {

}
.fade-img img {
	position: absolute;
	top:0;
	right: 0;
	z-index: 0;
}
/*--------------------*/

@media screen and (max-width: 812px){
	#TopArea{
	/*max-width: 420px;*/
	background-image: url("../images/bg_crossing_sp.svg"), url("../images/bg_circle01_sp.svg");
	}
	.TopAreaInner {
		width: 100%;
		padding: 10px 20px;
	}
	.logoArea h1 img{
		width: 112%;
		margin:70px auto 0 auto;
		z-index: 50;
		position: relative;
	}
	.imgArea .SPscreen{
		min-height: 260px;
		position: relative;
	}
	.imgArea .mobile img {
		width:120%;
		top: 0px;
		right: -10%;
	}
	.imgArea .DLbubble img {
		width:50%;
		top: 0px;
		left: -30px;
	}
	.imgArea .character01 img {
		width:65%;
		right: 0;
		top:70%;
		position: absolute;
	}
	.txtArea{
		margin:0 auto;
		padding-bottom: 50px;
	}
	.txtArea h2 {
		margin: 10px 0 10px 0;
		padding: 0 20px;
		text-align: left;
	}
	.txtArea h2 span{
		margin: 3px 0;
		padding: 0px 8px;
		font-size: 19px;
		text-align: left;
	}
	.txtArea p {
		width: 100%;
		margin: 0 0 15px 0;
		padding: 0 20px;
		font-size: 14px;
		text-align: left;
		line-height: 1.5em;
	}
	.txtArea .DownloadBtn a{
		width: 90%;
		padding: 10px 20px;
		font-size: 1.4rem;
	}
	.txtArea .DownloadBtn a::after{
		top: 15px;
		right: 25px;
	}
}
/*ContentsArea
------------------------------------------------------------------------------------------------------*/
#ContentsArea{
	padding: 0;
	position: relative;
	background: #ccf1f9 url("../images/bg_circle02.svg") no-repeat top center;
	background-size: auto auto;
}
.bg_stripe01 {
	width: 100%;
	height: 30px;
	background-color: #ccf1f9;
	background-image:
	 repeating-linear-gradient(-45deg,#e0f8fc, #e0f8fc 9px,transparent 0, transparent 18px);	
}
.bg_stripe02 {
	width: 100%;
	height: 30px;
	background-color: #baebf9;
	background-image:
	 repeating-linear-gradient(-45deg,#fff, #fff 9px,transparent 0, transparent 18px);	
}
.ContentsAreaInner {
	width: 1040px;
	margin:0 auto;
	padding: 60px 0;
}
.ContentsAreaInner h3{
	margin: 0 auto 120px auto;
	font-size:29px;
	font-weight: 800;
	color:#004098;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 1.3em;
	display:block;
}
.ContentsAreaInner .character02 img {
	width:110px;
	top:-3%;
	position: absolute;
}
.underline-before {
	background: linear-gradient(#ffff00, #ffff00) 0 100%/0 10px no-repeat;
	/*左から、カラー（始点と終点それぞれ同じものを指定）、position / サイズ横縦 繰り返しの有無 */
	transition: background 1s;
	/*トランジションの設定。下線を引く動きをアニメーションにするのに必要 */
	text-decoration: none;
	/*テキストの装飾の設定 */
}
.underline-after {
	background-size: 100% 10px;
  /* 変化後のスタイル。横サイズを0から100%に変えることで指定の文字列に下線を引く */
}
.ContentsAreaInner .contentsBox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}
.contentsBox .contentsBoxIn {
	width: 325px;
	position: relative;
}
.contentsBox .mb01 {
	margin-bottom: 120px;
}
.contentsBoxIn span{
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 0.1em;
	line-height: 1.3em;
	display: block;
}
.contentsBoxIn p {
	margin: 8px 0 0 0;
	font-size: 14px;
	display:block;
}
.contentsBoxIn img {
	width: 325px;
	height: auto;
	border: 10px solid #ffffff;
}
.contentsBox .contens01 span {
	color: #e83333;
	padding: 15px 0 35px 95px;
	background: url("../images/icon_contents01.svg") no-repeat top left;
	background-size: 83px auto;
	position: absolute;
	top:-75px;
	left:-20px;
	z-index: 30;
}
.contentsBox .contens02 span {
	color: #3366cc;
	padding: 15px 0 35px 95px;
	background: url("../images/icon_contents02.svg") no-repeat top left;
	background-size: 83px auto;
	position: absolute;
	top:-75px;
	left:-20px;
	z-index: 30;
}
.contentsBox .contens03 span {
	color: #339900;
	padding: 15px 0 35px 95px;
	background: url("../images/icon_contents03.svg") no-repeat top left;
	background-size: 83px auto;
	position: absolute;
	top:-75px;
	left:-20px;
	z-index: 30;
}
.contentsBox .contens04 span {
	color: #6666bb;
	padding: 15px 0 35px 95px;
	background: url("../images/icon_contents04.svg") no-repeat top left;
	background-size: 83px auto;
	position: absolute;
	top:-75px;
	left:-20px;
	z-index: 30;
}
.contentsBox .contens05 span {
	color: #ff3366;
	padding: 15px 0 35px 95px;
	background: url("../images/icon_contents05.svg") no-repeat top left;
	background-size: 83px auto;
	position: absolute;
	top:-75px;
	left:-20px;
	z-index: 30;
}
.contentsBox .contens06 span {
	color: #f16600;
	padding: 15px 0 35px 95px;
	background: url("../images/icon_contents06.svg") no-repeat top left;
	background-size: 83px auto;
	position: absolute;
	top:-75px;
	left:-20px;
	z-index: 30;
}
@media screen and (max-width: 812px){
	#ContentsArea{
		/*max-width: 420px;*/
		margin: 0 auto;
		background: #ccf1f9;
	}
	.ContentsAreaInner {
		width: 100%;
		padding: 30px 20px;
	}
	.ContentsAreaInner h3{
		margin: 0 auto 100px auto;
			font-size:25px;
			letter-spacing: 0.05em;
	line-height: 1.6em;

	}
	.ContentsAreaInner .character02 img {
		width:18%;
		top:-1%;
		position: absolute;
	}
	.ContentsAreaInner .contentsBox {
		width: 100%;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: center;
	}
	.contentsBox .contentsBoxIn {
		width: 100%;
	}
	.contentsBoxIn img {
		width: 100%;
	}
	.contentsBox .mb01 {
		margin-bottom: 100px;
	}
	.contentsBox .mb02 {
		margin-bottom: 100px;
	}
	.contentsBox .contens01 span {
		top:-75px;
		left:-10px;
	}
	.contentsBox .contens02 span {
		top:-75px;
		left:-10px;
	}
	.contentsBox .contens03 span {
		top:-75px;
		left:-10px;
	}
	.contentsBox .contens04 span {
		top:-75px;
		left:-10px;
	}
	.contentsBox .contens05 span {
		top:-75px;
		left:-10px;
	}
	.contentsBox .contens06 span {
		top:-75px;
		left:-10px;
	}
}

/*DownloadArea
------------------------------------------------------------------------------------------------------*/
#DownloadArea{
	padding: 80px 0;
	position: relative;
}
.DownloadAreaInner {
	width: 1040px;
	margin: 0 auto;
}
.DownloadAreaInner h4{
	margin: 0 auto;
	font-size:30px;
	font-weight: 600;
	color:#00a5da;
	letter-spacing: 0.1em;
	text-align: center;
	display: block;
}
.DownloadAreaInner .cautionTxt{
	margin: 15px auto 30px auto;
	font-size:13px;
	text-align: center;
	letter-spacing: 0.1em;
	display: block;
}
.DownloadAreaInner .QRArea {
	width: 850px;
	margin: 0 auto;
	text-align: center;
	display:flex;
	align-items: flex-end;
}
.DownloadAreaInner .QRArea .character03 img {
	width: 125px;
	margin-left: 60px;
}
.DownloadAreaInner .QRArea .character04 img {
	width: 125px;
	margin-right: 60px;
}
.DownloadAreaInner .QRcode {
	margin: 0 auto;
}
.DownloadAreaInner .QRcode img {
	width: 45%;
	margin: 0 auto 20px auto;
}
.DownloadBtn a {
	width: 380px;
	margin: 0 auto;
	padding: 15px 0;
	display: block;
	font-size: 2rem;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.2rem;
	color: #fff;
	background-color: #ff5780;
	border-radius: 50px;
	position: relative;
	justify-content: space-between;
	transition: all .2s;
}
.DownloadBtn a::after{
	content: '';
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	position: absolute;
	transition: all .2s;
}
.DownloadBtn a::after{
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	top: 26px;
	right: 40px;
}
.DownloadBtn a:hover::after{
	right: 25px;
}
.DownloadAreaBox {
	margin: 50px auto 30px 0;
	padding: 25px 0;
	font-size:12px;
	border: 3px solid #004098;
	display:flex;
	justify-content: space-around;
}
.DownloadAreaBox img {
	width:auto;
	height: 45px;
}
.DownloadAreaBox img:last-child {
	margin-left: 10px;
}
.DownloadAreaBox p {
	font-size: 11px;
	display: block;
}

@media screen and (max-width: 812px){
	#DownloadArea{
		max-width: 420px;
		margin: 0 auto;
		padding: 60px 20px;
	}
	.DownloadAreaInner {
		width: 100%;
	}
	.DownloadAreaInner h4{
		font-size:25px;
	}
	.DownloadAreaInner .QRArea {
		width: 100%;
		justify-content: space-around;
	}
	/*.DownloadAreaInner .QRArea .character03 img {
		width: 38%;
	}
	*/
	.DownloadAreaInner .QRcode img {
		width: 50%;
		margin: 0 auto 20px auto;
	}
	.DownloadBtn a{
		width: 100%;
		padding: 10px 20px;
		font-size: 1.4rem;
	}
	.DownloadBtn a::after{
		top: 15px;
		right: 25px;
	}
	.DownloadAreaBox {
		padding: 25px 25px;
		flex-wrap: wrap;
	}
	.DownloadAreaBox img {
		height: 40px;
		margin-bottom: 20px;
	}
	.DownloadAreaBox img:last-child {
		margin-left: 0px;
	}
}
/*navBtnlist
------------------------------------------------------------------------------------------------------*/
#DownloadArea .DownloadAreaInner .navBtnlist{
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 10%;
	display: -ms-flex;
	display: flex;
	justify-content: flex-end;
	border-bottom: 2px solid #fff;
}
.navBtnlist .btnF{
	font-size: 13px;
	line-height: 2.5;
	font-weight: bold;
	color: #fff;
	position: relative;
	display: inline-block;
	padding: 0 36px 0 16px;
	border-radius: 5px 5px 0 0;
}
.btnF:first-of-type {
	background: #00408f;
	margin: 0 5px 0 0;
}
.btnF::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin: -4px 0 0 0;
}
@media screen and (max-width: 812px){
	#DownloadArea .DownloadAreaInner .navBtnlist{
	bottom: 0;
	right: 0;
	}

}