@charset "UTF-8";
/* CSS Document */

/* ============================
		Reset
 ============================ */

.commonPageVisualSection h1 {
}



article p {
line-height: 1.75em;
}

article .mainCatch {
font-size: 2.2rem;
font-family: "Noto Serif JP", serif;
font-optical-sizing: auto;
font-style: normal;
font-weight: 600;
line-height: 1.8em;
margin-bottom: 30px;
}

/* ------ statusSeminar ----- */

article .statusSeminar {
margin: 50px 0 80px 0;
text-align: center;
}

article .statusSeminar a {
display: inline-block;
text-decoration: none;
color: #e68b34;
font-size: 2.0rem;
font-weight: 600;
width: 100%;
max-width: 375px;
border: 4px solid #e68b34;
border-radius: 15px;
padding: 15px 0;
box-sizing: border-box;
}

article .statusSeminar .notice {
display: block;
font-size: 1.8rem;
line-height: 1.75em;
}

article .statusSeminar .other {
display: block;
font-size: 1.4rem;
line-height: 1.75em;
}

article .statusSeminar .close {
display: inline-block;
width: 100%;
max-width: 375px;
border: 4px solid #8c8c8c;
border-radius: 15px;
padding: 15px 0;
font-size: 1.8rem;
font-weight: 600;
color: #8c8c8c;
line-height: 1.5em;
box-sizing: border-box;
}


article h2 {
font-size: 3.2rem;
font-weight: 600;
color: #004480;
position: relative;
overflow: hidden;
left: -15px;
padding-left: 2em;
text-indent: -2em;
line-height: 1.25em;
margin-bottom: 1em;
}

article h2::before {
content: "──";
letter-spacing: -0.05em;
margin-right: 0.5em;
}

article h2 .indexName {
font-size: 2.4rem;
margin-left: 0.5em;
}

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

article h2 {
padding-left: 1.5em;
text-indent: -1.5em;
}

article h2::before {
content: "─";
letter-spacing: -0.05em;
margin-right: 0.5em;
}


}



article h3 {
font-size: 2.2rem;
font-weight: 600;
color: #004480;
line-height: 1.5em;
background-image: url("../images/mark_list001.svg");
background-repeat: no-repeat;
background-size: 18px auto;
background-position: left top 6px;
padding-left: 1em;
margin-bottom: 1em;
border-bottom: 1px dotted #999;
}

article h3.buleBorder {
background-image: none;
padding: 15px;
line-height: 1.0em;
background-color: #004480;
color: #fff;
}

article h4 {
font-size: 1.8rem;
font-weight: 600;
color: #004480;
line-height: 1.5em;
margin-bottom: 1em;
background-color: #eee;
padding: 0.5em;
}


article h5 {
font-size: 1.8rem;
font-weight: 600;
color: #004480;
line-height: 1.5em;
margin-bottom: 1em;
}


article h6 {
font-size: 1.8rem;
font-weight: 600;
line-height: 1.5em;
margin-bottom: 1em;
}



/* ----  List ----  */

article ul {
margin: 1em 0;
}
article ul > li {
line-height: 1.75em;
padding-left: 18px;
background-image: url(../images/mark_list001.svg);
background-repeat: no-repeat;
background-position: left top 0.45em;
box-sizing: border-box;
}

article ul.halfCircleMarkList > li {
background-image: url(../images/mark_list001a.svg);
}

article ul.samllMarkList > li {
background-size: 6px auto;
background-position: left 0.2em top 0.6em;
}


article ul.triangleMarkList > li {
background-image: url(../images/fig_triangle001.svg);
background-size: auto 14px;
}

article ul.samllTriangleMarkList > li {
background-image: url(../images/fig_triangle001.svg);
background-size: auto 14px;
background-size: 6px auto;
background-position: left 0.1em top 0.6em;
}




article ol {
counter-reset:number;
list-style-type: none!important;
}

article ol > li {
position: relative;
padding-left: 30px;
line-height: 1.5em;
padding: 0.5em 0.5em 0.5em 28px;
margin-left: 0;
counter-increment: cnt;
}

article ol > li::before{
position: absolute;
counter-increment: number;
content: counter(number);
display:inline-block;
background-color: #fff;
color: #000;
border: 1px solid #000;
/*font-family: 'Avenir','Arial Black','Arial',sans-serif;*/
font-family: "BIZ UDPGothic", sans-serif;
font-weight: normal;
font-size: 1.4rem;
border-radius: 50%;
left: 0;
width: 22px;
height: 22px;
line-height: 22px;
text-align: center;
top: 1.4em;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}

article ol > li::before {
background-color: #004480;
color: #fff;
font-weight: 600;
border: none;
}


/* itemList */

article .itemList {
list-style-type: none;
}

article .itemList li {
border-bottom: 1px solid #d2d2d2;
list-style-type: none;
padding: 0;
margin: 0;
background-image: none;
}

article .itemList li a {
display: block;
text-decoration: none;
color: #000;
padding: 15px 0;
background-image: url("../../common/images/arrow001.svg");
background-repeat: no-repeat;
background-position: right center;
background-size: 14px auto;
}



