@charset "utf-8";
/* CSS Document */

/* =============== お知らせ機能 =============== */
.mybox{
	background-color: #fff;	/* 背景色 */
	border: 4px solid #FFDF28;	/* 線の太さ・種類・色 */
	border-radius: 5px;
	margin: 40px 20px 20px 20px;	/* 外側の余白 上・右・左・下 */
	padding: 25px 20px 10px 20px;	/* 内側の余白 上・右・左・下 */
	position: relative;
   }
   .mybox:before{
	background-color: #FFDF28;	/* 吹き出し背景色 */
	border-radius: 5px;
	color: rgb(179, 9, 9);	/* 吹き出し文字色 */
	content: '重要なお知らせ';
	font-weight:bold;
	padding: 5px 20px;
	position: absolute;
	left: -10px;
	top: -20px;
   }
   .mybox:after{
	border-top: 12px solid #FFDF28;		/* 吹き出し三角部分の色 */
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	content: '';
	position: absolute;
	top: 10px;
	left: 15px;
   }
  /* =============== end お知らせ機能 =============== */

/* =============== hero =============== */
#hero {
	width: 100%;
}

#hero .inner {
	margin: 3rem auto 0 auto;
	padding: 2rem;
	text-align: center;
	max-width: 1400px;
}

.mainCopy {
	font-size: 1.5rem;
	letter-spacing: .3rem;
}

@media screen and (max-width: 980px) {
	.mainCopy {
		font-size: 1.2rem;
		letter-spacing: 0;
	}
}

#hero .inner .text {
	display: inline-block;
}

#hero .inner p {
	font-size: 1.5rem;
}

#hero .inner .bt {
	background: url(../img/arrow-simple-right.png) no-repeat 80% 50%;
	background-size: .8rem;
	background-color: #AACF53;
	font-size: 1.2rem;
	text-align: center;
	width: 30%;
	margin: 0 auto;
}

@media screen and (max-width: 980px) {
	#hero .inner .bt {
		background: url(../img/arrow-simple-right.png) no-repeat 90% 50%;
		background-size: .8rem;
		background-color: #AACF53;
		width: 85%;
	}
}

#hero .inner .bt a {
	color: #FFF;
	display: block;
	padding: 1rem;
}

#hero .inner .bt a:hover {
	background-color: rgba(255,255,255,0.3);
}

/* =============== end hero =============== */

/* =============== middle content =============== */
#middle {
	background-color: #DFEDF5;
}

#middle .inner{
	background: url(../img/middle.png) no-repeat 80% -15%;
	background-size: 20%;
	color: #004F98;
	max-width: 980px;
	margin: 0 auto;
	padding: 4rem 23rem 4rem 0;
}

h2 .sub-copy {
	font-weight: bold;
	font-size: 1rem;
}

h2 .text {
	display: inline-block;
	font-weight: bold;
	font-size: 2rem;
	letter-spacing: .2rem;
}

#middle .inner .explain {
	font-size: .8rem;
	padding: 0 10% 0 0;
}

@media screen and (max-width: 980px) {
	#middle .inner{
		background: url(../img/middle.png) no-repeat 80% -15%;
		background-size: 23%;
		padding: 2rem 25rem 2rem 2rem;
	}
	#middle .inner .text {
		font-size: 1.8rem;
	}
}

@media screen and (max-width: 767px) {
	#middle .inner{
		background: url(../img/middle.png) no-repeat 50% 12rem;
		background-size: 30%;
		margin: 0 auto;
		padding: 2rem 2rem 40% 2rem;
	}
	
	#middle .inner .sub-copy {
		font-size: .9rem;
	}
	
	#middle .inner .text {
		display: inline;
		font-weight: bold;
		font-size: 1.6rem;
	}
	#middle .inner .explain {
		padding: 0 0 0 0;
	}
}

@media screen and (max-width: 640px) {
	#middle .inner{
		background: url(../img/middle.png) no-repeat 50% 120%;
		background-size: 33%;
		margin: 0 auto;
		padding: 2rem 2rem 60% 2rem;
	}
}

@media screen and (max-width: 375px) {
	#middle .inner{
		background: url(../img/middle.png) no-repeat 50% 105%;
		background-size: 33%;
		margin: 0 auto;
		padding: 2rem 2rem 60% 2rem;
	}
}

/* =============== end middle content =============== */

/* =============== bottom content =============== */
#bottom {
	background-color: #FFF000;
	color: #004F98;
}

#bottom .inner {
	background-color: #FFF;
	max-width: 1400px;
	padding: 2rem 0;
}

#bottom .inner .content {
	max-width: 980px;
	margin: 0 auto;
	width: auto;
}

#bottom .inner .content h2 {
	margin: 0 auto;
	text-align: center;
}

#bottom .inner .content h3 {
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: .2rem;
	margin: 2rem 0 1rem 0;
}

.row {
	margin: 0;
}

#bottom .point {
	margin: 2rem 0;
	letter-spacing: .13rem;
}

