@charset "UTF-8";

/* --------------------------------------------------- */
/* content width */
body {
	background-color: #fff;
}

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

	max-width: 1280px;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
}

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

	.lay_lqd {
		max-width:none;
		padding: 0;
	}
}

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

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

/* --------------------------------------------------- */
/* #header basic */
#header {
	padding: 0;
	position: relative;
    z-index: 200;
    width: 100%;
	font-weight: bold;
	background-color: #fff;
}
#header .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 0 0 20px;
	height:auto;/* header total height pc */
	position:relative;/* for #header_nav_btn */
	font-size: 14px;
}
.siteid,
#header_nav {
	display:table-cell;
	vertical-align:middle;
}

.top_menu {
	width: 185px;
    text-align: center;
    padding: 0;
    height: 50px;
    margin: 25px 0;
    border-radius: 50px;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.top_menu_new {
	background-color: #f80303;
	margin-right: 15px;
}
.top_menu_login {
	background-color: #030380;
}
.top_menu img {
	margin-right: 10px;
}
.top_menu span,
.top_menu h3 {
    color: #fff !important;
}


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


	#header {
		background-color: #fff;
		height: 60px;
		padding: 0px 0;
		position: fixed;
		top: 0;
		left: 0;
	}

	#header .inner {
		display:block;
		width:auto;
		height: 60px;
		padding: 0 15px;
	}
	.pnav_new .top_menu {
		width: auto;
		color: #000 !important;
		text-align: center;
		box-shadow: none;
		border: none;
		background-color: #ffffff;
		padding: 0;
		height: auto;
		margin: 0;
	}
	.pnav_new img {
		display: none;
		margin-right: 0;
	}
	#pnav > .pnav_new span {
		color: #000 !important;
		font-size: 15px;
	}
}

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

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

/* #siteid */
.siteid {
	white-space:nowrap;
}

#header h1 {
	display:table;
	width:100%;
	height:100%;
	
    font-size: 11px;
    line-height: 1;
    margin-bottom: 5px;
}

#header h1 span,
#header h1 a {
	display:table-cell;
	vertical-align:middle;
}
#header h1 img {
	width: 227px;
	padding: 10px 0;
}

/* #header_nav */
#header_nav {
	width:auto;
	padding-left:2em;
	float: right;
}

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

	.siteid,
	#header_nav { display:block; }

	/* #siteid */
	.siteid {
		width:120px;
		height:100%;
		
		display: flex;
		flex-wrap: wrap;
		margin-top: 5px;
	}

	/* #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;
	}
	
	#header h1 {
		height: initial;
		margin: 0;
		line-height: 1;
		font-size: 10px;
	}
	#header a.logo {
		width: 120px;
    	margin-top: -10px;
	}
	#header h1 img {
		width: 100%;
		height: auto;
		padding-top: 15px;
	}
	#header a.logo img {
		    width: 120px;
	}
}

/* --------------------------------------------------- */
/* 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: 16px;
		right: 8px;
		display:block;
	}
	#header_nav_btn:before {
		font-size: 32px;
	}
	
	#sp_header_btn {
		position: absolute;
		top: 14px;
		right: 50px;
		display: flex;
		align-items: center;
	}
	#sp_header_btn li:first-child {
		margin-right: 8px;
	}
	#sp_header_btn .top_menu {
		width: auto;
		height: auto;
		padding: 5px 7px;
		border-radius: 8px;
	}
	
}


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

/* global navi */
#gnav { float: left;
}
#gnav > li {
	display:inline-block;
	padding: 0 20px;
}
#pnav > li span,
#pnav > li h3,
#gnav > li a {
	color:#3a4855;
	display: block;
	text-decoration:none;
	font-size: 14px;
}
#pnav > li a h2 {
	font-size: 15px;
}


/* primary navi */
#pnav { 
	display: flex;
    align-items: center;
	padding: 0;
}
#pnav > li {
	display:inline-block;
/*	margin-right:2em;*/
	margin-right:1.3em;
}

#pnav > li span,
#pnav > li h3,
#pnav > li a {
	color:#3a4855;
	text-decoration:none;
	font-size: 15px;
}
.pnav_new {
	margin-right: 0 !important;
}
#pnav > li.pnav_new span,
#pnav > li.pnav_new h3 {
	font-size: 17px;
}

#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;
}

.pc_only {
	display: inline-block !important;	
	padding: 0 15px;
}
.pc_only span {
	display: inline-block !important;	
	color: #e76618 !important;
    font-size: 14px !important;
}
.pc_only .uname {
    font-size: 16px !important;
	font-weight: bold;
}

