@charset "utf-8";

.con_box {
	text-align: center;
	margin: 150px auto 60px auto;
	font-size: 1.6rem;
}

.titl_en {
	margin: 40px 0;
	font-size: 3.6rem;
}

.titl_en span {
	border-bottom: 1px #000 solid;
}

.titl_ja {
	font-size: 3.2rem;
	margin-bottom: 60px;
}

.titl_ja sup {
	font-size: 1.2rem;
}

.top_btns {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.top_btns div {
	width: 24%;
	margin-bottom: 10px;
	border: 4px #000 solid;
	transition: all 0.3s;
}

.top_btns div:hover {
	background: #fdd000;
}

.c_txt01 {
	text-align: left;
	margin: 30px auto;
}

.c_txt02 {
	text-align: left;
	margin-bottom: 30px;
	font-size: 1.2rem;
}

.eve_cap{
	font-size: 1.2rem;
}

.c01_box {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.c01_box div {
	width: 48%;
	margin-bottom: 30px;
	text-align: left;
}


.c01_box .titl {
	padding-left: 5px;
	margin: 10px 0;
	border-left: 10px #9a003f solid;
}

.u_img {
	width: 70%;
	margin: 0 auto;
}

.ofu_btns {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 30px;
}

.ofu_btns div {
	width: 24%;
	margin-bottom: 10px;
	transition: all 0.3s;
	cursor: pointer;
}

.ofu_btns div:hover {
	-webkit-transform: scale(1.075);
	-moz-transform: scale(1.075);
	-o-transform: scale(1.075);
	-ms-transform: scale(1.075);
	transform: scale(1.075);
}

.pop_wrap {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 12;
	background-color: rgba(0, 0, 0, 0.5);
}

.pop_img {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.pop_img img {
	padding: 30px;
	border-radius: 5px;
	background-color: #fff;
	cursor: pointer;
}

.o_btn {
	width: 70%;
	margin: 10px auto;
	transition: all 0.3s;
}

.o_btn:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.app_btns {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 70%;
	margin: 0px auto;
}

.app_btns div {
	transition: all 0.3s;
}

.app_btns div:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.app_btn01 {
	width: 43%;
}

.app_btn02 {
	width: 54%;
}

.cap {
	margin: 60px 0;
	text-align: left;
	font-size: 1.2rem;
}

.np_btns {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.np_btns div a {
	display: block;
	width: 250px;
	line-height: 40px;
	border: 4px #000 solid;
	font-size: 2.0rem;
	transition: all 0.3s;
}

.np_btns div a:hover {
	background: #83cac6;
}

.np_btns div a img {
	width: 16px;
	height: 10px;
	margin: 0 5px 3px 5px;
}

.mt60 {
	margin-top: 60px;
}

#c06{
	background-image: url(../images/soft/c_titl06.jpg);
	background-size: cover;
}

#c06 img{
opacity: 0;
animation: fluffy 7.0s ease infinite;
}

@keyframes fluffy {
0% {
	opacity: 0;
}

40% {
	opacity: 0;
}

50% {
	opacity: 1;
}

90% {
	opacity: 1;
}

100% {
	opacity: 0;
}
}

#c07{
	margin-bottom: 30px;
}

@media screen and (max-width: 940px) {}

@media screen and (max-width: 740px) {
	.con_box {
		margin: 130px auto 40px auto;
		font-size: 1.2rem;
	}

	.titl_en {
		margin: 20px 0;
		font-size: 2.4rem;
	}

	.titl_ja {
		font-size: 1.7rem;
	}

	.top_btns div {
		width: 32%;
	}

	.c_txt01 {
		margin: 20px auto;
	}

	.c_txt02 {
		margin-bottom: 20px;
		font-size: 1.0rem;
	}

	.eve_cap{
		font-size: 1.0rem;
	}


	.c01_box div {
		margin-bottom: 20px;
	}

	.u_img {
		width: 80%;
	}

	.ofu_btns {
		margin-bottom: 20px;
	}

	.ofu_btns div {
		width: 48%;
	}

	.ofu_btns div:hover {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	.pop_wrap {
		padding: 0 10px;
	}

	.pop_img img {
		padding: 15px;
	}

	.o_btn {
		width: 100%;
	}

	.o_btn:hover {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	.app_btns {
		width: 100%;
	}

	.app_btns div:hover {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	.mt60 {
		margin-top: 30px;
	}

	.cap {
		margin: 40px 0;
		font-size: 1.0rem;
	}

	.np_btns div {
		width: 48%;
	}

	.np_btns div a {
		width: 100%;
		line-height: 30px;
		font-size: 1.5rem;
	}
}
