@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	mainImg
------------------------------------------------------------*/
.mainImg {
	margin-bottom: 100px;
	height: 330px;
	background: url(../img/company/profile/main_img.jpg) no-repeat center;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
}
.mainImg .content {
	width: 100%;
}
.mainImg h2 {
	margin: 0 32px 20px;
	color: #fff;
	font-size: 4.5rem;
	letter-spacing: 0.3em;
}
.mainImg h2 .txtSpan {
	display: block;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	margin: 0 4px 34px;
}

@media all and (min-width: 897px) {
	.mainImg .content {
		max-width: 895px !important;
	}
}

@media all and (max-width: 896px) {
	.mainImg {
		margin-bottom: 50px;
		height: 125px;
		background-image: url("../img/company/profile/main_img_sp.jpg");
	}
	.mainImg h2 {
		margin: 0 10px 7px 27px;
		font-size: 2.25rem;
	}
	.mainImg h2 .txtSpan {
		font-size: 1.2rem;
		margin: 0 0 6px;
	}
}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	max-width: 895px;
	margin: 0 auto;
	padding: 0 20px;
}
.contentBig {
	max-width: 1000px;
}
@media all and (max-width: 896px) {
	.content {
		padding: 0 30px;
		max-width: inherit !important;
	}
}
@media all and (max-width: 374px) {
	.content {
		padding: 0 15px;
	}
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin: 0 41px 130px;
	padding: 6px 0 0 24px;
	font-size: 3.6rem;
	color: #142355;
	letter-spacing: 0.1em;
	line-height: 1.25;
	border-left: 3px solid #142355;
}
@media all and (max-width: 896px) {
	.headLine01 {
		padding: 2px 0 1px 15px;
		line-height: 1.0;
		margin: 0 0 48px;
		font-size: 2.4rem;
		border-left-width: 2px;
		letter-spacing: 0.2em;
		display: flex;
		align-items: center;
	}
	.headLine01 .txtSpan {
		line-height: 1.1;
	}	
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 38px;
	color: #142355;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	font-weight: 700;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 32px;
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
.comBox {
	padding: 82px 0 40px;
	min-height: 630px;
	color: #fff;
	box-sizing: border-box;
	background: url(../img/common/f_bg.jpg) no-repeat center;
	background-size: cover;
}
.comBox p {
	margin-bottom: 66px;
	line-height: 1.78;
	text-align: center;
}
.comBox p:last-child {
	margin-bottom: 0;
}
.comBox .ttl {
	margin-bottom: 28px;
	font-weight: bold;
	font-size: 4rem;
	letter-spacing: 0.2em;
}
.comBox .list {
	margin: 0 -12px;
	display: flex;
	justify-content: space-between;
}
.comBox .list li {
	width: 46.8%;
}
.comBox .list .ttl02 {
	padding: 9px 10px 7px;
	font-size: 2.2rem;
	letter-spacing: 0.05em;
	text-align: center;
	border-bottom: 2px solid #FFFFFF;
	border-top: 2px solid #FFFFFF;
}
.comBox .list .tel {
	font-size: 3.1rem;
	line-height: 1;
	font-weight: bold;
	letter-spacing: 0;
}
.comBox .list .tel a {
	color: #fff;
}
.comBox .list .tel span {
	font-size: 4.8rem;
	letter-spacing: 0.05em;
	margin-left: 15px;
	vertical-align: -3px;
}
.contactLink {
	padding-left: 27px;
	margin: -12px auto 0;
	width: 329px;
}
.contactLink a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 65px;
	padding: 5px;
	font-weight: bold;
	color: #142355;
	background-color: #fff;
	box-sizing: border-box;
	border: 1px solid #fff;
}
.contactLink a span {
	margin-bottom: -2px;
	padding: 0px 0 1px 52px;
	display: inline-block;
	background: url(../img/common/email01.png) no-repeat left center;
}
@media all and (max-width: 896px) {
	.comBox {
		padding: 49px 0 40px;
		min-height: 605px;
		background-image: url(../img/common/f_bg_sp.jpg);
	}
	.comBox p {
		margin-bottom: 40px;
		font-size: 1.3rem;
		line-height: 1.96;
		letter-spacing: 0.05em;
	}
	.comBox .spTxt {
		font-weight: bold;
	}
	.comBox .ttl {
		font-size: 2.1rem;
		margin-bottom: 24px;
	}
	.comBox .list {
		margin: 0 6px 20px;
		display: block;
	}
	.comBox .list li {
		margin-bottom: 60px;
		width: auto;
	}
	.comBox .list li:last-child {
		margin-bottom: 0;
	}
	.comBox .list .ttl02 {
		margin-bottom: 33px;
		padding-bottom: 9px;
		font-size: 1.4rem;
		letter-spacing: 0.1em;
		border-width: 1px;
	}
	.comBox .list .tel {
		font-size: 2rem;
	}
	.comBox .list .tel span {
		margin-left: 10px;
		font-size: 2.95rem;
		vertical-align: -2px;
	}
	.contactLink {
		padding: 0;
		width: auto;
		max-width: 260px;
		margin: 35px auto 0;
	}
	.contactLink a {
		letter-spacing: 0.1em;
		min-height: 48px;
	}
	.contactLink a span {
		padding: 0 0 1px 40px;
		background-size: 27px auto;
	}
}
/*------------------------------------------------------------
	comBox01
------------------------------------------------------------*/
.comBox01 {
	width: 940px;
	margin: 0 auto;
}
@media all and (max-width: 896px) {
	.comBox01 {
		padding: 0 20px 0 34px;
		width: auto;
	}
}
/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
.comTable {
	margin-bottom: 80px;
	width: 100%;
	border-collapse: collapse;
}
.comTable th {
	word-break: break-all;
	width: 30%;
	font-weight: 500;
	padding: 36px 20px 36px 52px;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #C8C8C8;
	border-right: none;
	background-color: #ECEFF1;
}
.comTable th .must {
	padding: 2px 5px 0 0;
	float: right;
	font-size: 1.6rem;
	color: #A13133;
}
.comTable td {
	word-break: break-all;
	font-size: 2.2rem;
	padding: 28px 125px 26px 50px;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #C8C8C8;
	border-left: none;
	background-color: #FAFAFA;
}
.comTable td a {
	margin-top: -4px;
	width: 145px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 35px;
	color: #fff;
	vertical-align: middle;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	background-color: #142355;
}
.comTable td a:hover {
	opacity: 0.7;
}
.comTable td .txtSpan {
	margin: 0 15px 0 6px;
}
input[type="email"],
input[type="tel"],
input[type="text"] {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 0;
    height: 45px;
	color: #000;
    border: 1px solid #C8C8C8;
    box-sizing: border-box;
    font-size: 1.8rem;
    padding: 0 10px;
	font-weight: 500;
    width: 100%;
    background-color: #fff;
}
textarea {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 0;
    height: 250px;
	color: #000;
    border: 1px solid #C8C8C8;
    box-sizing: border-box;
    font-size: 1.8rem;
    padding: 5px 10px;
	font-weight: 500;
    width: 100%;
    background-color: #fff;
	resize: vertical;
}
.wid01[type="tel"] {
	width: 158px;
	margin-right: 20px;
}
.wid01[type="tel"]:nth-child(3n) {
	margin-right: -2px;
}
.wid02[type="text"] {
	width: 303px;
	margin: 0 12px 15px 0;
}
input[type="checkbox"] {
    display: none;
}
input[type="checkbox"] + span {
	background: url(../img/common/check01.png) no-repeat left center;
	border-radius: 0;
    display: inline-block;
    line-height: 15px;
	cursor: pointer;
    padding: 4px 0 7px 48px;
}
input[type="checkbox"]:checked + span {
	background-image: url("../img/common/check02.png");
}
.submit {
	text-align: center;
}
.submit li {
	margin: 0 5px;
	display: inline-block;
}
.submit li input {
	padding-left: 15px;
	transition: all ease 0.3s;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    width: 400px;
    height: 60px;
    text-align: center;
    cursor: pointer;
    font-size: 2.0rem;
    font-weight: bold;
	letter-spacing: 0.1em;
    color: #fff;
	border-radius: 1px;
	border: 1px solid #142355;
	background-color: #142355;
}
.confirmTable td {
	font-size: 1.8rem;
}
@media all and (max-width: 896px) {
	.comTable th {
		padding: 18px 31px 20px;
		width: 100%;
		float: left;
		border: 1px solid #C7C7C7;
		border-bottom: none;
		border-top: none;
		box-sizing: border-box;
	}
	.comTable tr:first-child th {
		border-top: 1px solid #C7C7C7;
	}
	.comTable tr:last-child td {
		border-bottom: 1px solid #C7C7C7;
	}
	.comTable td {
		padding:30px 21px 30px;
		width: 100%;
		float: left;
		box-sizing: border-box;
		border: 1px solid #C7C7C7;
		border-bottom: none;
		border-top: none;
		font-size: 1.6rem;
	}
	.comTable th .must {
		float: none;
		margin-left: 15px;
		font-size: 1.4rem;
	}
	input[type="email"], input[type="tel"], input[type="text"] {
		height: 41px;
		font-size: 1.4rem;
		border-color: #C7C7C7;
	}
	.wid01[type="tel"] {
		margin-right: 11px;
		width: calc((100% - 31px) / 3);
	}
	.wid01[type="tel"]:nth-child(3n) {
		margin-right: 0;
	}
	.comTable td a {
		margin-left: 5px;
		width: 87px;
		min-height: 30px;
		font-size: 1.1rem;
		letter-spacing: 0;
		margin-top: -3px;
	}
	.wid02[type="text"] {
		margin: 0 0 19px;
		width: calc(100% - 126px);
	}
	.comTable td .txtSpan {
		margin: 0 7px 0 3px;
	}
	textarea {
		height: 230px;
		font-size: 1.4rem;
		border-color: #C7C7C7;
	}
	.comTable {
		margin-bottom: 58px;
	}
	input[type="checkbox"] + span {
		padding-left: 45px;
		line-height: 35px;
		background-image: url(../img/common/check01_sp.png);
		background-size: 31px auto;
	}
	input[type="checkbox"]:checked + span {
		background-image: url(../img/common/check02_sp.png);
	}
	.submit li {
		margin: 0;
		display: block;
	}
	.submit li + li {
		margin-top: 20px;
	}
	.submit li input {
		width: 100%;
		max-width: 250px;
		height: 40px;
		font-size: 1.4rem;
		letter-spacing: 0.1em;
		padding-left: 2px;
	}
	.confirmTable td {
		font-size: 1.4rem;
		padding: 18px 21px 20px;
	}
	.confirmTable th {
		padding-left: 21px;
		padding-right: 21px;
	}
}

