html {
	font-family: "Noto Sans JP";
	color: #222;
}
body {
	width: 100%;
}
body, section, div, p, ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
}
body {
	/*margin-bottom: 140px;
	fixedボタン入れるときに使う*/
	position: relative;
}
@media screen and (min-width: 600px) {
    body {
    	width: 600px;
    	margin: 0 auto;
    }
}
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
img {
	width: 100%;
}
a {
	color: #F3736C;
}
.primary-btn {
	color: #fff;
	background: #F3736C;
	padding: 18px 14px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	display: block;
}
span.primary-btn {
	color: #fff;
	background: #DFDFDD;
	font-size: 13px;
}
.secondary-btn {
	color: #F3736C;
	border: 2px solid #F3736C;
	padding: 10px 14px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	display: block;
}

.logo-monomy {
	width: 100px;
	margin: 10px auto;
}
.lp-header {
	margin-bottom: 20px;
}
.is-fixed {
	background-color: rgba( 255, 255, 255, 0.97);
	box-shadow: 0 0 4px 1px rgba(0,0,0,0.1);
	height: 36px;
    padding: 14px 0 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
}
.header-menu {
	display: flex;
	justify-content: center;
	list-style: none;
	font-size: 14px;
	font-weight: 600;
}
.header-menu-item {
    margin-right: 24px;
}
.header-menu-item:last-child {
	margin-right: 0;
}
.header-menu-item a {
	color: #222;
	text-decoration: none;
	background: url(../images/icon-nav-arrow.svg) no-repeat right 6px;
    background-size: 10px;
    padding-right: 14px;
}

.hero-banner {
	line-height: 0;
}
.contents-block {
	padding: 100px 30px 0;
    margin-bottom: 100px;
}
.contents-block.last-contents {
    margin-bottom: 0;
}
.bgc-f6 {
	background-color: #f6f6f6;
    padding: 100px 30px;
}
.contents-text {
	font-size: 14px;
	line-height: 1.6;
}
.contents-text.text-center {
	text-align: center;
}
.contents-text.text-margin {
	margin: 20px 0;
}

.contents-step {
	background-color: #f6f6f6;
    padding: 40px 30px 100px;
}
@media screen and (min-width: 600px) {
	.contents-step {
	    padding: 40px 140px 100px;
	}
}
.step-list {
	list-style: none;
}
.step-list-item {
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 0 4px 1px rgba(0,0,0,0.1);
	padding: 20px;
	position: relative;
	margin-bottom: 40px;
}
.step-list-item:last-child {
	margin-bottom: 0;
}
.step-num {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 2px 0 0 0;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
	line-height: 1.7; 
	background-color: #BD990A;
	color: #fff;
	font-size: 34px;
	font-weight: 600;
    height: 60px;
    width: 60px;
}
.step-img {
	width: 40%;
	margin: 0 auto;
	display: block;
	margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
	.step-img {
		width: 40%;
	}
}
.step-text {
	font-weight: 600;
	font-size: 16px;
}

.contents-title {
	font-size: 24px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 40px;
}
.contents-subtitle {
	font-size: 15px;
	text-align: center;
	font-weight: 600;
}
.contest-notes {
	line-height: 1.6;
	font-size: 14px;
}
.contest-notes ul {
	list-style: none;
	margin: 30px 0;
}
.contest-notes li {
	text-indent: -14px;
    padding-left: 14px;
    margin-bottom: 10px;
}
.contest-notes li:last-child {
    margin-bottom: 0;
}
.contest-notes li b {
	color: #BD0A0A;
}

.app-dl {
	display: flex;
	justify-content: center;
	margin: 0 -20px 20px 0;
}
.app-dl-item {
	margin-right: 20px;
}
.sns-account {
	text-align: center;
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.sns-item {
	width: 24px;
    margin-right: 10%;
}
.sns-item:last-child {
	margin-right: 0;
}
.unlink {
	pointer-events: none;
}

footer {
    background: #222;
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding: 50px 20px;
    line-height: 2;
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer span {
	margin: 0 10px;
}
.copy-right {
	font-size: 10px;
	font-weight: 600;
	margin-top: 20px;
}

.bottom-fixed-area {
	padding: 20px 0 28px;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    letter-spacing: -.6px;
    background-color: rgba( 255, 255, 255, 0.8);
    z-index: 2;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 47px;
}
.bottom-fixed-area .primary-btn {
	width: 80%;
	margin: 0 auto;
}

@media screen and (min-width: 600px) {
    footer .primary-btn {
    	width: 260px;
    }
}

