@charset "UTF-8";
@import url('video-js.css');

html { font-size: 62.5%; }

body {
	position: relative;
	background: url("../images/common/body-bg.png") no-repeat center top;
	background-size: 1628px auto;
	background-attachment: fixed;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	line-height: 1.75;
	color: #444;
	word-break: break-all;
}

body.default-page:before,
body.top:before,
body.page-learn:before,
body.page-seek:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 0;
	display: block;
	background-color: rgba(255, 255, 255, 0.8);
}

body.page-learn-detail:before,
body.page-seek-detail:before {
	display: none;
}

@media screen and (max-width: 959px) {

	body {
		background-size: 1030px auto;
	}

}

@media screen and (max-width: 519px) {

	body {
		background: url("../images/common/body-bg_sp.png") no-repeat center top;
		background-size: contain;
		font-size: 1.4rem;
	}

}


#sitedesign-pagetop {
	position: relative;
	z-index: 1;
}


.d-none { display: none;}

@media screen and (max-width: 959px) {

	.d-tb-none { display: none;}
	.d-tb-block { display: block;}

}

@media screen and (max-width: 519px) {

	.d-sp-none { display: none;}
	.d-sp-block { display: block;}

}

.box {
	margin: 0 0 8rem;
}

@media screen and (max-width: 519px) {

	.box {
		margin: 0 0 4rem;
	}

}


p { margin-bottom: 1em;}

.blogEntryBody p,
.blog-individual p{
	line-height: 2;
}

@media screen and (max-width: 519px) {
	.blogEntryBody p{
		font-size:16px;
	}
}

.w-100 { width: 100%;}


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

	link

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

a {
	color: #3fa6f2;
	text-decoration: underline;
	transition: .3s all;
}

a:hover {
	text-decoration: none;
}

a img { transition: .3s all;}

.font-xsmall a.arrow {
	padding: 0 0 0 12px;
}

.font-xsmall a.arrow:before {
	top: 9px;
	width: 7px;
	height: 7px;
}

a.arrow {
	position: relative;
	display: inline-block;
	padding: 0 0 0 14px;
}

a.arrow:before {
	content: '';
	position: absolute;
	left: 0;
	top: 12px;
	display: block;
	width: 9px;
	height: 9px;
	border-top: 2px solid #3fa6f2;
	border-right: 2px solid #3fa6f2;
	transform: rotate(45deg);
}

.icon-blank {
	display: inline-block;
	padding: 0;
}

.icon-blank:after {
	content: '';
	display: inline-block;
	width: 12px;
	height: 14px;
	margin: 0 0 0 .4rem;
	background: url("../images/icon/icon-blank--info.svg") no-repeat center center;
	background-size: contain;
}


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

	layout

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

.inner {
	width: 100%;
	max-width: 1384px;
	margin: 0 auto;
	padding: 0 3.2rem;
}

.inner .inner {
	padding: 0;
}

.inner--small { max-width: 1366px;}
.inner--msmall { max-width: 1100px;}
.inner--xsmall { max-width: 1000px;}

@media screen and (max-width: 519px) {

	.inner {
		padding: 0 1.5rem;
	}
	
}


.section {
	margin: 8rem 0;
}

@media screen and (max-width: 519px) {

	.section {
		margin: 4rem 0;
	}
	
}


.siteblock-upper {
}

@media screen and (max-width: 519px) {

	.siteblock-upper {
	}
	
}


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

	Grid

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

.row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -2rem -2.8rem;
}

.col-3,
.col-4,
.col-6 {
	margin: 0 0 2.8rem;
	padding: 0 2rem;
}

.col-3 { width: 25%;}
.col-4 { width: 33.33333333%;}
.col-6 { width: 50%;}
.col-12 { width: 100%;}

@media screen and (max-width: 959px) {

	.col-md-3 { width: 25%;}
	.col-md-4 { width: 33.33333333%;}
	.col-md-6 { width: 50%;}
	.col-md-12 { width: 100%;}

}

@media screen and (max-width: 519px) {

	.row {
		margin: 0 -1rem -1.4rem;
	}
	
	.col-3,
	.col-4,
	.col-6 {
		margin-bottom: 1.4rem;
		padding-right: 1rem;
		padding-left: 1rem;
	}
	
	.col-xs-3 { width: 25%;}
	.col-xs-4 { width: 33.33333333%;}
	.col-xs-6 { width: 50%;}
	.col-xs-12 { width: 100%;}
	
	.category-recent-row .category-recent-col:first-child {
		width: 100%;
	}

}


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

	color

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