/*------------------------------------------------------------
	pdfLink
------------------------------------------------------------*/
.pdfLink {
	width: 225px;
	margin: 54px auto 0;
	padding-right: 114px;
}
.pdfLink a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 55px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.075em;
	background-color: #142355;
	border-radius: 5px;
	padding: 5px;
	box-sizing: border-box;
}
.pdfLink span {
	padding: 1px 30px 2px 0;
	display: inline-block;
	background: url(../img/common/icon09.png) no-repeat right center;
}
.pdfLink a:hover {
	opacity: 0.5;
}
@media all and (max-width: 896px) {
	.pdfLink {
		width: 190px;
		padding: 0;
		margin-top: 40px;
	}
	.pdfLink a {
		font-size: 1.4rem;
		min-height: 47px;
		border-radius: 3px;
	}
	.pdfLink span {
		padding-left: 10px;
		background-size: 15px auto;
	}
}

/*------------------------------------------------------------
	pdfLink02
------------------------------------------------------------*/
.pdfLink02 {
	width: 680px;
	margin: 0 auto 100px;
}
.pdfLink02 a {
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 140px;
	box-sizing: border-box;
	font-size: 2.8rem;
	font-weight: bold;
	color: #142355;
	letter-spacing: 0.2em;
	box-sizing: border-box;
	border: 2px solid #142355;
}
.pdfLink02 a span {
	padding: 0 35px 0 118px;
	line-height: 74px;
	display: inline-block;
	background: url(../img/common/pdf.png) no-repeat left center;
}
.pdfLink02 p span{
	width: 680px;
	margin:0 auto;
	font-size:16px;
	text-align: center;
	display: block;
}

