@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;
	padding: 20px 10px 40px 10px;
}
.md-wrapper{
	margin: 0 auto;
	background: #FFF;
	padding: 10px 0;
	border-radius: 16px;
	max-width: 414px;
}
.md-section{
	margin: 0 0;
	padding: 0 0 10px 0;
}
.md-section-home{
	margin-bottom: 30px;
	border-bottom: #b4b4b4 2px solid;
	padding: 0 0 20px 0;
}
.md-section-title{
	margin: 0 10px 20px 10px;
	background: #ebebeb;
	text-align: center;
	color: #707070;
	font-weight: bold;
	line-height: 44px;
	border-radius: 8px;
	font-size: 14px;
}



.md-trial-btn {
	width: 226px;
	margin: 0 auto 30px auto;
}
.md-trial-btn a {
	position: relative;
	display: block;
	background: #e60012;
	border-radius: 39px;
	box-shadow: 0 4px 0 #b90412;
	color: #FFF;
	text-decoration: none;
}
.md-trial-btn a span {
	display: block;
	line-height: 0;
}
.md-trial-btn a img{
	vertical-align: bottom;
}
.md-section-txt{
	font-weight: bold;
	font-size: 14px;
	margin: 0 15px 15px 15px;
}

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

.md-section-txtbtn a{
	text-decoration: none;
	color: #e60012;
	font-size: 12px;
}
.md-section-txtbtn a:before{
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../img/arrow_txtlink.png) 0 0 no-repeat;
	-webkit-background-size: 12px;
	        background-size: 12px;
	vertical-align: middle;
	margin: -4px 4px 0 0;
}
.md-section-txtbtn a:hover{
	text-decoration: underline;
}
.md-section-note{
	font-size: 11px;
	color: #8c8c8c;
	margin: 0 15px 10px 15px;
	text-indent: -1em;
	padding-left: 1em;
}
.md-section-note a{
	text-decoration: underline;
	color: #8c8c8c;
}

.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: 280px;
	margin: 0 auto 15px auto;
}
.md-section-list li{
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 12px;
	text-indent: -26px;
	padding-left: 26px;
	line-height: 1.4;
}
.md-qr-icon{
	vertical-align: middle;
	margin: -4px 3px 0 3px;
}

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

.md-sp-close{
	margin-top: 30px;
}
.md-sp-close a{
	color: #FFF;
	font-weight: bold;
display: block;
  position: relative;
  width: 196px;
  height: 12px;
  padding: 10px 0;
  margin: 0 auto;
  background-color: #8c8c8c;
  border-radius: 16px;
  text-align: center;
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: 0.12em;
  text-decoration: none;
  box-shadow: 0 2px 0 rgba(105, 105, 105, 1);
  }