﻿@charset "utf-8";
/*

LAYOUT hiroshikonnai
SITE

*/

/* -----------------------------
	GENERAL
----------------------------- */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');
* {box-sizing: border-box;}
img {
	line-height: 1em;
	font-size: 0.1rem;
	vertical-align: middle;
	width: auto;
	height: auto;
	max-width:100%;
}
svg {
	width: auto;
	height: auto;
}
html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
body {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
  	font-size: 14px;
	color: #232323;
	background-color: #f3f3f3;
	-webkit-text-size-adjust: 100%;
  	-moz-text-size-adjust: 100%;
  	-ms-text-size-adjust: 100%;
  	-o-text-size-adjust: 100%;
  	text-size-adjust: 100%;
	line-height: 1.5;
	background-position: left top;
	background-repeat: repeat;
	word-wrap: break-word;
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;}
body.open {
	overflow: hidden;
}
/* -----------------------------
	common
----------------------------- */
a {
	text-decoration: none;
	-webkit-transition: 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition: 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
	outline: none;
}
a.fade:focus,
a.fade:hover {
  	text-decoration: none;
  	outline: none;
  	opacity: .85;
}
a img {
	-webkit-transition: 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
br { letter-spacing : normal; }
#wrapper {
	margin: 0;
}
/*
	header
*/
#header {
	position: relative;
	height: 66px;
	background-color: #224156;
	box-shadow: 0 2px 4px 2px;
	z-index: 100;
}
#header.close {
	top: -70px;
}
#header > .upper_inner {
	/*padding: 15px;*/
	/*
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	*/
	display: flex;
}
/*
#header > .upper_inner:after {
	content: '';
	display: table;
	font-size: 0;
	clear: both;
}
*/
#header > .upper_inner > div {

}
#header > .upper_inner > div.logo_area {
	flex: 1;
}
#header > .upper_inner > div.logo_area .logo {
	padding: 12px;
}
#header > .upper_inner > div.logo_area .logo svg {
	width: 125px;
	height: 27.78px;
}
#header > .upper_inner > div.menu_area {
	padding: 0 20px;
}
#header > .upper_inner > div.menu_area > .login {
	margin: 0 auto;
	padding: 0 10px;
	text-align: center;
}
#header > .upper_inner > div.menu_area svg {
	margin: 16px;
    width: 20px;
	height: 20px;
}
#header > .upper_inner > div.menu_area span {
	display: inline-block;
	line-height: 52px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.dropdown-menu {
    display: none;
    position: absolute;
    top: 50px;
    right: 0;
    width: 270px;
    text-align: left;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    font-size: 13px;
    z-index: 2;
}
#header > .upper_inner > div#nav #mainnav > .header_right_nav > ul > li .dropdown-menu a {
	color: #3f4853;
	display: block;
	padding:3px 0;
}
#header > .upper_inner > div#nav #mainnav > .header_right_nav > ul > li .dropdown-menu a:hover {
	padding:3px 0 3px 1rem;
}

main {
	display: flex;
	position: relative;
	width: 100%;
	height: calc(100vh - 66px);
}
/* account menu */
.account-menu {
	position: relative;
	cursor: pointer;
	background-color: #224156;
	color: #fff;
	height: 52px;
}
.account-menu:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 36%;
	transition: all 0.2s ease-in-out;

	display: block;
	width: 6px;
	height: 6px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;

	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.account-menu.open {
	background-color: #162F3F;
}
.account-menu.open:after {
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
	top: 45%;
}
.account-menu-label {
	position: absolute;
	right: 32px;
	line-height: 52px;
}
.account-content {
	cursor: pointer;
	background-color: #162F3F;
	padding: 10px 60px 10px 10px;
}
.account-content > li > a {
	text-decoration: none;
	color: #fff;
	display: block;
	text-align: right;
	line-height: 40px;
}
.account-content > li > a:hover {
	text-decoration: underline;
	text-decoration-color: #9A7A40;
}
/* account menu */

/* language menu */
.language-menu {
	position: relative;
	cursor: pointer;
	background-color: #224156;
	color: #fff;
	height: 52px;
}
.language-menu:after {
	content: "";
	position: absolute;
	right: 12px;
	top: 40%;
	transition: all 0.2s ease-in-out;

	display: block;
	width: 6px;
	height: 6px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;

	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.language-menu:before {
	content: "";
	position: absolute;
	top: 10px;
	right: -20px;
	width: 1px;
	height: 32px;
	background-color: #dadada;
}
.language-menu.open {
	background-color: #162F3F;
}
.language-menu.open:after {
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
	top: 45%;
}
.language-menu-label {
	line-height: 52px;
	margin: 0 auto;
    padding: 2px 32px 0 10px;
    text-align: right;
}
.language-content {
	cursor: pointer;
	background-color: #162F3F;
	padding: 10px 20px 10px 10px;
}
.language-content > li > a {
	text-decoration: none;
	color: #fff;
	display: block;
	text-align: right;
	line-height: 40px;
}
.language-content > li > a:hover {
	text-decoration: underline;
	text-decoration-color: #9A7A40;
}
/* language menu */

/* navigation */
.nav {
	width: 0px;
	height: 100%;
	z-index: 101;
	color: #ffffff;
	background-color: #232323;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
	transition: all 0.2s ease-in-out;
	-webkit-transform: translateX(-200px);
	transform: translateX(-200px);
}

/* ナビゲーションが開いた状態 */
.nav.open {
	display: block;
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	top: 45%;
	width: 226px;
	min-width: 226px;
}

.nav-close.open:hover {
	transition: all 0.2s ease-in-out;
	-webkit-transform: translateX(16px);
	transform: translateX(16px);
}

/* 画面左のナビゲーションを開くボタンが出現するスペース */
.nav-open-space {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 100%;
	z-index: 100;
}

.nav-open-space.open {
	display: block;
}

.nav-open-space:hover>.nav-open {
	-webkit-transform: translateX(16px);
	transform: translateX(16px);
}

/* ナビゲーションを開くボタン */
.nav-open {
	position: absolute;
	left: -16px;
	top: 0px;

	width: 16px;
	height: 32px;
	background-color: #162F3F;
	cursor: pointer;

	transition: all 0.2s ease-in-out;
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}

.nav-open:after {
	content: "";
	position: absolute;
	right: 6px;
	top: 42%;

	display: block;
	width: 6px;
	height: 6px;
	border-top: solid 2px #4B6D82;
	border-right: solid 2px #4B6D82;

	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav > ul {
	margin: 0;
	padding: 0;
}
.nav > ul li{
	list-style: none;
}

/* ナビゲーションメニューの先頭(ナビゲーション開閉ボタン用) */
.nav-menu-first {
	position: relative;
	height: 32px;
	margin-bottom: 1px;
	overflow: hidden;
}

.nav-menu {
	position: relative;
	cursor: pointer;
	padding: 6px 5px 6px 10px;
	overflow: hidden;
	color:#DFDFDF ;
	font-size: 14px;
}
.nav-menu:hover{
	background-color: #333;
}

.nav-menu.open {
	/*background-color: #333;*/
}

.nav-menu.dropdown:after {
	content: "";
	position: absolute;
	right: 25px;
	top: 42%;
	transition: all 0.2s ease-in-out;
	/*   要素の動きを指定 */

	display: block;
	width: 6px;
	height: 6px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;

	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.nav-menu.dropdown.open:after {
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
	top: 45%;
}

.nav-close {
	position: absolute;
	right: 0px;
	top: 0px;

	width: 16px;
	height: 32px;
	background-color: #333;
	cursor: pointer;

	transition: all 0.2s ease-in-out;
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}

.nav-close:after {
	content: "";
	position: absolute;
	right: 2px;
	top: 42%;
	transition: all 0.2s ease-in-out;

	display: block;
	width: 6px;
	height: 6px;
	border-top: solid 2px #787878;
	border-right: solid 2px #787878;

	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}

.nav-menu .fa,.nav-menu .fas, .nav-menu .far, .nav-menu .fab {
	padding-right: 6px;
	display: unset;
	font-size: 1.05em;
	color: #DFDFDF;
}

.nav-menu-label {
	color: #fff;
	line-height: 20px;
	position: relative;
	text-decoration: none;
	display: contents;
	font-weight: bold;
	font-size: 14px;
}

.nav-content {
	padding: 0;
	/*background-color: #333;*/
}
.nav-content li {
	padding: 3.8px 0 3.8px 32px;
	line-height: 20px;
}
.nav-content li.current, .nav-content li.current:hover{
	background-color: #f3f3f3;
}
.nav-content li:hover{
	background-color: #232323;
	font-size: 14px;
	font-weight: 500;
}
.nav-content-link {
	text-decoration: none;
	line-height: 20px;
	color: #ffffff;
    font-weight: normal;
}
.nav-content-link.is-lock {
    background-image: url('../images/lock_icon.png');
    background-position: center right;
    background-size: 15px;
    background-repeat: no-repeat;
    padding-right: 20px;
    width: 100%;
    /* display: block; */
}

.nav-content-link:hover {
	text-decoration: none;
	text-decoration-color: #9A7A40;
}
/*account*/
.nav .auth-menu {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #232323;
	padding-bottom: 15px;
  }
  
  .nav .auth-menu .nav-menu.dropdown:after {
	-webkit-transform: rotate(315deg);
			transform: rotate(315deg);
  }
  
  .nav .auth-menu .nav-menu.open:after {
	-webkit-transform: rotate(135deg);
			transform: rotate(135deg);
  }
  .nav .auth-menu .nav-menu.dropdown:after {
  	display: none;
  }
  
  .nav .auth-menu .logout {
	width: 44px;
	height: 32px;
	line-height: 32px;
	position: absolute;
	text-align: center;
	right: 0;
	z-index: 9;
  }
  
  .nav .auth-menu .logout i {
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
			font-size: 16px;
			color: #fff;
  }

#container > #content_header {
	border-radius: 16px 16px 0 0;
	background-color: #fff;
	width: 100%;
	padding: 1.5rem 1.5rem 0 1.5rem;
	font-size: 20px;
	line-height: 32px;
}
#container > #content_header.fixedview {
	top: 0;
}
#container > #content_header > .title_inner > h1 {
	font-size: 20px;
	font-weight: 500;
	color: #232323;
	margin: 0;
	padding-bottom: 14px;
	border-bottom: 1px solid #DFDFDF;
}
#container > #content_header > .title_inner > h1 > svg {
	vertical-align: middle;
	width: 30px;
	height: auto;
	height: 30px;
	margin-top: -5px;
}
#footer {
	margin: 0;
	text-align: center;
	padding: 90px 10px;
	background-color: #eff2f6;
}
#footer .footer_inner {
    display: table;
    margin: auto;
    width: 100%;
    max-width: 800px;
    color: #4f548c;
}
#footer .footer_inner .fb_area {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    text-align: left;
}
#footer .footer_inner .fb_area .logo {
	max-width: 292px;
}
#footer .footer_inner .fb_area .logo svg {
	height: 65px;
}
#footer .footer_inner .flink_area {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    border-left: 1px solid #4f548c;
    text-align: left;
}
#footer .footer_inner .flink_area ul {
    padding: 5px 0 0 20px;
}
#footer .footer_inner .flink_area ul li {
    display: inline-block;
}
#footer .footer_inner .flink_area ul li a {
	color: #4f548c;
	display: inline-block;
	border-bottom: 1px solid rgba(79,84,140,0);
}
#footer .footer_inner .flink_area ul li a:hover {
	border-bottom: 1px solid rgba(79,84,140,1);
}
#footer .footer_inner .flink_area p.copyright {
	padding: 5px 0 0 20px;
}
/*
	regist banner
*/
#regist_banner {
    display: table;
    width: 100%;
    text-align: center;
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    bottom: -90px;
	left: 0;
	-webkit-transition: 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition: 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
	z-index: 2;
}
#regist_banner.active {
	bottom: 0;
}
#regist_banner .regist_banner_inner {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
}
#regist_banner .regist_banner_inner a {
    display: block;
    color: #fff;
}
#regist_banner .regist_banner_inner svg {
	margin: 10px 10px 0 0;
	max-width: 99px;
	height: 78px;
	vertical-align: middle;
}
#regist_banner .regist_banner_inner img {
    margin: 10px 10px 0 0;
}
/*
	content
*/
#container {
	flex: 1;
	/* height: calc(100vh - 52px); */
	height: 100%;
	overflow-x: hidden;
	overflow: auto;
	padding: 24px;
}
.content {
	width: 100%;
	border-radius: 0 0 16px 16px;
}
.content.square {
	border: 0;
}
.content > .main_movie {
	margin: auto;
	width: 100%;
	max-width: 1000px;
	border: 2px solid #6783d7;
	line-height: 1;
	overflow: hidden;
}
.content > .main_movie video {
	width: 100%;
	line-height: 1;
	margin-bottom: -3px;
}
.content > .main_movie .main_sp_img{
	display: none;
	text-align:center;
}
/*
	policy
*/
.policy_container{
	margin:auto;
	width: 100%;
	max-width: 800px;
	padding: 16px;
	border: 1px solid #E5E5E5;
	background-color: #F5F5F5;
}
.privacy_txt {
    padding: 5px 0;
    font-size: 15px;
}
h3.privacy_h3 {
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0 5px 0;
}
.privacy_list {
    padding: 5px 0;
    margin-left: 20px;
    font-size: 15px;
    list-style: decimal;
}
/*
	login
*/

