@charset "UTF-8";
/* css Contact [top] */

@import url("main.css");

/*---------------------------------------------------- */
/* list Area */
/*---------------------------------------------------- */
/*== Section ==*/
#list_block {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	background-color: #f0f0f0;
}

/*== Waku ==*/
#list_block .listArea {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
#list_block .listArea .waku_list {
	padding: 0;
	margin: 0 auto;
	height: auto;
	text-align: center;
	position: relative;
}

/*== Box ==*/
.waku_list .listbox {
	padding: 0;
	margin: 0;
	height: auto;
	display: inline-block;
    *display: inline;
    *zoom: 1;
	vertical-align: top;
}
.waku_list .listbox article {
	padding: 0;
	margin: 0 auto;
	height: auto;
	position: relative;
	background-color: #fff!important;
	border-top: solid 10px #c10e21;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	/*-moz-box-shadow: 0 2px rgba(0, 0, 0, .08);
	box-shadow: 0 2px rgba(0, 0, 0, .08);*/
}

/*== h2 ==*/
.waku_list .listbox article .list-title {
	padding: 0;
	margin: 0 auto;
	height: auto;
	text-align: center;
	position: relative;
}
.waku_list .listbox article .list-title h2 {
	padding: 0;
	margin: 0;
	color: #24242a;
	font-weight: 800;
	text-align: center;
	line-height: 1.0;
	border-bottom: solid 2px #24242a;
	display: inline-block;
}
.waku_list .listbox article .list-title h2 em {
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-size: 106%;
	font-weight: 700;
}

/*== img ==*/
.waku_list .listbox article .photo_list {
	padding: 0;
	margin: 0 auto;
	height: auto;
	position: relative;
}
.waku_list .listbox article .photo_list figure {
	padding: 0;
	margin: 0 auto;
	height: auto;
	position: relative;
}
.waku_list .listbox article .photo_list figure img {
	padding: 0;
	margin: 0;
	width: 100%;
	vertical-align: bottom;
}

/*== Detail ==*/
.waku_list .listbox article .detail {
	padding: 0;
	margin: 0 auto;
	height: auto;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	position: relative;
}
.waku_list .listbox article .detail .sub-title {
	padding: 0;
	margin: 0 auto;
}
.waku_list .listbox article .detail .sub-title h3 {
	padding: 0;
	margin: 0;
	color: #24242a;
	font-weight: 700;
	text-align: center;
	line-height: 1.3;
}
.waku_list .listbox article .detail .sub-title h3 em {
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-size: 106%;
	font-weight: 700;
}
.waku_list .listbox article .detail .txt_list {
	padding: 0;
	margin: 0 auto;
}
.waku_list .listbox article .detail .txt_list p {
	padding: 0;
	margin: 0;
	color: #24242a;
	font-weight: 500;
	text-align: center;
	line-height: 1.3;
}
.waku_list .listbox article .detail .txt_list p em {
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-size: 106%;
	font-weight: 700;
}

