@charset "UTF-8";
/* CSS Document */
/* ---------------------------------------------------------
common
----------------------------------------------------------*/
body {
	width: 100%;
	min-width: 910px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 1.5;
	color: #000;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
}
img {
	vertical-align: bottom;
}
a {
	color: #1d4294;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.show-sp {
	display: none;
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0.01px;
}
/* ---------------------------------------------------------
header
----------------------------------------------------------*/
header {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 910px;
	height: 87px;
	margin: 0 auto;
}
header .nav-sp{
	display:none;
	height:0;
}
#logo {
	width: 267px;
	padding-top: 19px;
}
#logo-page {
	width: 250px;
	padding-top: 19px;
}
#logo a,
#logo-page a {
	transition: opacity .3s;
}
#logo a:hover,
#logo-page a:hover {
	opacity: .7;
}
#logo img,
#logo-page img {
	width: 100%;
	height: auto;
}
header .inquiry-box {
	display: flex;
	padding: 20px 0 0;
}
header .inquiry-box > ul {
	padding: 0 23px 0;
}
header .inquiry-box > ul > li {
	list-style: none;
	text-align: right;
	float:left;
	margin:18px 20px 2px 0;
}
header .inquiry-box > ul > li:first-child{
	background: url(/guide/img/icon_home.gif) no-repeat 0 2px;
	background-size: 14px auto;
	padding-left:16px;
}
header .inquiry-box > ul > li:last-child {
	margin-right: 0;
}
header .inquiry-box > ul > li > a {
	font-size: 14px;
	font-weight: bold;
	color: #1d4294;
	line-height: 1;
	background: url("/guide/img/icon_arrow_blue.png") no-repeat right center;
	background-size: 4px auto;
	padding-right: 16px;
}
header .btn-search {
	display: block;
}
header .btn-menu,
header .btn-close {
	display: none;
}
header .inquiry-box ul ul {
	display: none;
}
header .link-btm {
	text-align: right;
}
header .link-btm a {
	font-size: 11px;
	color: #595757;
	letter-spacing: -.05em;
	line-height: 1;
}
header .link-btm a:first-child {
	margin-right:10px;
}
header .link-btm a::after {
	content: '＞';
	font-size: 11px;
	color: #595757;
	transform: scaleX(.8);
	margin-left: 3px;
}
header .searchBox {
	top: 70px;
	right: 0;
	position: absolute;
	border: 1px solid #0f218b;
	background-color: #fff;
	padding: 18px 15px 15px;
	width: 480px;
	z-index: 1500;
	display: none;
}
header .searchBox .closeBtn {
		position: absolute;
		top: -6px;
		right: -6px;
		cursor: pointer;
		display: inline-block;
		width: 50px;
		height: 50px;
		border: 0;
		background-color: #666666;
		border-radius: 10px;
		margin: 0;
		padding: 0;
		transform: scale(0.5);
		cursor: pointer;
	}
	header .searchBox .closeBtn:before{
		content: "";
		position: absolute;
		display: inline-block;
		top: 6px;
		left: 22px;
		width: 6px;
		height: 38px;
		border: 0;
		margin: 0;
		padding: 0;
		background-color: white;
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	header .searchBox .closeBtn:after{
		content: "";
		position: absolute;
		display: inline-block;
		top: 6px;
		left: 22px;
		width: 6px;
		height: 38px;
		border: 0;
		margin: 0;
		padding: 0;
		background-color: white;
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	header .searchBox .closeBtn:hover{
		background-color:#363636;
	}

header .searchBox .textbox {
	border: 1px solid #bfbfbf;
	box-sizing: border-box;
	width: 380px;
	height: 32px;
	padding: 3px 10px;
}
input[type="text"], input[type="button"], input[type="submit"], button {
	font-family: inherit;
	-webkit-appearance: none;
	border-radius: 0;
}
header .searchBox .submitBtn {
	border: none;
	box-sizing: border-box;
	width: 60px;
	height: 32px;
	background-color: #0f218b;
	color: #fff;
	cursor: pointer;
}
header .searchBox .linkBtn {
	overflow: hidden;
	margin: 16px 0;
}
header .searchBox .linkBtn li {
	float: left;
	width: 49%;
	overflow: hidden;
}
header .searchBox .linkBtn a {
	position: relative;
	display: block;
	background-color: #0081cc;
	border-radius: 5px;
	height: 48px;
	padding: 0 25px 0 60px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}
header .searchBox .linkBtn a::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
header .searchBox .linkBtn a {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}
header .searchBox .linkBtn a:hover {
	opacity: 0.8;
}
header .searchBox .linkBtn img {
	position: absolute;
	top: 4px;
	left: 5px;
}
header .searchBox .linkBtn span {
	display: inline-block;
	vertical-align: middle;
}
header .searchBox .linkBtn a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 13px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform-origin: right top;
	transform: rotate(45deg);
}
header .searchBox .linkBtn li:last-child {
	float: right;
}
header .searchBox .linkTitle {
	border-bottom: 2px solid #0f218b;
	padding-bottom: 5px;
	margin-bottom: 15px;
	text-align: center;
	color: #0f218b;
	font-size: 16px;
	font-weight: bold;
}
header .searchBox .link {
	overflow: hidden;
}
header .searchBox .link li {
	float: left;
	width: 49%;
	margin-bottom: 5px;
	list-style: none;
}
header .searchBox .link li:nth-child(even) {
	float: right;
}
header .searchBox .link a {
	position: relative;
	display: block;
	height: 45px;
	color: #0f218b;
	font-size: 15px;
	font-weight: bold;
}
header .searchBox .link a::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
header .searchBox .link a span {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.2;
}
header .searchBox .link a small {
	font-size: 13px;
}
header .searchBox .link a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #0f218b;
	border-right: 2px solid #0f218b;
	transform-origin: right top;
	transform: rotate(45deg);
}
header .searchBox .note {
	color: #afafaf;
}
/* ---------------------------------------------------------
#login-box
----------------------------------------------------------*/
#login-box {
	background-color: #1d91e4;
	border-top: 2px solid #1d4294;
}
#login-box ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 40px;
	width: 910px;
	list-style: none;
	margin: 0 auto;
}
#login-box a {
	display: block;
	color: #fff;
}
#login-box li:nth-child(1) a, #login-box li:nth-child(2) a {
	font-size: 11px;
	text-decoration: underline;
	margin-right: 20px;
}
#login-box li:nth-child(1) a:hover, #login-box li:nth-child(2) a:hover {
	text-decoration: none;
}
#login-box li:nth-child(3) {
	display: none;
}
#login-box li:nth-child(4) {
	margin-right: 10px;
}
#login-box li:nth-child(4) a, #login-box li:nth-child(5) a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 190px;
	height: 25px;
	font-size: 14px;
	font-weight: bold;
	background-color: #fd809e;
	border: 1px solid #fff;
	box-sizing: border-box;
	border-radius: 5px;
	transition: opacity .3s;
}
#login-box li:nth-child(5) a {
	font-size: 13px;
	color: #1985cd;
	background-color: #fff;
	letter-spacing: -.05em;
	border: none;
}
#login-box li:nth-child(4) a:hover, #login-box li:nth-child(5) a:hover {
	text-decoration: none;
	opacity: .7;
}
/* ---------------------------------------------------------
#breadcrumb
----------------------------------------------------------*/
#breadcrumb {
	display: none;
}

