@charset "UTF-8";

/*-----------------------------------
	ページごとの設定
-----------------------------------*/

/*----- page_home -----*/
#page_home {
    box-sizing: border-box;
    text-align: left;
    width: 1000px;
    margin-right: calc(50vw - 500px);
}
#page_home .meeting_area{
	position: relative;
}
#page_home .meeting_info{
	margin: 0 auto;
	height: 1000px;
	text-align: center;
	background-image: url("../img/page_home_bg01.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
#page_home .meeting_info img{
	vertical-align:bottom;
	line-height:.5rem;
	margin-top:0;
	user-select: none;
	width: 100%;
	max-width: 1000px;
}
#page_home .meeting_info img.theme{
	position: relative;
	top:42.8rem;
}
#page_home .meeting_info img.details {
	margin: auto;
    position: relative;
    top: 42.8rem;
}



#ondemand{
	margin-top: 3rem;;

}
#ondemand h2{
	box-sizing:border-box;
	margin:0 auto 1rem;
	padding:.2rem 0 .3rem;
	width:100%;
	max-width: 1000px;
	background: rgb(240, 200, 100);
	box-shadow: 0 0 2px rgb(0,0,0,.4);
	border-radius: 1rem;
	text-align: center;
	color: rgb
}
#ondemand .text{
	box-sizing:border-box;
	margin:0 auto 2rem;
	padding:0 2rem 2rem;
	width:100%;
	max-width: 1000px;
	background: rgba(255,255,255,1.00);
	box-shadow: 0 0 2px rgb(0,0,0,.4);
	border-radius: 1rem;
}
#ondemand .text section{
	margin-bottom: 4rem;
}
#ondemand .text h3{
	margin:1.6rem 0 -.8rem -.5rem;
}

#change_log{
	box-sizing:border-box;
	margin:0 auto;
	padding:1.6rem 2rem .5rem;
	width:100%;
	max-width: 1000px;
	background: rgba(255,255,255,1.00);
	box-shadow: 0 0 2px rgb(0,0,0,.4);
	border-radius: 1rem 1rem 0 0;
}
#change_log h2{
	margin:0;
	padding-bottom:.2em;
	font-size:1.5rem;
	color:rgb(107, 156, 188);
	font-weight:500;
	line-height:1.5;
}
#change_log h2::after{
	content: "";
	background-color: rgb(185, 185, 185);
	width: 2.6em;
	height: .1875rem;
	display: block;
	margin-top: .4rem;
}
#change_log .log_outer{
	height:13.4375rem;
	overflow-y:auto;
}
#change_log dl{
	display:flex;
	flex-wrap:wrap;
	margin:0;
	font-size:.937rem;
}
#change_log dl dt,
#change_log dl dd{
	box-sizing:border-box;
	padding-top:.8em;
	padding-bottom:.8em;
	border-bottom:dotted 2px rgb(244, 196, 192);
	line-height:1.5;
}
#change_log dl dt{
	padding-left:.5rem;
	width:8.125rem;
}
#change_log dl dt::before{
	box-sizing:border-box;
	content:"";
	display:inline-block;
	width:.5rem;
	height:.5rem;
	margin-right:8px;
	background:rgb(214, 10, 85);
	vertical-align:0;
	border-radius: 12px;
	position: relative;
	top:-.05rem;
}
#change_log dl dd{
	margin:0;
	width:calc(100% - 8.125rem);
}

#change_log dl dd a{
	color:rgb(234,85,50);
	transition:opacity .2s ease-out;
}

#change_log dl dd a:hover{
	opacity:.5;
}
#change_log dl dd dl{
	display: block;
}
#change_log dl dd dl dt{
	border: none;
	display: block;
	width: auto;
	padding-left: 0;
	padding-bottom: 0;
	font-weight: 700;
}
#change_log dl dd dl dt::before{
	content: none;
}
#change_log dl dd dl dd{
	border: none;
	display: block;
	width: auto;
	padding-left: 1.5em;
	padding-top: 0;
}

