@charset "UTF-8";

/* オリジナルのレイアウト
----------------------------------------*/
@font-face {
	font-family: "Yu Gothic M";
	src: local("Yu Gothic Medium");
}
@font-face {
	font-family: "Yu Gothic M";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}

html {
	font-size: 1rem;
	font-size: 10px;
}

body {
	color: #333;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", YuGothic, "Yu Gothic M", "Yu Gothic Medium",  Meiryo, sans-serif;
	background: #fff;
	font-size: 1.4rem;
	line-height: 1.5;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	min-width: 1200px;
}

.wrapper {
	width: 100%;
	overflow: hidden;
}

@media only screen and (max-width: 736px) {
	body {
		height: 100%;
		min-width: 0;
	}
}
a {
	text-decoration: none;
	color: inherit;
}


/*表示
----------------------------------------*/
/* PCだけ表示 */
.visible_pc {
	display: block !important;
}
/* SPだけ表示 */
.visible_sp {
	display: none !important;
}

/* PCだけ表示 */
.visible_pc_inline {
	display: inline !important;
}
/* SPだけ表示 */
.visible_sp_inline {
	display: none !important;
}

@media only screen and (max-width: 736px) {
	/* PCだけ表示 */
	.visible_pc {
		display: none !important;
	}
	/* SPだけ表示 */
	.visible_sp {
		display: block !important;
	}

	/* PCだけ表示 */
	.visible_pc_inline {
		display: none !important;
	}
	/* SPだけ表示 */
	.visible_sp_inline {
		display: inline !important;
	}
	/* SPだけ改行 */
	.sp_br {
		display: block;
	}

}

/*画像のfloat
----------------------------------------*/

.img_float_l {
	float: left;
	*display: inline;
	*zoom: 1;
	z-index: 2;
	margin-right: 30px;
	max-width: 30%;
}
.img_float_l + div,
.img_float_r + div {
	overflow: hidden;
}
.img_float_r {
	float: right;
	*display: inline;
	*zoom: 1;
	z-index: 2;
	margin-left: 30px;
	max-width: 30%;
}
@media only screen and (max-width: 736px) {
	.img_float_l {
		margin-right: 0;
		margin-bottom: 15px;
		max-width: 100%;
		float: none;
	}
	.img_float_r {
		margin-left: 0;
		margin-bottom: 15px;
		max-width: 100%;
		float: none;
	}
}

/* font
----------------------------------------*/

