@charset "utf-8";
/* webshelf_CSS Document */

.webshelf {
	font-weight: bold;
}
.singlefree h2 {
	font-weight: bold;
}
.webshelf.lower_wrapper {
	margin-bottom: 0;
}
.webshelf .singlefree_content {
	padding: 0;
}

/*----------------
 main 
-----------------*/
.webshelf .lower_main {
	padding: 100px 0;
	background-position: 50% 50%;
	background: url(../images/webshelf_mainbg.jpg) no-repeat;
	background-size: cover;
}
@media only screen and (max-width: 768px) {
	.webshelf .lower_main {
		padding: 40px 0 60px;
		margin-top: 120px;
		background: url(../images/webshelf_mainbg_sp.jpg) no-repeat;
	}
}
.webshelf .lower_main h1 {
	margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
	.webshelf .lower_main h1 {
		margin-bottom: 20px;
	}
	.webshelf .lower_main h1,
	.webshelf .lower_main p {
		text-shadow: 0px 0px 5px #000;
	}
}
/*----------------
2nd
-----------------*/
.webshelf #first_block .singlefree_content {
	padding: 60px 0 100px;
}
@media only screen and (max-width: 768px) {
	.webshelf #first_block .singlefree_content {
		padding: 20px 0 60px;
	}
}

/*----------------
3rd
-----------------*/
.webshelf .webshellf_saiteki {
	background: #0064a9;
	padding-bottom: 50px;
}
.webshelf .webshellf_saiteki h2 {
	text-align: center;
	color: #fff;
	border: none;
    margin-bottom: 50px;
	font-size: 24px;
	font-weight: bold;
}
@media only screen and (max-width: 768px) {
	.webshelf .webshellf_saiteki h2 {
		font-size: 22px;
		margin-top: 0;
	}
}
.webshelf .webshellf_saiteki .webshelf_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.webshelf .webshellf_saiteki .webshelf_list ul li {
	width: 240px;
    height: 250px;
	display: inline-block;
	text-align: center;
	color: #0064a9;
	margin-bottom: 40px;
	margin-right: 50px;
	position: relative;
}
@media only screen and (max-width: 768px) {
	.webshelf .webshellf_saiteki .webshelf_list ul li {
		width: 46%;
		height: 160px;
		margin-bottom: 10px;
		margin-right: 10px;
	}
}
@media only screen and (min-width: 1390px) {
	.webshelf .webshellf_saiteki .webshelf_list ul li {
		width: 300px;
		height: 310px;
		margin-right: 50px;
	}
}
.webshelf .webshellf_saiteki .webshelf_list ul li span {
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	margin: auto;
}
@media only screen and (max-width: 768px) {
	.webshelf .webshellf_saiteki .webshelf_list ul li span {
		bottom: 22px;
		font-size: 12px;
    	line-height: 1rem;
	}
}
.webshelf .webshellf_saiteki .webshelf_list ul li:nth-child(1) {
	background: url(../images/webshelf_list_bg01.png) no-repeat;
	background-size: 100%;
}
.webshelf .webshellf_saiteki .webshelf_list ul li:nth-child(2) {
	background: url(../images/webshelf_list_bg02.png) no-repeat;
	background-size: 100%;
}
.webshelf .webshellf_saiteki .webshelf_list ul li:nth-child(3) {
	background: url(../images/webshelf_list_bg03.png) no-repeat;
	background-size: 100%;
	margin-right: 0;
}
@media only screen and (max-width: 768px) {
	.webshelf .webshellf_saiteki .webshelf_list ul li:nth-child(3) {
		margin-right: 10px;
	}
}
.webshelf .webshellf_saiteki .webshelf_list ul li:nth-child(4) {
	background: url(../images/webshelf_list_bg04.png) no-repeat;
	background-size: 100%;
}
.webshelf .webshellf_saiteki .webshelf_list ul li:nth-child(5) {
	background: url(../images/webshelf_list_bg05.png) no-repeat;
	background-size: 100%;
}
.webshelf .webshellf_saiteki .webshelf_list ul li:nth-child(6) {
	background: url(../images/webshelf_list_bg06.png) no-repeat;
	background-size: 100%;
	margin-right: 0;
}
@media only screen and (max-width: 768px) {
	.webshelf .webshellf_saiteki .webshelf_list ul li:nth-child(5),
	.webshelf .webshellf_saiteki .webshelf_list ul li:nth-child(6) {
		margin-bottom: 0;
	}
}