.bg-white,
.dec-bg--white { background-color: #fff;}

.bg-light { background-color: #f5fafb;}
.dec-bg--grey { background-color: #f3f3f3;}

.bg-secondary { background-color: #ebeef3;}

.bg-light02 { background-color: #e9e9e9;}



input[type="button"].dec-bg--grey,
input[type="submit"].dec-bg--grey { background-color: #f3f3f3;}

.text-primary .head-parts__ja-text:before { background-color: #239fb4;}
.text-gray .head-parts__ja-text:before { background-color: #333;}

@media screen and (max-width: 1080px) {

	.bg-tb-white { background-color: #fff;}

}


.text-primary { color: #239fb4;}
.text-secondary { color: #BE272D;}
form th strong,
.require,
.text-danger { color: #BE272D;}


.text-gray { color: #333;}

.text--color-dark { color: #666;}


div.memberRegistBox_regist .memberRuleBox { border-color: #c9c9c9;}


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

	radius

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

.radius-10 { border-radius: 10px;}

.radius-b--0 { border-bottom-right-radius: 0 !important; border-bottom-left-radius: 0 !important;}


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

	text

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

.text-left { text-align: left;}
.text-center { text-align: center;}
.text-right { text-align: right;}

.font-xssmall { font-size: 1rem;}
.font-xsmall { font-size: 1.2rem;}
.font-small { font-size: 1.4rem;}
.font-slarge { font-size: 2.4rem;}
.font-large { font-size: 2.8rem;}


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

	badge

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

.badge {
	display: inline-block;
	padding: .8rem 1.6rem;
	background-color: #fff;
	border: 1px solid #c9c9c9;
	color: #333;
	font-size: 1.2rem;
	text-decoration: none;
	line-height: 1.4;
	border-radius: 16px;
	transition: .3s all;
}

a.badge:hover {
	background-color: #efefef;
}

.badge--orange { background-color: #ff871e; border-color: #ff871e; color: #fff;}
.badge--green { background-color: #7abd43; border-color: #7abd43; color: #fff;}

.seek-event-list .badge {
	display: block;
	padding: 0;
	border-radius: 3px;
	text-align: center;
}

@media screen and (max-width: 519px) {
	
	.badge {
		padding: .8rem;
		font-size: 1rem;
	}
		
}


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

	navigation

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

.nav-box {
	padding: 0 4.8rem;
}

.nav-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 4.8rem;
}

.nav-box__parent {
	position: relative;
	border-top: 1px solid #b0b0b0;
}

.nav-box__parent:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 10px;
	height: 1px;
	background-color: #239fb4;
}

.nav-box__parent > li {
	position: relative;
	border-bottom: 1px solid #b0b0b0;
}

.nav-box__parent > li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	width: 10px;
	height: 1px;
	background-color: #239fb4;
}

.nav-box a {
	color: #333;
	text-decoration: none;
}

.nav-box a:hover {
	color: #239fb4;
}

.nav-box__parent > li > a {
	position: relative;
	display: block;
	padding: 2.4rem 0;
	font-weight: 700;
}

.nav-box__open {
	padding-left: 4.2rem;
}

.nav-box__parent > li:first-child a{
	text-indent: 0;
}

.nav-box__btn-open {
	position: absolute;
	left: 0;
	top: 22px;
	display: block;
	width: 32px;
	height: 32px;
	cursor: pointer;
}

.nav-box__btn-open:before,
.nav-box__btn-open:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	display: inline-block;
	width: 2px;
	height: 20px;
	background-color: #000;
	transform: translateY(-50%) rotate(90deg);
	transition: all .3s;
}

.nav-box__btn-open:after {
	transform: translateY(-50%) rotate(0);
}

.nav-box__btn-open.is-active:after {
	transform: translateY(-50%) rotate(90deg);
}

.nav-box__btn-open:hover:before,
.nav-box__btn-open:hover:after {
	background-color: #239fb4;
}

.nav-box__sup {
	display: inline-block;
	padding: 0 0 0 2rem;
	font-size: 1.2rem;
}

.nav-box .nav-box__child {
	display: none;
	margin: -1.2rem 0 0;
	padding: 0 0 2rem;
}

.nav-box__child a {
	position: relative;
	display: block;
	padding: 1rem 0 1rem 2rem;
}

.nav-box__child a:before {
	content: '';
	position: absolute;
	top: 21px;
	left: 0;
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #239fb4;
	border-right: 2px solid #239fb4;
	transform: rotate(45deg);
}

@media screen and (max-width: 519px) {
	
	.nav-box {
		padding: 0 2.4rem;
	}

	.nav-box__child a:before {
		top: 19px;
	}
		
}


.nav-tab {
	margin: 0 0 4.2rem;
}

.nav-tab ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-tab li {
	width: 20%;
	padding: 0;
}

.nav-tab a {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 1.6rem 0;
	border-bottom: 2px solid #afafaf;
	text-align: center;
	text-decoration: none;
	line-height: 1.45;
	color: #afafaf;
	font-weight: 700;
}

.nav-tab .is-active a {
	color: #239fb4;
	cursor: default;
}

.nav-tab a:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 2px;
	background: #239fb4;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
}

.nav-tab a:hover {
	color: #239fb4;
}

.nav-tab .is-active a:after,
.nav-tab a:hover:after {
	transform: scale(1, 1);
}

@media screen and (max-width: 959px) {
		
	 .nav-tab li {
		width: 33.33333333%;
	}
		
}

@media screen and (max-width: 519px) {
	
	.nav-tab {
		margin-bottom: 2rem;
	}

	.nav-tab li {
		width: 50%;
	}
	
	.nav-tab a {
			padding: 2.4rem 0 1.2rem;
			font-size: 1.2rem;
	}
	
}


.pager-nav {
	display: flex;
	align-items: center;
	margin: 4rem -0.5rem 0;
}

.pager-nav__col {
	width: 33.33333333%;
	padding: 0 .5rem;
}

.pager__col--prev { text-align: left;}
.pager__col--main { text-align: center;}
.pager__col--next { text-align: right;}

.nav-note-banner {
	margin-top: 10px;
}

.nav-x-banner a,
.nav-note-banner a {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.4rem 0 1.4rem 1.8rem;
	background-color: #239fb4;
	border: 2px solid #239fb4;
	border-radius: 4px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	transition: .3s;
	backface-visibility: hidden;
}

.nav-x-banner a img,
.nav-note-banner a img {
	width: 132px;
}

.nav-x-banner a:hover,
.nav-note-banner a:hover {
	background-color: #208691;
	border-color: #208691; 
	color: #fff;
}

@media screen and (max-width: 519px) {
	
	.nav-x-banner a,
	.nav-note-banner a {
		flex-direction: column;
		padding: 1.6rem 0 0.6rem;
		font-size: 1.4rem;
	}
	
}


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

	Spacing

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

.mt-0 { margin-top: 0 !important;}
.ml-0 { margin-left: 0 !important;}

.mt-1 { margin-top: 1rem !important;}
.mt-4 { margin-top: 4rem !important;}
.mt-8 { margin-top: 8rem !important;}
.mb-1 { margin-bottom: 1rem !important;}
.mb-2 { margin-bottom: 2rem !important;}
.mb-4 { margin-bottom: 4rem !important;}
.mb-8 { margin-bottom: 8rem !important;}


.px-1 { padding-right: 1.6rem !important; padding-left: 1.6rem !important;}

.py-4 { padding-top: 4rem !important; padding-bottom: 4rem !important;}
.py-8 { padding-top: 8rem !important; padding-bottom: 8rem !important;}

.pt-4{ padding-top: 4rem !important;}
.pt-8 { padding-top: 8rem !important;}
.pb-4 { padding-bottom: 4rem !important;}
.pb-8 { padding-bottom: 8rem !important;}

@media screen and (max-width: 519px) {

	.mt-1 { margin-top: .5rem !important;}
	.mt-4 { margin-top: 2rem !important;}
	.mt-8 { margin-top: 4rem !important;}
	.mb-1 { margin-bottom: .5rem !important;}
	.mb-2 { margin-bottom: 1rem !important;}
	.mb-4 { margin-bottom: 2rem !important;}
	.mb-8 { margin-bottom: 4rem !important;}
	
	.lay-margin-b--5 { margin-bottom: 2.5rem !important;}
	
	.px-xs-0 { padding-right: 0 !important; padding-left: 0 !important;}
	
	.py-4 { padding-top: 2rem !important; padding-bottom: 2rem !important;}
	.py-8 { padding-top: 4rem !important; padding-bottom: 4rem !important;}
	
	.pt-4{ padding-top: 2rem !important;}
	.pt-8 { padding-top: 4rem !important;}
	.pb-4 { padding-bottom: 2rem !important;}
	.pb-8 { padding-bottom: 4rem !important;}

}


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

	table

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

table {
	width: 100%;
	margin-bottom: 4rem;
	border-top: 1px solid #c9c9c9;
	border-left: 1px solid #c9c9c9;
}

th,
td {
	padding: 1.6rem;
	border-right: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	font-size: 1.6rem;
	line-height: 1.75;
}

th {
	background-color: #f3f3f3;
	font-weight: normal;
}

@media screen and (max-width: 519px) {

	th,
	td {
		font-size: 1.4rem;
	}

	.table th,
	.table td {
		display: block;
		width: 100%;
	}
	
}


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

	list

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

ol li + li {
	margin-top: 1rem;
}

ol ul,
ol ol {
	margin-top: 1rem;
	list-style-type: upper-roman;
}

.check-list {
	margin: 2rem 0 0;
	padding: 0;
	list-style: none;
}

.check-list li {
	position: relative;
	margin: 0;
	padding: 0 0 0 3.6rem;
}

.check-list li + li {
	margin-top: 1.6rem;
}

.check-list li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	display: block;
	width: 25px;
	height: 25px;
	background: url("../images/icon/icon-checkmark.svg") no-repeat center center;
	background-size: contain;
}

@media screen and (max-width: 519px) {
	
	.check-list {
		margin-top: 1.6rem;
	}
	
	.check-list li {
		padding: 0 0 0 2.8rem;
	}

	.check-list li:before {
		top: 4px;
		width: 18px;
		height: 18px;
	}

}


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

	heading

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

h1 {
	margin: 0 0 3.6rem;
	padding: 0;
	font-size: 3rem;
	line-height: 1.4;
	font-weight: 700;
	text-align: center;
	color: #000;
}

.h1:after {
	content: '';
	display: block;
	width: 96px;
	height: 4px;
	margin: 3.2rem auto 0;
	background-color: #000;
}


@media screen and (max-width: 519px) {

	h1 {
		margin: 0 0 2.4rem;
		font-size: 2rem;
	}
	
	h1:after {
		margin-top: 2.4rem;
	}
	
}


.h1-style01:after {
	display: none;
}

.siteblock-main-title {
	margin-top: 2rem;
    margin-bottom: 5.2rem;
}


h2 {
	position: relative;
	margin: 8rem 0 3.2rem;
	padding: 0 0 1.6rem;
	border-bottom: 2px solid #e3e3e3;
	font-size: 2rem;
	color: #000;
	line-height: 1.4;
	font-weight:700;
}

.blogEntryBody h2::before{
  content: '';
  position: absolute;
  bottom: -2px;
  width: 60px;
  height: 2px;
  background: #239fb4;
}


h2:first-child {
	margin-top: 0;
}

.section h2:first-child {
	font-weight:700;
}


h2:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	display: block;
	width: 50px;
	height: 2px;
	background-color: #239fb4;
}

@media screen and (max-width: 519px) {
	
	h2 {
		margin-bottom: 2rem;
		font-weight:700;
		font-size:18px;
	}
	
	.section h2:first-child {
		font-size:18px;
	}

}

.h2-style02 {
	margin: 0 0 3.2rem;
	padding: 0;
	border-bottom: none;
	color: #000;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.75;
	text-align: center;
}

.h2-style02:after {
	display: none;
}

@media screen and (max-width: 519px) {
	
	.h2-style02 {
		margin: 0 0 1.6rem;
		font-size: 1.6rem;
		text-align: left;
	}

}


.h2-style03 {
	margin: 0 0 4rem;
	padding: 0;
	border-bottom: none;
	color: #333;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.57;
	text-align: center;
}

.h2-style03:before {
	content: '';
	display: block;
	max-width: 156px;
	height: 7px;
	margin: 0 auto 3.2rem;
	background-color: #333;
}

.h2-style03:after {
	display: none;
}

@media screen and (max-width: 519px) {
	
	.h2-style03 {
		margin-bottom: 2.4rem;
		font-size: 1.8rem;
	}
	
	.h2-style03:before {
		max-width: 100px;
		height: 5px;
		margin-bottom: 2rem;
	}
	
	.h2-style03 br {
		display: none;
	}

}


h3 {
	margin: 0 0 2rem;
	padding: 0 0 1.2rem;
	border-bottom: 1px dotted #c0c0c0;
	color: #239fb4;
	font-size: 1.6rem;
	font-weight: 700;
}

.h3-style02 {
	display: flex;
	align-items: center;
	padding: 0;
	border: none;
	font-size: 2rem;
	line-height: 1;
	color: #333;
	text-align: center;
}

.h3-style02:before,
.h3-style02:after {
	content: '';
	display: block;
	width: calc( 50% - 80px );
	height: 2px;
	background-color: #c7c7c7;
	border-radius: 1%;
}


.h2-style02__text {
	display: block;
	width: 160px;
	text-align: center;
}


h4 {
	margin: 0 0 1rem;
	color: #239fb4;
	font-weight: 700;
}

h5 {
	margin: 0 0 1rem;
	font-weight: 700;
}

h6 {}

.head-parts {
	position: relative;
	z-index: 2;
	margin: 0;
}

.head-parts__ja {
	margin: 0;
	line-height: 1.4;
}

.head-parts--right .head-parts__ja {
	text-align: right;
}

.head-parts__ja-text {
	position: relative;
	display: inline-block;
	margin: 0 0 0.6rem;
	padding: 0;
	font-size: 1.6rem;
	font-weight: 700;
}

.head-parts__en {
	display: flex;
	margin: 0 0 0.6rem;
	padding: 0;
	border: none;
	line-height: 1;
	font-weight: 700;
}

.top .head-parts__en {
	padding-bottom: 0.6rem;
}

.head-parts__en > span {
	display: block;
}

.head-parts--right .head-parts__en {
	justify-content: flex-end;
}

.head-parts__en img {
	height: 36px;
}

.head-parts--right .head-parts__ja-text {
	text-align: right;
}

.head-parts--right .head-parts__ja-text:before {
	right: 0;
	left: auto;
}

.head-parts--right .head-parts__en {
	text-align: right;
}

@media screen and (max-width: 959px) {

	.head-parts__ja-text {
		padding: 0;
		font-size: 1.4rem;
	}

	.head-parts__en {
		font-size: 6rem;
	}

	.head-parts__en img {
		height: 42px;
	}
		
}

@media screen and (max-width: 519px) {
	
	.head-parts {
		margin: 0;
	}
	
	.head-parts--right {
		margin: 0;
	}
	
	.head-parts__ja-text {
		font-size: 1rem;
	}

	.head-parts__ja:before {
		width: 16px;
	}

	.head-parts__en img {
		height: 20px;
	}

}


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

	form

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

textarea,
select {
	width: 100%;
}

textarea {
	height: 20rem;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea,
select {
	max-width: 100% !important;
	background-color: #EFEFEF;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
select,
textarea,
.inputText {
	padding: 0.6rem 1rem;
	border: 2px solid transparent;
	border-radius: 5px;
	font-size: 1.6rem;
	outline: none;
}

select {
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus,
.inputText:focus {
	outline: none;
	border-color: #239fb4;
}

input:-webkit-autofill {
	box-shadow: 0 0 0px 1000px #EFEFEF inset;
	border: 2px solid #EFEFEF;
}

.mailform-select-box {
	position: relative;
}

.mailform-select-box:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 1.6rem;
    width: 0;
    height: 0;
    padding: 0;
	border-top: 10px solid #333;;
    border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	transform: translateY(-50%);
}

.mailform-select-box select {
	padding-left: 4rem;
}

.radio-box,
.check-box {
	display: inline-block;
}

.radio-box input[type="radio"],
.check-box input[type="checkbox"] {
	position: absolute;
    opacity: 0;
}

.radio-label,
.check-label {
	position: relative;
	display: block;
	padding-left: 30px;
	line-height: 1.4;
}

.radio-box input[type="radio"] + .radio-label:before,
.check-box input[type="checkbox"] + .check-label:before {
	content: '';
	position: absolute;
	top: .3rem;
	left: 0;
	display: inline-block;
	width: 2rem;
	height: 2rem;
	background: #fff;
	border: 1px solid #B0B0B0;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	transition: all .3s ease;
}

.radio-box input[type="radio"] + .radio-label:before { border-radius: 50%;}
.check-box input[type="checkbox"] + .check-label:before { border-radius: 0.3rem;}

.radio-box input[type="radio"]:checked + .radio-label:before,
.check-box input[type="checkbox"]:checked + .check-label:before {
	background-color: #239fb4;
	box-shadow: inset 0 0 0 4px #fff;
}

.radio-box input[type="radio"]:focus + .radio-label:before,
.check-box input[type="checkbox"]:focus + .check-label:before {
	outline: none;
	border-color: #B0B0B0;
}

.radio-box input[type="radio"]:disabled + .radio-label:before,
.check-box input[type="checkbox"]:disabled + .check-label:before {
	box-shadow: inset 0 0 0 4px #fff;
	border-color: #B0B0B0;
	background: #B0B0B0;
}

@media screen and (max-width: 767px) {
	
	.radio-box input[type="radio"] + .radio-label:before,
	.check-box input[type="checkbox"] + .check-label:before {
		top: .2rem;
	}
	
}

.wrp_input input[type="text"],
.wrp_input input[type="password"] {
	width: 100%;
}

form td label {
	display: inline-block;
	margin-right: 2rem;
	padding: 1rem 0 .6rem;
}

form td label + label {
	padding: .6rem 0;
}

@media screen and (max-width: 767px) {
	
	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	textarea {
		width: 100%;
	}
	
	input[type="text"].groupText {
		width: 46% !important;
		margin-right: 2%;
	}
	
}


form table,
.mailform-table {
	margin-bottom: 2rem;
	border-top-color: #EFEFEF;
	border-left: none;
}

form th,
.mailform-table th {
	position: relative;
	width: 36%;
	padding: 3.2rem 3.6em 2.2rem 1.6rem;
	background-color: transparent;
	border-right: none;
	border-bottom-color: #EFEFEF;
	font-weight: bold;
	vertical-align: top;
}

form td,
.mailform-table td {
	position: relative;
	width: calc( 100% - 36% );
	padding: 2.2rem 0;
	border-right: none;
	border-bottom-color: #EFEFEF;
	vertical-align: top;
}

.text-disabled {
	padding-top: 1rem;
}

.mailform-table--confirm th,
.mailform-table--confirm td {
	padding-top: 3.2rem;
	padding-bottom: 3.2rem;
}

.badge-require,
.badge-any {
	position: absolute;
	top: 3.4rem;
	right: 1.6rem;
	display: inline-block;
	width: 4rem;
	padding: 0.4rem 0;
	border-radius: 3px;
	color: #fff;
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1;
	text-align: center;
}

.badge-require { background-color: #239fb4;}
.badge-any { background-color: #B0B0B0;}

@media screen and (max-width: 767px) {
	
	form table,
	.mailform-table {
		margin-bottom: 2rem;
	}
	
	form th,
	.mailform-table th {
		display: block;
		width: 100%;
		padding: 2rem 0 0;
		border-bottom: none;
	}

	form td,
	.mailform-table td {
		display: block;
		width: 100%;
		padding: 1rem 0 2rem;
	}
	
	.badge-require,
	.badge-any {
		top: 2rem;
		right: 0;
	}
		
}

.mailform-table__notes { margin-top: 1rem;}
.mailform-table__notes + .mailform-table__notes { margin-top: 0;}

.err_msg {
	position: absolute;
	bottom: 100%;
	left: 0;
}

.err-msg--badge {
	position: relative;
	display: inline-block;
	margin: 0 0 -1rem;
	padding: 0.5rem 1.6rem;
	background-color: #BE272D;
	border-radius: 3px;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
}

.err-msg--badge:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 1.2rem;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 0;
	border-color: #BE272D transparent transparent transparent;
}

@media screen and (max-width: 767px) {
	
	.err_msg {
		position: static;
	}
	
	.err-msg--badge {
		margin: 1.6rem 0 0;
	}

	.err-msg--badge:before {
		content: '';
		top: auto;
		bottom: 100%;
		border-width:  8px 0 0 8px;
		border-color: transparent transparent transparent #BE272D;
	}
	
}

.pageLink {
	margin-top: 4rem;
}

.pageLinkBox {
	text-align: center;
}

.pageLinkBox ul {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 -15px;
	padding: 0;
	list-style: none;
}

.pageLinkBox li {
	padding: 0 15px;
}

@media screen and (max-width: 767px) {
	
	.pageLinkBox li {
		width: 50%;
	}
	
	.pageLinkBox .cparts-btn-square {
		min-width: inherit;
		width: 100%;
	}
		
}


input[type="button"],
input[type="submit"] {
	display: block;
	max-width: 240px;
	width: 100%;
	padding: 16px 25px;
	background: transparent;
	border: 2px solid #239fb4;
	border-radius: 8px;
	color: #239fb4;
	line-height: 1;
	transition: .3s;
	letter-spacing:0;
	text-align: center;
}

input[type="button"]:hover,
input[type="submit"]:hover {
	background-color: #239fb4;
	color: #fff;
}


.select-box {
	overflow: hidden;
	position: relative;
	width: 100%;
	background: transparent;
	text-align: center;
}

.select-box select {
	outline: none;
	width: 100%;
	padding: 0 1em 0 0;
	background: transparent;
	background-image: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-size: 1.4rem;
	text-overflow: ellipsis;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

.select-box select::-ms-expand {
	display: none;
}

.select-box::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 6px;
	width: 8px;
	height: 8px;
	padding: 0;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	pointer-events: none;
	transform: translateY(-50%) rotate(135deg);
}

/* placeholderのカラー */
::placeholder,
select:invalid,
.select.is-empty {
	color: #969696;
}

.header-search ::placeholder,
.header-search select:invalid,
.header-search .select.is-empty,
.seek-search ::placeholder,
.seek-search select:invalid,
.seek-search .select.is-empty {
	color: #ccc;
}


.header-body--search .select-box select {
	padding: 4px 16px 4px 4px;
	font-size: 1.2rem;
}

.seek-search .form-text {
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

.seek-search select,
.seek-search .form-text {
	font-size: 1.4rem;
}


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

	 header

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

.siteblock-header {
	width: 100%;
	padding: 0 0 3.2rem;
}

.top .siteblock-header {
	padding-bottom: 0;
}


.header-info {
	padding: 0 .5rem;
	background-color: #ececec;
}

.header-info-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.4rem 2rem;
}

.header-info-logo {
	display: flex;
	align-items: center;
	margin: 0 -1rem;
}

.header-info-logo__logo {
	padding: 0 1rem;
}

.header-info-logo__logo img {
	width: 104px;
}

.header-info-logo__text {
	margin-top: 0.4rem;
	padding: 0 1rem;
	border-left: 1px solid #a8a8a8;
	font-size: 1.1rem;
	line-height: 1;
}

.header-info-nav ul {
	display: flex;
	margin: 0 -0.4rem;
	padding: 0;
	list-style: none;
}

.header-info-nav li {
	padding: 0 0.4rem;
}

.header-info-btn {
	position: relative;
	z-index: 1;
	display: block;
	padding: .7rem 2.6rem .7rem 1rem;
	border-style: solid;
	border-width: 1px;
	border-radius: .5rem;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: .3s;
	backface-visibility: hidden
}

span.header-info-btn {
	padding: .7rem 1rem .7rem 1rem;
}

.header-info-btn--metaverse {
	background-color: #375380;
	border-color: #375380;
	color: #fff;
}

.header-info-btn--robo {
	background-color: #009944;
	border-color: #009944;
	color: #fff;
}

.header-info-btn--ai {
	padding-right: 1rem;
	border-color: #239fb4;
	color: #239fb4;
	cursor: default;
}

span.header-info-btn--space {
	border-color: #c0c0c0;
	color: #c0c0c0;
	cursor: default;
}

a.header-info-btn--space {
	background-color: #000;
	border-color: #000;
	color: #fff;
}

.header-info-btn--metaverse:hover {
	background-color: transparent;
	color: #375380;
}

.header-info-btn--robo:hover {
	background-color: transparent;
	color: #009944;
}

a.header-info-btn--space:hover {
	background-color: transparent;
	color: #000;
}

a.header-info-btn:before {
	position: absolute;
	top: 50%;
	right: 1rem;
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	line-height: 1;
	transform: translateY(-50%) rotate(45deg);
}

.header-info-btn--ai:before {
	display: none !important;
}

.header-info-btn:hover:before {
	border-top-color: #375380;
	border-right-color: #375380;
}

.header-info-btn--robo:hover:before {
	border-top-color: #009944;
	border-right-color: #009944;
}

a.header-info-btn--space:hover:before {
	border-top-color: #000;
	border-right-color: #000;
}

a.header-info-btn:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	margin: 0 !important;
	background: #fff;
	transform-origin: 100% 50%;
	transform: scaleX(0);
	transition: transform ease .3s;
	border-radius: 4px;
}

.header-info-btn--ai:after {
	display: none;
}

a.header-info-btn:hover:after {
	transform-origin: 0% 50%;
	transform: scaleX(1);
}

@media screen and (max-width: 767px) {
		
	.header-info {
		display: none;
	}
	
}


.header-section {
	background-color: #fff;
	border-bottom: 1px solid #c1c1c1;
}

.header-section-row {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.5rem 2rem;
}

.header-section__logo {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	padding-top: 0.4rem;
	transform: translateY(-50%) translateX(-50%);
}

.header-logo {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
	color: #231815;
}

.header-logo__text {
	margin: 0;
	font-size: 1.1rem;
	font-weight: 700;
}

.header-logo__photo {
	margin: 0;
}

.header-logo__photo img {
	width: 172px;
}

.header-section__guide {
	margin: 0;
}

.header-section__guide a {
	position: relative;
	display: inline-block;
	padding-left: 16px;
	color: #333;
	text-decoration: none;
}

.header-section__guide a:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 10px;
	height: 14px;
	background: url("../images/common/icon-beginners.svg") no-repeat center center;
	background-size: contain;
	transform: translateY(-50%);
}

.header-section__guide a > span {
	position: relative;
}

.header-section__guide a > span:after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #333;
	bottom: -1px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
}

.header-section__guide a:hover > span:after {
	transform: scale(1, 1);
}

.header-section__nav {
	display: flex;
}

@media screen and (max-width: 1280px) {
	
	.header-section__col {
		display: flex;
		align-items: center;
	}
	
	.header-section__logo {
		position: static;
		transform: translateY(0) translateX(0);
	}
	
	.header-logo {
		align-items: flex-start;
	}
	
	.header-logo__photo {
		margin: 0 0 6px;
	}
	
	.header-section__guide {
		padding-left: 2rem;
	}
		
}

@media screen and (max-width: 959px) {
		
	.header-section__guide {
		display: none;
	}
	
}

@media screen and (max-width: 620px) {

	.header-section__logo {
		padding-top: 0;
	}
	
	.header-section__logo img {
		width: 160px;
	}
		
}

@media screen and (max-width: 519px) {
	
	.header-logo__text {
		display: none;
	}
	
	.header-logo__photo {
		margin: 0;
	}
	
	.header-section__logo img {
		width: 100px;
	}
		
}


.header-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.6rem;
}

.header-box__info {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 519px) {
	
	.header-box {
		padding: 1.2rem;
	}
	
	.header-box__logo {
		padding: 0;
	}

	.header-box__logo img {
		width: 100px;
	}

	.header-box__guide {
		display: none;
	}

}


.header-box__nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-nav ul {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0 2.4rem;
	list-style: none;
}

.header-nav ul li {
	padding: 0 1.5rem;
	font-weight: 700;
}

.header-nav a {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #333;
	text-decoration: none;
}

.header-nav a:after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 9px;
	background-color: #239fb4;
	bottom: -18px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
}

.page-learn .header-nav__li--learn a,
.page-seek .header-nav__li--search a,
.page-know .header-nav__li--know a {
	color: #239fb4;
}

.header-nav a:hover:after,
.page-learn .header-nav__li--learn a:after,
.page-seek .header-nav__li--search a:after,
.page-know .header-nav__li--know a:after {
	transform: scale(1, 1);
}

.header-nav__en {
	position: relative;
	display: block;
	margin: 0 0 8px;
	padding: 0 0 0 16px;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1;
	color: #239fb4;
}

.header-nav__en:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	transform: translateY(-50%);
}

.header-nav__en--learn:before {
	width: 11px;
	height: 14px;
	background-image: url("../images/common/icon-learn.svg");
	background-size: contain;
}

.header-nav__en--search:before {
	width: 14px;
	height: 14px;
	background-image: url("../images/common/icon-search.svg");
	background-size: contain;
}

.header-nav__en--know:before {
	width: 14px;
	height: 14px;
	background-image: url("../images/common/icon-know.svg");
	background-size: contain;
}

.header-nav__ja {
	display: block;
	font-size: 2.4rem;
	line-height: 1;
}

.header-nav a:hover .header-nav__ja {
	color: #239fb4;
}

.header-sub {
	display: flex;
	align-items: center;
}

.btn-menber {
	margin: 0;
}

.btn-menber a {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	padding: 10px 0;
	background-color: #239fb4;
	border: 2px solid #239fb4;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	transition: .3s;
	backface-visibility: hidden;
}

.btn-menber a:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 24px;
	margin: 0 10px 0 0;
	background: url("../images/common/icon-member--white.svg") no-repeat center center;
	background-size: contain;
	vertical-align: middle;
	line-height: 1;
}

.btn-menber a:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: #fff;
	transform-origin: 100% 50%;
	transform: scaleX(0);
	transition: transform ease .3s;
	border-radius: 4px;
}

.btn-menber a:hover {
	background-color: transparent;
	color: #239fb4;
}

.btn-menber a:hover:before {
	background-image:	url("../images/common/icon-member.svg")
}

.btn-menber a:hover:after {
	transform-origin: 0% 50%;
	transform: scaleX(1);
}

.btn-menber--active a {
	width: 152px;
	background-color: #808080;
	border-color: #808080;
}

.btn-menber--active a:hover {
	color: #808080;
}

.btn-menber--active a:hover:before {
	background-image:	url("../images/common/icon-member--gray.svg")
}

@media screen and (max-width: 519px) {
		
	.btn-menber a {
		width: auto;
		padding: 8px 12px;
		font-size: 1.2rem;
	}
	
	.btn-menber a:before {
		width: 13px;
		height: 15px;
		margin: 0 6px 0 0;
	}
		
}


.header-sub__menu {
	margin: 0 0 0 2rem;
}

.header-sub__menu a {
	position: relative;
	display: flex;
	height: 40px;
	width: 40px;
	justify-content: center;
	align-items: center;
}

.header-sub__menu a > span,
.header-sub__menu a > span:before,
.header-sub__menu a > span:after {
	content: '';
	position: absolute;
	display: block;
	height: 3px;
	width: 100%;
	background-color: #000;
	transition: all .3s;
}

.header-sub__menu a > span:before {
	bottom: 12px;
}

.header-sub__menu a > span:after {
	top: 12px;
}

.header-sub__menu a:hover > span,
.header-sub__menu a:hover > span:before,
.header-sub__menu a:hover > span:after {
	background-color: #239fb4;
}

@media screen and (max-width: 519px) {
		
	.header-sub__menu {
		margin: 0 0 0 1rem;
	}

	.header-sub__menu a {
		height: 32px;
		width: 32px;
	}

}


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

	footer

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

.footer {
	padding: 5.2rem 0;
	background-color: #239fb4;
	color: #fff;
}

.footer__inner {
	margin: 0 auto;
	max-width: 1360px;
	padding: 0 2rem;
}

.footer-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -2rem -4rem;
}

.footer-col {
	width: 20%;
	margin: 0 0 4rem;
	padding: 0 2rem;
	position:relative;
}

@media screen and (max-width: 959px) {
		
	.footer-col {
		width: 50%;
		margin-bottom: 2rem;
	}
		
}

@media screen and (max-width: 519px) {
	
	.footer {
		padding: 3.2rem 0;
	}

	.footer-col {
		width: 100%;
		margin-bottom: 2rem;
		padding: 0 2rem;
	}
		
}

.footer-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-nav li {
	margin: 0;
	padding: 0;
}

.footer-nav li {
	margin: 0 0 2.4rem;
	font-size: 1.8rem;
	font-weight: 700;
}

.footer-nav li:last-child {
	margin-bottom: 0;
}

.footer-nav li ul {
	margin-top: 2.4rem;
	padding-left: 2.4rem;
	border-left: 8px solid rgb(255 255 255 / 20%);
}

.footer-nav li li {
	margin-bottom: 1.6rem;
	font-size: 1.4rem;
	font-weight: 400;
}

.footer-nav li li:last-child {
	margin-bottom: 0;
}

.footer-nav a {
	color: #fff;
	text-decoration: none;
}

.footer-nav a:hover {
	opacity: .4;
}

@media screen and (max-width: 519px) {
	
	.footer-nav li ul {
		padding-left: 0;
		border-left: 0;
		margin-top:0;
	}

	.footer-col .footer-nav ul li ul{
		display:flex;
		flex-wrap:wrap;
		gap:1px;
	}

	.footer-col .footer-nav ul li ul li{
		width: calc(50% - 1px);
		display: block;
		background-color: rgb(255 255 255 / 20%);
		margin-bottom: 0;
	}

	.footer-col .footer-nav ul li ul li:hover{
		background-color:rgba(255,255,255,.4);
	}

	.footer-col .footer-nav ul li ul li:nth-child(odd){
		
	}

	.footer-col .footer-nav ul li ul li a{
		display:block;
		width:100%;
		padding:1.2rem;
	}

	.footer-col .footer-nav ul li ul li a:hover{
		opacity:1;
	}

}


.footer-sns-title {
	margin: 0 0 2.4rem;
	font-size: 1.8rem;
	font-weight: 700;
}

.footer-sns ul {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-sns li {
	padding: 0 1.6rem;
}

.footer-sns__tw img { width: 32px;}
.footer-sns__fb img { width: 16px;}
.footer-sns__line img { width: 42px;}

.footer-sns a:hover img {
	opacity: .5;
}

@media screen and (max-width: 519px) {
	
	.footer-sns ul {
		justify-content: center;
	}
	
}


.footer-logo {
	padding: 7.2rem 0 8rem;
	text-align: center;
}

.footer-logo__text {
	margin: 0 0 2rem;
	padding: 0 1.5rem;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 1px;
}

.footer-logo img {
	width: 376px;
	height: auto;
}


.footer-service {
	display: flex;
	align-items: center;
	margin: 0 -1rem;
	padding-bottom: 5.2rem;
}

.footer-service__col {
	width: 25%;
	margin-bottom: 2rem;
	padding: 0 1rem;
	text-align: center;
}

.footer-service__logo {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	margin-bottom: 1rem;
	text-align: center;
}

.footer-service__text {
	font-size: 1.3rem;
	font-weight: 700;
	color: #4d4d4d;
}

.footer-service__logo img { height: 38px;}

.copyright {
	padding: 2rem 1rem;
	background-color: #e7e7e7;
	font-size: 1.4rem;
	text-align: center;
}

#cmsMobileButton {
	display: none;
}

@media screen and (max-width: 519px) {
	
	.footer-service {
		padding-bottom: 2rem;
	}
	
	.footer-col {
		width: 100%;
		padding: 0 2rem;
	}
	
	.footer-logo {
		padding: 3.2rem 0 4rem;
	}

	.footer-logo__text {
		font-size: 1.6rem;
	}
	
	.footer-logo img {
		width: 214px;
	}
	
	.footer-service {
		flex-wrap: wrap;
		align-items: flex-start;
	}

	.footer-service__col {
		width: 50%;
	}
	
	.footer-service__logo img { height: 20px;}
	
}


.sponsor-list-logo {
	margin: 0 0 3.6rem;
	text-align: center;
}

.sponsor-list-logo img {
	width: 400px;
	height: auto;
}

@media screen and (max-width: 519px) {

	.sponsor-list-logo img {
		width: 200px;
	}
	
}


.sponsor-list-wrap {
	max-width: 1132px;
	margin: 0 auto;
}

.sponsor-list-wrap ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sponsor-list-wrap li {
	margin: 0;
	padding: 0;
}

.sponsor-list {
	display: flex;
	flex-wrap: wrap;
}

.sponsor-list li {
	width: 25%;
}

.sponsor-list-footer {
	padding-top: 4rem;
	padding-bottom: 8rem;
}

.sponsor-list-footer > :last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 519px) {
	
	.sponsor-list li {
		width: 25%;
	}

	.sponsor-list-footer {
		padding-top: 2rem;
		padding-bottom: 4rem;
	}
	
}


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

	OPT3

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

.modal-nav {
	position: fixed;
	z-index: 999;
	top: 0;
	right: -120%;
	width: 100%;
	max-width:520px;
	height: 100vh;
	background: #fff;
	transition: all .75s ease-out;
}

.modal-nav.is-active {
	right: 0;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}

.modal-nav.is-active .modal-nav-body {
	position: fixed;
	overflow: auto;
	z-index: 999; 
	width: 100%;
	max-width:520px;
	height: 100vh;
	-webkit-overflow-scrolling: touch;
}

.modal-nav-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 4.8rem;
}

@media screen and (max-width: 767px) {
	.modal-nav {
		max-width: 100%;
	}

	.modal-nav.is-active .modal-nav-body {
		max-width: 100%;
	}
}


@media screen and (max-width: 519px) {
	
	.modal-nav {
		transition: all .3s ease-out;
	}
		
	.modal-nav-head {
		padding: 2.4rem;
	}
}


.modal-nav-head__logo {
	display: none;
}

.modal-nav-head__logo p {
	margin: 0;
	padding-right: 1.2rem;
}

.modal-nav-head__logo a {
	display: block;
}

.modal-nav-head__logo img {
	/*
	width: 228px;
    height: auto;
	*/
	width: 100%;
	max-width: 228px;
}

.modal-nav-head__nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.modal-nav-close {
	margin: 0 0 0 2rem;
}

.modal-nav-close a {
	position: relative;
	display: flex;
	height: 40px;
	width: 40px;
	justify-content: center;
	align-items: center;
}

.modal-nav-close a > span,
.modal-nav-close a > span:after {
	content: '';
	position: absolute;
	display: block;
	height: 3px;
	width: 100%;
	background-color: #000;
	transition: all .3s;
}

.modal-nav-close a > span:after {
	transform: rotate(-90deg);
}

.modal-nav-close a > span {
	transform: rotate(-45deg);
}

.modal-nav-close a:hover > span,
.modal-nav-close a:hover > span:after {
	background-color: #239fb4;
}

@media screen and (max-width: 519px) {
	
	.modal-nav-head__logo {
		display: block;
	}
		
	.modal-nav-head__logo img {
		 width: 100px;
	}

	.modal-nav-head__nav {
		justify-content: flex-end;
	}
	
	.modal-nav-close {
		margin: 0 0 0 1rem;
	}

	.modal-nav-close a {
		height: 32px;
		width: 32px;
	}
	
}

@media screen and (max-width: 959px) {
		
	.header-nav {
		display: none;
	}
		
}


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

	topicpath

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

.sitedesign-topicpath {
	margin-top: -2rem;
	padding-bottom: 3.2rem;
}

.sitedesign-breadcrumb {
	overflow-x: scroll;
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.4rem;
	color: #969696;
	word-break: keep-all;
	white-space: nowrap;
	scrollbar-width: none !important;
	-ms-overflow-style: none !important;
}

.sitedesign-breadcrumb::-webkit-scrollbar {
	display: none !important;
}

.sitedesign-breadcrumb li + li {
	margin: 0;
}

.sitedesign-breadcrumb li + li:before {
	content: '／';
	display: inline-block;
	padding: 0 1rem;
}

.sitedesign-breadcrumb a {
	color: #969696;
	text-decoration: none;
}

.sitedesign-breadcrumb a:hover {
	color: #444;
}

@media screen and (max-width: 519px) {
		
	.sitedesign-topicpath {
		display: none;
	}
		
}


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

	MODULE:blog-entry

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

/*
.blog-entry__col {
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.5s cubic-bezier(0,1.2,1.0,1.0);
}

.blog-entry__col.is-active {
	opacity: 1;
	transform: translateY(0px);
}

.fadeUp {
	animation-name: fadeUpAnime;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadeUpAnime{
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
*/


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

	MODULE:blog-individual

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

.blog-individual {
	position: relative;
	padding: 0 3.2rem;
}

@media screen and (max-width: 519px) {
	
	.blog-individual {
		padding-right: 1.2rem;
		padding-left: 1.2rem;
	}
	
}

.blog-individual-contents-wrap {
}

.blog-individual-contents {
	position: relative;
	max-width: calc( 850px + 6.4rem );
	margin: 0 auto;
	padding: 6rem 3.2rem;
}

.blog-individual-contents iframe.youtube{
	width:100%;
	aspect-ratio: 16 / 9;
	margin:0 auto;
}

@media screen and (max-width: 1024px) {
	
	.blog-individual-contents {
		padding: 2rem 4.8rem;
	}

}

@media screen and (max-width: 519px) {
	
	.blog-individual-contents {
		padding: 1.5rem;
	}
	
}


.individual-head {
	margin: 0 0 48px;
}

.individual-head__upper {
	display: flex;
	align-items: center;
	margin: 0 0 .4rem;
}

.individual-head__upper-- { /* 一旦置いておく */
	margin-bottom: 3.2rem;
	padding: 0 0 10px;
	border-bottom: 1px solid #e3e3e3;
}

.individual-head__info {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	color: #375380;
	font-weight: 700;
}

.individual-head__data {
	margin: 0;
	padding: 0;
}

.individual-head__company {
	line-height: 1;
}

.individual-head__service {
	display: inline-block;
	margin-right: 1.2rem;
	padding-right: 1.2rem;
	border-right: 1px solid #e3e3e3;
	font-weight: 700;
}

.individual-head__page {
	margin: 0 0 0 16px;
	padding: 0 0 0 12px;
	border-left: 1px solid #e3e3e3;
}

.individual-head__cat-know ul {
	display: flex;
	margin: 0 -4px;
	padding: 0;
	list-style: none;
}

.individual-head__cat-know li {
	margin: 0;
	padding: 0 4px;
	line-height: 1;
}

.individual-head__cat-know li:last-child {
	margin-right: 1.2rem;
	padding-right: 1.2rem;
	border-right: 1px solid #e3e3e3;
}


.individual-head__cat-know a {
	color: #239fb4;
	font-weight: 700;
	text-decoration: none;
}

.individual-head__cat-learn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 1.2rem;
}

.individual-head__cat-learn ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.individual-head__cat-learn li {}

.individual-head__cat-learn a {
	font-weight: 700;
	color: #239fb4;
	text-decoration: none;
}

.individual-head__share img {
	width: auto;
	height: 14px;
}

.blog-individual__title {
	margin: 0 0 12px;
	padding: 0;
	text-align: left;
	font-size: 3.2rem;
	line-height: 1.4;
	font-weight: 700;
	word-break: break-all;
}

.blog-individual__title:before,
.blog-individual__title:after {
	display: none;
}

@media screen and (max-width: 519px) {
	
	.individual-head__upper {
		flex-wrap: wrap;
		font-size: 1.2rem;
	}
	
	.individual-head__cat-know {
		width: 100%;
		margin-bottom: 0.6rem;
	}
	
	.individual-head__cat-know li:last-child {
		border-right: none;
	}
	
	.individual-head__company {
		width: 100%;
	}
	
	.blog-individual__title {
		font-size: 20px;
	}
	
	.individual-head__cat-learn {
		margin: 0 0 .6rem;
	}
	
}


.individual-head__footer {
	display: flex;
	justify-content: space-between;
	margin: 0 -2px;
}

.individual-head__cat-realization {
	padding: 0 2px;
}

.individual-head__cat-realization ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -4px -8px;
	padding: 0;
	list-style: none;
}

