/* カスタム CSS をここに入力してください */
.news_title .news_list ul span{
 padding-left:10px;
}

/*センタリングしたいとき*/
.center{
  text-align:center;
}

/*右寄せしたいとき*/
.right{
	text-align:right;
}

/*薄緑のアンダーライン_ヘッダータイトル向け*/
.hedding{
    border-bottom:solid 2px #a6d98d;
	padding-bottom:5px;
}

/*改行・コンテンツ上部の空間調整*/
.space-design{
margin-top:20px;
}
/*蛍光ペン*/
.marker-bold {
  background: linear-gradient(transparent 80%, #f9b737 80%);
  font-weight: bold;
}
 .marker-bold a{
	color:#fff;
	text-decoration:none;
}
 .marker-bold a:hover{
	color:#00a63c;
	text-decoration:none;
}

/* 親要素(コンテナ) */
.flex-container {
	background-color: #dfdfdf;
	display: flex;
}
/* 子要素(アイテム) */
.flex-item {
	margin: 10px auto;
	padding: 5px 10px;
	box-sizing: border-box;
	background-color: #343434;
	color: #fff;
}

/* ＮＷＴ色のグリーン装飾*/
.tmgreen{
	color: #00a63c;
}

/* 赤字・赤二重線の装飾 */
.red{
font-size:1.1;
color:red;
text-decoration:underline double red;
}
/*黄緑背景白字・センタリング・見出し向け*/
.title_header{
    background: #a6d98d;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 100%;
}
/*about addmission　別ページ見出し推移、表示調整*/
#company {  margin-top: -50px; padding-top: 50px;}
#education { margin-top: -50px; padding-top: 50px;}
#group { margin-top: -50px; padding-top: 50px;}
#general{  margin-top: -50px; padding-top: 50px;}

/*投稿記事内Table*/
.entry-content table{
border: 1px solid #ccc;
    border-collapse: collapse;
}
.entry-content th {
	background-color: #ddd;
	border: 1px solid #ccc;
}
.entry-content td{
	border: 1px solid #ccc;
}

/* Header */
.header-m {
 padding: 0.5rem 0; 
}

.site-description {
    font-size: 0.65em;
}

body,
    button,
    input,
    select,
    optgroup,
    textarea{
        font-size: 16px;
    }
.main-content {
	margin-top: 20px;
}



.page-header .page-title {
	font-size: 30px;}

.secondary-nav ul li a {
    font-size: 12px;
    font-weight: 600;
padding: 10px 0;
}

/*===============================
 Breadcrumbs style
 ===============================*/
 .top-bar{
	 padding: 20px 0;
}

.col_2 h4{
	margin:0;
}

.title-box3{
  margin: 1em 0;
  background-color: yellow;
  border: 2px solid red;
  letter-spacing: .3px;
}

.title-box3-title{
  color: #fff;
  font-weight: bold;
  background-color: red;
  padding: 4px 6px;
  text-align: center;
}

.title-box3 p{
  margin: 0;
  padding: 1em;
}

#primary .post .entry-content table th,
 #primary .page .entry-content table th,
 #primary .post .entry-content table td,
 #primary .page .entry-content table td {
 	padding: 0.8vw 2vw;
 	text-align: center;
 }

/* ****************************************************************************************************
   * 旧ボックス引継ぎ　ここから
**************************************************************************************************** */

/*ボックス*/
.box p {
    margin: 0; 
    padding: 0;
}
.box2 {
    padding: 0.5em 1em;
    margin: 2em 0;
    background: #FFF;
border: solid 3px #eee;/*灰*/
    border-radius: 10px;
}
.box2 p, h3, h4{
	    margin-bottom: 0;
}

.box3 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #2c2c2f;
    background: #cde4ff;
}
.box4{/*灰色の背景色のみのボックス*/
    background: #eceef1;/*背景色*/
    padding: 1em 1.2em;
    margin: 2em 0;
    color: #454545;
}
.box5 {
    position: relative;
    margin: 2em 0;
    padding: 1em 1.2em;
    border: solid 3px red;
    background: #fffdf2;/*薄黄色*/
}
.box5 .box__title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: red;
    color: #fff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box6 {/*緑のラインボックス	*/
    position: relative;
    margin: 2em 0;
    padding: 1.2em 1.2em;
