@charset "UTF-8";

/* ページスタイル */

.cf-custom-content-03 .fl-left {
	float: left;
}

.cf-custom-content-03 .fl-right {
	float: right;
}

.cf-custom-content-03 .in-block {
	max-width: 900px;
	width: 90%;
	margin: auto;
}

.cf-custom-content-03 .c-shadow {
	position: relative;
	z-index: 2;
	-webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, .2);
	box-shadow: 5px 5px 8px rgba(0, 0, 0, .2);
}

.cf-custom-content-03 .cnts-header {
	overflow: hidden;
	height: 400px;
	background-image: radial-gradient(circle farthest-side at top right, #EEE 10%, #FFF 100%);
}

.cf-custom-content-03 .cnts-header .in-block {
	position: relative;
}

.cf-custom-content-03 .bl-head-in {
	margin: 30px 0;
}

.cf-custom-content-03 .bl-head-title > p {
	margin-bottom: 0;
	text-align: inherit;
}

.cf-custom-content-03 .bl-head-title > p:first-child {
	margin-bottom: 18px;
}

.cf-custom-content-03 .ci-set {
	text-align: center;
}

.cf-custom-content-03 .logo {
	margin: 30px 0 40px;
}

.cf-custom-content-03 .subtext {
	margin-top: 32px;
	margin-bottom: 0;
}

.cf-custom-content-03 .books {
	display: block;
	position: relative;
	opacity: 1;
	-webkit-transition: opacity .3s ease-in 0s;
	transition: opacity .3s ease-in 0s;
}

.cf-custom-content-03 .books > figure {
	margin: 0;
}

.cf-custom-content-03 .books:link {
	opacity: 1;
}

.cf-custom-content-03 .books:hover {
	opacity: .7;
}

.cf-custom-content-03 .books > figure {
	position: relative;
}

.cf-custom-content-03 .btn-book {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	z-index: 1;
	right: -140px;
	bottom: 8px;
	width: 165px;
	height: 165px;
	border: 3px solid #000;
	border-radius: 50%;

	-webkit-box-align: center;

	-webkit-align-items: center;

	-ms-flex-align: center;

	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cf-custom-content-03 .btn-book > img {
	display: block;
	margin-left: 12px;
}

.cf-custom-content-03 .main-head {
	overflow: hidden;
	text-align: center;
}

.cf-custom-content-03 .main-title {
	margin: 35px 0;
}

.cf-custom-content-03 .company-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	margin: 0 0 20px;

	-webkit-box-align: stretch;

	-webkit-align-items: stretch;

	-ms-flex-align: stretch;

	align-items: stretch;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.cf-custom-content-03 .company-list__item {
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 20%;
	margin: 20px 0;
	padding: 0 0 4px;
	border-left: 1px solid #EEE;
	text-align: center;
	vertical-align: top;
}

.cf-custom-content-03 .company-list__item:first-child {
	border-left-width: 0;
}

.cf-custom-content-03 .company-list__item > .in-block {
	max-width: 190px;
	width: 85%;
	margin: auto;
}

.cf-custom-content-03 .company-list p {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
	text-align: center;
	text-transform: uppercase;
}

.cf-custom-content-03 .company-link {
	text-align: center;
}

.cf-custom-content-03 .company-link > img {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: auto;
}

.cf-custom-content-03 .btn-cmn {
	display: table;
	width: 100%;
	height: 30px;
	margin-top: 8px;
	border: 1px solid #3A50C9;
	border-radius: 4px;
	color: #3A50C9;
	font-size: 70%;
	font-weight: bold;
}

.cf-custom-content-03 .btn-cmn__in {
	display: table-cell;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	vertical-align: middle;
	letter-spacing: .2rem;
}

.cf-custom-content-03 .btn-apply {
	border: none;
	background-color: #3A50C9;
	-webkit-box-shadow: 0 3px 0 #B3B3B3;
	box-shadow: 0 3px 0 #B3B3B3;
	color: #FFF;
	font-weight: bold;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.cf-custom-content-03 .btn-apply:before {
	display: table-cell;
	width: 25%;
	border-right: 1px solid #FFF;
	background: url("../images/bg_check-icon.png") no-repeat center;
	background-size: 40%;
	text-align: center;
	vertical-align: middle;
	content: "";
}

.cf-custom-content-03 .btn-apply:active {
	-webkit-box-shadow: 0 -1px 0 #172053;
	box-shadow: 0 -1px 0 #172053;
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
}

.cf-custom-content-03 .flexbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: start;

	-webkit-align-items: flex-start;

	-ms-flex-align: start;

	align-items: flex-start;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cf-custom-content-03 .flexbox__in {
	margin-right: 32px;
	margin-left: 32px;
}

.cf-custom-content-03 .flexbox__in:last-child {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

@media only screen and (min-width: 1181px) {
	.cf-custom-content-03 .company-list__item:nth-child(5n+1) {
		border-left-width: 0;
	}

	.cf-custom-content-03 .company-list__item:nth-child(-n+5) {
		margin-top: 0;
	}
}

@media only screen and (max-width: 1240px) {
	.cf-custom-content-03 .flexbox__in {
		margin-right: 16px;
		margin-left: 16px;
	}
}

@media only screen and (max-width: 1181px) {
	.cf-custom-content-03 .company-list__item {
		width: 25%;
	}

	.cf-custom-content-03 .company-list__item:nth-child(4n+1) {
		border-left-width: 0;
	}

	.cf-custom-content-03 .company-list__item:nth-child(5) {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 959px) {
	.cf-custom-content-03 .c-shadow {
		margin-top: 0;
		-webkit-box-shadow: .8vw .8vw 1vw rgba(0, 0, 0, .2);
		box-shadow: .8vw .8vw 1vw rgba(0, 0, 0, .2);
	}

	.cf-custom-content-03 .cnts-header {
		height: auto;
	}

	.cf-custom-content-03 .bl-head-in {
		margin: 0;
	}

	.cf-custom-content-03 .bl-head-title {
		width: 100%;
	}

	.cf-custom-content-03 .bl-head-title > p {
		margin-bottom: 8%;
	}

	.cf-custom-content-03 .bl-head-title > p > img:first-child {
		width: 100%;
	}

	.cf-custom-content-03 .bl-head-title > p:first-child {
		margin-bottom: 5%;
	}

	.cf-custom-content-03 .bl-head-title > p:last-child {
		width: 52.6%;
		margin: auto;
	}

	.cf-custom-content-03 .ci-set {
		max-width: 45%;
	}

	.cf-custom-content-03 .ci-set img {
		width: 100%;
		height: auto;
	}

	.cf-custom-content-03 .logo {
		margin: 10% 0 10%;
	}

	.cf-custom-content-03 .subtext {
		margin: 8% 0;
	}

	.cf-custom-content-03 .books {
		width: 100%;
	}

	.cf-custom-content-03 .books > figure > img {
		width: 100%;
	}

	.cf-custom-content-03 .books:hover {
		opacity: 1;
	}

	.cf-custom-content-03 .btn-book {
		right: -33%;
		width: 12vw;
		height: 12vw;
		border-width: .3vw;
	}

	.cf-custom-content-03 .btn-book > img {
		width: 50%;
		height: auto;
		margin-left: 5%;
	}

	.cf-custom-content-03 .company-list__item {
		width: 33.33333%;
	}

	.cf-custom-content-03 .company-list__item:nth-child(4n+1) {
		border-left-width: 1px;
	}

	.cf-custom-content-03 .company-list__item:nth-child(3n+1) {
		border-left-width: 0;
	}

	.cf-custom-content-03 .company-list__item:nth-child(4) {
		margin-top: 20px;
	}

	.cf-custom-content-03 .flexbox__in {
		margin-right: 2%;
		margin-left: 2%;
	}

	.cf-custom-content-03 .flexbox__in:last-child {
		width: 35%;
		margin-top: 2%;
	}
}

@media only screen and (max-width: 599px) {
	.cf-custom-content-03 .bl-head-title {
		width: 100%;
	}

	.cf-custom-content-03 .ci-set {
		max-width: 50%;
	}

	.cf-custom-content-03 .btn-book {
		right: -36%;
		width: 22vw;
		height: 22vw;
	}

	.cf-custom-content-03 .main-title {
		margin: 7% 0 2%;
	}

	.cf-custom-content-03 .company-list__item {
		width: 100%;
		margin: 0 auto;
		padding: .5rem 0 3rem;
		border-bottom: 1px solid #EEE;
		border-left-width: 0 !important;
	}

	.cf-custom-content-03 .company-list__item .btn-cmn {
		float: left;
		width: 48.5%;
		margin-top: .1rem;
		margin-right: 3%;
		-webkit-box-shadow: 0 0 0 transparent;
		box-shadow: 0 0 0 transparent;
		font-size: 70%;
	}

	.cf-custom-content-03 .company-list__item .btn-cmn:nth-of-type(2n) {
		margin-right: 0;
	}

	.cf-custom-content-03 .company-list__item > .in-block > a:only-of-type .btn-cmn {
		width: 100%;
	}

	.cf-custom-content-03 .company-list__item > .in-block {
		width: 90%;
	}

	.cf-custom-content-03 .company-list__item > .in-block {
		min-width: 70%;
	}

	.cf-custom-content-03 .company-link > img {
		max-width: 190px;
		width: 100%;
		margin: auto;
	}

	.cf-custom-content-03 .btn-cmn {
		height: 38px;
		font-size: 100%;
	}

	.cf-custom-content-03 .flexbox {
		display: block;
		text-align: center;
	}

	.cf-custom-content-03 .flexbox__in {
		margin: auto;
	}

	.cf-custom-content-03 .flexbox__in:last-child {
		width: 60%;
		margin-bottom: 5%;
	}
}