/*header
----------------------------------------*/
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	border-bottom: 2px solid #F1F1F1;
	z-index: 2000;
	padding: 0 20px 10px;
	min-width: 1200px;
}
.header_inner {
	max-width: 1200px;
	padding-top: 12px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.header_info {
	width: calc(100% - 240px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.header .logo {
	font-weight: bold;
	font-size: 1.9rem;
}
.header .logo a {
	color: #666;
	display: block;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
.header .logo a:hover,
.header_info li a:hover {
	opacity: .6;
}
.header .logo img {
	width: 90px;
	margin-right: 13px;
	vertical-align: -9px;
}
.header_nav {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin: 16px 0 2px;
}
.header_search {
	width: 149px;
	margin-right: 20px;
	top: 2px;
}
.header_search input[type="text"] {
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	height: 24px;
	padding-right: 28px;
	padding-left: 10px;
	width: 100%;
	border: 1px solid #F1F1F1;
}
.header_search input[type="submit"] {
	-webkit-appearance: none;
	appearance: none;
	width: 26px;
	height: 24px;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	overflow: hidden;
	text-indent: -999px;
	background: url(../img/common/icon_search.svg) no-repeat center center;
	cursor: pointer;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
.header_search input[type="submit"]:hover {
	opacity: .6;
}
.header_name {
	max-width: 400px;
	color: #1436D9;
	margin-right: -5px;
	flex-shrink: 0;
	cursor: pointer;
}
.header_name ul {
	display: none;
}
.header_name > a {
	display: inline-block;
	word-break: break-all;
	text-decoration: underline;
	padding-left: 23px;
	padding-right: 12px;
}
.header_name > a::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 4px 0;
	border-color: #1436D9 transparent transparent;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -4px;
}
.header_name a:hover {
	text-decoration: none;
}
.header_name > a::before {
	content: "";
	width: 15px;
	height: 18px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/common/icon_user.svg) no-repeat;
}
.header_time {
	font-weight: bold;
	white-space: nowrap;
	padding-left: 18px;
	background: url(../img/common/icon_time.svg) no-repeat left 3px;
}
.header_time span {
	display: inline-block;
}
.header_time span + span {
	margin-left: 20px;
}
.sp_nav {
	display: none;
}
@media only screen and (max-width: 736px) {	
	.header {
		border-bottom: 1px solid #ccc;
		padding: 0;
		height: 152px;
		z-index: 2100;
		min-width: 0;
	}
	.header_inner {
		width: auto;
		padding: 14px 0 5px;
	}
	.header .logo {
		margin: 0 0 15px 5.5%;
		padding-bottom: 0;
		font-size: 1.4rem;
		letter-spacing: 0;
	}
	.header .logo img {
		width: 70px;
		margin-right: 10px;
		vertical-align: -8px;
	}
	.header .logo a:hover,
	.header_info li a:hover {
		opacity: 1;
	}
	.header_nav {
		width: calc(94.5% - 178px);
		text-align: right;
		margin: 5px 0 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 44px;
		position: absolute;
		top: 0;
		right: 0;
	}
	.header_search {
		display: none;
		position: fixed;
		width: auto;
		margin-right: 0;
		top: auto;
		left: 0;
		right: 0;
		padding: 10px;
		bottom: 55px;
		background: #FFF;
		border-top: 1px solid #D4D4D4;
		-webkit-transition: opacity 300ms;
		transition: opacity 300ms;
	}
	.header_search input[type="text"] {
		height: 35px;
		font-size: 1.6rem;
		padding-right: 35px;
	}
	.header_search input[type="submit"] {
		width: 35px;
		height: 35px;
		background-size: 20px auto;
	}
	.header_search input[type="submit"]:hover {
		opacity: 1;
	}
	.header_name {
		max-width: calc(89.5% - 5px);
		margin-right: 10.5%;
	}
	.header_name > a {
		text-decoration: none;
		padding-left: 0;
		line-height: 1.1;
	}
	.header_name > a span,
	.header_name > a::before,
	.header_time {
		display: none;
	}
	.sp_nav {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		background: #FFF;
		border-top: 1px solid #D4D4D4;
		-webkit-transition: opacity 300ms;
		transition: opacity 300ms;
	}
	.sp_nav.scroll,
	.header_search.scroll {
		opacity: 0;
		pointer-events: none;
	}
	.sp_nav ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		text-align: center;
	}
	.sp_nav li {
		width: 20.266%;
	}
	.sp_nav li:last-child {
		width: 18.936%;
	}
	.sp_nav li + li {
		border-left: 1px solid #D4D4D4;
	}
	.sp_nav li a,
	.sp_nav li .btn_search {
		-webkit-appearance: none;
		appearance: none;
		border: none;
		font-family: inherit;
		background: none;
		width: 100%;
		display: block;
		padding: 9px 0 7px;
		letter-spacing: .02em;
	}
	.sp_nav li .btn_search:focus {
		outline: none;
	}
	.sp_nav li img[src*="dashboard"] {
		margin: 3px 0 1.5px;
	}
	.sp_nav li img[src*="blog"] {
		margin: 0 0 2px;
	}
	.sp_nav li img[src*="learning"] {
		margin: 1px 0 2px;
	}
	.sp_nav li img[src*="search"] {
		width: 20px;
		margin: 1px 0 0;
	}
	.sp_nav li a span,
	.sp_nav li button span {
		display: block;
		font-size: .8rem;
	}
	.sp_nav li > span {
		width: 16px;
		height: 16px;
		border-radius: 50%;
		background: #F7B100;
		color: #FFF;
		text-align: center;
		font-size: 1rem;
		position: absolute;
		left: 50%;
		top: 8px;
		margin-left: 5px;
		letter-spacing: -.05em;
		pointer-events: none;
	}
	.sp_nav li > span span {
		display: inline-block;
		transform: scale(.8);
		vertical-align: 1px;
	}
}

/*gnav
----------------------------------------*/
.gnav {
	margin-right: 15px;
	flex-basis: 100%;
}
.gnav > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.5rem;
}
.gnav > ul > li {
	width: 16.666%;
}
.gnav > ul > li::after {
	content: "";
	display: block;
	width: 1px;
	background: #F1F1F1;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}
.gnav > ul > li > a {
	display: block;
	text-align: center;
	white-space: nowrap;
	padding: 0 20.5px;
	cursor: pointer;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
.gnav > ul > li > a span {
	width: 14px;
	height: 14px;
	background: #F7B100;
	color: #FFF;
	text-align: center;
	font-size: 1rem;
	position: absolute;
	top: -5px;
	border-radius: 50%;
}
.gnav ul ul,
.header_name ul {
	display: none;
	position: absolute;
	top: 100%;
	left: -2px;
	padding-top: 14px;
	white-space: nowrap;
}
.gnav ul ul li,
.header_name ul li {
	background: rgba(0, 0, 0, .7);
}
.gnav ul ul li:first-child,
.header_name ul li:first-child {
	padding-top: 9px;
}
.gnav ul ul li:last-child,
.header_name ul li:last-child {
	padding-bottom: 10px;
}
.gnav ul ul li a,
.header_name ul li a {
	display: block;
	color: #FFF;
	padding: 3px 20px;
	cursor: pointer;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
.gnav ul ul li a:hover,
.header_name ul li a:hover {
	opacity: .6;
}
.gnav ul ul li a span {
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #F7B100;
	color: #FFF;
	text-align: center;
	font-size: 1rem;
	margin-left: 9px;
	vertical-align: 2px;
}
.btn_nav {
	display: none;
}
@media only screen and (max-width: 736px) {
	.gnav {
		margin: 0;
		display: block;
		position: fixed;
		left: 0;
		right: 0;
		top: 55px;
		bottom: 55px;
		background: #fff;
		height: calc(100% - 110px);
		width: 100%;
		overflow: auto;
		z-index: 2000;
		padding-top: 0;
		-ms-transform: translate(-100%, 0);
		transform: translate(-100%, 0);
		transition-delay: 0s;
		transition-duration: 0.4s;
		transition-property: transform;
		transition-timing-function: ease-in-out;
	}
	.gnav.open {
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.gnav .gnav_home {
		margin-right: 0;
	}
	.gnav_home a {
		width: 100%;
		background: none;
		overflow: hidden;
		text-indent: 0;
	}
	.gnav ul {
		display: block;
	}
	.gnav ul > li {
		width: 100%;
		border-bottom: solid 1px #ccc;
		padding-bottom: 0;
		margin: 0;
		text-align: left;
	}
	.gnav > ul > li > a {
		text-align: left;
	}
	.gnav > ul > li > a span {
		position: relative;
		top: auto;
		right: auto;
		display: inline-block;
		margin-left: 9px;
		vertical-align: 2px;
	}
	.gnav ul > li.open {
		background: #666;
	}
	.gnav ul > li.open a {
		color: #fff;
	}
	.gnav ul > li.open a:hover,
	.gnav ul ul li a:hover,
	.header_name ul li a:hover {
		opacity: 1;
	}
	.gnav ul > li + li {
		margin-left: 0;
	}
	.gnav ul > li > a {
		font-size: 1.6rem;
		padding: 13px 18px;
		display: block;
		color: #333;
		font-weight: bold;
	}
	.gnav ul >li > a::after {
		content: "";
		width: 10px;
		height: 20px;
		display: block;
		background: url(../img/common/icon_arrow_01.svg) no-repeat;
		background-size: 100% auto;
		position: absolute;
		right: 20px;
		top: 50%;
		margin-top: -10px;
	}
	.gnav ul > li.gnav_parent > a::after {
		transform: rotate(90deg);
		right: 22px;
	}
	.gnav ul > li.gnav_parent.open {
		background: #fff;
	}
	.gnav ul > li.gnav_parent.open > a {
		color: #333;
	}
	.gnav ul > li.gnav_parent.open > a::after {
		transform: rotate(270deg);
	}
	.gnav ul li ul {
		position: relative;
		top: auto;
		left: auto;
		margin-left: 0;
		min-width: 0;
		padding: 0;
	}
	.gnav ul li ul li + li {
		border-top: solid 1px #fff;
	}
	.gnav ul li ul li {
		padding: 0 !important;
	}
	.gnav ul li ul li a {
		text-align: left;
		font-weight: normal;
		font-size: 1.4rem;
		padding: 15px 5% !important;
	}
	.gnav ul li ul li a::after {
		display: none;
	}
	.gnav .development a::before {
		content: "";
		width: 19px;
		height: 19px;
		display: block;
		margin: 1px auto 3px;
		background: url(../img/common/icon_development.svg) no-repeat;
		background-size: 100% auto;
	}
	.gnav .logout a::before {
		content: "";
		width: 19px;
		height: 14px;
		display: block;
		margin: 0 auto;
		background: url(../img/common/icon_logout.svg) no-repeat;
		background-size: 100% auto;
	}
	.gnav .sub_nav {
		width: 100%;
		display: block;
		font-size: 1.6rem;
		padding: 0 5% 10px;
		margin-top: 15px;
	}
	.gnav .sub_nav li + li {
		margin-left: 0;
		margin-top: 10px;
	}
	.gnav .sub_nav li a {
		display: block;
		background: #f1f1f1;
		padding: 12px 0 12px 45px;
	}
	.gnav .sub_nav li a::before {
		position: absolute;
		left: 15px;
		top: 14px;
	}
	.gnav .sub_nav li.logout a::before {
		left: 15px;
		top: 18px;
	}
	.gnav .gnav_search {
		display: none;
	}
	.search_sp {
		height: 60px;
	}
	.search_sp .search_sp_form {
		border: 1px solid #ccc;
		display: table;
		table-layout: fixed;
		width: 100%;
	}
	.search_sp fieldset {
		border: none;
		margin: 0;
		padding: 0;
		display: table-cell;
		vertical-align: middle;
	}
	.search_sp_form label {
		display: none;
	}
	.search_sp_form input[type=text] {
		font-family: inherit;
		font-size: 1.8rem;
		padding: 0 10px;
		outline-color: transparent;
		background-color: #f1f1f1;
		border: none;
		color: #666;
		width: 100%;
		height: 40px;
		border-radius: 0;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	.search_sp_form .actions {
		width: 40px;
		position: relative;
		display: table-cell;
		vertical-align: middle;
	}
	.search_sp_form .actions {
		position: relative;
		top: 0;
		right: 0;
	}
	.search_sp_form .actions .button {
		width: 40px;
		height: 40px;
		position: relative;
		display: block;
		overflow: hidden;
		border-radius: 0;
		text-indent: -999px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: none;
		cursor: pointer;
		background: #f1f1f1 url(../img/common/icon_search-sp.png) no-repeat center center;
		background-size: 21px 19px;
		-webkit-transition: opacity 300ms;
		transition: opacity 300ms;
	}
	.btn_nav {
		display: block;
		background: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 56px;
		background: #fff;
	}
	.btn_nav:focus {
		outline: none;
	}
	.btn_nav.open {
		border-right: 1px solid #ccc;
		height: 57px;
	}
	.btn_nav::before,
	.btn_nav::after {
		content: "";
		width: 20px;
		height: 3px;
		display: block;
		background: #1436d9;
		position: absolute;
		top: 18px;
		left: 50%;
		margin-left: -10px;
	}
	.btn_nav::after {
		top: 32px;
	}
	.btn_nav span {
		width: 20px;
		height: 3px;
		display: block;
		background: #1436d9;
		margin: 0 auto 3px;
	}
	.gnav li a:hover,
	.gnav .gnav_search button:hover {
		opacity: 1;
	}
	.header_name ul {
		left: auto;
		right: 0;
		padding-top: 17px;
		text-align: left;
		min-width: 0;
		white-space: nowrap;
	}
	.header_name ul li a {
		padding: 10px 20px;
	}
}

/*topic_path
----------------------------------------*/
.topic_path {
	max-width: 1200px;
	padding: 15px 0 16px;
	margin: 0 auto;
	font-size: 1.3rem;
	color: #121157;
}
.topic_path_bg {
	background-color: #FFF;
}
.topic_path ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.topic_path ul li + li::before {
	content: "＞";
	margin: 0 4px;
}
.topic_path a {
	text-decoration: underline;
	color: #121157;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
.topic_path a:hover {
	opacity: .6;
}
@media only screen and (max-width: 736px) {
	.topic_path {
		padding: 15px 5%;
	}
}

/*.container 共通
----------------------------------------*/
main {
	padding: 100px 0 0;
}
@media only screen and (max-width: 736px) {
	main {
		padding: 80px 0 0;
	}
}

/*pagetop
----------------------------------------*/

/*footer
----------------------------------------*/
.footer {
	width: 1048px;
	margin: 0 auto;
	padding: 150px 0 26px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	color: #666;
}
.footer .logo {
	padding-top: 5px;
}
.footer .logo,
.footer .logo img {
	width: 86px;
}
.footer a {
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.footer a:hover {
	opacity: .6;
}
.sns_nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 2px;
}
.sns_nav li {
	width: 32px;
}
.sns_nav li + li {
	margin-left: 15px;
}
.footer_inner {
	width: 100%;
	border-top: solid 2px #dedede;
	margin: 17px auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer_nav ul {
	padding-top: 17px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 2px;
	font-size: 1.2rem;
	line-height: 1;
	font-weight: bold;
}
.footer_nav ul li + li {
	border-left: solid 1px #333;
	margin-left: 10px;
	padding-left: 10px;
}
.footer .copyright {
	font-weight: bold;
	padding: 16px 0 3px;
	letter-spacing: -.2px;
}
.footer .copyright small {
	font-size: 1rem;
}
@media only screen and (max-width: 736px) {
	.footer {
		width: auto;
		margin: 0 5%;
		padding: 10px 0 15px;
	}
	.footer .logo,
	.footer .logo img {
		width: 75px;
	}
	.footer_nav {
		order: 0;
	}
	.footer_nav ul {
    	display: block;
    	text-align: left;
    	margin-left: -4px;
	}
	.footer_nav ul li {
    	display: inline-block;
    	margin-bottom: 10px;
		border-right: solid 1px #333;
		padding: 0 7px 0 4px;
	}
	.footer_nav ul li + li {
		margin-left: 0;
		padding-left: 5px;
		border-left: none;
	}
	.footer_nav ul li:last-child {
    	border-right: none;
	}
	.footer .copyright {
		order: 1;
		width: 100%;
		padding-top: 5px;
		margin: 0 auto;
	}
	.footer .copyright small {
		font-size: 1.2rem;
	}
	.footer .copyright small span {
		display: inline-block;
		line-height: 1.4;
		margin-bottom: 8px;
	}
}