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

.contents {
  width: 1024px;
	margin: auto;
}

.mainvisualWrap01 {
	position: relative;
}
.mainvisualLogo01 {
	width: 100%;
	text-align: left;
	padding: 15px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.mainvisualLogo01 .logo01 {
	width: 162px;
	height: auto;
}

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

.contReadBlock01 {
	text-align: center;
	padding: 40px 15px 55px 15px;
}
.contText01 {
	font-size: 16px;
	line-height: 1.6em;
}

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

.contBlock01 {
	margin-bottom: 70px;
}
.contH201 {
	font-size: 30px;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 40px;
}
.contH201::after {
	content: "";
	background-image: url("/attending/e-very/osaka/optional/images/cont_tit_line01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 67px auto;
	width: 67px;
	height: 4px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -34px;
}
.contFlex01 {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.flexBox01 a {
	font-size: 18px;
	line-height: 1.8em;
	margin-right: 50px;
}
.flexBox01 a:link {	color: #0066CC;	text-decoration: none;}
.flexBox01 a:visited {	color: #0066CC;	text-decoration: none;}
.flexBox01 a:hover {	color:#0066CC;	text-decoration: underline;}
.flexBox01 a:active {	color:#0066CC;	text-decoration: none;}


.flexBox02 {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-end;
}
.flexBox02 ul {
	display: flex;
	padding-left: 26px;
}
.flexBox02 ul li {
	width: 118px;
	margin-left: 8px;
}

.contH301 {
	font-size: 22px;
	line-height: 1.4em;
	font-weight: bold;
	padding-left: 30px;
	position: relative;
}
.contH301::before {
	content: "●";
	font-size: 18px;
	line-height: 1.0em;
	color: #8BD680;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -10px;
}

.contBtn01 {}
.contBtn01 a {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	font-size: 13px;
	line-height: 1.0em;
	font-weight: bold;
	height: 30px;
	width: 226px;
	padding: 3px 18px 3px 18px;
	background-color: #E35F4F;
	border-radius: 100px;
	position: relative;
}

.contBtn01 a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 43%;
    right: 12px;
    border-bottom: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    transform: translateY(-50%) rotate(45deg);
    transition: border-color 0.3s;
}

.contBtn01 a:link {	color: #ffffff;	text-decoration: none;}
.contBtn01 a:visited {	color: #ffffff;	text-decoration: none;}
.contBtn01 a:hover {
	color:#ffffff;
	text-decoration: none;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}
.contBtn01 a:active {	color:#ffffff;	text-decoration: none;}

.contLinkWrap01 {
	text-align: center;
	font-size: 24px;
	line-height: 1.8em;
	font-weight: bold;
}
.contLinkWrap01 a:link {	color: #0066CC;	text-decoration: underline;}
.contLinkWrap01 a:visited {	color: #0066CC;	text-decoration: underline;}
.contLinkWrap01 a:hover {	color:#0066CC;	text-decoration: none;}
.contLinkWrap01 a:active {	color:#0066CC;	text-decoration: none;}

.contBox01 {
	margin: 25px auto 45px auto;
	text-align: center;
}
.contH302 {
	font-size: 20px;
	line-height: 1.7em;
	font-weight: 500;
	margin-bottom: 10px;
}
.contH302 .s01 {
	display: inline-block;
	background-image: url("/attending/e-very/osaka/optional/images/cont_tit_line02.png");
	background-repeat: repeat-x;
	background-position: center bottom;
}
.contText02 {
	font-size: 20px;
	line-height: 1.7em;
}

.contUl01 {}
.contUl01 li {
	font-size: 14px;
	line-height: 1.42em;
	text-indent: -1em;
	padding-left: 1em;
}

.contBtnWrap01 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
}
.contBtnWrap01 a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	width: 150px;
	height: 76px;
	border-radius: 6px;
	background-color: #E35F4F;
	font-size: 24px;
	line-height: 1.16em;
	font-weight: bold;
}
.contBtnWrap01 a:link {	color: #ffffff;	text-decoration: none;}
.contBtnWrap01 a:visited {	color: #ffffff;	text-decoration: none;}
.contBtnWrap01 a:hover {
	color:#ffffff;
	text-decoration: none;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}
.contBtnWrap01 a:active {	color:#ffffff;	text-decoration: none;}

.contBtnWrap01 a span {
	display: inline-block;
	padding-right: 26px;
	position: relative;
	font-size:18px;
}
.contBtnWrap01 a span::after {
	content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 11px 0 11px 14px;
border-color: transparent transparent transparent #ffffff;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -11px;
}

.contBox02 {
	margin-top: 50px;
}

.contMt120 {
	margin-top: 120px;
}

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

.contBox01 {
	position: relative;
}
.contBox01::before {
	content: "";
	background-image: url("/attending/e-very/osaka/optional/images/cont_bg01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 142px auto;
	width: 142px;
	height: 151px;
	position: absolute;
	top: 0px;
	left: 80px;
}
.contBox01::after {
	content: "";
	background-image: url("/attending/e-very/osaka/optional/images/cont_bg02.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 119px auto;
	width: 119px;
	height: 136px;
	position: absolute;
	top: 0px;
	right: 85px;
}







/*--*/

