﻿
/* 横移動ナビゲーション */
.c-sub_nav {
	width: 1200px;
	max-width: 100%;
	margin: 120px 0;
}

.c-sub_nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.c-sub_nav li {
	width: 30%;
	/* margin-bottom: 20px; */
}

@media screen and (max-width: 1000px) {
	.c-sub_nav li {
			width: 32%;
	}
	.c-sub_nav ul::after {
		content: '';
		display: block;
		width: 32%;
	}
}
@media screen and (max-width: 768px) {
	.c-sub_nav li {
			width: 49%;
			margin-bottom: 15px;
	}
	.c-sub_nav li:nth-of-type(n+3) {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 480px) {
	.c-sub_nav li {
			width: 100%;
			margin-bottom: 5px;
	}
}

.c-sub_nav a {
	display: flex;
	border: solid 1px var(--main-color);
	color: var(--text-color);
	text-decoration: none;
	padding: 1em 45px 1em 18px;
	font-size: 0.875rem;
	background: #fff url(/-/media/BREXA-CrossBorder/img/common/arrow.svg) no-repeat right 18px center;
	transition: all 0.3s;
}

.c-sub_nav a:hover {
	background-color: rgba(var(--sub-color-light-rgb),0.2);
}

.c-dis_block {
    display: block;
}

.p-in_page_nav--gino ul {
	flex-wrap: wrap;
	max-width: 1060px;
}

.p-in_page_nav--gino ul li {
	width: 32%;
	margin-bottom: 20px;
}

.p-in_page_nav_item--gino a {
	padding: 0px 15px;
	line-height: 1.4;
}

/* チェックマーク付きのリスト */
.p-list--check--gino {
    list-style: none;
    margin: 0;
    padding: 20px 58px;
    font-weight: bold;
    font-size: 1rem;
}

	.p-list--check--gino > li {
		margin: 0.3em 0;
		padding: 0 0 0 30px;
		background: url(/-/media/BREXA-CrossBorder/img/common/list_mark.svg) no-repeat left top 5px;
	}

@media screen and (max-width:480px) {
	.p-list--check--gino {
		padding: 20px 20px;
	}
}

.c-txt_normal {
	font-weight: 100;
}

.c-num_lists_02 {
    padding: 20px 20px 20px 10px;
    font-size: 1rem;
    line-height: 1.7;
    counter-reset: li_count;
    margin-bottom: 30px;
}

.c-num_list_02 {
    list-style: none;
    margin-bottom: 5px;
    text-indent: -32px;
    padding-left: 32px;
}
.c-num_list_02::before {
    counter-increment: li_count;
    content: counter(li_count);
    margin-right: 21px;
	color: var(--main-color);
	font-weight: bold;
}

.c-small {
	font-size: 0.875rem;
	display: block;
}
.c-small_02 {
	font-size: 0.875rem;
}

.p-step_lists {
    list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.p-step_lists > li {
	background-color: #fff;
	width: 29%;
	margin-bottom: 20px;
	padding: 15px 7px 15px 13px;
	font-size: 0.875rem;
}
.p-step_lists > li:nth-of-type(n+4) {
	margin-bottom: 0;
}

.c-txt_lists_03 {
	list-style: none;
	padding-left: 20px;
}

.c-txt_lists_03 > li {
	text-indent: -1em;
    padding-left: 1em;
}

.c-txt_lists_03 > li::before {
	content: "●";
	height: auto;
	width: auto;
	color: #595757;
	margin-right: 3px;
}

.c-txt_box_r {
	border: var(--main-color) 2px solid;
	border-radius: 2px;
	padding: 0 3px;
	margin-left: 6px;
}
.c-fs_80 {
	font-size: 80%;
}
.c-fs_16 {
	font-size: 1.125rem;
}

.p-step_deco_01 {
	position: relative;
	margin-bottom: 15px;
    display: inline-block;
}

.p-step_deco_01:before {
	content: "";
    border-bottom: 3px solid var(--main-color);
    width: 582%;
    position: absolute;
    bottom: -4px;
}

.p-step_deco_01:after {
	content: "";
    border-bottom: 3px solid var(--main-color);
    width: 11px;
    position: absolute;
    bottom: 1px;
    right: -210px;
    transform: rotate(45deg);
}

.p-step_deco_02 {
	position: relative;
	margin-bottom: 15px;
    display: inline-block;
}

.p-step_deco_02::before {
	content: "";
    border-bottom: 3px solid var(--main-color);
    width: 550%;
    position: absolute;
    bottom: -4px;
}

.c-txt_lists_nodeco {
	list-style: none;
}

.c-txt_lists_nodeco > li {
	text-indent: 1em;
}

.c-btn_bgw_bred {
	background-color: #fff;
	border: var(--main-color) 1px solid;
	font-size: 1.25rem;
	color: var(--main-color);
	padding: 10px;
	display: block;
	text-align: center;
	font-weight: bold;
	border-radius: 30px;
}

.c-btn_bgred {
	background-color: var(--main-color);
	font-size: 1.25rem;
	color: #fff;
	padding: 10px;
	display: block;
	text-align: center;
	font-weight: bold;
	border-radius: 30px;
}

.c-flow__title > .c-flow-match-height {
	display: flex;
	justify-content: center;
    align-items: center;
}

.c-flow--gino {
	display: flex;
	flex-direction: column-reverse;
	max-width: 605px;
	width: 100%;
	margin: 0 auto;
}

	.c-flow--gino::after {
		content: '';
		display: block;
		background: url(/-/media/BREXA-CrossBorder/img/common/arrow_flow.svg) no-repeat center center;
		width: 100%;
		height: 40px;
	}

.c-flow_num {
	position: relative;
	width: 40%;
}

.c-flow_num_block {
	position: absolute;
	/* top: 0;
	left: 0; */
	list-style: none;
	font-size: 0.75rem;
	display: inline-flex;
	margin-top: -11px;
    margin-left: 11px;
}

.c-flow_num_block > li {
	background-color: var(--text-color);
	color: #fff;
	padding: 0 8px 3px;
	margin-right: 3px;
}

.c-flow_num_block > li:last-of-type {
	margin-right: 0;
}

.c-flow_num_item_02 {
	padding: 0 4px 3px !important;
}

.c-flow_items--gino .c-flow__desc {
	width: 57%;
}


@media screen and (max-width:768px) {
	.c-flow_num {
		width: 100%;
	}
	.c-flow_items--gino .c-flow__desc {
		width: 100%;
		margin-bottom: 20px;
	}
	.p-in_page_nav--gino ul li {
		width: 48%;
	}
}

@media screen and (max-width:480px) {
	/* .c-flow_num_block {
		font-size: 0.5rem;
	}
	.c-flow_num_block > li {
		padding: 0 6px 2px;
	} */
	.p-in_page_nav--gino ul {
		display: block;
	}
	.p-in_page_nav--gino ul li {
		width: 100%;
	}
}

.c-txt_orange {
	color: var(--sub-color-dark);
}

.c-tit_bg_red {
	background-color: var(--main-color);
	color: #fff;
	margin-bottom: 20px;
	padding: 5px 15px;
}
.c-txt_no-bold {
	font-weight: 100;
}

.c-txt_lists_04 {
	list-style: none;

}
.c-txt_lists_04 > li {
	font-weight: bold;
	margin-bottom: 17px;

}
.c-txt_lists_04 > li:last-of-type {
	margin-bottom: 0;
}
.c-txt_lists_04 > li::before {
	content: "■";
	color: var(--main-color);
	margin-right: 5px;
}

.c-txt_lists_04 > li span {
	display: block;
	padding-left: 1.375rem;
}

.c-fs_14 {
	font-size: 0.875rem;
	font-weight: 100;
}

.c-require_lists {
    list-style: none;
	counter-reset: li_count;
}
.c-require_list {
	background-color: rgba(var(--sub-color-light-rgb),0.4);
	padding: 20px;
	display: flex;
	align-items: flex-start;
	margin-bottom: 10px;
}

.c-require_list:last-of-type {
	margin-bottom: 0;
}

.c-require_list::before {
	counter-increment: li_count;
    content: counter(li_count);
    color: #fff;
	background-color: var(--main-color);
	padding: 0px 10px 2px;
	font-weight: 100;
}
.c-require_inner {
	margin-left: 10px;
}

.c-list_bg_gray > li {
	background-color: #efefef;
}

figure {

}
figcaption {
	text-align: center;
	font-weight: bold;
}

.c-txt_deco_03 {
	/* padding-left: 20px; */
}
.c-txt_deco_03::before {
	content: "▼";
	color: #595757;
	margin-right: 5px;
}
.c-link_lists {
	list-style: none;
	display: flex;
}

.c-link_lists > li {
	margin-right: 20px;
	height: 62px;
}
.c-link_lists > li:last-of-type {
	margin-right: 0;
}
.c-link_lists > li img {
	height: 62px;
}
@media screen and (max-width:480px) {
	.c-link_lists {
		display: block;
	}
	.c-link_lists > li {
		margin-right: 0;
		margin-bottom: 30px;
	}
	.c-link_lists > li:last-of-type {
		margin-bottom: 0;
	}
	.c-link_lists > li img {
		height: auto;
	}
	.c-logo_long {
		width: 100%;
	}
}

.c-curriculum_01 {
    display: flex;
	padding: 20px 60px;
	background-color: rgba(var(--sub-color-light-rgb),0.4);
	margin-bottom: 10px;
	justify-content: space-between;
}
.c-curriculum_02 {
    display: flex;
	flex-direction: row-reverse;
	padding: 20px 60px;
	background-color: #efefef;
	margin-bottom: 10px;
	justify-content: space-between;
}
.c-curriculum_box {
    width: 48%;
    
}
.c-title {
	display: flex;
	align-items: flex-start;
}
.c-title_number {
	margin-right: 20px;
    color: #fff;
    background-color: var(--main-color);
    font-weight: bold;
    padding: 1px 8px 3px;
}

@media screen and (max-width:480px) {
	.c-curriculum_01 {
		display: block;
		padding: 20px;
	}
	.c-curriculum_02 {
		display: block;
		padding: 20px;
	}
	.c-curriculum_box {
		width: 100%;
		margin-bottom: 20px;
	}
	.c-curriculum_box:last-of-type {
		margin-bottom: 0;
	}
}

.c-3col {
	display: flex;
	justify-content: space-between;
}

.c-3col_box {
	width: 32%;
}

@media screen and (max-width:480px) {
	.c-3col {
		display: block;
	}

	.c-3col_box {
		width: 100%;
		margin-bottom: 20px;
	}
	.c-3col_box:last-of-type {
		margin-bottom: 0;
	}

}

.img {
    line-height: 1;
}

.img img {
	width: 100%;
}

.c-m_w850 {
	max-width: 850px;
	margin: 0 auto;
}

sup {
	font-size: 0.5rem;
	vertical-align: super;
}

.u-ml_5 {margin-left:5px!important;}
.u-ml_20 {margin-left:20px!important;}

.u-pb_0 {padding-bottom: 0 !important;}