@charset "utf-8";

/***************************************************/
/* !temp */
/***************************************************/

/*
.page {
	min-width: 0;
}
.page__aside {
	display: none;
}
.page__main {
	width: 100%;
}
.column-page {
	margin: 0 auto;
}
*/

/***************************************************/
/* !base */
/***************************************************/

.column-page {
	font-size: 16px;
	padding: 45px;
	width: 100%;
}
	.column-page h2,
	.column-page h3 {
		margin: 0;
	}
	.column-page p {
		margin: 0;
	}
	.column-page figure {
		margin: 0;
		text-align: center;
	}

@media screen and (max-width: 767px) {
	.column-page {
		padding: 0 2%;
		font-size: 14px;
	}
}

/***************************************************/
/* !headings */
/***************************************************/

.column-page .hn {
	color: #0073ee;
	font-size: 1.125em;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}

.column-page .hn-profile {
	background-color: #fff;
	border: 4px solid #fff;
	color: #0073ee;
	display: inline-block;
	font-size: 1.25em;
	margin-bottom: 30px;
	padding: 4px 8px;
}

.column-page .hn-caption {
	color: #0073ee;
	font-size: 1.25em;;
	font-weight: bold;
	margin-bottom: 10px;
}

.column-page .hn-question {
	font-size: 1.625em;
	font-weight: bold;
	display: table;
	margin-bottom: 30px;
}
	.column-page .hn-question__num {
		background: #0073ee url(../img/ico01.png) 100% 0 repeat-y scroll;
		color: #ffffff;
		display: table-cell;
		padding: 0 16px 0 8px;
		vertical-align: middle;
	}
	.column-page .hn-question__title {
		display: table-cell;
		margin-left: 5px;
		padding: 0 8px 0 16px;
		vertical-align: middle;
	}

.column-page .hn-arr {
	font-size: 1.125em;
	font-weight: bold;
	background-image: url( '../img/ico_ttl01.png' );
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 10px;
	padding-left: 20px;
}

/***************************************************/
/* !sections */
/***************************************************/

.column-page .sec {
	margin-bottom: 60px;
}
.column-page .sec:after {
	content: "";
	display: block;
	clear: both;
}

.column-page .subsec {
	margin-bottom: 20px;
}
.column-page .subsec:after {
	content: "";
	display: block;
	clear: both;
}

/***************************************************/
/* !aside */
/***************************************************/

.aside {
	border: 2px solid #0073ee;
	margin: 60px auto;
	padding: 30px;
	max-width: 590px;
}
.aside:after {
	content: "";
	display: block;
	clear: both;
}


/***************************************************/
/* !colmun */
/***************************************************/

.colmun {
	background: #fff;
	margin: 60px auto;
	padding: 30px;
	max-width: 590px;
}
.colmun:after {
	content: "";
	display: block;
	clear: both;
}

/***************************************************/
/* !texts */
/***************************************************/

.column-page .text-indent {
	margin-bottom: 20px;
	overflow: auto;
	text-indent: 1em;
}
.column-page .text:last-child {
	margin-bottom: 0;
}

.column-page .text {
	overflow: auto;
	margin-bottom: 20px;
}
.column-page .text:last-child {
	margin-bottom: 0;
}

.column-page .text-note {
	font-size: 0.875em;
	overflow: auto;
	margin-bottom: 20px;
	margin-left: -1em;
	text-indent: 1em;
}
.column-page .text-note:last-child {
	margin-bottom: 0;
}

