@charset "UTF-8";
/*-----utility-----*/
.none {
	display: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.m20 {
	margin: 20px;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mr5 {
	margin-right: 5px;
}
.mr10 {
	margin-right: 10px;
}
.mr15 {
	margin-right: 15px;
}
.p10 {
	padding: 10px;
}
.p20 {
	padding: 20px;
}
.pt5 {
	padding-top: 5px;
}
.pt10 {
	padding-top: 10px;
}
.pt20 {
	padding-top: 20px;
}
.mini {
	font-size: 13px;
	line-height: 15px;
}
a {
	color: #333;
}
a:hover {
	color: #aaa;
	opacity: 0.7;
}
.link a {
	color: #e52600;
	border-bottom: 1px solid #f0a599;
}
a.link {
	border-bottom: 1px solid #aaa;
}
.link a:hover, a.link:hover {
	border: none;
}
.col_f {
	color: #fff;
}
.a_c {
	text-align: center;
}
.a_r {
	text-align: right;
}
body {
	overflow-x: scroll;
	line-height: 1.7em;
	font-size: 14px;
	color: #333;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*===============================================
 PC
===============================================*/
@media screen and (min-width: 1025px) {
.sp, .tab {
	display: none;
}
img {
	width: 100%;
}
/*----------common----------*/
.content {
	width: 1140px;
	margin: 0 auto;
	padding: 80px 0;
}
h2, h3 {
	text-align: center;
}
h2 {
	line-height: 50px;
	margin-bottom: 20px;
	font-size: 48px;
	font-weight: bold;
}
h3 {
	line-height: 45px;
	margin-bottom: 50px;
	padding: 0 20px;
	font-size: 35px;
	font-weight: bold;
	color: #c6006f;
}
.att {
	line-height: 35px;
	font-size: 24px;
	font-weight: bold;
}
.att02 {
	line-height: 25px;
	font-size: 18px;
	font-weight: bold;
}
dl {
	overflow: hidden;
	margin-bottom: 3%;
	padding: 0 7%;
}
dt {
	width: 16%;
	float: left;
}
dd {
	width: 81%;
	padding-top: 7px;
	float: right;
}
dl li {
	margin-bottom: 20px;
}
.btn_app, .icon {
	text-align: center;
	margin: 0 auto 30px;
}
.btn_app {
	width: 75%;
}
.icon {
	width: 75%;
}

/* add 20150901 start */
.icon {
	margin-left:17%;
}
.icon a {
	float:left;
	width:30%;
}
.copy {
	clear:both;
}
/* add 20150901 end */


.copy {
	line-height: 35px;
	text-align: center;
	font-size: 11px;
	color: #fff;
	background: #d80073;
}
}
/*===============================================
 tab
===============================================*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
.pc, .sp {
	display: none;
}
img {
	width: 100%;
}
/*----------common----------*/
.content {
	margin: 0 auto;
	padding: 50px 0;
}
h2, h3 {
	text-align: center;
}
h2 {
	line-height: 40px;
	margin-bottom: 20px;
	font-size: 40px;
	font-weight: bold;
}
h3 {
	line-height: 40px;
	margin-bottom: 30px;
	padding: 0 15px;
	font-size: 30px;
	font-weight: bold;
	color: #c6006f;
}
.att {
	line-height: 25px;
	font-size: 22px;
	font-weight: bold;
}
.att02 {
	line-height: 20px;
	font-size: 18px;
	font-weight: bold;
}
dl {
	overflow: hidden;
	margin-bottom: 3%;
	padding: 0 5%;
}
dt {
	width: 18%;
	float: left;
}
dd {
	width: 79%;
	padding-top: 7px;
	float: right;
}
dl li {
	margin-bottom: 15px;
}
.btn_app, .icon {
	text-align: center;
	margin: 0 auto 30px;
}
.btn_app {
	width: 75%;
}
.icon {
	width: 75%;
}

/* add 20150901 start */
.icon {
	margin-left:17%;
}
.icon a {
	float:left;
	width:30%;
}
.copy {
	clear:both;
}
/* add 20150901 end */

.copy {
	line-height: 35px;
	text-align: center;
	font-size: 11px;
	color: #fff;
	background: #d80073;
}
}
/*===============================================
 sp
===============================================*/
@media screen and (max-width: 767px) {
.pc, .tab {
	display: none;
}
img {
	width: 100%;
}
/*----------common----------*/
.content {
	margin: 0 auto;
	padding: 30px 0;
}
h2, h3 {
	text-align: center;
}
h2 {
	line-height: 40px;
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: bold;
}
h3 {
	line-height: 25px;
	margin-bottom: 20px;
	padding: 0 10px;
	font-size: 18px;
	font-weight: bold;
	color: #c6006f;
}
.att {
	line-height: 20px;
	font-size: 18px;
	font-weight: bold;
}
.att02 {
	line-height: 18px;
	font-size: 16px;
	font-weight: bold;
}
dl {
	overflow: hidden;
	margin-bottom: 15px;
	padding: 0 5%;
}
dt {
	width: 30%;
	margin-bottom: 5px;
}
dd {
	width: 100%;
}
dl li {
	margin-bottom: 10px;
}
.btn_app, .icon {
	text-align: center;
	margin: 0 auto 10px;
}
.btn_app {
	width: 95%;
}
.icon {
	width: 75%;
}

/* add 20150901 start */
.icon {
	margin-left:17%;
}
.icon a {
	float:left;
	width:30%;
}
.copy {
	clear:both;
}
/* add 20150901 end */


.copy {
	line-height: 35px;
	text-align: center;
	font-size: 11px;
	color: #fff;
	background: #d80073;
}
}
