@charset “UTF-8”;

/* list_long list_column list_conf list_flex list_flex2 */

.title_bar {
  background-image: url(../images/title_icon_bar.png)
}
.menu_box_bar {
  background-image: url(../images/icon_bar.svg)
}
.menu_box_money {
  background-image: url(../images/icon_money.svg)
}
.title_passport {
  background-image: url(../images/title_icon_passport.png)
}
.menu_box_passport {
  background-image: url(../images/icon_passport.svg)
}
.title_cup {
  background-image: url(../images/title_icon_cup.png)
}
.menu_box_cup {
  background-image: url(../images/icon_cup.svg)
}
.title_team {
  background-image: url(../images/title_icon_team.png)
}
.menu_box_team {
  background-image: url(../images/icon_team.svg)
}
.title_ai {
  background-image: url(../images/title_icon_ai.png)
}
.menu_box_ai {
  background-image: url(../images/icon_ai.png)
}
.title_send {
  background-image: url(../images/title_icon_send.png)
}
.menu_box_send {
  background-image: url(../images/icon_send.png)
}
.menu_box_payment {
	padding-top: 60px;
}
.title_exit {
  background-image: url(../images/title_icon_exit.png)
}
.menu_box_exit {
  background-image: url(../images/icon_exit.svg)
}
.menu_box_ope {
  background-image: url(../images/icon_ope.svg)
}
.menu_box_LEAPS {
  background-image: url(../images/icon_LEAPS.svg)
}
.title_diamond {
  background-image: url(../images/title_icon_diamond.png)
}
.menu_box_diamond {
  padding-top:70px;
  background-image: url(../images/icon_diamond.svg)
}
.title_graph {
  background-image: url(../images/title_icon_graph.png)
}
.menu_box_graph {
  padding-top:70px;
  background-image: url(../images/icon_graph.svg)
}
.title_seminar {
  background-image: url(../images/title_icon_seminar.png)
}
.menu_box_seminar {
  padding-top:70px;
  background-image: url(../images/icon_seminar.svg)
}
.title_ranking {
  background-image: url(../images/title_icon_ranking.png)
}
.menu_box_ranking {
  background-image: url(../images/icon_ranking.svg)
}
.title_earth {
  background-image: url(../images/title_icon_earth.png)
}
.menu_box_earth {
  background-image: url(../images/icon_earth.png)
}
.title_com {
  background-image: url(../images/title_icon_com.png)
}
.menu_box_com {
  background-image: url(../images/icon_com.svg)
}
.title_qr {
  background-image: url(../images/title_icon_qr.png)
}
.menu_box_qr {
  padding-top:70px;
  background-image: url(../images/icon_qr.png)
}
.title_trans {
  background-image: url(../images/title_icon_trans.png)
}
.menu_box_trans {
  background-image: url(../images/icon_trans.png)
}
.menu_box_new {
  background-position-y: 25px;
}
.menu_middle{
	padding-top: 70px;
}
.menu_upper{
	padding-top: 60px;
}
.mbx{
	background-size: 32px;
}
.lbx{
	background-size: 35px;
}
.fgray{
	filter: grayscale(100%);
}
.entry_mini th, .entry_middle th{
	text-align: left;
	padding-right: 10px;
}
.entry_middle th{
	text-align: left;
	padding-right: 5px;
}
.entry_middle{
	width: 100%;
	max-width: 450px;
}
.box_content img{
	max-width: 100%;
}
.form_wrap::before{
	content: url(/common/images/icon_search.png);
	position: relative;
	left: 22px;
	top: 24px;
	width: 0;
}
.form_send_input{
	background-image:none;
}
.entrylp iframe{
	width: 100%;
	aspect-ratio: 1.65;
	max-width: 800px;
}
.entrylp img.step{
	width: 800px;
}

body {
	background: #fff url(/common/images/back.jpg) center center / cover no-repeat fixed;
}

@media screen and (max-width: 480px) {
	.box_content{
		font-size: 113%;
	}

	.form_wrap::before{
		left: 12px;
	}
} 

.infobox{
	padding: 5px 15px;
	border:2px solid #ccc
}
.redtitle{
	color: #c00;
	font-size: 1.1em;
}