@media all and (max-width: 896px) {
	.pdfLink02 {
		margin-bottom: 30px;
		width: auto;
		max-width: 290px;
	}
	.pdfLink02 a {
		min-height: 70px;
		font-size: 1.5rem;
		border-width: 1px;
	}
	.pdfLink02 a span {
		padding: 0 16px 0 59px;
		line-height: 50px;
		background-size: 30px auto;
	}
	
	.pdfLink02 p span{
		width: 290px;
		font-size:14px;
	margin:0 auto;
	text-align: center;
	display: block;
}	
	
}



/*------------------------------------------------------------
	catelogLink
------------------------------------------------------------*/
.catelogLink {
	width: 680px;
	margin: 0 auto;
}
.catelogLink a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 140px;
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #142355;
	border: 2px solid #142355;
	box-sizing: border-box;
}
.catelogLink a .txtSpan span {
	font-size: 4.4rem;
	vertical-align: -7px;
	margin-right: 35px;
	letter-spacing: 0.1em;
}
.catelogLink a .txtSpan {
	display: inline-block;
	padding: 0 63px 5px 0;
	margin-top: 5px;
	background: url(../img/common/icon11.png) no-repeat right center;
}
@media all and (max-width: 896px) {
	.catelogLink {
		width: auto;
		max-width: 290px;
	}
	.catelogLink a {
		min-height: 71px;
		font-size: 1.2rem;
		letter-spacing: 0.1em;
	}
	.catelogLink a .txtSpan {
		/* margin-top: 9px; */
		padding-right: 40px;
		background-size: 26px auto;
	}
	.catelogLink a .txtSpan span {
		margin-right: 11px;
		font-size: 2rem;
		letter-spacing: 0.1em;
		vertical-align: -2px;
	}
}

