/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

/*-- PC版表示CSS  --*/
.pc_area{
  display:block;
}
.phone_area{
  display:none;
}

/*-- スマホ版表示CSS  --*/
@media screen and (max-width: 750px){
  .pc_area{
    display:none;
  }
  .phone_area{
    display:block;
  }
}

/* acMenu */
#acMenu dt{
    display:block;
    cursor:pointer;	
	background:#fff;
    border-radius: 2px;
	background-color:rgba(255,255,255,0.90);
	padding: 20px 20px 20px 20px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.22);	
	background: #fafafa;

    }
#acMenu dt:hover {
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.22);	
	background: #EEF2F5;
}	
#acMenu dd{
    display:none;	
	padding: 30px 0px 15px 0px;
    }


/*囲み罫線｜新着情報 */
.box_01s {
    position: relative;
    padding: 0.8em 1.5em;
    border-radius: 3px;
    background: #FFFFFF;
	background-color:rgba(255,255,255,0.70);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);	
	border: 1px solid #bdbdb7;
}
.box_01s:hover {
    position: relative;
    padding: 0.8em 1.5em;
    border-radius: 3px;
    background: #FFFFFF;
	background-color:rgba(255,255,255,0.70);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.52);	
	border: 1px solid #bdbdb7;
}


/*囲み罫線｜目次 */
.box_02s {
    position: relative;
    margin: 0 0 0 0;
    padding: 3.0em;
    background: #FFFFFF;
	overflow: hidden;
	background-color:rgba(255,255,255,0.70);
	overflow: hidden;
}
@media screen and (max-width: 900px){
.box_02s {
    padding: 1.6em;
}
}
@media screen and (max-width: 500px){
.box_02s {
    padding: 1.5em;
}
}

/*囲み罫線｜部分 */
.box_03s {
    position: relative;
    margin: 0.5em 0 0 0;
    padding: 1.5em;
	border-radius: 5px;
	overflow: hidden;
	background-color:rgba(255,255,255,0.50);
	overflow: hidden;
}

.box_04s {
    position: relative;
	border: 1px solid #ddd;
    margin: 0.5em 0 0 0;
    padding: 1.5em;
	overflow: hidden;
	overflow: hidden;
}

/* basic */
.basic {
  text-shadow: 0px 1px 3px rgba(0,0,0,0.6);
}

/*pageTop｜戻るボタン */
#pageTop {
  position: fixed;
  z-index: 1;
  bottom: 20px;
  right: 20px;
} 
#pageTop a {
  display: block;
  z-index: 900;
  padding: 12px 8px 0 8px;
  border-radius: 30px;
  font-size: 18px;
  width: 50px;
  height: 50px;
  background-color: #7C858E;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media screen and (max-width:750px){
#pageTop {
  position: fixed;
  bottom: 15px;
  right: 15px;
}
#pageTop a {
  font-size: 16px;
  padding: 5px 8px 0 8px;
  width: 35px;
  height: 35px;
}
}
 
/*hrライン設定 */

.bar3 {
	border-top: 1px solid #999;
}
.bar4 {
	border-top: 1px solid #c6c4c1;
}


/* new リンクボタン設定 */
button60 {
	display: inline-block;
	width:360px;
	height: 60px;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	outline: none;
	border-radius: 3px;
	color: #333333;
	position: relative;
	margin: 0;
	padding: 0;
	background: #F5DF4D;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);	
}
button60:hover {
	color: #333333;
	background: #DCC845;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.52);	
}
button60::before,
button60::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
button60,
button60::before,
button60::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width: 750px) {
button60 {
	width:380px;
	height: 50px;
	line-height: 20px;
	padding: 15px;
}
}			
@media screen and (max-width: 500px) {
button60 {
	width:340px;
}
}
@media screen and (max-width: 360px) {
button60 {
	width:280px;
}
}

/* new リンクボタン設定 */
button600 {
	display: inline-block;
	width:360px;
	height: 60px;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	outline: none;
	border-radius: 3px;
	position: relative;
	margin: 0;
	padding: 0;
	background: #fafafa;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);	
}
button600:hover {
	color: #333333;
	background: #EEF2F5;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.52);	
}
button600::before,
button600::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
button600,
button600::before,
button600::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width: 750px) {
button600 {
	width:380px;
	height: 50px;
	line-height: 20px;
	padding: 15px;
}
}			
@media screen and (max-width: 500px) {
button600 {
	width:340px;
}
}
@media screen and (max-width: 360px) {
button600 {
	width:280px;
}
}


