@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700;900&display=swap');

/* ===================================================================
 style info : リセット及びフォントサイズ
=================================================================== */
/*
html5doctor.com Reset Stylesheet
v1.4.1
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	background: #fff;
	color: #424242;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

nav ul,
ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	transition: 0.2s;
	opacity: 1
}

#btn a:hover img{
	opacity: 1;
	transition: 0.2s;
}

a[href]:hover,
#btn a:hover img{
	opacity: 0.6
}

a.no-ef:hover{
	opacity: 1
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}



body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}


html {
	overflow-y: scroll;
}

body {
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: 300;
	color: #333333;
	line-height: 1;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
	font-feature-settings: "palt";
	letter-spacing: 0.8px
}

input, textarea {
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

/* for IE6 */
* html body {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
* html input, * html textarea {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/* リンク
----------------------------------------------------*/
a {
	text-decoration: none;
}

a:link {
}

a:visited {
}

a:hover {
}

a:active {
}

/* 
----------------------------------------------------*/

body{
	line-height: 1;
}

.left-c{
	float: left;
}

.right-c{
	float: right;
}

.pc_parts{
	display: block !important;
}

.sp_parts{
	display: none !important;
}

/* 
----------------------------------------------------*/

header{
	position: relative;
	height: 700px;
	background: url("../img/bg_01_pc.jpg") center 25% no-repeat;
  background-size: cover;
}
header::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 150px;
	background: url("../img/bg_02_pc.png") center bottom no-repeat;
	background-size: 100%;
	z-index: 1;
}
.inner {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}

header .inner{
	display: flex;
	flex-direction: column;
	height: 100%
}

.ci_logo {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.ci_logo a:hover,
.ci_logo a:hover img {
	opacity: 1 !important;
}
.ci_logo img {
	display: block;
}
.ci_logo .logo-aussiebeef {
	display: inline-flex;
	justify-content: center;
  align-items: center;
    height: 120px;
    width: 260px;
	background: #fff;
	border-radius: 0 0 12px 12px;
}
.ci_logo .logo-aussiebeef img {
	width: 200px;
	height: auto;
}
.ci_logo .logo-other {
	height: 40px;
	margin-top: 25px;
	display: flex;
    gap:20px;
}
.ci_logo .logo-other .lb{
	height: 46px;
	margin-top: -10px
}
.main-tit {
	position: relative;
	width: auto;
	/*margin: 90px auto;*/
	height: 100%;
	display: flex;
}
.main-tit .tit {
	width: 90%;
	margin-top: -80px;
	/*height: 360px;*/
}
.main-tit .date {
	position: absolute;
	top: -30px;
	right: -30px;
	width: 200px;
	height: 200px;
}

#main{
	margin-top: 110px
}

.bnr{
	width: 80%;
	margin: 0 10% 60px
}

.cp{
	margin-bottom: 60px
}

dl.profile {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

div.caption{
	width: 100%;
}

div.caption.en{
	margin-top: 60px;
}

div.caption.en .note{
	position: relative;
}
div.caption.en .note:before{
	width: 100px;
	height: 2px;
	content: "";
	position: absolute;
	left: 0;
	top: -30px;
	display: block;
	background-color: #000
}
div.caption p{
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	text-align: justify;
	color: #424242
}
div.caption.en p{
	text-align: left;
}
div.caption p+p{
	margin-top: 30px
}

div.caption p.note,
div.caption p span{
	font-weight: 700
}

div.caption p span{
	text-decoration: underline;
}

.speaker h4{
	width: 320px;
	margin: 0 auto 60px;
}
.speaker h4 img {
	width: 100%;
}
.speaker{
	margin: 100px 0 140px;
}
dl.profile{
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 20px
}
dl.profile dt {
	width: 250px;
}
dl.profile dt img {
	width: 100%;
}
dl.profile dd{
	width: calc(100% - 290px);
	margin: 30px 0 60px 40px;
	color: #424242;
	text-align: justify;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
}
dl.profile dd h5{
	font-size: 20px;
	line-height: 1;
	font-weight: 900;
	margin-bottom: 30px;
}
dl.profile dd ul {
	margin-bottom: 30px;
	line-height: 1.8;
	font-size: 14px;
	font-weight: 700
}
dl.profile dd ul li+li {
	margin-top: 10px;
}



.about{
	margin-bottom: 100px
}
.about h4,
.schedule h4,
.members{
	font-size: 28px;
	line-height: 1;
	font-weight: 900;
	text-align: center;
	margin-bottom: 40px;
}
.about dl{
	display: -ms-flexbox;
	display: flex;
    flex-wrap: wrap;
	border-bottom: 1px solid #eee;
}

.about dd,
.about dt{
	border-top: 1px solid #eee;
	padding: 30px 0;
	font-size: 16px;
	line-height: 32px;
	color: #212121
}

.about dd{
	width: 200px;
	font-weight: 700;
	padding-left: 20px
}

.about dt{
	width: calc(100% - 220px);
	font-weight: 400
}
.about iframe {
	display: block;
	width: 100%;
	height: 400px;
	margin-top: 20px;
	border: none;
}

a.btn-01,
a.btn-02 {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	height: 80px;
	border-radius: 10px;
	background-color: #D13D4B;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	margin: 0 auto;
}

/* a.btn-01{
	background-color: #999
} */

a.btn-01::after,
a.btn-02::after{
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	background: url("../img/icon_arrow.svg") center no-repeat;
	right: 20px
}
a.btn-01 {
	width: 400px;
}
a.btn-02 {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 300px;
	z-index: 10;
}
a.btn-02::after {
	transform: rotate(90deg);
}
.btn-02.off {
	visibility: hidden;
	opacity: 0;
}
.limit{
	text-align: center;
	font-size: 16px;
	line-height: 1;
	color: #212121;
	font-weight: 700;
	width: 300px;
	border-bottom: 4px solid #000000;
	margin: 40px auto 0;
	padding-bottom: 14px
}

footer{
	text-align: center;
	margin-top: 90px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #fff
}

footer a{
	display: inline-block;
	margin-bottom: 20px
}

footer img{
	height: 68px
}

footer .cl{
	line-height: 1;
	font-size: 10px
}

.schedule{
	margin-top: 100px
}

.schedule p{
	font-size: 70%
}

.schedule td.two{
	font-size: 14px
}

.schedule td p{
	font-size: 80%;
}

.schedule td.two p{
	padding: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background-color: #444;
	margin-bottom: 2px;
	border-radius: 2px;
	font-size: 14px;
}

.schedule table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
	font-weight: 500
}

.schedule table th{
	background-color: #000;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	line-height: 1.3;
	font-size: 16px;
	font-weight: 700;
	padding: 10px;
	box-sizing:border-box;
}

.schedule table .five{
	width: 200px;
}

.schedule table td{
	background-color: #efefef;
	font-size: 16px;
	line-height: 20px;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}

.schedule table td.one span{
	font-size: 80%
}

.schedule table td.three{
	text-align: left;
}

.schedule table td.three p{
	margin-top: 6px;
	font-size: 14px%
}

.schedule table td.three p span{
	display: block;
	font-size: 18px;
	font-weight: 700;
	display: block;
	padding-bottom: 6px;
	border-bottom: 1px solid #000;
	margin-bottom: 6px
}

.schedule table td.three a.map,
.schedule table td.five .btn{
	display: inline-flex;
	background-color: #5c7b35;
	padding: 6px 10px;
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
	justify-content: center;
	align-items: center;
	color: #fff;
	margin-top: 10px;
	border-radius: 4px
	/*margin-left: 10px;*/
}

.schedule table td.three a.map{
	background-color: #fff;
    color: #5f5f5f;
    border: 1px solid #5f5f5f;
}

.schedule table td.five .btn{
	padding: 12px 20px 16px;
	display: flex;
	width: 90%;
	box-sizing: border-box;
	/*box-shadow: 4px 4px 4px rgba(0,0,0,0.4)*/
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.6);
    background: url(../img/bg_02_sp.png) center bottom no-repeat;
    background-color: #fff;
    background-size: contain;
    border-radius: 8px;
    color: #000;
}

