/***********************************************************************
 * #Contents .mainCont
 ********************************************************************* */
@media print,
screen and (min-width: 768px) {
	#Contents .mainCont {
		font-size: 15px;
		line-height: 2;
	}

	#Contents .mainCont .txt {
		margin-bottom: 30px;
	}

	#Contents .mainCont .introTxt {
		margin-bottom: 20px;
	}

	#Contents .mainCont .goalList {
		margin-bottom: 15px;
		padding-left: 30px;
	}

	#Contents .mainCont .goalList>li {
		margin-top: 7px;
	}

	#Contents .mainCont .goalList>li:first-child {
		margin-top: 0;
	}
}

@media only screen and (max-width: 767px) {
	#Contents .mainCont {
		font-size: 1.4rem;
		line-height: 1.5;
	}

	#Contents .mainCont .txt {
		margin-bottom: 15px;
	}

	#Contents .mainCont .introTxt {
		margin-bottom: 20px;
	}

	#Contents .mainCont .introTxt .pc {
		display: none;
	}

	#Contents .mainCont .goalList {
		margin-bottom: 15px;
		padding-left: 10px;
	}

	#Contents .mainCont .goalList>li {
		margin-top: 5px;
	}

	#Contents .mainCont .goalList>li:first-child {
		margin-top: 0;
	}
}

/***********************************************************************
 * #Contents #Intro1
 ********************************************************************* */
#Contents #Intro1 .f-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

#Contents #Intro1 .f-container .f-item {
	box-sizing: border-box;
	padding: 0;
	border-collapse: collapse;
	margin-bottom: 30px;
	width: 48%;
	margin-right: 2%;
}

#Contents #Intro1 .f-container .f-item:nth-child(2n) {
	margin-right: 0;
}

#Contents #Intro1 .f-container .f-item .img {
	float: left;
	margin-right: 2%;
	width: 20%;
}

#Contents #Intro1 .f-container .f-item .img img {
	width: 100%;
}

#Contents #Intro1 .f-container .f-item .intro_text {
	display: block;
	width: 76%;
	float: right;
	line-height: 1.8;
	margin-bottom: 15px;
}

#Contents #Intro1 .f-container .f-item .intro_text p:nth-of-type(1) {
	font-size: 1.2em;
	font-weight: 600;
}

#Contents #Intro1 .f-container .f-item .intro_text p:nth-of-type(2) {
	font-size: 1em;
}

#Contents #Intro1 .f-container .f-item .intro_text-lead01 {
	display: block;
	padding-top: 20px;
	clear: both;
}

#Contents #Intro1 .f-container .f-item .intro_text-lead01 p {
	font-size: 100%;
	line-height: 1.8;
}

#Contents #Intro1 .f-container .f-item .intro_text-lead02 {
	opacity: 1;
	background: #EEE;
	padding: 15px;
	margin-top: 20px;
	display: block;
}

#Contents #Intro1 .f-container .f-item .intro_text-lead02 p {
	font-size: 90%;
	line-height: 2;
}

@media only screen and (max-width: 767px) {
	#Contents #Intro1 .f-container .f-item {
		margin-bottom: 20px;
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}

	#Contents #Intro1 .f-container .f-item:last-child {
		margin-bottom: 0;
	}

	#Contents #Intro1 .f-container .f-item .intro_text-lead01 {
		padding-top: 10px;
	}
}

 #Contents #Intro1 .blockMain p>span {
	 font-size: 1.1rem;	
 } 