border: solid 3px #00a63c;/*緑*/
    border-radius: 8px;
}
.box6 .box__title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
color: #00a63c;/*緑*/
    font-weight: bold;
}
.box6 p,ul{
	margin-bottom:0;
}

#primary .post .text-holder .entry-content .box6 p {
  margin: 0 0 0px; 
}

.box7 {/*緑のラインに黄色の背景色*/
    position: relative;
    margin: 2em 0;
    padding: 1em 1.2em;
    border: solid 3px #62c1ce;
    background: #fffdf2;/*薄黄色*/
}
.box7 .box__title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #62c1ce;
    color: #fff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}


/*企業ページ用（以前のCSSから引き継ぎ）*/
.mokuji {
width: 100％;
margin-bottom: 100px;
line-height: 1.25;
display: block;
overflow: auto;
border: solid 1px #a6d98d;
	padding:20px;
	margin-top:20px;
}


.mokuji .col3 {
    float: left;
    width: 30%;
    margin: 0 10px 0 0;
}

.mokuji .col3 ul {
    font-size: 1rem;
    list-style-image: none;
    background-image:none; 
    padding-left:0; 
    margin-left: 2%;
    margin-bottom: 0;
}

.mokuji .col3 ul li {
  list-style-image: none;
  display: block;
  margin-bottom: 9px;
  line-height: 1.5;
  vertical-align: middle;
/*  color:  #99FF33;*/ 
}

.mokuji .col3 ul li .icon{
    font-size: 1rem;
    padding-right: 7px;
}

.mokuji .col3 ul li a{
    color: #333;
    padding: 15px 10px;
    background: #a6d98d;
    border-radius: 3px;
    font-size: 1rem;
    box-shadow: rgba(204, 204, 204, 0.8) 0px 1px 2px;
    text-decoration: none;
    display: block;
}
.l-company {
   -webkit-column-count: 2;
   -webkit-column-gap:   15px;
   -moz-column-count:    2;
   -moz-column-gap:      15px;
   column-count:         2;
   column-gap:           15px;
}

@media (max-width: 480px) {
.l-company {
   -webkit-column-count: 1;
   -webkit-column-gap:   0px;
   -moz-column-count:    1;
   -moz-column-gap:      0px;
   column-count:         1;
   column-gap:           0px;
}
}

.company-tile{
    display: block;
    background-color: #FFF;
    font-size: 1.2rem;
    /*overflow: hidden;*/
    float: left;
    /*width: 48%;*/
    margin:20px 0;
    border: 1px solid #CCC;
    border-radius: 8px;
    box-shadow: rgba(204, 204, 204, 0.7) 0px 1px 5px 1px; 
/* Just in case there are inline attributes */
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  width: 100% ;
  height: auto ;
}
.company-tile .youtube{
    margin: .5em 0 .8em;
}
.company-tile a {
    /*color: #333;*/
    text-decoration: none;
    /*position: relative;*/
    /*width: 70%;*/
    display: block;
    padding: 3% 3%;
    transition: 0.3s ease;
}

.ttl-company::before{
    content: "\f138";
    color: #bdbc8f;
    margin-right: 4px;
    font-family: FontAwesome;
}

.ttl-company{
    margin: 0 0 10px;
    color: #555;
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
/*    padding: 3% 3%;
*/    border-left: none;
    font-size: 17px;
}

.company-main {
    display: block;
    clear: both;
    width: 100%;
    /*height: 50px;*/
    border-bottom: 1px solid #ccc;
}

.company-tile .company-detail{
    color: #666;
    display: block;
    clear: both;
    font-size: 0.9rem;
    margin: 5px 12px;
}

.company-detail .industry-type {
    display: block;
    /*height: 20px;*/
    line-height: 20px;
    margin-bottom: 5px;
    width: 100%;
    vertical-align: middle;
/*    white-space: nowrap;
*/}

.company-detail .city {
    display: block;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
 }

 a.square_btn {
    display: block;
    width: 94%;
    font-weight: bold;
    font-size: 0.8em;
    margin: 1% 3% 3%;
    padding: 0.25em 0.5em;
    text-decoration: none;
    text-align: center;
    color: #FFF;
    background: #00a63c;
    transition: .4s;
  }

.square_btn:hover {
    background: #a6d98d;
}