article {
	margin-bottom: 30px;
}

/* ---------------------------------------------------------
footer
----------------------------------------------------------*/
#pc-right {
	position: fixed;
	right: 10px;
	bottom: 10px;
}
#pagetop {
	position: absolute;
	left: 50%;
	bottom: inherit;
	opacity: 0;
	transition: opacity .8s;
	margin-left: 325px;
}
#pagetop.is-fixed {
	position: fixed;
	bottom: 30px;
	opacity: 1;
}
#pagetop.is-show {
	opacity: 1;
}
#pagetop a {
	position: relative;
	padding-left: 14px;
	color: #0f228b;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
#pagetop a::before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 4px 7px 4px;
	border-color: transparent transparent #0f228b transparent;
	margin-right: 3px;
}
#pagetop a:hover {
	text-decoration: underline;
}
/* ---------------------------------------------------------
#tokuten
----------------------------------------------------------*/
#tokuten {
    background-image: url('/guide/img/gold_platinum/tokuten_bg.gif');
}
#tokuten .wrapper {
    display: flex;
    justify-content: space-between;
    width: 740px;
    margin: 0 auto;
}
#tokuten .card-tokuten{
	width: 100%;
	padding: 60px 0;
}
#tokuten .hidden_box {
	padding: 30px 20px 15px;
	text-align: center;
	border: 1px solid #996c33;
	background:#fff;
}
#tokuten .hidden_box label {
	display: inherit;
	font-weight: bold;
	cursor :pointer;
	transition: .5s;
	color: #996c33;
	width: 100%;
	margin: 0 auto;
}
#tokuten .hidden_box label:hover {
	opacity: .7;
}
#tokuten .hidden_box label img.pcImg{
	width: 590px;
}
#tokuten .hidden_box label img.spImg{
	display: none;
}
#tokuten .hidden_box label:after {
	display: block;
	content: url("/guide/img/gold_platinum/icon_arrow_down.png");
	transition: 0.2s;
	padding: 10px 0 0;
}
#tokuten .hidden_box input:checked ~ label:after {
	content: url("/guide/img/gold_platinum/icon_arrow_up.png");
}
#tokuten .hidden_box input {
	display: none;
}
#tokuten .hidden_box .hidden_show {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.8s;
}
#tokuten .hidden_box .hidden_show p{
	font-size: 16px;
	padding: 0 0 15px;
}
#tokuten .hidden_box input:checked ~ .hidden_show {
	padding: 30px 0 0;
	height: auto;
	opacity: 1;
}
#tokuten .hidden_box .hidden_show ul{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}
#tokuten .hidden_box .hidden_show ul li{
	width: 33.333%;
	font-size: 13px;
	margin-bottom: 20px;
	line-height: 1.3;
}
#tokuten .hidden_box .hidden_show ul li a{
	color: #595757;
	text-decoration: none;
	padding:15px;
	display:block;
}
#tokuten .hidden_box .hidden_show ul li a:hover{
	text-decoration: underline;
	background:rgba(205,205,205,.6);
	border-radius:10px;
}
#tokuten .hidden_box .hidden_show ul li a img{
	padding: 0 0 8px;
}


