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

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

/*------------------------------
	simplebarカスタマイズCSS
-------------------------------*/

.simplebar-track {
    background: #E5E5E5; /* バーの背景色を設定できます*/
    border-radius: 10px;/* バーに丸みをもたせる*/
}

.simplebar-track .simplebar-scrollbar.simplebar-visible::before{
  opacity:1;/* デフォルトだと薄くなっています。*/
}

.simplebar-track .simplebar-scrollbar::before{
  background: #999999;/* ここでバーの色を設定 */
	opacity: 1;
}

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

a.hover:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}

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

.contents {
	background-image: url("/attending/t/osa-d/conan/images/pc/cont_bg01.png");
	background-repeat: repeat;
	background-position: center top;
	padding-bottom: 10px;
	font-family: "Noto Sans JP", sans-serif;
}

.mainFlex01 {
	display: flex;
	position: relative;
	align-items: flex-end;
	gap: 0px 5px;
	flex-direction: row-reverse;
}
.mainFlex01 .box01 {
	width: 638px;
}
.mainFlex01 .box02 {
	width: 382px;
}

.mainFlex01 .box02 p {
	margin-bottom: 10px;
}
.mainH101 {
	width: 679px;
	position: absolute;
	left: 0px;
	top: 10px;
}

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

.contMainBox01 {
	background-color: #fffef3;
	border-radius: 16px;
box-shadow: 0px 0px 5px 10px rgba( 0,0,0,0.25 ) inset;
-webkit-box-shadow: 0px 0px 5px 10px rgba( 0,0,0,0.25 ) inset;
-moz-box-shadow: 0px 0px 5px 10px rgba( 0,0,0,0.25 ) inset;
-o-box-shadow: 0px 0px 5px 10px rgba( 0,0,0,0.25 ) inset;
-ms-box-shadow: 0px 0px 5px 10px rgba( 0,0,0,0.25 ) inset;
	padding: 55px 0px 60px;
	margin-bottom: 80px;
	position: relative;
}
.contH201 {
	text-align: center;
	margin-bottom: 40px;
}
.contH201 img {
	width: auto;
	height: 90px;
}
.contPd30 {
	padding: 0px 30px;
}
.contPd10 {
	padding: 0px 10px;
}
.contBtnFlex01 {
	display: flex;
	justify-content: space-between;
	margin: 22px auto auto;
}
.contBtnFlex01 li {
	width: 452px;
}

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

.pointBox01 {
	margin-top: 55px;
}
.contH301 {
	margin-bottom: 22px;
}

.contScWrap01 {
	overflow: auto;
	padding-bottom: 30px;
}

.contFlex01 {
	display: flex;
	gap: 0px 18px;
}
.contFlex01 > li {
	border: 2px solid #bad4ef;
	border-radius: 16px;
	position: relative;
	padding-bottom: 76px;
	box-sizing: border-box;
	width: 240px;
	overflow: hidden;
	flex-shrink: 0;
}
.contBtnGMap01 {
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 20px;
	text-align: center;
}
.contBtnGMap01 img {
	width: 200px;
	height: auto;
}
.contFlex01 .head01 {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 5px;
	height: 54px;
	background-color: #bad4ef;
}
.contFlex01 .head01 img {
	width: auto;
	height: 33px;
}
.contFlex01 .boxIn01 {
	padding: 12px 12px 0px;
}
.colRed01 {
	color: #e60012;
}
.contFlex01 .h401 {
	font-size: 17px;
	line-height: 1.2em;
	font-weight: bold;
	letter-spacing: -0.02em;
	margin: 10px auto 10px;
}
.contFlex01 .h401 .s01 {
	font-size: 14px;
}

.contText01 {
	font-size: 14px;
	line-height: 1.4em;
	letter-spacing: -0.02em;
}
.contText02 {
	font-size: 12px;
	line-height: 1.5em;
	letter-spacing: -0.02em;
	margin-top: 10px;
}
.contText02 li {
	text-indent: -4em;
	padding-left: 4em;
}
.alr {
	text-align: right;
}

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

.contFlex01 li.li01 {
	border: 2px solid #bad4ef;
}
.contFlex01 li.li01 .head01 {
	background-color: #bad4ef;
}

.contFlex01 li.li02 {
	border: 2px solid #cae5c9;
}
.contFlex01 li.li02 .head01 {
	background-color: #cae5c9;
}

.contFlex01 li.li03 {
	border: 2px solid #f9d1cf;
}
.contFlex01 li.li03 .head01 {
	background-color: #f9d1cf;
}

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