/*------------------------------------------------------------
	featuresPhotoUl
------------------------------------------------------------*/

#main .featuresPhotoUl {
	padding-top: 50px;
	margin: 0 -100px;
	display: flex;
	flex-wrap: wrap;
}
#main .featuresPhotoUl li {
	width: 33.333%;
	padding: 10px 10px 10px;
	text-align: center;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: center;
}
#main .featuresPhotoUl li:nth-child(3n-1) {
	border-left: 1px solid #CECECE;
	border-right: 1px solid #CECECE;
}
@media all and (max-width: 896px) {
	#main .featuresPhotoUl {
		padding-top: 0;
		display: block;
		margin: 0 30px -20px;
	}
	#main .featuresPhotoUl li {
		width: auto;
		padding: 40px 55px;
	}
	#main .featuresPhotoUl li:nth-child(3n-1) {
		border-left: none;
		border-right: none;
		border-top: 1px solid #CDCDCD;
		border-bottom: 1px solid #CDCDCD;
	}
}


@media all and (min-width: 897px) {
	.contactLink a:hover {
		color: #fff;
		background-color: transparent;
	}
	.contactLink a:hover span {
		background-image: url(../img/common/email02.png);
	}
	.submit li input:hover {
		color: #142355;
		background-color: #fff;
	}
	.pdfLink02 a:hover {
		color: #fff;
		background-color: #142355;
	}
	.pdfLink02 a:hover span {
		background-image: url(../img/common/pdf_white.png);
	}
	.catelogLink a:hover {
		color: #fff;
		background-color: #142355;
	}
	.catelogLink a:hover .txtSpan {
		background-image: url(../img/common/icon11_white.png);
	}
}

