@charset "utf-8";
/* CSS Document */
/* ------------------------------------------------------------------------------
fulcnt.com
------------------------------------------------------------------------------ */

/* TabL+PC */

.infoBrand {
	background-image: url("/100th/img/information/info_brand.jpg");
}

.infoContMtit {
	font-size: 34px;
	color: #75171C;
	position: relative;
	display: inline-block;
	margin-bottom: 5rem;
	text-align: center;
	width: 100%;
}
.infoContMtit:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 80px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #75171C;
  border-radius: 2px;
}

.infoTbl01 {
	width: 100%;
	border: none;
}
.infoTbl01 th,.infoTbl01 td {
	border-bottom: 1px solid #DFDFDF;
	border-top: none;border-left: none;border-right: none;
	background-color: #fff;
	padding: 1em;
}
.infoTbl01 th {
	font-size: 22px;
	vertical-align: top;
}
.infoTblDtl01,.infoTblDtl01 th,.infoTblDtl01 td {
	border: none;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
}
.infoTblDtl01 th {
	padding-right: 1em;
	vertical-align: top;
	min-width: 130px;
}

.infoImg01 {
	background-color: #EBEBEB;
	width: 100%;
	padding: 0.8rem 0.5rem;
	line-height: 0;
	margin-bottom:10rem;
	position: relative;
}
.infoImgOver {
	position: absolute;
	z-index:1;
	top:0;
	left: 0;
	display: flex;
	justify-content: space-between;
	height: 100%;
	width: 100%;
}
.infoImgOverL {
	width: 50%;
	display: flex;
	justify-content: flex-start;
}
.infoImgOverR {
	width: 50%;
	display: flex;
	justify-content: flex-end;
}
.infoImgOverL span,.infoImgOverR span {
	width: 100%;
	background-color: #75171C;
	display: block;
}
.wipeOut {
	width:100%;
	transition: all 0.5s ease;
}
.wipeOut.is-show {
	width:0%;
}

.infoAppCont {
	padding: 0;
}
.infoAppLi {
	list-style: none;
	display: flex;
	justify-content: space-between;

}
.infoAppLi li {
	width: 32%;
	border: 2px solid #75171C;
	border-radius: 15px;
	padding: 2rem;
}
.infoAppLiDtl {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.infoAppLiIcon {
	margin: 1rem auto 1rem;
	text-align: center;
	width: 40%;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#wrap .infoAppLiIcon.Icon01 img {
	height: 62px;
}
#wrap .infoAppLiIcon.Icon02 img {
	height: 74px;
}
#wrap .infoAppLiIcon.Icon03 {
	width: 45%;
}
#wrap .infoAppLiIcon.Icon03 img {
	height: 53px;

}
.infoAppLiTit {
	font-size: 24px;
	color: #75171C;
	font-weight: bold;
	flex-grow:2;
	text-align: center;
	margin: 0 auto 1.6rem;
	width: 100%;
}
.infoAppLiTxt {
	line-height: 1.8em;
	width: 100%;
}
.infoAppLiTxt a {
	color: #75171C;
	text-decoration: underline;
}
.infoAppLiTxt a:hover {
	text-decoration: none;
}

.infoStit01 {
	background-color: #75171C;
	text-align: center;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 3rem;
}
.infoTblAttTxt01 {
	font-size: 16px;
	margin: 1em 0 5rem;
}
.infoItemLi {
	list-style: none;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	font-feature-settings: "palt";
}
.infoItemLi li {
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 5%;
}
.infoItemLi li:nth-child(3n) {
	margin-right: 0;
}
.infoItemTxtArea {
	padding: 0.5em 0.5em 0.8em;
	line-height: 1.4em;
}
.infoItemTxt01 {
	font-weight: bold;
	margin-bottom: 8px;
}
.infoItemTxt01 span {
	font-size: 16px;
}
.infoItemTxt02 {
	margin-bottom:2px;
	font-size: 15px;
}
.infoItemTxt03 {
	font-size: 15px;
	text-indent: -1em;
	padding-left: 1em;
}

.infoBtnAreaBg {
	background-color: #75171C;
	padding: 5rem 0
}
.infoBtnArea {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	display: flex;
	justify-content: space-between;
}
.infoBtnBox {
	width: 48%;
}
.infoBtn {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
}
.infoBtn01 {
	border: 1px solid #EBD55D;
}
.infoBtn02 {
	border: 1px solid #ECECEC;
}
.infoBtn a {
	display: block;
	box-sizing: border-box;
	padding: 1.2em 25px;
	width: 100%;
	color: #75171C;
	text-decoration: none;
	font-size: 24px;
	position: relative;
	overflow: hidden;
    transition: ease .2s;
}
.infoBtn01 a {
	background-color: #EBD55D;
}
.infoBtn02 a {
	background-color: #ECECEC;
}
.infoBtnIcon {
	width: 30px;
	line-height: 0;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	background-position: center;
}
.infoBtn a div {
  position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
  z-index: 4;
  color: #75171C;
}
.infoBtn a:hover div .infoBtnIcon img {
  opacity: 0;
}
.infoBtn a:hover div{
	color:#fff;
}
.infoBtn a:hover div .infoBtnIcon{
	background-image: url("/100th/img_common/icon_window_white.svg");
}
.infoBtnSubTxt {
	font-size: 16px;
	color: #fff;
}
.bgleft:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color:#75171C;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.bgleft:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}