article main a.btn {
display: inline-block;
font-weight: 600;
color: #fff;
background-color: #004480;
line-height: 1.2em;
padding: 1em 2.5em 1em 1em;
text-decoration: none;
background-image: url("../images/arrow003a.svg");
background-repeat: no-repeat;
background-position: right 20px center;
background-size: 8px auto;
}


/* ----- entryFlowNumbersList ----- */

.entryFlowNumbersList {
counter-reset:number;
list-style-type: none!important;
}

.entryFlowNumbersList > li {
position: relative;
line-height: 1.5em;
padding: 1em 0.5em 1em 64px;
margin-left: 0;
counter-increment: cnt;
border-bottom: 1px solid #ccc;
background-image: none;
}

.entryFlowNumbersList > li:first-child {
border-top: 1px solid #ccc;
}

.entryFlowNumbersList.bottomLineNone > li {
border-bottom: none;
padding-bottom: 0;
}

.entryFlowNumbersList.bottomLineNone > li:first-child {
border-top: none;
}

.entryFlowNumbersList > li::before {
border-radius: 0;
background-color: transparent;
border: none;
position: absolute;
counter-increment: number;
content: counter(number);
display:inline-block;
color: #fff;
font-family: "Roboto", sans-serif;
font-weight: 600;
font-style: normal;
font-size: 2.8rem;
left: 0;
width: 47px;
height: 64px;
line-height: 47px;
text-align: center;
top: 50px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
background-image: url("../../seminar/images/bg_seminar_flow001.svg");
background-repeat: no-repeat;
background-size: 47px auto;
}

.entryFlowNumbersList > li:last-child::before {
background-image: url("../../seminar/images/bg_seminar_flow001b.svg");
}

.entryFlowNumbersList h4 {
color: #000;
background-color: transparent;
padding: 0.5em;
font-size: 1.6rem;
font-weight: 600;
line-height: 1.5em;
margin-bottom: 0.5em;
margin-top: 5px;
}

.entryFlowNumbersList p {
font-size: 1.4rem;
line-height: 1.5em;
}


.entryFlowNumbersList .flowNotes {
font-size: 1.4rem;
line-height: 1.5em;
padding-left: 1em;
position: relative;
}

.entryFlowNumbersList .flowNotes::before {
content: "※";
position: absolute;
top: 0;
left: -0.05em;
}


article .scheduleTable th,
article .scheduleTable td {
border: none;
padding: 0;
background-color: transparent;
}


article .scheduleTable tr.close th,
article .scheduleTable tr.close td {
background-color: #ccc !important;
}



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


	article .scheduleTable {
	margin-bottom: 2em;
	width: 100%;
	}

	article .scheduleTable thead {
	display: none;
	}

	article .scheduleTable tbody tr {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #aaa;
	padding: 12px 10px;
	}
	
	article .scheduleTable tbody tr.close {
	background-color: #ccc !important;
	}

	article .scheduleTable tbody tr:nth-child(odd) {
	background-color: #f6f7fe;
	}
	article .scheduleTable tbody tr:first-child {
	border-top: 2px solid #444;
	}
	article .scheduleTable tbody tr:last-child {
	border-bottom: 2px solid #444;
	}

	article .scheduleTable tbody td {
	font-size: 1.4rem;
	line-height: 1.75em;
	}

	article .scheduleTable tbody td:nth-child(3) a {
	font-size: 1.6rem;
	display: inline-block;
	}


	article .scheduleTable tbody td:nth-child(1) {
	order: 1;
	width: 8em;
	}

	article .scheduleTable tbody td:nth-child(2) {
	order: 2;
	width: 4em;
	}

	article .scheduleTable tbody td:nth-child(3) {
	order: 4;
	width: 100%;
	}

	article .scheduleTable tbody td:nth-child(4) {
	order: 3;
	}

}

/* for TB & PC */
@media screen and (min-width: 768px){


/* ------ scheduleTable ------ */

	article .scheduleTable {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 3em;
	}

	article .scheduleTable thead th {
	text-align: center;
	padding: 10px 0;
	font-weight: normal;
	}

	article .scheduleTable tbody td {
	border-bottom: 1px solid #aaa;
	padding: 20px 10px;
	line-height: 1.5em;
	vertical-align: middle;
	}
	article .scheduleTable tbody tr:nth-child(odd) td {
	background-color: #f6f7fe;
	}
	article .scheduleTable tbody tr:first-child td {
	border-top: 2px solid #444;
	}
	article .scheduleTable tbody tr:last-child td {
	border-bottom: 2px solid #444;
	}

	article .scheduleTable tbody td:nth-child(1) {
	}

	article .scheduleTable tbody td:nth-child(2) {
	text-align: center;
	}

	article .scheduleTable tbody td:nth-child(3) {
	font-size: 1.4rem;
	}
	article .scheduleTable tbody td:nth-child(3) a {
	font-size: 1.6rem;
	}

	article .scheduleTable tbody td:nth-child(4) {
	text-align: center;
	}



	/* ------ statusSeminar ----- */

	article .statusSeminar {
	margin: 80px 60px 120px 60px;
	text-align: center;
	}

	article  .statusSeminar a {
	width: 100%;
	max-width: none;
	border-radius: 20px;
	padding: 20px 0;
	font-size: 3.0rem;
	}

	article .statusSeminar .notice {
	font-size: 2.2rem;
	}

	article .statusSeminar .other {
	font-size: 1.6rem;
	}

	article .statusSeminar .close {
	width: 100%;
	max-width: none;
	border-radius: 20px;
	padding: 20px 0;
	font-size: 3.0rem;
	line-height: 1.0em;
	}


}


