@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	/*background-color: #ffffff;*/
	/*background-image: url(../images/bg_cfonight2018.jpg); */
	/*background:#000;*/
	background-position: center bottom; 
	background-repeat: repeat;
	/*background-repeat: no-repeat;*/
	background-attachment: fixed;
	line-height:1.7em;
}

/*Firefoxだけに適用されるCSSハック*/
@-moz-document url-prefix() {
  body {display:block !important;}
}

br.break {
	page-break-after: always;
}

p.bt_print{
	margin:20px 0 25px 60px;
	text-align:right;
}

hr{
	display:block !important;
	border:none;
	page-break-after: always;
}


/* プレサイト */
#wrapper{
	width:650px;
	margin:0 auto;
	padding-top:100px;
	background:#EBEBEB;
	text-align:left;
}



/* 特設サイト */

#head{
	/*background:url(../images/bg_sample.jpg) repeat-x;*/
	/*margin-bottom:50px;
	background:#fff;*/
}

h1{
	height:auto;
	line-height: 0;
	font-size:40px;
	padding:40px 0 0 0;
	font-weight:700;
	line-height:normal;
}

h1 span{
	font-size:28px;
	color:#0071bd;
}

h2{
	max-width:810px;
	/*margin:30px auto 20px;*/
	/*border-bottom:2px solid #2E75B6 !important;*/
	/*border-top:4px solid #0071bd;*/
	font-size:28px;
	font-weight:bold;
	text-align:center;
	line-height: 1.4em;
	color:#0071bd;
	letter-spacing:0.1em;
}

.heading19{
	position:relative;
	padding-bottom:20px;
	margin-bottom:40px;
	font-size:30px;
	color:#062B49;
}

.heading19::after{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:8px;
	background-image:repeating-linear-gradient(45deg, #FF4E2B 0px, #FF4E2B 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
	background-size:8px 8px;
}

h3{
	margin:30px 0 10px;
	padding:0;
	 padding-top: 10px; 
     padding-right: 20px; 
     padding-bottom: 10px; 
     /*padding-left: 20px; */
	/*background:#F7E8B1;*/
	color:#062B49;
	font-size:20px;
	font-weight:bold;
	text-align:left;
    line-height: 30px;
	border-bottom:1px solid #FF4E2B;
}

.section img{
	margin:0 10px;
}

div.section_area{
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	padding-bottom:40px;
	background:#FFF;
	}

div.section{
	max-width:810px;
	margin:20px auto;
	padding-bottom:40px;
	text-align:left !important;
}


div.section p.right{
	text-align:right;
}

div.section p.left{
	text-align:left;
}

.contact{
	margin-top:-100px;
}

div.section h4{
	padding:40px 10px 20px 0px;
	font-size:22px;
	font-weight:700;
	color:#333333 !important;
}


div.section div#sponsor{
	margin:10px 45px;
	border:1px solid #e6e6e6;
	background:#fff;
}


div.section div#sponsor ul{
	margin:30px 20px 20px;
}

div.section div#sponsor dl{
	margin:20px;
}

div.section div#sponsor dl dt{
	clear:both;
	float:left;
	width:180px;
	font-weight:bold;
}
div.section div#sponsor dl dd{
	float:left;
	width:650px;
}

ul.caution{
	margin-left:1em;
}
ul.caution li{
	padding-left:1.5em;
	font-size:0.9em;
	text-indent:-1em;
}

ul.caution li:before {
	content: "※";
}

.monospace{
	font-family:monospace;
}

.section table.outline{
/*	border-collapse:collapse;
	width:100%;*/
	/*border-top:1px solid #ccc;*/
/*	margin-bottom:20px;
	border-spacing:2px;*/
	width:100%;
	border-collapse:separate;
	/*border-spacing:4px;*/
	/*margin-bottom:1em;*/
}
.section table.outline th{
	padding:10px 5px 5px;
	border-bottom:4px solid #fff;
	font-size:14px;
	line-height:1.7em;
	text-align: left;
	vertical-align:top;
}

.section table.outline th.item{
	width:8em;
	padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
	background:#EAC63B;
	color:#333;
	font-weight:bold;
}