@media (max-width:1450px){
	#page_home {
    box-sizing: border-box;
    text-align: left;
    width: 100%;
    margin-right: auto;
}
}
@media (max-width:1230px){
	#page_home {
    width: calc(100% - 16rem);
		margin: 0;
}
	#page_home .meeting_info {
		background-size: contain;
    height: 47rem;
}
	#page_home .meeting_info img.details,
	#page_home .meeting_info img.theme {
    top: 31rem;
}
}
@media (max-width:800px){
	
	#page_home {
    width: 100%;
		margin: 0;
		padding: 0;
}
	#page_home .meeting_info {
    width: 100%;
    background-size: 100% auto;
    height: 32rem;
    background-position: top;
    margin-top: -2rem;
}
	#page_home .meeting_info img.details, 
	#page_home .meeting_info img.theme {
    top: 21rem;
    background-color: rgb(255,255,255);
}
	#page_home .meeting_area {
		margin-top: 2rem;
}
	#change_log {
    width: auto;
    margin: 0 1rem;
}
	#change_log h2 {
    font-size: 2rem;
}
	#change_log .log_outer {
    height: 22rem;
}
	#change_log dl {
    display: block;
}
	#change_log dl dt{
    width: 100%;
		border-bottom: none;
		font-size: 1.6rem;
		padding-bottom: 0;
}
	#change_log dl dd{
    width: 100%;
		font-size: 1.4rem;
		padding: .6em;
		padding-top: 0
}
	#page_home h1 a img{
		width:78vw;
	}
}

/*------------------------------
	page_message
------------------------------*/
#page_message .haikei{
	margin-top: 2.25rem;
}

#page_message .text{
	text-indent:1em;
}
#page_message .photo{
	margin:1rem 1.6rem 0 1rem;
	width:10rem;
	box-shadow:0 0 5px rgba(0,0,0,.3);
	float:left;
}
#page_message .photo img{
	display:block;
	width:100%;
	line-height:0;
	vertical-align:bottom;
}
#page_message .title{
	margin:0;
	padding-right:1rem;
	font-size:.875rem;
	line-height:1.5;
	text-align:right;
}
#page_message .name{
	margin:0;
	padding-right:1rem;
	font-size:1.25rem;
	font-weight:700;
	line-height:1.5;
	text-align:right;
}
#page_message .name small{
	font-size:.875rem;
	font-weight:400;
	margin-right: .5rem;
	letter-spacing: .3rem;
}
#page_message .affi{
	margin:0 0 50px;
	padding-right:1rem;
	font-size:.875rem;
	text-align:right;
}
#page_message .main_text{
	text-indent:1em;
}

/*------------------------------
	page_overview
------------------------------*/
/*----- page_overview -----*/
#page_overview dl{
	display:flex;
	flex-wrap:wrap;
	margin:4rem 0;
	border-top:solid 1px rgb(200,200,200);
	padding-left: 0;
}
#page_overview dl dt,
#page_overview dl dd{
	box-sizing:border-box;
	padding:1.2em 0.6em;
	border-bottom:solid 1px rgb(200,200,200);
}
#page_overview dl dt{
	margin:0;
	width:8.75rem;
	color: rgb(58,76,101);
	display: block;
	text-align: center;
	background-color: rgb(211, 235, 197);
}
#page_overview dl dt b{
	font-weight:700;
	min-width: 3em;
	display: inline-block;
	text-align-last: justify;
}
#page_overview dl dd{
	margin:0;
	width:calc(100% - 8.75rem);
	text-align: left;
	padding-left: 1.6rem;
}
#page_overview dl dd .affi{
	display:inline-block;
	font-size:.9em;
}

/*--補足・注（先頭に※や＊の付く所）--*/
#page_overview .note_large{
	padding-left:1em;
	font-size:1.6rem;
	text-indent:-1em;
}
#page_overview span.note_large{
	display:block;
}

@media(max-width:800px){
	#page_overview dl{
	display:block;
	flex-wrap:nowrap;
	margin:2rem 0;
	border-top:none;
	padding-left: 0;
}
#page_overview dl dt,
#page_overview dl dd{
	display: inline-block;
	box-sizing:border-box;
	padding:.2em 0.6em;
	border-bottom:none;
}
#page_overview dl dt{
	margin:0;
	width:auto;
	color: rgb(58,76,101);
	text-align: center;
}
#page_overview dl dd{
	margin-bottom: 1.5em;
	width: 100%;
	font-size: .9em;
}
	
}

