@charset "UTF-8";

/*ログイン前LP*/
.prelogin #wrapper {
	min-height:70%;
	min-height:70vh;
	min-height:calc(100vh - 282px);
	width:700px;
	padding:0;
	margin:0 auto;
}
.prelogin #wrapper.wrap_wide {
	width: 768px;
}
.prelogin #wrapper.signup_wrap {
	min-height: 0;
}
/* ログイン前：ヘッダー */
.prelogin #header {
	height:50px;
}
.prelogin #header_spacer {
	height:101px;
}
.prelogin #header .login_links {
	float:right;
}
.prelogin #header .login_links a {
	display:inline-block;
	color:#8D9391;
	padding:18px 10px 20px;
}
.prelogin #header .login_links a:hover {
	text-decoration:underline;
}

/* ログイン前：検索アイコン */
.prelogin #header #header_search_icon {
	display:inline-block;
	float:right;
	height:50px;
	width:30px;
	line-height:50px;
	margin:0 10px;
	color:#CCD2D2;
	font-size:25px;
	padding:0 5px;
}
.prelogin #header #header_search_icon:hover {
	opacity: 0.8;
}
.prelogin #header #header_search {
	position:absolute;
	top:51px;
	background:#fff;
	width:100%;
	-moz-box-shadow: 0 1.5px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1.5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1.5px 0 rgba(0, 0, 0, 0.2);
}
#header #header_search h2 {
	height:auto;
	border:none;
	line-height:normal;
	margin:0;
	padding:0;
}

/* ログイン */
#header .login_btn {
	border:1px solid #e0e0e0;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
/* ヘルプボタン */
#top_help_btn {
	display:inline-block;
	position:absolute;
	right:50px;
	bottom:0px;
	background:#78CFC7;
	height:45px;
	line-height:45px;
	padding:0 20px;
	border-radius:60px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	letter-spacing:1px;
}
#top_help_btn:hover {
	color:#fff;
	opacity: 0.8;
}
#top_help_btn  i {
	font-size:20px;
	vertical-align:middle;
}


/* ログイン前：TOP*/
#prelogin_top {
	position:relative;
	background: #f7f2ec;
	padding-bottom: 50px;
}
#prelogin_top h2,
#prelogin_top h4 {
	background:none;
	border:none;
}
#prelogin_top .btn {
	display: block;
	background:#fff;
	border:1px solid #A5AFAE;
	color:#8D9391;
	text-shadow:none;
	max-width:300px;
	margin: 0 auto;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#prelogin_top .btn:hover {
	background: #f5f5f5;
	border-color: #858a89;
	opacity: 1;
}

/* ヘッダー TOP */
#top_header {
	margin:50px 0 0 0;
	position:relative;
}
#top_header .slogan {
	text-align:center;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	height:145px;
	width:600px;
	z-index:9;
}
#top_header .slogan p {
	color: #fff;
	letter-spacing: 0.2em;
}
#top_header .slogan h2 {
	color:#fff;
	font-size:30px;
	letter-spacing:5px;
	margin:0 0 10px;
}
#top_header .btn_register,
#prelogin_top .popup .btn_register {
	min-width: 240px;
	min-height: 46px;
	line-height: 46px;
}
#top_header .theme_slider_cover {
	position:absolute;
	top:0;
	width:100%;
	margin:0;
	background:url("../img/portal/header_cover.png") center center;
	background-size:cover;
	z-index:8;
}
#top_header .theme_slider_cover,
#top_header ul.theme_slider,
#top_header ul.theme_slider li {
	height:200px;
}
ul.theme_slider {
	width:100%;
	overflow:hidden;
	z-index:1;
}
ul.theme_slider li {
	background:#000;
	position:relative;
	overflow:hidden;
}
ul.theme_slider li img {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	width: 100%;
}
ul.theme_slider_nav {
	height:120px;
	overflow:hidden;
}
ul.theme_slider_nav li {
	display:inline-block;
	float:left;
}