.menu_area > li .login_name{
	text-align: center;
	width: 150px;
	color: #fff;
	font-size: 100%;

}

.menu_area > li .login_name .login_panel {
	width: 150px;
	margin-top: 5px;
	padding: 10px 10px !important;
	text-align: center !important;
	background-color: #fff !important;
	border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	border: 1px solid #ddd !important;
	font-size: 12px;
	display: none;
	box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.1);
	z-index: 5;
}
.menu_area > li .login_name .login_panel a {
	padding: 5px;
	text-align: center;
	display: block;
	background-color: #6783d7;
	color: #fff;
	margin: auto !important;
	width: 90px;
}

.login_container{
	margin:auto;
	width: 100%;
	max-width: 640px;
	border: 2px solid #E5E5E5;
	background-color: #F5F5F5;
	border-radius: 3px;
	overflow:hidden;
	font-size: 14px;
	text-align: center;
}
.login_container > hr{
	height: 1px;
    color: #F0F0F0;
    background-color: #F0F0F0;
    border: none;
	margin: 20px 0 0 0;
}
.login_container > .inner {
	padding: 0px 5%;
}

.login_container > .inner .content_logo {
	margin: auto;
	max-width: 128px;
}
.login_container > .inner > .content_h2 {
	font-size: 24px;
	padding: 20px 0;
	margin-bottom: 20px;
}
.login_container > .inner .form_area {
	margin: auto;
	width: 100%;
	max-width: 500px;
}
.login_container > .inner .form_area dl {
	text-align: left;
}
.login_container > .inner .form_area dl > dt {
	padding: 5px 0 0;
}
.login_container > .inner .form_area dl > dd {
	padding: 5px 0 10px;
}
.login_container #login_google {
	margin: 40px 0;
}
.input_btn {
	margin: 20px 0;
}
.login_text {
	margin: 20px 0;
	padding: 10px 0;
    border: 2px solid #DBDBDB;
    border-radius: 8px;
}
.login_text a {
    color: #6683d8;
}
/*
	registreport
*/
.registreport_img {
	text-align: center;
	padding:40px 5%;
}
.registreport_container > h2 {
	text-align: center;
	font-size: 26px;
	color: #6783d7;
}
.registreport_inner {
	margin: auto;
	width: 100%;
	max-width: 1000px;
	font-size: 18px;
	padding: 40px 0 0;
}
.registreport_inner > p {
	line-height: 1.74rem;
}
.registreport_middle {
	text-align: center;
	background-color:#f8fafc;
	padding: 70px 5%;
}
.registreport_middle .inner {
	margin: auto;
	width: 100%;
	max-width: 1000px;
	text-align: left;
}
.registreport_middle .inner > h2 {
	display: table;
	height: 40px;
	background-color: #6783d7;
	border-radius: 20px;
	color: #fff;
	font-size: 22px;
}
.registreport_middle .inner > h2 > span {
	display: table-cell;
	vertical-align:middle;
	padding:0 30px;
}
.registreport_middle .inner > ul {
	padding: 30px 0 0;
	font-size: 18px;
}
.registreport_middle .inner > ul > li {
	padding: 5px 0 5px 20px;
}
.registreport_lower {
	text-align: center;
	background-color:#fff;
}
.registreport_lower > p {
	font-size: 24px;
	padding: 90px 5%;
}
.registreport_lower a {
	color: #5454c5;
}

/*
	news/biz
*/
.news_container {
	margin: auto;
	width: 100%;
	max-width: 1000px;
}
.news_container_inner {
	margin: auto;
	width: 100%;
	max-width: 1000px;
	border: 2px #E5E5E5 solid;
	/*display: flex;        !* flexコンテナ化 *!*/
	/* flex-direction: row; 横向きに配置 */
	/*flex-direction: row-reverse; !* 横向きで逆順に配置 *!*/
}
.news_container_main {
	width: 100%;
	padding: 0 20px 20px 20px;
}
.news_container_main .other_container{
	padding: 0;
}
.news_container_main .rank_best {
    padding: 10px 0;
    background-color: #fff;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    border-top: 3px solid #6783d7;
    border-bottom: 1px solid #6783d7;
	max-height: 700px;
}
.blog_view_container {
    display: table;
    width: 100%;
    border-collapse: collapse;
    line-height: 1.3;
}
.blog_view_container .thumbnail_view {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    position: relative;
    padding: 10px 0;
}
.blog_view_container .blog_data {
    display: table-cell;
    vertical-align: top;
    padding: 10px;
	position: relative;
}

.cate_area {
    display: table;
    border-collapse: collapse;
}
.cate_area .date {
	font-size: 14px;
	padding-right: 0;
}
.cate_area li {
    display: table-cell;
    vertical-align: middle;
    padding: 0 12px 0 0;
}
.blog_view_container .blog_data a {
    color: #3f4853;
}
.blog_view_content .rankcate {
	background-color: #000;
	width: 100%;
	padding: 4px 8px;
}
.blog_view_content .rankcate a {
	color: #fff;
	margin-left: 4px;
}
.blog_view_content .rankcate svg {
    vertical-align: middle;
    width: 16px;
    height: auto;
    margin-top: -4px;
}
.blog_view_content .date {
	position: relative;
	margin: 2px;
	padding-left: 16px;
	font-size: 10px;
}
.blog_view_content .date:after {
	content: "\f017";	/* clock */
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0;
}
.blog_view_content .title {
	height: 24px;
	overflow: hidden;
	margin: 2px;
}
.blog_view_content .title > span {
    font-size: 14px;
    font-weight: bold;
	line-height: 24px;
}
.cate_area li span {
    /*padding: 0.34rem 0.9rem;
    font-size: 14px;
    display: inline-block;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    color: #fff;*/
}
.blog_view_container .blog_data .cate_area li span > a {
    color: #fff;
}
.text.slideblog {
    width: 90%;
	font-size: 12px;
}
.news_container_sidebar {
	width: 100%;
	margin-bottom: 20px;
}
.blog_view_container .blog_data .share_num {
    float: right;
    margin-top: -20px;
    color: #666;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    font-family: 'Lato', sans-serif;
    line-height: 1;
}
.blog_view_container .blog_data .share_num {
    right: 10px;
    position: absolute;
    bottom: 0;
    right: 5px;
}
.blog_view_container .blog_data .share_num span {
    font-size: 12px;
    font-weight: normal;
    display: block;
}
.other_container {
    padding: 30px 0 0 0;
    overflow: hidden;
}
.other_container ul.otherlist {

}
.other_container ul.otherlist:after {
	content: '';
	display: table;
	font-size: 0;
	clear: both;
}
.other_container ul.otherlist > li {
	padding: 4px;
	float: left;
    width: 24%;
	margin-right: 1.333%;
	margin-bottom: 20px;
}
.other_container ul.otherlist > li:nth-child(4n) {
    margin-right: 0%;
}