/*------------------------------
	page_access
------------------------------*/
#page_access .map{
	margin: 1rem auto;
	text-align: center;
}
#page_access .map dl{
	text-align: left;
}
#page_access .map dl dt{
	font-weight: 700;
}
#page_access .map dl dd{
	margin-left: 1em;
	margin-bottom: 2em;
}
#page_access .map dl dd ul{
	margin-left: -2em;
	margin-top: 0;
}

/*------------------------------
	page_program
------------------------------*/
#page_program h3 > span{
	font-size:1rem;
	font-weight:700;
}
#page_program .date_and_time{
	margin-top:-.5rem;
	padding:.3em .4em;
	border-bottom:solid 1px rgb(200,200,200);
	font-size:1rem;
	font-weight:700;
	line-height:1.5;
}
#page_program .date_and_time .red_box{
	display:inline-block;
	padding:0 5px;
	background:rgb(240,30,30);
	font-size:.937rem;
	color:rgb(255,255,255);
}
#page_program .session_theme{
	margin:.8em 0 .1em 0;
	padding-bottom:.3em;
	font-size:1.125rem;
	font-weight:700;
	border-bottom:dotted 1px rgb(180,180,180);
	color:rgb(17,128,52);
	line-height:1.5;
	background: none;
	padding-left: 0;
}
#page_program .session_theme::before{
	display: none;
}
#page_program .session_sub_theme{
	margin:0 0 .1em 1.5em;
	padding: 0;
	padding-bottom:.3em;
	font-size:1rem;
	font-weight:700;
	border-bottom:none;
	color:rgb(147,18,12);
	line-height:1.5;
	background: none;
}
#page_program .session_title{
	margin:1rem 0 0 1.5em;
	padding: 0;
	padding-bottom:.3em;
	font-size:.9rem;
	font-weight:700;
	border-bottom:none;
	color:rgb(38, 55, 50);
	line-height:1.5;
	background: none;
}
#page_program .holding_format{
	margin: -2.65rem .5rem 0.6rem;
	padding: 0 0 0.5rem;
	font-size: .9rem;
	font-weight: 700;
	color: rgb(60,60,60);
	text-align: right;
}
#page_program .speakers_box{
	margin:0 0 1.8em 1rem;
	line-height:1.6;
	border-bottom: dotted 1px rgb(158, 159, 109);
	font-weight: 700;
}
#page_program .speakers_box.semi{
	border: none;
	margin-bottom: .6em;
}

#page_program section.sp-list .speakers_box{
    margin-bottom: 0;
}
#page_program .speakers_box dt{
	margin:0 0 0 .6em;
	font-weight:700;
	clear: both;
	display: inline-block;
	vertical-align: top;
}
#page_program .speakers_box dt::after{
	content: "：";
}
#page_program .speakers_box dd{
	display: inline-block;
	margin-left: 0;
}
#page_program .speakers_box dd p{
	display: block;
	font-weight:700;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
#page_program .speakers_box p{
	margin-left:1em;
}
#page_program .speakers_box dt + dd .title{
	margin-top:1em;
}
#page_program .speakers_box p .affi{
	display:inline-block;
	padding-left:.5em;
	font-size:.9em;
	font-weight:400;
	text-indent:-.5em;
}
#page_program .speakers_box p .affi::before{
	content: "（";
}
#page_program .speakers_box p .affi::after{
	content: "）";
}
#page_program .speakers_box dd + dt,
#page_program .speakers_box dd + dt + dd{
	margin-top:.5em;
}
#page_program .subject_number{
	display:inline-block;
	margin-left:.7em;
	padding:.02em .3em;
	border:1px solid rgb(60,60,60);
	font-size:.812rem;
	font-weight:400;
	color:rgb(60,60,60);
	vertical-align:10%;
}
#page_program .subject_number02{
	display:inline-block;
	margin-left:.7em;
	padding:0 .3em;
	border:1px solid rgb(60,60,60);
	background:rgb(200,200,200);
	font-size:.812rem;
	font-weight:400;
	color:rgb(60,60,60);
	vertical-align:10%;
}
#page_program .subject_number03{
	display:inline-block;
	margin-left:.7em;
	padding:0 .3em;
	border:1px solid rgb(60,60,60);
	background:rgb(140,140,140);
	font-size:.812rem;
	font-weight:400;
	color:rgb(255,255,255);
	vertical-align:10%;
}
#page_program .subject_remarks{
	display:inline-block;
	color:rgb(60,60,60);
	font-size:.687rem;
	font-weight:500;
	vertical-align:10%;
}
#page_program .speakers_box dt + dd .title{
	margin-top:0;
}