/*== Seminar ==*/
.waku_list .listbox article .seminarArea {
	padding: 0;
	margin: 0 auto;
	height: auto;
	position: relative;
}
.seminarArea .headtitle {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.seminarArea .headtitle h3 {
	padding: 0;
	margin: 0;
	color: #24242a;
	font-weight: 700;
	text-align: center;
	line-height: 1.0;
}

/*== Table [Kind] ==*/
.seminarArea .haco_kind {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.seminarArea .haco_kind table {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	border-collapse: collapse;
	table-layout: fixed;
}
.seminarArea .haco_kind table th,
.seminarArea .haco_kind table td {
	padding: 0;
	margin: 0;
	height: auto;
}
.seminarArea .haco_kind table th h4 {
	padding: 0;
	margin: 0;
	background-color: #cbcbcb;
	font-family: "Montserrat", sans-serif;
	color: #24242a;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	line-height: 1.0;
}
.seminarArea .haco_kind table td p {
	padding: 0;
	margin: 0;
	color: #cbcbcb;
	font-weight: 800;
	text-decoration: none;
	text-align: center;
	line-height: 1.0;
}

/*== Kind ==*/
.seminarArea .waku_kind {
	padding: 0;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	text-align: center;
}
.seminarArea .waku_kind .kindbox {
	padding: 0;
	margin: 0;
	height: auto;
	float: left;
}
.seminarArea .waku_kind .kindbox h4 {
	padding: 0;
	margin: 0;
	background-color: #cbcbcb;
	font-family: "Montserrat", sans-serif;
	color: #24242a;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	line-height: 1.0;
}

/*== Table [Seminar] ==*/
.seminarArea .haco_seminar {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.seminarArea .haco_seminar table {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	border-collapse: collapse;
	table-layout: fixed;
}
.seminarArea .haco_seminar table th,
.seminarArea .haco_seminar table td {
	padding: 0;
	margin: 0;
	height: auto;
	vertical-align: top;
}
.seminarArea .haco_seminar table th h4 {
	padding: 0;
	margin: 0;
	font-family: "Montserrat", sans-serif;
	color: #24242a;
	font-weight: 500;
	text-decoration: none;
	text-align: left;
	line-height: 1.3;
	display: flex;
	/*justify-content: center;*/
	align-items: center;
}
.seminarArea .haco_seminar table th h4::after {
	content: '';
	width: 70px;
	height: 1px;
	background-color: #6c7e84;
}
.seminarArea .haco_seminar table th h4::after {
	margin-left: 20px;
}
.seminarArea .haco_seminar table td p {
	padding: 0;
	margin: 0;
	color: #24242a;
	font-weight: 500;
	text-decoration: none;
	text-align: left;
	line-height: 1.3;
}

/*== Button ==*/
.waku_list .listbox article .entryArea {
	padding: 0;
	margin: 0 auto;
	height: auto;
	position: relative;
}
.entryArea .waku_button {
	padding: 0;
	margin: 0 auto;
	height: auto;
	text-align: center;
	position: relative;
}
.entryArea .waku_button .btn_entry a {
	padding: 0;
	margin: 0 auto;
	height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
	background-color: #c10e21;
    color: #fff;
    font-weight: 700;
    transition: .5s ease;
	position: relative;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
.entryArea .waku_button .btn_entry a:hover {
    color: #fff;
	opacity: .7;
	filter: alpha(opacity=70);
	text-decoration: none;
}
.entryArea .waku_button .btn_entry a i {
	padding: 0;
	margin: 0;
    color: #fff;
	font-size: 100%;
    font-weight: 900;
	display: inline-block;
}



/*  PC  */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* list Area */
/*---------------------------------------------------- */
/*== Section ==*/
#list_block {
	padding: 115px 0;
	width: 100%;
}

/*== Waku ==*/
#list_block .listArea {
	width: 96%;
	max-width: 1200px;
}
#list_block .listArea .waku_list {
	width: 100%;
}

/*== Box ==*/
.waku_list .listbox {
	padding-top: 70px;
	margin: 0 1.0%;
	width: 47%;
}
.waku_list .listbox:first-child,
.waku_list .listbox:nth-child(2) {
	padding-top: 0;
	margin: 0 1.0%;
	width: 47%;
}
.waku_list .listbox article {
	padding: 50px 0;
	width: 100%;
	border-top-width: 10px;
}

/*== h2 ==*/
.waku_list .listbox article .list-title {
	margin-bottom: 25px;
	width: 96%;
}
.waku_list .listbox article .list-title h2 {
	padding-bottom: 10px;
	font-size: 26px;
}

/*== img ==*/
.waku_list .listbox article .photo_list {
	margin-bottom: 45px;
	width: 96%;
}
.waku_list .listbox article .photo_list figure {
	width: 50%;
	max-width: 260px;
}

/*== Detail ==*/
.waku_list .listbox article .detail {
	padding: 0 40px;
	margin-bottom: 25px;
	width: 100%;
}
.waku_list .listbox article .detail .sub-title {
	margin-bottom: 15px;
	width: 100%;
	min-height: 80px;
}
.waku_list .listbox article .detail .sub-title h3 {
	font-size: 21px;
}
.waku_list .listbox article .detail .txt_list {
	width: 100%;
	min-height: 130px;
}
.waku_list .listbox article .detail .txt_list p {
	font-size: 15px;
}

/*== Seminar ==*/
.waku_list .listbox article .seminarArea {
	margin-bottom: 25px;
	width: 96%;
}
.seminarArea .headtitle {
	margin-bottom: 12px;
	width: 96%;
}
.seminarArea .headtitle h3 {
	font-size: 17px;
	line-height: 1.6;
}

/*== Table ==*/
.seminarArea .haco_kind {
	width: 96%;
}
.seminarArea .haco_kind table th {
	padding: 0 5px;
	padding-bottom: 8px;
	/*width: calc(100% / 6);*/
	width: 16.6%;
}
.seminarArea .haco_kind table td {
	padding: 8px 5px;
	/*width: calc(100% / 6);*/
	width: 16.6%;
}
.seminarArea .haco_kind table th h4 {
	padding: 7px 0;
	font-size: 11px;
	border-radius: 25px;
}
.seminarArea .haco_kind table td p {
	font-size: 15px;
}

/*== Kind ==*/
.seminarArea .waku_kind {
	width: 96%;
	display: none;
}
.seminarArea .waku_kind .kindbox {
	margin: 7px 1%;
	width: 30%;
}
.seminarArea .waku_kind .kindbox h4 {
	padding: 7px 0;
	width: 100%;
	font-size: 11px;
	border-radius: 25px;
}

/*== Table [Seminar] ==*/
.seminarArea .haco_seminar {
	width: 80%;
}
.seminarArea .haco_seminar table th {
	padding: 12px 0;
	width: 45%;
}
.seminarArea .haco_seminar table td {
	padding: 12px 0;
	width: 55%;
}
.seminarArea .haco_seminar table th h4 {
	padding-right: 20px;
	font-size: 15px;
}
.seminarArea .haco_seminar table th h4::after {
	width: calc(100% - 88px);
	height: 1px;
	margin-left: 20px;
}
.seminarArea .haco_seminar table td p {
	margin-left: 0;
	font-size: 15px;
}

/*== Button ==*/
.waku_list .listbox article .entryArea {
	width: 96%;
}
.entryArea .waku_button {
	width: 80%;
}
.entryArea .waku_button .btn_entry a {
	padding: 20px 0;
	width: 100%;
	border-radius: 62px;
	font-size: 22px;
}
.entryArea .waku_button .btn_entry a i {
	margin-left: 10px;
}



}