.section table.outline td{
	padding:10px 5px 5px;
	border-bottom:4px solid #fff;
	font-size:14px;
	line-height:1.7em;
	text-align: left;
	vertical-align:top;
}

.section table.outline td.cont{
	padding-top: 15px;
    /*padding-bottom: 15px;*/
    padding-left: 15px;
	background:#EEEEEE;
	color:#333;
}

table.program{
	width:100%;
	border-collapse:separate;
	/*border-spacing:2px;*/
	/*margin-bottom:1em;*/
}
table.program th{
	/*width:100px;
	padding:10px;
	border-bottom:4px solid #fff;
	text-align:left;
	background:#fbfbfb;*/
	padding:10px 5px 5px;
	border-bottom:4px solid #fff;
/*	line-height:1.4em;*/
	font-size:14px;
	line-height:1.7em;
	text-align: left;
	vertical-align:top;
}
table.program td{
	padding:10px;
	border-bottom:4px solid #fff;
	background:#fff;
	line-height:1.7em;
	text-align: left;
}
table.program th.time{
/*	background:#666666;
	color:#fff;
	width:8em;
	padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;*/
	width:8em;
	padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
	background:#EAC63B;
	color:#333;
	font-weight:bold;
}

table.program td.mid{
	/*padding:15px;	*/
	padding:0px;
	background:#EEEEEE;
	color:#333;
}


table.program td .title{
	margin-bottom:20px;
	/*padding-bottom:10px;
	border-bottom: 1px solid #EAC63B;*/
	font-size:1.45em;
	font-weight:bold;
	background: #F7E8B1;/*背景色*/
	padding: 15px;/*文字まわり（上下左右）の余白*/
	color:#333333;
}

table.program td .session_title{	
	margin-bottom:20px;
	padding-top: 15px;
	padding-bottom:10px;
	padding-left: 15px;
	/*border-bottom: 3px dotted #EAC63B;*/
	font-size:1.4em;
	font-weight:bold;
	background-color: #DCDCDC;
}

table.program td .theme{
	margin-bottom:20px;
	padding-bottom:10px;
	padding-left: 15px;
	font-size:1.3em;
	font-weight:bold;
}

table.program td .name{
	font-size:1.3em;
	font-weight:bold;
}

table.program td img{
	margin:10px 0;
}

table.program td p.pad05{
	padding-bottom:0.5em!important;
}
table.program td p.pad1{
	padding-bottom:1em!important;
}

table.program td .bottom_pad10{
	padding-bottom:10px;
}

table.shoutai{
	width:500px;
	margin:0 45px 20px;
	border-collapse:separate;
	border-spacing:2px;
}
table.shoutai th{
	width:120px;
}
table.shoutai th,
table.shoutai td{
	padding:4px;
}

.last{
	border:none !important;
	}

#back_top {
	position: fixed;
	right:20px;
	bottom:10px;
}

#footer{
	padding:25px 25px 60px;
	background:#696969;
	color:#fff;
}
#footer img{
	margin-right:10px;
	vertical-align:middle;
}

#footer .cfo{
	font-size:18px;
	font-weight:bold;
}

#footer a{
	color:#fff;
}
#footer a:hover{
	color:#ccc;
}
#footer p.copyright{
	/*padding:10px 0;*/
	font-family:Arial, Helvetica, sans-serif;
}




