@charset "utf-8";

/*page_login
************************************************************************************/
/*#page_login .framebg{
	background: url("../../meeting/img/meeting-2025/title.jpg") no-repeat top #ddf4b8;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	color: #000;
	padding: 400px 20px 20px;
}*/

#page_login .framebg .title{
	display: block;
	font-weight: bold;
	background: #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 7px 0;
	width: 250px;
	margin: 0 auto 1em;
	text-align: center;
	font-size: 21px;
	border: 1px solid #000;
}

#page_login .framebg .subtitle{
	color: #000;
	padding: 0;
	margin: 0 0 1em 0;
	position: relative;
	font-weight: 600;
	display: inline-block;
	font-size: 18px;
}
#page_login .framebg .subtitle:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #000;
}

#page_login .framebg .inbox{
	background-color: rgba( 255, 255, 255, 0.8 );
	padding: 20px;
	margin-bottom: 1em;
}


#page_login .btn_logout{
	padding: 2em 0;
	text-align: right;
}
#page_login .btn_logout a{
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	background: #EC6E00;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 20px 40px;
	font-weight: bold;
}

#page_login .frame_subject .subject_box{
	width: 100%;
	margin: 7px 0;
	border: 1px solid #666;
}
#page_login .frame_subject .subject_box .ttlbox,
#page_login .frame_subject .subject_box .ttlbox-link{
	background: #000;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 1em;
	vertical-align: middle;
	cursor: pointer;
}
#page_login .frame_subject .subject_box .ttlbox span{
	padding-right: .5em;
	color: #666;
	font-size: 36px;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	vertical-align:  middle;
}

#page_login .frame_subject .subject_box .ttlbox-link a{
	color: #FFF;
	text-decoration: none;
	display: block;
	line-height: 65px;
}

#page_login .frame_subject .subject_box .ttlbox:after,
#page_login .frame_subject .subject_box .ttlbox-link a:after{
    background: url("../../img/common/ar_white_right.png") no-repeat right center;
	-moz-background-size: 20px auto;
	-webkit-background-size: 20px auto;
	background-size: 20px auto;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 20px;
    content: "";
}
#page_login .frame_subject .subject_box .ttlbox.active:after{
    background: url("../../img/common/ar_white_down.png") no-repeat right center;
	-moz-background-size: 20px auto;
	-webkit-background-size: 20px auto;
	background-size: 20px auto;
}


#page_login .frame_subject .subject_box .details{
	padding: 1em;
}
#page_login .frame_subject .subject_box .details p{
	padding: 0 0 0.7em 0;
}
#page_login .frame_subject .subject_box .details p.bold{
	padding: 0 0 0.0em 0;
}
#page_login .frame_subject .subject_box .details p:last-child{
	padding-bottom: 0;
}

#page_login .frame_subject .subject_box .details ul.table li{
	display: table;
	margin: 0 0 5px 0;
}
#page_login .frame_subject .subject_box .details ul.table li p{
	display: table-cell;
	vertical-align: top;
}
#page_login .frame_subject .subject_box .details ul.table li p:first-child{
	width: 3.5em;
}

@media screen and (max-width: 979px) {
#page_login .framebg{
	padding-top: 0;
}
#page_login .framebg:before {
	content:"";
	display: block;
	padding-top: 55%;
}
#page_login.page_details .framebg:before{
	display: none;
}
}

/*************************************************************************************/
#page_login.page_details .framebg{
	background: #d3edfb;
	color: #000;
	padding: 20px;
}
#page_login.page_details .framebg .movie{
	padding: 2em 0;
}

#page_login.page_details .navigation{
    margin: 3em auto 1em;
}
#page_login.page_details .navigation ul{
    display: table;
    margin: auto;
    width: 100%
}
#page_login.page_details .navigation ul li{
    display: table-cell;
    vertical-align: middle;
    padding: 0 2em;
    width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#page_login.page_details .navigation ul li a{
    display: block;
    text-decoration: none;
    color: #000;
}
#page_login.page_details .navigation ul li:first-child{
    text-align: left;
}
#page_login.page_details .navigation ul li:first-child a{
    background: url("../../img/common/ar_gry_left.png") no-repeat left center;
	-moz-background-size: 40px auto;
	-webkit-background-size: 40px auto;
	background-size: 40px auto;
    padding: 0 0 0 50px;
}
#page_login.page_details .navigation ul li:last-child{
    text-align: right;
}
#page_login.page_details .navigation ul li:last-child a{
    background: url("../../img/common/ar_gry_right.png") no-repeat right center;
	-moz-background-size: 40px auto;
	-webkit-background-size: 40px auto;
	background-size: 40px auto;
    padding: 0 50px 0 0;
}

