@charset "UTF-8";

body	{
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
	-webkit-print-color-adjust: exact;
}

/* 新着情報 Newマーク設定 */
.newtimer {
	font-weight:bold;
	background-color:#FF0000;
	color:#FFFFFF;
	padding:0.5%;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}

/* トピックス */
.topics{
	/* background-color:#dbdfe0; */
	background-color:#bfe2eb;
	width:88%;
	margin:0 auto;
	padding:2em 1em;
}
.topics h2{
	text-align: center;
	margin: 0;
	margin-bottom: .2em;
}
.topics h2 span{
	border-bottom: 4px double blue;
}
.topics h3{
	font-size: 16px;
	margin:0;
	text-align: center;
}
.topics ul{
	padding:0;
	margin-bottom: 0;
	box-sizing: border-box;
	list-style: none;
}
.topics li a{
	display: flex;
	padding:1em;
	background-color:#e7edee;
}
.topics li span:first-of-type{
	color: blue;
}
.topics li:nth-child(2n) a{
	background-color: white;
}

.topics li span:first-of-type{
	display: block;
	width:100px;
}
.topics li span:last-child{
	display: block;
	width:calc( 100% - 100px );
}


/* トップページ　サイト名 */
.site a, .school_site a,.site_top a{
	color: #153B8B;
	text-decoration: none
}

.site a:hover, .school_site a:hover {
	color: #153B8B;
}

/* Topページ以外のタイトルサイズ調整設定 */
.site h1 {
	margin: 10px;
	font-size: 20px;
	width: 250px;
	font-family: 'Sawarabi Mincho', sans-serif
}

/*Topページ以外ロゴ位置調整設定*/
.site img {
	max-width: 50px;
	margin: -10px 10px 0 10px;
	float: left
}


/*Topページタイトルサイズ調整設定*/
.site_top h1 {
	margin: 20px 10px 0 10px;
	font-size: 50px;
	width: 600px;
	font-family: 'Sawarabi Mincho', sans-serif
}

/*Topページロゴ位置調整設定*/
.site_top img {
	margin: -5px 20px 0 5px;
	float: left;
}

/* 私学ページ　サイト名 */
.school_site img {
	max-width: 100%;
	margin: -10px 10px 0 0px;
	opacity: 0.8;
	float: left
}

.school_site {
	position: relative
}
.school_site p {
	color: #000000;
    font-size: 15px;
    font-weight: bold;
	font-family: 'Sawarabi Mincho', sans-serif;
	position: absolute;
	top: -10%;
	left: 2%
}

/* 私学ページ　エリアマップデザイン　*/
.school-map {
	margin: 0
}
.school-map p {
	font-size: 18px;
	margin: 0 5% 0 5%;
	padding-top: 20px;
	padding-bottom: 20px
}

.school-map img {
	max-width: 80%;
	margin-left: 15%;
	margin-right: 15%
}

/* トップページバナー */

.banner {
	position: relative
}

.banner img {
	max-width: 100%;
	margin-top: 10px;	
	margin-bottom: -10px;
	opacity: 0.7;
	position: relative
}

.banner p {
	/* color: #000000; */
	color: #153B8B;
	font-size: 25px;
	font-weight: bold;
	text-shadow: 2px 2px 1px #ffffff;
	font-family: 'Sawarabi Mincho', sans-serif;
	position: absolute;
	/* top: 30%; */
	top: 10%;
	left: 2%
}

/* ナビゲーション */
.menu ul {
	margin: 0;
	padding: 0;
	background-color: #153b8b;
	/* background-color: green; */
	/* background-color: rgb(59, 59, 59); */
	/* background-color:#a98f2f;  */
	/* opacity: 0.8; */
	max-width: 100%;
	list-style: none;
	display: flex;
	justify-content: center;
}

.menu li {
	display: flex;
	justify-content: center;
	/* padding:.5em 0; */
}