/* Minimum width 959px and Tablet */
@media all and (max-width: 959px) and (min-width: 600px) {
/*---------------------------------------------------- */
/* Base */
/*---------------------------------------------------- */
html {
	scroll-padding-top: 60px;
}

/*---------------------------------------------------- */
/* list Area */
/*---------------------------------------------------- */
	@media all and (max-width: 959px) and (min-width: 761px) {
		/*== Section ==*/
		#list_block {
			padding: 85px 0;
			width: 100%;
		}
		
		/*== Waku ==*/
		#list_block .listArea {
			width: 94%;
		}
		#list_block .listArea .waku_list {
			width: 100%;
		}
		
		/*== Box ==*/
		.waku_list .listbox {
			padding-top: 55px;
			margin: 0 0.5%;
			width: 47.6%;
		}
		.waku_list .listbox:first-child,
		.waku_list .listbox:nth-child(2) {
			padding-top: 0;
			margin: 0 0.5%;
			width: 47.6%;
		}
		.waku_list .listbox article {
			padding: 40px 0;
			width: 100%;
			border-top-width: 8px;
		}
		
		/*== h2 ==*/
		.waku_list .listbox article .list-title {
			margin-bottom: 20px;
			width: 96%;
		}
		.waku_list .listbox article .list-title h2 {
			padding-bottom: 8px;
			font-size: 22px;
		}

		/*== img ==*/
		.waku_list .listbox article .photo_list {
			margin-bottom: 35px;
			width: 96%;
		}
		.waku_list .listbox article .photo_list figure {
			width: 54%;
		}

		/*== Detail ==*/
		.waku_list .listbox article .detail {
			padding: 0 15px;
			margin-bottom: 20px;
			width: 100%;
		}
		.waku_list .listbox article .detail .sub-title {
			margin-bottom: 10px;
			width: 100%;
			min-height: 70px;
		}
		.waku_list .listbox article .detail .sub-title h3 {
			font-size: 18px;
		}
		.waku_list .listbox article .detail .txt_list {
			width: 100%;
			min-height: 110px;
		}
		.waku_list .listbox article .detail .txt_list p {
			font-size: 14px;
		}
		
	}
	@media all and (max-width: 760px) and (min-width: 600px) {
		/*== Section ==*/
		#list_block {
			padding: 65px 0;
			width: 100%;
		}
		
		/*== Waku ==*/
		#list_block .listArea {
			width: 94%;
		}
		#list_block .listArea .waku_list {
			width: 96%;
		}
		
		/*== Box ==*/
		.waku_list .listbox {
			padding-top: 55px;
			margin: 0 0.5%;
			width: 98%;
		}
		.waku_list .listbox:first-child {
			padding-top: 0;
			margin: 0 0.5%;
			width: 98%;
		}
		.waku_list .listbox article {
			padding: 35px 0;
			width: 100%;
			border-top-width: 6px;
		}
		
		/*== h2 ==*/
		.waku_list .listbox article .list-title {
			margin-bottom: 15px;
			width: 96%;
		}
		.waku_list .listbox article .list-title h2 {
			padding-bottom: 6px;
			font-size: 24px;
		}

		/*== img ==*/
		.waku_list .listbox article .photo_list {
			margin-bottom: 15px;
			width: 96%;
		}
		.waku_list .listbox article .photo_list figure {
			width: 60%;
		}

		/*== Detail ==*/
		.waku_list .listbox article .detail {
			padding: 0 15px;
			margin-bottom: 15px;
			width: 100%;
		}
		.waku_list .listbox article .detail .sub-title {
			margin-bottom: 15px;
			width: 100%;
		}
		.waku_list .listbox article .detail .sub-title h3 {
			font-size: 18px;
		}
		.waku_list .listbox article .detail .txt_list {
			width: 100%;
		}
		.waku_list .listbox article .detail .txt_list p {
			font-size: 14px;
		}
		
	}