#page_login.page_details .navigation .btnBack{
    display: block;
    text-align: center;
    margin-top: 2em;
}
#page_login.page_details .navigation .btnBack a{
    display: inline-block;
    border: 1px solid #000;
    padding: 15px 3em;
    color: #000;
    text-decoration: none;
}
#page_login table.normal{
	margin: 5px auto 15px auto;
	width: 100%;
	border: 1px solid #000;
}
#page_login table.normal tbody th{
	padding: 15px 10px;
	text-align: center;
	font-weight:normal;
	background-color: #00519a;
	border: 1px solid #000;
	color: #FFF;
}

#page_login table.normal tbody td{
	padding: 15px 10px;
	border: 1px solid #000;
	background: #FFF;
}

#page_login table.meeting-data th{
	width: 6em;
}

#page_login .movie{
	text-align: center;
}
#page_login .movie video{
	max-width: 100%;
	height: auto;
}
#page_login.page_details .form table.formparts input[type=text],
#page_login.page_details .form table.formparts input[type=email],
#page_login.page_details .form table.formparts input[type=tel],
#page_login.page_details .form table.formparts input[type=file],
#page_login.page_details .form table.formparts input[type=password],
#page_login.page_details .form table.formparts textarea{
	background: #f1f1f1;
}
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, #page_login .movie video { width: 100%; height: auto; }
}
@media screen and (max-width: 979px) {
#page_login table.meeting-data th{
	width: auto;
}
#page_login.page_details .form table.formparts input[type=text],
#page_login.page_details .form table.formparts input[type=email],
#page_login.page_details .form table.formparts input[type=tel],
#page_login.page_details .form table.formparts input[type=file],
#page_login.page_details .form table.formparts input[type=password],
#page_login.page_details .form table.formparts textarea{
	background: #f1f1f1;
}

#page_login.page_details .navigation ul li{
    padding: 0;
    width: 50%;
}
#page_login.page_details .navigation ul li:first-child a{
    background: url("../../img/common/ar_gry_left.png") no-repeat left center;
	-moz-background-size: 20px auto;
	-webkit-background-size: 20px auto;
	background-size: 20px auto;
    padding: 0 0 0 30px;
}
#page_login.page_details .navigation ul li:last-child a{
    background: url("../../img/common/ar_gry_right.png") no-repeat right center;
	-moz-background-size: 20px auto;
	-webkit-background-size: 20px auto;
	background-size: 20px auto;
    padding: 0 30px 0 0;
}
}

/*
************************************************************************************/
section.meetgin-adv{
	border-top: 1px solid #CCC;
	padding: 50px 0;
	margin: 50px 0 0 0;
}

section.meetgin-adv ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
}

section.meetgin-adv ul li{
	display: block;
	width: 32%;
	margin: 0.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-align:  center;
}
section.meetgin-adv ul li.nobn{

	border: 1px solid #CCC;
	line-height: 90px;
	background: #ededed;
}

section.meetgin-adv ul li img{
	max-width: 100%;
	height: auto;
}

.btn-anq{
	width: 500px;
	margin: 2em auto;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #00519a;
}
.btn-anq a{
	color: #FFF;
	text-decoration: none;
	display: block;
	font-weight: bold;
	text-align: center;
	padding: 1em;
}
@media screen and (max-width: 979px) {
.btn-anq{
	width: 100%;
}
}
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, section.meetgin-adv ul li img{width: 100%; height: auto;}
}


section.meetgin-adv .title{
	color: #2c180d;
	font-size: 24px;
	display: flex;
	align-items: center;
	margin-bottom: 1em;
}
section.meetgin-adv .title:before, section.meetgin-adv .title:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #754f3a;
	display: block;
}
section.meetgin-adv .title:before {
	margin-right: .4em;
}
section.meetgin-adv .title:after {
	margin-left: .4em;
}
/*y2025
************************************************************************************/

#page_login.page_details .icon_kaisai_real{
    display: inline-block;
    padding: 3px 6px;
    margin: 0 2px;
    border: 1px solid #2E52B5;
    color: #2E52B5;
    font-size: 13px;
    background: #FFF;
    font-weight: bold;
}
#page_login.page_details .icon_kaisai_ondemand{
    display: inline-block;
    padding: 3px 6px;
    margin: 0 2px;
    border: 1px solid #5E9F30;
    color: #5E9F30;
    font-size: 13px;
    background: #FFF;
    font-weight: bold;
}