#top_keyword {
	text-align: center;
	background: #fff;
	padding: 20px 0;
	overflow: hidden;
}
#top_keyword h3 {
	background: transparent;
	color: #56605F;
	border: none;
	padding: 0;
}
#top_keyword form.search {
	margin: 0 auto;
}
ul.keyword_pickup {
	margin: auto;
	width: 100%;
	max-width: 920px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 10px 15px;
	box-sizing: border-box;
}
ul.keyword_pickup li {
	position: relative;
	z-index: 1;
	margin: 5px 3px;
	max-width: 90%;
	display: inline-block;
	border: 2px solid #78CFC7;
	border-radius: 8px;
	box-sizing: border-box;
}
ul.keyword_pickup li a {
	color: #55605f;
	display: block;
	padding: 10px 15px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.2em;
	transition: all .2s ease;
}
ul.keyword_pickup li a:hover {
	color: #78CFC7;
	transition: all .2s ease;
}
ul.keyword_pickup li:hover {
	border: 2px dashed #78CFC7;
}
ul.keyword_pickup li:after {
	content: "";
	position: absolute;
	z-index: 2;
	bottom: -2px;
	right: -2px;
	border-style: solid;
	background: #78CFC7;
	display: block;
	width: 0;
	border-width: 7px;
	border-color: transparent #FFF #FFF transparent;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius: 4px 0 0 0;
	border-radius: 4px 0 0 0;
}
ul.keyword_pickup li.border_red { border-color: #ff9382; }
ul.keyword_pickup li.border_red:after { background: #ff9382; }
ul.keyword_pickup li.border_pink { border-color: #ff82ac; }
ul.keyword_pickup li.border_pink:after { background: #ff82ac; }
ul.keyword_pickup li.border_yellow { border-color: #fee54d; }
ul.keyword_pickup li.border_yellow:after { background: #fee54d; }
ul.keyword_pickup li.border_blue { border-color: #84ade1; }
ul.keyword_pickup li.border_blue:after { background: #84ade1; }

#top_contents {
	width: 1085px;
	min-width: 1085px;
	margin: 0 auto;
	padding: 20px 0 0;
}
@media only screen and (max-width: 1060px) {
	#top_contents {
		padding: 20px 10px 0;
	}
}
#top_contents h3 {
	font-size: 115%;
	padding: 4px 10px 4px 37px;
	border: none;
	margin-bottom: 8px;
}
#top_contents h3 img {
	position:absolute;
	top:0;
	bottom:0;
	left:10px;
	width:18px;
	margin:auto;
}
#top_contents h4 {
	padding: 0;
	font-size: 100%;
	margin-bottom: 5px;
}
#top_contents .container {
	width:100%;
	margin:0 auto 15px;
	padding: 20px;
	border-radius: 3px;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0 0 2px #dad1c6;
}

/* サイドバー */
#top_sidebar {
	display: inline-block;
	padding-right: 15px;
	width: 300px;
	float: left;
}
.top_register  img {
	width: 40%;
	display: inline-block;
	float: left;
}
.top_register p {
	width: 53%;
	float: left;
	display: inline-block;
	vertical-align: top;
	margin: 5px auto 0 10px;
	letter-spacing: 0;
}
.top_register p a {
	font-size: 12px;
}
.top_register a:hover {
	text-decoration: underline;
}
.top_register ul.btn_twins {
	margin-top: 10px;
}
.top_register .btn_register {
	display: block;
	margin: 0;
	text-decoration: none;
	min-width: 0;
	height: 46px;
	line-height: 46px;
	padding: 0 15px 0 30px;
	color: #55605f;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.top_register a.btn_register:hover {
	text-decoration: none;
}
.top_register .btn_register img {
	left: 10px;
	width: 18px;
}
#prelogin_top .top_register .btn {
	background: #dbdede;
	color: #55605f;
	border: 2px solid #a6a9a9;
	height: 46px;
	line-height: 46px;
	text-decoration: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#prelogin_top .top_register .btn:hover,
#prelogin_top .top_register .btn:active,
#prelogin_top .top_register .btn:focus {
	background: #cbd0d0;
}
.top_register .btn i {
	color: #55605f;
}

#top_sidebar form.search {
	width: 100%;
	margin: 0 auto;
}
#top_sidebar form.search input[type=text],
#top_sidebar form.search button {
	height: 32px;
	line-height: 32px;
}
#top_sidebar form.search input[type=text] { width: 75%; }
#top_sidebar form.search button { width: 25%; }
#top_sidebar form.search .filter_and-or { width: 130px; }
#top_sidebar form.search .filter_and-or select { margin-bottom: 0;}
#top_sidebar form.search .filter_perfect-fit {
	font-size: 12px;
	line-height: 22px;
}
#top_sidebar form.search input[type=text]::-webkit-input-placeholder{
	line-height:32px;
}
#top_sidebar form.search input[type=text]::-ms-input-placeholder{
	line-height:32px;
}
#top_sidebar form.search input[type=text]::-moz-input-placeholder{
	line-height:32px;
}