#Contents  .kokuchi {
    position: relative;
    padding:0.5em 1em;
	width: 60%;
	font-size: 1.5rem;
	text-align: center;
	margin: 0 auto;
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 70px;
	color: #036;
}
#Contents  .kokuchi:before,#Contents  .kokuchi:after{ 
    content:'';
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block;
}
#Contents  .kokuchi:before{
    border-left: solid 1px #036;
    border-top: solid 1px #036;
    top:0;
    left: 0;
}
#Contents  .kokuchi:after{
    border-right: solid 1px #036;
    border-bottom: solid 1px #036;
    bottom:0;
    right: 0;
}
#Contents  .kokuchi p {
    margin: 0; 
    padding: 0;
} 



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

	#Contents  .blockMain p>span {
		font-size: 1.4rem;
	}

	#Contents #Intro .kokuchi {
		width: 95%;
		margin-top: 30px;
		margin-bottom: 10px;
	}

	#Contents #Intro1 .kokuchi {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	#Contents .pamphlet {
		margin-top: 30px;
	}
}


/***********************************************************************
 * #Contents #Intro
 ********************************************************************* */
#Contents  .blockMain p>span {}

#Contents  .kokuchi {
	position: relative;
	padding: 0.5em 1em;
	width: 60%;
	font-size: 1.5rem;
	text-align: center;
	margin: 0 auto;
	line-height: 1.5;
	margin-top: 10px;
	margin-bottom: 60px;
	color: #036;
}

#Contents .kokuchi:before,
#Contents  .kokuchi:after {
	content: '';
	width: 20px;
	height: 30px;
	position: absolute;
	display: inline-block;
}

#Contents .kokuchi:before {
	border-left: solid 1px #036;
	border-top: solid 1px #036;
	top: 0;
	left: 0;
}

#Contents  .kokuchi:after {
	border-right: solid 1px #036;
	border-bottom: solid 1px #036;
	bottom: 0;
	right: 0;
}

#Contents  .kokuchi p {
	margin: 0;
	padding: 0;
}

#Contents .pamphlet {
	width: 80%;
	font-size: 1.5rem;
	text-align: center;
	margin: 0 auto;
	line-height: 1.5;
	margin-top: 60px;
	color: #036;
}

#Contents .pamphlet .btn {
	display: inline-block;
	padding: 0.8em 6em;
	text-decoration: none;
	color: #fff;
	/* border: double 4px #036; */
	background-color: #e03373;
	border-radius: 3px;
	transition: .4s;
}

#Contents .pamphlet .btn:hover {
	/* background: #fffbef; */
	opacity: 0.8;
}



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

	#Contents #Intro .blockMain p>span {
		font-size: 1.4rem;
	}

	#Contents  .kokuchi {
		width: 95%;
		margin-top: 40px;
	}

	#Contents .pamphlet {
		margin-top: 30px;
	}

	#Contents .pamphlet .btn {
		padding: 0.8em 3em;
	}
}



/***********************************************************************
 * #Contents #Instructor
 ********************************************************************* */

#Contents #Instructor .f-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

#Contents #Instructor .f-container .f-item {
	box-sizing: border-box;
	padding: 0;
	border-collapse: collapse;
	margin-bottom: 30px;
}

#Contents #Instructor .f-container .f-item-l {
	width: 100% !important;
	margin-right: 0 !important;
}

#Contents #Instructor .f-container .f-item-l .f-item-l-main {
	display: block;
	clear: both;
}

#Contents #Instructor .f-container .f-item-l .f-item-l-wrap {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

#Contents #Instructor .f-container .f-item-l .f-item-l-wrap .f-item-l-wrap-box {
	width: 48%;
	margin-right: 2%;
}

#Contents #Instructor .f-container .f-item-l .f-item-l-wrap .f-item-l-wrap-box:nth-child(2n) {
	margin-right: 0;
}

#Contents #Instructor .f-container .f-item:nth-child(2n) {
	margin-right: 0;
}

#Contents #Instructor .f-container .f-item .date {
	display: block;
	width: 100%;
	float: left;
	background: #036;
	color: #fff;
	margin-bottom: 10px;
}

#Contents #Instructor .f-container .f-item .date p {
	display: inline-block;
	padding: 5px 0 5px 14px;
	font-size: 1rem;
}

#Contents #Instructor .f-container .f-item .date p span {
	font-size: 1.15rem;
	font-weight: 600;
	display: block;
}