#header_nav ul li::before {
	content: "";
}
/* spview */
@media screen and (max-width:767px) {
	#pnav > li.pnav_new h3 {
		color:#000!important;
	}
	.pc_only {
		display: none !important;
	}
	/* 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; padding: 0;}
	#pnav > li {
		display:block;
		font-size:100%;
		margin-right:0;
	}

	#pnav > li span,
	#pnav > li h3,
	#pnav > li a {
		color:#000;
	}

	#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; color: #000;
		display: block;
	}

	#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 #313132;
	box-shadow: 0 4px 0 rgba(0,0,0,.11);
	}
#pagetop2 .box_btn_head{
	width: 100%;
	max-width: 1280px;
	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 #313132;
		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-size: 13px;
	position:relative;
	background-color: #fff;
}
#footer .inner {
    display: flex;
	justify-content: space-between;
    width: 100%;
    padding: 30px 0;
}
#footer_logo,
.footer_links {
	vertical-align:middle;
}

#footer_logo {     
	width: auto;
}

#footer_logo img {
	height:auto;
	padding-top: 2px;
}

.footer_links {
	padding: 0 0 20px 15px;
    text-align: right;
}
.footer_links li {
	display:inline-block;
	margin-left:15px;
}
.footer_links a {
    color: #000;
    text-decoration: none;
	font-size: 12px;
}
.footer_links a h3 {
	font-size: 12px;
	font-weight: normal;
}


.footer_links.fontlg li {
	display:inline-block;
	margin-left:25px;
}
.footer_links.fontlg a,
.footer_links.fontlg a h3 {
	font-size: 16px;
	font-weight: bold;
}
.footer_links a:hover {}


#copyright {
	background-color: #030380;
    text-align: center;
    color: #FFF;
	padding: 10px 0;
	font-size: 14px;
}

.relate_site {
	font-size: 13px;
	text-align: right;
}
.relate_site a {
	font-size: 13px;
	color: #000;
}


.top_reg_pt {
	background-color: #030380;
	padding: 25px 0;
	color: #fff;
}
.top_reg_pt .top_reg_dt {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.top_reg_pt .desc {
	font-size: 22px;
	font-weight: bold;
}
.top_reg_pt .btn_group {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.btn_small {
	color: #fff;
    font-weight: bold;
    border-radius: 50px;
    width: 300px;
    height: 54px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: none;
    font-size: 18px;
	padding: 15px 5px !important
}
.btn_small h3 {
    font-size: 18px;
}
.bk_dark_orange {
	background-color: #f80303;
	border: 1px solid #f80303;
}
.bk_dark_bule {
	background-color: #030380;
	border: 1px solid #fff;
}


.search_content {
    padding: 80px 0;
    background-color: #f5f5f5;
    color: #000;
}
.search_content ul {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.search_content li {
    width: 32%;
    text-align: left;
	margin-bottom: 50px;
}
.search_content li:first-child {
    width: 38%;
}
.search_content li:nth-child(2) {
    width: 60%;
}
.search_content li:nth-child(3) {
    width: 38%;
}
.search_content li:last-child {
    width: 60%;
}

.search_content li .title {
    font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.search_content li .stitle {
    font-size: 16px;
	font-weight: bold;
	color: #434343;
	margin-bottom: 5px;
}
.search_content li a {
	display: table;
	color: #434343;
	font-size: 14px;
	font-weight: bold;
}
.search_content li .flex_two {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.search_content li .flex_two dd {
	width: 48%;
}

.search_content li .flex_three {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}


.search_content li .flex_other {
    display: flex;
	flex-wrap: wrap;
}
.search_content li .flex_other dd {
    width: 250px;
}

.search_item_first dd {
	margin-bottom: 20px;
}

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

	#footer {margin: 0;}

	#footer .inner {
		display:block;
		width:auto;
		margin-bottom: 0;
		padding: 30px 0 30px;
	}
	#footer_logo,
	.footer_links { display:block; }

	#footer_logo {
		width: 175px;
		margin: 0px auto;
	}

	.footer_links {
		text-align:center;
		margin: 20px 0;
		padding: 0;
	}
	.footer_links li {
		margin-left: 5px;
		margin-right: 5px;
		font-size: 12px;
		margin-top: 10px;
	}
	.footer_links li a {
		font-size: 13px;
	}
	.footer_links.fontlg li {
		display: inline-block;
		margin-left: 10px;
		margin-right: 10px;
	}
	.footer_links.fontlg li a,
	.footer_links.fontlg li h3 {
		font-size: 15px;
	}
	#footer_logo img {
		width: 175px;
		height: auto;
		padding-top: 2px;
	}

	.footer_links a {
		font-size: 14px;
	}
	.footer_links a:hover {}

	#copyright {
		text-align: center;
		font-size: 12px;
	}



	.top_reg_pt {
		padding: 25px 15px;
	}
	.top_reg_pt .top_reg_dt {
		justify-content: center;
	}
	.top_reg_pt .desc {
		font-size: 3.5vw;
		line-height: 1.4em;
		text-align: center;
		margin-bottom: 5px;
	}
	.top_reg_pt .btn_group {
		flex-wrap: wrap;
	}
	.btn_small {
		width: 250px;
		font-size: 16px;
		margin: 10px 0;
	}
	.btn_small h3 {
		font-size: 16px;
	}
	.btn_group .btn_small.ml10 {
		margin-left: 0;
	}
	
	
	.search_content {
		padding: 50px 15px;
	}
	.search_content ul {
		display: block;
	}
	.search_content li {
		width: 100%;
		margin-bottom: 2em;
	}
	.search_content li:first-child {
		width: 100%;
	}
	.search_content li:nth-child(2) {
		width: 100%;
	}
	.search_content li:nth-child(3) {
		width: 100%;
	}
	.search_content li:last-child {
		width: 100%;
	}
	.search_content li .title_pt {
		margin-bottom: 10px;
	}
	.search_content li .flex_other {
		flex-wrap: wrap;
	}
	.search_content li .flex_other dd {
		width: 48%;
/*		margin-bottom: 20px;*/
		margin-bottom: 0px;
	}
	.search_content li .flex_three {
		flex-wrap: wrap;
	}
	.search_content li .flex_three dd {
		margin-bottom: 20px;
	}

}


@media screen and (max-width:767px) {
	.header_nav_sp {
		top: 18px;
		right: 48px;
		display: block;
		position: absolute;
	}
	.header_nav_sp a {
		padding: 8px 10px;
		font-size: 12px;
		background: #030380;
		border-radius: 6px;
		color: #fff;
	}
	.header_nav_sp a:first-child {
		background: #f80303;
	}
}