#top_sidebar .ad_block { margin-bottom: 15px; }
ul.list_official {
	margin-bottom: 11px;
	overflow: visible;
}
ul.list_official:after {
	content: "";
	display: block;
	clear: both;
}
ul.list_official li {
	width: 31.4%;
	height: 72px;
	display: inline-block;
	margin: auto 3px;
	padding: 3px 0px;
	border: 2px solid #78cfc7;
	border-radius: 10px;
	box-sizing: border-box;
	box-shadow: 0 3px 0 -1px rgba(0,0,0,0.2);
	float: left;
	transition: all .2s ease;
}
ul.list_official li:first-child { margin-left: 0; }
ul.list_official li:last-child { margin-right: 0; }
ul.list_official li:hover {
	background: #f5f5f5;
	transition: all .2s ease;
}
ul.list_official li:hover img {
	opacity: 1;
}
ul.list_official li img {
	display: block;
	max-height: 43px;
	margin: 0 auto;
}
ul.list_official li p {
	margin: 0;
}
ul.list_official li a {
	color: #8E8F91;
	font-size: 11px;
	text-align: center;
	letter-spacing: 0.01em;
}
ul.list_banner li {
	margin-bottom: 10px;
	line-height: 0;
}
ul.list_banner li:last-child { margin-bottom: 0; }
#top_sidebar .top_press {
	margin-bottom: 20px;
	overflow: hidden;
}
#top_sidebar .top_press:last-child {
	margin-bottom: 0;
}
#top_sidebar ul.list_article {
	margin-bottom: 0;
}
#top_sidebar ul.list_article li {
	border: none;
}
#top_sidebar ul.list_article li .img_cover {
	width: 100px;
}
#top_sidebar ul.list_article li:first-child .img_cover {
	width: 100%;
	max-height: 130px;
	margin-bottom: 5px;
	padding: 0;
	float: none;
}
#top_sidebar ul.list_article li p {
	padding: 0;
}
#top_sidebar ul.list_article li .date {
	position: relative;
	bottom: auto;
}
/* メインコンテンツ */
#top_main {
	display: inline-block;
	width: 768px;
	float: left;
}
.topics {
	margin-bottom: 15px;
}
.topics_slide {
	display: inline-block;
	float: left;
	width: 60%;
}
.topics_slide .slick-prev {
	left: 0;
	z-index: 1;
}
.topics_slide .slick-next {
	right: 0;
	z-index: 1;
}
.topics_slide .slick-prev:before,
.topics_slide .slick-next:before {
	width: 20px;
	height: 20px;
	font-size: 20px;
}
.topics_news {
	display: inline-block;
	width: 40%;
	padding-left: 10px;
	vertical-align: top;
	overflow: hidden;
	box-sizing: border-box;
}
#prelogin_top .topics_news h4 {
	background: #f5f5f5;
	padding: 5px 10px;
}
#prelogin_top .topics_news h4 a{
	font-weight: normal;
}
.topics_news ul.list_article {
	max-height: 190px;
	overflow-y: auto;
	margin-bottom: 0;
	padding: 10px 5px;
	box-sizing: border-box;
}
.topics_news ul.list_article li a {
	color: #78CFC7;
}
@media only screen and (max-width: 724px) {
	.topics_slide,
	.topics_news {
		width: 100%;
		float: none;
	}
	.topics_news {
		padding-left: 0;
	}
	.topics_news ul.list_article {
		max-height: 80px;
	}
}
.site_list {
	display: block;
	width: 100%;
	margin: 10px auto;
	box-sizing: border-box;
}
.site_block {
	display: block;
	width: 230px;
	font-size: 14px;
	text-align: left;
	border-radius: 6px;
	border: 1px solid #a9b2b1;
	background: #fff;
	margin: 0 5px 13px;
	box-shadow: 0 3px 0 -1px rgba(0,0,0,0.2);
	box-sizing: border-box;
}
@media only screen and (max-width: 724px) {
	.site_block {
		width: 98%;
		margin: 0 0 13px;
	}
}
.site_block .img_cover {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 85px;
	border-radius: 5px 5px 0 0 ;
	background: #b8ebe6;
	overflow: hidden;
	line-height: 0;
}
.site_block .img_cover img {
position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: .2s ease-in-out;
	}
