@charset "UTF-8";
/* CSS Document */
p {
	margin: 0;
	padding: 0px;
}

.indent-1 {
	list-style-type: none;
	padding-left: 1em;
	text-indent: -1em;
}
.top-text a, .contents-text a, .cmn-text a, .contents-text-s a { color: #F60; text-decoration: underline; }

.btn_area .app-store {
	width: 48%;
	height: auto;
	margin-bottom: 15px;
	float: left;
}
.btn_area .app-store img {
	width: 100%;
}
.btn_area .googleplay {
	width: 48%;
	height: auto;
	margin-bottom: 15px;
	float: right;
}
.btn_area .googleplay img {
	width: 100%;
}
.alpha {
	transition: opacity 0.5s ease-out 0s;
}
.alpha:hover {
	zoom: 1;
	opacity: 0.7 !important;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	cursor: pointer;
}
.box-paragraph {
	margin-top: 30px;
}
.btn_area_box {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
	padding-bottom: 30px;
}
.red_f { color:#C92023;  }
.mb50 { margin-bottom: 50px; }
.cfx { overflow:hidden; }
.end_info {
	margin:20px;
	padding:20px 10px;
	border:1px solid #C00;
	color:#C00;
	font-weight:bold;
}
.period_info {
	font-size:20px;
	margin:0 0 30px 0;
	font-weight:bold;
}
.pro_bnr_box img {
	width:100%;
	height:auto;
}
.info_goods ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.info_goods li {
	padding: 0;
	margin: 0 0 50px 0;
}

/* ++++++++++++++++++++++++++++++++++++++++

	PC

++++++++++++++++++++++++++++++++++++++++ */

@media print, screen and (min-width: 768px) {
.pc { display: block !important; }
.sp { display: none !important; }


#main-background-image-areas {
	background-color:#eeeeee;
	background-repeat:repeat;
}
.main-visual {
	max-width:1260px;
	margin:0 auto;
	padding:0;
}

.sikaku-text { 
	font-size:18px; 
	padding:0 20px 30px 20px;
	text-align:left;
	width:800px;
	margin:0 auto;
 }
.sikaku-text li {
	 margin:0 0 10px 0;
	 padding:0;
	 list-style:none;
 }

.top-text {
	font-size: 20px;
	line-height:150%;
	margin:50px 0; 
	
}
.headline-inst {
	width: 100%;
	max-width: 870px;
	text-align: center;
	letter-spacing: 4px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ccae4d;
	font-size: 20px;
	line-height: 60px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 40px;
}
.contents-text {
	font-size: 16px;
	
}
.contents-text-s {
	font-size: 15px;
	
}
.btn_area {
	width: 500px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
.btn_area .btn_info {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100px;
	line-height: 100px;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: center;
	position: relative;
	box-sizing: border-box;
	clear: both;
	color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.subtitle_bg {
	padding:20px;
	background:#fff;
	opacity: 0.9;
}

.pro_bnr_box {
	display: table;
	max-width: 850px;
	margin:40px auto 0 auto;
	padding:0 10px;
	text-align:center;
}
.con-area {
	width: 100%;
	max-width: 810px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
	text-align:left;
}
.cover {
	display: table;
	width: 100%;
	max-width: 870px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.cover .box1 {
	display: table-cell;
	vertical-align: middle;
	background-color: #FFDFA4;
	width: 15%
}
.cover .box2 {
	display: table-cell;
	vertical-align: middle;
	width: 85%;
	text-align: left;
	padding: 40px;
	background-color: #f7ead0;
}
.btn_area .btn_info img {
	vertical-align: middle;
}
.info_goods li {
	width: 860px;
	margin: 0 auto ;
	padding: 30px 0;
	border-bottom: 1px solid #efefef;
}
.info_goods li:last-child {
	padding: 30px 0 70px 0;
	border-bottom: none;
}	
}

/* ++++++++++++++++++++++++++++++++++++++++

	SP

++++++++++++++++++++++++++++++++++++++++ */

@media screen and (max-width: 767px) {
.pc { display: none !important; }
.sp { display: block !important; }


.top-text {
	font-size: 15px;
	margin:50px 0; 
}
.headline-inst {
	width: 100%;
	text-align: center;
	letter-spacing: 4px;
	margin: 0 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ccae4d;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.contents-text {
	font-size: 14px;
	
}
.contents-text-s {
	font-size: 14px;
	
}
.btn_area {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
.btn_area .btn_info {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
	display: block;
	height: 80px;
	line-height: 80px;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: center;
	position: relative;
	box-sizing: border-box;
	clear: both;
	color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.btn_area .btn_info img {
	vertical-align: middle;
	width: 60px;
	height: 80px;
}
.sikaku-text { 
	font-size:15px; 
	padding:0 30px 30px 30px;
	text-align:left;
 }
 .sikaku-text li {
	 margin:0 0 10px 0;
	 padding:0;
	 list-style:none;
 }
.con-area {
	width: 100%;
	padding:0 20px;
}
.cover {
	display: block;
}
.cover .box1 {
	display: block;
	width: 100%;
	padding: 10px;
	background-color: #FFDFA4;
}
.cover .box1 img {
	width: 18px;
}
.cover .box2 {
	display: block;
	vertical-align: middle;
	width: 100%;
	padding: 30px;
	background-color: #f7ead0;
	text-align:left;

}
.btn_area .btn_info img {
	vertical-align: middle;
	width: 45px;
	height: 60px;
}
.pro_bnr_box {
	margin:40px auto 0 auto;
	padding:0 10px;
	text-align:center;
}
.info_goods li {
	width: 90%;
	margin: 0 auto;
	padding: 30px 0;
	border-bottom: 1px solid #efefef;
}
.info_goods li:last-child {
	padding: 30px 0 70px 0;
	border-bottom: none;
}
}
