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

.fv-page{
	background: url(/img/textbooksp_bk.png) no-repeat;
	background-size: cover;
background-position: 50%;
}

@media screen and (min-width: 1024px) {
	.fv-page{
	background: url(/img/textbook_bk.png) no-repeat ;
	}
}
#general{
margin-top : -80px;
  padding-top : 80px;
	}
.wrap-page{
	max-width: 1200px;
	width: 90%;
	margin: 30px auto;
}
.wrap-page h2{
	font-size: 1.2rem;
	line-height: 1;
	color: #212a54;
	text-align:left;
	position: relative;
	margin-top: 50px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.wrap-page h2::after, .wrap-page h2::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
}
.wrap-page h2::after{
    width: 100%;
    left: 0;
    height: 2px;
    background-color: #231c5c;
    z-index: 1;
}
.wrap-page h2::before{
    width: 100px;
    height: 2px;
    background-color: #f5800d;
    z-index: 2;
    left: 0;
    bottom: 0;

}
.wrap-page p {
    line-height: 1.8;
}
.attention{
	font-size: .7rem;
	line-height: 1.6;
	letter-spacing: .5px;
}
table{
	border-collapse:  collapse; /* セルの線を重ねる */
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	border-right:1px solid #85b1c5;
	border-left:1px solid #85b1c5;
	border-bottom:1px solid #231c5c;
	letter-spacing:0;
}
table h3{
	font-family: 游ゴシック, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif;
	line-height:1.4;
	margin-top:10px;
	letter-spacing:0;
	margin-bottom: 10px;
}
table,th,td,table p,table h3,table a{
	font-size:14px;
}
.wrap-page table p{
	line-height:1.5;
}
.sample-tx p{
	margin-top:10px;
}
thead{
	border:1px solid #85b1c5;
	background:#d3e1e8;
	color:#85b1c5;
}
thead td{
	font-weight:bold;
	padding:5px;
	border:1px solid #85b1c5;
}
th{
	width:1.5rem;
}
.main th{
	background:#85b1c5;
	color:#fff;
	border-right:1px solid #fff;
	text-align: center;
}
.main td.program{
	background:#85b1c5;
	color:#000;
	padding:10px;
}
td.program{
	border-bottom:1px solid #fff;
}
td.program img {
		width: 50%;
		height:auto;
	}
.special th{
	background:#231c5c;
	color:#fff;
	border-right:1px solid #fff;
	text-align: center;
	border-left: 1px solid #231c5c;
}
.special td.program{
	background:#231c5c;
	color:#fff;
	padding:10px;
}
.main td.sample{
	background:#fff;
	color:#000;
}
.main td.sample img,.special td.sample img{
	display:inline-block;
	border:1px solid #d7d7d7;
	width:100%;
	height:auto;
	margin-bottom:10px;
	box-sizing: border-box;
}

td.sample .sample-tx{
	width:100%;
	text-align:left;
}
td.sample{
	padding:10px 2% 20px;
}
.progra-tx {
	text-align:left;
}
.progra-tx span{
	display:block;
}
.progra-tx a{
	text-decoration:underline;
	margin-top:10px
}
.progra-tx a::after{
	content:"＞";
}
.special td.program a{
	color:#fff;
}
span.level{
	background:#231c5c;
	color:#fff;
	padding:1px 5px;
	border-radius:5px;
	font-size: .8em;
	display:block;
	width: fit-content;
}
.sample-tx a{
	text-decoration:underline;
}
tr.special td.sample{
	border-top:1px solid #231c5c;
}
tr.bussiness td.sample{
	border-top: 1px solid #85b1c5;
	border-bottom: 1px solid #85b1c5;
}
.feedback {
		margin-top:60px;
	}
.feedback img{
	border: 1px solid #d7d7d7;
	box-sizing: border-box;
	width:100%;
	height:auto;
	margin-bottom:20px;
	box-shadow: 8px 13px 18px rgba(0,0,0,0.1);
}
a.under{
	text-decoration:underline;
}
@media screen and (min-width: 375px) {
	span.level {
    display: inline-block;
		padding:0 5px;
}
	.sample-tx a {
    vertical-align: bottom;
}
}
@media screen and (min-width: 768px) {
table,th,td,table p,table h3,table a{
	font-size:15px;
}
	table{
	letter-spacing:1px;
}
	table h3{
	letter-spacing:2px;
		margin-top:0;
}
.wrap-page h2{
	font-size: 1.5rem;
}
	.main td.program,.special td.program{
		letter-spacing:-.4em;
	}
.main td.program img,.special td.program img{
	display:inline-block;
	width:25%;
	letter-spacing:normal;
	vertical-align:top;
}
	.main td.program .progra-tx,.special td.program .progra-tx{
		display:inline-block;
		width:70%;
		margin-left:5%;
		letter-spacing:normal;
		vertical-align:top;
	}
	.main td.sample img,.special td.sample img{
	width: 26%;
		max-width:180px;
	height:auto;
		margin-bottom:0;
}
	
	d.sample img{
	display:inline-block;
	width:35%;
	margin-right:3%;
}
	.main td.sample,.special td.sample{
	letter-spacing:-.4em;
}
td.sample .sample-tx{
	display:inline-block;
	width:72%;
	letter-spacing:1px;
	text-align:left;
	margin-left:2%;
	vertical-align: top;
}
td.sample{
	padding:20px;
}
	td.sample p{
		letter-spacing:1px;
	}
	.feedback{
		letter-spacing:-.4em;
		margin-top:100px
	}
	.feedback img{
		display:inline-block;
	width:50%;
	}
	.feed-tx{
		display:inline-block;
	width:46%;
		margin-left:4%;
	}
	.feed-tx p{
		letter-spacing:normal;
	}
	span.level{
	background:#231c5c;
	color:#fff;
	padding:1px 10px;
	margin-left:10px;
	border-radius:5px;
	font-size: .9em;
		display:inline-block;
		width: fit-content;
}
	th {
    width: 1.7rem;
}
}
@media screen and (min-width: 1024px) {
.wrap-page h2{
	font-size: 1.6rem;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.wrap-page{
	width: 96%;
	margin: 50px auto 100px;
	text-align: center;
}
	.wrap-page p{
		line-height: 2;
		text-align: left;
	}
	td.sample .sample-tx {
    width: 72%;
    text-align: left;
    margin-left: 2%;
}
	p.pc-center{
		text-align:center;
	}
	.main td.program img, .special td.program img {
    display: inline-block;
		width: 20%;
		height:auto;
	}
}
.ank
{
 margin-top: -60px;
	  padding-top: 60px;
}
@media screen and (min-width: 768px) {
.ank
{
 margin-top: -180px;
	  padding-top: 180px;
}
	
}