/*↓AI*/
#copymsg{
	display: inline-block;
	background: #fff;
	color: #00c;
	padding: 15px;
	border-radius: 0.5em;
	border: 1px solid #000;
	box-shadow: 0 0 10px #000;
}
#copywrap{
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.box_menu{
	float: right;
}
#wait{
	display: none;
	text-align: center;
}
#voice{
	display: none;
}
.half_btn{
	display: inline-block;
	margin: auto;
	max-width: 49%;
}
.toggle_contents{
}
.toggle_title {
	position: relative;
	cursor: pointer;
	padding-left: 30px;
}
.toggle_btn {
	position: absolute;
	top: 40%;
	left: 0;
	transform: translateY(-50%);
	background: #0052a4;
	display: block;
	width: 20px;
	height: 20px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 50%;
}
.toggle_btn:before, .toggle_btn:after {
	display: block;
	content: '';
	background-color: #fff;
	position: absolute;
	width: 10px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.toggle_btn:before {
	width: 2px;
	height: 10px;
}
.toggle_title.selected .toggle_btn:before {
	content: normal;
}
.toggle_contents .closed {
	display: none;
}
/*↑AI*/
.box_mini{
	padding-bottom: 0;
}
@media only screen and (max-width: 480px){
	.box_mini{
		padding-left: 10px;
	}
}

@media only screen and (max-width: 640px){
	.menu_wrap{
		width: 95%;
	}
	.main{
		padding: 20px 10px;
	}
	.message {
		margin: 7px 10px;
	}
}
@media only screen and (max-device-width: 640px), only screen and (max-device-width: 812px), only screen and (max-width: 480px) {
	.box_subtitle {
		font-size: 12px;
	}
}
/* ↓pm-indicator */
.pm-indicator {
  margin:10px 0;
  padding:1.5em 1em;
  color:#2c3e50;
  font-size:12px;
  text-align:center;
  border:1px solid #ccc;
  border-radius:2px;
  background:#e4e4e4;
  text-shadow:1px 1px 0 rgba(255,255,255,.8);
  -webkit-transition:all .2s ease-in-out;
          transition:all .2s ease-in-out;
}

.pm-indicator.very-weak,
.pm-indicator.not-match {
  border-color:#be1d30;
  background-color:#ffc3cf;
}

.pm-indicator.weak {
  border-color:#ff787d;
  background-color:#ffe6e5;
}

.pm-indicator.strong {
  border-color:#78bc42;
  background-color:#bceea6;
}

.pm-indicator.very-strong {
  border-color:#4f85a7;
  background-color:#68c6d7;
}
/* ↑pm-indicator */

table.table th{
	text-align: left;
	padding-right: 20px;
}

.profile img{
	max-width: 100%;
}
table.profiles td img, .box_info img{
	max-width: 100%;
}

#card-errors{
	color: #c00;
}

.form_button{
	width: auto;
}

.pickicon{
	border: 1px solid #c00;
	font-size: 80%;
	color: #c00;
	padding: 1px 1px 0 1px;
	position: relative;
	top: -5px;
}
.additional{
	border: 2px solid #800;
}

img.sp_img{
	width:60%;
	max-width:300px
}

.at_note{
	border-radius:7px;
}

.cgray{
	color: #777;
}

.blue{
	color: #00a;
}


.hicon{
	font-size: 24px;
	text-shadow: 3px 3px 3px #ccc;
}

.light{
	background: #ffd;
	padding: 5px 0;
}

.fright{
	float: right;
}

.entry tr th.entry_nini {
  position: relative;
  padding-right: 70px
}

.entry tr th.entry_nini:after {
  display: block;
  position: absolute;
  top: 17px;
  right: 10px;
  padding: 3px 7px;
  background-color: #888;
  color: #fff;
  font-size: 10px;
  content: "\4EFB\610F"
}

.small_btn{
	margin: 0;
	padding: 5px 0;
	width: auto;
	min-width: 90px;
}
.form_cont input[type=checkbox] {
	filter: hue-rotate(135deg) brightness(0.95) saturate(0.85);
	width: 16px;
	height: 16px;
	position: relative;
	margin: -3px 5px 0 0;
	vertical-align: middle;
}
.form_cont input:focus[type=checkbox]{
	box-shadow: 0 0 5px #888;
}
table.notelist th, table.notelist td{
	vertical-align:top;
}

