@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;
}

.lay_lqd_02 {
	max-width: 1080px;
	margin-right: auto;
	margin-left: auto;
}

/* spview */
@media screen and (max-width:767px) {

	.lay_lqd {max-width:none;}
	
	.lay_lqd_02 {
		max-width: none;
	}
}

/* --------------------------------------------------- */

#wrapper {
	width: 100%;
	overflow-x:hidden;
}

/* --------------------------------------------------- */
/* #header basic */
#header {
	background-color:#fff;
	padding: 0;
	height: 70px;
}
#header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
	width: 1180px;
	margin: 0 auto;
	position:relative;/* for #header_nav_btn */
}

.header_menu_pt {
	padding: 0 0;
	background-color: #eef0f2 ;
}
.header_menu_pt .lay_lqd {
    padding: 0 0;
}

.header_menu_pt,
#header_nav {
	display:block;
}
.header_menu_pt #header_nav #pnav {
	display:flex;
    justify-content: center;
    align-items: center;
}
.header_menu_pt #header_nav #pnav li {
	margin: 0 3%;
}
.header_menu_pt #header_nav #pnav li a {
	font-size: 15px;
	padding: 16px 0;
	font-weight: bold;
	text-align: center;
}


.top_menu_new {
	width: 130px;
    text-align: center;
    color: #fff !important;
    padding: 0;
    background-color: #313131;
    height: 80px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.top_menu_line {
    width: 150px;
    text-align: center;
    color: #fff !important;
    padding: 6px 10px;
    border-radius: 30px;
    background-color: #00b900;
	line-height: 18px;
	height: 48px;
}

/* spview */
@media screen and (max-width:767px) {

	.header_menu_pt {
		padding: 0;
	}
	#header {
		height: 50px; 
		padding: 0px 0;
		/* border-bottom: solid 3px #3289b4; */
	}

	#header .inner {
		display:flex;
		width:auto;
		height: 50px;
		padding: 0 15px;
	}
	.top_menu_new {
		width: auto;
		color: #000 !important;
		text-align: center;
		box-shadow: none;
		border: none;
		background-color: #ffffff;
		padding: 0;
		height: auto;
	}
	.top_menu_line {
		width: auto;
		color: #000 !important;
		text-align: center;
		box-shadow: none;
		border: none;
		background-color: #ffffff;
		height: auto;
	}
	
	.header_menu_pt  #header_nav #pnav li {
		width: 100%;
	}
	.header_menu_pt  #header_nav #pnav li a {
		font-size: 14px;
		font-weight: bold;
		padding: 0;
		text-align: center;
		border-left: none;
		color: #000;
	}
	.header_menu_pt  #header_nav #pnav li:last-child a {
		border-right: none;
	}

	.header_menu_pt #header_nav #pnav li a img {
		display: none;
	}
}

/* --------------------------------------------------- */
/* #header link */
#header a {}
#header a:hover {}

/* --------------------------------------------------- */
/* #siteid & #header_nav */

/* #siteid */
.siteid {
	white-space:nowrap;
	display: flex;
	align-items: center;
	height:70px;
}
#header h1 {
	margin-right: 50px;
}
#header h1 img {
	width: 203px;
}

/* #header_nav */
#header_nav {
	width:100%;
}
.header_menu {
	display: flex;
}
.header_menu li {
	margin : 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header_menu li a {
	margin : 0 20px 0 0;
	color: #000;
	font-size: 14px;
}
.header_menu li a .ct_val {
	width: 20px;
    height: 20px;
    border-radius: 30px;
    background-color: #fe0000;
    display: inline-block;
    text-align: center;
    font-size: 11px;
    color: #fff;
    margin-left: 5px;
	position: relative;
}
.header_menu li a .ct_val::before {
	content: "";
    position: absolute;
    top: 50%;
    left: -8px;
    margin-top: -5px;
    border: 5px solid transparent;
    border-right: 5px solid #fe0000;
}
.header_menu li a img {
	margin-right: 10px;
}
.header_menu li .header_menu_login {
	background-color: #1b2990;
	color: #fff;    
	padding: 10px 20px;
	margin : 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
	
}
.header_menu li .header_menu_new {
	background-color: #f39925;
	color: #fff;    
	padding: 10px 20px;
	margin : 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
}

/* spview */
/* when use menu button */
@media screen and (max-width:767px) {

	#header_nav { display: inline-block; }

	/* #siteid */
	.siteid {
		width: auto;
		height:50px;
	}
	.header_menu {
		display: inline-flex;
		height: 100%;
		margin-right: 35px;
	}
	
	.header_menu li {
		display: none;
	}
	.header_menu .spmenu {
		display: block;
	}
	.header_menu li .header_menu_new {
		padding: 0 10px;
		margin: 0;
		height: 100%;
		display: flex;
		align-items: center;
		font-size: 13px;
		border-radius: 0;
	}
	.header_menu li .header_menu_login {
		padding: 0 10px;
		margin: 0;
		height: 100%;
		display: flex;
		align-items: center;
		font-size: 13px;
		border-radius: 0;
	}
	/* #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: 50px !important;
		left:0;
		z-index:998;

		border-bottom: solid 1px #cdcdcd;
		border-top: solid 1px #cdcdcd;
	}

	#header .siteid span {
		display: none;
	}
	#header h1 img {
		width: 150px;
		height: auto;
		margin-top: 7px;
	}
	.header_menu_pt #header_nav #pnav li {
		margin-right: 0;
	}
}

/* --------------------------------------------------- */
/* 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;
}

/* spview */
@media screen and (max-width:767px) {

	#header_nav_btn {
		top: 0px;
		right: 0px;
		display:block;
		height: 100%;
		background-color: #1c2d92;
		width: 50px;
		padding: 0 10px;
	}
	#header_nav_btn:before {
		font-size: 32px;
		color:#fff;
	}
}