/* new リンクボタン設定 */
button70 {
	display: inline-block;
	width:360px;
	height: 60px;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	outline: none;
	border-radius: 3px;
	color: #056fc0;
	position: relative;
	margin: 0;
	padding: 0;
	background: linear-gradient(to right, #fff, #fff);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);	
	border: 1px solid #bdbdb7;
}
button70:hover {
	color: #056fc0;
	background: linear-gradient(to right, #fff, #fff);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.52);	
	border: 1px solid #bdbdb7;
}
button70::before,
button70::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
button70,
button70::before,
button70::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width: 750px) {
button70 {
	width:380px;
	height: 50px;
	line-height: 20px;
	padding: 15px;
}
}			
@media screen and (max-width: 500px) {
button70 {
	width:340px;
}
}
@media screen and (max-width: 360px) {
button70 {
	width:280px;
}
}



/* new リンクボタン設定 */
button700 {
	display: inline-block;
	width:330px;
	height: 60px;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	outline: none;
	border-radius: 3px;
	color: #056fc0;
	position: relative;
	margin: 0;
	padding: 0;
	background: linear-gradient(to right, #fff, #fff);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);	
	border: 1px solid #bdbdb7;
}
button700:hover {
	color: #078bf0;
	background: linear-gradient(to right, #fff, #fff);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.52);	
	border: 1px solid #bdbdb7;
}
button700::before,
button700::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
button700,
button700::before,
button700::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width: 750px) {
button700 {
	width:300px;
	height: 50px;
	line-height: 20px;
	padding: 15px;
}
}			
@media screen and (max-width: 500px) {
button700 {
	width:300px;
}
}
@media screen and (max-width: 360px) {
button700 {
	width:250px;
}
}


/* リンク設定 */
a {
	color: #333333;
	text-decoration:none;}
a:hover{
	color: #333333;
	text-decoration: none;}
a:link { color: #333333;}
a:visited { color: #333333; } 
a:active { color: #333333; } 

/* リンク設定 */

a.black:link{ color:#333333;}
a.black:visited{ color:#333333;}
a.black:hover{ color:#333333;}
a.black:active{ color:#333333;}

/* リンク設定 */

a.pan:link{ color:#056fc0;}
a.pan:visited{ color:#056fc0;}
a.pan:hover{ color:#056fc0;}
a.pan:active{ color:#056fc0;}

/* figure */
figure {
margin:0 auto; 
	overflow: hidden;
}
figure img {
  transition:1s all;
}
figure:hover img {
  transform:scale(1.2,1.2);
  transition:1s all;
}


/* スペース｜トップページ指定 */	
.spacer_15 {	top: 0;	left: 0;	width: 100%;	height: 15px;  }
.spacer_8 {	top: 0;	left: 0;	width: 100%;	height: 8px;  }
.spacer_5 {	top: 0;	left: 0;	width: 100%;	height: 5px;  }
.spacer_0070 {	top: 0;	left: 0;	width: 100%;	height: 70px;  }
.spacer_70 {	top: 0;	left: 0;	width: 100%;	height: 70px;  }
.spacer_070 {	top: 0;	left: 0;	width: 100%;	height: 70px;  }
.spacer_70_ {	top: 0;	left: 0;	width: 100%;	height: 70px;  }
.spacer_50 {	top: 0;	left: 0;	width: 100%;	height: 50px;  }
.spacer_30 {	top: 0;	left: 0;	width: 100%;	height: 30px;  }
.spacer_120 {	top: 0;	left: 0;	width: 100%;	height: 120px;  }
@media screen and (max-width:950px){
.spacer_0070 {	top: 0;	left: 0;	width: 100%;	height: 50px;  }
} 
@media screen and (max-width:750px){
.spacer_8 {	top: 0;	left: 0;	width: 100%;	height: 5px;  }
.spacer_5 {	top: 0;	left: 0;	width: 100%;	height: 3px;  }
.spacer_15 {	height: 10px;  }
.spacer_70 {	height: 50px;  }
.spacer_70_ {	height: 20px;  }
.spacer_120 {	height: 50px;  }
.spacer_50 {	height: 30px;  }
.spacer_30 {	top: 0;	left: 0;	width: 100%;	height: 20px;  }
.spacer_070 {	height: 50px;  }
}
 
/* 改行指定 */
@media screen and (min-width: 750px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 750px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

@media screen and (min-width: 1000px){	
  .br-pc2 { display:block; }
  .br-sp2 { display:none; }
}
@media screen and (max-width: 1000px){	
  .br-pc2 { display:none; }
  .br-sp2 { display:block; }
}

/* viewer */
.viewer {
    z-index: 1;
    margin: 0 auto;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.viewer ul {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.viewer ul li {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}
.viewer ul li img {
    width: 100%;
}
article,aside,canvas,details,figcaption,figure,
header,footer,main,menu,nav,section,summary {
	display: block;
}
img {
width: 100%;
height: auto;
position: relative;
border-style:none;
pointer-events: none;
vertical-align:bottom;
margin: 0;
	padding: 0;
}
* {
	margin: 0;
	padding: 0;
}
*::after,
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
hr.style1 {
  border-top: 1px solid #bbb;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

/* thumbnail */
.thumbnail img {
  border-radius: 1000px;
}

/* anchor */
a.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}
@media screen and (max-width:750px){
a.anchor{
    display: block;
    padding-top: 50px;
}

/* bxslider */
.bxslider li {
display: none;
}
.bx-viewport .bxslider li {
display: block !important;
}

}



/* 追加 25/2/19 Synergate */

.clear {
	width: 0px;
	height: 0px;
	clear: both;
	margin: 0px;
	padding: 0px;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

.conArea {
	max-width: 1280px;
	margin: 4% auto;
	padding: 0 50px;
	box-sizing: border-box;
}

.bookArea {
	max-width: 1280px;
	margin: 4% auto 0 auto;
	padding: 0 50px;
	box-sizing: border-box;
}

.bookArea h2 {
	text-align: center;
	padding-bottom: 3%;
}

.bookArea p.txt {
	float: left;
	width: 55%;
	text-align: justify;
	text-justify: distribute;
}

.bookArea p.img {
	float: left;
	width: 45%;
	padding-left: 5%;
}

.bookArea p.img img {
	width: 100%;
	height: auto;
	border: 1px solid #eee;
}

.newsArea {
	list-style-type: none;
}

.newsArea li {
	float: left;
	width: 33.3%;
	padding: 0.5% 2% 2.5% 2%;
}

.newsArea li:nth-child(3n+1) {
	clear: both;
}

.newsArea li a {
	display: block;
}

.newsArea li .date {
	font-size: 90%;
	color: #999;
	padding-top: 10px;
}

.newsArea li h3 {
	font-size: 120%;
	text-align: left;
	color: #0d94d6;
	padding: 10px 0 5px 0;
}

.newsArea li img {
	width: 100%;
	height: 17vw;
	object-fit: cover;
}

.newsArea li .txt {
	font-size: 90%;
	text-align: justify;
	text-justify: distribute;
}

.newsDetail {
	max-width: 1000px;
	margin: 4% auto;
	padding: 0 50px;
	box-sizing: border-box;
}

.newsDetail img {
	max-width: 100%;
	height: auto;
}

.newsDetail h2 {
	font-size: 140%;
	margin: 40px 0 20px 0;
	padding: 4px 4px 6px 12px;
	border-bottom: 1px solid #ccc;
}

.newsDetail h3 {
	background-color: #e2e8ee;
	font-size: 120%;
	text-align: left;
	margin: 40px 0 20px 0;
	padding: 9px 15px 8px 15px;
}

.newsDetail .imgtxtArea .lt {
	float: left;
	width: 30%;
}

.newsDetail .imgtxtArea .rt {
	float: right;
	width: 65%;
}

.newsDetail .txtimgArea .lt {
	float: left;
	width: 65%;
}

.newsDetail .txtimgArea .rt {
	float: right;
	width: 30%;
}

/* ----- 事業内容　講演会写真 -----*/
.coachingimg {
width: 80%;
margin: 0 auto;
text-align: center;
font-size: 15px;
}

@media screen and (max-width: 750px) {
.coachingimg {
width: 100%;
margin: 0 auto;
text-align: center;
font-size: 13px;
}
}	

/* ----- ページング -----*/

.pager{
	text-align: center;
	padding: 35px 0px;
}

a.page-numbers,
.pager .current{
	background: rgba(0,0,0,0.02);
	text-decoration: none;
	line-height: 240%;
	letter-spacing: 0px;
	color: #000;
	margin: 0 2px;
	padding: 5px 8px;
	border: solid 1px rgba(0,0,0,0.1);
}

.pager .current{
	background-color: #000a3c;
	font-weight: bold;
	color: rgba(255,255,255,1);
}


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

.conArea,
.bookArea,
.newsDetail {
	padding: 0 20px;
}

.bookArea p.txt,
.bookArea p.img {
	float: none;
	width: 100%;
}

.bookArea p.img {
	padding: 5% 0 10% 0;
}

.newsArea li {
	float: none;
	width: 100%;
	padding: 5% 0;
}

.newsArea li h3 {
	font-size: 130%;
}

.newsArea li .txt {
	font-size: 100%;
}

.newsArea li img {
	height: 42vw;
}

.newsDetail .imgtxtArea .lt,
.newsDetail .imgtxtArea .rt,
.newsDetail .txtimgArea .lt,
.newsDetail .txtimgArea .rt {
	float: none;
	width: 100%;
}

.newsDetail .imgtxtArea .lt,
.newsDetail .txtimgArea .lt {
	padding-bottom: 4%;
}


}