@media screen and (min-width:769px) and (max-width:1080px) {
	#pagetop {
		left: inherit;
		right: 10px;
		margin-left: 0;
	}
}

@media screen and (min-width:769px) {
	header .nav-sp > nav > ul {
		display: flex;
		flex-wrap: wrap;
		width: 622px;
	}
	header .nav-sp > nav > ul > li {
		height: 28px;
		padding-right: 3px;
		border-right: 1px solid #ccc;
		margin: 0 3px 6px 0;
	}
	header .nav-sp > nav > ul > li:nth-child(4n) {
		border: none;
		padding: 0;
		margin-right: 0;
	}
	header .nav-sp > nav > ul > li:nth-child(5) {
		
	}
	header .nav-sp > nav > ul > li > a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 150px;
		height: 28px;
		font-size: 11px;
		color: #595757;
		text-align: center;
		border-radius: 3px;
		transition: color .3s,background-color .3s;
	}
	header .nav-sp > nav > ul > li.txt-small > a {
		font-size: 10px;
		line-height: 1.2;
		transform: scale(.9);
	}
	
	header .nav-sp > nav > ul > li > a:hover,
	header .nav-sp > nav > ul > li.cr > a {
		color: #fff;
		background-color: #1d4294;
		text-decoration: none;
	}
	/* footerNaviArea */
	.footerNaviArea {
		background-color: #0f228b;
		margin-top: 60px;
	}
	.footerNaviArea ul {
		width: 910px;
		margin: 0 auto;
		padding: 20px 0 25px;
		overflow: hidden;
	}
	.footerNaviArea li {
		display: inline-block;
		vertical-align: top;
		width: 25%;
		margin-bottom: 15px;
	}
	.footerNaviArea a {
		display: inline-block;
		padding-left: 16px;
		background: url(../img/ft_mrk_01.png) no-repeat 4px 4px;
		color: #fff;
		text-decoration: none;
	}
	.footerNaviArea a:hover {
		text-decoration: underline;
	}
	/* pageFooter */
	.pageFooter {
		margin: 0 auto;
		padding: 15px 0 20px;
		width: 910px;
		font-size: 85.7% !important;
	}
	.pageFooter a {
		color: inherit;
		text-decoration: none;
	}
	.pageFooter a:hover {
		text-decoration: underline;
	}
	.pageFooter .logo {
		float: left;
		width: 200px;
	}
	.pageFooter .logo span {
		clear: both;
		display: block;
		padding-top: 10px;
	}
	.pageFooter .logo span a {
		background: rgba(0, 0, 0, 0) url("../img/listmark03.gif") no-repeat scroll left center;
		font-size: 0.86em;
		padding-left: 10px;
	}
	.pageFooter .copyright {
		float: right;
	}
	.pageFooter .copyright a {
		float: right;
	}
	.pageFooter .copyright address {
		float: right;
		padding: 25px 20px 0 0;
		line-height: 1.5em;
		font-style: normal;
	}
	.pageFooter .linkList {
		border-top: 1px solid #d4d4d4;
		margin-top: 10px;
		font-size: 0.9em;
		padding-top: 15px;
		text-align: center;
	}
	.pageFooter .linkList p {
		clear: both;
		line-height: 1.3em;
		overflow: hidden;
		text-align: center;
	}
	.pageFooter .linkList p span {
		border-left: 1px solid #d4d4d4;
		clear: both;
		padding: 0 12px;
		text-align: center;
	}
	.pageFooter .linkList p span.firstchild {
		border: medium none;
	}
}
/* ---------------------------------------------------------
media queries
----------------------------------------------------------*/
@media screen and (max-width:768px) {
/* ---------------------------------------------------------
common
  ----------------------------------------------------------*/
	body {
		position: relative;
		min-width: 100%;
	}
	.show-pc {
		display: none;
	}
	.show-sp {
		display: block;
	}
/* ---------------------------------------------------------
header
----------------------------------------------------------*/
	header {
		align-items: center;
		width: 100%;
		height: 17.8vw;
		background-color: #f9fbff;
	}
	#logo {
		width: 60.8vw;
		padding: 0;
		margin-left: 2.4vw;
	}
	header .inquiry-box {
		padding: 0 1.9vw 0 0;
	}
	header .inquiry-box > ul {
		display: none;
		height:0;
	}
	header .btn-search,
	header .btn-menu {
		display: block;
		width: 12.2vw;
	}
	header .btn-search {
		margin-right: 1.3vw;
	}
	header .btn-search img,
	header .btn-menu img,
	header .btn-close img {
		width: 100%;
		height: auto;
	}
	header .nav-sp {
		position: absolute;
		top: 17.8vw;
		left: 0;
		width: 100%;
		height: calc(100vh - 17.8vw);
		background-color: #fff;
		padding: 22px 4vw 0;
		border-top: 2px solid #1d4293;
		box-sizing: border-box;
		overflow-y: scroll;
		z-index: 2;
	}
	header .nav-sp a {
		display: block;
		font-size: 13px;
		line-height: 19px;
		text-indent: -12px;
		padding-left: 12px;
		margin-bottom: 16px;
		color:#515151;
	}
	header .nav-sp a::before {
		content: '＞';
		font-size: 11px;
	}
	header .nav-sp > nav > ul > li > a {
		font-weight: bold;
		color: #1d4294;
	}
	header .nav-sp > nav > ul > li {
		margin-bottom: 40px;
	}
	header.is-active .btn-search,
	header.is-active .btn-menu {
		display: none;
	}
	header .btn-close {
		width: 8vw;
	}
	header.is-active .btn-close {
		display: block;
	}
	header .nav-sp {
		display: none;
		z-index: 10;
	}
	header .inquiry-box ul ul {
		display: block;
	}


	header .nav-sp > nav section {
		border:none;
		width: 100%;
		margin-bottom: 30px;
		box-shadow: 0px 5px 20px 0px rgb(15 34 139 / 5%);
	}
	header .nav-sp > nav section h2 {
		font-size:13px;
		padding: 10px 5px 10px 60px;
		background-position: left 8px center;
		background-size: 30px auto;
		line-height: 1.2;
		color: #fff;
		background-color: #0f228b;
		position: relative;
	}
	header .nav-sp > nav section.sec09 h2 {
		background-color: #31a060;
	}
	header .nav-sp > nav section h4 {
		font-size: 16px;
		color: #31a060;
		padding-bottom: 8px;
		margin-top: 20px;
		margin-bottom: 8px;
		border-bottom-color: #31a060;
		border-bottom-style: solid;
		border-bottom-width: 2px;
		font-weight: bold;
	}
	header .nav-sp > nav section h2 img {
		top: -5px;
		left: 10px;
		width: 40px;
		display: block;
		position: absolute;
	}
	header .nav-sp > nav section > div {
		padding: 5px 15px;
	}
	header .nav-sp > nav section > div > ul > li {
		padding: 15px 0px;
		border-bottom: 1px solid #e8eaf6;
	}
	header .nav-sp > nav section > div > ul > li:last-child {
		border-bottom: none;
	}
	header .nav-sp > nav section > div > ul > li > ul {
		flex-wrap: wrap;
		margin-top: 10px;
		margin-left: 22px;
	}
	header .nav-sp > nav section > div > ul > li > ul li a {
		padding: 5px 0;
	}
	header .nav-sp > nav section > div > ul > li > ul li {
		margin-right: 2.5em;
	}
	header .nav-sp > nav section h3 {
		font-size:13px;
		display: inline-block;
		text-decoration: none;
		position: relative;
		padding-left: 18px;
		color: #1d4294;
	}
	header .nav-sp > nav section h3:after {
		top: 8px;
		font-family: 'FontAwesome';
		content: '\f105';
		color: #0f228b;
		font-weight: bold;
		position: absolute;
		left: 0;
		transform: translateY(-50%);
	}
	header .nav-sp section a {
		color: #1d4294;
		text-indent: 0;
		padding-left: 0;
	}
	header .nav-sp section a::before {
		content: none;
	}