.site_block .user_icon {
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -37px;
	overflow: hidden;
	line-height: 0;
}
.site_block .user_icon img.avatar70 {
	border: 2px solid #fff;
	border-radius: 37px;
	border-radius: 50%;
}
.site_block a:hover .img_cover img {
	opacity: 1;
	-webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: .2s ease-in-out;
}
.site_block a:hover .user_icon img {
	opacity: 1;
}
.site_block h5.clamp {
	padding: 20px 10px 0;
	font-weight: bold;
}
.site_block .inner {
	padding: 5px 10px 10px;
}
.site_block a.toggle_fade {
	display: block;
	text-align: right;
	font-size: 12px;
	transition: all .2s ease;
	cursor: pointer;
}
.site_block a.toggle_fade:hover {
	text-decoration: underline;
}
.site_block a.toggle_fade .hide {
	display: none;
	transition: all .2s ease;
}
.site_block a.toggle_fade i {
	margin-left: 5px;
}
.site_block a.toggle_fade.active .show {
	display: none;
	transition: all .2s ease;
}
.site_block a.toggle_fade.active .hide {
	display: inline-block;
	transition: all .2s ease;
}
.site_block a.toggle_fade.active i {
	transform:rotate(180deg)
}
.site_block .toggle_more_info {
	background: #fff;
	margin: 25px -115px 0 0;
	padding: 15px 8px;
	border: 2px solid #78cfc7;
	border-radius: 6px;
/*	color: #A9B2B1;*/
	width: 230px;
	max-height: 160px;
	box-shadow: 0 0 0 1px #fff, 3px 4px rgba(0,0,0,0.2);
	position: absolute;
	right: 50%;
	overflow:visible;
	z-index: 5;
	box-sizing: border-box;
}
.site_block .toggle_more_info:before {
	content: "";
	position: absolute;
	top: -30px;
	right: 10px;
	border: 15px solid transparent;
	border-bottom: 15px solid #78cfc7;
	opacity: 1;
	transition: all .2s ease;
}
.site_block .toggle_more_info > p {
	font-size: 12.5px;
	overflow-y: auto;
	height: 100%;
	max-height: 125px;
	margin: 0;
	line-height: 1.7em;
	letter-spacing: 0.02em;
}
.site_block ul.keyword_list {
	padding: 0;
	box-sizing: border-box;
}
.site_block ul.keyword_list li {
	float: left;
	margin: 5px 3px 0;
	z-index: auto;
}
ul.keyword_list li:after {
	z-index: auto;
}
.site_block ul.keyword_list li a {
	padding: 2px 15px 2px 5px;
	font-size: 12px;
}
#top_main ul.keyword_list { padding: 0; }

#prelogin_top .popup {
	max-height: 390px;
	max-height: 75vh;
	border: 10px solid #fff;
	box-sizing: border-box;
}


/* ログイン前：LP*/
/*
#prelogin_lp {
	position:relative;
}
#prelogin_lp h2,
#prelogin_lp h3,
#prelogin_lp h4 {
	background:none;
	border:none;
}
#prelogin_lp h3 {
	color:#727B7A;
	letter-spacing:1px;
	line-height: 1.5em;
	margin:0;
	padding:0;
}
#prelogin_lp .btn {
	background:#fff;
	border:1px solid #A5AFAE;
	color:#8D9391;
	text-shadow:none;
	min-width:300px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#prelogin_lp .btn:hover {
	background: #f5f5f5;
	border-color: #858a89;
	opacity: 1;
}
#prelogin_lp .container {
	width:1000px;
	margin:0 auto;
	padding:80px 0;
	overflow:hidden;
}
@media only screen and (max-width: 1001px) {
	#prelogin_lp .container {
		width:100%;
	}
}
*/

