@charset "utf-8";

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

/* ページ全体 */
body{
	color:#333333;
	/*font-family: Verdana, Roboto, "Droid Sans", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;*/
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	width: 100%;
}
dl,dt,dd{
	margin: 0;
}
p{
	margin:0;
}
p,dt,dd{
	line-height: 1.9;
}
a{
	text-decoration: none;
	color: inherit;
}
h1, h2,h3, .icon_txt, #salutation .sal_sign{
	font-family:"游明朝", "YuMincho","Times New Roman", "ヒラギノ明朝 ProN W3","メイリオ";
}
h1{
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}
h1 span{
	font-size: 18px;
}

h2{
	font-size: 18px;
	margin: 0 0 38px;
	border-bottom: 1px solid #757575;
}
h3{
	font-size: 16px;
	margin: 16px 0;
	font-weight: bold;
	display: inline-block;
    border-bottom: 1px solid #ccc;
}

h4{
	font-size: 15px;

}
img{
	width: 100%;
}

header{
	margin: 48px 0;
}

/*共通で使用*/
main{
	background: #fefefe;
}
.bk_color{
	background-color: #f2f8f4;
}
.main_blk{
	max-width: 800px;
	margin: 0 auto;
}

.outer_frame_pd{
	padding-right: 30px;
	padding-left: 30px;
}

a[href^="tel"]{
	pointer-events:none
}

.borderline{
	border: 1px solid #255c8d;
	margin-top: 8px;
}
/*icon関連*/
.icon_txt{
	color: inherit;
	font-weight: bold;
	text-align: center;
	display: block;
	/*text-shadow: 0px 0px 0px #333333;*/
}

.icon_txt .fa{
	display: block !important;
	font-size: 34px;
	color: #238e49;
	text-shadow: none;
	height: 34px;
    line-height: 34px;
    margin-bottom: 12px;
}
.fa-leaf:before{
	font-size: 38px;
}
h2.icon_txt{
	text-shadow: none;
}

h2.icon_txt .fa{
	font-size: 30px;
	height: 30px;
    line-height: 30px;
}

h2.icon_txt .fa.fa-map-o{
	font-size: 28px;
	height: 28px;
    line-height: 28px;
}

h2.icon_txt .fa.fa-phone-square{
	font-size: 34px;
	height: 34px;
    line-height: 34px;
}


/*nav*/
nav{
	margin-bottom: 54px;
}
nav ul{
	max-width: 530px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
nav ul li{
	width: 84px;
	line-height: 1.2;
}
nav ul li .fa.fa-phone-square{
	font-size: 38px;
}


.pc-none{
		display: none;
	}

@media (max-width: 480px) {
	nav ul li{
		font-size:12px; 
	}
	.pc-none{
		display: block;
	}
}


@media (min-width: 420px) {
	nav a:hover .fa{
		color: #35c568;
	}
}


/* メイン画像 */
#top_img div{
/*	width: 800px;
	margin: 0 auto;*/
	text-align: center;
}
#top_img img{
	width: 100%;
}
section{
	padding: 50px 0;
}



/* ご挨拶 */
#salutation>div:first-child{
	margin-bottom: 80px;
}
#salutation .sal_txt{
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 20px;
}
#salutation .sal_sign{
	float:right;
}
#salutation .sal_sign p:first-child{
	margin-bottom: 4px;
}
#salutation .sal_sign img{
	vertical-align: bottom;
	margin-left: 10px;
	width: initial;
}
#training h3,#commendation h3{
    border-left: 10px solid #4c4c4c;
    padding-left: 8px;
}

.com_photo img{
	margin-bottom: 10px;
}



/* 助成活動 */
#activity .main_blk>dl{
	border-bottom: 1px dotted #ccc;
	padding: 0 20px 20px 20px;
	margin-bottom: 40px;
}

#activity .main_blk>dl:last-child{
	margin-bottom: 0;
}

#activity .main_blk>dl>dt{
    float: left;
    width: 110px;
    clear: both;
    font-weight: bold;
}