#page_program .flyer {
	text-align: center;
	font-size:.8em;
	line-height: 1.5;
	font-weight:600;
}
#page_program .flyer img{
    color: rgba(255,255,255,1.00);
		text-decoration: none;
		display: block;
		cursor: pointer;
		width: 120px;
}
#page_program .flyer a:hover{
	background:rgb(255,255,255,1.00);
	color:rgba(247,147,30,1.00);
	border:solid 1px rgba(247,147,30,1.00);
}
#page_program .session_wrap{
	display: flex;
}
#page_program .credit{
	margin:.9em 0 2.5em 1rem;
	padding:.1em .5em;
	border:solid 1px rgb(160,80,20);
	border-radius:3px;
	font-weight:700;
}
#page_program .credit::before{
	content:"";
	box-sizing:border-box;
	display:inline-block;
	margin-right:6px;
	width:8px;
	height:8px;
	border:solid 2px rgb(160,80,20);
	border-radius:4px;
	vertical-align:6%;
}
#page_program .red_box{
	display:inline-block;
	padding:0 5px;
	background:rgb(240,30,30);
	font-size:.937rem;
	color:rgb(255,255,255);
}
#page_program .blue_box{
	display:inline-block;
	padding:0 5px;
	background:rgb(4, 110, 238);
	font-size:.937rem;
	color:rgb(255,255,255);
}

/*-- モーダル --*/
#page_program .ac_box01{
	position: relative;
}
#page_program .ac_box01 .ac_button{
	position: absolute;
	top: -56px;
	right: 0;
	box-sizing:border-box;
	display:inline;
	padding:.5em .8em;
	background:rgb(240,100,60);
	border-bottom:solid 2px rgb(200,60,30);
	border-radius:4px;
	box-shadow:0 0 5px rgb(255,255,255);
	font-size:.8rem;
	color:rgb(255,255,255);
	font-weight:500;
	line-height:1.5;
	cursor:pointer;
	transition:opacity .2s ease-out;
	text-align:center;
}
#page_program .ac_box01 .ac_button:hover{
	opacity:.65;
}
#page_program .ac_content {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: .6s;

}
#page_program .ac_content.is-show {
	opacity: 1;
	visibility: visible;
}
#page_program .ac_content > .inner {
	position: absolute;
	box-sizing: border-box;
	left: 50%;
	top: 50%;
	width: 700px;
	height: 600px;
	padding:.5rem 3rem;
	background-color: rgb(255,255,255);
	font-size:.937rem;
	line-height:1.7;
	z-index: 2;
	overflow-y: auto;
	transform: translate(-50%,-50%);
}
#page_program .ac_content .session{
	margin:1em 0 0;
	font-size:.937rem;
}
#page_program .ac_content .title{
	position:relative;
	margin:0 0 .8em;
	padding-right:50px;
	padding-bottom:.6em;
	border-bottom:dotted 1px rgb(180,180,180);
	font-size:1.125rem;
	font-weight:700;
	color:rgb(0,96,172);
}
#page_program .ac_content .date{
	display:inline-block;
	position:absolute;
	right:0;
	bottom:0;
	padding-right:.5rem;
	padding-bottom:.8em;
	font-size:.937rem;
	color:rgb(60,60,60);
}
#page_program .ac_content .close-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}
#page_program .ac_content .close-btn{
	font-size: 20px;
	color: rgb(51, 51, 51);
}
#page_program .ac_content .black-background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8);
	z-index: 1;
	cursor: pointer;
}
#page_program .button_flyer_area{
	position: relative;
}
#page_program .button_flyer{
	position: absolute;
	top: -45px;
	right: 0;
	box-sizing:border-box;
	display:inline;
	padding:.5em .8em;
	background:rgb(0,100,150);
	border-radius:4px;
	box-shadow:0 0 5px rgb(255,255,255);
	font-size:.8rem;
	color:rgb(255,255,255);
	font-weight:500;
	line-height:1.5;
	cursor:pointer;
	transition:opacity .2s ease-out;
	text-align:center;
}
#page_program .button_flyer02{
	position: absolute;
	top: -125px;
	right: 0;
	box-sizing:border-box;
	display:inline;
	padding:.5em .8em;
	background:rgb(194,216,91);
	border-bottom:solid 2px rgb(194,216,91);
	border-radius:4px;
	box-shadow:0 0 5px rgb(255,255,255);
	font-size:.8rem;
	color:rgb(255,255,255);
	font-weight:500;
	line-height:1.5;
	cursor:pointer;
	transition:opacity .2s ease-out;
	text-align:center;
}
#page_program .button_flyer:hover,
#page_program .button_flyer02:hover{
	opacity:.65;
}
#page_program .button_flyer a,
#page_program .button_flyer02 a{
	color:rgb(255,255,255);
	font-size:.8rem;
	font-weight:600;
	text-decoration:none;
}
#page_program .speakers_box dd.title {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.2em;
    padding-bottom: 0.2em;
    border-bottom: dotted 1px rgb(180,180,180);
    font-size: 1.1em;
    color:rgb(17,128,52);
    line-height: 1.4;
}

