@charset "UTF-8";

/* --------------------------------------------------- */
/* content width */

.lay_lqd:before,
.lay_lqd:after {
	content: " ";
	display: table;
}

.lay_lqd:after {
	clear: both;
}

.lay_lqd {

	max-width: 1180px;
	margin-right: auto;
	margin-left: auto;
}

/* spview */
@media screen and (max-width:767px) {

	.lay_lqd {
		max-width: none;
	}
}

/* --------------------------------------------------- */

#wrapper {
	width: 100%;
	overflow-x: hidden;
}

/* --------------------------------------------------- */
/* #header basic */
#header {
	height: 70px;
}

#header .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1180px;
	margin: 0 auto;
	height: 70px;
	/* header total height pc */
	position: relative;
	/* for #header_nav_btn */
}

.siteid,
#header_nav {
	display: table-cell;
	vertical-align: middle;
}

/* spview */
@media screen and (max-width:767px) {


	#header {
		height: 60px;
	}

	#header .inner {

		display: block;
		width: auto;
		height: 45px;
		padding: 0 15px;
	}
}

/* --------------------------------------------------- */
/* #header link */
#header a {}

#header a:hover {}

/* --------------------------------------------------- */
/* #siteid & #header_nav */

/* #siteid */
.siteid {
	font-size: 0.875rem;
	white-space: nowrap;
	width: 345px;
	/* logo image size */
}

#header h1 span,
#header h1 a {
	display: table-cell;
	vertical-align: middle;
}

#header h1 img {
	width: 100%;
	max-height: 60px;
	padding-top: 3px;
}

/* #header_nav */
#header_nav {
	width: calc(100% - 345px);
	padding-left: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/* spview */
/* when use menu button */
@media screen and (max-width:767px) {

	.siteid,
	#header_nav {
		display: block;
	}

	/* #siteid */
	.siteid {
		width: 220px;
		height: 100%;
	}

	#header h1 img {
		/* padding-top: 18px; */
		padding: 10px 0;
		width: auto;
	}

	/* #header_nav */
	#header_nav {

		width: 100%;
		padding-left: 0;

		/* sp view basic style */
		background-color: #fff;
		box-shadow: 0px 3px 3px 0px rgba(6, 6, 7, 0.11);
		-moz-box-shadow: 0px 3px 3px 0px rgba(6, 6, 7, 0.11);
		-webkit-box-shadow: 0px 3px 3px 0px rgba(6, 6, 7, 0.11);

		/* for drop down */
		display: none;
		position: absolute;
		top: 60px !important;
		left: 0;
		z-index: 998;

		border-bottom: solid 1px #cdcdcd;
		border-top: solid 1px #cdcdcd;
	}
}

/* --------------------------------------------------- */
/* menu button (sp view) */
#header_nav_btn {
	/*width:3em;*/
	/*height:3em;*/
	position: absolute;
	top: 1em;
	right: 0;

	display: none;
	border: none;
	background: none;
	padding: 0;
}

#header_nav_btn:before {

	font-family: 'icomoon' !important;
	content: '\e96e';
	font-size: 32px;
	color: #000;
	line-height: 1;
}

#pnav .header_menu_login {
	background-color: #203f49;
	color: #fff;
	padding: 8px 25px;
	margin-left: 1em;
	border-radius: 50px;
}

#pnav .header_menu_new {
	background-color: #ff410d;
	color: #fff;
	padding: 8px 25px;
	margin-left: 1em;
	border-radius: 50px;
}

#pnav .header_menu_login a,
#pnav .header_menu_new a {
	width: 100%;
	height: 100%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

#pnav .header_menu_login a img,
#pnav .header_menu_new a img {
	margin-right: 10px;
}

/* spview */
@media screen and (max-width:767px) {

	#header_nav_btn {
		top: 14px;
		right: 8px;
		display: block;
	}

	#header_nav_btn:before {
		font-size: 32px;
	}


	#pnav .header_menu_login {
		background-color: #fff;
		height: auto;
		padding: 0;
		margin: 0;
	}

	#pnav .header_menu_new {
		background-color: #fff;
		height: auto;
		padding: 0;
		margin: 0;
	}

	#pnav .header_menu_login a,
	#pnav .header_menu_new a {
		color: #3a4855;
		font-weight: 500;
	}

	#pnav .header_menu_login a img,
	#pnav .header_menu_new a img {
		display: none;
	}
}

/* --------------------------------------------------- */
/* global navi & primary navi */

/* global navi */
#gnav {
	padding: 0;
	font-size: 0.875rem;
}

#gnav>li {
	display: inline-block;
	padding: 0 0 0 20px;
}

#gnav>li span,
#gnav>li a {
	font-size: 15px;
	color: #333;
	display: block;
	text-decoration: none;
}


/* primary navi */
#pnav {
	display: flex;
	align-items: center;
	padding: 0;
	font-size: 0.875rem;
}

#pnav>li {
	display: inline-block;
}

#pnav>li span,
#pnav>li a {
	color: #3a4855;
	display: block;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}

#pnav>li .btn {
	color: #fff;
}

.pnav_login {}

.pnav_login:hover {}

.pnav_mypage {}

.pnav_mypage:hover {}

.pnav_help {}