#activity .main_blk>dl>dd{
	margin-left: 110px;
}
#activity .support_toward>div>span{
	font-weight: bold;
}
#activity .support_toward table{
	width: 100%;
}
#activity .support_toward table th,
#activity .support_toward table td{
	padding: 2px 12px;
    border: solid #b7b7b7 2px;
}
/*スマホ用*/
#activity .support_toward dl{
	display: none;
	border: solid #b7b7b7 2px;
	border-bottom: none;
    padding: 15px;
}
#activity .support_toward dl:last-child{
	border: solid #b7b7b7 2px;
}
#activity .support_toward dt{
	font-weight: bold;
}
#activity .support_toward dd{
	margin-left: 10px;
	margin-bottom: 6px;
}
#activity .report {
	display: flex;
    justify-content: space-between;
}
#activity .report>div {
	width: 49%;
	border: solid 2px #235d8e;
    padding: 15px
}
#activity .report .year {
    font-weight: bold;
    display: inline-block;
    color: #235d8e;
    border-bottom: 1px solid #235d8e;
    margin-bottom: 10px;
    line-height: 1;
    padding-bottom: 4px;
}
#activity .report .report_title {
	font-weight: bold;
	display: block;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
}
.report_img_frame{
	max-height: 152px;
	overflow: hidden;
	margin-bottom: 8px;
}
#activity .report img {
	display: block;
	margin: 0 auto;
    /*max-width: 230px;*/
    margin: 0 auto 8px;
    width: 100%;
    border: 1px solid #ccc;
}
#activity .report p {
	/*max-width: 220px;*/
	padding: 0 6px;
}
#activity .about_apply {
	border: solid #b7b7b7 2px;
	/*padding: 15px;*/
}
#activity .about_apply_year {
	font-weight: bold;
	margin-bottom: 4px;
	display: inline-block;
}
#activity .about_apply_year>dl>dd {
	margin-left: 10px;
}
#activity .about_apply>div{
	border-bottom: solid #b7b7b7 2px;
	padding: 15px;
}
#activity .about_apply>div:last-child{
	border-bottom: none;
	margin-top: 10px;
}
#activity .about_apply>div>dl {
	margin-bottom: 10px;
}
#activity .about_apply>div>dl>dd{
	margin-left: 10px;
}
#activity .apply_list{
	padding: 4px 0;
}
#activity .apply_list a{
	color: #3d4aff;
}
#activity .apply_list a:hover{
	text-decoration: underline;
}
#activity .apply_list li:before{
	content: '・';
}

#activity .apply_list img{
	width: 16px;
}




/* 労働者育成事業 */

#training .main_blk>dl {
    border-bottom: 1px dotted #ccc;
    padding: 0 20px 20px 20px;
    margin-bottom: 40px;
}

#training .main_blk>dl>dt {
    float: left;
    width: 110px;
    clear: both;
    font-weight: bold;
}
#training .main_blk>dl>dd {
    margin-left: 110px;
    margin-bottom: 50px;
}


#training .link{
		color: #235d8e;
		line-height: 1.4;
		font-size: 0.8rem;
		margin-top: 20px;
	}
#training .course .row{
	text-align: center;
}
#training .course .row div{
	margin-bottom: 30px;
}

#training .course .row p{
	margin:10px 0;
}

#training .survey h4{
	margin-bottom: 3px;
}

#training .survey h5{
	margin-bottom: 3px;
}

#training .survey img{
	border: 1px solid #ccc;
}


section table { width: 100%; }
section th, section td  { padding: 10px; border: 1px solid #ddd; }
section th  { background: #f4f4f4; }
 
/*----------------------------------------------------
  .pref table
----------------------------------------------------*/
.pref th  { width: 13%; }
.pref td  { text-align: center; }
.pref td:first-child  { text-align: left; }
@media only screen and (max-width: 800px) { 
  .pref { 
    display: block; 
    width: 100%; 
    margin: 0 -10px;
  }
  .pref thead{ 
    display: block; 
    float: left;
    overflow-x:scroll;
  }
  .pref tbody{ 
    display: block; 
    width: auto; 
    overflow-x: auto; 
    white-space: nowrap;
  }
  .pref th{ 
    display: block;
    width:auto;
  }
  .pref tbody tr{ 
    display: inline-block; 
    margin: 0 -3px;
    width: 100%;
  }
  .pref td{ 
    display: block;
  }
}


/* 財団概要 */
#about .main_blk>dl{
	border-bottom: 1px dotted #ccc;
	padding: 0 20px 6px 20px;
	margin-bottom: 40px;
}

#about .main_blk>dl:last-child{
	margin-bottom: 0;
}

#about .main_blk>dl>dt{
    float: left;
    width: 110px;
    clear: both;
    font-weight: bold;
}

#about .main_blk>dl>dd{
	margin-left: 110px;
}

#about .project dd ol{
	list-style: decimal;
	padding-left: 24px;
}

#about .project dd span{
	display: inline-block;
	margin-bottom: 16px;
}

#about .officer dd dt{
    float: left;
    width: 96px;
}

#about .officer dd dd{
	margin-left: 96px;
}



/* お問合せ */
#inquiry .inquiry_inner{
	max-width: 440px;
	margin: 0 auto;
}

#inquiry .inquiry_inner>p{
	text-align: center;
	margin-bottom: 30px;
}
#inquiry .inquiry_inner>p span{
	font-size: 15px;
	padding: 3px 0;
    display: inline-block;
}
#inquiry .apply_info{
	border: 1px solid #ccc;
	padding: 30px 6px;
}

#inquiry .apply_info p{
	text-align: center;
}

#inquiry .apply_info p:first-child{
	font-weight: bold;
	margin-bottom: 12px;
}

#inquiry .apply_info dl{
    margin: 0 auto 10px;
    width: 208px;
}

#inquiry .apply_info dt{
	float: left;
	width: 56px;
	clear: both;
}

#inquiry .apply_info dd{
	float: left;
	margin-left: 26px;
}