@media all and (max-width: 374px) {
	input[type="checkbox"] + span {
		font-size: 1.3rem;
	}
}

/*------------------------------------------------------------
	comTabBox
------------------------------------------------------------*/
.comTabBox {
	margin: 0 auto;
	width: 1000px;
}
.comTabBox table {
    width: 100%;
    border-collapse: collapse;
	border: 1px solid #D3D3D3;
}
.comTabBox table th,
.comTabBox table td {
	padding: 10px 2px 5px;
	height: 65px;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #D3D3D3;
	box-sizing: border-box;
}
.comTabBox table tr:first-child td {
	vertical-align: top;
}
.comTabBox table th {
	width: 8.4%;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.3;
	background-color: #F4F4F4;
}
.comTabBox table .ver {
	-webkit-writing-mode : tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
}
.comTabBox table .specTh {
	margin: 0 -5px;
	display: block;
}
.comTabBox table .on th,
.comTabBox table .on td {
	background-color: #FCEBE9;
}
.comTabBox table .on .ver02 {
	background-color: #F4F4F4;
}
.comTabBox table th:first-child {
	width: 3.2%;
}
.comTabBox .topBox {
	margin-bottom: -3px;
	/* min-height: 148px; */
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	box-sizing: border-box;
}
.comTabBox .topBox .textBox {
	margin-bottom: 25px;
}
.comTabBox .topBox .link {
	margin-top: auto;
	text-align: center;
}
.comTabBox .topBox .link a {
	display: block;
}
.comTabBox .topBox .link a:hover {
	opacity: 0.5;
}
.comTabBox .textBox {
	margin-bottom: 26px;
	position: relative;
	text-align: center;
}
.comTabBox .textBox::before {
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	width: 10px;
	height: 10px;
	background: url(../img/common/icon03.png) no-repeat left top / 100%;
	content: '';
}
.comTabBox .textBox span {
	transform:scale(0.8);
	padding-top: 5px;
	margin: 0 -10px;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
	vertical-align: top;
	transform-origin: center top;
}
.comTabBox .btmBox .photo {
	margin-bottom: 3px;
	display: block;
	text-align: center;
}
.comTabBox .btmBox .txt {
	display: block;
	text-align: center;
}
.comTabBox .btmBox .txt span {
	transform:scale(0.8);
	margin: 0 -10px;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
	vertical-align: top;
	transform-origin: center center;
}
#main .textArea .inner .photo08 {
	padding-top: 5px;
}
@media all and (max-width: 896px) {
	.comTabBox {
		padding: 0 15px;
		width: auto;
	}
	.comTabBox table th,
	.comTabBox table td {
		padding: 0;
		height: 28px;
		border-color: #D3D3D3;
	}
	.comTabBox table th {
		width: 11.5%;
		font-size: 1rem;
		line-height: 1.0;
	}
	.comTabBox table th small {
		font-size: 0.9rem;
	}
	.comTabBox table td {
		width: calc(80.7% / 11);
	}
	.comTabBox table .ver {
		-webkit-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
		-moz-writing-mode: horizontal-tb;
		-ms-writing-mode: horizontal-tb;
		-o-writing-mode: horizontal-tb;
		font-size: 0.8rem;
	}
	.comTabBox table .specTh {
		margin: 0;
		font-feature-settings: "palt";
		-moz-font-feature-settings: "palt";
	}
	.comTabBox table th:first-child {
		width: 7.8%;
	}
	.comTabBox .topBox {
		margin-bottom: -9px;
		/* min-height: 79px; */
	}
	.comTabBox .topBox .textBox {
		margin-bottom: 5px;
	}
	.comTabBox .textBox {
		margin-bottom: 10px;
	}
	.comTabBox .textBox::before {
		bottom: -6px;
		width: 5px;
		height: 5px;
	}
	.comTabBox .topBox .textBox::before {
		bottom: 1px;
	}
	.comTabBox .textBox span {
		margin-bottom: -15px;
		padding-top: 15px;
		transform:scale(0.6);
		display: inline-block;
		font-size: 1rem;
		line-height: 1.3;
		letter-spacing: -0.1em;
		vertical-align: top;
		font-feature-settings: "palt";
		-moz-font-feature-settings: "palt";
	}
	.comTabBox .btmBox .photo.photo01 {
		padding: 0 4px;
		box-sizing: border-box;
	}
	.comTabBox .btmBox .txt span {
		transform:scale(0.6);
		margin: 0 -6px;
		font-size: 1rem;
		line-height: 1;
		letter-spacing: -0.1em;
	}
	.comTabBox table td>img {
		width: 8px;
		vertical-align: 1px;
	}
	.comTabBox .btmBox .txt {
		margin: -5px 0 2px;
	}
}