.pnav_help:hover {}

.pnav_register {}

.pnav_register:hover {}


/* icon style */
#pnav a:before {}

#pnav .drop_down_list {
	font-size: 78%;
	top: 25px;
}

#pnav .drop_down_list li {}

#pnav .drop_down_list li a {}

#pnav .drop_down_list li a:hover {}

#pnav .list_round1 a {
	color: #333;
	text-shadow: none;
}

/* spview */
@media screen and (max-width:767px) {

	/* global navi */
	#gnav {
		display: block;
		text-align: center;
		float: none;
	}

	#gnav>li {
		display: block;
		font-size: 100%;
		margin-right: 0;
	}

	/* primary navi */
	#pnav {
		display: block;
		text-align: center;
		float: none;
	}

	#pnav>li {
		display: block;
		font-size: 100%;
		margin-right: 0;
	}

	#gnav>li,
	#pnav>li {
		padding: 0 0;
		width: 100%;
		border-top: solid 1px #eee;
	}

	#gnav>li:first-child {
		border-top: none;
	}

	#gnav>li a,
	#pnav>li a {
		font-size: 15px;
		padding: 15px 0;
		position: relative;
	}

	#gnav>li a::after,
	#pnav>li a::after {

		content: '';
		margin-top: -4px;
		top: 48%;
		right: 25px;
		width: 9px;
		height: 9px;
		position: absolute;
		border-top: 2px solid #b0b0b0;
		border-right: 2px solid #b0b0b0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);

	}

	#pnav>li.drop_down::after {

		content: '';
		margin-top: -4px;
		top: 48%;
		right: 25px;
		width: 9px;
		height: 9px;
		position: absolute;
		border-top: 2px solid #333;
		border-right: 2px solid #333;
		-webkit-transform: rotate(45deg);
		transform: rotate(135deg);

	}

	#pnav>li .btn {
		color: #fff;
		display: block;
	}

	.pnav_login {}

	.pnav_login:hover {}

	.pnav_mypage {}

	.pnav_mypage:hover {}

	.pnav_help {}

	.pnav_help:hover {}

	.pnav_register {}

	.pnav_register:hover {}

	#pnav .drop_down_list {
		top: 50px;
	}
}


/* --------------------------------------------------- */

/* back to top navi */
#pagetop {
	position: fixed;
	bottom: 10px;
	right: 30px;
	z-index: 1000;
}

#pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: rgba(0, 0, 0, 0.70);
	color: #fff;
	text-align: center;
	padding: 7px 0 0;
	font-size: 150%;
}

#pagetop a:hover {}

#pagetop2 {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000;
	width: 100%;
	padding: 10px 0 15px;
	background: #fff;
	border-bottom: solid 2px #404456;
	box-shadow: 0 4px 0 rgba(0, 0, 0, .11);
}

#pagetop2 .box_btn_head {
	width: 100%;
	margin: 0 auto;
}

#pagetop2 .box_btn_head ul {
	width: 100%;
	text-align: right;
}

#pagetop2 .box_btn_head ul li {
	display: inline-block;
}

#pagetop2 .box_btn_head ul li a {
	padding: 10px 25px;
}



/* spview */
@media screen and (max-width:767px) {

	#pagetop {
		display: none !important;
	}

	#pagetop a {}

	#pagetop a:hover {}

	#pagetop2 {

		padding: 12px 0;
		background: rgba(255, 255, 255, .85);
		border-top: solid 2px #404456;
		border-bottom: none;
		bottom: 0;
		top: unset;
	}


	#pagetop2 .box_btn_head ul {

		text-align: center;
	}

	#pagetop2 .box_btn_head ul li {

		width: 46%;
	}

	#pagetop2 .box_btn_head ul li a {

		padding: 10px 0 !important;
	}



}

/* footer */
#footer {
	font-weight: 400;
	position: relative;
	background-color: #203f49;
	font-size: 0.875rem;
}

#footer .inner {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 30px 0;
}


.footer_links {
	width: 100%;
	padding: 0;
	text-align: center;
}

.footer_links li {
	display: inline-block;
	margin: 0 15px;
}

.footer_links a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
}


#footer_logo {
	width: auto;
	display: table;
	margin: 0 auto 20px auto;
}

#footer_logo img {
	height: auto;
}


#copyright {
	text-align: center;
	color: #fff;
	padding-bottom: 10px;
	font-size: 14px;
}


/* spview */
@media screen and (max-width:767px) {

	.footer_links a {
		font-size: 16px;
	}

	#footer .inner {
		flex-wrap: wrap;
	}

	#footer_logo {
		margin: 0 auto 20px auto;
	}

	#footer_logo {
		margin: 0 auto 20px auto;
		text-align: center;
	}

	#footer_logo img {
		height: auto;
		width: 60%;
	}

	.footer_header_links {
		text-align: center;
	}

	.footer_header_links li {
		display: inline-block;
		margin: 3px 10px;
	}

	.footer_header_links a {
		font-size: 16px;
	}

	.footer_links {
		text-align: center;
	}

	.footer_links li {
		display: inline-block;
		margin: 5px 10px;
	}

	.footer_links a {
		font-size: 13px;
	}

	#copyright {
		font-size: 13px;
	}

}