.individual-head__cat-realization li {
	margin: 0 0 8px;
	padding: 0 4px;
}

.individual-head__sns {
	display: flex;
	align-content: center;
	padding: 0 2px;
}

.individual-head__bookmark a {
	position: relative;
	display: inline-block;
	padding: 0 32px 0 0;
	font-size: 1.4rem;
	color: #333;
	text-decoration: none;
	white-space: nowrap;
}

.individual-head__bookmark a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 20px;
	height: 29px;
	background: url("../images/icon/icon-bookmark--gray.svg") no-repeat center center;
	background-size: contain;
	transform: translateY(-50%);
	transition: .3s all;
}

.individual-head__bookmark a.is-active:after {
	background-image: url("../images/icon/icon-bookmark--gray--on.svg");
}

@media screen and (min-width: 520px) {

	.individual-head__bookmark a:hover {
		color: #239fb4;
	}
	
	.individual-head__bookmark a:hover:after {
		background-image: url("../images/icon/icon-bookmark--primary.svg");
	}
	
}

@media screen and (max-width: 519px) {
	
	.individual-head__footer {
		flex-wrap: wrap;
	}

	.individual-head__cat-realization {
		width: 100%;
	}

	.individual-head__sns {
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin: 1.6rem 0 0;
		padding: 1.2rem 0;
		border-top: 1px solid #e3e3e3;
		border-bottom: 1px solid #e3e3e3;
	}
	
	.individual-head__bookmark a {
		font-size: 1.2rem;
	}

}


