@charset "utf-8";

/* ========================================================================== */
/* 480px 未満（スマートフォン端末・共通）                                     */
/* ========================================================================== */


body {
	background-color: #ffffff;
	margin: 15px;
	font-size: 14px;
}
.s01 {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
}
.small {
	line-height: 150% ;
}
.s03 {
	line-height: 150% ;
}

.big {
	line-height: 150% ;
	display:none;    
}


.li_indnt {
	margin-left:-2em;
	list-style: none;
	text-indent: -1.35em;
}
.li_indnt2 {
	margin-top:-10px;
	margin-left:10px;
//	list-style: none;
//	text-indent: -5.7em;
//	text-indent: -1.35em;
}
.m_li {
	margin-bottom: 10px;
}
.t_main {
	font-size:20px;
	font-weight: bold;
	color: #7A2B7E; /* 文字の色 */
	text-align: center;
	padding-left: 0px; /* 左の余白 */
}
.block {
	margin-top: 10px;
	margin-left: 20px;
	max-width: 400px;
}
.btn {
	background: #7A2B7E;
	border: 1px solid #7A2B7E;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px 20px;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
}
.frame {
	margin-top: -15px;
	border:solid 2px #cccccc;
	border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;
	padding: 5px 20px 5px 20px;
}


/* ========================================================================== */
/* 480px 以上                                                                 */
/* ========================================================================== */
@media screen and (min-width: 780px) {
body {
	margin: 20px;
	font-size: 14px;
}
.s01 {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.small {
	display:none;
}

.s03 {
	padding-left: 1.55em; /* 左の余白 */
}

.big {
	padding-top: 0px;
	line-height: 150% ;
	text-align: center;
	padding-bottom:10px;
	display:block;
}

.li_indnt {	 
	margin-left:-1.5em;
}
.li_indnt2 {
	text-align:left;
	margin-top:-15px;
	margin-left:110px;
}
.t_main {
	margin-bottom:0px;
	font-size:30px;
}
}
