@charset "UTF-8";
/* ------------------------------
会社概要
------------------------------ */

.page-corpinfo #header{
	background-image: url(../img/page-corpinfo_main_visual.png);
	background-size: cover;
	background-position: 50% 100%;
}


/*ページ内リンク*/
.pageNav{
	padding:0 55px;
}
.pageNav ul{
	font-size: 0;
	list-style: none;
	text-align: right;
}
.pageNav li{
	display: inline-block;
	padding:25px 0;
	font-size:14px;
	font-size:1.4rem;
	letter-spacing: 0.1em;
}
.page-corpinfo #main .pageNav li a{
	display: block;
	padding:0em 1em;
	border-right: solid 1px #0fae78;
	color: #0fae78;
	text-decoration: none;
}
.page-corpinfo #main .pageNav li:last-child a{
	padding-right:0em;
	border-right: solid 0px #0fae78;
}

/*理念*/
#philosophy{
	padding-top: 65px;
	padding-bottom:135px;

	background-image: url(../img/page-corpinfo_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50% ;
}
#philosophy h3{
	position: relative;
	margin-bottom:120px;
	padding:0 3%;
	font-size:22px;
	font-size:2.2rem;
	letter-spacing: 0.2em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
}
#philosophy h3:before{
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: " ";
	border-bottom: solid 1px #000;
	width: 15px;
}
#philosophy .text{
	width: 48.5%;
	margin:0 0 0 auto;
}
#philosophy h4{
	margin-bottom:50px;
	font-size:20px;
	font-size:2.0rem;
	letter-spacing: 0.1em;
	line-height: 1.7;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#philosophy p{
	font-size:14px;
	font-size:1.4rem;
	letter-spacing: 0.15em;
	line-height: 1.9;
}

/*挨拶*/
#message{
	padding-top: 70px;
	padding-bottom:110px;
	padding-left:5%;
	padding-right:5%;
	text-align: center;
}
#message h3{
	position: relative;
	margin-bottom:120px;
	padding:0 3%;
	font-size:22px;
	font-size:2.2rem;
	letter-spacing: 0.2em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
}
#message h3:before{
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: " ";
	border-bottom: solid 1px #000;
	width: 15px;
}
#message h4{
	margin-bottom:40px;
	font-size:20px;
	font-size:2.0rem;
	letter-spacing: 0.1em;
	line-height: 1.7;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#message p{
	font-size:14px;
	font-size:1.4rem;
	letter-spacing: 0.15em;
	line-height: 1.9;
}
/*グループ*/
#group > h3{
	position: relative;
	margin-bottom:80px;
	padding:0 3%;
	font-size:22px;
	font-size:2.2rem;
	letter-spacing: 0.2em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
}
#group > h3:before{
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: " ";
	border-bottom: solid 1px #000;
	width: 15px;
}
/*グループについて*/
.tableBlock{
	padding-top:100px ;
	padding-bottom:65px ;
	background-color: #f2f2f2;
}
.tableBlock .wrap{
	max-width:1170px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:45px ;
	background-color: #fff;
	text-align: left;
}
.tableBlock .wrap:last-child{
	margin-bottom:0px ;
}
.tableBlock .wrap h3{
	padding:50px 40px;
	font-size:20px;
	font-size:2.0rem;
	font-weight: normal;
	letter-spacing: 0.2em;
	border-bottom: solid 1px #f2f2f2;
}
.tableBlock table{
	width: 100%;
	font-size:14px;
	font-size:1.4rem;
}
.tableBlock table tr:first-child th,
.tableBlock table tr:first-child td{
	padding-top:30px;
}
.tableBlock table tr:last-child th,
.tableBlock table tr:last-child td{
	padding-bottom:80px;
}
.tableBlock th{
	width: 25%;
	padding:20px 30px;
	border-right: solid 1px #f2f2f2;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: left;
	vertical-align: top;
	line-height: 1.8;
}
.tableBlock td{
	width: 75%;
	padding:20px 30px;
	line-height: 1.8;
}
.tableBlock a{
	color: #0fae78;
	text-decoration: underline;
}
.tableBlock a:hover{
	color: #0fae78;
	text-decoration: none;
}

.tableBlock a.ico{
	display: inline-block;
	margin-left: 1em;
	padding-left:16px;
	color: #0fae78;
	text-decoration: underline;

	background-image: url(../img/ico_link.png);
	background-repeat: no-repeat;
	background-size: 13px auto;
	background-position: 0% 50%;
}
.tableBlock a.ico:hover{
	color: #0fae78;
	text-decoration: none;
}