.share-box-sp {
	display: none;
	margin: 0 0 0 3rem;
}

.share-box-sp dl {
	display: flex;
	align-items: center;
	margin: 0 -8px;
	padding: 0;
}

.share-box-sp dt {
	margin: 0;
	padding: 0 8px 0 0;
}

.share-box-sp dd {
	padding: 0 8px;
}

.share-box-sp dd img {
	width: 20px;
}

.share-box-sp a:after {
	display: none;
}

@media screen and (max-width: 519px) {
	
	.share-box-sp {
		display: block;
	}
	
	.share-box-sp dt {
		font-size: 1.2rem;
	}
	
}


/* 関連記事 */
.blog-related {
	margin: 0 0 32px;
}

.blog-related__title {
	margin: 0 0 1.6rem;
	font-size: 1.8rem;
	font-weight: 700;
}

.blog-related__col + .blog-related__col {
	margin-top: 16px;
}

.blog-related__btn {
	margin-top: 32px;
}



.related-box {
	overflow: hidden;
	display: block;
	padding: 2.4rem;
	background-color: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 10px;
	text-decoration: none;
	cursor: pointer;
}

.cparts-related-box {
	margin: 0 0 8rem;
}

.related-box__photo {
	overflow: hidden;
	float: left;
	width: 26.6666667%;
	border-radius: 10px;
}