#a01,
#a02,
#a03,
#a04,
#a05,
#a06,
#a07,
#a08,
#a09,
#a10,
#a11,
#a12,
#a13,
#a14{
    padding-top: 20px;
    margin-top: -20px;
    margin-bottom: 40px;
    overflow: auto;
}

/*企業ページ用（以前のCSSから引き継ぎ）ここまで*/
/* ****************************************************************************************************
   * 旧ボックス　ここまで
**************************************************************************************************** */
/* ****************************************************************************************************
   * 固定ページ上部サムネイル　センタリング　ここから
**************************************************************************************************** */

.leftsidebar #primary img{
	text-align:center;
	margin:0 auto;
}
/* ****************************************************************************************************
   * 固定ページ上部サムネイル　センタリング　ここまで
**************************************************************************************************** */

/* ****************************************************************************************************
   * 3カラム　ここから
**************************************************************************************************** */

.itemlist {
	list-style: none;
	max-width: 1024px;
	margin: 0 auto;
	padding: 0;
	letter-spacing: -.5em;
}
.itemlist li {
	display: inline-block;
	padding: 10px;
	box-sizing: border-box;
	letter-spacing: 0;
	vertical-align: top;
}

.itemlist p{
    font-weight: bold;
    font-size: 0.8em;
    text-align: center;
	width: 100%;
	    color: #FFF;
    background: #00a63c;
	    margin:0;
	    margin: 1% 3% 3%;
}
.itemlist p:hover{
    background:#a6d98d;
}

@media screen and (min-width: 415px) {
	.itemlist li { 
		width: 50%;
	}
}
@media screen and (min-width: 768px) {
	.itemlist li {
		width: 33.333333%;
	}
}
.itemlist dl,
.itemlist dd {
	margin: 0;
}
.itemlist dl {
	text-align: right;
}
.itemlist dt{
	text-align: center;
}

.itemlist .txt {
	text-align: left;
}
.itemlist dt {
	font-size: .9em;
	font-weight: 700;
}
.itemlist dd {
	margin-top: .2em;
	font-size: .8em;
}
.itemlist .price {
	display: inline-block;
	padding: .1em .5em;
	background: #eee;
}
.itemlist img {
	width: 100%;
	height: auto;
}

/* ****************************************************************************************************
   * ３カラムここまで
**************************************************************************************************** */

/*関連記事のバランス調整*/
.related_post_title{
margin-bottom:40px;
}

/* ****************************************************************************************************
   * サイトマップ
**************************************************************************************************** */

#sitemap ul.sitemap,
#sitemap ul.sitemap li {
  margin: 0;
  padding: 0;
}

#sitemap ul.sitemap {
  border-top: 1px solid #00a63c;
}

#sitemap ul.sitemap li {
  list-style: none;
}

#sitemap ul.sitemap li a {
  height: 100%;
/*padding: 0.75em 2em 0.5em 1em;*/
	padding:0.3em;
  display: block;
  color: inherit;
  text-decoration: none;
}

#sitemap ul.sitemap li a[href]:hover {
  background-color: #eee;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 1階層目
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#sitemap ul.sitemap > li {
  border-bottom: 1px solid #00a63c;
}

#sitemap ul.sitemap > li > a {
  padding-left: 1em;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 2階層目以降
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#sitemap ul.sitemap ul {
  padding: 0;
}

#sitemap ul.sitemap ul li a {
  padding-left: 1em;
}

#sitemap ul.sitemap ul li ~ li {
  border-top: 1px dotted #00a63c;
}

#sitemap ul.sitemap li.parent {
  width: 100%;
  display: table;
}

#sitemap ul.sitemap li.parent > a {
  width: 30%;
  white-space: nowrap;
  vertical-align: top;
  display: table-cell;
}

#sitemap ul.sitemap li.parent ul {
  width: 70%;
  vertical-align: top;
  display: table-cell;
}

#sitemap ul.sitemap li.parent {
  width: 100%;
  display: table;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 3階層目
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


#sitemap ul li.list-child {
    margin-left:5em;
}


/* ****************************************************************************************************
   * サイトマップここまで
**************************************************************************************************** */


/* INDEX */
.main-index{
	float: right;
}

/*	News List
*****************************************/
ul.news_list li:before {
    font-weight: 900;
    color: #666;
    padding: 0 5px 0 0;
}
ul.news_list li {
	line-height: 1.5;
	margin:0 5px;
	padding: 5px 0;
}