/* ------------------------------- 書籍・発行物の紹介ページ*/
.page-book #booksMagazine .books,
.page-book #booksMagazine .magazine{
	display: block;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}
.page-book #booksMagazine ul.bookList{
	max-width: 900px;
}
.page-book #booksMagazine .bookList li{
	width: 33%;
	max-width: 33%;
	height: auto;
	margin: 0 0 60px 0;
	padding:2% 5px;
	font-size:14px;
	font-size:1.4rem;
	text-align: center;
	vertical-align: top;
}

.page-book #booksMagazine .bookList li:nth-child(3n-1){
	margin:0 0.5%;
}
.page-book #booksMagazine .bookList li img{
	display: block;
	max-width: 180px;
	margin:0 auto 25px auto;
}
.page-book #booksMagazine .bookList li strong{
	display: block;
	margin: 0.3em auto 0.3em auto;
}
.page #main #booksMagazine .bookList li a.btn{
	margin: 5% auto;
	width: 80%;
	height: 40px;
	font-size:14px;
	font-size:1.4rem;
	font-weight: bold;
	line-height: 40px;
	background-image: none;
}
.page-book #serviceLink{
	margin-top: 0;
}

/* ---------------------------------------------------------------------------- 

▼▼▼ ウィンドウサイズ1170px以下にのみ適用されるcss ▼▼▼

---------------------------------------------------------------------------- */
@media only screen and (max-width: 1170px) {
.pageNav{
	padding:0 0;
	margin-right: 2%;
	margin-left: 2%;
}

.tableBlock .wrap{
	margin-right: 2%;
	margin-left: 2%;
	padding: 0;
}

#philosophy .text{
	width: 90%;
	margin:0 auto;
}

.page-book #booksMagazine .bookList li{
	padding-right: 5%;
	padding-left: 5%;
}
.page #main #booksMagazine .bookList li a.btn{
	width: 100%;
	font-size:12px;
	font-size:1.2rem;
}

}



/* ---------------------------------------------------------------------------- 

▼▼▼ ウィンドウサイズ768px以下にのみ適用されるcss ▼▼▼

---------------------------------------------------------------------------- */

@media screen and (max-width: 768px){

/*ページ内リンク*/
.pageNav{
	padding:10px 0%;
}
.pageNav ul{
	font-size: 0;
	text-align: center;
}
.pageNav li{
	padding:10px 0;
}
.page-corpinfo #main .pageNav li a{
	padding:0em 1.5em;
	border-right: solid 0px #0fae78;
}


#philosophy .text{
	width: 100%;
	margin:0 auto;
}


.tableBlock {
	padding-top: 50px;
}
.tableBlock .wrap{
	margin-right: 3%;
	margin-left: 3%;
}
.formBlock .button{
	margin-right: 3%;
	margin-left: 3%;
}
.tableBlock .wrap h3{
	padding:40px 10px;
}
.tableBlock .wrap table{
	width: 100%;
}
.tableBlock .wrap th{
	display: block;
	width: 100%;
	padding:20px 10px 0px 10px;
	border-right: solid 0px #f2f2f2;
}
.tableBlock .wrap td{
	display: block;
	width: 100%;
	padding:10px 10px 20px 10px;
	border-bottom: solid 1px #f2f2f2;
}
.tableBlock .wrap tr:last-child td{
	border-bottom: solid 0px #f2f2f2;
}
.tableBlock table tr:first-child th,
.tableBlock table tr:last-child th{
	padding:20px 10px 0px 10px;
}
.tableBlock table tr:first-child td,
.tableBlock table tr:last-child td{
	padding:10px 10px 20px 10px;
}


#philosophy{
	padding:10% 5%;
}
#philosophy h3{
	margin-bottom:60px;
}
#philosophy h4{
	margin-bottom:30px;
}
/*挨拶*/
#message{
	padding-top: 40px;
	padding-bottom:50px;
}
#message h3{
	margin-bottom:60px;
}
#message h4{
	margin-bottom:20px;
	font-size:18px;
	font-size:1.8rem;
	line-height: 1.6;
}
#message p{
	font-size:14px;
	font-size:1.4rem;
	letter-spacing: 0.15em;
	line-height: 1.9;
	text-align: left;
}


.page-book #booksMagazine .bookList li{
	display: block;
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	padding-right: 5%;
	padding-left: 5%;
}
.page-book #booksMagazine .bookList li:nth-child(3n-1){
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 20px;
}
.page-book #booksMagazine .bookList li img{
	width: 60%;
	max-width: 200px;
}



}