.schedule table td.three a.map span,
.schedule table td.five .btn span{
	font-size: 8px;
	margin-right: 4px
}

.schedule table td.three a.map img,
.schedule table td.five .btn img{
	height: 12px;
	margin-left: 8px
}

.schedule table td.four{
	padding: 10px;
	text-align: left;
	font-size: 12px;
}

.schedule table td.four p{
	font-size: 16px;
	padding-bottom: 6px;
	margin-bottom: 6px;
	border-bottom: 1px solid #EBE9E5;
	text-align: center;
}

.schedule table td.five{
	padding: 0
}

.schedule table td.five a{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-decoration: none;
    color: #000;
    box-sizing: border-box;
    padding: 10px;
    font-size: 18px
}

.schedule .last,
#time .last{
	margin-top: 16px;
	font-size: 13px;
	line-height:20px;
}

.schedule .caution,
#time .caution{
	font-size: 12px;
	line-height:15px;
}

#time dl{
	overflow: hidden;
}

#time dl dd,
#time dl dt{
	float: left;
	background-color: #fff;
	margin-bottom: 2px;
	height: 54px;
	line-height: 54px
}

#time dl dd{
	width: 18%;
	font-size: 16px;
	font-weight: 900;
	padding: 0 20px;
	box-sizing:border-box;
}