#page_program h2{
	position:relative;
	margin:1.5em 0 .4em;
	padding-bottom: .1em;
	padding-left:1.1em;
	border-bottom:dotted 4px rgb(196, 217, 176);
	font-size:1.2rem;
	line-height:1.4;
}
#page_program h2::before{
	box-sizing:border-box;
	content:"";
	position:absolute;
	top:.8em;
	left:.2em;
	display:inline-block;
	margin-right:8px;
	margin-left:3px;
	width:8px;
	height:8px;
	background-color: rgb(21, 50, 89);
	border-radius:12px;
	border-bottom: none;
}
#page_program .session_h4_qr{
	display: block;
}
#page_program .session_h4_qr h4{
	display: inline-block;
	width: 456px;
}
#page_program .session_h4_qr ul{
	display: inline-block;
	width: calc(100% - 480px);
}

#page_program .button_box.f_r{
	display: block;
	margin: 0;
}
#page_program .button_box.f_r li{
	display: inline-block;
	width: auto;
	vertical-align: top;
	margin-right: 0
}
#page_program .button_box.f_r li a::after{
	right: 0;
}
#page_program .button_box.f_r img{
	margin: -50px auto 0 2em; 
}

@media screen and (max-width:1160px){
	#page_program .button_box.f_r li {
    width: 49%;
}
	
}
@media screen and (max-width:1042px){
#page_program .session_h4_qr{
}
#page_program .session_h4_qr h4{
	display: block;
	width: auto;
}
#page_program .session_h4_qr ul{
	width: auto;
}

#page_program .button_box.f_r{
	float: none;
	display: block;;
}
#page_program .button_box.f_r li{
	vertical-align: middle;
	width: auto;
}
#page_program .button_box.f_r li a::after{
	right: 0;
}
#page_program .button_box.f_r img{
	margin-top: 0; 
}
}
	
@media screen and (max-width:800px){
#page_program .button_box.f_r li a{
	margin: 1em auto;
}
	
}

