@charset 'UTF-8';

/* ========================================
OUTLINE
	クレディセゾン・UCカード：カード選択
	共通基本設定

CONTENT
	00：BASE SETTINGS
	10：HEADER
	11:maintenance_pop
	30：CONTENTS
	50：FOOTER
======================================== */


/* 00：BASE SETTINGS
======================================== */

* {
	box-sizing: border-box;
}

body {
	position: relative;
	background-color: #ffffff;
	min-width: 1080px;
	font-size: 15px;
	color: #333;
	font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , "Meiryo UI" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

body.open {
	overflow: hidden;
}
body.open:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	background: rgba(15, 19, 80, .9);
}

a {
	color: #10108c;
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
	opacity: 0.8;
}

img {
	width: 100%;
	vertical-align: top;
}

.inner {
	width: 1080px;
	margin: 0 auto;
}

.sp_only {
	display: none;
}

@media screen and (max-width: 767px){

	body {
		min-width: 100%;
	}

	.inner {
		width: 100%;
	}

	.sp_only {
		display: block;
	}

}

/* 10：HEADER
======================================== */

header {
	position: relative;
	background-color: rgba(255, 255, 255, .9);
	z-index: 9999;
	padding: 20px 0 15px;
	border-top: 2px solid #0f1350;
	border-bottom: 1px solid #ccc;
}
header .inner {
	display: flex;
	justify-content: space-between;
}
header .inner .logo_area div {
	width: 145px;
}
header .inner .nav_area {
	width: 75%;
	text-align: right;
}
header .inner ul.subNav {
	margin-bottom: 20px;
}
header .inner ul.subNav li {
	position: relative;
	display: inline-block;
	font-size: 12px;
	margin-left: 20px;
	vertical-align: middle;
}
header .inner ul.subNav li a {
	color: #333333;
	text-decoration: none;
}

header .srchBox {
	background-color: #eeeeee;
	padding: 5px 18px;
	border-radius: 18px;
}
header .srchBox input {
	background-color: #eeeeee;
	border: none;
	font-size: 14px;
	vertical-align: middle;
}
header .srchBox .searchInner {
	display: none;
}

header nav ul {
	font-size: 0;
}
header nav ul li {
	display: inline-block;
	position: relative;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
header nav ul li a {
	display: block;
	color: #333333;
	text-decoration: none;
	padding: 3px 30px;
}
header nav ul li:not(:last-child) a {
	border-right: 1px solid #ccc;
}
header nav ul li a span {
	position: relative;
}
header nav ul li a span:before {
	position: absolute;
	top: 1.5em;
	left: 0;
	content: "";
	display: inline-block;
	width: 0;
	height: 2px;
	background: #0f1350;
	transition: .5s;
}
header nav ul li a:hover {
	color: #0f1350;
}
header nav ul li a:hover span:before {
	width: 100%;
}

@media screen and (max-width: 767px){

	header {
		padding: 0;
		border-top: 0;
	}
	header .inner {
		display: block;
	}
	header .inner .logo_area {
		position: relative;
    z-index: 1;
		background: #FFFFFF;
		padding: 10px;
		border-top: 2px solid #0f1350;
	}
	header .inner .logo_area div {
		width: 90px;
	}
	header .inner .nav_area {
		width: 100%;
		display: flex;
    flex-direction: column-reverse;
		position: absolute;
		top: -420%;
		right: 0;
		background: #ecf0f3;
		padding: 5px;
		transition: .5s;
	}
	header nav ul li {
		display: block;
		margin-bottom: 5px;
	}
	header nav ul li a {
		position: relative;
    background: #FFF;
		color: #10108c;
    text-align: left;
		padding: 12px 2% 10px;
	}
	header nav ul li:not(:last-child) a {
		border-right: 0;
	}
	header nav ul li a:after {
		content: "";
		position: absolute;
		width: 6px;
		height: 7px;
		top: 50%;
		right: 4%;
		transform: translateY(-50%) rotate(-45deg);
		border-right: 1px solid #10108c;
		border-bottom: 1px solid #10108c;
	}
	header .inner ul.subNav {
		margin: 5px 0;
		text-align: left;
		background: #FFFFFF;
	}
	header .inner ul.subNav li {
		margin: 10px 10px 0;
	}
	header .inner ul.subNav li:last-child {
		width: 90%;
		margin-bottom: 10px;
	}
	header .inner ul.subNav li a {
		color: #10108c;
		text-decoration: underline;
	}
	header .srchBox input[type="text"] {
		width: 90%;
	}

	header .spbtn {
		position: absolute;
		z-index: 1;
		top: 50%;
    right: 10px;
    transform: translateY(-50%);
		text-align: center;
	}
	header .spbtn .menu-trigger {
		display: block;
    position: relative;
    width: 30px;
    height: 26px;
	}	
	header .spbtn .menu-trigger span {
		display: block;
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #10124f;
		border-radius: 4px;
		transition: .5s;
	}
	header .spbtn .menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	header .spbtn .menu-trigger span:nth-of-type(2) {
		top: 12px;
	}
	header .spbtn .menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}
	header .spbtn .menu-trigger.open span:nth-of-type(1) {
		transform: translateY(12px) rotate(-45deg);
	}
	header .spbtn .menu-trigger.open span:nth-of-type(2) {
		opacity: 0;
	}
	header .spbtn .menu-trigger.open span:nth-of-type(3) {
		transform: translateY(-11px) rotate(45deg);
	}

}