.menu li a {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	/* background-color: rgba(214, 5, 5, 0.288); */

	/* padding:.1em 1.5em; */
	padding:.5em 1.6em;
	width:100%;
	color:white;
	font-size: 15px;
	text-decoration: none;
	border-left:1px solid white;
}
.menu li:last-child a{
	border-right:1px solid white;
} 

.menu li:hover a {
	background-color: white;
	color:black;
}

.menu ul:after {
	content: "";
	display: block;
	clear: both
}

/* .menu li {
	float: left;
	font-weight: bold;
	text-align: center;
} */

/*　新着情報　*/
.new h1 {
	margin: 20px 30px 10px 20px;
	padding-left: 10px;
	border-left: solid 10px #153B8B;
	font-size: 18px
}

.new img {
	margin-left: 40px;
	margin-right: 20px;
	float: left
}

.new p {
	margin: 0 30px 5px 30px;
	font-size: 15px;
	line-height: 30px
}

.new a {
	color: #000000;
	text-decoration: none
}


.new a:hover {
	opacity: 0.5
}


/* 続きを読む */
.more {
	margin-left: 80%;
	margin-right: 6%
}

.more i {
	margin-left: 10px
}

.more p {
	font-size: 12px;
	margin-left: 0%;
	padding: 5px 10px 5px 10px;
	width: 80px;
	color: #ffffff;
	background-color: #3077BE;
}

.more a {
	color: #FFFFFF;
	text-decoration: none;
}

.more a:hover {
	opacity: 0.5
}

/* お知らせ領域マークアップし直し */
.oshirase{
	margin: 0;
	list-style: none;
	padding-left: 3em;
}
.oshirase li{
	position: relative;
	padding-left: .5em;
	margin-bottom: 1em;
}
.oshirase li:last-child{
	margin-bottom: 0;
}
.oshirase li::before{
	content:'■';
	position: absolute;
	left:-1em;
}

/* お知らせ */
.notice h1 {
	margin: 0px 30px 10px 20px;
	padding-left: 10px;
	border-left: solid 10px #153B8B;
	font-size: 15px;
}

.notice ul {
	margin: 0 30px 5px 35px;
	padding: 0;
	list-style: none;
}

.notice li a {
	display: block;
	padding: 5px;
	color: #000;
	font-size: 13px;
	width: 300px;
	text-decoration: none
}

.notice li a:hover {
	color: #0200FF
}

.notice ul:after {
	content: "";
	display: block;
	clear: both
}

.notice-1 a {
	color: ffffff
}
.notice-1 a:hover {
	opacity: 0.5
}
/* サイドメニュー */
.sidemenu img {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	max-width: 100%;
	height: auto
}

/* 連絡先 */
.info h1 {
	margin-top: 20px;
	margin-left: 30px;
	margin-bottom: 10px;
	font-size: 14px
}

.info p {
	margin-top: -10px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	font-size: 15px
}


/* SNSボタン */
.follow ul {
	margin-top: -20px;
	margin-left: 30px;
	margin-right: 30px;
	padding: 0;
	list-style: none
}

.follow li a {
	display: block;
	margin-right: 10px;
	padding: 5px;
	border-radius: 4px;
	color: #ffffff;
	text-align: center;
	text-decoration: none
}

/* フェイスブック背景色設定 */
.follow-fb {
	background-color: #3b5998
}

/* グーグルプラス背景色設定 */
.follow-gp {
	background-color: #DD4B39
}

/* アイコンの大きさと配置設定 */
.follow i {
	font-size: 20px;
	vertical-align: middle
}

.follow li a:hover {
	opacity: 0.5
}

.follow ul:after {
	content: "";
	display: block;
	clear: both
}

.follow li {
	float: left;
	width: 50px;
}

/* 私塾団体設定　*/
.ps_h {
	margin: 20px 30px 10px 20px;
	padding-left: 10px;
	border-left: solid 10px #153B8B;
	font-size: 18px
}
.ps_l {
	font-size:12px;
	margin:2% 15% 2% 5%;
	line-height: 2em
}
.ps_l a{
	color: #000000;
	text-decoration: none
}
.ps_l a:hover {
	opacity: 0.5
}


