@charset "UTF-8";

/* ========================================
	reset
======================================== */

body {
   -webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea,
p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
}
abbr, acronym, fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
em, strong {
	font-style: normal;
	font-weight: bold;
}
img {
	border: 0;
}

:focus {
	outline: none;
}

a:link, a:visited {
	outline: none;
}
a:hover, a:active {
	outline: none;
}

/* ========================================
	base
======================================== */
body {
	font-family:'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ Pro W3','メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color: #3c3c3c;
	background: #000;
}
.md-wrapper{
	width: 860px;
	margin: 0 auto;
	background: #FFF;
	padding: 40px 0;
	border-radius: 16px;
}
.md-section{
	width: 780px;
	margin: 0 auto;
	padding: 18px 0;
	border-radius: 10px;
	border: #b4b4b4 2px solid;
}
.md-section-home{
	margin-bottom: 20px;
}
.md-section-title{
	width: 740px;
	margin: 0 auto 20px auto;
	background: #ebebeb;
	text-align: center;
	color: #707070;
	font-weight: bold;
	line-height: 44px;
	letter-spacing: 0.1em;
	border-radius: 8px;
}



.md-trial-btn {
	width: 580px;
	margin: 0 auto 30px auto;
}
.md-trial-btn a {
	position: relative;
	display: block;
	background: #e60012;
	border-radius: 36px;
	box-shadow: 0 4px 0 #b90412;
	color: #FFF;
	text-decoration: none;
	-webkit-transition: transform, box-shadow, ease-out 0.2s;
	transition: transform, box-shadow, ease-out 0.2s;
}
.md-trial-btn a:hover {
	box-shadow: 0 0 0 #b90412;
	transform: translate3d(0,4px,0);
}
.md-trial-btn a span {
	display: block;
	line-height: 0;
}
.md-trial-btn a img{
	vertical-align: bottom;
}
.md-section-txt{
	text-align: center;	
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px;
	letter-spacing: 0.07em;
}

.md-section-txtbtn{
	text-align: center;	
	font-weight: bold;
	margin-bottom: 15px;
}

.md-section-txtbtn a{
	text-decoration: none;
	color: #e60012;
	font-size: 16px;
}
.md-section-txtbtn a:before{
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../img/arrow_txtlink.png) 0 0 no-repeat;
	vertical-align: middle;
	margin: -4px 10px 0 0;
}
.md-section-txtbtn a:hover{
	text-decoration: underline;
}
.md-section-note{
	text-align: center;
	font-size: 14px;
	margin-bottom: 10px;
	color: #8c8c8c;
}
.md-section-note a{
	text-decoration: underline;
	color: #8c8c8c;
}
.md-section-note a:hover{
	text-decoration: underline;
	color: #AAA;
}

.md-trial-qr{
	text-align: center;
	width: 156px;
	margin: 0 auto 20px auto;
	border: #b4b4b4 1px solid;
}
.md-trial-qr img{
	vertical-align: bottom;
}
.md-section-list{
	width: 580px;
	margin: 0 auto 15px auto;
}
.md-section-list li{
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 15px;
}
.md-qr-icon{
	vertical-align: middle;
	margin: -4px 3px 0 3px;
}

.md-section-list-num{
	vertical-align: middle;
	margin: 0 10px 0 0;
}