ul.news_list li:before {
	font-weight: 900;
	color: #666;
	padding:0 5px 0 0;
}

ul.news_list li .news_date {
	padding: 0 0 0 0;
}

ul.news_list li .news_title {
	padding: 0 0 0 0;
}

ul.news_list li .cat {
	padding: 2px 6px;
	margin:0 5px;
	font-size:11px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: green;
  color: white;
}

ul.news_list li .column {
	background:#0DAD67;
	color:#fff;
}

ul.news_list li .detox-relax {
	background:rgb(162, 205, 90);
	color:#333;
}

ul.news_list li .gadget {
	background:#FFD700;
	color:#333;
}

ul.news_list li .life-scenes {
	background:#1874CD;
}

.add_New {
	background: #FBDADE;
	color: #E8383D;
	border:1px solid #E8383D;
  margin:0 0 0 5px;
  font-size:11px;
	padding: 0 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.cat_news {
	background:#E8383D;
	color:#fff;
}
/*----------  SNS枠　PC表示用  -----------------*/
@media screen and (min-width: 768px){
#sns{
	overflow: hidden;
}
#sns div{
	float: left;
}	
#sns #twitter,#sns #facebook{
    width:33.3%;
    margin-right: 4.5%;
}
#sns #twitter{
	height: 505px;
    overflow: hidden;
}
#sns #sns_banner{
	max-width: 24%;
/* margin-top: 30px; */
}
#sns #sns_banner p{
	font-size: 0.8em;
	margin: -2% 0 3% 0;
}
#facebook ._2p3a {
    width: auto !important;
}
#facebook iframe{
	 width: 105% !important;
}
}

/* 画面幅が広い（タブレット・パソコン向け） */
@media screen and (max-width: 767px) {
	.section__list__item {
	width: 50%;
	padding: 0 3px 8px 3px; 
	margin: 0 0 4px;
	}
	#sns_banner{
	    margin-top: 5%;
	}
	/*	#sns_banner img{
		max-width: 45%;
	}
#sns_banner p{
		display: none;
	}*/
#facebook iframe{
	 max-width: 100%;
}
}

/* 画面幅が狭いスマホ向け */
@media screen and (max-width: 320px) {
	.section__list__item {
	width: 100%;
	padding: 0; 
	margin: 0 0 4px;
	}
	
	p .site-title .header-m　.site-title a  {
    font-size: 15px;
	}
}

.section__list__item figure {
	padding-bottom: 61.9%;
	height: 0;
}

#facebook{
/*    width: 33.3%;*/
    margin-right: 4.5%;
}

*, *:before, *:after {
	box-sizing: border-box;
}
.col_2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_2 > div{
	width: 50%;
	padding: 10px;
}
@media screen and (max-width: 960px) {
	.col_2 > div{
		width: 100%;
	}
}

/*カスタム投稿の単位互換で使用するリスト表示ＣＳＳ*/
.list-dots{
	list-style: disc;
	margin-left: 15px;
}
/*小文字フォント表示*/
.komoji{
font-size:70%;
}
/*NEWテーマ以外に変えたら消してください。リスト数字表記のセンタリング*/
.entry__content ol li::before{
	text-align: center;
}

.entry__content ol {
	margin-bottom: 0;
}

/*奨学金分数表記のためのＣＳＳ*/
#img_100 img {
	    width: auto;
}
#back_color{
	background-color:#fffcdc;
	margin: 5% 0;
	padding: 2%;
}
	#data a{
		float: left;
	}
	.text_border{
		text-decoration: underline;
}

/* 固定ページのアイキャッチ画像　中央寄せ */
.post-thumbnail {
    margin: 0 auto;
    text-align: center;
}

/*役員構成テーブル*/

.member_table td, th {
	max-width:480px;
	border-collapse: collapse;
	height: 90px;
	font-size:80%;
	padding:0;
}
.member_table th {
background: #00a63c;
color:#fff;
text-align:center;
	height:60%;
}
.member_table td:nth-child(1){
background: #eee;
	font-weight:bold;
}

 #primary .post .entry-content table th,
 #primary .page .entry-content table th,
 #primary .post .entry-content table td,
 #primary .page .entry-content table td {
padding: 0.2vw 0.8vw;
 }