.related-box__photo img {
	display: block;
	width: 100%;
	max-width: none;
	height: auto;
	transition: .3s all;
}

.related-box__text {
	float: right;
	width: calc( 100% - 26.6666667% );
	padding-left: 16px;
}

.related-box__text h4 {
	margin: 0 0 1.2rem;
	padding: 0;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.49;
	color: #000;
}

.related-box__text h4 a {
	color: #000;
	text-decoration: none;
}

.related-box:hover .related-box__text h4 a {
	color: #239fb4;
}

.related-box__cat {
	float: right;
	width: calc( 100% - 26.6666667% );
	padding-left: 16px;
}

.related-box__cat ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -3px -6px;
	padding: 0;
	list-style: none;
}

.related-box__cat li {
	margin: 0 0 6px;
	padding: 0 3px;
}

.related-box:hover {
	background-color: #efefef;
}

.related-box:hover .related-box__title {
	color: #239fb4;
}

.related-box:hover .related-box__photo img {
	transform: scale(1.2,1.2);
}

@media screen and (max-width: 519px) {
	
	.related-box {
		padding: 1rem;
	}
	
	.cparts-related-box {
		margin: 0 0 4rem;
	}
	
	.related-box__photo {
		width: 34%;
		margin-bottom: 1rem;
	}

	.related-box__text {
		width: calc( 100% - 34% );
		padding-left: 16px;
	}
	
	.related-box__text .related-box__title {
		font-size: 1.4rem;
	}
	
	.related-box__cat {
		clear: both;
		float: none;
		width: 100%;
		padding-left: 0;
	}
	
}

.category-recent--detail-page .category-recent-col {
	display: flex;
}

.recent-pickup-box {
	overflow: hidden;
	display: block;
	background-color: #fff;
	text-decoration: none;
	color: #333;
}

.recent-pickup-box__photo {
	overflow: hidden;
	border-radius: 10px;
}

.recent-pickup-box__photo img {
	display: block;
	max-width: none;
	width: 100%;
	height: auto;
	aspect-ratio: 155 / 96;
}

.recent-pickup-box:hover img {
	transform: scale(1.2,1.2);
}

.recent-pickup-box__body {
	padding: 4.2rem;
}

.recent-pickup-box__head {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 1.6rem;
	padding: 0 0 .8rem;
	border-bottom: 1px solid #e3e3e3;
}

.recent-pickup-box__cat-know {
	width: 100%;
	margin-bottom: 0.8rem;
}

.recent-pickup-box__cat-know ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.recent-pickup-box__cat-know li {
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
	line-height: 1;
	font-weight: 700;
	color: #239fb4;
}

.recent-pickup-box__cat-know li:nth-child(n+2) {
	display: none;
}

.recent-pickup-box__company {
	display: flex;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.2;
}

.recent-pickup-box__company-col + .recent-pickup-box__company-col {
	margin-left: 1rem;
	padding-left: 1rem;
	border-left: 1px solid #e3e3e3;
}

.recent-pickup-box__title {
	font-size: 2.1rem;
	line-height: 1.4;
	color: #333;
}

.recent-pickup-box__text {
	margin: 0;
}

.recent-pickup-box__text > :last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 519px) {
		
	
	.recent-pickup-box__cat-know {
		width: 100%;
		margin-bottom: 0.8rem;
	}

	.recent-pickup-box__body {
		padding: 2.4rem;
	}
	
	.recent-pickup-box__cat-know li {
		font-size: 1.2rem;
	}

	.recent-pickup-box__company {
		font-size: 1.2rem;
	}

	.recent-pickup-box__title {
		font-size: 1.6rem;
	}

	.recent-pickup-box__text {
		margin: 0 0 2rem;
	}

}


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

	pickup

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