.contCheckBlock01 {
	/*background-color: rgba( 255,234,0,0.8 );*/
	position: relative;
	padding: 25px 30px;
	margin: 75px auto;
    background-image: url("/attending/t/osa-d/conan/images/pc/check_bg.png");
	background-repeat: no-repeat;
	background-position: center top;
    background-size: 100%;
}
/*.contCheckBlock01::before {
	content: "";
	width: 100%;
	height: 5px;
	background-color: rgba( 255,254,243,0.7 );
	position: absolute;
	left: 0px;
	top: 2px;
	z-index: 0;
}
.contCheckBlock01::after {
	content: "";
	width: 100%;
	height: 5px;
	background-color: rgba( 255,254,243,0.7 );
	position: absolute;
	left: 0px;
	bottom: 2px;
	z-index: 0;
}*/
.contH302 {
}
.contH302 img {
	width: auto;
	height: 69px;
}
.contCheckFlex01 {
	display: flex;
	align-items: center;
	gap: 0px 70px;
	padding: 0px 0px 0px 10px;
}
.checkText01 {
	font-size: 20px;
	line-height: 1.5em;
	font-weight: bold;
	letter-spacing: -0.05em;
}
.checkText02 {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
	margin-top: 5px;
}
.contCheckFlex01 .box02 img {
	width: auto;
	height: 130px;
}
.checkImg01 {
	width: 129px;
	position: absolute;
	right: 34px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

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

.contH202 {
	text-align: center;
	margin-bottom: 38px;
}
.contH202 img {
	width: auto;
	height: 63px;
}
.contImg01 {
	width: 153px;
	position: absolute;
	top: -26px;
	right: 40px;
}

.contH303 {
	margin-bottom: 10px;
}
.contH303 img {
}
.contFlex02 {
	display: flex;
	justify-content: space-between;
	gap: 0px 20px;
}
.contFlex02 .box01 {
}
.contFlex02 .box02 {
	width: 474px;
	flex-shrink: 0;
}

.stepText01 {
	font-size: 26px;
	line-height: 1.3em;
	font-weight: 900;
	letter-spacing: -0.05em;
	color: #00499f;
}
.stepUl01 {
	margin-top: 10px;
}
.stepUl01 li {
	font-size: 14px;
	line-height: 1.6em;
	letter-spacing: -0.05em;
	text-indent: -1em;
	padding-left: 1em;
}
.stepText02 {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	height: 48px;
	background-color: #00499f;
	border-radius: 50px;
	color: #ffffff;
	font-size: 28px;
	line-height: 1.0em;
	font-weight: 900;
	margin: 15px auto auto;
}
.stepText03 {
	font-size: 20px;
	line-height: 1.3em;
	font-weight: bold;
	margin-top: 12px;
}

.bottomLine01 {
	height: 3px;
	background-color: #00aeba;
	margin: 38px auto;
}

.stepText04 {
	font-size: 18px;
	line-height: 1.3em;
	font-weight: bold;
	letter-spacing: -0.05em;
	margin-top: 12px;
}
.stepFlex01 {
	display: flex;
	gap: 0px 4px;
	margin: 18px auto;
}
.stepFlex01 dl {
	flex-grow: 1;
	width: 16.6%;
}
.stepFlex01 dl dt {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	padding: 2px 5px;
	height: 36px;
	border: 1px solid #004a9f;
	background-color: #004a9f;
	color: #ffffff;
	font-size: 18px;
	line-height: 1.0em;
	font-weight: 900;
}
.stepFlex01 dl dd {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	padding: 2px 3px;
	height: 33px;
	border: 1px solid #004a9f;
	background-color: #ffffff;
	font-size: 14px;
	line-height: 1.0em;
	font-weight: bold;
	letter-spacing: -0.05em;
}

.stepText05 {
	color: #ffffff;
	font-size: 16px;
	line-height: 1.1em;
	font-weight: 900;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 4px 10px;
	height: 36px;
	background-color: #1d2088;
	border-radius: 12px;
	margin-top: 10px;
}

.stepBox01 {
	margin-top: 35px;
}

.stepH401 {
}
.stepH401 img {
	width: auto;
	height: 92px;
}
.colBlue01 {
	color: #004098;
}
.stepUl02 {
	margin: 10px auto 20px;
}
.stepUl02 li {
	font-size: 20px;
	line-height: 1.5em;
	letter-spacing: -0.05em;
	text-indent: -1em;
	padding-left: 1em;
}

.stepFlex02 {
	display: flex;
	justify-content: space-between;
	gap: 0px 44px;
	margin-top: 25px;
}
.stepFlex02 li {
	flex-shrink: 0;
}

.stepFlex0202 {
	display: flex;
	gap: 0px 20px;
	margin-top: 24px;
}
.stepFlex0202 li {
	flex-shrink: 0;
}

.stepLine01 {
	margin-top: 40px;
}

.stepFlex03 {
	display: flex;
	gap: 0px 18px;
}

.stepText06 {
	background-image: url("/attending/t/osa-d/conan/images/pc/step_text_bg01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	height: 62px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	padding: 5px 10px;
	color: #ffffff;
	font-size: 24px;
	line-height: 1.2em;
	font-weight: bold;
	letter-spacing: -0.05em;
	margin-top: 60px;
}
.stepText07 {
	font-size: 14px;
	line-height: 1.2em;
	margin-top: 6px;
	text-align: right;
}

.bottomImg01 {
	margin-bottom: 70px;
}


/*-----*/