/*== Seminar ==*/
.waku_list .listbox article .seminarArea {
	margin-bottom: 20px;
	width: 96%;
}
.seminarArea .headtitle {
	margin-bottom: 10px;
	width: 96%;
}
.seminarArea .headtitle h3 {
	font-size: 16px;
	line-height: 1.6;
}

/*== Table ==*/
.seminarArea .haco_kind {
	width: 96%;
}
.seminarArea .haco_kind table th {
	padding: 0 3px;
	padding-bottom: 6px;
	width: 16.6%;
}
.seminarArea .haco_kind table td {
	padding: 6px 3px;
	width: 16.6%;
}
.seminarArea .haco_kind table th h4 {
	padding: 6px 0;
	font-size: 10px;
	border-radius: 22px;
}
.seminarArea .haco_kind table td p {
	font-size: 15px;
}

/*== Kind ==*/
.seminarArea .waku_kind {
	width: 96%;
	display: none;
}
.seminarArea .waku_kind .kindbox {
	margin: 7px 1%;
	width: 30%;
}
.seminarArea .waku_kind .kindbox h4 {
	padding: 6px 0;
	width: 100%;
	font-size: 10px;
	border-radius: 22px;
}

/*== Table [Seminar] ==*/
.seminarArea .haco_seminar {
	width: 80%;
}
.seminarArea .haco_seminar table th {
	padding: 10px 0;
	width: 45%;
}
.seminarArea .haco_seminar table td {
	padding: 10px 0;
	width: 55%;
}
.seminarArea .haco_seminar table th h4 {
	padding-right: 18px;
	font-size: 14px;
}
.seminarArea .haco_seminar table th h4::after {
	width: calc(100% - 80px);
	height: 1px;
	margin-left: 18px;
}
.seminarArea .haco_seminar table td p {
	margin-left: 0;
	font-size: 14px;
}

/*== Button ==*/
.waku_list .listbox article .entryArea {
	width: 96%;
}
.entryArea .waku_button {
	width: 80%;
}
.entryArea .waku_button .btn_entry a {
	padding: 18px 0;
	width: 100%;
	border-radius: 54px;
	font-size: 18px;
}
.entryArea .waku_button .btn_entry a i {
	margin-left: 8px;
}


}