.blog_view_content {
    position: relative;
    overflow: hidden;
    border-radius: 1px;
    min-height: 180px;
    background-color: #fff;
    border: 2px solid  #E5E5E5;
}
.blog_view_content_inner {
    padding: 0 7px;
    overflow: hidden;
    -webkit-transition: 0.4s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: 0.4s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
.blog_view_content_inner:hover {
    -webkit-transform: scale(1.02,1.02);
    transform: scale(1.02,1.02);
}
.blog_view_content .thumbnail_view {
    position: relative;
	background-color: #eee;
	width: 100%;
	height: 106px;
	overflow: hidden;
	position: relative;
}
.blog_view_content .thumbnail_view img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.blog_view_content .blog_data {
    padding: 10px 0;
	background-color: #fff;
	height: 98px;
	padding: 4px;
	overflow: hidden;
}
.blog_view_content .blog_data .cate_area li span > a {
    color: #fff;
}/*
.blog_data .cate_area {
    float: none;
}
*/
.blog_view_content a {
    color: #3f4853;
}
.blog_view_content .text {
    min-height: 42px;
	font-size: 12px;
	-webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog_view_content .share_num {
    position: absolute;
    top: 5px;
    right: 15px;
    color: #666;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    font-family: 'Cantarell', sans-serif;
    line-height: 1;
    padding: 5px;
    background-color: rgba(255,255,255,0.7);
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
.blog_view_content .share_num span {
    font-size: 12px;
    font-weight: normal;
    display: block;
}
.nav-links {
    text-align: center;
    padding: 10px 0 5px 0;
    font-size: 16px;
    line-height: 1;
}
.nav-links span.page-numbers {
    display: inline-block;
    width: 30px;
    padding: 8px 0;
    background-color: #5A8094;
    color: #fff;
    margin-top: -1px;
    vertical-align: middle;
}
.nav-links span.page-numbers.current {
    background-color: #224156;
}
.nav-links a.page-numbers {
    display: inline-block;
    width: 30px;
    padding: 8px 0;
    color: #fff;
    margin-top: -1px;
    vertical-align: middle;
    background-color: #5A8094;
}
.nav-links a.page-numbers.prev {
	margin-right: 10px;
	width: 42px;
}
.nav-links a.page-numbers.next {
	margin-left: 10px;
	width: 42px;
}
/*
	side
*/
.content_nav {
	height: 48px;
	text-align: center;
}
.content_nav ul {
	display: flex;
}
.content_nav ul li {
	position: relative;
	flex: 1;
	margin-bottom: 5px;
	border-right: 1px solid #fff;
	height: 48px;

}
.content_nav ul li:last-child {
	border-right: 0;
}
.content_nav ul li.active:after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 49%;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #224156 transparent transparent transparent;
	border-width: 6px 6px 0 6px;
}
.content_nav ul li a {
	display: inline-block;
	width: 100%;
	line-height: 48px;
	color: #fff;
	font-size: 12px;
	background-color: #224156;
}
.content_nav ul li a > span {
	display: inline-block;
	position: relative;
	height: 48px;
}
.content_nav ul li a > span:hover:after {
	width: 100%;
	height: 60px;
	background-color: rgba(255,255,255,0.3);
}
.content_nav ul li a > span > span.icon {

	display: inline-block;
	padding: 0 5px 0 0;

}
.content_nav ul li a > span > span.icon > svg {
	vertical-align: middle;
	line-height: 1;
	width: 22px;
	height: auto;
	max-height: 27px;
	margin-top: -4px;
}
.search-form {
	margin-bottom: 15px;
}
.search-form ul {
    display: table;
    width: 100%;
}
.search-form ul li {
    display: table-cell;
    vertical-align: middle;
}
.search-form ul li.inputbtn {
    width: 40px;
}
.about_area{
	margin: 0 0 15px 0;
	text-align: center;
}
.login_area {
    margin: 0 0 15px 0;
    padding: 13px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
	text-align: center;
	border: 2px solid #6783d7;
	background-color: #f8fafc;
}
.login_area .login_area_inner > dl {
	margin-bottom: 13px;
}
.login_area .login_area_inner > dl:nth-child(2) {
	margin-bottom: 0;
}
.login_area .login_area_inner .input_btn {
    padding: 20px 0 10px;
}
.google_area {
    margin-top: 10px;
    display: table;
    width: 100%;
}
.google_area li {
    display: table-cell;
    padding: 3px;
    vertical-align: middle;
    text-align: left;
}
.google_area li:first-child {
    width: 40px;
    text-align: center;
}
.ranking_area {
	border-top: 3px solid #6783d7;
}
.ranking_area h3 {
    padding: 20px 10px 14px 10px;
	text-align: center;
	font-size: 16px;
}
.ranking_area h3 > .icon {
	display: inline-block;
	width: 25px;
}
.ranking_area h3 > .icon svg {
	margin-bottom: -2px;
	max-height: 25px;
}
.ranking_area .ranking_area_inner {
    padding: 5px 0 0 0;
    background-color: #ffffff;
}
.ranking_area .ranking_area_inner dl {
    display: table;
    width: 100%;
    /*border-top: 1px dotted #e1e1e1;*/
    font-size: 16px;
}
.ranking_area .ranking_area_inner dl:first-child {
	border-top: 1px solid #e1e1e1;
}
.ranking_area .ranking_area_inner dl dt {
    display: table-cell;
    vertical-align: middle;
}
.ranking_area .ranking_area_inner dl .rank_icon {
    width: 30px;
    padding: 10px 0 10px 2px;
    text-align: center;
    font-weight: bold;
}
.ranking_area .ranking_area_inner dl dd {
    display: table-cell;
    vertical-align: top;
    padding: 5px 0;
}
.ranking_area .ranking_area_inner dl dd.img {
    width: 25%;
    padding: 7px;
    vertical-align: middle;
}
.ranking_area .ranking_area_inner dl dd.img img {
	width: 100%;
}
.ranking_area .ranking_area_inner dl dd a.title_rank {
    color: #3f4853;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /*height: 32px;*/
}
.tag_area {
    margin: 15px 0;
    padding: 10px 0;
    background-color: #fff;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    border-top: 3px solid #6783d7;
    border-bottom: 1px solid #6783d7;
}
.tag_area a {
    display: inline-block;
    color: #6783d7;
}

/*
	news/list
*/
.other_container.category {
	margin-top: -3px;
	margin-bottom: 5px;
    padding: 0;
}
.bloglist {
	margin-bottom: 15px;
    border-top: 3px solid #6783d7;
}
.bloglist > li {
    overflow: hidden;
    margin: 0;
    border-bottom: 1px solid #6783d7;
}
.bloglist .blog_view_container {
    background-color: #fff;
    -webkit-transition: 0.4s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: 0.4s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
.bloglist .blog_view_container:hover {
    -webkit-transform: scale(1.02,1.02);
    transform: scale(1.02,1.02);
}
.bloglist .blog_view_container .thumbnail_view {
    width: 30%;
    padding: 15px 5px;
}
.blog_view_container .thumbnail_view .icon_new {
    position: absolute;
    top: 15px;
    left: 5px;
    font-size: 14px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    width: 70px;
    display: table;
    text-align: center;
    padding: 0;
    border-collapse: collapse;
}
.bloglist .blog_view_container .blog_data {
    padding: 15px 65px 15px 10px;
}
.bloglist .blog_view_container .blog_data .share_num {
    bottom: 15px;
}
/*
	news/detail
*/
.single_container {
    padding: 20px 0;
	background-color: #fff;
	border-radius: 16px;
	display: block;
}
.single_container .blog_upper {
    padding: 0;
}
.single_container .blog_upper:after {
	content: '';
	display: table;
	font-size: 0;
	clear: both;
}
.single_container .cate_area {
    display: table;
    border-collapse: collapse;
    float: left;
    padding: 0;
    margin: 0;
}
.single_container .upper_sns li {
    display: inline-block;
    line-height: 1;
    vertical-align: top;
}
.single_container .upper_sns {
    float: right;
}
/*.single_container .blog_tag a {
    color: #303841;
}*/
.tag_icon {
    display: inline-block;
    padding: 3px 10px;
    margin: 0 3px 3px 0;
    background-color: #eee;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}
.single_container .blog_title {
    position: relative;
    padding: 0;
}
.single_container .blog_title .share_num {
    position: absolute;
    bottom: 10px;
    right: 0;
    color: #666;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    font-family: 'Lato', sans-serif;
    line-height: 1;
}
.single_container .blog_title .share_num span {
    font-size: 14px;
    font-weight: normal;
    display: block;
}
.single_container .thumbnail_view {
    display: block;
    width: auto;
    padding-right: 0;
    text-align: center;
}
.single_container .single_body {
    padding: 10px 0;
    font-size: 100%;
    line-height: 1.5;
}
.su-button {
    display: inline-block !important;
    text-align: center;
    text-decoration: none !important;
    box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    transition: all .2s;
    -webkit-transition: all .2s;
}
.su-button span {
    display: block !important;
    text-decoration: none !important;
    box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    transition: all .2s;
    -webkit-transition: all .2s;
}
.su-button-style-default span {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
}
.su-button-wide {
    display: block !important;
    margin: 1em 0;
}
.su-button-center {
    text-align: center;
}
.su-button-style-default {
    border-width: 1px;
    border-style: solid;
}
.yarpp-related {
    margin: 1em 0;
}
.yarpp-related h3 {
    font-weight: bold;
    padding: 0 0 5px 0;
    font-size: 125%;
    text-transform: capitalize;
    margin: 0;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail {
	display: inline-block;
    border: 1px solid rgba(127,127,127,0.1);
    width: 130px;
    height: 170px;
    margin: 5px;
    margin-left: 0px;
    vertical-align: top;
}
.yarpp-thumbnail > img, .yarpp-thumbnail-default {
    width: 120px;
    height: 120px;
    margin: 5px;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
    font-size: 1em;
    max-height: 2.8em;
    line-height: 1.4em;
    margin: 7px;
    margin-top: 0px;
    width: 120px;
    text-decoration: inherit;
    overflow: hidden;
}
.yarpp-related .yarpp-thumbnail-title {
    text-align: left;
    font-weight: bold;
    font-size: 96%;
    text-decoration: none;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail, .yarpp-thumbnail-default, .yarpp-thumbnail-title {
    display: inline-block;
}
.regist_member_container {
    margin: 15px 0;
    display: table;
	width: 100%;
	border: 2px solid #6783d7;
    border-radius: 3px;
    overflow: hidden;
	font-size: 14px;
	background-color: #f8fafc;
}
.regist_member_container .regist_left {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 20px 0 20px;
    text-align: center;
}
.regist_member_container .regist_left .content_logo {
	margin: auto;
	max-width: 128px;
}
h2.login_h2 {
    font-size: 24px;
    font-weight: bold;
    padding: 20px 0;
}
.single_container h2 {
    font-size: 26px;
    font-weight: bold;
	color: #214156;
}
.regist_member_container .regist_right dl dt {
    padding: 5px 0;
}
.regist_member_container .regist_right dl dd {
    padding: 5px 0;
}
.regist_member_container .regist_right {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 20px 20px 0;
    width: 65%;
}
.regist_member_container .regist_right .input_btn {
    text-align: center;
    padding: 10px 0;
}
.sns_single_container {
    margin: 15px 0 0 0;
    border-top: 1px solid #e6e6e6;
    padding: 15px 0 0 0;
}
.sns_single_container ul li {
    display: inline-block;
    vertical-align: top;
	line-height: 1;
}
.single_container ul li a {
    color: #fff;
    font-size: 12px;
}
.single_container ul li a .sns_icon {
    display: inline-block;
    border-radius: 2px;
    padding: 4px 10px;
    background-color: #0091e4;
}
.single_container ul li a .sns_icon.fb {
    background-color: #4260b4;
}
.single_container ul li a .sns_icon.cw {
    background-color: #fff;
    background-image: url(../images/common/normal-40x40.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding: 4px 10px 4px 20px;
    border: 1px solid #e1e1e1;
    color: #3f4853;
}
li.btnlinest {
    display: none !important;
}
.post-navigation .nav-links {
    display: table;
    width: 100%;
}
.post-navigation .nav-previous {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 50%;
}
.post-navigation .nav-next {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 50%;
}
.post-navigation .nav-links a {
    color: #6783d7;
}
/*
	form
*/
input[type="text"],input[type="password"] {
    /*width: 100%;
    padding: 7px;
    font-size: 14px;
    appearance: none;
    -webkit-appearance: none;
    background: #E5E5E5;
	border-top: 4px solid #C7C7C7;
	border-right: 0;
    border-bottom: 0;
    border-left: 0;
	height: 40px;
	outline: none;*/
}
input[type="search"] {
    width: 100%;
    padding: 10px;
	font-size: 14px;
	height: 40px;
    appearance: none;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #6783d7;
    border-radius: 1px;
    -webkit-border-radius: 1px;
}
textarea {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    appearance: none;
    -webkit-appearance: none;
    background: #ffffff;
    border: 1px solid #E5E5E5;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    height: 100px;
}
input[type="submit"] {
    /*width: 100%;
    max-width: 180px;
    height: 32px;
    font-size: 14px;
    appearance: none;
    -webkit-appearance: none;
	background: none;
	background-color: #fff;
    border: none;
	vertical-align: middle;
	border: 2px solid #68C3C3;
    border-radius: 16px;
    -webkit-border-radius: 16px;
	color: #68C3C3;
	outline: none;*/
}
button[type="submit"] {
    width: 100%;
    max-width: 40px;
    height: 40px;
    font-size: 16px;
    appearance: none;
    -webkit-appearance: none;
    border: none;
    background: none;
    background: #6783d7;
    color: #fff;
}
.error {
    color: #ff3300;
}
/*
	fade in anime
*/
.fadein {
    opacity : 0;
    transform : translate(0, 20px);
    -webkit-transform : translate(0, 20px);
    /*transition : all 1000ms;*/
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    -webkit-transform : translate(0, 0);
    transition : all 500ms;
	padding: 0 2rem;
}
.fade-in{
	animation-name: fadein ;
	animation-duration: 1s ;
	-webkit-animation-name: fadein ;
	-webkit-animation-duration: 1s ;
}


@-webkit-keyframes fadein{
	from{
		opacity : 0;
		transform : translate( 0,20px);
	}
	to{
		opacity : 1;
		transform : translate(0, 0px);
	}
}

@keyframes fadein{
	from{
		opacity : 0;
		transform : translate( 0,20px);
	}
	to{
		opacity : 1;
		transform : translate(0, 0px);
	}
}
/* ---------------- regist -------------------- */
/*
	ranking
*/
.member_container {
	margin: auto;
	width: 100%;
	max-width: 1000px;
}
.ranking_upper {
	z-index: 1;
	position: relative;
}
.ranking_title_container{
	display: table;
	width: 100%;
	background-color: #6783d7;
	table-layout: fixed;
}
.ranking_title_container > div {
	display: table-cell;
	vertical-align: middle;
	padding: 15px;
}
.ranking_title_container > div.date {
	width: 350px;
	color: #fff;
}
.ranking_title_container > div:last-child {
	text-align: right;
}
.member_container .update_store > ul {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 4px;
	font-size: 0;
}
.member_container .update_store > ul > li {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	padding-left: 4px;
}
.member_container .update_store > ul > li > a {
	display: inline-block;
	vertical-align: middle;
	border-radius: 4px;
	overflow: hidden;
}
.member_container .update_store > ul > li > a > span {
	display: inline-block;
	background-color: #60a8f0;
	color: #fff;
	padding: 6px 10px;
}
.member_container .update_store > ul > li > a > span.active {
	background-color: #fff;
	color: #60a8f0;
}
.member_container .ranking_search_container {
	border: 1px solid #e1e1e1;
	padding: 5px 10px;
}
.member_container .key_search_box{
	padding: 0;
	font-size: 0;
}
.key_search_box .menu {
	width: 320px;
	display: inline-block;
	font-size: 14px;
}
.key_search_box .menu.sp{
	padding-top: 5px;
	padding-bottom: 5px;
}
.key_search_box .input-group{
	position: relative;
	padding: 5px 0;
}
.key_search_box .input-group > input[type="text"] {
	max-width: 275px;
	vertical-align: middle;
}
.key_search_box .input-group button {
	vertical-align: middle;
	appearance: none;
	-webkit-appearance: none;
	border: none;
	background: #6783d7;
	width: 40px;
	height: 40px;
}
.key_search_box .search_select_view{
	position: absolute;
	top: 45px;
	left: 0;
	width: 100%;
	max-width: 275px;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	padding: 10px;
	border-radius: 3px ;
	z-index: 10;
}
.key_search_box .search_select_view ul li a{
	display: block;
	padding: 5px 6px;
	color: #3f4853;
}
.key_search_box .search_select_view > div{
	padding: 5px 0;
}
.key_search_box .search_select_view ul{
	max-height: 200px;
	overflow-y: auto;
}
.ranking_lower {
	margin: 20px 0;
	border: 1px solid #e1e1e1;
}
.ranking_lower > dl {
	display: table;
	width: 100%;
	border-collapse: collapse;
	background-color: #f8f8f8;
}
.ranking_lower > dl > dt {
	display: table-cell;
	vertical-align: middle;
	padding: 13px;
	width: 70px;
}
.ranking_lower > dl > dd {
	display: table-cell;
	vertical-align: middle;
	padding: 13px 13px 13px 5px;
	text-align: left;
	font-size: 17px;
}
.ranking_lower > dl > dd.rank {
	padding: 13px 0 13px 10px;
	width: 50px;
	text-align: center;
}
.ranking_lower > dl > dd a {
	color: #3f4853;
}
.ranking_lower > dl > dd p {
	font-size: 15px;
}
.ranking_lower > dl > dd.rank span.icon_rank {
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 13px;
	font-size: 13px;
	margin: 0 auto;
	line-height: 25px;
}
.ranking_lower > dl > dd.rank span.no1 {
	background-color: #e6ab00;
	color: #fff;
}
.ranking_lower > dl > dd.rank span.no2 {
	background-color: #b1b3ba;
	color: #fff;
}
.ranking_lower > dl > dd.rank span.no3 {
	background-color: #9e705e;
	color: #fff;
}
.ranking_lower > dl > dd.plus {
	width: 50px;
	text-align: center;
	padding: 0;
	line-height: 1;
}
.ranking_lower > dl > dd.plus .icon_plus {
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
	display: inline-block;
	cursor: pointer;
}
.ranking_lower > dl > dd.plus .icon_plus svg {
	width: 100%;
	max-width: 35px;
	height: auto;
	max-height: 35px;
}
.ranking_lower > dl > dd.plus .icon_plus.def {
	opacity: .6;
}
.ranking_lower > dl > dd.updown {
	width: 50px;
	text-align: center;
	padding: 0;
	line-height: 1;
}
.ranking_lower > dl > dd.updown .icon_updown {
	line-height: 1;
	vertical-align: middle;
	display: inline-block;
	font-weight: bold;
	width: 15px;
	max-height: 20px;
}
.ranking_lower > dl > dd.updown .icon_updown.up {
	width: 17px;
}
.ranking_lower > dl > dd.updown .icon_updown .fa-arrow-right {
	color: #aeb2b9;
}
.ranking_lower > dl > dd.updown .icon_updown .fa-arrow-up {
	color: #f55f6a;
}
.ranking_lower > dl > dd.updown .icon_updown .fa-arrow-down {
	color: #5fa1f2;
}
.ranking_lower > dl > dd.updown img {
	line-height: 1;
	vertical-align: top;
}
.ranking_lower > dl:nth-child(even) {
	background-color: #fff;
}
.ranking .member_container {
    max-width: 1230px;
}
.ranking_2kind_container {
	margin-top: 20px;
	overflow: hidden;
	padding: 0;
}
.ranking_2kind_inner {
	margin-left: -8px;
	margin-right: -8px;
	padding: 0;
	text-align: center;
	font-size: 0;
}
.ranking_2kind_inner > div {
	margin: auto;
	display: inline-block;
	width: 50%;
	vertical-align: top;
	padding: 0 8px;
	font-size: 14px;
}
h2.ranking_ttl {
	background: #6783d7;
	padding: 13px;
	color: #fff;
	text-align: left;
}
.ranking_2kind_inner > div > .ranking_lower {
    margin: 0 0 20px;
}
.ranking_link {
	text-align: right;
}
.ranking_link > a {
	margin: 0 0 0 auto;
	display: table;
	width: 100%;
	max-width: 210px;
	height: 40px;
	border-radius: 20px;
	border: 2px solid #6783d7;
	text-align: center;
	font-size: 13px;
	color: #6783d7;
}
.ranking_link > a > span {
	display: table-cell;
	line-height: 1;
	vertical-align: middle;
}
.ranking_content {
	margin-top: 20px;
}
.ranking_content .ranking_lower {
	margin-top: 0;
}
/*
	mypage
*/
.mypage .member_container {
    max-width: 1230px;
}
.mypage_lower_container {
	margin-top: 30px;
}
.page_ttl {
	background: #6783d7;
    padding: 13px;
    color: #fff;
	text-align: left;
	font-size: 18px;
}
.content_container {
	border: 1px solid #e1e1e1;
}
.mypage .content_container {
	display: table;
	width: 100%;
	border-collapse: collapse;
}
.mypage .content_container > .inner {
	display: table-cell;
	vertical-align: middle;
	padding: 15px 15px 0;
}
.dashboard_box {
    display: table;
    width: 100%;
    margin: 0 0 15px;
    border-radius: 2px;
	border: 1px solid #e1e1e1;
	border-collapse: separate;
	border-spacing: 10px;
	table-layout: fixed;
}
.dashboard_box > div {
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    min-width: 380px;
}
.dashboard_box .dashboard_data {
    width: 330px!important;
}
.dashboard_box > div .dashboard_img {
	width: 125px;
}
.dashboard_box > div .dashboard_img > a {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
}
.dashboard_box > div .dashboard_img > a > span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.dashboard_box > div .dashboard_img > a > span svg {
	width: 50%;
	height: auto;
	max-height: 100px;
}
.dashboard_box > div .dashboard_kind {
	padding-left: 10px;
	font-size: 14px;
	text-align: center;
}
.dashboard_box > div .dashboard_kind > .country {
	color: #ed7d33;
}
.dashboard_box > div .dashboard_kind > .company_name {
	padding: 2px 5px 4px;
	border-bottom: 1px solid #e1e1e1;
}
.dashboard_box > div .dashboard_kind > .release_date {
	padding: 4px 5px;
	border-bottom: 1px solid #e1e1e1;
}
.dashboard_box > div .dashboard_kind > .pay_box {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.dashboard_box > div .dashboard_kind > .pay_box > ul {
	display: table-row;
}
.dashboard_box > div .dashboard_kind > .pay_box > ul > li {
	display: table-cell;
	vertical-align: middle;
	padding: 3px 0;
	border-bottom: 1px solid #e1e1e1;
}
.dashboard_box > div .dashboard_kind > .pay_box > ul > li .icon_arrow {
	display: inline-block;
	width: 9px;
	line-height: 1;
	vertical-align: middle;
}
.dashboard_box > div .dashboard_kind > .pay_box > ul > li img {
	vertical-align: top;
}
.dashboard_box > div .dashboard_kind > .add_box {
	padding-top: 6px;
}
.dashboard_box > div .dashboard_kind > .add_box a {
	display: inline-block;
	width: 100%;
	height: 40px;
	border-radius: 20px;
	border: 2px solid #ed7d33;
	text-align: center;
	color: #ed7d33;
}
.dashboard_box > div .dashboard_kind > .add_box a > span {
	display: inline-block;
	width: 100%;
	height: 36px;
	vertical-align: middle;
	line-height: 36px;
}
.dashboard_box > div .dashboard_kind > .add_box a > span > svg {
	width: 15px;
	height: auto;
	vertical-align: middle;
	margin-top:-2px;
}
.dashboard_box .dashboard_ttl{
	font-size: 18px;
	color: #fff;
	background-color: #ed7d33;
	border-radius: 2px;
	text-align: center;
	padding: 10px;
}
.dashboard_inner {
	margin-top: 10px;
	display:table;
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
.dashboard_inner > div {
	display: table-cell;
	vertical-align: middle;
}
.dashboard_box > div.dashboard_chart {
    background-color: #f8f8f8;
    padding: 5px;
    overflow: hidden;
}
.regist_list {
	font-size: 0;
	line-height: 1;
}
.regist_list > li {
	display: inline-block;
	font-size: 20px;
	padding: 0 15px 15px 0;
	vertical-align: middle;
}
.regist_list > li img {
	max-width: 125px;
}
.regist_list > li:last-child {
	padding-right: 0;
}
.regist_list_box {
	border: 1px solid #e1e1e1;
	padding: 10px;
	text-align: center;
}
.regist_list_box > .btn {
	padding-top: 13px;
	text-align: center;
}
.regist_list_box > .btn > a {
	display: inline-block;
	margin: auto;
	width: 37px;
	height: 37px;
	line-height: 37px;
	/*background-color: #ed7d33;*/
	border-radius: 19px;
	color: #fff;
	overflow: hidden;
}
a.more_btn {
	display: inline-block;
	width: 190px;
	height: 40px;
	border-radius: 20px;
	border: 2px solid #6783d7;
	font-size: 13px;
	color: #6783d7;
	background-color: #fff;
	overflow: hidden;
}
a.more_btn > span {
	display: inline-block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
}
.mypage_lower_container.fixed {
	margin: 30px auto 0;
	width: 100%;
	max-width: 1230px;
}
.existing_ranking_container {
	display: table;
	width: 100%;
}
.existing_ranking_container > div {
	display: table-cell;
	vertical-align: top;
}
.existing_ranking_container > div.ranking_content {
	width: 100%;
}
.existing_ranking_container > div.ranking_content .ranking_title_container {
	table-layout: auto;
	border-collapse: collapse;
}
.existing_ranking_container > div.ranking_content .ranking_title_container > div.date {
	width: auto;
	font-size: 12px;
}
.existing_ranking_container > div.ranking_content .ranking_title_container > div h2.ranking_ttl {
    padding: 0;
}
.existing_ranking_container > div.ranking_content .ranking_2kind_inner {
	margin-top: 20px;
}
.existing_ranking_container > div.ranking_content .ranking_lower > dl > dd {
    font-size: 14px;
}
.existing_ranking_container > div.ranking_content .ranking_lower > dl > dd a {
	display: block;
	max-width: 150px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.existing_ranking_container > div.ranking_content .ranking_lower > dl > dd p {
    font-size: 12px;
}
.existing_ranking_container > div.ranking_news_content {
	width: 33.333%;
	padding-left: 10px;
}
.existing_ranking_container > div.ranking_news_content .ttl_mypage {
	display: table;
	width: 100%;
	table-layout: fixed;
	background-color: #6783d7;
	color: #fff;
	height: 61px;
	font-size: 14px;
}
.existing_ranking_container > div.ranking_news_content .ttl_mypage > span {
	display: table-cell;
	vertical-align: middle;
	padding:13px;
}
.existing_ranking_container .update_store > ul {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 4px;
}
.existing_ranking_container .update_store > ul > li {
    display: inline-block;
    vertical-align: middle;
}
.existing_ranking_container .update_store > ul > li > a {
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
    overflow: hidden;
}
.existing_ranking_container .update_store > ul > li > a > span {
    display: inline-block;
    background-color: #60a8f0;
    color: #fff;
    padding: 6px 10px;
}
.existing_ranking_container .update_store > ul > li > a > span.active {
    background-color: #fff;
    color: #60a8f0;
}
.existing_ranking_container .news_rank {
	margin-top: 20px;
}
.existing_ranking_container .ranking_content_inner {
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	margin: 0 0 20px;
}
.existing_ranking_container .news_rank > .title {
	display: table;
	width: 100%;
	height: 63px;
	color: #fff;
	background-color: #6783d7;
	table-layout: fixed;
	border-collapse: collapse;
}
.existing_ranking_container .news_rank > .title > h2 {
	display: table-cell;
	vertical-align: middle;
	padding:13px;
}
.existing_ranking_container .news_rank .rank_container {
	background-color: #f8f8f8;
}
.existing_ranking_container .news_rank .rank_container:nth-child(even) {
    background-color: #fff;
}
.existing_ranking_container div.news_rank dl {
    display: table;
	width: 100%;
	min-height: 138px;
}
.existing_ranking_container div.news_rank dl dt {
    display: table-cell;
    vertical-align: middle;
    width: 40px;
    text-align: center;
    color: #666;
}
.existing_ranking_container div.news_rank dl dt span.icon_rank {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 13px;
    font-size: 13px;
    margin: 0 auto;
    line-height: 25px;
}
.existing_ranking_container div.news_rank dl dt span.no1 {
    background-color: #e6ab00;
    color: #fff;
}
.existing_ranking_container div.news_rank dl dt span.no2 {
    background-color: #b1b3ba;
    color: #fff;
}
.existing_ranking_container div.news_rank dl dt span.no3 {
    background-color: #9e705e;
    color: #fff;
}
.existing_ranking_container div.news_rank dl dd {
    display: table-cell;
    vertical-align: middle;
    padding: 13px;
    text-align: left;
}
.existing_ranking_container div.news_rank dl dd.thumb {
    width: 80px;
}
.existing_ranking_container div.news_rank dl dd a {
	color: #666;
}
/*
	calendar
*/
#container > #content_header > .title_inner > h1.calendar_icon > svg {
    margin-top: -9px;
}
.member_container .search_container {
	border: 1px solid #e1e1e1;
    padding: 5px 10px;
}
.search_content {
	display: inline-block;
	vertical-align: top;
	padding:0 5px;
}
.search_content > .menu {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}
.search_content > .menu.set {
	height: 40px;
	line-height: 40px;
}
.key_search_box .menu.setauto {
	width: auto;
}
.key_search_box select.sort_select {
	min-width: 82px;
}
.search_content .input_space {
	display: inline-block;
	vertical-align: middle;
	min-width: 280px;
	padding:0 5px;
}
.search_content .input_space > .menu {
	width: auto;
	padding:0 5px;
}
.search_content .input-date {
	width: 100px;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
}
.search_content .radio_btn_style{
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	border-radius: 3px;
	border: 1px solid #e1e1e1;
	width: 150px;
	font-size: 0;
}
.search_content .radio_btn_style > li {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	width: 50%;
	height: 40px;
	overflow: hidden;
	text-align: center;
}
.search_content .radio_btn_style > li > input[type=radio] {
	display: none;
}
.search_content .radio_btn_style > li > label {
	display: block;
	width: 100%;
	height: 40px;
	background-color: #fafafa;
	line-height: 40px;
}
.search_content .radio_btn_style > li > input[type=radio]:checked + label {
	background-color: #6783d7;
	color: #fff;
}
.search_content button.btn-filter {
    appearance: none;
    -webkit-appearance: none;
    background: 0 0;
    font-size: 14px;
    padding: 0;
    width: 165px;
    height: 40px;
    border-radius: 3px;
    border: 2px solid #6783d7;
    vertical-align: middle;
    background-color: #fff;
    color: #6783d7;
}
.menu.popup{
	position:relative;
}
.menu.popup #filterBox{
	display:none;
	position:absolute;
	top:50px;
	right:0;
	border-radius:2px;
	border:1px solid #e1e1e1;
	background-color:#fff;
	padding:0;
	overflow:hidden;
    text-align:left;
    margin-bottom:10px;
	z-index:10;
	width: 400px;
}
.menu.popup #filterBox .panel-body{
	padding:10px;
}
.table-content{
	display:table;
	width: 100%;
	min-width:300px;
	table-layout: fixed;
}
.table-content ul{
	display:table-row;
}
.table-content ul li{
	display:table-cell;
	vertical-align:middle;
	padding:5px;
}
.table-content ul li.ttl{
	width:130px;
}
.table-content ul li select{
	appearance:none;
	-webkit-appearance:none;
	width:100%;
	height:30px;
	background:none;
	border:1px solid #e1e1e1;
	border-radius: 3px ;
}
.menu.popup.sp #filterBox .submit {
	padding: 0 5px 5px 160px;
}
.submit ul{
	display:table;
	width:100%;
	table-layout: fixed;
}
.submit ul li{
	display:table-cell;
	vertical-align:middle;
	padding:5px;
}
.submit ul li button{
	appearance: none;
    -webkit-appearance: none;
    border: 0;
    background: none;
    font-size: 14px;
    padding: 0;
    width: 100%;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #6783d7;
    vertical-align: middle;
    background-color: #fafafa;
    color:#6783d7;
}
.submit ul li button.btn-submit{
	background-color:#6783d7;
	color:#fff;
}
.search_content .menu .submit_btn {
    padding: 5px 0;
}
.search_content .menu .submit_btn button {
    appearance: none;
    -webkit-appearance: none;
    background: 0 0;
    font-size: 14px;
    padding: 0;
    width: 100px;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    vertical-align: middle;
    background-color: #6783d7;
    color: #fff;
}
.search_content > .menu-last {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}
.graph_list {
	padding-left: 10px;
}
.graph_list ul li {
	display: inline-block;
	vertical-align: middle;
	padding:0 3px;
}
.dl_btn_csv {
    margin: auto;
    display: inline-block;
    font-size: 14px;
    padding: 8px 10px 5px;
    border-radius: 3px;
    border: 2px solid #6783d7;
    vertical-align: middle;
    background-color: #fff;
    color: #6783d7;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    height: 40px;
}
.dl_btn_csv > span {
	display:inline-block;
}
.dl_btn_csv span.icon {
	display: inline-block;
	width: 23px;
	vertical-align: middle;
}
.dl_btn_csv span.icon svg {
	max-height: 18px;
}
.dl_btn {
    display: table;
    margin: auto;
    font-size: 19px;
    padding: 3px 0;
    min-width: 50px;
    border-radius: 3px;
    border: 2px solid #6783d7;
    vertical-align: middle;
    background-color: #fff;
    color: #6783d7;
    text-align: center;
    cursor: pointer;
	height: 40px;
}
.dl_btn span .fa-camera {
	margin-top: 1px;
}
.sub_container {
	margin: 20px auto 0;
	width: 100%;
	max-width: 1230px;
}
.sub_container_inner {
	border: 1px solid #e1e1e1;
    padding: 10px;
}
.password .sub_container_inner ,.sub_container_inner.password {
	border: none;
}
div.calendar-content {
    overflow-x: scroll;
    width: 100%;
}
div.calendar-content div.spmchart {
    display: table;
	width: 100%;
	table-layout: fixed;
}
div.calendar-content div.spmchart div.sidechart {
	width: 330px;
	padding-right: 10px;
	display: table-cell;
	vertical-align: top;
}
div.calendar-content div.spmchart div.sidechart h2 {
	font-size: 17px;
    color: #fff;
    background-color: #ed7d33;
    border-radius: 2px;
    text-align: center;
    padding: 10px;
}
div.calendar-content div.spmchart div.sidechart h2 > a {
	color: #fff;
}

div.calendar-content div.spmchart div.sidechart  .dashboard_img {
	width: 125px;
}
div.calendar-content div.spmchart div.sidechart  .dashboard_kind {
	padding-left: 10px;
	font-size: 14px;
	text-align: center;
}
div.calendar-content div.spmchart div.sidechart  .dashboard_kind > .country {
	color: #ed7d33;
}
div.calendar-content div.spmchart div.sidechart  .dashboard_kind > .company_name {
	padding:2px 5px 4px;
	border-bottom:1px solid #e1e1e1;
}
div.calendar-content div.spmchart div.sidechart  .dashboard_kind > .release_date {
	padding:4px 5px;
	border-bottom:1px solid #e1e1e1;
}
div.calendar-content div.spmchart div.sidechart  .dashboard_kind > .pay_box {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
div.calendar-content div.spmchart div.sidechart  .dashboard_kind > .pay_box > ul {
	display: table-row;
}
div.calendar-content div.spmchart div.sidechart  .dashboard_kind > .pay_box > ul > li {
	display: table-cell;
	vertical-align: middle;
	padding:3px 0;
	border-bottom: 1px solid #e1e1e1;
}
div.calendar-content div.spmchart div.sidechart  .dashboard_kind > .pay_box > ul > li .icon_arrow {
	display: inline-block;
	width: 12px;
	line-height: 1;
	vertical-align: middle;
}
div.calendar-content div.spmchart div.sidechart  .dashboard_kind > .pay_box > ul > li img {
	vertical-align: top;
}
div.calendar-content div.spmchart div.sidechart  .dashboard_kind > .add_box {
	padding-top: 6px;
}
div.calendar-content div.spmchart div.sidechart  .dashboard_kind > .add_box a {
	display: inline-block;
	width: 100%;
	height: 40px;
	border-radius: 20px;
	border: 2px solid #ed7d33;
	text-align: center;
	color: #ed7d33;
}
div.calendar-content div.spmchart div.sidechart  .dashboard_kind > .add_box a > span {
	display: inline-block;
	width: 100%;
	height: 36px;
	vertical-align: middle;
	line-height: 36px;
}

div.calendar-content div.spmchart div.sidechart #enConfig {
	margin-top: 10px;
    width: 100%;
    min-height: 180px;
	padding: 0;
	display: table;
	table-layout: fixed;
}
div.calendar-content div.spmchart div.sidechart #piechart {
	display: table-cell;
	vertical-align: middle;
	width: 170px;
	padding-right: 10px;
}
div.calendar-content div.spmchart div.sidechart #pieLegendbox {
	display: table-cell;
	vertical-align: middle;
}
div.calendar-content div.spmchart .pieLegendLabel {
	background-color: #f8f8f8;
}
#pieLegendbox ul li:after {
	content: '';
	display: table;
	clear: both;
}
#pieLegendbox legendElement:after {
	content: '';
	display: table;
	clear: both;
}
#pieLegendbox .square {
    height: 10px;
    width: 10px;
    margin: 0;
    position: relative;
    margin-left: 0;
    margin-top: 4px;
    margin-right: 5px;
	border-radius: 2px;
	float:left;
}
#pieLegendbox .labelName {
	float:left;
	max-width: 125px;
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
	display: table;
    content: " ";
}

