@charset "UTF-8";
body {
	background: #f7f2ec;
	color: #3e4746;
	letter-spacing: 0.05em;
}
h1 {
	padding: 0;
	margin: 0;
}
h1 img {
	width: 100%;
}
h2 {
	margin: 20px auto;
}
h3 {
	font-size: 1.35em;
	border-top: 2px solid #78cfc7;
	border-bottom: 2px solid #78cfc7;
	text-align: center;
	padding: 8px;
}
a {
	color: #70e0a8;
}
a:hover {
	text-decoration: underline;
}
a.nav {
	background: #ffe756;
}
a img:hover {
	opacity: 0.8;
}
#main img {
	width: auto;
	display: block;
	margin: auto;
}
img.poch_logo {
	max-width: 100px;
}
#header {
	display: block;
	margin: 0 0 15px;
	padding: 0;
}
#main {
	margin: 0;
	padding: 0;
}
.btn {
	background: #70e0a8;
	border-radius: 10px;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	border-radius: 18px;
	box-sizing: border-box;
	cursor: pointer;
}
.btn:hover,
.btn:active,
.btn:focus {
	background: #61d098;
	text-decoration: none;
}
.btn_apply {
	line-height: 2em;
	margin: 20px auto;
	background: #ffe756;
	border: 3px solid #3e4746;
	color: #3e4746;
	box-shadow: 0 3px 0 rgba(0,0,0,0.2);
}
.btn.btn_apply:hover,
.btn.btn_apply:active,
.btn.btn_apply:focus {
	background: #efd539;
}

/* main */
#main {
	padding: 0 8px 20px;
}
ul.sns_icons {
	float: none;
	text-align: right;
	max-width: 650px;
	margin: 0 auto 10px;
}
.container {
	padding: 0 0 20px;
	text-align: left;
}
.container:last-child {
	padding: 0;
}
.bg_white {
	background: #fff;
	line-height: 1.8em;
	border-radius: 25px;
	padding: 10px 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.bg_white p {
	margin: 0 0 10px;
}

.bg_white h5 {
	display: inline-block;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0.5em;
}
ul.step_list {
	margin: 10px 10px 20px;
}
ul.step_list li {
	display: block;
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0 0 50px;
	text-align: left;
	letter-spacing: 0.1em;
	box-sizing: border-box;
}
ul.step_list li:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -35px;
	margin-left: -20px;
	width: 0;
	height: 0;
	vertical-align: middle;
	border-right: solid 20px transparent;
	border-top: solid 20px #626262;
	border-left: solid 20px transparent;
}
ul.step_list li:last-child:after {
	border: none;
}
ul.step_list li:nth-child(3n+0) {
	margin: 0 0 10px 0;
}
ul.step_list li p {
	position: absolute;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.75);
	color: #fff;
	font-weight: bold;
}
ul.list_normal {
	overflow: hidden;
	margin-bottom: 15px;
}

/* poch */
#poch {
	color: #4333a7;
}
#poch h3 {
	border-color: #ffd268;
}
#poch h3 img {
	display: inline-block;
}
#poch .img_poch img {
	max-width: 180px;
	margin: auto;
}
ul.list_poch {
	margin: 10px 0;
	overflow: visible;
}
ul.list_poch li {
	position: relative;
	text-align: left;
	padding-left: 34px;
	margin: 0 0 10px;
}
ul.list_poch li:last-child {
	margin: 0;
}
ul.list_poch li span {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -13px;
	display: inline-block;
	width: 25px;
	height: 25px;
	background: #ffd268;
	border-radius: 50%;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
}
ul.list_poch li strong {
	font-size: 110%;
	border-bottom: 2px solid #ffd268;
}
ul.list_app li {
	display: inline-block;
	max-width: 200px;
	margin: 5px 5px 0;
}
.yellow {
	background: #ffe651;
}

/* フッター */
#footer {
	background: #fff;
}
#footer .container {
	padding: 0;
}
#footer h3 {
	border-top: 0;
}
#footer .btn {
	border-color: #000;
	box-shadow: none;
}