/* Phone */
/* Portrait mode */
@media only screen and (max-width: 599px) {
/*---------------------------------------------------- */
/* Base */
/*---------------------------------------------------- */
html {
	scroll-padding-top: 60px;
}

/*---------------------------------------------------- */
/* list Area */
/*---------------------------------------------------- */
/*== Section ==*/
#list_block {
	padding: 45px 0;
	width: 100%;
}
		
/*== Waku ==*/
#list_block .listArea {
	width: 94%;
}
#list_block .listArea .waku_list {
	width: 94%;
}
		
/*== Box ==*/
.waku_list .listbox {
	padding-top: 35px;
	margin: 0 0.5%;
	width: 98%;
}
.waku_list .listbox:first-child {
	padding-top: 0;
	margin: 0 0.5%;
	width: 98%;
}
.waku_list .listbox article {
	padding: 25px 0;
	width: 100%;
	border-top-width: 6px;
}
		
/*== h2 ==*/
.waku_list .listbox article .list-title {
	margin-bottom: 15px;
	width: 96%;
}
.waku_list .listbox article .list-title h2 {
	padding-bottom: 4px;
	font-size: 20px;
}

/*== img ==*/
.waku_list .listbox article .photo_list {
	margin-bottom: 15px;
	width: 96%;
}
.waku_list .listbox article .photo_list figure {
	width: 60%;
}

/*== Detail ==*/
.waku_list .listbox article .detail {
	padding: 0 10px;
	margin-bottom: 15px;
	width: 100%;
}
.waku_list .listbox article .detail .sub-title {
	margin-bottom: 15px;
	width: 100%;
}
.waku_list .listbox article .detail .sub-title h3 {
	font-size: 16px;
}
.waku_list .listbox article .detail .txt_list {
	width: 100%;
}
.waku_list .listbox article .detail .txt_list p {
	font-size: 13px;
}

/*== Seminar ==*/
.waku_list .listbox article .seminarArea {
	margin-bottom: 15px;
	width: 94%;
}
.seminarArea .headtitle {
	margin-bottom: 8px;
	width: 96%;
}
.seminarArea .headtitle h3 {
	font-size: 15px;
	line-height: 1.6;
}

/*== Table ==*/
.seminarArea .haco_kind {
	width: 96%;
	display: none;
}
.seminarArea .haco_kind table th {
	padding: 0 3px;
	padding-bottom: 6px;
	width: 16.6%;
}
.seminarArea .haco_kind table td {
	padding: 6px 3px;
	width: 16.6%;
}
.seminarArea .haco_kind table th h4 {
	padding: 6px 0;
	font-size: 10px;
	border-radius: 22px;
}
.seminarArea .haco_kind table td p {
	font-size: 15px;
}

/*== Kind ==*/
.seminarArea .waku_kind {
	margin-bottom: 15px;
	width: 90%;
}
.seminarArea .waku_kind .kindbox {
	margin: 5px 1%;
	width: 47.8%;
}
.seminarArea .waku_kind .kindbox h4 {
	padding: 5px 0;
	width: 100%;
	font-size: 10px;
	border-radius: 20px;
}

/*== Table [Seminar] ==*/
.seminarArea .haco_seminar {
	width: 90%;
}
.seminarArea .haco_seminar table th {
	padding: 8px 0;
	width: 45%;
}
.seminarArea .haco_seminar table td {
	padding: 8px 0;
	width: 55%;
}
.seminarArea .haco_seminar table th h4 {
	padding-right: 15px;
	font-size: 13px;
}
.seminarArea .haco_seminar table th h4::after {
	width: calc(100% - 80px);
	height: 1px;
	margin-left: 15px;
}
.seminarArea .haco_seminar table td p {
	margin-left: 0;
	font-size: 13px;
}

/*== Button ==*/
.waku_list .listbox article .entryArea {
	width: 96%;
}
.entryArea .waku_button {
	width: 80%;
}
.entryArea .waku_button .btn_entry a {
	padding: 13px 0;
	width: 100%;
	border-radius: 41px;
	font-size: 15px;
}
.entryArea .waku_button .btn_entry a i {
	margin-left: 8px;
}



}