/* ---------------------------------------------------------
#login-box
----------------------------------------------------------*/
	#login-box ul {
		justify-content: center;
		height: 43px;
		width: 100%;
	}
	#login-box li:nth-child(1),
	#login-box li:nth-child(2),
	#login-box li:nth-child(5) {
		display: none;
	}
	#login-box li:nth-child(3) {
		display: block;
	}
	#login-box li:nth-child(4) {
		margin-right: 6px;
	}
	#login-box li:nth-child(3) a {
		width: 43vw;
		font-size: 11px;
		font-weight: normal;
		letter-spacing: -.05em;
	}
	#login-box li:nth-child(4) a,
	#login-box li:nth-child(5) a {
		width: 43vw;
		height: 28px;
		font-size: 11px;
		font-weight: normal;
		letter-spacing: -.05em;
		border: 1px solid #fff;
		border-radius: 5px;
	}
	#login-box li:nth-child(5) a {
		font-size: 11px;
	}
/* ---------------------------------------------------------
#breadcrumb
----------------------------------------------------------*/
	#breadcrumb {
		display: block;
		border-bottom: 2px solid #e6e6e6;
	}
	#breadcrumb ul {
		display: flex;
		list-style: none;
	}
	#breadcrumb li {
		display: flex;
		align-items: center;
		height: 31px;
		font-size: 10px;
		letter-spacing: -.05em;
		line-height: 13px;
		padding: 0 8px;
	}	
	#breadcrumb li {
		width: 56vw;
		background: url("../img/icon_arrow__breadcrumb.png") no-repeat right center;
		background-size: 19px auto;
		padding: 0 20px 0 12px;
		box-sizing: border-box;
	}
	#breadcrumb li:last-child {
		background: none;
		padding-right:12px;
	}