/* --------------------------------------------------- */
/* global navi & primary navi */

/* global navi */
#gnav { float: left;
}
#gnav > li {
	display:inline-block;
	padding: 0 20px;
}
#pnav > li span,
#gnav > li a {
	color:#333;
	display: block;
	font-weight: 700;
	text-decoration:none;
}

/* primary navi */
#pnav { display: flex;
    align-items: center;}
#pnav > li {
	display:inline-block;
	/*margin-right:2em;*/
}
#pnav > li.sp_menu {
	display:none;
}


#pnav > li span,
#pnav > li a {
	color:#3a4855;
	display: block;
	font-weight: 700;
	padding: 20px 20px;
	text-decoration:none;
}
#pnav > li a:hover {
    transition: 0.3s;
    opacity: 0.5;
}

.pnav_new {
	margin-right: 0.5em !important;
}
.pnav_line {
	margin-right: 0em !important;
}

#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;
		flex-wrap: wrap;
	}
	#pnav > li {
		display:block;
		font-size:100%;
		margin-right:0;
	}
	#pnav > li.sp_menu {
		display:block;
	}

	#gnav > li,
	#pnav > li{
		padding:14px 0;
		width:100%;
		border-top:solid 1px #eee;
	}
	#gnav > li:first-child { border-top:none; }

	#gnav > li a,
	#pnav > li a {font-size: 15px;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: 85px;
	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 #d30e3d;
	box-shadow: 0 4px 0 rgba(0,0,0,.11);
}
#pagetop2 .box_btn_head{
	width: 100%;
	max-width: 940px;
	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 #d30e3d;
		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-family: "NotoSansCJKjp-Regular"; 
	font-weight: 400;
	position:relative;
	background-color: #fff;
	border-top: 1px solid #f3f5f6;
}
#footer .inner {
    display: flex;
	align-items: center;
	justify-content: space-between;
    width: 100%;
    padding: 30px 0;
}

#footer_logo {     
	width: auto;
}

#footer_logo img {
	height:auto;
	padding-top: 2px;
}

.footer_links {
	width: 100%;
	padding: 0 0 0 0;
    text-align: right;
}
.footer_links li {
	display:inline-block;
	margin-left:15px;
}
.footer_links a {
    color: #000;
    text-decoration: none;
	font-size: 12px;
}

.footer_header_links {
	width: 100%;
	padding: 0 0 0 0;
    text-align: right;
	margin-bottom: 15px;
}
.footer_header_links li {
	display:inline-block;
	margin-left: 20px;
}
.footer_header_links a {
    color: #000;
    text-decoration: none;
	font-size: 16px;
}



#copyright {
    text-align: center;
    color: #fff;
	padding: 20px 0;
	font-size: 14px;
	background-color: #f39925;
}


/* spview */
@media screen and (max-width:767px) {

	.footer_links a {
		font-size: 16px;
	}
	
	#footer .inner {
		flex-wrap: wrap;
	}
	#footer_logo {
		margin: 0 auto 50px auto;
	}

	.footer_header_links {
		text-align: center;
	}
	.footer_header_links li {
		display: inline-block;
		margin: 3px 10px;
	}

	.footer_header_links a {
		font-size: 15px;
	}

	.footer_links {
		text-align: center;
	}
	.footer_links li {
		display: inline-block;
		margin: 5px 10px;
	}
	.footer_links a {
		font-size: 13px;
	}
	#copyright {
		font-size: 13px;
	}

}