/* 賛助（企業）会員デザイン設定 */
.sp_t{
	width:60%;
	margin-left: 10%;
	/*table-layout: fixed;*/
	word-break: break-word;/*追加する*/
	border:1px solid;
	border-spacing: 50px 30px;
	border-color:#666666;
	border-radius: 10px;
}
.sp_t th {
	border-bottom: 1px solid;
	border-color: #666666;
}


/* サイト説明文 */
.caption p {
	margin-left: 30px;
	margin-right: 30px;
	padding: 5px;
	font-size: 15px	;
	clear:both; 
}

/* 私学ページ エリア見出し */
.school-area h1 {
	margin: 0 5% 5% 10%;
	padding-left: 10px;
	border-left: solid 10px #00B653;
	font-size: 15px
}

/* 私学ページ エリアメニュー */
.map-menu {
	margin: 1%; 
	margin-left: 15%;
	margin-right: 10%;
}
.map-menu ul {
	left: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.map-menu li a {
	display: block;
	padding: 2px;
	color: #000000;
	font-size: 15px;
	text-decoration: none;
}
.map-menu li a:hover {
	color: #0A00FF;
	background-color: #E9E9E9
}
.map-menu ul:after {
	content: "";
	display: block;
	clear: both;
}
.map-menu li {
	float: left;
	padding: 1px;
	text-align: center;
}
.map-line {
	font-size: 15px;
	margin-left: 5px;
	margin-right: 5px;
	width: 10px;
}


/* 私学ページ-都道府県リスト表示 */
.map-m {
	margin-left: 5%;
	margin-right: 10%;
	margin-top:-2%;
}
.map-m ul {
	left: 20px;
	margin: 0;
	padding: 0;
	list-style: none
}
.map-m li a {
	display: block;
	padding: 2px;
	color: #000000;
	font-size: 15px;
	text-decoration: none
}
.map-m li a:hover {
	color: #0A00FF;
	text-decoration: underline
}
.map-m ul:after {
	content: "";
	display: block;
	clear: both
}
.map-m li {
	float: left;
	padding: 1px;
	text-align: center
}
.map-line2 {
	font-size: 15px;
	margin-left: 5px;
	margin-right: 5px;
	width: 10px
}

/* 都道府県名画像位置の調整　*/
.map-m-i {
	margin-top:1%;
	margin-bottom:5%
}


/* 学校説明カレンダー */
.calender-style {
	margin: 10px;
	padding: 0
}


/* 私学ページ 学校情報 エリア見出し */
.area-title h1 {
	clear: both;
	margin: 5% 5% 5% 4%;
	padding-left: 10px;
	border-left: solid 10px #00B653;
	font-size: 15px
}
/* 塾リストのタイトルだけツメ。 */
.cram-school-area-title h1{
	margin-bottom: 1em;
}


/* パンくずリスト */
.bread {
	margin-top: 1%;
	margin-left: 1%;
	margin-bottom: 2%
}

.bread ol {
	margin: 0;
	padding: 0;
	list-style: none
}

.bread li a {
	display: inline-block;
	color: #000000;
	text-decoration: none
}

.bread li a:hover {
	background-color: #eeeeee
}

.bread il:after {
	content: "";
	display: block;
	clear: both
}

.bread li {
	margin-top: 5px;
	font-size: 14px;
	float: left;
	width: auto;
}
.bread li:after {
	content: "\003e";
	margin-left: 10px;
	margin-right: 10px;
	color: #888888;
}

/* 塾リスト */
.cram-school-list{
	
	padding-left: 6em;
}


/* 私学ページ　学校情報 */
.school-data-title	{
	margin: -3% 5% 0 5%;
}

/* 塾北陸の文字食い込みリセット */
.margin-top-zero{
	margin-top:0;
}

.school-data-title img {
	max-width: 40%;
}
.school-data-title a {
	margin-left: 3%;
}
.school-data {
	margin: 0 5% 0 5%;
	/* 罫線の潜り見込み防止 */
	overflow: hidden;
}
.school-data img {
	max-width: 40%;
	margin-right: 20px;
	float: left;
}
.school-data p {
	margin-top: 0.8%;
	padding-top: 0.1%;
	padding-bottom: 0.2%;
	line-height: 110%;
}
.school-data h4 {
	margin: -1%;
}

/*　私学ページトップページデザイン */
.map {
	clear: both;
	margin: auto;
	padding: auto;
}
/*　私学ページ　学校案内ページデザイン */
.school-list {
	clear: both;
	margin: auto;
	padding: auto;
}
.school-line {
	clear: both;
	margin: 3% 1% 5% 1%;
	width: 95%;
}

/* スクロールしたら「トップへ戻るボタン」を表示 */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 60%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 50px;
    padding: 15px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

/* 組合概要・設立趣意書・加入案内 */
.profile h1 {
	margin: 20px 30px 10px 35px;
	padding-left: 10px;
	border-left: solid 10px #153B8B;
	font-size: 20px;
}

.profile h3 {
	margin-left: 5%;
	color: #153B8B;
}


.profile img {
	margin-left: 70px;
	margin-right: 20px;
	float: left;
}

.profile p {
	margin: 20px 70px 20px 70px;
	font-size: 18px;
	line-height: 30px;
}

.profile a {
	color:#002CFF;
	text-decoration: none;
}

.profile a:hover {
	opacity: 0.5;
	background-color:#B4B4B4;
}

.profile ul {
	/*background-color: aquamarine;*/
	margin-top: 3%;
	margin-bottom: 3%;
	list-style: none;
}

.profile li {
	font-size: 18px;
	margin-top: 3%;
	margin-bottom: 1%;
	position: relative;
}

.profile li:before {
    content: '';
    position: absolute;
    top: 3px;
    left: -15px;
    border: 8px solid transparent;
    border-left:10px solid #FF0105;
}

/* 福利厚生事業のところだけ例外で */
.profile ul ul {
	position: static;
	margin: 0;
	margin-top: 1em;
	list-style:disc;
}
.profile ul ul li {
	margin-top: 0;
	margin-bottom: 1em;
	list-style: inside;
}
.profile ul ul li::before{
	content: none;
}

.clear {
	clear:both;
}

.indent-1 {
	text-indent:-1em;
}

.right {
	max-width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	border-bottom: solid #B4B4B4 1px;
	text-align: right;
}

.pf {
	font-size: 18px;
}

/* 福利厚生事業　大項目 */
.cl {
	margin-top: 2%;
	margin-left: 5%;
	margin-bottom: 3%;
}

.heading {
	font-size: 18px;
	margin-top: 0.5%;
	margin-bottom: -0.5%;
	margin-left: 6%;
}

/* コピーライト */
.copyright p {
	margin: 0;
	padding: 5px;
	color: #ffffff;
	background-color: #153B8B;
	text-align: center;	
	font-size: 14px;
}

/* フッター　組合連絡先 */
.contact{
	padding:0 2em;
	overflow: hidden;
}
.contact .left{
	float: left;
}
.contact .right{
	padding-top: 1em;
	float: right;
	border: none;
}

.contact h2{
	margin: 0.5em 0 0; 
	font-size: 18px;
	font-weight: normal;
}
.contact p{
	margin:0;
	font-size: 16px;
}

/* 加入案内　書類ダウンロード */
.download {
	margin-left: 5%;
	margin-right: 7%;
	font-size:18px;
	/*background-color: antiquewhite*/
}

/* 強調設定 */
.font-red {
	margin: -1% 5% 5% 7%;
	font-size: 18px;
	margin-bottom: 5%;
	text-indent:-1em;
	color: #FF0004;
}

/* 加入案内リスト（ご加入の際の注意事項） */
.profile ul {
	font-size: 12px;
	margin-top: -2%;
	margin-left: 9%;
	padding: 0;
}

/* 加盟企業リストul リセット */
.profile-list>.profile>ul{
	margin-top: 0%;
	padding-left: 2em;
}
/* 箇条書点との間隔を開ける */
.profile-list>.profile>ul>li::before{
  left: -2em;  
}


/* パンくずブロック設定用 */
.contents-bread {
	margin: 0;
	padding: 5px
}

/* 組合概要・総合補償制度　テーブル設定 */
section table { 
	width: 80%;
	margin-left: 8%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 13px
}
section th, section td  {
	padding: 10px;
	border: 1px solid #ddd;
}
section th  { 
	background: #f4f4f4; 
}


/* 賛助会員（企業） */	

.title {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}
.bold {
	margin-top: 2%;
	margin-left: 5%;
	margin-bottom: 2%;
	font-weight: bold;
}
.supplement {
	margin-top: 0.5%;
	margin-left: 6.2%;
	font-size: 13px
	
}

.triangle1{
	margin-left: 5.5%;
	margin-bottom: -1.8%;
	border: 10px solid transparent ;
	border-left-color: red ;
}

.table_1{
	width:100%;
	table-layout: fixed;
	word-break: break-word;
}

/* 横並びの見出しテーブル */
.row-head {
  margin-left: 7%;
  border-collapse: collapse;
  vertical-align: middle;
  width: 80%;
  font-size: 13px;
}
 
.row-head th,
.row-head td {
  border: 1px solid #dbe1e8;  
  padding: 8px;
}
 
.row-head th {
  background: #f9fafc;
}
 
.row-head label {
  line-height: 34px;
  margin: 0;
}

/* サイドバー 加筆修正 */
.contents-sidemenu.margin-zero{
		margin-top: 0;
	}
	
	.contents-sidemenu	{
		float: none;
		width: 40%;
		margin:0 auto;
		margin-bottom: 1em;
	}

	
	.contents-sidemenu a{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.contents-sidemenu a:hover{
		opacity: .8;
	}

	
	.contents-sidemenu p{
		width:100%;
		box-sizing: border-box;
		padding: 0 .5em;
	}
	.contents-sidemenu.blue p{
		margin: 0;
		line-height: 1.6;
		font-weight: bold;
		color:royalblue;
	}
	.contents-sidemenu.center p{
		text-align: center;
	}


	/* エックスロゴ */
.x-logo:hover img{
	opacity: .8;
}
	
	

 
@media all and (max-width: 1500px), print {
  .row-head thead {
    display: none;
  }
  
  .row-head tr,
  .row-head td {
    display: block;
    width: auto;
  }
  
  .row-head tr {
    border: 1px solid #dbe1e8;
    border-radius: 5px;
    box-shadow: 3px 3px rgba(0, 0, 0, .1);
    margin-bottom: 20px;
    padding: 8px 8px 0;
  }
  
  .row-head td {
    border: none;
    border-bottom: 1px solid #dbe1e8;
    display: flex;
    justify-content: space-between;
    text-align: right;
  }
  .row-head td:last-child {
    border-bottom: none;
  }
  .row-head td::before {
    content: attr(aria-label);
    display: inline-block;
    font-weight: bold;
    float: left;
    text-align: left;
    padding-right: 20px;
    white-space: nowrap;
  }
  
  .row-head td.bt-area::before {
    display: none;
  }
  .row-head td.bt-area a {
    background: #007aff;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    flex: 1;
    height: 40px;
    margin: 0 2px;
    overflow: hidden;
    width: auto;
  }
  .row-head td.bt-area a::before {
    align-items: center;
    content: attr(aria-label);
    display: flex;
    font-size: 14px;
    height: 100%;
    justify-content: center;
    line-height: 40px;
    width: 100%;
  }
  
  .row-head.header-check tr {
    padding-left: 40px;
    position: relative;
  }
  .row-head.header-check td:first-child {
    align-items: center;
    background: #fff;
    border-right: 1px solid #dbe1e8;
    border-bottom: none;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
  }
  .row-head.header-check td:first-child::before {
    display: none;
  }
}

/*	塾・教育総合展用	*/
/*	横並びの見出しテーブル */
.row-head2 {
  margin-left: 7%;
  border-collapse: collapse;
  vertical-align: middle;
  width: 410px;
  font-size: 12px;
}
 
.row-head2 th {
  width: 60px;
  border: 1px solid #dbe1e8;  
  padding: 10px;
}

.row-head2 td {
  width: 50px;
  border: 1px solid #dbe1e8;  
  padding: 10px;
}
 
.row-head2 th {
  background: #f9fafc;
}
 
.row-head2 img {
	margin-left: 18%;
}
.ex_f {
	margin-left: 3%;
}
.ex_h1 {
	margin-left: 2%;
	font-size: 20px;
	color: #153B8B;	
}
.ex_h3 {
	margin-left: 2%;
}
.ex_n {
	margin-top: 5%;
	margin-bottom: 5%;
	margin-left: 2%;
	font-size: 18px;
}
.ex_t {
	margin-left: 2%;
	font-size: 18px;
	color: #153B8B;
}


/* 情報展事業【塾・教育総合展】 */
.info-design {
	margin-left: 5%;
	margin-bottom: 3%
}

.info-design dt {
	font-size: 18px;
	color: #0005FF
}


.ex {
	float: left;
	margin-bottom: 20px;
	padding: 20px;
	margin: 0;
}
.ex2 {
	clear: both;
}
/*----------------------------------------------------
  .demo01
----------------------------------------------------*/
.demo01 th  { width: 15%; }
.demo01 th, td {
	font-size:15px;
}
 
@media all and (max-width:480px){
    .demo01 { margin: 0 -10px; }
    .demo01 th,
    .demo01 td{
    width: 100%;
	margin-left: 12%;
    display: block;
    border-top: none;
    }
  .demo01 tr:first-child th { border-top: 1px solid #ddd; }
}

/*----------------------------------------------------
  .demo02
----------------------------------------------------*/
.demo02 th  { width: 15%; }
 
@media all and  (max-width:480px){
    .demo02 { margin: 0 10px; }
    .demo02 th,
    .demo02 td{
		width: 80%;
		margin-left: 12%;
		display: block;
		border-top: none;
		text-align: center
    }
	.demo02 caption {
		width: 100%;
		margin-left: 6%;
		font-size: 11px;
		text-align: left
	}
  .demo02 tr:first-child th { border-top: 1px solid #ddd; }
}

/*----------------------------------------------------
  .demo03
----------------------------------------------------*/
.demo03 { width: 80%;
		  /*background-color: aqua;*/
		  margin-left: 8%; }
.demo03 th  { width: 15%; text-align:left; }
.demo03 td  { padding-bottom: 2%; }
 
@media all and (max-width:700px){
    .demo03 { margin: 0 -10px; }
    .demo03 th{
    width: 100%;
	margin-left: 12%;
    display: block;
    border-top: none;
    }
    .demo03 td{
    width: 300px;
	margin-left: 15%;
    display: block;
    border-top: none;
	/*background-color: beige;*/
	clear: both;
	font-size: 12px;
    }
	.demo03 img { padding-bottom: 2%; width: 60%; }
}

/*----------------------------------------------------
  .demo04
----------------------------------------------------*/
.demo04 { width: 100%;
		  /*background-color: aqua;*/
		  margin-left: 5%; }
.demo04 td  { padding-bottom: 2%; }
 
@media all and (max-width:700px){
    .demo04 { margin: 0 -5px; }
    .demo04 td{
    width: 300px;
	margin-left: 15%;
    display: block;
    border-top: none;
	/*background-color: beige;*/
	clear: both;
	font-size: 12px;
    }
	.demo04 img { padding-bottom: 2%; width: 100%; }
}



/* ################# 599px以下 ################# */
@media all and (max-width: 599px) {

	/* サイト名 */
	.site h1, .site_top h1 {
		font-size: 15px;
		width: 200px;
	}

	.site img, .site_top img {
		margin: -8px 10px 0 10px;
		width: 40px;
	}

	/* パンくず */
	.bread {
		margin-left: 1%;
	}

	.bread li a {
		font-size: 9px
	}
	
	.bread li {
		font-size: 9px
	}

	/* 私学ページ　学校一覧 */
	.area-title h1 {
		font-size: 12px
	}

	/* 私学ページ　学校情報 */
	.school-data p {
		clear: both;
		font-size: 10px
	}

	.school-data h4 {
		font-size: 12px
	}
	.school-data img {
		margin-bottom: 3%
	}
	.school-data-title a {
		font-size: 10px;
		margin-left: 0
	}

	/* 私学ページ 学校情報 エリア見出し */
	.area-title h1 {
		margin-left: 2%
	}

	/* 私学ページ　都道府県ごとリスト */
	.map-m {
		font-size:12px
	}
	
	.map-m li a {
		font-size: 12px
	}


	/* 加入案内箇条書きと注意書きのフォントサイズ調整 */
	.profile li, .font-red {
		font-size: 12px
	}
	
	/* トップページバナー */
	.banner p {
		font-size: 15px;
	}
	
	/* トグルボタン */
	#menubtn {
		padding: 6px 12px;
		border: solid 1px #aaaaaa;
		border-radius: 5px;
		background: #ffffff;
		position: absolute;
		top: 10px;
		right: 15px
	}
	
	#menu i {
		color: #888888;
		font-size: 18px
	}
	
	#menubtn span {
		display: inline-block;
		text-indent: -9999px
	}
	
	/* ナビゲーション */
	#menu {
		display: none;
	}
	
	.menu ul {
		margin-top: -25%;
		opacity: 0.9;
	}

	.menu li a {
		font-size: 12px;
	}

	/* コピーライト */
	.copyright p {
		font-size: 10px
	}
	/* フッターの組合連絡先 */
	.contact{
		padding: 0;
		
	}
	.contact h2{
		font-size: 16px;
	}
	.contact p{
		font-size: 14px;
	}

	/* 続きを読む */
	.more {
		margin-left: 70%;
		margin-right: 12%
	}

	.more p {
		font-size: 10px;
		padding: 5px 0 5px 10px;

	}

	
	/* 新着情報 */
	.new img {
		float: none
	}

	.new p {
		margin: 0 30px 5px 30px;
		font-size: 13px;
		line-height: 30px
	}

	/* サイドメニュー */
	.sidemenu img {
		max-width: 60%;
		height: auto
	}

	/*　カレンダー　*/
	#mycalendar {
		width: 100%;
		margin: 2em auto 0 auto;
		max-width: 80em;
		border: 1px solid #666;
	}
	/* 組合概要・加入案内 */
	.profile h1 {
		margin: 20px 15px 10px 20px;
		font-size: 12px
	}
	.profile img {
		width: 50%;
		margin-left: 20px;
		margin-right: 20px;
		float: left
	}
	.profile p {
		margin: 20px 20px 20px 20px;
		font-size: 12px;
		line-height: 30px
	}
	/* 加入案内　書類ダウンロード */
	.download {
		font-size: 13px;
		margin-left: 1%;
		margin-right: 5%;
		/*background-color: antiquewhite*/
	}
	/* 協調文章 */
	.heading {
		font-size: 14px
	}
	.triangle1{
	  border-left: 10px solid #FFFFFF;
	}
	.ex {
		clear: both;
	}
	.row-head2 {
	  margin-left: 0;
	  width: 280px;
	  font-size: 11px;
	}

	.row-head2 th {
	  width: 60px;
	}

	.row-head2 td {
	  width: 40px;
	  padding: 5px;
	}

	.row-head2 img {
		margin-left: 5%;
	}
	.ex_f {
		margin-left: 3%;
		font-size: 12px;
	}
	.ex_h1,.ex_h3 {
		font-size: 15px;
	}
	.ex_n {
		font-size: 12px;
	}
	.ex_t {
		font-size: 12px;
		color: #153B8B;
	}

	/*組合事業　各事業説明文変更*/
	.pf {
		font-size: 12px
	}
	/* 私学ページ　エリアマップ　フォントサイズ調整　*/
	.school-map p, .map-menu li a {
		font-size: 12px;
	}
	/* 私学ページ　エリアマップデザイン　*/
	.map-menu {
		margin-left: 1%;
		margin-right: 0%;
	}
	/*賛助（企業）会員 デザイン調整*/
	.sp_t{
		width:250px;
		font-size:12px;
		margin-left:5%;
		border-spacing: 10px 10px;
	}
	.sp_t th, td {
		font-size:12px;
	}

}