#bottom .detail > img {
	max-height: 5em;
}

#bottom .detail-img{
	text-align: center;
}

#bottom .support {
	margin: 0 auto 4rem auto;
	max-width: 800px;
}

#bottom .support-captiion {
	padding: 2rem 0;
}

#bottom .support-captiion img {
	max-height: 2rem;
	margin: 0 .2rem 0 0;
	vertical-align: bottom;
}

#bottom .support-list {
}

#bottom .support-list .col-6 {
	padding: .5rem 1rem;
	border: #FFF .5px solid;
	box-sizing: border-box;
}

#bottom .support-list .col-6:nth-child(4n+1),
#bottom .support-list .col-6:nth-child(4n+2) {
	background-color: #CAE2F7;
}

#bottom .support-list .col-6:nth-child(4n),
#bottom .support-list .col-6:nth-child(4n+3) {
	background-color: #EAF5FC;
}

#bottom .support-list .sup-a {
	background: url(../img/sup-android.png) no-repeat 87% 50%;
	background-size: auto 2rem;
}
#bottom .support-list .sup-i {
	background: url(../img/sup-ios.png) no-repeat 87% 50%;
	background-size: auto 2rem;
}

#bottom .support-list .sup-all {
	background: url(../img/sup-all.png) no-repeat 87% 50%;
	background-size: auto 2rem;
}

@media screen and (max-width: 980px) {
	#bottom .detail {
		padding: 0 2rem;
	}
}

@media screen and (max-width: 767px) {
	#bottom .inner {
		margin: 0 5%;
		width: auto;
	}
	#bottom .detail,
	#bottom .detail-img {
		padding: 0 5%;
	}
	#bottom .support {
		padding: 0 5%;
	}
	#bottom .support-captiion {
	}
	#bottom .support-captiion img {
		max-height: 1.8rem;
		vertical-align: bottom;
	}
	#bottom .support-list {
		font-size: .8rem;
	}
	#bottom .support-list .sup-a {
		background: url(../img/sup-android.png) no-repeat 85% 50%;
		background-size: 2.5rem auto;
	}
	#bottom .support-list .sup-i {
		background: url(../img/sup-ios.png) no-repeat 85% 50%;
		background-size: 2.5rem auto;
	}
	#bottom .support-list .sup-all {
		background: url(../img/sup-all.png) no-repeat 85% 50%;
		background-size: 2.5rem auto;
	}
}

@media screen and (max-width: 640px) {
}

@media screen and (max-width: 375px) {
	#bottom .support-list .col-6 {
		padding: .5rem;
	}
	#bottom .support-list .sup-a {
		background: url(../img/sup-android.png) no-repeat 90% 50%;
		background-size: 2.5rem auto;
	}
	#bottom .support-list .sup-i {
		background: url(../img/sup-ios.png) no-repeat 90% 50%;
		background-size: 2.5rem auto;
	}
	#bottom .support-list .sup-all {
		background: url(../img/sup-all.png) no-repeat 90% 50%;
		background-size: 2.5rem auto;
	}
}

/* =============== end bottom content =============== */

/* =============== foot content =============== */
#foot-content {
	background: url(../img/foot_content-bg.png) no-repeat 50% 50%;
	background-size: 2000px auto;
	background-color: #1C1022;
	letter-spacing: .1rem;
	padding: 3rem;
}

#foot-content .inner {
	background-color: rgba(64,33,15,0.85);
	border-radius: 20px;
	max-width: 800px;
	margin: 0 auto;
}

#foot-content .inner .content {
	background: url(../img/aes_security.png) no-repeat 95% 50%;
	background-size: 8rem;
	color: #FFF;
	padding: 2rem 20% 2rem 2rem;
}

#foot-content .inner .content h3 {
	font-size: 1.5rem;
	margin: 0 0 1rem 0;
}

@media screen and (max-width: 767px) {
	#foot-content {
		background: url(../img/foot_content-bg.png) no-repeat 50% 50%;
		background-size: cover;
	}
	#foot-content .inner .content {
		background: url(../img/aes_security.png) no-repeat 95% 50%;
		background-size: 6rem;
		padding: 2rem 20% 2rem 2rem;
	}
}

@media screen and (max-width: 640px) {
	#foot-content {
		padding: 3rem 1rem;
	}
	#foot-content .inner .content {
		padding: 2rem 23% 2rem 2rem;
	}
	#foot-content .inner .content h3 {
		font-size: 1.3rem;
	}
}

@media screen and (max-width: 480px) {
	#foot-content .inner .content {
		padding: 2rem 27% 2rem 2rem;
	}
}

@media screen and (max-width: 375px) {
	#foot-content .inner .content {
		background: url(../img/aes_security.png) no-repeat 95% 50%;
		background-size: 5rem;
		padding: 2rem 30% 2rem 1rem;
	}
	#foot-content .inner .content h3 {
		font-size: 1.2rem;
	}
}
/* =============== end foot content =============== */