/*----------------
4th
-----------------*/
.webshelf .webshellf_sample {
	padding: 100px 0;
}
@media only screen and (max-width: 768px) {
	.webshelf .webshellf_sample {
		padding: 60px 0;
	}
}
.webshelf .webshellf_sample .bg_gray {
	padding: 40px;
	background: #f8f8f8;
	margin-top: 30px;
}
@media only screen and (max-width: 768px) {
	.webshelf .webshellf_sample .bg_gray {
		padding: 20px;
		margin-top: 20px;
	}
}
.webshelf .webshellf_sample .bg_gray ul {
	max-width: 1000px;
}
.webshelf .webshellf_sample .bg_gray ul li {
	margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
	.webshelf .webshellf_sample .bg_gray ul li {
		padding-left: 1rem;
		text-indent: -1rem;
	}
}
.webshelf .webshellf_sample .bg_gray ul li:last-child {
	margin-bottom: 0px;
}
.webshelf .webshellf_sample .bg_gray ul li::before {
	content: "●";
	color: #0064a9;
	margin-right: 3px;
}
.webshelf .webshellf_sample .btn_demo a {
	width: 100%;
	padding: 26px 0;
	font-size: 20px;
	display: block;
	background: #ef7012;
	border-radius: 5px;
	color: #fff;
	margin-top: 30px;
	text-align: center;
	text-decoration: none;
	transition: 0.3s;
}
@media only screen and (max-width: 768px) {
	.webshelf .webshellf_sample .btn_demo a {
		padding: 23px 0;
		font-size: 18px;
		margin-top: 20px;
	}
}
.webshelf .webshellf_sample .btn_demo a:hover {
	opacity: 0.8;
	transition: 0.3s;
}

/*----------------
5th
-----------------*/
.webshelf .webshellf_movie .movie_frame_pc {
	margin-top: 50px;
	position: relative;
}
@media only screen and (max-width: 768px) {
	.webshelf .webshellf_movie .movie_frame_pc {
		margin-top: 30px;
	}
}
.webshelf .webshellf_movie .movie_frame_pc img {
	margin: 0 auto;
	display: block;
}
.webshelf .webshellf_movie .movie {
	position: absolute;
	top: 18px;
	left: 0;
	right: 0;
	margin: auto;
	width: 510px;
	height: 287px;
}
@media only screen and (max-width: 768px) {
	.webshelf .webshellf_movie .movie {
		width: 100%;
		padding: 0 10px;
		top: 10px;
	}
}
.webshelf .webshellf_movie .movie iframe {
	height: 287px;
}
@media only screen and (max-width: 768px) {
	.webshelf .webshellf_movie .movie iframe {
		height: 167px;
	}
}


/*----------------
6th
-----------------*/
.test_css.webshelf .single_grebg.webshelf_katuyoujirei {
	margin-top: -30px;
	z-index: -10;
	margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
	.test_css.webshelf .single_grebg.webshelf_katuyoujirei {
		margin-top: -20px;
		margin-bottom: 0px;
	}
}
.test_css.webshelf .single_grebg.webshelf_katuyoujirei h2 {
	margin-bottom: 80px;
	font-weight: bold;
}
@media only screen and (max-width: 768px) {
	.test_css.webshelf .single_grebg.webshelf_katuyoujirei h2 {
		margin-bottom: 30px;
		font-weight: bold;
	}
}
.webshelf .webshelf_katuyoujirei .white_box {
	background: #fff;
	padding: 40px;
	margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
	.webshelf .webshelf_katuyoujirei .white_box {
		padding: 20px;
	}
}
.webshelf .webshelf_katuyoujirei .white_box:last-child {
	margin-bottom: 0px;
}
.webshelf .webshelf_katuyoujirei .white_box h3 {
	color: #0064a9;
	margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
	.webshelf .webshelf_katuyoujirei .white_box h3 {
		margin-bottom: 20px;
	}
}
.webshelf .webshelf_katuyoujirei .white_box p {
	padding-bottom: 0;
}

.test_css .singlefree .singlefree_content h2,
.gre_content .ryoukin-rei h2 {
    padding-left: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 30px;
    text-align: left;
    border-left: 2px solid #69b644;
	font-size: 24px;
	margin-top: 0;
    color: #333;
}
@media only screen and (max-width: 768px) {
	.test_css .singlefree .singlefree_content h2,
	.gre_content .ryoukin-rei h2 {
		font-size: 22px;
	}
}
@media only screen and (max-width: 768px) {
	.lower_wrapper {
		margin-top: 60px;
	}
	.test_css .single_grebg {
		padding: 60px 0 60px;
	}
	section.colum_two .left_wrap {
		margin-bottom: 0;
	}
	.webshelf .webshellf_saiteki {
		background: #0064a9;
		padding-bottom: 40px;
	}
}