label{
	cursor: pointer;
}
span{
	display: inline-block;
}
iframe{
	max-width: 100%;
}
.form_cont{
	font-size: 15px;
}
.center{
	text-align: center;
}
.chart_wrap{
	position: relative;
	width:100%;
	height: 350px;
	margin: 0 auto;
}
.short_title{
	margin: 0;
	padding-bottom: 20px;
}
#calendar a{
	text-decoration: none;
}
.wrap{
	color: #fff;
}
.box{
	color: #000;
}
.box_content{
	word-break: break-all;
}
.sub_info{
	text-align: center;
}
@media only screen and (max-width: 480px){
	.sub_info{
		text-align: left;
	}
	.chart_wrap{
		height: 250px;
	}

}
#copyurl, #copyurl2{
	display: none;
}
.line-it-button{
	padding-right: 2px;
}
.btn_sns{
	display: inline-block;
	border-radius: 0.3em;
	margin: 0;
	top: -11px;
	position: relative;
}
.btn_sns a{
	color: #fff;
	text-decoration: none;
	padding: 5px 10px;
	display: block;
}
.btn_sns .fab{
	margin-right: 5px;
	transform: scale(1.3);
}
.btn_fb{
	background: #1877F2;
}
.btn_twitter{
	background: #1B95E0;
	margin-right: 3px;
}
.btn_line{
	background: #00B900;
}
.btn_sns .fa-line{
	transform: scale(1.9);
	top: 1px;
	position: relative;
}
.normal{
	font-weight: normal;
}
.btn_strong{
	color: #3BC2EA;
}

.note{
	text-indent: -1em;
	padding-left: 1em;
}
.icon_houjin{
	color: #3BC2EA;
	font-size: 70%;
	border: 2px solid #3BC2EA;
	padding: 1px 3px;
	font-weight: bold;
	position: relative;
	top: -1px;
}
.icon_tabi{
	color: #22d322;
	font-size: 70%;
	border: 2px solid #22d322;
	padding: 1px 3px;
	font-weight: bold;
	position: relative;
	top: -1px;
}