/* ヘッダー LP */
/*
#lp_header {
	margin:50px 0 0 0;
	position:relative;
}
#lp_header .slogan {
	text-align:center;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	height:170px;
	width:600px;
	z-index:9;
}
#lp_header .slogan h2 {
	color:#fff;
	font-size:24px;
	letter-spacing:2px;
	margin:0 0 10px;
}
#lp_header .theme_slider_cover {
	position:absolute;
	top:0;
	width:100%;
	margin:0;
	background:url("../img/lp/header_cover.png") center center;
	background-size:cover;
	z-index:8;
}
#lp_header .theme_slider_cover,
#lp_header ul.theme_slider,
#lp_header ul.theme_slider li {
	height:300px;
}
#lp_header ul.theme_slider {
	width:100%;
	overflow:hidden;
	z-index:1;
}
#lp_header ul.theme_slider li {
	background:#000;
	position:relative;
	overflow:hidden;
}
#lp_header ul.theme_slider li img {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
*/
/* 会員登録 */
/*
#lp_register {
	position:relative;
	text-align:center;
}
#lp_register ul.theme_slider,
#lp_register ul.theme_slider li,
#lp_register .theme_slider_cover {
	height:320px;
}
#lp_register .theme_slider_cover {
	background:rgba(0,0,0,0.5);
}

#lp_register .slogan {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	height:130px;
	width:800px;
	margin:auto;
	z-index:9;
}
#lp_register .slogan h2 {
	color:#fff;
	font-size:30px;
	letter-spacing:2px;
	margin:0 0 30px;
}
*/
/* 人気のキーワード */
/*
#lp_search {
	background:#fff;
	text-align:center;
}
#lp_search form.search {
	margin:0 auto 20px;
}
#lp_search ul.keyword_list {
	width: 500px;
}
#lp_search .slick-next {
	right: 0;
}
#lp_search .slick-prev {
	left: 0;
}
*/
/* フォレストページについて */
/*
#lp_about {
	background:#fff;
	overflow:hidden;
	text-align:center;
}
#lp_about h3 span {
	border-bottom:2px solid #FFE651;
	padding: 0 10px 5px;
}
#lp_about.about_site {
	background: #f7f2ec;
}
#lp_about.about_design p img {
	max-width: 250px;
	margin: auto;
}
#lp_about .slick-next,
#lp_about .slick-prev {
	display: none;
}
ul.feature_images li img {
	margin: 0 auto;
}
*/
/* トップ：テーマ一覧 */
/*
#lp_about .loopSliderWrap {
	top: 0;
	left: 0;
	height: 200px;
	overflow: hidden;
	position: absolute;
}
#lp_about .loopSlider {
	margin: 0 auto;
	width: 100%;
	height: 200px;
	text-align: left;
	margin-bottom: 25px;
	position: relative;
	overflow: hidden;
}
#lp_about .loopSlider ul {
	clear:none;
	display:inline-block;
	height: 200px;
	float: left;
	overflow: hidden;
}
#lp_about .loopSlider ul li {
	width: 200px;
	height: 150px;
	margin: 0 30px;
	float: left;
	display: inline;
	overflow: hidden;
}
#lp_about .loopSliderWrap:after {
	content: "";
	display: none;
	clear: none;
}
*/
/* ポップアップ */
/*
#prelogin_lp .popup {
	text-align: center;
	max-width: 500px;
}
#prelogin_lp .popup form {
	margin: 0 0 35px;
	padding: 0 35px;
}
#prelogin_lp .popup input {
	margin-bottom: 5px;
}
#prelogin_lp .popup .btn_register {
	width: 100%;
}
#prelogin_lp .popup a.btn i {
	font-size: 130%;
}
#prelogin_lp .popup a.twitter,
#prelogin_lp .popup a.google,
#prelogin_lp .popup a.line {
	color: #fff;
	border: none;
	min-width: auto;
}
#prelogin_lp .popup .btn:hover {
	opacity: 0.8;
}
#prelogin_lp .popup a.twitter {
	background: #57aced;
}
#prelogin_lp .popup a.google {
	background: #dd4c37;
}
#prelogin_lp .popup a.line {
	background: #00b900;
}
#prelogin_lp .popup .btn_register img,
#prelogin_lp .popup .line img {
	position: relative;
	top: auto;
	bottom: auto;
	left: auto;
	width: 20px;
	display: inline-block;
	vertical-align: middle;
}
#prelogin_lp .popup .btn_register:hover img {
	opacity: 0.8;
}
#prelogin_lp .popup .line:hover img {
	opacity: 1;
}
#lp_app {
	background: #f7f2ec;
}
#lp_app .container {
	padding: 45px 10px;
}
#lp_app .app_info {
	display: inline-block;
	float: left;
	width: 55%;
	overflow: hidden;
}
#lp_app .app_info img {
	display: inline-block;
	float: left;
	width: 25px;
}
#lp_app .app_info p {
	display: inline-block;
	float: left;
	overflow: hidden;
}
#lp_app .app_info ul {
	margin: 15px auto 0;
}
#lp_app .app_info ul li {
	margin-bottom: 15px;
}
#lp_app img {
	display: inline-block;
	float: right;
	width: 44%;
	padding-left: 15px;
}
*/
/* ログイン前共通：フッター */
#footer_prelogin {
	clear: both;
	position: relative;
	width: 100%;
	height: 80px;
	background: #fff;
	margin: 100px 0 0 0;
	padding: 10px 0 0;
	text-align: center;
	border-top: 1px solid #A9B2B1;
}
#footer_prelogin > ul {
	width:600px;
	margin:0 auto;
	display: -webkit-box;			/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;				 /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;			/* TWEENER - IE 10 */
	display: -webkit-flex;		 /* NEW - Chrome */
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#footer_prelogin > ul li {
	font-size:11px;
	text-align:center;
	-ms-flex-flex-grow: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	border-right:1px solid #A9B2B1;
	margin-right:2px;
	padding-right:2px;
}
#footer_prelogin > ul li a {
	display:block;
	padding:3px 0;
	color:#8D9391;
}
#footer_prelogin > ul li a:hover {
	text-decoration:underline;
}
#footer_prelogin > ul li:last-child {
	border:none;
	margin:0;
	padding:0;
}
#footer_prelogin small {
	font-size:11px;
	display:block;
	line-height:14px;
	margin:10px auto;
}
#footer_prelogin small span {
	font-size:14px;
}

