@charset "UTF-8";

/* ===============================
	サイト内共通 style
=============================== */
sup {
	color: #00a0e9;
}

/* ===============================
	common utility
=============================== */
ul.horizon:after {
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	font-size: 0px;
}

ul.horizon {
	min-height: 1px;
	zoom: 1;
}

ul.horizon li {
	float: left;
}

ul.star { /* リスト（青字・※n） */
	padding-left: 2em;
}

ul.star li {
	text-indent: -2em;
}

ul.star li span {
	color: #00a0e9;
	margin-right: 0.5em;
}

ul.kome { /* リスト（黒字・※） */
	padding-left: 1.5em;
}

ul.kome li {
	text-indent: -1.5em;
}

ul.kome li:BEFORE {
	content: "\203b";
	margin-right: 0.5em;
}

ul.disc { /* リスト（●） */
	padding-left: 1.5em;
}

ul.disc li {
	text-indent: -1.5em;
}

ul.disc li:BEFORE {
	content: "\25cf";
	margin-right: 0.5em;
}

ul.single { /* リスト（黒字・1文字） */
	padding-left: 1.5em;
}

ul.single li {
	text-indent: -1.5em;
}

ul.single li span {
	margin-right: 0.5em;
}

.caption {
	font-size: 0.77em;
	line-height: 1.4em;
}
.caption.emphasis {
	font-weight: bold;
}
.tc {
	text-align: center !important;
}

.tl {
	text-align: left !important;
}

.tr {
	text-align: right !important;
}

.red {
	color: red !important;
}

.blue {
	color: #00a0e9 !important;
}

.fs {
	font-size: 0.82em;
	line-height: 1.2;
}

.fxs {
	font-size: 0.77em;
	line-height: 1.2;
}

.fitImg img {
	width: 100%;
}

.mt0 {
	margin-top: 0 !important;
}

.mt05em {
	margin-top: 0.5em;
}

.mt1em {
	margin-top: 1em;
}

.mt15em {
	margin-top: 1.5em;
}

.mt2em {
	margin-top: 2em;
}

.mt25em {
	margin-top: 2.5em;
}

.mt3em {
	margin-top: 3em;
}

.pt0{
    padding-top: 0 !important;
}

/* ===============================
	PC / Tab Style
=============================== */
@media print , screen and (min-width: 768px) {
	/* 共通 - Footer ラインアップ */
	#footLineup {
		padding-top: 50px;
		padding-bottom: 60px;
		background: #ebebeb;
	}
	#footLineup h3 {
		font-size: 2.2rem;
		padding-bottom: 1em;
	}
	#footLineup ul li {
		margin-left: 36px;
	}
	#footLineup ul li:FIRST-CHILD {
		margin-left: 0;
	}
	#footLineup ul a {
		width: 213px;
		height: 230px;
		display: block;
		background-repeat: no-repeat;
		background-position: left top;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background-repeat: no-repeat;
	}
	#footLineup a:hover, #footLineup a.active {
		background-position: left bottom;
	}
	#footLineup ul a[href$="axxw400/"] {
		background-image: url(../images/btn-xw400.png);
	}
	#footLineup ul a[href$="axaw400/"] {
		background-image: url(../images/btn-aw400.png);
	}
	#footLineup ul a[href$="axas400/"] {
		background-image: url(../images/btn-as400.png);
	}
	#footLineup ul a[href$="axca400/"] {
		background-image: url(../images/btn-ca400.png);
	}
	#footLineup .allList {
		text-align: center;
		margin-top: 40px;
	}
	#footSpecialLinks {
		padding-top: 50px;
		padding-bottom: 50px;
		background: #ebebeb;
		-moz-box-shadow: 0 8px 8px -5px rgba(0, 0, 0, 0.35) inset;
		-webkit-box-shadow: 0 8px -5px 8px rgba(0, 0, 0, 0.35) inset;
		-o-box-shadow: 0 8px 8px -5px rgba(0, 0, 0, 0.35) inset;
		-ms-box-shadow: 0 8px 8px -5px rgba(0, 0, 0, 0.35) inset;
		box-shadow: 0 8px 8px -5px rgba(0, 0, 0, 0.35) inset;
	}
	#footSpecialLinks h3 {
		font-size: 2.2rem;
		padding-bottom: 16px;
	}
	#footSpecialLinks ul li {
		margin-left: 12px;
		margin-top: 24px;
	}
	#footSpecialLinks ul li:nth-child(4n-3) {
		margin-left: 0;
	}
}

/* ===============================
	Mobile Style
=============================== */
@media screen and (max-width: 767px) {
	/* 共通 - Footer ラインアップ */
	#footLineup {
		padding-top: 2em;
		padding-bottom: 2em;
		background: #ebebeb;
		box-shadow: 0 8px 8px -5px rgba(0, 0, 0, 0.35) inset;
	}
	#footLineup h3 {
		font-size: 2.2rem;
		padding-bottom: 1.5em;
		text-align: center;
	}
	#footLineup ul {
		border-bottom: dashed 1px #fff;
	}
	#footLineup ul li {
		padding: 0em 0;
		border-top: dashed 1px #fff;
	}
	#footLineup ul a {
		width: 100%;
		height: 0;
		padding-bottom: 22%;
		display: block;
		background-repeat: no-repeat;
		background-position: left top;
		background-size: 100% auto;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	#footLineup a:hover, #footLineup a.active {
		background-position: left bottom;
	}
	#footLineup ul a[href$="axxw400/"] {
		background-image: url(../images/btn-xw400_sp.png);
	}
	#footLineup ul a[href$="axaw400/"] {
		background-image: url(../images/btn-aw400_sp.png);
	}
	#footLineup ul a[href$="axas400/"] {
		background-image: url(../images/btn-as400_sp.png);
	}
	#footLineup ul a[href$="axca400/"] {
		background-image: url(../images/btn-ca400_sp.png);
	}
	#footLineup .allList {
		text-align: center;
		margin-top: 40px;
	}
}

/* ===============================
	screen setting
=============================== */
@media screen {
	/* Loading */
	#pageLoad {
		width: 100vw;
		height: 100vh;
		background-color: #fff;
		position: fixed;
		z-index: 999;
	}
	#pageLoad.loading {
		background-image: url(../images/pageloading.gif);
		background-position: center center;
		background-repeat: no-repeat;
	}
	/* pageTop */
	a#pageTop {
		width: 50px;
		height: 50px;
		background-image: url(../images/pagetop.png);
		background-repeat: no-repeat;
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
		text-decoration: none;
		position: fixed;
		bottom: 20px;
		right: 0;
		display: none;
	}
	a#pageTop:hover {
		background-position: 0 bottom;
	}
	.fix {
		position: fixed !important;
	}
}

/* ===============================
	print setting
=============================== */
@media print {
	a#pageTop {
		display: none !important;
	}
}



/* 絞り込み検索バナー pc */
	.fitImg.link-select {
		width: 600px;
        height: 110px;
		margin: 4rem auto 0;
	}

/* 絞り込み検索バナーsp */
@media screen and (max-width: 480px) {
	.fitImg.link-select {
		margin-top: 0rem;
		text-align: center;
        max-width: 100%;
	}
	.fitImg.link-select img {
		width: 100%;
	}
   
    
    
    
}