/* ---------------------------------------------------------
footer
  ----------------------------------------------------------*/
	#pc-right {
		position: fixed;
		right: 10px;
		bottom: 10px;
		z-index: 3;
	}
	#pagetop {
		left: inherit;
		right: 2.6vw;
		bottom: 30px;
		margin-left: 0;
	}
	#pagetop a {
		font-size: 13px;
	}
	#pagetop.is-show {
		bottom: inherit;
		margin-top: -30px;
	}
	.footerNaviArea {
		background-color: #0f218b;
		margin-top: 35px;
	}
	.footerNaviArea ul {
		max-width: 400px;
		list-style: none;
		margin: 0 auto;
		padding: 15px 0;
		overflow: hidden;
	}
	.footerNaviArea li {
		float: left;
		width: 50%;
		min-height: 48px;
	}
	.footerNaviArea a {
		position: relative;
		display: table-cell;
		vertical-align: middle;
		height: 2.8em;
		padding: 5px 15px;
		color: #fff;
		font-size: 11px;
	}
	.footerNaviArea a:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		width: 6px;
		height: 6px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		-webkit-transform-origin: right top;
		transform-origin: right top;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	/* pageFooter */
	.pageFooter .inner {
		padding: 0 15px 20px;
	}
	.pageFooter .linkList {
		overflow: hidden;
		padding: 10px 0;
		margin-left: -15px;
	}
	.pageFooter .linkList li {
		display: inline-block;
		vertical-align: middle;
		margin-left: 15px;
		border-style: none;
		background-image: none;
	}
	.pageFooter .linkList a {
		display: block;
		background: url(../img/ft_mrk_pc_01.gif) no-repeat 100% 50%;
		-webkit-background-size: 14px 13px;
		background-size: 14px 13px;
		padding: 9px 20px 9px 3px !important;
		color: #000 !important;
		font-size: 11px;
		margin-right: 0;
		font-family: inherit !important;
	}
	.pageFooter .linkList a.blank {
		background: url(../img/ft_mrk_blank.gif) no-repeat 100% 50%;
		-webkit-background-size: 14px 10px;
		background-size: 14px 10px;
	}
	.pageFooter .linkList a.no-icon {
		background: none;
	}
	.pageFooter .pcBtn a {
		display: block;
		border: 2px solid #0f218b;
		border-radius: 4px;
		padding: 10px 0;
		text-align: center;
		color: #0f218b;
		font-size: 15px;
		font-weight: bold;
	}
	.pageFooter .pcBtn a span {
		padding-right: 18px;
		background: url(../img/ft_mrk_pc_02.gif) no-repeat 100% 50%;
		-webkit-background-size: 14px 13px;
		background-size: 14px 13px;
	}
	.pageFooter .copyright {
		background-color: #0f218b;
		padding: 10px 0;
		text-align: center;
		color: #fff;
		font-size: 9px;
	}
	header .searchBox {
		padding:10px;
		top: 57px;
		margin:0 1.8vw;
		width:auto;
	}
	header .searchBox .submitBtn {
		background:#0f218b  url(/guide/img/icn_seek.png) no-repeat 6px 6px;
		background-size:22px 22px;
		width:33px;
		height:33px;
	}
	header .searchBox .linkBtn li {
		float: none !important;
		width: auto;
	}
	header .searchBox .linkBtn li:first-child {
		margin-bottom: 10px;
	}
	header .searchBox .textbox {
		width: calc(100% - 76px);
		height:33px;
		margin-right: -1px;
	}
	header .btn-search .searchBox img{
		width:33px;
		height:33px;
	}
	header .searchBox .closeBtn {
		width: 66px;
		height: 66px;
		top:-7px;
		right:-6px;
	}
	header .searchBox .closeBtn::before,
	header .searchBox .closeBtn::after {
		top: 4px;
		left: 30px;
		width: 4px;
		height: 60px;
	}
	header .searchBox .linkBtn {
		margin: 10px 0;
	}
	header .searchBox .linkBtn a {
		height: 40px;
		padding: 0 25px 0 50px;
	}
	header .searchBox .link li ,
	header .searchBox .link li:nth-child(even) {
		float: none;
		width: auto;
	}