.pickup-box {
	background: url("../images/common/pickup-bg.jpg") no-repeat center center;
	background-size: cover;
	padding: 7.2rem 0;
}

.pickup-box__row {
	display: flex;
	align-items: center;
	margin: 0 -18px;
}

.pickup-box__head {
	width: calc( 100% - 69.760479% );
}

.pickup-box__title {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 1;
}

.pickup-box__head img {
	width: 310px;
}

.pickup-box__body {
	display: flex;
	align-items: center;
	width: 69.760479%;
}

.pickup-box__col {
	width: 50%;
	padding: 0 18px;
}

.pickup-box__col > :last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 519px) {

	.pickup-box {
		padding: 3.2rem 0;
	}

	.pickup-box__row {
		flex-wrap: wrap;
		margin: 0;
	}

	.pickup-box__head {
		width: 100%;
	}

	.pickup-box__title {
		margin: 0 0 3.2rem;
	}
	
	.pickup-box__head img {
		width: auto;
		height: 42px;
	}

	.pickup-box__body {
		width: 100%;
		margin: 0;
		padding: 0 10px;
	}

	.pickup-box__col {
		width: 50%;
		padding: 0 10px;
	}
	
}


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

	header-body

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

.header-body-wrap {
	border-bottom: 1px solid #c1c1c1;
}

.header-body {
	position: relative;
	display: flex;
	align-items: center;
}

.header-keyword {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: calc( 100% - 300px);
}

.header-keyword__head {
	display: flex;
	width: 80px;
	margin-top: -1px;
	background: #239fb4 url("../images/icon/icon-pen.svg") no-repeat center center;
	background-size: 40px auto;
	text-align: center;
	color: #fff;
	font-weight: 700;
}

.header-keyword__head a {
	display: block;
	width: 100%;
	padding: 20px 0;
	color: #fff;
	text-decoration: none;
}

.header-keyword__head--search {
	background-image: url("../images/icon/icon-search--white.svg");
	background-size: 55px auto;
}

@media screen and (max-width: 959px) {
	
	.header-keyword__head {
		width: 60px;
		background-size: 28px auto;
	}

	.header-keyword__head--search {
		background-size: 38px auto;
	}
	
}

@media screen and (max-width: 519px) {

	.header-body-wrap .inner {
		padding-left: 0;
		padding-right: 0;
	}

}


.header-keyword__info {
	padding-left: 20px;
	width: 150px;
	font-weight: 700;
	color: #239fb4;
	white-space: nowrap;
}

.header-keyword__body {
	padding:4px 0;
	overflow-x: auto;
	overflow-y:hidden;
	display: flex;
	width: calc( 100% - 230px );
	/*-ms-overflow-style: none;*/
}

@-moz-document url-prefix() {
	.header-keyword__body {
		padding:0 0 14px 0;
		scrollbar-width: thin;
		scrollbar-color: #239fb4 #f2f2f2;
	}
}

.header-keyword__body::-webkit-scrollbar {
	height: 3px;
}
.header-keyword__body::-webkit-scrollbar-thumb {
    background: #239fb4;
}
.header-keyword__body::-webkit-scrollbar-track {
    background: #dcecef;
}


.header-keyword__body ul {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}

.header-keyword__body li {
	padding: 0 5px;
}

.header-keyword__body a {
	white-space: nowrap;
}

.header-search {
	width: 300px;
	padding: 0 16px;
}

.header-search-box {
	display: flex;
	width: 100%;
	border-radius: 5px;
}

input.header-search-box__text {
	width: calc(100% - 40px);
	background-color: #fff;
	border: 1px solid #c9c9c9;
	padding: 0 12px;
	border-radius: 0;
	font-size: 1.2rem;
	line-height: 38px;
	outline: none;
}

input.header-search-box__text:focus {
	border-color: #c6c6c6;
}

.page-learn input.header-search-box__text {
	border-radius: 5px 0 0 5px;
}

.header-search-box__btn {
	position: relative;
	width: 40px;
	height: 40px;
	background-color: #c9c9c9;
	border-radius: 0 5px 5px 0;
}

.header-search-box__btn:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 22px;
	height: 22px;
	background: url("../images/icon/icon-search.svg") no-repeat center center;
	background-size: contain;
	transform: translateY(-50%) translateX(-50%);
}

.page-seek .header-keyword {
	width: calc( 100% - 488px);
}

.page-seek .header-search {
	width: 488px;
}

.header-body--search .header-search > form {
	width: 100%;
	display: flex;
}

.header-search-select {
	width: 210px;
	margin-right: -1px;
	border: 1px solid #c9c9c9;
	font-size: 1.2rem;
}

.header-search-select:first-child {
	border-radius: 5px 0 0 5px;
}

.header-body--search .header-search-box {
	border-radius: 0 5px 5px 0;
}

.header-search-select select {
	display: block;
	height: 38px;
	outline: none;
}

@media screen and (max-width: 959px) {
	
	.header-body {
		padding-right: 1.2rem;
	}

	.header-keyword {
		width: calc( 100% - 36px);
	}

	.header-keyword__info {
		display: none;
	}

	.header-keyword__body {
		width: calc( 100% - 60px );
	}
	
	.header-keyword__body a {
		font-size: 1rem;
	}

	.header-search {
		width: 36px;
		padding: 0;
	}
	
	.header-body--search .header-keyword {
		width: calc( 100% - 40px );
	}
	
}


.btn-header-search-open {
	display: none;
	width: 40px;
	height: 40px;
    background: #b0b0b0 url(../images/icon/icon-search.svg) no-repeat center center;
    background-size: 22px 22px;
	border-radius: 5px;
}

@media screen and (max-width: 959px) {

	.header-body--search .header-search {
		display: none;
		position: absolute;
		left: 64px;
		width: calc( 100% - 73px );
		background-color: #fff;
	}
	
	.header-search-select {
		width: 75px;
	}
	
	.page-seek .header-search-box {
		width: calc( 100% - 150px );
	}
	
	.page-learn .header-search-box {
		width: 100%;
	}
	
	.header-search.is-open {
		display: block;
	}
		
	.btn-header-search-open {
		display: block;
	}

}


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

	seek

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

.seek-key {
	padding: 2.4rem 3.2rem 6rem;
}

.seek-key__title {
	margin: 0 0 2rem;
	padding: 0;
	border: none;
	font-size: 2.8rem;
	line-height: 1.4;
	font-weight: 700;
	text-align: center;
}

.seek-key__title:before,
.seek-key__title:after {
	display: none;
}

.seek-search {
	display: flex;
	max-width: 928px;
	width: 100%;
	margin: 0 auto;
	padding: 5px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.seek-search__body {
	display: flex;
	flex-wrap: wrap;
	width: calc( 100% - 180px );
}

.seek-search__col {
	width: 50%;
	padding: 1.6rem;
	border-left: 1px solid #ccc;
}

.seek-search__col:first-child {
	border-left: none;
}

.seek-search__col--freeword {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: none;
}

.seek-search__title {
	margin: 0 0 .4rem;
	font-size: 1.4rem;
}

.seek-search__btn {
	overflow: hidden;
	width: 180px;
	border-radius: 0 5px 5px 0;
}

.seek-search__btn button {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: #239fb4;
	border: 2px solid #239fb4;
	color: #fff;
	text-align: center;
	font-weight: 700;
	transition: .3s;
    backface-visibility: hidden;
}

.seek-search__btn button:hover {
	background-color: transparent;
	color: #239fb4;
}

.seek-search__btn button:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: #fff;
	transform-origin: 100% 50%;
	transform: scaleX(0);
	transition: transform ease .3s;
}

.seek-search__btn button:hover:after {
	transform-origin: 0% 50%;
	transform: scaleX(1);
}


@media screen and (max-width: 519px) {
	
	.seek-key {
		padding: 0.6rem 1.2rem 2.6rem;
	}
	
	.seek-key__title {
		font-size: 1.6rem;
	}
	
	.seek-search__body {
		width: 100%;
	}

	.seek-search__col--freeword {
		width: 66.66666666%;
	}

	.seek-search__btn {
		width: 33.33333333%;
	}

	.seek-search__btn button {
		font-size: 1.2rem;
	}

}


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

	seek / learn

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

.search-results {
	margin: 0 0 6rem;
}

@media screen and (max-width: 519px) {
	
	.search-results {
		margin-bottom: 3.2rem;
	}
	
}


.category-recent {
	margin: 0 0 4rem;
	padding: 0 0 4rem;
	border-bottom: 1px solid #d4d4d4;
}

@media screen and (max-width: 519px) {
	
	.category-recent {
		margin-bottom: 2rem;
		padding-bottom: 2rem;
	}
	
}


.category-recent-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 1.6rem;
}

.category-recent-head__title {
	position: relative;
	margin: 0;
	padding: 0 0 1.2rem;
	font-size: 21px;
	font-weight: bold;
	color: #239fb4;
	width:100%;
	border-bottom: 2px solid #c3c3c3;
	margin-right:1.2rem;
}

.category-recent-head__title::before{
  content: '';
  position: absolute;
  bottom: -2px;
  width: 60px;
  height: 2px;
  background: #239fb4;
}

.category-recent-head__title--icon {
	padding-left: 3.6rem;
}

.category-recent-head__title--icon:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	height: 28px;
	width: 28px;
	margin-top: 0;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transform: translateY(-50%);
}

.category-recent-head__title--icon--bell:before { background-image: url("../images/icon/icon-bell--gray.svg");}
.category-recent-head__title--icon--download:before { background-image: url("../images/icon/icon-download--gray.svg");}
.category-recent-head__title--icon--bookmark:before { background-image: url("../images/icon/icon-bookmark--gray.svg");}

@media screen and (max-width: 519px) {
	
	.category-recent-head {
		margin: 0 0 1.6rem;
	}
	
	.category-recent-head__title {
		padding-bottom: 0.8rem;
		font-size: 16px;
		font-weight:700;
		color: #239fb4;
	}

	.category-recent-head__btn .cparts-btn-square {
		width: auto;
		padding: 13px 32px 13px 16px;
		font-size: 1rem;
		min-width: 110px;
	}
	
}


.category-recent-head02 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 1.6rem;
}

.category-recent-head02__title {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 2.4rem;
	font-weight: bold;
	color: #239fb4;
}

@media screen and (max-width: 519px) {

	.category-recent-head02__title {
		font-size: 1.6rem;
	}
	
}


/*
.category-recent-col {
	opacity: 0;
}
*/

.category-recent-col-6 {
	width: 50%;
}

@media screen and (max-width: 959px) {
	
	.category-recent--detail-page .category-recent-col {
		width: 50%;
	}
	
	.category-recent--detail-page .category-recent-col:first-child {
		width: 100%;
	}
	
}

@media screen and (max-width: 519px) {
		
	.category-recent-col-sm-12 {
		width: 100%;
	}
	
	.category-recent--detail-page .category-recent-col {
		width: 100%;
	}
	
}


.siteblock-main	 {
	position: relative;
}

/* shareボタン */
.share-box {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -3.2rem;
	z-index: 1;
}