#footer_prelogin .footer_application {
	padding: 20px 0 15px;
}
#footer_prelogin .footer_application > img {
	display: inline-block;
	max-width: 50px;
	border-radius: 6px;
	overflow: hidden;
	vertical-align: middle;
}
#footer_prelogin .footer_application h5 {
	padding: 0;
	display: inline-block;
}
#footer_prelogin .footer_application div.footer_balloon {
	position: relative;
	display: inline-block;
	margin: 0 0 0 15px;
	padding: 10px 15px;
	vertical-align: middle;
	border: solid 1px #A9B2B1;
	border-radius: 6px;
	box-sizing: border-box;
	text-align: left;
}
#footer_prelogin .footer_application div.footer_balloon:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -21px;
 	margin-top: -12px;
	border: 12px solid transparent;
	border-right: 12px solid #FFF;
 	z-index: 2;
}
#footer_prelogin .footer_application div.footer_balloon:after{
	content: "";
	position: absolute;
	top: 50%;
	left: -20px;
 	margin-top: -10px;
	border: 10px solid transparent;
	border-right: 10px solid #A9B2B1;
 	z-index: 1;
}
#footer_prelogin .footer_application div.footer_balloon > * {
	vertical-align: middle;
}
#footer_prelogin .footer_application div.Astaadsfncstx_normal.base {
	width: 160px;
	display: inline-block;
	padding: 0 5px 0 15px;
	line-height: 0;
}
#footer_prelogin .footer_application div.Astaadsfncstx_normal.base:last-child {
	padding: 0 0 0 5px;
}


/* 読者登録 */
#footer_prelogin .footer_reader {
	display: inline-block;
	position: absolute;
	width: 140px;
	bottom: 90px;
	right: 20px;
	font-size: 12px;
	background: #fff;
	border: 1px solid #A9B2B1;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
}
#footer_prelogin .footer_reader a {
	display:block;
	padding:8px;
	color:#78CFC7;
}
#footer_prelogin .footer_reader a:hover {
	text-decoration: underline;
}

/* 使い方ページ用 */
.height100 #header_spacer {
	height: 50px;
}
.height100 #footer_prelogin {
	margin: 0;
}

/* プロモーションバナー */
#lp_header .promotion {
	position:absolute;
	bottom:20px;
	right:20px;
	width:auto;
	z-index:9;
}
.promotion a {
	display: inline-block;
	margin-left: 8px;
}
.promotion img {
	max-width: 160px;
}
@media only screen and (max-width: 880px) {
	.promotion img {
		max-width: 100px;
	}
}
.promotion_banner img {
	display: block;
	margin: 0 auto;
}

/* IE10 and IE11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	#lp_news ul li p:after {
	}
}


/*新規登録：ユーザーID確認*/
.form-button input[type=text],
.form-button button {
	display:inline-block;
	float:left;
	margin:0;
	padding:0;
	height:30px;
	line-height:30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.form-button input[type=text] {
	width:85%;
	padding:0 5px;
}
.form-button button {
	width:15%;
	text-align:center;
	font-size:100%;
	background:#fff;
	color: #56605F;
	border: 1px solid #a9b2b1;
	border-left:none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance:none;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius:0 5px 5px 0;
	border-radius:0 5px 5px 0;
}

/* オーバーレイ広告 ochiai201803 */
.ad_overlay #footer_prelogin {
	margin-top: 60px;
}
#top_main .inline-block .Astaadsfncstx_normal.base {
	margin: 0 10px;
}