#Contents #Instructor .f-container .f-item .date p span small {
	font-size: 1rem;
	font-weight: 400;
}

#Contents #Instructor .f-container .f-item .date_note {
	font-size: 0.95em;
	font-weight: 600;
	padding-bottom: 0.5em;
	clear: both;
}

#Contents #Instructor .f-container .f-item .therme {
	font-weight: bold;
	color: #036;
	font-size: 1.35rem;
	line-height: 1.7;
	margin-bottom: 8px;
}

#Contents #Instructor .f-container .f-item .therme span:first-child {
	font-size: 0.8rem;
}

#Contents #Instructor .f-container .f-item .therme_text {
	line-height: normal;
	margin-bottom: 20px;
	line-height: 1.8;
	padding-top: 5px;
	clear: both;
}

#Contents #Instructor .f-container .f-item .img {
	float: left;
	margin-right: 2%;
	width: 20%;
}

#Contents #Instructor .f-container .f-item .img img {
	width: 100%;
}

#Contents #Instructor .f-container .f-item .instructor_text {
	display: block;
	width: 76%;
	float: right;
	line-height: 2rem;
	margin-bottom: 15px;
}

#Contents #Instructor .f-container .f-item .instructor_text p.instructor_text01 {
	width: 100%;
	display: block;
	float: left;
	padding: 6px 0;
	border-top: solid 1px;
	border-bottom: solid 1px;
}

#Contents #Instructor .f-container .f-item .instructor_text p.instructor_text01 span {
	font-size: 1.3rem;
	margin-left: 5px;
}

#Contents #Instructor .f-container .f-item .instructor_text p.instructor_text02 {
	width: 100%;
	display: block;
	float: left;
	padding: 6px 0;
	border-bottom: solid 1px;
}

#Contents #Instructor .f-container .f-item .instructor_text p.instructor_text03 {
	line-height: 1.8rem;
	display: block;
	padding-top: 5px;
	clear: both;
}

#Contents #Instructor .f-container .f-item .instructor_text-box {
	display: block;
	clear: both;
}

#Contents #Instructor .f-container .f-item .instructor_text-box+.instructor_text-box {
	padding-top: 25px;
}

#Contents #Instructor .f-container .f-item .instructor_text-sec {
	float: none;
	width: 100%;
	clear: both;
	border-top: 1px solid;
	line-height: 2;
}

#Contents #Instructor .f-container .f-item .instructor_text-sec p {
	border-bottom: 1px solid;
}

#Contents #Instructor .f-container .f-item .instructor_text-sec p:first-of-type span {
	font-size: 1.3em;
}

#Contents #Instructor .f-container .f-item .therme_text p {
	padding-left: 1em;
	text-indent: -1em;
}

#Contents .mainCont .voice span {
	padding-left: 1em;
	text-indent: -1em;
	display: block;
}

@media print,
screen and (min-width: 768px) {
	#Contents #Instructor {}

	#Contents #Instructor .f-container .f-item {
		width: 48%;
		margin-right: 2%;
	}

	#Contents #Instructor .f-container .f-item .date p:nth-child(3),
	#Contents #Instructor .f-container .f-item .date p:nth-child(4) {
		margin-top: -10px;
	}
}