.tbox {position:absolute; display:none; padding:14px 17px; z-index:900}
.tinner {padding:15px; -moz-border-radius:5px; border-radius:5px; background:#fff url(../images/preload.gif) no-repeat 50% 50%; border-right:1px solid #333; border-bottom:1px solid #333}
.tmask {position:absolute; display:none; top:0px; left:0px; height:100%; width:100%; background:#000; z-index:800}
.tclose {position:absolute; top:0px; right:0px; width:30px; height:30px; cursor:pointer; background:url(../images/close.png) no-repeat}
.tclose:hover {background-position:0 -30px}

#error {background:#ff6969; color:#fff; text-shadow:1px 1px #cf5454; border-right:1px solid #000; border-bottom:1px solid #000; padding:0}
#error .tcontent {padding:10px 14px 11px; border:1px solid #ffb8b8; -moz-border-radius:5px; border-radius:5px}
#success {background:#2ea125; color:#fff; text-shadow:1px 1px #1b6116; border-right:1px solid #000; border-bottom:1px solid #000; padding:10; -moz-border-radius:0; border-radius:0}
#bluemask {background:#8B9BC4}
#frameless {padding:10px}
#frameless .tclose {left:6px}

/* profile
--------------------------------------*/

/*body#profile{
	background:none;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

#profile_wrapper{
	width:600px;
	margin:0 auto;
	border-top:5px #c00 solid;
	background:#fff;
}

#profile_head{
	width:550px;
	margin:0 auto 25px auto;
}
#profile_head #photo{
	float:left;
	width:130px;
	height:130px;
	background-color:#efefef;
}
#profile_head #name{
	width:40px;
	margin-left:20px;
	float:left;
}
#profile_head #name h2{
	padding:0;
	margin:0;
	text-align:left;
}

#profile h3{
	margin:20px 20px 10px 20px;
	padding:0 0 5px 5px;
	border-bottom:1px solid #ccc;
	font-size:1.2em;
	font-weight:bold;
	text-align:left;
}

#profile p{
	padding:0 25px 0.5em;
	text-align:left;
}

#profile table{
	margin:0 25px;
}
#profile table td{
	padding:3px;
}

p.pro_print{
	width:83px;
	margin:30px auto;
}

#profile_footer{
	width:580px;
	height:40px;
	margin:20px 0 5px 0;
	text-align:center;
}

#profile code{
	display:block;
	margin:40px 0;
	padding-top:10px;
	border-top:1px dotted #ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	text-align:center;
}*/

@media print{
	p.pro_print{
		display:none;
	}
	span.bt_menu{
		display:none;
	}
}

/*追加*/
.button {
	display: inline-block;
	position: relative;
	width: 300px;
	height: 90px;
	background-color: #E54B4B;
	border-radius: 8px;
	color: #fff;
	font-size:1.6em;
	font-weight:bold;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #530000;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	line-height:90px;
	text-align: center;
	text-decoration: none;
	outline: none;
}

.button a{
	color: #fff !important;
}

.button:hover {
	background-color: #ccc;
	box-shadow: 0 3px 0 #999;
}

.button:active {
	top: 3px;
	box-shadow: none;
}

.button::before,
.button::after {
	display: block;
	position: absolute;
	z-index: -1;
	content: '';
}

.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


.button_2 {
	display: inline-block;
	position: relative;
	width: 300px;
	height: 40px;
	background-color: #E54B4B;
	border-radius: 8px;
	color: #fff;
	font-size:1.1em;
	font-weight:bold;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #530000;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	line-height:40px;
	text-align: center;
	text-decoration: none;
	outline: none;
}

.button_2 a{
	color: #fff !important;
}

.button_2:hover {
	background-color: #ccc;
	box-shadow: 0 3px 0 #999;
}

.button_2:active {
	top: 3px;
	box-shadow: none;
}

.button_2::before,
.button_2::after {
	display: block;
	position: absolute;
	z-index: -1;
	content: '';
}

.button_2,
.button_2::before,
.button_2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}



.button_print {
	display: inline-block;
	position: relative;
	width: 160px;
	height: 30px;
	background-color: #999999;
	border-radius: 8px;
	color: #fff;
	font-size:0.85em;
	font-weight:bold;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #333333;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	line-height:30px;
	text-align: center;
	text-decoration: none;
	outline: none;
}

.button_print a{
	color: #fff !important;
}
	
.button_print:hover {
	background-color: #CCC;
	box-shadow: 0 3px 0 #999;
}

.button_print:active {
	top: 3px;
	box-shadow: none;
}

.button_print::before,
.button_print::after {
	display: block;
	position: absolute;
	z-index: -1;
	content: '';
}

.button_print,
.button_print::before,
.button_print::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.cont{
	margin-top:1em;
	padding-bottom: 0px;
	padding-left: 22px;
}

.prof_link{
	padding-bottom:15px;
	padding-left:15px;
}

.session{
	margin-bottom:0px;
	padding-bottom:30px;
	border-bottom:1px solid #ffffff;
	}
	
	
	.code-l{
    background: #E54B4B;
    color: #fff;
    display: inline-block;
/*    margin-top: 0.4em;*/
    padding: 8px 16px 4px;
/*    border-top: 2px solid #E54B4B;
    border-left: 2px solid #E54B4B;
    border-bottom: 2px solid #E54B4B;*/
}
.code-r{
    background: rgba(255, 255, 255, 0.6);
    padding: 8px 16px 4px;
/*    border-top: 3px solid #E54B4B;
    border-right: 3px solid #E54B4B;*/
    /*border-bottom: 3px solid #E54B4B;*/
	/*margin-left:10px;*/
}

table.registrationFee{
    max-width:810px;
    border: 1px solid #222;
}
table.registrationFee span{
    /*color: #D70C18;*/
}
table.registrationFee thead{
    background: #dcdcdc;
}
table.registrationFee th{
	padding:15px;
	width:200px;
	text-align:center;
    border-bottom: 1px solid #222;
	background: #dcdcdc;
	font-weight:700;
}
table.registrationFee td{
	padding:15px;
	text-align:left;
    width:610px;
    border-bottom:1px solid #222;
	border-right:1px solid #222 !important;
}
.code{
	border:2px solid #E54B4B;
	width: 360px;
	background:#fff;
}


/*CFRO用追加*/

.comment{
	width:810px;
	margin:0 auto;
	text-align:left;
}


.access_box{
	width:810px;
	margin:0 auto;
	text-align:left;
	padding-bottom:70px;
	
}

.col_access_text{
	float:left;
	width:350px;
	padding-right:20px;
}

.col_access_img{
	float:left;
	width:440px;
}

.gnav{
	width:810px;
	margin: 0 auto;
	text-align: center;
	margin-top:40px;
	margin-bottom:40px;
}

.gnav.ul.li{display: inline;}


.gnav li {
display: inline;
	margin-right: 40px;
}


.link a{
	font-weight: 700;
	font-size:18px;
	color:#000;
}
.link a:hover{
	color:#5dc5c6;
}


.footer_title{
	margin-top:40px;
	font-weight:700;
	font-size:20px;
}


.box_speaker{
	width:810px;
	margin:0 auto;
}

.speaker{
	margin-right:40px;
	width:130px;
	float:left;
}

.speaker_last{
	width:130px;
	float:left;
}

.speaker_jyun{
	width:130px;
	margin: 0 auto;
}


.program_section{
	width:810px;
	margin:0 auto;
	margin-left: 0px;
}



.time_box{
	width:180px;
	float:left;
	text-align: left;
	font-size:20px;
	font-weight: 700;
}


.naiyou_box{
	width:620px;
	float:left;
	text-align: left;
}


.name{
	font-size:20px;
	font-weight:700;
}


.program_table li { 
	width: 700px;
margin-left: 25px;}

.program_table li::before {
  position: relative;
  /*top: -2px;*/
	top:0px;
  left: -35px;
 
  display: inline-block;
 
  width: 19px;
  height: 19px;
 
  content: '';
 
  border-radius: 100%;
  background: #5dc5c6;
}



.program_table {
    margin-top: 0px;
    margin-left:20px;
    z-index: 50;
    /*border-left:1px solid #2E75B6;*/
	border-left:1px solid #5dc5c6;
}

.program_table > li {
    position: relative;
    display: block;
    /*padding-left: 20px;*/
    color: #1b1b1b;
    overflow: visible !important;
	padding-bottom: 40px;
}




.program_table_last {
    margin-top: 0px;
    margin-left:10px;
    z-index: 50;
}

.program_table_last li { 
margin-left: 40px;}

.program_table_last li::before {
  position: relative;
  /*top: -2px;*/
	top:0px;
  left: -39px;
 
  display: inline-block;
 
  width: 19px;
  height: 19px;
 
  content: '';
 
  border-radius: 100%;
  background: #5dc5c6;
}





.naiyou_title{
	font-size:20px;
	color:#003a53;
}


.catch{
	font-size:30px;
	margin-bottom:20px;
	line-height: 1.5em;
}

.catch_2{
	font-size:24px;
	margin-bottom:20px;
	padding-top: 70px;
	line-height: 1.5em;
}

.gotoudanzyun{
font-size:12px;
}

@media only screen and (max-width: 500px){
	.gotoudanzyun{
	font-size:6px;
	}
	}	


.section_speaker_col2{
	width:810px;
	padding:40px 0 40px 40px;
	background-color: #fff;
	margin:0 auto;
	text-align: left;
	margin-bottom: 70px;
}


.col_left_text{
	width:390px;
	float:left;
	padding-right:40px;
}



.col_right_img{
	width:340px;
	height: 400px;
	float:left;
}


.col_left_img{
	/*width:340px;*/
	width:200px;
	height: 300px;
	float:left;
	padding-right:45px;
}

.col_right_text{
	/*width:380px;*/
	width:520px;
	float:left;
}

.speaker_name{
	font-size:22px;
	color:#003a53;
	font-weight:700;
}

.speaker_title{
	font-size:16px;
	font-weight:700;
	margin-bottom:20px;
}

.speaker_profile{}

.gaiyou{
	width:810px;
	margin:0 auto;
}
	

.top_contents{

padding-bottom: 30px;
	}


a.sponsor:link {
	color: #fff;
	text-decoration: none;
}

a.sponsor:visited {
	color: #ccc;
	text-decoration: none;
}

a.sponsor:active,
a.sponsor:hover {
	/*color: #666;*/
	color:#ccc;
}



.sponsorship_box{
	width: 810px;
		margin:0 auto;
	margin-bottom:40px;
}


.sponsorship_title{
	width:220px;
	float:left;
	padding-right:20px;
	text-align: left;
	display: flex;
  justify-content: center;
  align-items: center;
	
}

.sponsorship_cont{
	width:530px;
	float:left;
	text-align: left;
	background-color: #fff !important;
	padding: 20px;
}


.sponsorship_list{
	text-align: left;
	margin-left: 20px;
}

.sponsorship_list.platinum li::before {
  position: relative;
  /*top: -2px;*/
	top:-2px;
  left: -15px;
 
  display: inline-block;
 
  width: 8px;
  height: 8px;
 
  content: '';
 
  border-radius: 100%;
  background: #F7AB8A;
}



.sponsorship_list.gold li::before {
  position: relative;
  /*top: -2px;*/
	top:-2px;
  left: -15px;
 
  display: inline-block;
 
  width: 8px;
  height: 8px;
 
  content: '';
 
  border-radius: 100%;
  background: #C49964;
}

.sponsorship_list.silver li::before {
  position: relative;
  /*top: -2px;*/
	top:-2px;
  left: -15px;
 
  display: inline-block;
 
  width: 8px;
  height: 8px;
 
  content: '';
 
  border-radius: 100%;
  background: #999999;
}



.price{
	font-size:16px;
	font-weight: 700;
	margin-top:20px;
}



.title_platinum{
	background-color:#F7AB8A;
	border:1px solid #F7AB8A;
}

.title_gold{
	background-color:#FFD685;
	border:1px solid #FFD685;
}
.title_silver{
	background-color:#D1D1D1;
	border:1px solid #D1D1D1;
}

.sponsorship_level{
	padding:20px;
	font-weight: 700;
	font-size:18px;

  text-align: center;
}

.note{
	width: 810px;
	margin: 0 auto;
	text-align: left;
}

p.inner_sponsorship{

	font-size:20px;
	}

p.inner_sponsorship a{
	color:#fff;
	}
p.inner_sponsorship a:hover{
	color:#ccc;
	}

p.inner_sponsorship::before {
  content: url(../images/menu_off_bg_r.png);
  position: relative;
  top: 0.25em;
  margin-right: 0.5em;
}


.parent {
  display: flex;
  justify-content: center;
  align-items: center;
}

.child {
  text-align: center; 
}


table.style1 td {
    padding: 1.5em 1em 1.5em 0em;
    border-bottom: 1px solid #999;
    font-size: 0.9em;
    line-height: 1.5em;
    vertical-align: top;
    text-align: left;
}

.red{
	font-weight: 700;
	color:#cc0000;
}



.red_underline {
border-bottom:double;/*二重線を引く*/
border-color:#cc0000;
border-width:3px;
}

.sub{
	font-size:0.82em;
}



table .gaiyou tbody tr td{
	paddin-top:10px;
	paddin-bottom:10px;
}

.code-l{
    background-color: #cc0000;
    color: #fff;
    display: inline-block;
    margin-top: 0.4em;
    padding: 4px 8px 2px;
    border-top: 1px solid #222;
    border-left: 1px solid #222;
    border-bottom: 1px solid #222;
}
.code-r{
    background: rgba(255, 255, 255, 0.6);
    padding: 4px 10px 2px;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    border-bottom: 1px solid #222;
}


.box_movie {
    width: 810px;
	margin-top:40px;
    padding: 40px 0 40px 40px;
    background-color: #fff;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 70px;
}

.box_movie .naiyou_title_sub {
    font-size: 24px;
    color: #333333;
}

.cont_movie {
    margin-top: 1em;
    padding-bottom: 0px;
}

.button_questionnaire {
	display: inline-block;
	position: relative;
	width: 500px;
	height: 60px;
	background-color: #E54B4B;
	border-radius: 8px;
	color: #fff;
	font-size:16px;
	font-weight:bold;
	line-height: 62px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #530000;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	text-align: center;
	text-decoration: none;
	outline: none;
}

.button_questionnaire a{
	color: #fff !important;
}

.button_questionnaire:hover {
	background-color: #ccc;
	box-shadow: 0 3px 0 #999;
}

.button_questionnaire:active {
	top: 3px;
	box-shadow: none;
}

.button_questionnaire::before,
.button_questionnaire::after {
	display: block;
	position: absolute;
	z-index: -1;
	content: '';
}

.button_questionnaire,
.button_questionnaire::before,
.button_questionnaire::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.link_document{
	text-align: center;
	margin-top:20px;
	margin-bottom:40px;
	font-weight:700;
	font-size:16px;
	
}

.area_movie,
.link_questionnaire{
	text-align: center;
	margin-top:20px;
	margin-bottom:20px;
}


.button_login {
	display: inline-block;
	position: relative;
	width: 150px  !important;
	height: 40px  !important;
	background-color: #E54B4B !important;
	border-radius: 8px;
	color: #fff !important;
	font-size:1.1em;
	font-weight:bold;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
/*	box-shadow: 0 3px 0 #530000;*/
	/*text-shadow: 0 1px 1px rgba(0, 0, 0, .3);*/
	line-height:40px;
	text-align: center;
	text-decoration: none;
	outline: none;
	text-decoration-line: none !important;
		box-shadow: 0 3px 0 #530000;
}

.button_login:hover {
	background-color: #ccc !important;
	box-shadow: 0 3px 0 #999;
}

.button_login:active {
	top: 3px;
	box-shadow: none;
}

.button_pdf {
	display: inline-block;
	position: relative;
	width: 260px;
	height: 40px;
	background-color: #0086AB;
	border-radius: 8px;
	color: #fff !important;
	font-size:1em;
	font-weight:bold;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
  /*  box-shadow: 0 3px 0 #530000;*/
  /*  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);*/
	line-height:40px;
	text-align: center;
	text-decoration: none;
	outline: none;
  }
  
  .button_pdf:hover,
  .button_quest:hover {
	background-color: #cccccc !important;
	text-decoration: none !important;
	color: #fff !important;
  }

  .button_quest {
  display: inline-block;
  position: relative;
  width: 260px;
  height: 40px;
  background-color: #E54B4B;
  border-radius: 8px;
  color: #fff;
  font-size:1em;
  font-weight:bold;
  /*line-height: 52px;*/
  -webkit-transition: none;
  transition: none;
/*  box-shadow: 0 3px 0 #530000;*/
/*  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);*/
  line-height:40px;
  text-align: center;
  text-decoration: none;
  outline: none;
}

.mr70{
	margin-left:70px;
}

.dis_pc{
	display:block;
}

.dis_sp{
	display:none;
}

@media only screen and (max-width: 850px){
	.mr70{
		margin-left:0;
	}
	.button{
		width:200px !important;
	}
	.sp_p_10{
		padding-left:10px;
		padding-right:10px;
	}
}

@media only screen and (max-width: 550px){
	.dis_pc{
		display:none;
	}
	.dis_sp{
		display:block;
	}
	h1{
    	font-size:32px !important;
	}
	h1 span{
    	font-size:18px !important;
	}
}