/* 11:maintenance_pop
======================================== */

.maintenance_pop_menu {
	background: #fe6666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	font-size: 120%;
	margin: 0 auto 10px;
}
.maintenance_pop_menu .btn {
	position:relative;
	text-align: center;
}
.maintenance_pop_menu .btn a {
	color:#fff;
	text-decoration:none;
	padding:10px;
	display:block;
}
.maintenance_pop_menu .btn img {
	display:inline-block;
	vertical-align:bottom;
}
.maintenance_pop_menu .megaMenu {
	position: absolute;
	top: 162px;
	left: 0;
	right: 0;
	z-index: 1000;
	border: 3px solid #fe6666;
	border-radius: 5px;
	background-color: #ebedf6;
	padding: 20px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s;
	width:864px;
	margin:auto;
	text-align:left;
}
.maintenance_pop_menu:hover .megaMenu {
	visibility: visible !important;
	opacity: 1;
}
.maintenance_pop_menu:hover .btn a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -9px;
	width: 0;
	height: 0;
	margin: 0 auto;
	border-top: 9px solid #fe6666;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.btnLink a {
	display: block;
	background: url(/wr_img/header_img/megamenu_mrk.png) no-repeat 96% 50% #0f218b;
	border-radius: 5px;
	padding: 5px;
	color: #fff;
	font-size: 92.9%;
	font-weight: bold;
	text-decoration: none;
	margin:10px auto 0;
	width:300px;
	text-align:center;
}

/* 30：CONTENTS
======================================== */

#container {
	position: relative;
	z-index: 1;
}

.pankuzu ul {
	font-size: 11px;
	overflow: hidden;
	padding: 10px 0;
}
.pankuzu ul li {
	display: inline-block;
}
.pankuzu ul li:not(:last-child) {
	margin-right: 30px;
}
.pankuzu ul li a {
	color: #333;
	text-decoration: none;
}
.pankuzu li a:hover {
	text-decoration: underline;
}
.pankuzu ul li a.linkIcon {
	position: relative;
}
.pankuzu ul li a.linkIcon::after {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: -15px;
	margin-top: -3px;
}

.gotop {
	display: none;
	width: 50px;
	height: 50px;
	background-color: #4b4e7c;
	border-radius: 2px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 10;
	opacity: .5;
	cursor: pointer
}
.gotop span {
	display: block;
	width: 20px;
	height: 20px;
	transform: rotate(45deg);
	margin-top: 20px;
	margin-left: 14px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
}

/* 50：FOOTER
======================================== */

footer {
	background-color: #0f1350;
	color: #ffffff;
	padding: 30px 0 20px;
}
footer .inner {
	display: flex;
	justify-content: space-between;
	margin: 0px auto 10px;
}
footer .link_left ul {
	font-size: 0;
}
footer .link_left ul li {
	font-size: 12px;
	display: inline-block;
	padding: 0 15px;
	border-right: 1px solid #FFFFFF;
}
footer .link_left ul li:last-child {
	border-right: 0;
}
footer .link_left ul li a {
	color: #ffffff;
	text-decoration: none;
}
footer .link_left ul + ul {
	margin-top: 20px;
}
footer .link_left ul .usability_text text:hover {
	cursor:pointer;
	opacity: 0.8;
}
footer .link_right {
	display: flex;
}
footer .link_right .ft_privacymark {
	width: 80px;
	margin-right: 10px;
}
footer .link_right .ft_privacymark a {
	display: block;
	background: #FFFFFF;
	padding: 5px;
}
footer .link_right .footerBnrs {
	width: 220px;
}
footer .link_right .footerBnrs a {
	display: block;
	margin-bottom: 5px;
}
footer address {
	text-align: center;
}

@media screen and (max-width: 767px){

	footer .inner {
		display: block;
		margin-bottom: 20px;
	}
	footer .link_left ul li {
		margin-bottom: 10px;
	}
	footer .link_right {
		justify-content: center;
		margin-top: 20px;
	}
	footer address {
		font-size: 0.9em;
	}

}