@media only screen and (max-width: 767px) {
	#Contents #Instructor {
		margin-bottom: 35px;
	}

	#Contents #Instructor .f-container .f-item-l .f-item-l-wrap {
		flex-wrap: wrap;
	}

	#Contents #Instructor .f-container .f-item-l .f-item-l-wrap .f-item-l-wrap-box {
		width: 100%;
		margin-right: 0;
	}

	#Contents #Instructor .f-container .f-item-l .f-item-l-wrap .f-item-l-wrap-box:nth-child(2n) {
		margin-right: 0;
		margin-top: 20px;
	}

	#Contents #Instructor .f-container .f-item {
		width: 100%;
	}

	#Contents #Instructor .f-container .f-item:nth-child(2) {
		border-top: none;
	}

	#Contents #Instructor .f-container .f-item .date p:first-child {
		font-size: 1.5rem;
	}

	#Contents #Instructor .f-container .f-item .date p span {
		font-size: 1em;
	}

	#Contents #Instructor .f-container .f-item .therme {
		font-size: 1.5rem;
	}

	#Contents #Instructor .f-container .f-item .instructor_text p:first-child {
		font-size: 1.3rem;
	}

	#Contents #Instructor .f-container .f-item .instructor_text-sec p {
		padding: 6px 0;
		line-height: 2rem;
	}

	#Contents #Instructor .f-container .f-item .instructor_text p.instructor_text01 span {
		font-size: 1.3em;
	}

	#Contents #Instructor .f-container .f-item .instructor_text p.instructor_text02 span {
		font-size: 1.5rem;
	}

	#Contents #Instructor .f-container .f-item .instructor_text p.instructor_text03 {
		font-size: 1rem;
	}



}

/***********************************************************************
 * #Contents .pageSect
 ********************************************************************* */
@media print,
screen and (min-width: 768px) {
	#Contents .pageSect {
		margin-bottom: 80px;
	}
}

@media only screen and (max-width: 767px) {
	#Contents .pageSect {
		margin-bottom: 40px;
	}
}

/***********************************************************************
 * #Contents .pageBlock
 ********************************************************************* */
@media print,
screen and (min-width: 768px) {
	#Contents .pageBlock {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 767px) {
	#Contents .pageBlock {
		margin-bottom: 30px;
	}
}

/***********************************************************************
 * #Contents .qaSect
 ********************************************************************* */


#Contents .historyBlock {
	margin-bottom: 40px;
}

#Contents .historyBlock>last:child {
	margin-bottom: 0;
}

#Contents .historyBlock p {
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 20px;
	color: #036;
}

#Contents .historyBlock .historyList>li:first-child .year,
#Contents .historyBlock .historyList>li:first-child .content {
	border-top: 1px solid #d9d9d9;
}

#Contents .historyBlock .historyList>li .year {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 30px;
	border: 1px solid #d9d9d9;
	border-left: none;
	vertical-align: top;
	background: #f7f7f7;
}

@media print,
screen and (min-width: 768px) {
	#Contents .historyBlock .historyList>li {
		display: table;
		width: 100%;
		table-layout: fixed;
	}

	#Contents .historyBlock .historyList>li .year {
		display: table-cell;
		width: 300px;
	}


	#Contents .historyBlock .historyList>li .content {
		display: table-cell;
		border-bottom: 1px solid #d9d9d9;
		vertical-align: top;
		width: 100%;
	}

	#Contents .historyBlock {
		font-size: 16px;
		line-height: 1.5;
	}

	#Contents .historyBlock .contentList>li {
		padding: 15px 30px;
	}

	#Contents .pageTbl {
		margin-bottom: 30px;
		max-width: 1000px;
		font-size: 16px;
		line-height: 1.5;
	}

	#qanda {
		margin-top: -150px;
		padding-top: 150px;
	}
}

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

	#Contents .historyBlock .historyList>li:first-child {
		border-top: 1px solid #d9d9d9;
	}

	#Contents .historyBlock .historyList>li .year,
	#Contents .historyBlock .historyList>li .content {
		padding: 10px 15px;
	}

	#Contents .historyBlock .historyList>li {
		border-bottom: 1px solid #d9d9d9;
		width: 100%;
	}

	#Contents .historyBlock .historyList>li .year {
		width: 100%;
	}


	#Contents .historyBlock p {
		font-size: 1.6rem;
	}

}




/***********************************************************************
 * #Contents .formBlock
 ********************************************************************* */
@media print,
screen and (min-width: 768px) {
	#Contents .formBlock {
		margin-bottom: 40px;
		border: solid 1px;
		padding: 50px 100px;
	}
}

@media only screen and (max-width: 767px) {
	#Contents .formBlock {
		margin-bottom: 30px;
	}
}