.share-box dl {
	position: sticky;
	top: 6rem;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 36px;
	margin: 6rem 0 0;
	padding: 0;
}

.share-box dt {
	width: 6rem;
	margin: 0 0 1rem;
	padding: 0 6px 6px;
	transform:rotate(90deg);
}

.share-box dd {
	margin: 0;
	padding: 0;
	text-align: center;
}

.share-box dd:last-child {
	margin-bottom: 2rem;
}

.share-box a {
	display: block;
	padding: 6px;
	text-align: center;
}

.share-box a:after {
	display: none;
}

.share-box a img {
	width: 22px;
	height: 22px;
}

.share-box a:hover img {
	opacity: .5;
}

@media screen and (max-width: 1024px) {

	.share-box {
		left: 0;
	}
	
	.share-box dl {
		margin-top: 2.4rem
	}
	
}

@media screen and (max-width: 519px) {
	
	.share-box {
		display: none;
	}
	
}


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

	home

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

.blog-recent__body {
	margin-bottom: 8rem;
 }

@media screen and (max-width: 959px) {
	
	.blog-recent__body {
		margin-bottom: 4rem;
	 }
	
}

@media screen and (max-width: 519px) {
	
	.blog-recent__body {
		margin-top: 0;
	 }
	
}


.recent-box {
	display: block;
	padding: 0;
	color: #333;
	text-decoration: none;
}

.recent-box__head {
	position: relative;
}

.recent-box__photo {
	overflow: hidden;
	border-radius: 10px;
}

@media screen and (max-width: 519px) {
	
	.recent-box {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
	}
	
	.recent-box__head {
		width: 42.8571429%;
	}
	
	.recent-box__body {
		width: 52.5714286%;
	}
	
	.category-recent-col + .category-recent-col {
		padding-top: 2rem;
		border-top: 1px solid #efefef;
	}
	
	.category-recent-col:first-child .recent-box {
		flex-direction: column;
	}
	
	.category-recent-col:first-child .recent-box__head {
		width: 100%;
		margin-bottom: .6rem;
	}
	
	.category-recent-col:first-child .recent-box__body {
		width: 100%;
	}
	
}


.recent-box02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.recent-box02__head {
	width: 54.5454545%;
}

.recent-box02__body {
	width: 42.3636364%;
}

.recent-box02__body > :last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 519px) {
	
	.recent-box02__head {
		width: 100%;
		margin-bottom: 1.6rem;
	}

	.recent-box02__body {
		width: 100%;
	}
	
	.recent-box02__text {
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
}


.recent-box__head:hover .recent-box__photo,
.recent-box__head.is-hover .recent-box__photo {
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.recent-box__photo img {
	display: block;
	max-width: none;
	width: 100%;
	height: auto;
	aspect-ratio: 155 / 96;
	transition: .3s all;
}

.recent-box__head:hover .recent-box__photo img,
.recent-box__head.is-hover .recent-box__photo img,
.recent-box02__head:hover .recent-box__photo img {
	transform: scale(1.2,1.2);
}

.recent-box__head .recent-box__data {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 0.6rem 0 0.6rem 0.8rem;
	background-color: #fff;
	border-radius: 5px 0 0 0;
	font-size: 1rem;
	line-height: 1;
	color: #333;
}

.recent-box__body .recent-box__data {
	margin: 0;
	text-align: right;
	font-size: 1rem;
	line-height: 1;
	color: #333;
}

.recent-box__cat01 .recent-box__data {
	margin: 0;
	text-align: right;
	font-size: 1rem;
	line-height: 1;
	color: #333;
}

.siteblock-opt2 .recent-box__data {
	background-color: #f3f3f3;
}

.mypage-recent-box .recent-box__body {
	display: flex;
	justify-content: space-between;
}

.mypage-recent-box .recent-box__title {
	width: calc( 100% - 30px );
}

.recent-box__bookmark {
	margin-top: 16px;
	cursor:pointer;
}

.recent-box__bookmark > a {
	display: block;
	width: 20px;
	height: 29px;
	background: url(../images/icon/icon-bookmark--gray.svg) no-repeat center center;
	background-size: contain;
	transition: transform .3s;
}

.recent-box__bookmark > a.is-active {
	background-image: url(../images/icon/icon-bookmark--gray--on.svg);
}

@media screen and (min-width: 520px) {
	
	.recent-box__bookmark > a:hover.is-active {
		background-image: url(../images/icon/icon-bookmark--primary.svg);
	}
	
}


.recent-box__cat01 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: .8rem 0 1.2rem;
}

.recent-box02 .recent-box__cat01 {
	margin-bottom: 2rem;
	border-bottom: 1px solid #c9c9c9;
}

.recent-box__cat01 ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}

.recent-box__cat01 li {
	position: relative;
	padding: 0 6px 0 12px;
	color: #239fb4;
	font-size: 1.2rem;
}

.recent-box__cat01 li:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background-color: #239fb4;
	transform: translateY(-50%);
}

.recent-box__cat01 li a {
	position: relative;
	color: #239fb4;
	text-decoration: none;
}

.recent-box__cat01 li a:after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #239fb4;
	bottom: -1px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
}

.recent-box__cat01 li a:hover:after {
	transform: scale(1, 1);
}

@media screen and (max-width: 519px) {
	
	.recent-box__cat01 {
		padding-top: 0;
		padding-bottom: 0.6rem;
	}

	.recent-box02 .recent-box__cat01 {
		margin-bottom: 0;
		border-bottom: none;
	}
	
}


.recent-box__title {
	margin: 0 0 1.6rem;
	padding: 0;
	font-size: 1.7rem;
	line-height: 1.4;
	font-weight: 700;
}

.recent-box02 .recent-box__title {
	font-size: 2.8rem;
}

.recent-box__title a {
	display: block;
	color: #333;
	text-decoration: none;
}

.recent-box__title:first-child a {
	padding-top: 1.6rem;
}

.recent-box__title a:hover,
.recent-box__title.is-hover a {
	color: #239fb4;
}

.recent-box__title-br {
	display: inline-block;
	width: 1rem;
}

@media screen and (max-width: 519px) {
	
	.recent-box__title {
		font-size: 1.4rem;
	}

	.recent-box02 .recent-box__title {
		font-size: 2rem;
	}
	
	.recent-box__title:first-child a {
		padding-top: 1rem;
	}
	
}


.recent-box__cat02 ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -3px;
	padding: 0;
	list-style: none;
}

.recent-box__cat02 li {
	padding: 3px;
}


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

	members

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

.memberLoginMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.text_display_switch_frame input[type="button"].text_display_switch_btn {
	top: calc(50% - 10px);
}

input[type="button"].text_display_switch_btn {
	background-color: #fff;
	color: #239fb4;
}

input[type="button"].text_display_switch_btn:hover {
	background-color: #239fb4;
	color: #fff;
}

.loginid_type_email-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.loginid_type_email-col {
	padding: 0 15px;
}


@media screen and (max-width: 519px) {
	
	.loginid_type_email-col {
		width: 100%;
	}
	
	.loginid_type_email-col + .loginid_type_email-col {
		margin-top: 1rem;
	}
	
}


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

	初めての方

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

.guide-lead > span {
	display: inline-block;
	background: linear-gradient(transparent 80%, #dcecef 0%);
}

.guide-message {
	margin-top: 4rem;
	text-align: center;
}

.guide-message h4 {
	margin-bottom: 3.6rem;
	text-align: center;
	color: #444;
}

.guide-message p {
	margin-bottom: 3.6rem;
}

@media screen and (max-width: 519px) {
	
	.guide-lead > span {
		background: none;
	}
	
	.guide-lead br {
		display: none;
	}
	
	.guide-message {
		text-align: left;
	}
	
	.guide-message h4 {
		text-align: left;
	}
	
	.siteblock-footer h2.guide-lead > span {
		background: linear-gradient(transparent 80%, #fff9c5 0%);
	}
	
	.siteblock-footer h2.guide-lead.h2-style02 {
		text-align:center;
	}
}


.guide-can {
	margin: 6.4rem 0;
	padding: 0 4rem 4rem;
	border-radius: 10px;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25);
}

.guide-can__title {
	position: relative;
	top: -30px;
	display: block;
	width: 320px;
	height: 60px;
	margin: 0 auto -1rem;
	background-color: #375380;
	border-bottom: none;
	border-radius: 30px;
	text-align: center;
	line-height: 60px;
	color: #fff;
}

.guide-can__row {
	display: flex;
	margin: 0 -1.5rem;
}

.guide-can__col {
	width: 33.33333333%;
	padding: 0 1.5rem;
}

.guide-can-box__title {
	font-size: 1.6rem;
	line-height: 1.6;
	text-align: center;
}

.guide-can-box__photo {
	text-align: center;
}

@media screen and (max-width: 519px) {
	
	.guide-can {
	margin: 6.4rem 0;
	padding: 0 4rem 4rem;
	border-radius: 10px;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25);
}

	.guide-can__title {
		top: -25px;
		width: 280px;
		height: 50px;
		border-radius: 25px;
		line-height: 50px;
	}

	.guide-can__row {
		flex-wrap: wrap;
		margin-bottom: -4rem;
	}

	.guide-can__col {
		width: 100%;
		margin-bottom: 4rem;
	}
	
}


.guide-step-box {
	display: flex;
	margin: 0 0 4rem;
	padding: 40px 0;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25);
}

.guide-step-box__head {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 126px;
	text-align: center;
	color: #375380;
}

.guide-step-box__head:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 2px;
	height: 100%;
	border-radius: 1px;
	background-color: #e1e1e1;
}

.guide-step-box__head-en {
	margin: 0;
	font-size: 1.4rem;
	line-height: 1;
	font-weight: bold;
}
.guide-step-box__head-num {
	margin: 0;
	font-size: 6rem;
	line-height: 1;
}

.guide-step-box__body {
	width: calc( 100% - 126px );
}

.guide-step-box__body-row {
	position: relative;
	display: flex;
}

.guide-step-box:last-child {
	margin-bottom: 0;
}

.guide-step-box__body-row:before,
.guide-step-box__body-row:after {
	content: '';
	position: absolute;
	top: calc( 100% + 40px );
	display: block;
	width: 10px;
	height: 4rem;
	background-color: #375380;
}

.guide-step-box:nth-last-child(2) .guide-step-box__body-row:before,
.guide-step-box:nth-last-child(2) .guide-step-box__body-row:after {
	height: calc( 4rem - 5px);
	background-color: #375380;
}

.guide-step-box__body-row:before { left: calc( 25% - 5px);}
.guide-step-box__body-row:after { right: calc( 25% - 5px);}

.guide-step-box:last-child .guide-step-box__body-row:before,
.guide-step-box:last-child .guide-step-box__body-row:after {
	top: inherit;
	bottom: calc( 100% + 44px );
	width: 0;
	height: 0;
	background-color: #ebeef3;
	border-style: solid;
	border-width: 25px 15px 0 15px;
	border-color: #375380 transparent transparent transparent;
}

.guide-step-box:last-child .guide-step-box__body-row:before { left: calc( 25% - 15px);}
.guide-step-box:last-child .guide-step-box__body-row:after { right: calc( 25% - 15px);}