.infoComAreaBg {
	background-color: #EBEBEB;
	padding: 5rem 0;
}
.infoComArea {
	background-color: #fff;
	max-width: 800px;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	padding: 4rem;
	text-align: center;
}
.committeeTxt01 {
	margin-bottom: 1.4rem;
}
.committeeTxt02 {
	margin-bottom: 0.6rem;
}
.infoComLinkLi {
	list-style: none;
	display: flex;
	justify-content: center;
	width: 90%;
	max-width: 620px;
	margin: 1rem auto 1.6rem;
}
.infoComLinkLi li {
	width: 48%;
}
.infoComLinkLi li:nth-child(2) {
	margin-left: 4%;
}
.infoComLinkLi li a {
	display: flex;
	border: 1px solid #75171C;
	border-radius: 50px;
	padding: 5px 10px;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #75171C;
}
.infoComLinkLi li a:hover {
	background-color: #75171C;
	color: #fff;
	transition: ease .2s;
}
.infoComLinkLi li a:hover i img {
	opacity: 0;
}
.infoComLinkLi li a i {
	width: 20px;
	margin-right: 10px;
	line-height: 0;
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
}
.infoComLinkLi li a i.infoBtnIconWeb {
	width: 18px;
}
.infoBtnIconMail {
	background-image: url("/100th/img/information/icon_mail_w.svg");
}
.infoBtnIconWeb {
	background-image: url("/100th/img/information/icon_web_w.svg");
}
.infoComLi01 {
	list-style: none;
	font-size: 16px;
	line-height: 1.6em;
}


.backBtn {
	margin-top: 80px;
	margin-bottom: 7rem;
}


/* /TabL+PC */

