@charset "UTF-8";

/* リセット系 */
* {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0;
}
html, body {
	overflow-x: hidden;
}
body {
	height: 100%;
	width:100%;
	max-width:100%;
	width:100vw;
	max-width:100vw;
	margin:0;
	padding:0;
	font-family: sans-serif;
	color:#55605f;
	background:#FFF;
	font-size:14px;
	line-height:1.5em;
	letter-spacing: 0.1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	word-wrap: break-word;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS Gothic', 'arial', 'helvetica', sans-serif;
}
h1 {
	margin-top: 0.3em;
}
h2 {
	font-size: 1.2em;
	line-height: 1.5em;
	letter-spacing: 0.1em;
}
h3 {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 1em 0;
	letter-spacing: 0.1em;
}
h4 {
	font-size: 1.2em;
}
ul {
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	list-style-type:none;
}
ul li {
	position:relative;
}
a {
	text-decoration: none;
	transition: all 0.2s ease;
}
a:focus {
	outline: none;
	outline: -webkit-focus-ring-color auto 0px;
}
img { max-width:100%; }

select,
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input[type="checkbox"],
textarea {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', '游ゴシック', 'Meiryo', 'メイリオ', 'Osaka', 'MS Gothic', 'arial', 'helvetica', sans-serif;
	font-size:16px;
	margin: 5px 0 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance:none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	width:100%;
	padding: 5px;
	border: 1px solid #a9b2b1;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input,textarea {
	line-height: 1.5em;
}
input:focus,
textarea:focus {
	outline: none;
}
.wrapper {
	position: relative;
	text-align: center;
}
.container{
	max-width: 900px;
	margin: 0 auto;
}
#header,
#main,
#footer {
	padding: 0 8px;
	margin-bottom: 20px;
	overflow: hidden;
}
#header {
	margin-top: 30px;
	display: inline-block;
}
.btn {
	display: block;
	text-align: center;
	padding: 13px;
	margin: 10px auto;
	background: #78CFC7;
	color: #fff;
	max-width: 500px;
}
.btn:hover,
.btn:active,
.btn:focus {
	background: #78CFC7;
}
ul.list_normal {
	overflow: visible;
	padding-left: 20px;
}
ul.list_normal li {
	margin: 5px 0;
	list-style-type: disc;
}

/* slick slider用 */
.slick-arrow,
.slick-dots {
	display: none!important;
}

/* ヘッダーリンク */
a.nav {
	position: absolute;
	top: 0;
	right: 10px;
	line-height: 1em;
	padding: 7px 17px;
	background: #000;
	border-radius: 0 0 10px 10px;
}
a.nav img {
	width: 100px;
}
@media only screen and (max-width: 330px) {
	a.nav img {
		width: 95px;
	}
	a.nav {
		right: 7px;
		padding: 7px 10px;
	}
}

/* SNSアイコン */
ul.sns_icons {
	display: block;
	float: right;
	overflow: hidden;
}
ul.sns_icons li {
	display: inline-block;
}
ul.sns_icons li img {
	width: 30px;
	margin: 10px 3px 0;
}
#main ul.sns_icons li img {
	width: 30px;
}

/* フォレスト＋の紹介 */
#footer .container {
	margin-bottom: 20px;
}
#footer h3 {
	color: #78CFC7;
	font-size: 120%;
	border-bottom: 1px solid #78CFC7;
	letter-spacing: 0.1em;
	margin-top: 2em;
}
#footer .forestplus {
	display: block;
	width: 100%;
	padding: 0 0 15px;
	text-align: center;
	font-size: 90%;
}
#footer .forestplus img {
	display: inline-block;
	max-width: 370px;
	vertical-align: top;
	margin: 10px auto;
}
#footer .theme_slider {
	display: inline-block;
	margin: 0 auto;
	width: 100%;
}
#footer .theme_slider .slick-list {
	padding: 5px
}
#footer .theme_slider .slick-list img {
	margin: 0 auto;
}
/* フォレストページの説明 */
#footer ul.note {
	text-align:center;
	font-size:0;
	line-height:0;
	position:relative;
	padding:0 0 20px;
	margin:30px auto 0;
	width:98%;
	overflow:visible;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border:2px solid #CBD1D1;
	z-index:1;
}
#footer ul.note li {
	color: #55605f;
	display:inline-block;
	width:44%;
	padding:20px 0 0;
	margin:0;
	font-size:12px;
	line-height:1em;
	position:relative;
	vertical-align:top;
	background: #fff;
}
#footer ul.note li:nth-child(odd){
	margin-right:10px;
}
#footer ul.note li .ribbon {
	width:auto;
	height:auto;
	position:absolute;
	top:10px;
	left:0;
	right:0;
	margin:auto;
	border:none;
	background:none;
}
#footer ul.note li .ribbon:after,
#footer ul.note li .ribbon:before {
	display:none;
}
#footer ul.note li h5 {
	background:rgba(255, 230, 81, 0.9);
	display:inline-block;
	min-width:80px;
	position:relative;
	padding:0 10px;
	margin: 0;
	line-height:30px;
	font-size:13px;
	font-weight:bold;
}
#footer ul.note li h5:before,
#footer ul.note li h5:after {
	content:"";
	display:inline-block;
	height:0;
	width:0;
	position:absolute;
	border-top:15px solid rgba(255, 230, 81, 1);
	border-right:9px solid rgba(255, 230, 81, 0);
	border-bottom:15px solid rgba(255, 230, 81, 1);
	border-left:9px solid rgba(255, 230, 81, 0);
}
#footer ul.note li h5:before {
	left:-9px;
}
#footer ul.note li h5:after {
	right:-9px;
}
#footer ul.note li .inner {
	padding:40px 10px 0;
}
#footer ul.note li p {
	letter-spacing: 0em;
	margin: 5px 0;
}
#footer ul.note li i {
	font-size:45px;
	line-height:50px;
}
#footer ul.note li.yume i { color: #FEA190; font-size:40px; }
#footer ul.note li.reader i { color: #78CFC7; }
#footer ul.note li.custom i { color: #727B7A; }
#footer ul.note li.security i { color: #789ECF; }

#copy {
	margin: 10px auto;
	letter-spacing: 0em;
}
#copy small {
	font-size: 10px;
}
.spacer15 {
	clear: both;
	height: 15px;
}
.spacer25 {
	clear: both;
	height: 25px;
}
.clear { clear: both; }
.block { display: block!important;}
.center { text-align: center!important;}
.helvetica {
    font-family: 'Helvetica';
}