/* for PC */
@media screen and (min-width: 1024px) {

	main .smartContainer {
	margin: 0 110px;
	}
	
	.smartContainer.noMargin {
	margin: 0;
	}
	
	
	article h2 {
	font-size: 4.0rem;
	font-weight: 600;
	color: #004480;
	position: relative;
	overflow: visible;
	left: 80px;
	padding-left: 0;
	text-indent: 0;
	line-height: 1.25em;
	margin-bottom: 15px;
	}

	article h2::before {
	content: "──";
	letter-spacing: -0.1em;
	margin-right: 0em;
	position: absolute;
	left: -100px;
	}

	article h3 {
	font-size: 2.6rem;
	background-size: 22px auto;
	background-position: left top 9px;
	}


	article h4 {
	font-size: 2.0rem;
	}


	article h5 {
	font-size: 2.0rem;
	}


	article h6 {
	font-size: 2.0rem;
	}



	article .mainCatch {
	font-size: 3.2rem;
	margin: 60px 0;
	}

	main ul, main ol {
	margin-left: 1em !important;
	}
		


	/* ----- entryFlowNumbersList ----- */

	.entryFlowNumbersList {
	}

	.entryFlowNumbersList > li {
	padding: 1.4em 0.5em 2em 70px;
	counter-increment: cnt;
	border-bottom: 1px solid #ccc;
	}

	.entryFlowNumbersList > li::before {
	font-size: 3.4rem;
	width: 54px;
	height: 74px;
	line-height: 54px;
	top: 50px;
	background-size: 54px auto;
	}

	.entryFlowNumbersList h4 {
	font-size: 2.2rem;
	}

	.entryFlowNumbersList p {
	font-size: 1.6rem;
	}

	.entryFlowNumbersList .flowNotes {
	font-size: 1.6rem;
	}

	.entryFlowNumbersList h4 {
	margin-top: -10px;
	}


	/* itemList */

	article .itemList li {
	float: left;
	width: calc(50% - 40px);
	}
	article .itemList li:nth-child(even) {
	float: right;
	}
	.advisorSection .itemList li:nth-child(odd) {
	clear: both;
	}

	article .itemList li a {
	font-size: 2.0rem;
	font-weight: 600;
	padding: 20px 0;
	background-size: 18px auto;
	}
	article .itemList li a:hover {
	opacity: 0.5;
	}

	/* itemList.long */

	article .itemList.long li {
	float: none;
	width: 100%;
	}
	article .itemList.long li:nth-child(even) {
	float: none;
	}
	.advisorSection .itemList.long li:nth-child(odd) {
	clear: none;
	}


	/* ColmunList */

	article .flexColmunList02 {
	display: flex;
	}

	article .flexColmunList02 > li {
	width: calc(50% - 20px);
	line-height: 1.75em;
	padding-left: 0;
	background-image: none;
	margin-right: 20px;
	}

	article .flexColmunList02 > li:nth-child(even) {
	margin-right: 0;
	margin-left: 20px;
	}

	
	

}



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

	article h2 {
	left: 0px;
	}

}


/* for TB & PC */
@media screen and (min-width: 768px) {

	.indent001em {
	margin-left: 1em;
	}
	
	.indent002em {
	margin-left: 2em;
	}

	.indent003em {
	margin-left: 3em;
	}

	.indent004em {
	margin-left: 4em;
	}
	
	.indent005em {
	margin-left: 5em;
	}

}



/* ColmunList */


.flexColumnList02 {
}


.flexColumnList02 > li {
line-height: 1.75em;
padding-left: 0;
background-image: none;
}


/* for PC */
@media screen and (min-width: 1024px) {

	.flexColumnList02 {
	display: flex;
	margin-left: 0 !important;
	}

	.flexColumnList02 > li {
	width: calc(50% - 20px);
	margin-right: 20px;
	}

	.flexColumnList02 > li:nth-child(even) {
	margin-right: 0;
	margin-left: 20px;
	}

}



/* ============================
		other
 ============================ */

/* for SP */
@media screen and (max-width: 767px) {
}

/* for TB */
@media screen and (max-width: 1023px) and (min-width: 768px){
}

/* for PC */
@media screen and (max-width: 1439px) and (min-width: 1024px){
}
@media screen and (min-width: 1024px) {
}

/* for Large PC */
@media screen and (min-width: 1440px) {
}