/* TABP+SPL */
@media screen and (max-width: 999px) {
	
	.infoContMtit {
		font-size: 4vw;
		margin-bottom: 4rem;
	}
	.infoContMtit:before {
	  bottom: -10px;
	  width: 60px;
	  height: 2px;
	}
	.infoTbl01 th {
		font-size: 20px;
	}
	.infoTblDtl01,.infoTblDtl01 th,.infoTblDtl01 td {
		font-size: 16px;
	}
	.infoImg01 {
		padding: 0.8rem 0.5rem;
		margin-bottom:5rem;
	}
	.infoAppLi li {
		padding: 1rem;
	}
	.infoAppLiIcon {
		margin: 1rem auto 1rem;
		text-align: center;
		width: 40%;
		height: 75px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.infoAppLiTit {
		font-size: 2.8vw;
		margin: 0 auto 1.2rem;
		width: 100%;
		height: 2em;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.infoAppLiTit br.sp-only {
		display: block;
	}
	.infoAppLiTxt {
		line-height: 1.8em;
		font-size: 2vw
	}
	
	.infoStit01 {
		font-size: 2.8vw;
		margin-bottom: 3rem;
	}
	.infoBtnAreaBg {
		background-color: #75171C;
		padding: 3rem 0
	}
	.infoBtn a {
		padding: 1em 10px;
		font-size: 2.4vw;
	}
	.infoBtnIcon {
		width: 20px;
		background-size: 20px 20px;
	}
	.infoBtnSubTxt {
		font-size: 2vw;
	}
	.infoComAreaBg {
		padding: 3rem 0;
	}
	.infoComArea {
		width: 90%;
		padding: 4rem 2rem;
	}
	
	.infoItemTxtArea {
		padding: 0.5em 0.5em 0.8em;
		line-height: 1.4em;
	}
	.infoItemTxt01 {
		font-weight: bold;
		margin-bottom: 4px;
		font-size: 1.8vw;
		line-height: 2.2vw;
	}
	.infoItemTxt01 span {
		font-size: 1.6vw;
	}
	.infoItemTxt02 {
		margin-bottom: 4px;
		font-size: 1.4vw;
		line-height: 2vw;
	}
	.infoItemTxt03 {
		font-size: 1.3vw;
		line-height: 1.8vw;
	}
	
}/* /TABP+SPL */



/* SPP */
@media screen and (max-width: 599px) {

	.infoBrand {
		background-image: url("/100th/img/information/info_brand_sp.jpg");
	}
	.infoBrand .ubrandTit01 {
		font-size: 11vw;
	}
	
	.infoContMtit {
		font-size: 6.4vw;
		margin-bottom: 3rem;
	}
	.infoContMtit:before {
	 bottom: -10px;
	  width: 60px;
	  height: 2px;
	}
	.infoTbl01 th,.infoTbl01 td {
		padding: 0.6em 0.8em 1em;
		display: block;
		font-size: 3.4vw;
	}
	.infoTbl01 th {
		border-bottom: none;
		padding-bottom: 0;
		font-size: 3.6vw;
	}
	.infoTblDtl01,.infoTblDtl01 th,.infoTblDtl01 td {
		padding: 0;
		display: table-cell;
	}
	.infoTblDtl01 th {
		min-width: 25vw;
		font-size: 3.4vw;
	}
	.infoImg01 {
		margin-bottom:6rem;
	}
	.infoImgOver {
		flex-wrap: wrap;
		display: flex;
		justify-content: space-between;
		height: 100%;
		width: 100%;
	}
	.infoImgOverL {
		width: 100%;
	}
	.infoImgOverR {
		width: 100%;
	}
	.infoImgOverL span,.infoImgOverR span {
		width: 100%;
	}
	.infoAppLi {
		flex-wrap: wrap;

	}
	.infoAppLi li {
		width: 100%;
		padding: 1.8rem;
		margin-bottom: 1.8rem;
	}
	.infoAppLiDtl {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
	}
	.infoAppLiIcon {
		margin: 0rem auto 0rem;
		width: 40%;
		height: 75px;
	}
	#wrap .infoAppLiIcon.Icon01 img {
		height: 55px;
	}
	#wrap .infoAppLiIcon.Icon02 img {
		height: 60px;
	}
	#wrap .infoAppLiIcon.Icon03 {
		width: 45%;
	}
	#wrap .infoAppLiIcon.Icon03 img {
		height: 48px;

	}
	.infoAppLiTit {
		font-size: 4.5vw;
		margin: 0 auto 0.8rem;
	}
	.infoAppLiTit br.sp-only {
		display: none;
	}
	.infoAppLiTxt {
		line-height: 1.8em;
		font-size: 3.4vw;
	}
	.infoStit01 {
		font-size: 3.6vw;
		margin-bottom: 1rem;
		padding: 2px 10px;
	}
	.infoTblAttTxt01 {
		font-size: 13px;
		margin: 1em 0 4rem;
	}

	.infoItemLi {
		flex-wrap: wrap;
	}
	.infoItemLi li {
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin-right: 0%;
		margin-bottom: 1.5rem;
	}
	.infoItemImg {
		width: 45%;
	}
	.infoItemTxtArea {
		width: 55%;
		padding: 0em 0em 0em 0.8em;
		line-height: 5.6vw;
	}
	.infoItemTxt01 {
		font-weight: bold;
		margin-bottom: 2px;
		font-size: 4vw;
		line-height: inherit;
	}
	.infoItemTxt01 span {
		font-size: 3.6vw;
	}
	.infoItemTxt02 {
		margin-bottom:0px;
		font-size: 3.2vw;
		line-height: inherit;
	}
	.infoItemTxt03 {
		font-size: 3vw;
		line-height: 4vw;
	}

	.infoBtnArea {
		flex-wrap: wrap;
	}
	.infoBtnBox {
		width: 100%;
	}
	.infoBtn {
		margin-bottom: 6px;
	}
	.infoBtn a {
		padding: 1.2em 1em;
		width: 100%;
		font-size: 4.5vw;
	}
	.infoBtnIcon {
		width: 20px;
		background-size: 20px 20px;
	}
	.infoBtnSubTxt {
		font-size: 13px;
		margin-bottom: 2em;
	}
	
	.infoComArea {
		width: 90%;
		padding: 1.8rem 1rem;
	}
	.infoComLinkLi {
		width: 95%;
		max-width: 620px;
		margin: 1rem auto 1.6rem;
	}
	.infoComLinkLi li {
		width: 48%;
	}
	.infoComLinkLi li:nth-child(2) {
		margin-left: 2%;
	}
	.infoComLinkLi li a {
		border-radius: 50px;
		padding: 1em 10px;
		font-size: 3.4vw;
	}
	.infoComLinkLi li a i {
		width: 12px;
		margin-right: 4px;
		background-size: 12px;
	}
	.infoComLinkLi li a i.infoBtnIconWeb {
		width: 12px;
	}
	.infoComLi01 {
		list-style: none;
		font-size: 12px;
		line-height: 1.6em;
	}

	
}/* /SPP */
