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

#sec #contents_wrap .cont section#cont_02 .tbl_wrap table {
	border-collapse: collapse;
	width: 100%;
}

#sec #contents_wrap .cont section#cont_02 .tbl_wrap table th {
	width: 160px;
	padding: 8px 12px;
	box-sizing: border-box;
	background: #f4fcfe;
	border-top: 1px solid #2bbbe6;
	border-bottom: 1px solid #2bbbe6;
	text-align: left;
	color: #2bbbe6;
}

#sec #contents_wrap .cont section#cont_02 .tbl_wrap table td {
	width: calc( 100% - 160px );
	padding: 8px 12px;
	box-sizing: border-box;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	text-align: left;
}


@media screen and (max-width: 599px) {
	#sec #contents_wrap .cont section#cont_02 .tbl_wrap table th {
		width: 100%;
		display: block;
	}
	
	#sec #contents_wrap .cont section#cont_02 .tbl_wrap table td {
		width: 100%;
		display: block;
		border-top: 0;
		border-bottom: 0;
	}
	
	#sec #contents_wrap .cont section#cont_02 .tbl_wrap table tr:last-child td {
		border-bottom: 1px solid #d9d9d9;
	}
}


body.philosophy .unit_wrap#cont_01 .txt_wrap h2.subtitle {
	text-align: center;
	margin-bottom: 25px;
	color: rgba(43, 187, 230, 1);
	font-size: calc(22px + 12 * (100vw - 320px)/1160);
}

body.philosophy .unit_wrap#cont_01 .txt_wrap h2.subtitle .jap {
	font-weight: normal;
	font-size: calc(14px + 4 * (100vw - 320px)/1160);
	color: #333;
}


body.philosophy .unit_wrap#cont_01 .txt_wrap h3.catch {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: normal;
	background:  rgba(43, 187, 230, 1);
	color: #fff;
	padding: 6px 25px;
	box-sizing: border-box;
	display: inline-block;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 420px;
	
}

@media screen and (max-width: 499px) {
	body.philosophy .unit_wrap#cont_01 .txt_wrap h3.catch {
		width: 100%;
	}
}



body.philosophy .unit_wrap#cont_01 .txt_wrap .concept_box {
	background: #f6f6f6;
	margin-left: auto;
	margin-right: auto;
	width: 420px;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

@media screen and (max-width: 499px) {
	body.philosophy .unit_wrap#cont_01 .txt_wrap .concept_box {
		width: 100%;
	}
}

body.philosophy .unit_wrap#cont_01 .txt_wrap ul.catch_list {
	margin-bottom: 0;
	width: 148px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}



body.philosophy .unit_wrap#cont_01 .txt_wrap ul.catch_list li {
	font-size: 24px;
	line-height: 1.2em;
	color: rgba(43, 187, 230, 1);
	text-align: left;
}


@media screen and (max-width: 734px) {
	body.philosophy .unit_wrap#cont_01 .txt_wrap ul.catch_list li {
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	
	body.philosophy .unit_wrap#cont_01 .txt_wrap ul.catch_list li:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
	}
}

body.philosophy .unit_wrap#cont_01 .txt_wrap ul.catch_list li .eng {
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
	color: #aaa;
	margin-left: 1em;
}