/* ################# 600px以上　～　979px以下 ################# */
@media all and (min-width: 600px) and (max-width: 989px), print {

	/* ナビゲーション */
	.menu ul{
		padding:0 0.5em;
	}
	.menu li a {
		font-size: 12px;
		padding: .8em 1.2em;
	}
/* 
	.menu li {
		width: 100px
	} */

	/* トグルボタン */
	#menubtn {
		display: none
	}
	
	/* ナビゲーション */
	#menu {
		display: block !important
	}
	
	/* 私学ページ　エリアマップデザイン　*/
	.map-menu {
		margin-left: 10%;
	}

	/* 私学ページ　学校情報 */
	.school-data p {
		font-size: 14px
	}

	.school-data h3 {
		font-size: 18px
	}
	/* 加入案内　書類ダウンロード */
	.download {
		margin-left: 5%;
		margin-right: 5%;
		/*background-color: antiquewhite*/
	}

	/* 強調設定 */
	.font-red {
		margin: -1% 5% 5% 9%;
		font-size: 12px;
		margin-bottom: 5%;
		color: #FF0004
	}

	/* 加入案内リスト（ご加入の際の注意事項） */
	.profile ul {
		margin-top: -2%;
		margin-left: 12%;
		padding: 0;
	}
	/* 続きを読む */
	.more {
		margin-left: 80%;
		margin-right: 10%
	}
	
	.triangle1{
	  border-left: 10px solid #FFFFFF;
	}


}