.column-page .text-answer {
	color: #0073ee;
	font-size: 1.375em;
	font-weight: bold;
	margin-bottom: 30px;
}
	.column-page .text-answer__marker {
		background: linear-gradient(transparent 60%, #ffffff 0%);
	}

.column-page .text-word {
	margin-bottom: 20px;
}
	.column-page .text-word__title {
		color: #0073ee;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.column-page .text-word__desc {}

/***************************************************/
/* !list */
/***************************************************/

.column-page .text-list {
	margin-bottom: 20px;
}
	.column-page .text-list__item {
		color: #0073ee;
		font-weight: bold;
		margin-bottom: 10px;
	}

/***************************************************/
/* !flex-box */
/***************************************************/

.cols {
	display: flex;
	justify-content: space-between;
}
	.cols__150 {
		width: 150px;
	}
	.cols__not150 {
		width: calc(100% - 150px - 30px);
	}
	.cols__200 {
		width: 200px;
	}
	.cols__not200 {
		width: calc(100% - 200px - 30px);
	}
	.cols__325 {
		width: 325px;
	}
	.cols__not325 {
		width: calc(100% - 325px - 30px);
	}

@media screen and (max-width: 767px) {
	.cols {
		display: block;
		justify-content: space-between;
	}
	.cols__150,
	.cols__not150,
	.cols__200,
	.cols__not200,
	.cols__325,
	.cols__not325 {
		width: auto;
	}
}

/***************************************************/
/* !image */
/***************************************************/

.column-page .image {
	text-align: center;
}
	.column-page .image__image {
		max-width: 100%;
	}

@media screen and (max-width: 767px) {
	.column-page .image {
		margin: 30px auto;
	}
}

/***************************************************/
/* !figures */
/***************************************************/

.column-page .figure {
	margin: 60px auto;
	max-width: 490px;
}
	.column-page .figure__title {
		/* color: #0073ee; */
		font-size: 1.25em;
		font-weight: bold;
		margin-bottom: 30px;
		text-align: center;
	}
	.column-page .figure__text {
		margin-top: -20px;
		margin-bottom: 30px;
		text-align: left;
	}
	.column-page .figure__image {
		height: auto;
		text-align: center;
		margin-bottom: 20px;
	}

	.column-page .figure__description {
		font-size: 0.9em;
	}


@media screen and (max-width: 767px) {
	.column-page .figure {
		margin: 30px auto;
	}
}

/***************************************************/
/* !kv */
/***************************************************/

.column-page .kv {
	text-align: center;
	margin-bottom: 40px
}

/***************************************************/
/* !lead */
/***************************************************/

.column-page .lead {
	margin-bottom: 40px;
}
	.column-page .lead__text {
		color: #0073ee;
		font-size: 1.125em;
	}

/***************************************************/
/* !point */
/***************************************************/

.column-page .point {
	margin-bottom: 40px
}
.column-page .point:after {
	content: "";
	display: block;
	clear: both;
}

	.column-page .point__title {
		color: #0073ee;
		font-size: 1.25em;
		font-weight: bold;
		margin-bottom: 30px;
	}
		.column-page .point__title span {
			background-color: #fff;
			border: 4px solid #0073ee;
			padding: 4px 8px;
		}
	.column-page .point__list {
		float: left;
		width: calc(100% - 200px - 20px);
	}
		.column-page .point__item {
			color: #0073ee;
			font-size: 1.125em;
			margin-bottom: 10px;
			margin-left: 1.3em;
			text-indent: -1.3em;
		}
	.column-page .point__image {
		float: right;
		text-align: center;
		width: 200px;
	}

@media screen and (max-width: 767px) {
	.column-page .point__image {
		float: none;
		width: auto;
	}
	.column-page .point__list {
		float: none;
		margin-bottom: 20px;
		width: auto;
	}
}


/***************************************************/
/* !prof */
/***************************************************/

.column-page .prof {
	border-top: 4px solid #0073ee;
	border-bottom: 4px solid #0073ee;
	margin-bottom: 40px;
	padding: 40px 0;
}
.column-page .prof:after {
	content: "";
	display: block;
	clear: both;
}
	.column-page .prof__names {
		float: left;
		width: calc(100% - 200px - 40px);
	}
		.column-page .prof__class {
			font-size: 0.875em;
			margin: 0 0 10px 0;
		}
		.column-page .prof__name {
			font-size: 1.125em;
			font-weight: bold;
			margin: 0 0 10px 0;
		}
	.column-page .prof__image {
		float: right;
		text-align: center;
		width: 200px;
	}
	.column-page .prof__history {
		float: left;
		width: calc(100% - 200px - 40px);
		font-size: 0.875em;
		margin: 0;
	}

@media screen and (max-width: 767px) {
	.column-page .prof__names {
		float: none;
		width: auto;
	}
	.column-page .prof__image {
		float: none;
		margin-bottom: 10px;
		width: auto;
	}
	.column-page .prof__history {
		float: none;
		width: auto;
	}
}

/***************************************************/
/* !ex */
/***************************************************/

.column-page .clear {
	clear: both;
}

.column-page .fl-r {
	float: right;
	margin-left: 40px;
}

@media screen and (max-width: 767px) {
	.column-page .fl-r {
		float: none;
		margin-left: 0;
	}
}

.column-page .fl-l {
	float: left;
	margin-right: 40px;
}
@media screen and (max-width: 767px) {
	.column-page .fl-l {
		float: none;
		margin-right: 0;
	}
}