#time dl dt{
	width: 82%;
	font-size: 15px;
	position: relative;
	padding-right: 20px;
	box-sizing:border-box;
}

#time dl dt span{
	position: absolute;
	right: 20px
}

.mla dl{
	display: flex;
	justify-content: flex-end;
	margin-top: 20px
}

.mla dl dd{
	width: 150px;
	overflow: hidden;
	border-radius: 20px
}

.mla dl dd img{
	width: 100%
}

.mla dl dt{
	/*width: calc(85% - 30px);*/
	margin-left: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.mla dl dt p{
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px
}

.mla dl dt h5{
	font-size: 18px;
	font-weight: 700
}

.abm dl,.lmb dl{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.abm dl dd,.lmb dl dd{
	overflow: hidden;
	border-radius: 20px;
	margin-bottom: 10px
}

.lmb{
	width: 20%
}

.abm{
	width: 80%
}

.abm>ul>li{
	width: 25%
}

/*.lmb>ul{
	height: 100%
}*/

.lmb>ul>li{
	width: 100%
}

.speaker li{
	padding: 10px;
	font-size: 16px
}

.speaker li img{
	width: 100%;
	/*margin-bottom: 10px*/
}

.speaker-in,.speaker-in ul{
	display: flex;
}

.speaker-in div p.group{
	text-align: center;
	font-weight: 700;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	letter-spacing: 0px;
	margin-bottom: 10px
}

.speaker-in div p.group span{
	position: relative;
	z-index: 2;
	background-color: #fff;
	padding: 0 10px
}

.speaker-in div p.group span img{
	height: 30px
}

.speaker-in div p.group:after{
	position: absolute;
	height: 2px;
	content: "";
	width: calc(100% - 10px);
	z-index: 1;
	background-color: #000
}

.speaker-in div li .tit{
	font-size: 13px;
	line-height: 1.2;
	text-align: justify;
	font-weight: 500;
	margin-bottom: 10px;
	min-height: 40px;
	display: flex;
	align-items: center;
}

.speaker-in div li .tit.min{
	font-size: 11px
}

.speaker-in div li h5{
	font-size: 18px
}

.speaker-in div li ul{
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	font-weight: 500;
	margin-top: 20px;
	justify-content: center;
}

.speaker-in div li ul li.sank{
	width: 100%;
	font-size: 16px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-bottom: 2px;
	margin-top: 6px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	background-color: transparent;
	color: #000;
	text-align: center;
	border-radius: 0px
}

.speaker-in div li ul li{
	font-size: 14px;
	background-color: #444444;
	border-radius: 4px;
	color: #fff;
	padding: 8px;
	letter-spacing: 1px
}

.speaker-in div li ul li.all{
	width: 100%;
	text-align: center;
}

.links{
	margin-top: 40px
}

.links .tits{
	font-size: 14px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: 500
}

.links ul{
	display: flex;
	padding: 20px;
	background-color: #efefef;
	gap: 10px;
	justify-content: center;
	border-radius: 10px;
}

.links ul li{
	width: calc(50% - 20px);
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.6);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0
}

.links ul li a{
	padding: 20px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%
}

.links ul li img{
	width: 50%
}

.links ul li.lmb img{
	margin-top: -10px
}

/* ==========================================================
 max-width: 599px
========================================================== */
@media screen and (min-width: 1px) and (max-width: 599px) {

	.pc_parts{
		display: none !important;
	}
	.sp_parts{
		display: block !important;
	}

	.inner{
		max-width: 90%;
		margin: 0 5%;
	}

	header {
		/*height: auto;*/
		height: 60vh;
		padding-bottom: 20px;
		background: url("../img/bg_01_sp.jpg") center top no-repeat #000;
		background-size: cover;
	}
	header::after {
		background-image: url("../img/bg_02_sp.png");
	}
	.ci_logo .logo-aussiebeef {
		width: 120px;
		height: 70px;
	}
	.ci_logo .logo-aussiebeef img {
		width: 100px;
	}
	.ci_logo .logo-other {
    /* width: calc(100% - 190px);
		max-width: 200px;
    height: auto; */
	height: auto;
    margin-top: 10px;
    flex-direction: column;
    width: 40%
	}
	.ci_logo .logo-other img{
		width: 100% !important;
		height: auto !important
	}
	.ci_logo .logo-other img.lb{
		margin-top: -14px
	}
	.main-tit,
	.main-tit .tit {
		width: 100%;
	}
	.main-tit {
		margin: calc(5vh + 80px) 0 14vh;
	}
	.main-tit .tit {
		height: auto;
	}
	.main-tit .date{
		top: -100px;
		right: 10px;
		width: 120px;
		height: 120px;
	}

	#main{
		margin-top: 50px
	}

	dl.caption{
		-ms-flex-direction: column;
		flex-direction: column;
	}
	dl.caption dd {
		text-align: center;
		max-width: 100%;
		margin-bottom: 40px;
	}
	dl.caption dd img{
		width: 80%;
	}
	dl.caption dt{
		width: 100%;
		margin: 0;
	}

	dl.caption dt img {
		width: 100%;
		height: auto;
	}

	dl.caption dt p{
		font-size: 14px;
		line-height: 26px
	}

	.bnr{
		width: 100%;
		margin: 0 0% 40px
	}

	.cp{
		margin-bottom: 30px
	}


	.speaker {
		margin: 100px 0;
	}
	.speaker h4 {
		width: 260px;
	}
	dl.profile{
		display: block;
	}
	dl.profile dt {
		width: 60%;
		margin: 0 auto;
	}
	dl.profile dd {
		width: 100%;
		margin: 30px 0 50px;
		font-size: 14px;
		line-height: 26px
	}
	dl.profile dd h5{
		font-size: 18px;
		margin-bottom: 10px;
		text-align: center;
	}
	dl.profile dd ul{
		margin-bottom: 30px;
		line-height: 18px;
		font-size: 12px;
		text-align: center;
	}
	dl.profile dd ul li+li {
		margin-top: 6px
	}

	.about{
		margin-bottom: 60px;
	}
	.about h4{
		font-size: 20px;
		margin-bottom: 40px;
	}
	.about dl {
		display: block;
	}
	.about dd,
	.about dt{
		width: 100%;
		padding: 16px 0;
		line-height: 1.75;
		font-size: 14px;
	}
	.about dd {
		padding: 15px 0 10px;
	}
	.about dt {
		padding: 0 0 20px;
		border: none;
	}
	a.btn-01,
	a.btn-02 {
		width: 100%
	}
	a.btn-02 {
		right: 50%;
		max-width: 90%;
		transform: translateX(50%);
	}

	.limit{
		width: 80%
	}

	footer img{
		height: 50px
	}

	.schedule table th,
	.schedule table th.five{
		padding: 10px;
		width: 60px
	}

	.schedule table td,
	.schedule table th{
		font-size: 12px;
		white-space: nowrap;
	}

	.mla dl{
		width: 100%;
		justify-content: flex-start;
	}

	.speaker-in,.speaker-in ul{
		flex-direction: column;
		gap:20px;
		margin-top: 20px
	}

	.abm,.lmb{
		width: 100%
	}

	.lmb{
		margin-top: 40px
	}

	.abm>ul>li,
	.lmb>ul>li{
		width: 100%;
		box-sizing: border-box;
		padding: 5px
	}

	.speaker li dl{
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.speaker li img{
		margin-bottom: 0
	}

	.speaker li dl dd{
		width: 40%;
		margin-bottom: 0
	}

	.speaker li dl dt{
		width: calc(60% - 10px);
		margin-left: 10px;
		display: flex;
        flex-direction: column;
        justify-content: center;
	}

	.speaker-in div li ul{
		margin-top: 10px;
		flex-direction: row;
	}

	.speaker-in div li ul li.sank{
		font-size: 14px;
		box-sizing: border-box;
	}

	.speaker-in div li .tit{
		min-height: auto
	}

	.speaker-in div li .tit.min{
		font-size: 10px
	}

	.speaker-in div li ul li{
		font-size: 12px
	}

	.mla dl dd{
		width: 90px
	}

	.links ul{
		flex-direction: column;
		gap:10px;
	}

	.links ul li{
		width: 100%;
		box-sizing: border-box;
	}

	.links ul li.lmb{
		margin-top: 0
	}

	.links ul li a{
		padding: 20px
	}

	.links ul li.lmb img{
		margin-top: auto;
	}


}



