/* ################# 980px以上 ################# */
@media all and (min-width: 990px), print {

	/* ナビゲーション */
	.menu li a {
		font-size: 15px;
	}

	/* トグルボタン */
	#menubtn {
		display: none
	}
	
	/* ナビゲーション */
	#menu {
		display: block !important
	}
	

/* contents-listとcontents-sidemenuを横に並べる設定*/
	
	.contents:after	{
		content: "";
		display: block;
		clear: both;
	}

	.contents-list	{
		float: left;
		width: 70%;
	}

	.contents-sidemenu.margin-zero{
		margin-top: 1.5em;
	
	}
	
	.contents-sidemenu	{
		float: left;
		width: 30%;
		margin-bottom: 1em;
	}
	.contents-sidemenu a{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.contents-sidemenu a:hover{
		opacity: .8;
	}

	

	/* accessとa-mapを横に並べる設定　*/
	
	.a-contents:after {
		content: "";
		display: block;
		clear: both
	}
	
	.access {
		float: left;
		width: 50%
	}
	
	.a-map {
		float: left;
		width: 40%
	}
	
	/* ボックスを重ねる設定　*/
	.header	{
		position: relative
	}

	.header-menu	{
		position: absolute;
		width: 100%;
		top: 80%;
	}

}


/* ################# 1040px以上 ################# */
@media all and (min-width: 1040px), print {

	/* トグルボタン */
	#menubtn {
		display: none
	}
	
	/* ナビゲーション */
	#menu {
		display: block !important
	}


	/* 私学ページ　学校一覧 */
	.area-title h1 {
		font-size: 15px
	}

	
	
	/* 全体の横幅を固定 */
	.header-site, .map, .school_contets, .school-contents, .header, .contents, .footer, .a-contents {
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
		overflow: hidden;
	}
	

	/* ボックスを重ねる設定　*/
	.header-menu	{
		position: absolute;
		width: 100%;
		top: 80%;
	}
	

}