@charset "utf-8";
/* ------------------------------------- */
/* Reset */
/* ------------------------------------- */
* {
	font-size:100%;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
}
img {
	border:none;
	vertical-align: bottom;
}
li {
	list-style: none;
}
div {
	zoom:1;
}
a {
	outline:none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* ------------------------------------- */
/* Layout */
/* ------------------------------------- */
html {
 overflow-y: scroll;
}
body {
	text-align: left;
	font-family:"Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	min-width: 1280px;
	-webkit-text-size-adjust: 100%;
}
/* Utilities */
.clearfix:after{
	content:"";
	display:block;
	clear: both;
}
.clearfix{
	display: inline-block;
}
/* no ie mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix{
	display: block;
}
/* ------------------------------------- */
/* header */
/* ------------------------------------- */
#header{
	text-align: left;
	font-family:"Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: relative;
	background-color: #fff;
	line-height: 1.75;
	box-shadow: 0 4px 5px -4px rgba(0,0,0,0.1);
	z-index: 1;
}
.header_top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1280px;
	margin: 0 auto;
	padding: 10px 0 10px 10px;
	font-size: 14px;
	box-sizing: border-box;
}
.header_top a{
	color: #2F7CFA;
	text-decoration: underline;
}
.header_top a:hover{
	text-decoration: none;
}
.header_logo{
	width: 110px;
}
.header_logo img{
	width: 100%;
}
.header_right ul{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	column-gap: 10px;
}
.header_introduction{
	margin-right: 20px;
}
.header_introduction i{
	font-size: 16px;
	margin-right: 5px;
	vertical-align: middle;
}
.header_top .btn_members{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	width: 170px;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	border-radius: 30px;
	box-sizing: border-box;
	transition: 0.2s ease-in-out;
	box-shadow: 0 2px 4px 0px rgba(0,0,0,0.3);
}
.header_top .btn_members i{
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);	
}
.header_top .btn_members::after{
	font-family: 'Font Awesome 6 Pro';
	content: '\f105';
	font-weight: 900;
	font-size: 16px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.2s ease-in-out;
}
.header_top .btn_members:hover{
	text-decoration: none;
	transform: scale(1.05);
}
.header_top .btn_members:hover::after{
	right: 15px;
}
.header_login .btn_members{
	background-color: #fff;
	color: #FC7D32;
	border: 3px solid #FC7D32;
}
.header_register .btn_members{
	background-color: #FC7D32;
	color: #fff;
}
/* ------------------------------------- */
/* ヘッダーメニュー */
/* ------------------------------------- */
.header_menu_wrapper{
	width: 100%;
	border-top: 1px solid #CCD0F1;
	border-bottom: 1px solid #CCD0F1;
}
.header_menu{
	width: 1280px;
	margin: 0 auto;
}
.header_menu ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header_menu ul li{
	position: relative;
	width: 100%;
	margin-right: -1px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
}
.header_menu ul li::before{
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 20px);
	left: 0;
	width: 1px;
	height: 40px;
	background: #CCD0F1;
}
.header_menu ul li::after{
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 20px);
	right: 0;
	width: 1px;
	height: 40px;
	background: #CCD0F1;
}
.header_menu ul a{
	display: block;
	padding: 12px 0;
	margin: 8px 5%;
	width: 90%;
	color: #333;
	text-decoration: none;
	transition: 0.2s ease-in-out;
	border-radius: 5px;
}
.header_menu ul a .menu_beginner{
	width: 20px;
	margin-right: 1px;
	vertical-align: middle;
}
.header_menu ul a i{
	font-size: 16px;
	color: #2F7CFA;
	margin-right: 5px;
	vertical-align: middle;
	transition: 0.2s ease-in-out;
}
.header_menu ul a:hover{
	background-color: #2F7CFA;
	color: #fff;
	text-decoration: none;
}
.header_menu ul a:hover i{
	color: #fff;
}
/* ------------------------------------- */
/* footer */
/* ------------------------------------- */
#footer{
	text-align: left;
	font-family:"Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	line-height:1.75;
	min-width: 1280px;
}
.footer_inner{
	background-color: #303945;
	min-width: 1280px;
	font-size: 12px;
	text-align: left;
	color: #acb6bf;
	padding: 70px 0 150px;
	line-height: 26px;
}
.footer_inner a{
	color: #fff;
	text-decoration: none;
}
.footer_inner a:hover{
	text-decoration: underline;
}
.footer_navi{
	width: 1000px;
	margin: 0 auto 70px;
}
.footer_navi ul li{
	float: left;
	width: 234px;
	margin-right: 16px;
}
.footer_navi ul li:last-child{
	margin-right: 0;
}
.footer_navi ul li dl{
	margin-bottom: 30px;
}
.footer_navi ul li dl:last-child{
	margin-bottom: 0;
}
.sns_links ul li{
	float: left;
	margin: 5px 10px 0 0;
	width: 30px;
}
.sns_links ul li img{
	width: 30px;
	height: 30px;
}
.sns_links ul li:last-child{
	margin-right: 0;
}
.footer_pmark{
	display: block;
	background-color: #fff;
	border-radius: 4px;
	padding: 2px;
	width: 75px;
}
.footer_bottom_area{
	width: 1000px;
	margin: 0 auto;
}
.footer_bottom_left{
	float: left;
}
.footer_logo_area{
	float: left;
	text-align: left;
	width: 120px;
}
.footer_logo_area a img{
	width: 100%;
}
.footer_logo_area p{
	margin-top: 10px;
	font-size: 12px;
}
.footer_bottom_links{
	float: left;
	width: 660px;
	padding: 0 0 0 60px;
}
.footer_bottom_links li{
	display: inline-block;
	margin-right: 30px;
}
.footer_bottom_links li:last-child{
	margin-right: 0;
}
.footer_bottom_right{
	float: right;
}
.footer_bottom_right .page_top{
	background-color: #475566;
	display: block;
	color: #acb6bf;
	text-align: center;
	width: 50px;
	line-height: 45px;
	padding-bottom: 5px;
	font-size: 25px;
	vertical-align: middle;
}
.footer_sv_position{
	background-color: #303945;
	width: 100%;
	text-align: right;
	display: block;
}