/* CSS Document */
@charset "utf-8";
.pd{ display: block;}
.sd{ display: none;}
#ss_header{
	display: none;
}
/*------------------------------------------------------------------------

layout

------------------------------------------------------------------------*/
body {
	font-family: Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P Gothic", "ＭＳ Ｐゴシック", Osaka, Helvetica, Arial, sans-serif;
	color: #333;
	background: #fff;
}
.wrapper {
	width: 100%;
}
.content_inner {
	width: 1000px;
	margin: 0 auto 0;
	background: #fff;
}
section {
	margin: 0 0 60px;
}
.float_area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
/*------------------------------------------------------------------------

headline

------------------------------------------------------------------------*/
h2 {
	display: table;
	width: auto;
	margin: 0 auto 50px;
	text-align: center;
	font-size: 3.2rem;
	color: #000;
}
h2::before,h2::after {
    content: "――";
    display: table-cell;
    padding: 0 8px;
    vertical-align: middle;
	font-weight: normal;
}
h3.headline01 {
	margin: 0 0 20px;
	font-size: 1.8rem;
	text-align: center;
}
h3.headline02 {
	margin: 0;
	padding: 5px 10px;
	color: #000;
	background: #ecd288; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #ecd288 0%, #f4f1be 30%, #d8bc68 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ecd288), color-stop(30%,#f4f1be), color-stop(100%,#d8bc68)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #ecd288 0%,#f4f1be 30%,#d8bc68 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #ecd288 0%,#f4f1be 30%,#d8bc68 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #ecd288 0%,#f4f1be 30%,#d8bc68 100%); /* IE10+ */
	background: linear-gradient(135deg,  #ecd288 0%,#f4f1be 30%,#d8bc68 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecd288', endColorstr='#d8bc68',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
/*------------------------------------------------------------------------

header

------------------------------------------------------------------------*/
.header {
	padding: 1.5rem 0;
	background: #fff;
}
.header_inner {
	width: 1000px;
	margin: 0 auto 0;	
}
.header_inner img {
	max-height: 70px;
}
.header_inner ul.logo_area {
	align-items: center;
	gap:3%;
}
/*------------------------------------------------------------------------

mainvisual

------------------------------------------------------------------------*/
.main_visual {
	margin: 0;
	text-align: center;
	background: url(../img/main_bg.jpg) no-repeat top center;
}
.main_visual_inner {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
/*---------------------------------------------------------------------

app

---------------------------------------------------------------------*/
.app_yet {
	box-sizing: border-box;
	width: 100%;
	max-width: 350px;
	margin:40px  auto;
	padding: 20px 0;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	color: #D30003;
	border: solid 2px #D30003;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}
.app {
	max-width: 800px;
	widht: 100%;
	margin: 40px auto;
}
.app p {
	line-height: 25px;
}
.app li {
	box-sizing: border-box;
	width: 385px;
}
.app li a.btn {
	display: block;
	padding: 20px 0;
	font-weight: bold;
	font-size: 1.6rem;
	text-align: center;
	text-decoration: none;
	line-height: 1.3em;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 1px 1px 3px 1px #BDBDBD;
	box-shadow: 1px 1px 3px 1px #BDBDBD;
}
.app li.btn_area01 a.btn {
	color: #fff;
	border: solid 1px #cc0000;
	background: #cc5d5d;
	background: -moz-linear-gradient(top,  #cc5d5d 0%, #cc0000 100%);
	background: -webkit-linear-gradient(top,  #cc5d5d 0%,#cc0000 100%);
	background: linear-gradient(to bottom,  #cc5d5d 0%,#cc0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc5d5d', endColorstr='#cc0000',GradientType=0 );
}
.app li.btn_area02 a.btn {
	color: #003992;
	border: solid 1px #aaa;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
}
.app .btn_area01 a:hover,.app .btn_area02 a:hover  {
	text-decoration: none;
	filter: alpha( opacity=70 );  /* IE */
    opacity:0.8;                 /* Firefox,Opera,Safari */
    -moz-opacity:0.8; 
}
.fin {
	margin: 30px 0 0;
	font-weight: bold;
	font-size: 3.0rem;
	text-align: center;
}
/*------------------------------------------------------------------------

maincont

------------------------------------------------------------------------*/
.area01 {
	margin: 0 0 50px;
	padding: 20px 0;
	background: #2766a3;
	background: -moz-linear-gradient(top,  #2766a3 0%, #123987 100%);
	background: -webkit-linear-gradient(top,  #2766a3 0%,#123987 100%);
	background: linear-gradient(to bottom,  #2766a3 0%,#123987 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2766a3', endColorstr='#123987',GradientType=0 );
}
.toptext {
	max-width: 1000px;
	margin: 20px auto 20px;
	color: #ffffff;
	font-size: 2.0rem;
	text-align: center;
	font-weight: bold;
}
.gaiyou {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.gaiyou tr th {
	width: 15%;
}
.gaiyou tr th,
.gaiyou tr td {
	padding: 7px;
	border-bottom: dotted 1px #aaa;
	text-align: left;
}
.gaiyou tr td.days span {
	font-weight: bold;
	font-size: 2.0rem;
}
/*------------------------------------------------------------------------

特典gift

------------------------------------------------------------------------*/
#gift.float_area {
		justify-content: center; gap:2rem;
	}
.box01 {
   flex-basis: 30%;
    border: 3px solid #172a88;
    border-radius: 5px;
	color:#172a88;
	font-weight: 600;
}
.box01 div.tit {
    display: inline-flex;
    align-items: center;
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: .5rem 3rem;
    background: #172a88;
    color: #fff;
	font-size: 2rem;
    font-weight: 600;
    vertical-align: top;
	border-radius: 2rem;
}
.box01 p {
    margin: 0;
	line-height: 1.6;
}
.box01>p {
    display: flex;
	align-items: center;
	justify-content: center;
	height: 75%;
	font-size: 1.8rem;
	flex-direction: column;
}
.box01>p span {
	font-weight: 700;
	color:#da0000;
	font-size: 2.2rem;
}
.box01>.book {
	display: flex;
	gap:1rem;
	padding: 0 1.5rem 2rem;
	align-items: center;
	justify-content: space-around;
}
.box01>.book span {
		color:#da0000;
	font-size: 1.8rem;
	}
.box01>.book b{
	font-size:2rem;
}
/*------------------------------------------------------------------------

プログラム

------------------------------------------------------------------------*/
.bg_area01 {
	padding: 40px 0;
	background:url(../img/bg_area01.png);
}
.program_area {
	width: 1000px;
	margin: 0 auto;
}
.program_area table {
	box-sizing: border-box;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	background: #fff;
}
.program_area table tr th,
.program_area table tr td {
	padding: 15px 7px;
	border: 1px solid #aaa;
}
.program_area table tr th {
	width: 15%;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}
.program_area table tr th.break {
	padding: 1px 0;
	font-weight: normal;
	text-align: center;
	color: #fff;
}
.program_area table tr th.break div {
	background: url(../img/slush_bg.gif) repeat #172a88;
	padding: 5px 0;
}
.program_area table tr td.section {
	width: 10%;
	text-align: center;
	font-weight: bold;
	background: rgba(0,166,234,.2);
}
.program_area table tr td.open {
	text-align: center;
	font-weight: bold;
}
.program_area .multiLine {
	margin: 0 0 10px;
	font-size: 1.8rem;
	font-weight: bold;
}
.program_area .multiLine span {
	font-size: 1.6rem;
}
.program_area table tr td p.paneler {
	text-align: right;
}
.program_area table tr td span.name {
	font-size: 1.6rem;
	font-weight: bold;
}
.overview {
	margin: 0 0 10px;
	padding: 10px;
	font-size: 1.2rem;
	background: rgba(0,166,234,.1);
}
/*------------------------------------------------------------------------

講演者

------------------------------------------------------------------------*/
.panelerBox {
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 30px;
	padding: 10px;
	border: 1px solid #aaa;
}
.panelerBox dt {
	width: 200px;
}
.panelerBox dt img {
	max-width: 200px;
	width: 100%;
}
.panelerBox dd {
	width: 760px;
}
.panelerBox dd p.position {
	margin: 0 0 10px;
	padding: 0 0 0 8px;
	font-weight: bold;
	border-left: 3px solid #172a88;
}
.panelerBox dd p.position span {
	font-size: 1.8rem;
}
/*------------------------------------------------------------------------

マップ

------------------------------------------------------------------------*/
p.venue {
	margin: 0 0 10px;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}
.map_area01 {
	margin: 0 0 30px;
	justify-content: center;
}
.map_area01 div {
	width: calc(100% / 2 - 10px);
}
.map_area01 dl dt {
    margin: 0 0 15px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
}
.map_area01 dl dd ul li {
	list-style: inside disc;
}
.map_area02 {
	box-sizing: border-box;
	width: 100%;
	height: 450px;
	padding: 5px;
	border: solid 1px #aaa;
}
/*------------------------------------------------------------------------

協賛

------------------------------------------------------------------------*/
.sponsor_box {
	justify-content: space-around;
	align-items: baseline;
}
.sponsor_box li {
	width: calc(100% / 3 - 10px);
	margin: 0 0 60px;
	text-align: center;
}
.sponsor_box li img {
	max-width: 270px;
	width: 100%;
	height: auto;
}
.sponsor_box li:nth-of-type(1) img,.sponsor_box li:nth-of-type(5) img {
	max-width: 240px;
}
.sponsor_box li:nth-of-type(6) img {
	max-width: 220px;
}
/*---------------------------------------------------------------------

contact_area

---------------------------------------------------------------------*/
.contact_area li {
	width: 49.5%;
	margin: 0 1% 0 0;
	padding: 20px 0;
	text-align: center;
	background: #eee;
}
.contact_area li:nth-child(2) {
	margin: 0;
}
.contact_area li:nth-child(2) a {
	margin: 40px 0 0;
	display: block;
}
p.mail {
	margin: 0 0 10px;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.2;
	word-break: break-all;
}
p.mail::before {
	content:'';
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px 0 0;
	background-image: url(../img/icon_mail.png);
	background-size: contain;
	vertical-align: middle;
}
p.mail a {
	color: #222 !important;
}
p.tel {
	margin: 0 0 10px;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.0;
}
p.tel::before {
	content:'';
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: -5px 5px 0 0;
	background-image: url(../img/icon_tel.png);
	background-size: contain;
	vertical-align: middle;
}
p.tel span {
	font-weight: normal;
	font-size: 1.2rem;
}
p.name {
	font-size: 1.4rem;
}
/*---------------------------------------------------------------------

footer

---------------------------------------------------------------------*/
.disc {
	padding: 15px;
	background: #eee;
}
.disc ul li {
	font-size: 0.7em;
	list-style: inside disc;
}
.disclaimer{
	padding-left:20px;
	font-size:small;
	color:#555;
	padding:0px 0px 5px 0px;
}
.about_area {
	margin: 0 0 20px;
	padding: 10px;
	background: #f6f6f6;
}
.disclaimer .title {
	padding: 0 10px;
	margin: 0 0 10px;
	background: #666;
	font-weight: bold;
	color: #fff;
 }
.disclaimer li {
	margin-left:20px;
	list-style-type:disc;
}
#footerms{
	border-top:4px solid #002060;
	text-align:center;
}
.copyms{
	padding-top:5px;
	font-size:10.5pt;
}
/*---------------------------------------------------------------------

qa.html

---------------------------------------------------------------------*/
.w5 {
	width: 5%;
}
.w30 {
	width: 30%;
}
.qa_area h1 {
	margin: 20px 0;
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
}
.qa_area h2 {
	font-size: 2.2rem;
	font-weight: bold;
}
.qa_area section {
	margin: 0 0 30px;
	padding: 0 0 30px;
	border-bottom: solid 1px #aaa;
}
.qa_area section:last-child {
	border: none;
}
.qa_area section dl dt {
    position: relative;
    margin: 0 0 10px;
    padding: 4px 0 6px 40px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #03357b;
}
.qa_area section dl dt::before {
    position: absolute;
    padding: 8px 10px;
    content: "Q";
    left: 0;
    top: 0;
    color: #fff;
    line-height: 1.0em;
    border-radius: 100px;
    background: #03357b;
}
.qa_area section dl dd {
    position: relative;
    padding: 6px 0 6px 40px;
}
.qa_area section dl dd::before {
    position: absolute;
    padding: 8px 10px;
    content: "A";
    left: 0;
    top: 0;
    color: #03357b;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.0em;
    border: solid 1px #03357b;
    border-radius: 100px;
    background: #fff;
}
.qa_table tr th,
.qa_table tr td {
	padding: 5px;
	border: solid 1px #aaa;
}
.method_area {
	width: 100%;
	margin: 0 0 60px;
	font-size: 1.2rem;
}
.method_area tr td div.arrow01 {
    width: 0;
    height: 0;
    margin: 0 0 0 15px;
    border-top: solid 10px transparent;
    border-right: solid 10px transparent;
    border-bottom: solid 10px transparent;
    border-left: solid 15px #ffa200;
}
.method_area tr td dl {
	padding: 10px;
	text-align: center;
	border: solid 1px #C79C40;
	background: #FFECBF;
}
.method_area tr td dl dt {
	font-weight: bold;
	color: #C10003;
	font-size: 1.6rem;
}
/*------------------------------------------------------------------------

動画視聴ページ

------------------------------------------------------------------------*/
.movie_top_area {
	margin: 0 0 60px;
	font-size: 1.6rem;
}
.movie_list01 li {
	width: calc(100% / 2 - 10px);
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: solid 1px #ccc;
}
.movie_list01 li:nth-child(2n) {
	margin: 0 0 20px;
}
.movie_list01 li dl dt,
.movie_list01 li dl dd {
   width: 100%;
}
.movie_list01 li dl dt {
	margin: 0 0 10px;
}
.movie_list01 li dl dt a {
	transition: all .5s;
}
.movie_list01 li dl dt a:hover {
	opacity: 0.7;
}
.movie_list01 li dl dt a img {
	width: 100%;
}
.movie_list01 li dl dd p.time {
    margin: 0 0 10px;
	font-size: 1.6rem;
	font-weight: bold;
}
.movie_list01 li dl dd p.time span {
font-weight: normal; font-size:1.1rem;
}
.movie_list01 li dl dd div.name {
	flex-direction: row-reverse;
	margin: 0 0 5px;
	font-size: 1.1rem;
}
.movie_list01 li dl dd div.name div:first-child {
	text-align: right;
}
.movie_list01 li dl dd div.name span {
	font-size: 1.4rem;
	font-weight: bold;
}
.movie_list01 li dl dd div.half div {
	width: calc(100% / 2 - 5px);
}
.movie_list01 li div.movie_button {
	justify-content: flex-start;
	margin: 10px 0 0;
	padding: 1%;
	background: #eee;
}
.movie_list01 li div.movie_button p {
	box-sizing: border-box;
	display: block;
	width: calc(100% / 4 - 3px);
	margin: 0 4px 0 0;
	font-size: 1.2rem;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
.movie_list01 li div.movie_button p:last-child {
	margin: 0;
}
.movie_list01 li div.movie_button p a {
	display: block;
	width: auto;
	padding: 5px 3px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	transition: all .5s;
}
.movie_list01 li div.movie_button p a:hover {
	opacity: 0.7;
}
.live_btn01 a {
	background: #3f4c6b;
}
.live_btn02 a {
	background: #a90329;
}
.questionnaire_btn a {
	display: block;
	width: 100%;
	max-width: 450px;
	margin: 0 auto 30px;
	padding: 30px 0;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 1.8rem;
	font-weight: bold;
	-webkit-box-shadow: 0 2px 2px 0 #999999;
	box-shadow: 0 2px 2px 0 #999999;
	transition: all .1s;
	background: #cc5d5d;
	background: -moz-linear-gradient(top,  #cc5d5d 0%, #cc0000 100%);
	background: -webkit-linear-gradient(top,  #cc5d5d 0%,#cc0000 100%);
	background: linear-gradient(to bottom,  #cc5d5d 0%,#cc0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc5d5d', endColorstr='#cc0000',GradientType=0 );
}
.questionnaire_btn a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	transform: translate(0,1px);
}
#pagetop {
	position: fixed;
	bottom: 40px;
	right: 0;
}
@media print{
	.sns_btn,.entry_bt,#pagetop,.navi {
		display: none;
	}
}