.guide-step-box__body-col-12 {
	width: 100%;
	padding: 0 2.5rem;
}

.guide-step-box__body-col-6 {
	width: 50%;
	padding: 0 2.5rem;
}

.guide-step-box__body-col-6 + .guide-step-box__body-col-6 {
	border-left: 1px dotted #e1e1e1;
}

.guide-step-box__title {
	margin: 0 0 1.6rem;
	font-size: 2rem;
	line-height: 1.4;
}

@media screen and (max-width: 519px) {
	
	.guide-step-box {
		flex-wrap: wrap;
		margin: 0 0 3rem;
		padding: 2rem 3rem;
	}

	.guide-step-box__head {
		width: 100%;
		margin-bottom: 2rem;
		padding-bottom: 1.2rem;
	}

	.guide-step-box__head:after {
		top: inherit;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 2px;
	}

	.guide-step-box__head-en {
		font-size: 1.2rem;
	}

	.guide-step-box__head-num {
		font-size: 5rem;
	}

	.guide-step-box__body {
		width: 100%;
	}

	.guide-step-box__body-row {
		flex-wrap: wrap;
	}

	.guide-step-box__body-row:before {
		top: calc( 100% + 2rem );
		display: block;
		width: 6px;
		height: 3rem;
	}
	
	.guide-step-box__body-row:before { left: calc( 50% - 3px);}

	.guide-step-box__body-row:after {
		display: none;
	}

	.guide-step-box:nth-last-child(2) .guide-step-box__body-row:before {
		height: calc( 3rem - 5px);
	}

	.guide-step-box:last-child {
		position: relative;
	}
	
	.guide-step-box:last-child:after {
		content: '';
		position: absolute;
		left: calc( 50% - 8px );
		bottom: calc( 100% + 4px );
		display: block;
		width: 0;
		height: 0;
		background-color: #ebeef3;
		border-style: solid;
		border-width: 15px 8px 0 8px;
		border-color: #375380 transparent transparent transparent;
	}
	

	.guide-step-box:last-child .guide-step-box__body-row:before {
		display: none;
	}

	.guide-step-box__body-col-12,
	.guide-step-box__body-col-6 {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}

	.guide-step-box__body-col-6 + .guide-step-box__body-col-6 {
		margin-top: 2rem;
		padding-top: 2rem;
		border-top: 1px dotted #e1e1e1;
		border-left: none;
	}

	.guide-step-box__title {
		font-size: 1.6rem;
	}
	
}


.guide-logo {
	margin-top: 8rem;
	margin-bottom: 8rem;
	text-align: center;
}

.guide-logo img {
	width: 360px;
	height: auto;
}

@media screen and (max-width: 519px) {
	
	.guide-logo {
		margin-top: 4rem;
		margin-bottom: 4rem;
	}

	.guide-logo img {
		width: 200px;
	}
	
}


.guide-step-bookmark {
	width: 20px;
	margin: -0.2rem .5rem 0;
	vertical-align: middle;
}

.inner-browser {
	margin-right: -50vw;
	margin-left: -50vw;
	padding-bottom: 6rem;
}

@media screen and (max-width: 1192px) {
	
	.inner-browser {
		margin-right: -48px;
		margin-left: -48px;
		padding-right: 48px;
		padding-left: 48px;
	}
	
}

@media screen and (max-width: 519px) {
	
	.inner-browser {
		margin-right: -15px;
		margin-left: -15px;
		padding: 0 15px 4rem;
	}
	
}

.guide-step-how > span {
	position: relative;
}

.guide-step-how > span:before {
	content: '';
	position: absolute;
	top: 12px;
	left: -100px;
	display: block;
	width: 70px;
	height: 102px;
	background: url("../images/guide/guide.png") no-repeat center center;
	background-size: contain;
}

@media screen and (max-width: 787px) {
	
	.guide-step-how > span:before {
		display: none;
	}
	
}


.guide-register-box {
	text-align: center;
}

@media screen and (max-width: 519px) {
	
	.guide-register-box {
		text-align: left;
	}
	
}


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

	見出しの動き

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

.bgextend{
  animation-name:bgextendAnimeBase;
  animation-duration:1s;
  animation-fill-mode:forwards;
  position: relative;
  overflow: hidden;/*　はみ出た色要素を隠す　*/
  opacity:0;
}

@keyframes bgextendAnimeBase{
  from {
    opacity:0;
  }

  to {
    opacity:1;  
}
}

/*中の要素*/
.bgappear{
  animation-name:bgextendAnimeSecond;
  animation-duration:1s;
  animation-delay: 0.6s;
  animation-fill-mode:forwards;
  opacity: 0;
}

@keyframes bgextendAnimeSecond{
  0% {
  opacity: 0;
  }
  100% {
  opacity: 1;
}
}

/*左から*/
.bgLRextend::before{
  animation-name:bgLRextendAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
    content: "";
    position: absolute;
	z-index: 2;
    width: 100%;
    height: 100%;
    background-color: #000;/*伸びる背景色の設定*/
}
@keyframes bgLRextendAnime{
  0% {
    transform-origin:left;
    transform:scaleX(0);
  }
  50% {
    transform-origin:left;
    transform:scaleX(1);
  }
  50.001% {
    transform-origin:right;
  }
  100% {
    transform-origin:right;
    transform:scaleX(0);
  }
}

/*右から*/
.bgRLextend::before{
  animation-name:bgRLextendAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
    content: "";
    position: absolute;
	z-index: 2;
    width: 100%;
    height: 100%;
    background-color: #000;/*伸びる背景色の設定*/
}
@keyframes bgRLextendAnime{
  0% {
    transform-origin:right;
    transform:scaleX(0);
  }
  50% {
    transform-origin:right;
    transform:scaleX(1);
  }
  50.001% {
    transform-origin:left;
  }
  100% {
    transform-origin:left;
    transform:scaleX(0);
  }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgUDextendTrigger,
.bgDUextendTrigger,
.bgRLextendTrigger,
.bgLRextendTrigger{
    opacity: 0;
}


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

	for editor

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

body#editor,
body#main {
	background-image: none;
}


/*-------------------------
bookmark
---------------------------*/
.blog-individual #bmLink {cursor: pointer;}
.blog-individual #wpdl {cursor: pointer;}

/*-------------------------
video modal
---------------------------*/
.blog-individual .video-modal {
	position: fixed;
	z-index: 10; 
	left: 0;
	top: 0;
	width: 100vw; 
	height: 100vh; 
	overflow: auto; 
	background-color: rgb(0,0,0); 
	background-color: rgba(0,0,0,0.7); 
	transition: 0.6s;
	visibility: hidden;
	opacity: 0;
}

.blog-individual .modal-content {
	position: fixed;
	z-index: 11; 
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.blog-individual #seek-video,
.blog-individual #youtube-frame{
	width:70vw;
	height:calc(70vw / 16 * 9);
}

.blog-individual .close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}
.blog-individual .close:hover,
.blog-individual .close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}


/* --------------------------------------------------
sponsors link
-------------------------------------------------- */
div.siteblock-footer .footerNavi [class*="navigation-user"]{
	text-align: center;
}

div.siteblock-footer .footerNavi [class*="navigation-user"] ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	width:100%;
	max-width: 1200px;
	margin:0 auto;
	padding:0;
}

div.siteblock-footer .footerNavi [class*="navigation-user"] ul li{
	list-style:none;
	display:block;
	width:25%;
	text-align:center;
}

div.siteblock-footer .footerNavi [class*="navigation-user"]  ul li .menu img{
	width:100%;
}

@media screen and (max-width: 519px) {
	div.siteblock-footer .footerNavi [class*="navigation-user"]{
		padding: 0 1.2rem;
	}

	div.siteblock-footer h2.h2-style03{
		padding: 0 1.2rem;
	}
}

/* --------------------------------------------------
to top link
-------------------------------------------------- */

.to-top-wrapper{
	width: 100%;
	position: fixed;
	bottom: -100px;
	margin: 0 auto;
	z-index:10;
}

.to-top {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 100px;
	margin: 0 0 0 auto;
	background-color: #239fb4;
	border: 2px solid #239fb4;
	border-radius: 50%;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
	transition: .3s all;
}

.to-top:hover {
	background-color: #fff;
	color: #239fb4;
}

@media screen and (max-width: 519px) {
	
	.to-top-wrapper{
		bottom: -60px;
	}

	.to-top {
		width: 70px;
		height: 70px;
		font-size: 1.4rem;
	}
	
}


.to-top p {
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	line-height: 1;
}

.to-top p:before {
	content: '';
	display: block;
	margin: 0 auto 0.6rem;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(-45deg);
}

.to-top:hover p:before {
	border-top-color: #239fb4;
	border-right-color: #239fb4;
}


.note-banner {
	position: absolute;
	bottom: 0;
	max-width: 223px;
	margin: 0;
	padding: 0
}

.note-banner__title {
	margin: 0 0 1rem;
	text-align: left;
	font-size: 1.8rem;
	font-weight: 700;
}

.note-banner__photo + .note-banner__title {
	margin-top: 4rem;
}

.note-banner__photo a {
	display: block;
	background-color: rgb(255 255 255 / 15%);
}

.note-banner__photo a:hover {
	background-color: rgb(0 0 0 / 15%);
}

@media screen and (max-width: 519px) {
	
	.note-banner {
		max-width: 100%;
	}
	
	.note-banner__title {
		font-size: 1.4rem;
	}
	
	.note-banner__title > span {
		display: inline-block;
		font-size: 1.2rem;
	}

	.note-banner__photo + .note-banner__title {
		margin-top: 2rem;
	}
	
	.note-banner__photo a {
		display: block;
		width: 100%;
		padding-top: 1rem;
		padding-bottom: 1rem;
		text-align: center;
	}
	
	.note-banner__photo img {
		width: 160px;
	}
	
}


.nav-box .note-banner {
	position: unset;
	margin: 0; 
	padding:0;
	background-color:#239fb4;
	color:#FFF;
	text-align:center;
	border-radius:5px;
}

@media screen and (max-width: 959px) {
	.note-banner{
		position: unset;
		margin: 4rem 0;
		padding: 0;
	}
}


.to-list-link {
	width: 100%;
	padding: 2.4rem 0;
	text-align: center;
}

.to-list-link a {
	position: relative;
	z-index: 11;
	background: #239fb4;
	color: #fff;
}

.to-list-link a:hover{
	color: #239fb4;
	text-decoration: none;
}

.to-list-link a:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: #fff;
	border: 2px solid transparent;
	transform-origin: 100% 50%;
	transform: scaleX(0);
	transition: transform ease .3s;
	border-radius: 4px;
}

.to-list-link a:hover:before{
	transform-origin: 0% 50%;
	transform: scaleX(1);
}

.to-list-link a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg) translateY(-50%);
}

.to-list-link a:hover:after {
    border-top: 1px solid #239fb4;
    border-right: 1px solid #239fb4;
}

@media screen and (max-width: 519px) {
	
	.to-list-link {
		padding: 1.2rem 0;
	}
	
	.to-list-link a {
		min-width: inherit;
		margin: 0 auto;
	}
	
}