@media (max-width:640px){
	.member_table td, th {
	border-collapse: collapse;
		line-height: 1em;
    width:100%;
    margin:0;
    padding:0;
		
}
.member_table th {
background: #00a63c;
color:#fff;
	height:100%;
}

 #primary .post .entry-content table th,
 #primary .page .entry-content table th,
 #primary .post .entry-content table td,
 #primary .page .entry-content table td {
padding: 0.5vw 0.5vw;
	 width:25%;
}
	.member_table td:nth-of-type(1){
		width:25%;
	}
.member_table td:nth-child(2){
		font-size:70%;
	}
.member_table td:nth-child(4){
		font-size:70%;
}
}

/*アーカイブページ*/
@font-face {
	font-family: 'ecoico';
	src:url('https://nw-tama.jp/fonts/timelineicons/ecoico.eot');
	src:url('https://nw-tama.jp/fonts/timelineicons/ecoico.eot#iefix') format('embedded-opentype'),
		url('https://nw-tama.jp/fonts/timelineicons/ecoico.woff') format('woff'),
		url('https://nw-tama.jp/fonts/timelineicons/ecoico.ttf') format('truetype'),
		url('https://nw-tama.jp/fonts/timelineicons/ecoico.svg#ecoico') format('svg');
	font-weight: normal;
	font-style: normal;
} /* Made with http://icomoon.io/ */

.cbp_tmtimeline {
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
} 

/* The line */
.cbp_tmtimeline:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 10px;
	background: #a6d98d;
	left: 20%;
	margin-left: -10px;
}

.cbp_tmtimeline > li {
	position: relative;
}

/* The date/time */
.cbp_tmtimeline > li .cbp_tmtime {
	display: block;
	width: 25%;
	padding-right: 100px;
	position: absolute;
}

.cbp_tmtimeline > li .cbp_tmtime span {
	display: block;
	text-align: right;
}

.cbp_tmtimeline > li .cbp_tmtime span:first-child {
	font-size: 0.9em;
	color: #bdd0db;
}

.cbp_tmtimeline > li .cbp_tmtime span:last-child {
	font-size: 2.4em;
	color:#a6d98d;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
	color: #00a63c;
}

/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
	margin: 0 0 15px 25%;
	background:#a6d98d;
	color: #fff;
	padding: 2em;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1.4;
	position: relative;
	border-radius: 5px;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
	background: #8fe299;
}

.cbp_tmtimeline > li .cbp_tmlabel h2 { 
	margin-top: 0px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}

/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color:#a6d98d;
	border-width: 10px;
	top: 10px;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
	border-right-color: #8fe299;
}

/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
	width: 40px;
	height: 40px;
	font-family: 'ecoico';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 1.4em;
	line-height: 40px;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	color: #fff;
	background: #41bd50;
	border-radius: 50%;
	box-shadow: 0 0 0 8px #00a63c;
	text-align: center;
	left: 20%;
	top: 0;
	margin: 0 0 0 -25px;
}

.cbp_tmicon-phone:before {
	content: "団体";
	font-size:75%;
}

.cbp_tmicon-screen:before {
	content: "解散";
	font-size:75%;
}

.cbp_tmicon-mail:before {
	content: "社";
	font-size:75%;
}

.cbp_tmicon-earth:before {
	content: "公社";
	font-size:75%;
}

/* Example Media Queries */
@media screen and (max-width: 65.375em) {

	.cbp_tmtimeline > li .cbp_tmtime span:last-child {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 47.2em) {
	.cbp_tmtimeline:before {
		display: none;
	}

	.cbp_tmtimeline > li .cbp_tmtime {
		width: 100%;
		position: relative;
		padding: 0 0 20px 0;
	}

	.cbp_tmtimeline > li .cbp_tmtime span {
		text-align: left;
	}

	.cbp_tmtimeline > li .cbp_tmlabel {
		margin: 0 0 30px 0;
		padding: 1em;
		font-weight: 400;
		font-size: 95%;
	}

	.cbp_tmtimeline > li .cbp_tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		border-bottom-color:#a6d98d;
		top: -20px;
	}

	.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
		border-right-color: transparent;
		border-bottom-color: #8fe299;
	}

	.cbp_tmtimeline > li .cbp_tmicon {
		position: relative;
		float: right;
		left: auto;
		margin: -55px 5px 0 0px;
	}	
}