.tree{
	width: 100%;
	overflow-x: auto;
}
.tree li{
	white-space: nowrap;
}
.tree a{
	border-bottom: 1px dashed #A4D0EE;
	text-decoration: none;
}
.tree a:hover{
	border-bottom: 1px solid #fff;
}
.red{
	color: #c00;
}
.dred{
	color: #1289A9;
}
.subtitle{
	font-size: 95%;
	color: #c00;
}
.ev_date{
	font-size: 120%;
}
.menu_wrap, .box{
	max-width: 1300px;
}
.nav{
	max-width: 1450px;
	margin: 0 0 0 auto;
	box-shadow: 0 0 15px #000;
}
.box{
	margin: 30px auto;
}
.show_pass{
	text-align: right;
	cursor: pointer;
}
#copyurl{
	display: none;
	color:#c00;
}
.box_info p{
	margin: 1.2em 0;
}
.small{
	font-size: 80%;
}
.entry tr th.mustsel:after {
	top: 7px;
}
.admin_box{
	opacity: 0.8;
}
.header_logo_right{
	position: fixed;
	top: 0px;
	right: 0px;
}
.header_logo_right img{
	height: 50px;
	padding-top: 20px;
}
.invite_id{
	padding:5px;
	border: 1px solid #ddd;
	border-radius: 0.5em
}
.login_subsub{
	color: #fff;
	margin: 0;
	font-size: 15px;
}
.login_sub{
	text-shadow: 0 0 2px #ffc, 0 0 4px #fca, 0 0 6px #f00;
}
.menu_sub{
	text-shadow: 0 0 1px #ffc, 0 0 2px #fca, 0 0 3px #f00;
}
.login_sub{
	color: #fff;
	font-size: 21px;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
.menu_sub{
	color: #fff;
	font-size: 16px;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1.menu_logo a{
	text-decoration: none;
}
h1 img{
	vertical-align:middle;
}
.expire_date{
	color: #fff;
	text-align: center;
	margin-top: 40px;
	font-size: 14px;
}
.tooltip span {
	background-color: #1289A9;
}
.message a:focus {
  border: initial
}
.box{
	border-radius: 7px;
	border: 2px solid #409452;
}
.menu_box:after {
	border: solid 2px #8c8;
}
.menu_price{
	color: #1289A9;
	background: #eee;
}

.form_select input {
	background: #1289A9
}
.form_select_wrap:before {
	background: #1289A9
}
.form_send_btn {
	border: 2px solid #3BC2EA;
	background-color: #1289A9;
}
.form_send_btn:hover, .form_send_btn:focus{
	background-color: #3BC2EA
}
input.btn:hover, input.btn:focus{
	background-color: #1289A9;
}
.return{
	border: solid 2px #3BC2EA;
	color: #1289A9
}
.return:hover:before, .return:focus:before, .return:active:before {
  border: #3BC2EA solid 3px;
}
.list_btn {
	border: 2px solid #3BC2EA;
	background-color: #1289A9
}

.list_btn:hover, .list_btn:focus {
	background-color: #3BC2EA;
}
.tree ul li{
	color: #000;
}
.message_normal{
	/*background: #333;*/
}
.message_error{
	background: linear-gradient(to left, #f5a93e, #724f1d);
}
.message_success {
	background: linear-gradient(to left, #51a5e0, #39749B);
}
.message_fault {
	background: linear-gradient(to left, #db6356, #933E36);
}
.message{
	box-shadow: 0 0 10px #000;
	padding: 18px 30px 18px 20px;
}
.header{
	background: #369F85;
}
.footer{
	background-color: #369F85;
}
.nav{
	background: rgba(0,0,0,0.7);
}
.nav h2{
	color: #fff;
}
.nav .bread li span {
    color: #fff;
}
.header_spnav_wrap {
    background-color: #1289A9;
    border: 1px solid #3BC2EA;
}
.header_spnav_wrap:hover {
    background-color: #3BC2EA;
}
.header_spnav-active:before, .header_spnav-active:after{
    background-color: #fff !important;
}
.bread li a{
	border: 1px solid #3BC2EA;
    color: #1289A9;
}
tr[href]:hover {
  background: #e1f2e5;
}
.entry_btn:focus{
    background-color: #3BC2EA;
}
.entry_btn_google {
	background: #3360CB;
	border: 3px solid #397FEB;
	color: #fff;
	cursor: pointer;
	transition: all, .3s
}
.entry_btn_google:hover, .entry_btn_google:focus{
	background: #397FEB;
	color: #fff;
}

.entry_btn_sub {
	background: #fff;
	border: 3px solid #3BC2EA;
	color: #3BC2EA;
	cursor: pointer;
	transition: all, .3s
}
.entry_btn_sub:hover, .entry_btn_sub:focus {
	background: #1289A9;
	color: #fff;
}

.entry_btn_submit {
    background: linear-gradient(to right,#023,#1289A9);
    border: 3px solid #3BC2EA;
}
.entry_btn_submit:hover,.entry_btn_submit:focus{
    filter: brightness(200%);
}
.news_title span {
	background: #1289A9;
    color: #fff;
}
.news_wrap:after {
	background: none;
}
.menu_box:hover:before, .menu_box:focus:before{
	border: #3BC2EA solid 4px;
	box-shadow: 0 0 10px #fefcc9, 0 0 30px #ffae34;
}
.menu_manager_box{
	border: solid 2px #aaa;
}
.menu_manager_box:hover:before, .menu_manager_box:focus:before{
	border: #3BC2EA solid 3px;
	box-shadow: 0 0 10px #fefcc9, 0 0 30px #ffae34;
}
@keyframes fire {
	0% {
		filter: blur(10px)
	}
	100% {
		filter: blur(0)
    }
}
.menu_logo {
	animation-name: fire;
	animation-duration: 0.7s;
}
.header_spnav_wrap:focus, input.form:focus{
	background-color: #1289A9
}
.header_wrap a:hover h1 img, .header_wrap a:focus h1 img, .menu_logo a:hover img, .header_logo a:focus img, .menu_logo a:focus img {
	transform: scale(1.2)
}
body > div.wrap > main > div.tree > ul > li > ul > li{
	color: #fff;
}
.login_logo img{
	animation-name: fire;
	animation-duration: 1.5s;
}
.login_logo_small img{
  width: 100px;
}
.header{
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.28);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.28)
}

.menu_wrap{
	position: relative;
}
.right_info{
	position: absolute;
	right: 0px;
	top: 50px;
/*	display: none;*/
	z-index: 2;
}

.mychat{
	background: #C3F69D;
	border: none;
}

@media screen and (max-width: 640px) and (hover: none) and (pointer: coarse) {
	.right_info{
		display: block;
	}
}
.earth_info{
	position: absolute;
	color:#fff;
	background: rgba( 0,0,0,0.4 );
	border-radius: 5px;
	padding: 10px;
	border: 2px double #666;
	z-index: 2;
	text-align: center;
	box-shadow: 2px 2px 10px #000;
}
@media only screen and (max-width: 480px){
	.right_info{
		top: 25px;
	}
	.earth_info{
		padding: 5px;
	}
}
.earth_head{
	font-size: 95%;
	margin-bottom: 10px;
}
.earth_cont{
	margin-bottom: 5px;
}
.earth_btn{
	border: solid 2px #8c8;
	color: darkgreen;
	margin-bottom: 5px;
}
.earth_btn:hover:before, .earth_btn:focus:before, .earth_btn:active:before {
  border: #8c8 solid 3px;
}
.menu .return_staffmenu{
	right: 0;
}