/*------------------------------------------------------------
	comLink01
------------------------------------------------------------*/
.comLink01 a {
	font-weight: bold;
	margin: 0 auto;
	width: 500px;
	padding: 5px;
	font-size: 2rem;
	letter-spacing: 0.2em;
	min-height: 65px;
	color: #FFF;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
	box-sizing: border-box;
	border: 1px solid #182452;
	background-color: #182452;
}
.comLink01 a:after {
	width: 66px;  
	height: 1px;
	background-color: #fff;
	position: absolute;  
	top: 50%;
	margin-top: -1px;
	right: -1px;  
	content: ""; 
	z-index: 1;
}
@media all and (min-width: 897px) {
	.comLink01 a:hover {
		color: #142355;
		background-color: #FFF;
	}
	.comLink01 a:hover::after {
		background-color: #142355;
	}
}


@media all and (max-width: 896px) {
	.comLink01 a {
		width: auto;
		max-width: 260px;
		font-size: 1.5rem;
		min-height: 48px !important;
		letter-spacing: 0.2em;
	}
	.comLink01 a::after {
		width: 40px;
	}
}

@media all and (max-width: 374px) {
	#main .mainImg h2 {
		font-size: 2.1rem;
		margin-left: 15px;
	}
	.comTabBox table th {
		font-size: 0.9rem;
	}
}

.fadeInUp {
    opacity: 0;
	transform: translate(0,100px);
    transition: opacity .6s ease-in-out, transform 1s cubic-bezier(.075, .82, .165, 1);
}

.fadeInUp.on {
    opacity: 1;
	transform: translate(0, 0);
}


.fixedBanner {
	position: fixed;
	top: 143px;
	right: -1px;
	z-index: 200;
}
.fixedBanner .subFixed {
	position: relative;
}
.fixedBanner .subFixed > a {
	display: block;
	background: url(../img/common/banner01_over.png) no-repeat;
	background-size: 100% auto;
}
.fixedBanner .subFixed > a img {
	transition: all ease 0.3s;
}
.fixedBanner .bannerClose {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	background: url(../img/common/close03_hover.png) no-repeat;
	background-size: 100% auto;
}
.fixedBanner .bannerClose img {
	transition: all ease 0.3s;
}


@media all and (min-width: 897px) {
	.fixedBanner .bannerClose:hover img,
	.fixedBanner .subFixed > a:hover img {
		opacity: 0;
	}
}

@media all and (max-width: 896px) {
	.fixedBanner {
		left: 1.3rem;
		right: 1.8em;
		width: calc(100% - 3.1rem);
		text-align: center;
		top: auto;
		bottom: 2rem;
	}
	.fixedBanner .subFixed {
		margin: 0 auto;
		max-width: 34.5rem;
	}
	.fixedBanner .bannerClose img {
		width: 28px;
	}
	.fixedBanner .bannerClose {
		bottom: -3px;
	}
	.fixedBanner .subFixed > a {
		background: none;
	}
}