/* ---------------------------------------------------------
#tokuten
----------------------------------------------------------*/
	#tokuten {
		padding: 15px 0 20px;
		margin-bottom: 60px;
	}
	#tokuten .wrapper {
		display: block;
    	width: 100%;
	}
	#tokuten .card-tokuten{
		width: 95%;
		padding: 0 2.5% 0;
	}
	#tokuten .hidden_box {
		padding: 0;
		text-align: center;
	}
	#tokuten .hidden_box label {
		display: inherit;
		font-weight: bold;
		cursor :pointer;
		transition: .5s;
		color: #1d4294;
		font-size: 16px;
		width: 100%;
		margin: 0 auto;
	}
	#tokuten .hidden_box label img.pcImg{
		display: none;
	}
	#tokuten .hidden_box label img.spImg{
		display: block;
		width: 96%;
		margin: 0 auto;
		padding: 12px 0 6px;
	}
	#tokuten .hidden_box label:after {
		display: block;
		content: url("/guide/img/gold_platinum/icon_arrow_down.png");
		transition: 0.2s;
		padding: 5px;
	}
	#tokuten .hidden_box input:checked ~ label:after {
		content: url("/guide/img/gold_platinum/icon_arrow_up.png");
	}
	#tokuten .hidden_box input {
		display: none;
	}
	#tokuten .hidden_box .hidden_show {
		height: 0;
		padding: 0;
		overflow: hidden;
		opacity: 0;
		transition: 0.8s;
	}
	#tokuten .hidden_box .hidden_show p{
		font-size: 16px;
		padding: 0 0 15px;
	}
	#tokuten .hidden_box input:checked ~ .hidden_show {
		padding: 10px 0 0;
		height: auto;
		opacity: 1;
	}
	#tokuten .hidden_box .hidden_show ul{
		list-style: none;
		display: flex;
		flex-wrap: wrap;
		padding: 0 2% 2%;
	}
	#tokuten .hidden_box .hidden_show ul li{
		width: 33.333%;
		font-size: 10px;
		line-height: 1.3;
		margin-bottom: 5px;
	}
	#tokuten .hidden_box .hidden_show ul li a{
		color: #595757;
		text-decoration: none;
		padding: 10px;
	}
	#tokuten .hidden_box .hidden_show ul li a .none-sp{
		display: none;
	}
	#tokuten .hidden_box .hidden_show ul li a img{
		padding: 0 0 8px;
	}
}
@media screen and (min-width: 360px) {
	.pageFooter .linkList {
		margin-left: -25px;
	}
	.pageFooter .linkList li {
		margin-left: 25px;
	}
}
@media screen and (min-width: 375px) {
	.pageFooter .linkList {
		margin-left: -12px;
	}
	.pageFooter .linkList li {
		margin-left: 12px;
	}
	.pageFooter .linkList a {
		padding-right: 0;
	}
}
@media screen and (max-width:320px) {
	#login-box li:nth-child(4) a,
	#login-box li:nth-child(5) a {
		font-size: 10px;
	}
	#login-box li:nth-child(5) a {
		font-size: 10px;
	}
}

.searchBtn {
	cursor: pointer;
}
