@charset "UTF-8";

/* ===================================
	File Name   : etc.css
	Description : ETC Page's Layout CSS
	Editor      : Bface Hayakawa
	Last Editor : Bface Hayakawa
	
	Update Description :
	[2023/10/20] 新規制作

====================================== */

/*========== Style Contents ==========

  1. documents DL page Setting
  2. logo/banner DL page Setting
  3. Press page Setting
  4. Terms page Setting
	
====================================== */




/*===== ■1. documents DL page Setting =====*/
/* Gナビの調整 */
#global_navi.noindex > ul > li:nth-last-child(1) {padding-right: 0;}
#global_navi.noindex > ul > li:nth-last-child(2) {padding-right: 4px;}
#global_navi > ul > li:nth-last-child(-n+2) > a:after { display: block;}
#global_navi.noindex > ul > li:nth-last-child(-n+1) > a:after { display: none;}


#doc_dl p { margin: 0 0 10px;}

#doc_dl ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 10px;
}

#doc_dl ul:after {
  display: block;
	width: 31.76%;
	content: '';
}

#doc_dl li {
	display: flex;
	position: relative;
	width: 31.76%;
	margin-bottom: 20px;
}

#doc_dl li:after {
	position: absolute;
	bottom: -40px;
	right: -40px;
	border: 30px solid transparent;
	border-left: 30px solid var(--dominant);
	transform: rotate(45deg);
	content:'';
}

#doc_dl li a {
	display: block;
	width: 100%;
	padding: 17px 15px;
	box-sizing: border-box;
	font-size: 1.4rem;
}

#doc_dl li a img {
	max-width: 200px;
	width: 100%;
	border: 1px solid rgba(153,153,153,.5);
}

#doc_dl li p {
	margin: 0 0 10px;
  text-align: center;
}

#doc_dl .inner > a {
  width: 80%;
  margin: 15px auto 20px;
}

@media screen and (max-width:640px) {
	#doc_dl li {
		width: 48%;
		margin-bottom: 10px;
	}
	
	#doc_dl li:after {
		position: absolute;
		bottom: -15px;
		right: -15px;
		border: 15px solid transparent;
		border-left: 15px solid var(--dominant);
		transform: rotate(45deg);
		content:'';
	}
	
	#doc_dl li a {
		padding: 10px;
		font-size: 1.1rem;
	}

	#doc_dl li p { margin: 0 0 8px;}

  #doc_dl .inner > a {
    width: 100%;
    margin: 10px auto;
  }
}



/*===== ■2. logo/banner DL page Setting =====*/
section#logo_dl p { margin: 0 0 20px;}

.dl_logo .inner {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.dl_logo figure {
	width: 48.5%;
	height: 334px;
	padding: 20px;
	border: 1px solid var(--dominant);
	box-sizing: border-box;
	text-align: center;
}

.dl_logo figure img {
	width: auto;
	height: 100%;
}

.dl_logo dl {
  width: 48.5%;
  text-align: center;
  margin-top: 15px;
}

.dl_logo dl dt {
	margin-bottom: 20px;
	font-weight: bold;
}

.dl_logo dl dd { padding: 0 20px;}

.dl_logo dl dd:first-of-type {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 25px;
	padding-bottom: 25px;
}

#dl_banner ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#dl_banner ul::after {
	display: block;
	width: 32.5%;
	height: 100%;
	content: "";
}

#dl_banner li {
  width: 50%;
  margin-bottom: 10px;
  padding: 20px;
  box-sizing: border-box;
  background: var(--dominant-light02);
}

#dl_banner li figure {
	text-align: center;
}

#dl_banner li figure span {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 1.3;
}

#dl_banner li figure img { margin-bottom: 15px;}

#dl_banner li figcaption input {
	width: 100%;
	padding: 5px;
	font-size: 1.4rem;
	box-sizing: border-box;
}

#dl_caution li {
	position: relative;
	padding-left: 8px;
	line-height: 1.3;
}
#dl_caution .inner > ul > li:not(:last-child) { margin-bottom: 12px;}

#dl_caution .inner > ul > li:before {
	position: absolute;
	top: 8px;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background: #999;
	content:'';
}

#dl_caution ul ul { margin-top: 5px;}

#dl_caution li li {
	margin-bottom: 5px;
	padding-left: 14px;
}

#dl_caution ul ul li:before {
	position: absolute;
	top: 9px;
	left: 0;
	width: 10px;
	height: 2px;
	background: #999;
	content:'';
}


@media screen and (max-width:640px){
	.dl_logo figure {
		width: 100%;
		height: 250px;
	}

	.dl_logo dl { width: 100%;}

	.dl_logo dl dt { margin-bottom: 10px;}
	
	.dl_logo dl dd:first-of-type {
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	#dl_banner li { width: 100%;}
	
	#dl_banner li figure { text-align: center;}
	
	#dl_banner li figure img { margin-bottom: 10px;}
	
	#dl_banner li figcaption { text-align: left;}

	#dl_caution .inner > ul > li:before {
		position: absolute;
		top: 6px;
	}
}




/*===== ■3. Press page Setting =====*/
a.onebox {
	width: 80%;
	margin: 0 auto;
}

#press_release ul {
	overflow: auto;
	margin: 0 10px;
	max-height: 350px;
}