footer{
	line-height: 60px;
    /*background: #e4e4e4;*/
    text-align: center;
}

footer small{
	font-size: 12px;
}

#pagetop{
    position: fixed;
    z-index: 1000;
    right: 30px;
    bottom: 30px;
    display: none;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
}
#pagetop i{
	font-size: 40px;
    color: #238e49;
    border: 1px solid #238e49;
    line-height: 34px;
    padding-bottom: 6px;
    border-radius: 8px;
    background-color: rgba(35, 142, 73, 0.03);
}

@media (min-width: 420px) {
	#pagetop i:hover{
	    color: #fefefe;
	    border: 1px solid #fefefe;
	    background-color: #238e49;
	}
}

/*@media screen and (max-width: 420px) */
/*@media only screen and (max-width: 420px) */
@media (max-width: 420px) {

	/* 共通 */
	.outer_frame_pd{
		padding-right: 3%;
		padding-left: 3%;
	}

	a[href^="tel"]{
		pointer-events:auto;
	}

	header{
		margin: 10px 0 54px;
	}

	h1{
		font-size: 24px;
		font-weight: bold;
		text-align: center;
		line-height: 1.3;
	}

	h1 span{
		font-size: 12px;
	}
	h2{
		font-size: 16px;
		margin: 0 0 30px;
	}
	h2.icon_txt .fa{
		font-size: 26px;
		height: 26px;
	    line-height: 26px;
	}

	h2.icon_txt .fa.fa-map-o{
		font-size: 24px;
		height: 24px;
	    line-height: 24px;
	}

	h2.icon_txt .fa.fa-phone-square{
		font-size: 30px;
		height: 30px;
	    line-height: 30px;
	}

	section{
		padding: 40px 5px;
	}
	.fa-leaf:before{
		font-size: 36px;
	}

	/* ご挨拶 */
	#salutation .sal_txt{
		font-size: 14px;
		line-height: 26px;
	}
	#salutation>div:first-child{
		margin-bottom: 50px;
	}
	.com_photo{
		display: block;
	    justify-content: space-between;
	}
	.com_photo .com_left,.com_photo .com_right{
		width: 100%;
	}
	.com_photo .com_left{
		margin-bottom: 10px;
	}


	/* 助成活動 */
	#activity .support_toward>div>span {
	    margin-left: 4px;
	}
	#activity .support_toward table{
		display: none;
	}
	#activity .support_toward dl{
		display: block;
	}
	#activity .main_blk>dl{
		padding: 0;
		margin-bottom: 40px;
		border-bottom: none;
	}

	#activity .main_blk>dl>dt{
	    float: none;
	    width: 100%;
	    clear: both;
	    padding-left: 8px;
	    margin-bottom: 15px;
	    border-bottom: 1px solid #238e49;
	        border-left: 6px solid #238e49;
	        font-weight: bold;
	}
	#activity .main_blk>dl>dd{
		margin: 0 6px 0 6px;
	}
	#activity .report{
		display: block;
	}
	#activity .report>div{
		width: 100%;
		margin-bottom: 10px;
	}
	#activity .report>div:last-child{
		margin-bottom: 0;
	}
	

	/* 労働者育成事業 */
	#training span {
	    margin-left: 4px;
	}
	
	#training dl{
		display: block;
	}
	#training .main_blk>dl{
		padding: 0;
		margin-bottom: 40px;
		border-bottom: none;
	}

	#training .main_blk>dl>dt{
	    float: none;
	    width: 100%;
	    clear: both;
	    padding-left: 8px;
	    margin-bottom: 15px;
	    border-bottom: 1px solid #238e49;
	        border-left: 6px solid #238e49;
	        font-weight: bold;
	}
	#training .main_blk>dl>dd{
		margin: 0 6px 50px 6px;
	}
	#training .main_blk>dl>dd img{
		display: block;
		width: 100%;
		padding: 5px;
	}

	#training .link{
		color: #235d8e;
		line-height: 1.4;
		font-size: 0.8rem;
		margin-top: 20px;
	}

	/* 財団概要 */
	#about .main_blk>dl{
		padding: 0;
		margin-bottom: 30px;
		border-bottom: none;
	}
	#about .main_blk>dl>dt{
	    float: none;
	    width: 100%;
	    clear: both;
	    padding-left: 8px;
	    margin-bottom: 15px;
	    border-bottom: 1px solid #238e49;
	        border-left: 6px solid #238e49;
	        font-weight: bold;
	}
	#about .main_blk>dl>dd{
		margin: 0 6px 0 6px;
	}


	/* お問合せ */
	#inquiry .inquiry_inner>p{
		text-align: center;
	}

	#inquiry .inquiry_inner>p br{
		/*display: none;*/
	}

/*	#inquiry .apply_info p{
		width: 208px;
		margin: 0 auto;
		text-align: left;
	}*/


	/* フッタ */
	footer{
		line-height: 40px;
	}
	footer small{
		font-size: 10px;
	}

	/* ページトップに戻る */
	#pagetop{
	    right: 20px;
	    bottom: 20px;
	}
}