/*------------------------------
	page_link
------------------------------*/
#page_link dl dt::before{
	content: "";
	position: absolute;
	top: 50%;
	left: .125rem;
	display: block;
	width: .25rem;
	height: .25rem;
	background: rgb(239,57,74);
}
#page_link dl dt{
	box-sizing:border-box;
	font-weight:700;
	padding-left:1em;
	position:relative;
}
#page_link dl dd{
	box-sizing:border-box;
	margin:0 0 1.5rem 1.1rem;
	font-weight:700;
}
#page_link dl dd a{
	display:block;
	box-sizing:border-box;
	width:100%;
	position: relative;
	border-bottom:1px rgba(60,60,60,0) dotted;
	color:rgb(0,100,160);
	text-decoration:none;
	transition:.4s ease-out;
	transition-property:background,color,border-radius,padding-left;
}
#page_link dl a:hover{
	display:inline-block;
	padding-left:.625rem;
	border-bottom:1px rgb(0,100,160) dotted;
	transition:.2s ease-out;
	transition-property:background,color,border-radius,padding-left;
}
#page_link dl a::after{
	content: "";
	position: absolute;
	right: 0;
	width:.625rem;
	height: 0px;
	margin: auto;
	border-left: .625rem solid rgb(234,85,50);
	border-top: .625rem solid transparent;
	border-bottom: .625rem solid transparent;
	transition:.2s ease-out;
}
#page_link dl a:hover::after{
	content: "";
	position: absolute;
	right:.625rem;
	width:.625rem;
	height: 0px;
	margin: auto;
	border-left: .625rem solid rgb(234,85,50);
	border-top: .625rem solid transparent;
	border-bottom: .625rem solid transparent;
}

/*------------------------------
	page_abstract
------------------------------*/

@media(max-width:800px){
#page_abstract table tr,
#page_abstract table tr th,
#page_abstract table tr td{
	display: block;
	padding: 0;
}
}

/*------------------------------
	page_seminar
------------------------------*/

#page_seminar .info h2{
	margin:2em 0 .4em;
	padding:.2em .5em .3em;
	font-size: 1.2rem;
	border-bottom-width: 1px
}
#page_seminar .info h2::before{
	width: 4px
}

#page_seminar .semi_head1{
	display: block;
}
#page_seminar .semi_head1 h1{
	display: inline-block;
	width: auto;
}
#page_seminar .semi_head1 .button_box{
	display: inline-block;
}
#page_seminar .semi_head1 .button_box li{
	display: inline-block;
	width: 43%;
	font-size: .8rem;
	vertical-align: top;
	margin: 0 0 0 1rem;
}
#page_seminar .semi_head1 .button_box li img{
	width: 100%;
}
#page_seminar .semi_head1 .button_box li a::after{
	right: 2px;
}



@media(max-width:1230px){
#page_seminar .semi_head1 {
    margin: 0 2rem;
}
#page_seminar .semi_head1 h1{
    margin: 0;
	display: block;
}
	#page_seminar .semi_head1 .button_box{
	display: block;
}
#page_seminar .semi_head1 .button_box li a{
	width: 70%;
	margin: auto;
}
#page_seminar .semi_head1 .button_box li a br{
	display: none;
}
#page_seminar .semi_head1 .button_box li img{
	width: auto;
}
#page_seminar .semi_head1 .button_box li{
	vertical-align: middle;
	text-align: left;
	position: relative;
    left: -4rem;

}
}
@media(max-width:800px){
#page_access figure{
	margin: 0;
}
#page_access figure img{
	width: 100%
}
	#page_seminar .semi_head1 .button_box li {
    width: 100%; 
		left: 0;
}
	#page_seminar .semi_head1 .button_box li a {
    width: auto; 
}
}


#page_registration table th{
	background-color: rgb(230, 243, 244);
	color: rgba(0,0,0,1.00);
	
}

#page_registration ol.type03 li::before{
	font-size: .9rem;
}

#page_registration ol li > h3{
	display: inline;
	border-bottom: none;
	padding-left: 0;
}
#page_registration ol li > h3::before{
	content: none;
}
#page_registration .num span{
	display: inline-block;
	width: 1em;
	text-align: right;
	margin-right: 2px;
}
#page_registration .timehen{
	font-size:1.6rem;
	color: rgba(255,255,255,1.00);
	background: rgb(255, 0, 0); 
	padding: .1rem .8rem .2rem;
	display: inline;
	margin-top: -5rem;
}
#page_registration .colorbox01{
	border-width: 4px;
	border-color: rgba(0,0,0,1.00);
	position: relative;
	z-index: 20;
	width: 36rem;
	max-width: 100%;
	margin: 0 auto;
	margin-top: 0rem;
	font-size: 1.36rem;
}
#page_registration .haishin{
	position: relative;
	left:-6rem;
	top:-1rem;
}
@media screen and (max-width:1086px){
	#page_registration .haishin{
	position: relative;
	left:0;
}
}