#press_release li {
	display: flex;
	align-content: flex-start;
	margin-bottom: 15px;
	padding-bottom: 12px;
	border-bottom: 1px dotted #ccc;
}

#press_release li time {
	flex: 0 0 auto;
}
#press_release li div {
	margin-left: 10px;
}
#press_release li div b {
	display: inline-block;
	min-width: 120px;
	margin-bottom: 5px;
	padding: 3px 5px;
	border-radius: 4px;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1;
	text-align: center;
}

#press_release li div b.info { background: #2c9999;}
#press_release li div b.press { background: #73a808;}

#press_release_exhibitor ul {
	overflow: auto;
	margin: 0 10px;
	max-height: 350px;
}

#press_release_exhibitor li {
	display: flex;
	align-content: flex-start;
	margin-bottom: 15px;
	padding-bottom: 12px;
	border-bottom: 1px dotted #ccc;
}

#press_release_exhibitor li time {
	flex: 0 0 auto;
}
#press_release_exhibitor li div {
	margin-left: 10px;
}
#press_release_exhibitor li div b {
	display: inline-block;
	min-width: 120px;
	margin-bottom: 5px;
	padding: 3px 5px;
	border-radius: 4px;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1;
	text-align: center;
}

#press_release_exhibitor li div b.info { background: #2c9999;}
#press_release_exhibitor li div b.press { background: #73a808;}

#press_inquiry dl {
	margin-bottom: 10px;
  padding: 15px;
  background: #ebebeb;
}

#press_inquiry dt {
  margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #fff;
  color: var(--dominant);
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}

#press_inquiry dd {
  text-align: center;
  font-weight: bold;
}

#press_inquiry ul {
  display: flex;
  justify-content: center;
	margin-top: 10px;
}

#press_inquiry li {
  margin: 0 5px;
  font-family: Arial, Helvetica, "sans-serif";
}

#press_inquiry li b {
  display: inline-block;
  min-width: 54px;
  margin: 0 10px;
  padding: 5px;
  border-radius: 5px;
  background: #ccc;
  line-height: 1;
  text-align: center;
}

#press_register p {
	margin-bottom: 10px;
}

#press_room li {
    display: flex;
	margin-bottom: 10px;
    font-weight: bold;
}

#press_room li b {
  display: flex;
	justify-content: center;
	align-items: center;
  width: 60px;
  margin-right: 5px;
  padding: 5px;
  border-radius: 5px;
  background: #ccc;
  line-height: 1;
}

#press_room li br {
  display: none;
}

@media screen and (max-width:640px) {
	a.onebox {
		width: 90%;
	}
	#press_release ul { max-height: 500px;}
	
	#press_release li {
		display: block;
		margin-bottom: 10px;
		padding-bottom: 5px;
	}

	#press_release li time {
		min-width: 80px;
		font-size: 1.1rem;
	}
	
	#press_release li div { display: inline;}
	
	#press_release li div b {
		display: inline-block;
		min-width: 100px;
		margin-bottom: 0;
		font-size: 1.0rem;
	}
	
	#press_release li div p a {
		padding: 10px 0;
	}

	#press_release_exhibitor ul { max-height: 500px;}
	
	#press_release_exhibitor li {
		display: block;
		margin-bottom: 10px;
		padding-bottom: 5px;
	}

	#press_release_exhibitor li time {
		min-width: 80px;
		font-size: 1.1rem;
	}
	
	#press_release_exhibitor li div { display: inline;}
	
	#press_release_exhibitor li div b {
		display: inline-block;
		min-width: 100px;
		margin-bottom: 0;
		font-size: 1.0rem;
	}
	
	#press_release_exhibitor li div p a {
		padding: 10px 0;
	}

	#press_inquiry dl {
		margin-bottom: 15px;
		padding: 0;
		border: none;
		background: none;
	}

	#press_inquiry dt {
		font-size: 1.4rem;
		margin-bottom: 10px;
		padding-bottom: 0;
		border-bottom: none;
	}

	#press_inquiry dd {
		text-align: left;
	}

	#press_inquiry ul {
		display: block;
    	border: 1px solid #ccc;
		background: #fff;
	}

	#press_inquiry li {
		margin: 0;
    border-bottom: 1px solid #ccc;
	}
	
	#press_inquiry li:last-child {
		border: none;
	}

	#press_inquiry li b {
		display: inline-block;
		margin: 0 10px 0 0;
		padding: 10px;
		border-radius: 0;
	}

	#press_inquiry li:not(:last-child) b {
		border-bottom: 1px solid #fff;
	}

	#press_room li br {
		display: inline-block;
	}
}


/*===== ■4. Terms page Setting =====*/
#terms a.box{
  width: 80%;
  margin: 0 auto;
}

#terms .inner > p{
  text-align: center;
  margin-bottom: 10px;
}
#terms .inner ul li {
	position: relative;
	padding-left: 8px;
	line-height: 1.3;
}
#terms .inner ul li:not(:last-child) { margin-bottom: 12px;}

#terms .inner ul li:before {
	position: absolute;
	top: 8px;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background: #999;
	content:'';
}

#personal_information span{
  display: block;
  margin: 5px 0;
  font-weight: bold;
}

#personal_information .inner p:not(:last-child){
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  #terms .inner > p{
    text-align: left;
  }
  
  #terms a.box{
    width: 100%;
    margin: 0 auto;
  }
  #terms .inner ul li:before {
    top: 6px;
  }
}