#gantt-chart {
	margin-top: 20px;
	width: 100%;
	text-align: center;
}
.bar_container {
	position: relative;
	margin: auto;
	display: inline-block;
}
.bar_container .gantt-header {
    overflow: hidden;
    display: table;
    width: auto;
    border-collapse: collapse;
    table-layout: fixed;
}
.bar_container .gantt-header .gantt-header-row {
    box-sizing: border-box;
    height: 2em;
    white-space: nowrap;
    display: table-row;
    border: none;
    background-color: #fff;
}
.bar_container .gantt-header .gantt-header-row>td {
    display: table-cell;
    border: 1px solid #e1e1e1;
    position: relative;
    vertical-align: middle;
    padding: 3px;
    min-width: 28px;
    width: 28px;
}
.bar_container .gantt-header .gantt-header-row>div.nospace, .bar_container .gantt-header .gantt-header-row>td.nospace {
    border: none;
    width: 275px;
    background-color: #fff;
}
.bar_container .gantt-header .gantt-header-row>td {
    display: table-cell;
    border: 1px solid #e1e1e1;
    position: relative;
    vertical-align: middle;
    padding: 3px;
    min-width: 28px;
	width: 28px;
	text-align: center;
}
.bar_container .gantt-header .gantt-header-row>div span, .bar_container .gantt-header .gantt-header-row>td span {
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -40px;
}
.bar_container .gantt-header .gantt-header-row>div.discript_title, .bar_container .gantt-header .gantt-header-row>td.discript_title {
    min-width: 275px;
    width: 275px;
}
.bar_container .gantt-scroll-area {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 300px;
    width: auto;
    position: relative;
    background-color: #fff;
    margin-right: -12px;
    -webkit-overflow-scrolling: touch;
    transform: translateZ(0);
}
.bar_container .gantt-table-data {
    display: table;
    width: auto;
    min-width: 100%;
    border: 1px solid #e1e1e1;
    border-collapse: collapse;
    table-layout: fixed;
    margin-top: -1px;
}
.bar_container .gantt-table-data .gantt-table-row {
    display: table-row;
}
.bar_container .gantt-table-data .gantt-table-row>td {
    display: table-cell;
    border: 1px solid #e1e1e1;
    position: relative;
    vertical-align: middle;
    padding: 0;
    min-width: 28px;
    width: 28px;
    box-sizing: border-box;
}
.bar_container .gantt-table-data .gantt-table-row>td.discript_title {
    min-width: 275px;
    width: 275px;
    height: 30px;
    padding: 0 0 0 10px;
    text-align: left;
}
.bar_container .gantt-table-data .gantt-table-row>td.discript_title a {
	color: #3f4853;
}
.gantt-table-data .gantt-task-content.line a {
    border-radius: 3px;
    display: block;
    color: #3f4853;
    padding: 5px 4px;
    white-space: nowrap;
}
.bar_container .gantt-table-data .gantt-table-row {
    display: table-row;
}
.bar_container .gantt-table-data .gantt-table-row>td.discript_title {
    min-width: 275px;
    width: 275px;
    height: 30px;
    padding: 0 0 0 10px;
    text-align: left;
}
.gantt-table-data .gantt-task-content.line {
    text-align: left;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    white-space: nowrap;
    z-index: 8;
    cursor: pointer;
}
#tooltip_data {
	position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    padding: 10px;
    font-size: 11px;
    min-width: 100px;
    width: auto;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    z-index: 10;
}
/*
	push list
*/
.calendar .sub_container_inner {
    border: none;
	padding: 0;
	margin-bottom: 20px;
}
.list_table_container {
	width: 100%;
	overflow: hidden;
	overflow-x: auto;
	padding-right: 1px;
}
.list_table_container table {
    width: 100%;
    border-collapse: separate;
    table-layout: fixed;
    border-spacing: 1px;
    background-color: #eee;
	min-width: 800px;
}
.list_table_container.scrollTop {
	width: 100%;
    display: none;
    position: fixed;
    top: 82px;
	left: 0;
	z-index: 1;
	padding: 0 5%;
}
.list_table_container.scrollTop > .inner {
	margin: auto;
	width: 100%;
	max-width: 1230px;
	overflow: hidden;
}
.list_table_container.scrollTop > .inner > table {
	width: 100%;
	table-layout: fixed;
}
.list_table_container table th {
    background-color: #6783d7;
    padding: 10px;
    color: #fff;
    font-size: 15px;
	vertical-align: middle;
	overflow: hidden;
}
.list_table_container table td {
    background-color: #fff;
    padding: 10px;
    font-size: 13px;
    text-align: left;
	vertical-align: middle;
	overflow: hidden;
}
.list_table_container table td:first-child, .list_table_container table td:nth-child(2) {
    width: 200px;
	max-width: 200px;
}
.list_table_container table td:nth-child(2) {
	text-align: center;
}
.list_table_container table tr:nth-child(odd) td {
    background-color: #F7F7F7;
}
.list_table_container table td a {
    color: #1193dd;
}
/*
	push 画像オン
*/
.search_content > .menu.images_on {
	padding:0 5px 0 10px;
}
.list_table_container table > tbody.group > tr > td {
    background-color: #fff;
}
.list_table_container table > tbody.group:nth-child(odd) > tr > td {
    background-color: #F7F7F7;
}
.thumbnail > ul > li {
	display: inline-block;
}
.thumbnail > ul > li > a {
	display: block;
	width: 72px;
	height: 72px;
	text-align: center;
	line-height: 72px;
	overflow: hidden;
}
.thumbnail > ul > li > a img {
	object-fit: contain;
	width: 72px;
	height: 72px;
}
/*
	report
*/
.list_table_container table th.number,.list_table_container table td.number {
	width: 80px;
	text-align: center;
	vertical-align: middle;
}
.list_table_container table th.year,.list_table_container table td.year {
	width: 110px;
	text-align: center;
	vertical-align: middle;
}
.list_table_container table th.month,.list_table_container table td.month {
	width: 75px;
	text-align: center;
	vertical-align: middle;
}
.list_table_container table th.lang,.list_table_container table td.lang {
	width: 180px;
	text-align: center;
	vertical-align: middle;
}
.list_table_container table th.dl,.list_table_container table td.dl {
	width: 110px;
	text-align: center;
	vertical-align: middle;
}
.list_table_container table td .dl_btn {
    border: none;
    background: none;
}
.list_table_container table td .dl_btn svg {
	width: 100%;
	max-width: 30px;
	height: auto;
	max-height: 30px;
}
.key_btn {
    display: inline-block;
    margin: auto;
    font-size: 16px;
    padding: 3px 0;
    max-width: 22px;
    vertical-align: middle;
    text-align: center;
    height: auto;
}
.key_btn svg {
	height: 24px;
	width: auto;
}
/*
	graphpush
*/
.key_search_box select {
    appearance: none;
    -webkit-appearance: none;
    background: 0 0;
    padding: 10px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    min-width: 145px;
    position: relative;
    background-image: url(/resources/images/common/icon_select_arrow.png);
    background-position: 95% center;
    background-repeat: no-repeat;
}
h2.inner_ttl {
	margin: -10px -10px 0 -10px;
	background: #6783d7;
	padding: 13px;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.sub_container_inner .chart_area {
	margin-top: -40px;
	position: relative;
	z-index: 2;
}
/*
	graph
*/
.menu.setauto .input_space {
	padding-left: 10px;
}
/*
	info
*/
.member_container.info {
	margin-bottom: 20px;
	border: 1px solid #e1e1e1;
	max-width: 1230px;
}
.news_container {
	padding: 10px;
	max-width: 100%;
}
.news_container dl {
    padding: 10px 0;
    border-bottom: 1px solid #e1e1e1;
}
.news_container .form_area dl {
	border: none;
	padding: 0;
}
.news_container dl dt {
    font-size: 12px;
    padding: 0 0 2px;
    color: #948383;
}
.news_container dl dd {
    font-size: 13px;
}
.news_container dl dd p {
    padding: 2px 0;
}
.news_container dl dd p.tite {
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 5px;
}
/*
	user invite
*/
.calendar-menu .menu .submit_btn button.btn-submit {
    appearance: none;
    -webkit-appearance: none;
    background: 0 0;
    font-size: 14px;
    padding: 0;
    width: 100px;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    vertical-align: middle;
    background-color: #6783d7;
    color: #fff;
}
.key_search_box .menu.account_box {
	width: 275px;
}
.account_mng_ttl {
    display: table;
    width: 100%;
}
.account_mng_ttl>div {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 20px;
    text-align: right;
    width: 33.333%;
}
.account_mng_ttl>h3 {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font-size: 18px;
    padding: 10px 10px 10px 0;
    width: 33.333%;
}
.account_mng_ttl>div.account_view_btn {
    text-align: center;
}
.account_mng_ttl>div.account_view_btn ul {
    margin: auto;
    display: table;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    overflow: hidden;
}
.account_mng_ttl>div.account_view_btn ul li {
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid #e1e1e1;
}
.account_mng_ttl>div.account_view_btn ul li:last-child {
	border-right: none;
}
.account_mng_ttl>div.account_view_btn ul li a {
    display: inline-block;
    padding: 10px 20px;
    color: #999;
}
.account_mng_ttl>div.account_view_btn ul li a.active {
    background-color: #6783d7;
    color: #fff;
}
.list_table_container table td a.reissue_btn {
    display: inline-block;
    padding: 8px 18px;
    border: 1px solid #e1e1e1;
    background-color: #6783d7;
    color: #fff;
    border-radius: 5px;
}
.list_table_container table td.detail {
    text-align: center;
    max-width: 100px;
}
.list_table_container table td.detail ul {
    margin: auto;
    width: auto;
    display: table;
    border-radius: 5px;
    border: 1px solid #F7F7F7;
    /*border-collapse: collapse;*/
    border-spacing: 0;
    overflow: hidden;
}
.list_table_container table td.detail ul li {
    display: table-cell;
    vertical-align: middle;
}
.list_table_container table td.detail ul li a {
    display: inline-block;
    padding: 8px 18px;
    background-color: #fff;
    color: #bbb;
}
.list_table_container table td.detail ul li a.active {
    background-color: #6783d7;
    color: #fff;
}
.list_table_container table tr.sort-block.none {
	display:none;
}
/*
	contract
*/
.contract .sub_container {
	margin:0;
}
.confirm_container {
    margin: 15px;
    border-radius: 2px;
    text-align: left;
    line-height: 1.65;
    font-size: 14px;
    overflow: hidden;
}
.contract .sub_container h2 {
    text-align: left;
    padding: 0 15px;
    font-size: 16px;
    background-color: #6783d7;
    color: #fff;
    border-radius: 2px 2px 0 0;
    border-bottom: 2px solid #6783d7;
    font-family: futura_bk_btbook,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    display: table;
    width: 100%;
    height: 45px;
	vertical-align: middle;
}
.contract .sub_container h2>div {
    display: table-cell;
    vertical-align: middle;
    line-height: 1;
}
.col_title {
    display: table;
    width: 100%;
    border-collapse: collapse;
}
.col_title>ul {
    display: table-row;
}
.col_title>ul.title {
    background-color: #f3f3f3;
}
.col_title>ul>li {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    border: 1px solid #e1e1e1;
    text-align: center;
    width: 15%;
}
.col_title>ul>li i.fa,.col_title>ul>li i.far {
	color: #666;
	font-size: 18px;
}
.col_title>ul>li.title {
    width: 25%;
    text-align: left;
    font-weight: 700;
}
/*
	password
*/
.password .sub_container_inner p {
	margin: auto;
	width: 100%;
	max-width: 640px;
    padding: 10px 0 15px;
}
.password .users {
    margin: 20px auto;
    max-width: 700px;
    border-radius: 2px;
	border: 1px solid #e1e1e1;
	font-size: 14px;
}
.password .form-group {
    display: table;
    width: 100%;
}
.form-group .form_label {
    text-align: right;
    width: 200px;
}
.password .form-group>div {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 15px;
}
.form-group .icon_mark {
    color: #f30;
}
.password .form-group .submit_btn_area {
    padding: 20px 0;
    text-align: center;
}
.password .form-group .btn_submit {
    margin: auto;
    width: 100%;
    max-width: 250px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-align: center;
    border: none;
    border-radius: 2px;
    padding: 10px;
    font-size: 1.05rem;
    color: #fff;
    background: #6783d7;
}
/*
	agreement
*/
.sub_container_inner.agreement p {
    padding: 10px 0 15px;
}
.sub_container_inner.agreement ol {
    padding: 0 0 15px;
    margin-left: 25px;
    list-style: decimal;
}
/*
	language
*/
.password .form_area {
    margin: 10px 0;
    padding: 0;
    position: relative;
}
.password .form_area .lang_list {
    padding: 5px 20px;
}
.password .form_area .lang_list li {
	padding: 3px 0;
	text-align: left;
}
.password .form_area .lang_list li input[type=radio]+label {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
}
@media (min-width: 1px){
	.password .form_area .lang_list li input[type=radio] {
		display: none;
		margin: 0;
	}
	.password .form_area .lang_list li input[type=radio]+label {
		padding: 0 0 0 24px;
	}
	.password .form_area .lang_list li input[type=radio]+label::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		width: 18px;
		height: 18px;
		margin-top: -9px;
		background: #FFF;
		border: 2px solid #ccc;
		border-radius: 30px;
	}
	.password .form_area .lang_list li input[type=radio]:checked+label::after {
		content: "";
		position: absolute;
		top: 50%;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		left: 5px;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		background: #E71063;
		border-radius: 8px;
	}
}
.marb15px {
	margin-bottom: 15px !important;
}
@media (max-width: 1024px) {
	#sp_nav {
		display: inline-block;
		position: absolute;
		top: 15px;
		right: 15px;
		z-index: 3;
	}
	#sp_nav .menu-trigger, #sp_nav .menu-trigger span {
		display: inline-block;
		-webkit-transition: 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    	transition: 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
		box-sizing: border-box;
	}
	#sp_nav .menu-trigger {
		position: relative;
		width: 30px;
		height: 25px;
	}
	#sp_nav .menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #fff;
		border-radius: 4px;
		-webkit-transition: 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    	transition: 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	#sp_nav .menu-trigger span:nth-of-type(1) {
		top: 0;
		transform: rotate(0deg);
	}
	#sp_nav .menu-trigger span:nth-of-type(2) {
		top: 11px;
		opacity: 1;
		transform: rotate(0deg);
	}
	#sp_nav .menu-trigger span:nth-of-type(3) {
		bottom: 0;
		transform: rotate(0deg);
	}
	.open #sp_nav .menu-trigger span:nth-of-type(1) {
		top: 11px;
		transform: rotate(-45deg);
	}
	.open #sp_nav .menu-trigger span:nth-of-type(2) {
		opacity: 0;
		transform: rotate(-45deg);
	}
	.open #sp_nav .menu-trigger span:nth-of-type(3) {
		bottom: 11px;
		transform: rotate(45deg);
	}
	.upper_inner #mainnav {
		position: absolute;
		top: 0;
		right: -270px;
		display: block;
		background-color: #6783d7;
		overflow: auto;
		width: 270px;
		z-index: 1;
		padding: 0;
		margin-top: 70px;
		-webkit-transition: 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    	transition: 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	.open .upper_inner #mainnav {
		right: 0;
	}
	#header > .upper_inner > div#nav #mainnav > ul {
		display: block;
	}
	#header > .upper_inner > div#nav #mainnav > ul > li > a {
		margin: 0 10px;
		padding: 5px 0;
	}
	#header > .upper_inner > div#nav #mainnav > .header_right_nav > ul > li {
		display: block;
		padding: 5px;
	}
	#header > .upper_inner > div#nav #mainnav > .header_right_nav > ul > li:first-child {
		display: none;
	}
	#header > .upper_inner > div#nav #mainnav > ul > li {
		display: block;
	}
	#header > .upper_inner > div#nav #mainnav .sub_navi_box {
        position: static;
        top: auto;
        left: auto;
        padding: 0 10px;
        width: auto;
        border: none;
        background-color: #6783d7;
        text-align: left;
        display: none;
	}
	#header > .upper_inner > div#nav #mainnav .sub_navi_box ul li > a {
		border-bottom: 1px solid #fff;
		color: #fff;
	}
	#header > .upper_inner > div#nav #mainnav > .header_right_nav {
		display: block;
		padding-left: 0;
	}
	#header > .upper_inner > div#nav #mainnav > .header_right_nav > ul > li a {
		margin: 0 5px;
	}
	#header > .upper_inner > div#nav #mainnav .account_container {
		margin: 0;
		width: 100%;
	}
	#header > .upper_inner > div#nav #mainnav .account_container .account_box ul {
		display: none;
		position: static;
		z-index: 2;
		top: auto;
		right: auto;
		width: 100%;
		border: none;
		background: none;
	}
	#header > .upper_inner > div#nav #mainnav .account_container .account_box ul li > a {
		color: #fff;
	}
	#header > .upper_inner > div#nav #mainnav .account_container .lang_arrow {
		vertical-align: top;
	}
	#menufilter{
		position: fixed;
		top:0;
		left:0;
		width: 100%;
		height: 100%;
		background-color: rgba(255,255,255,0.7);
		z-index: 9;
	}
	#footer .footer_inner {
		display: block;
	}
	#footer .footer_inner .fb_area {
		display: block;
		width: auto;
		text-align: center;
		padding-bottom: 20px;
	}
	#footer .footer_inner .fb_area .logo {
		margin: auto;
	}
	#footer .footer_inner .fb_area .logo img {
		max-width: 200px;
	}
	#footer .footer_inner .flink_area {
		display: block;
		width: auto;
		border: none;
		text-align: center;
	}
	#footer .footer_inner .flink_area ul {
		padding: 5px 0 0 0;
	}
	#footer .footer_inner .flink_area ul:first-child li {
		display: block;
	}
	#footer .footer_inner .flink_area ul:first-child li .util_pc {
		display: none;
	}
	#footer .footer_inner .flink_area p.copyright {
		padding: 5px 0 0 0;
	}
	/*
		content
	*/
	#container {
		padding-top: 74px;
	}
	#container > #content_header > .title_inner {
		padding: 15px 15px 30px;
		height: auto;
	}
	#container > #content_header > .title_inner > h1 {
		font-size: 20px;
	}
	#container > #content_header > .title_inner > h1 > img {
		width: 20px;
	}
	/*
		mypage
	*/
	.existing_ranking_container {
		display: block;
	}
	.existing_ranking_container > div {
		display: block;
	}
	.existing_ranking_container > div.ranking_content {
		width: auto;
		padding-right: 0;
	}
	.existing_ranking_container > div.ranking_news_content {
		width: 50%;
		padding-top: 20px;
		padding-left: 0;
	}
}
@media (max-width: 900px) {
	/*
		news/biz
	*/
	.toppage {
		padding: 0 10px 0 10px;
	}
	.news_container_inner {
		flex-direction: column; /* 縦向きに配置 */
	}
	.news_container_main {
		padding: 0 0 20px;
		max-width: 100%;
	}
	.news_container_sidebar {
		width: 100%;
	}
	.news_container_main {
		width: 100% !important;
	}
	/*
		calender
	*/
	div.calendar-content div.spmchart {
		display: block;
	}
	div.calendar-content div.spmchart div.sidechart {
		margin: auto;
		width: 330px;
		padding-right: 0;
		display: block;
	}
	div.calendar-content div.spmchart div.sidechart .dashboard_img {
		margin: auto;
	}
	/*
		mypage
	*/
	.existing_ranking_container > div.ranking_news_content {
		width: auto;
	}
	.existing_ranking_container > div.ranking_content .ranking_2kind_inner {
		margin-top: 20px;
		margin-left: 0;
		margin-right: 0;
	}
	.ranking_2kind_inner > div {
		width: 100%;
		padding: 0;
	}
	.ranking_2kind_inner > div:first-child {
		padding-bottom: 20px;
	}
	/*
		video/watch
	*/
	.video_relation_list > div {
		width: 235px;
	}
}
@media (max-width: 767px) {
	a:focus,
	a:hover {
		opacity: 1;
	}
	#footer {
		padding: 45px 10px 90px;
	}
	/*
		content
	*/
	.content {
		padding: 50px 5%;
		background-color: #fff;
	}
	.content > .main_movie video {
		display: none;
	}
	.content > .main_movie .main_sp_img{
		display: block;
	}
	/*
		privacy
	*/
	.privacy_txt {
		font-size: 13px;
	}
	h3.privacy_h3 {
		font-size: 16px;
		padding: 10px 0 5px 0;
	}
	.privacy_list {
		font-size: 13px;
	}
	/*
		login
	*/
	.login_container > .inner {
		padding: 32px 5%;
		text-align: center;
		background-color: #F5F5F5;
	}
	.login_container > .inner > .content_h2 {
		font-size: 20px;
		margin-bottom: 40px;
	}
	/*
		registreport
	*/
	.registreport_container > h2 {
		font-size: 22px;
	}
	.registreport_inner {
		font-size: 15px;
		padding: 20px 0 0;
	}
	.registreport_middle {
		padding: 35px 5%;
	}
	.registreport_middle .inner > h2 {
		height: 35px;
		font-size: 18px;
	}
	.registreport_middle .inner > h2 > span {
		padding:0 20px;
	}
	.registreport_middle .inner > ul {
		padding: 15px 0 0;
		font-size: 15px;
	}
	.registreport_middle .inner > ul > li {
		padding: 5px 0 5px 10px;
	}
	.registreport_lower > p {
		font-size: 18px;
		padding: 45px 5%;
	}
	/*
		news/biz
	*/
	.other_container ul.otherlist {
		margin-left: 0;
		margin-right: 0;
	}
	.other_container ul.otherlist > li {
		width: 50%;
	}
	/*
		news/detail
	*/
	.regist_member_container {
		display: block;
	}
	.regist_member_container .regist_left {
		display: block;
		padding: 20px 5% 0;
		text-align: center;
	}
	.regist_member_container .regist_right {
		display: block;
		padding: 20px 5% 0;
		width: 100%;
	}
	/*
		ranking more
	*/
	.ranking_lower > dl > dd {
		font-size: 15px;
	}
	.ranking_lower > dl > dd.rank {
		padding: 13px 0 13px 5px;
		width: 45px;
	}
	.ranking_lower > dl > dt {
		display: table-cell;
		vertical-align: middle;
		padding: 13px 0;
		width: 60px;
		text-align: center;
	}
	.ranking_lower > dl > dd p {
		font-size: 13px;
	}
	.ranking_lower > dl > dd.plus {
		width: 45px;
	}
	.ranking_lower > dl > dd.updown {
		width: 40px;
	}
	.ranking_2kind_inner {
		margin-left: 0;
		margin-right: 0;
	}
	.ranking_2kind_inner > div {
		display: block;
		width: auto;
		padding: 0;
	}
	.ranking_2kind_inner > div:first-child {
		padding-bottom: 20px;
	}
	.ranking_link {
		text-align: center;
	}
	.ranking_link > a {
		margin: 0 auto;
		max-width: 100%;
	}
	/*
		mypage
	*/
	.dashboard_box {
		display: block;
		width: 100%;
	}
	.dashboard_box > div {
		display: block;
		min-width: 240px;
	}
	.dashboard_box .dashboard_data {
		padding: 0 0 13px;
		width: 100%!important;
	}
	.dashboard_inner {
		margin: 10px auto 0;
		width: 94%;
	}
	.mypage_lower_container .content_container > .inner {
		padding: 13px 13px 0 13px;
	}
	.regist_list > li {
		padding: 0 13px 13px 0;
	}
	.existing_ranking_container div.news_rank dl dd {
		padding: 13px;
	}
	/*
		usr/invite
	*/
	.account_mng_ttl {
		display: block;
	}
	.account_mng_ttl>div {
		display: block;
		padding: 10px 20px;
		text-align: right;
		width: 100%;
	}
	.account_mng_ttl>h3 {
		display: block;
		padding: 10px 10px 10px 0;
		width: 100%;
	}
	/*
		usr/update
	*/
	.password .form-group {
		display: block;
	}
	.password .form-group>div {
		display: block;
	}
	.form-group .form_label {
		text-align: left;
		width: auto;
	}
	/*
		video/watch
	*/
	.video_data_table > div {
		font-size: 14px;
	}
	.video_data_table > div h2 {
		font-size: 17px;
	}
	/*
		calendar/apps
	*/
	.apps_container {
		display: block;
	}
	.apps_container > div {
		display: block;
	}
	.apps_container > div.sidebar {
		width: 100%;
	}
	.dashboard_inner > div.dashboard_img {
		margin: auto;
		padding-bottom: 5px;
	}
	.side_container {
		padding: 0 10px;
	}
	.main_content {
		margin-top: 15px;
	}
	.main .app_view_content {
		padding: 0 10px;
	}
	.main .app_view_content > h3 {
		font-size: 16px;
	}
}
@media (max-width: 414px) {
	/*
		news/biz
	*/
	.toppage .blog_data {
		display: block;
		position: absolute;
		background: rgba(0, 0, 0, 0.40);
		top: 0px;
		width: 100%;
		height: 100%;
		padding: 10px 0px 0px 10px;
		right: 0;
		left: 0;
	}
	.toppage .blog_data a {
		color: #fff;
	}
	.toppage .blog_data .cate_area {
		float: right;
		margin-top: -5px;
	}
	.toppage .blog_data .cate_area li {
		color: #fff;
	}
	.other_container ul.otherlist > li {
		width: auto;
		float: none;
	}
	.blog_view_container .thumbnail_view {
		display: block;
		width: auto;
		padding: 0;
		position: relative;
	}
	.blog_view_content .blog_data {
		display: block;
		width: auto;
		padding: 10px 0;
		background-color: #fff;
	}

	.bloglist .blog_view_container .thumbnail_view {
		width: 100%;
	}
	/*
		news/detail
	*/
	.single_container .cate_area {
		display: block;
		float: none;
	}
	.single_container .upper_sns {
		margin: 5px 0;
		float: none;
	}
	/*
		ranking
	*/
	.ranking_title_container{
		display: block;
	}
	.ranking_title_container > div {
		display: block;
	}
	.ranking_title_container > div.date {
		width: 100%;
	}
	.ranking_title_container > div:last-child {
		text-align: center;
	}
	.member_container .update_store > ul.store_list {
		margin: 4px 4px 0 4px;
	}
	/*
		mypage
	*/
	.dashboard_inner {
		display: block;
		text-align: center;
	}
	.dashboard_inner > div {
		display: block;
	}
	.dashboard_box > div .dashboard_img {
		margin: auto;
		padding-bottom: 10px;
	}
	.mypage_lower_container .content_container > .inner {
		text-align: center;
	}
	.regist_list > li {
		padding: 0 6px 13px 6px;
	}
}
@media (max-width: 375px) {}
@media (max-width: 360px) {}

#container .content .blog_inner,
#container .news_container .news_container_inner {

}
#container .blog_inner .side_bar,
#container .news_container .news_container_sidebar {
	display: inline-block;
}
#container .blog_inner .main_content,
#container .news_container .news_container_main{
	display: inline-block;
	width: 100%;
	vertical-align: bottom;
}

#svgIE {
	position:relative;
	width:100%;
	border-radius: 20px;
}
#svgIE canvas {
	display: block;
	width: 100%;
	visibility: hidden;
}

#svgIE svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.nav-menu > a {
	width: 100%;
    display: block;
    text-decoration: none;
    color: #DFDFDF;
}
.nav .nav-menu .fa-home, .nav .nav-menu .fa-info-circle {
    font-size: 1em;
}
.nav .nav-menu .fa-laptop, .nav .nav-menu .fa-home, .nav .nav-menu .fa-youtube {
    font-size: 0.85em;
}