@charset "UTF-8";

div.header h1 br.over440_none{
	display:none;
}

@media print, screen and (max-width:440px){
	div.header h1 br.over440_none{
		display:inline;
	}
}

div.header h1 span{
	font-size:18px;
}

.wrapper .content.depart .header h1 .capacity {
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック",YuGothic,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size:15px;
	letter-spacing:0;
}

> nav{
	margin-bottom:50px;
}

> p{
	margin:12px 0 20px 0;
}

> span{
	position:relative;
	display:inline-block;
	padding-left:16px;
	font-weight:600;
}

> span::before{
	position:absolute;
	top:7px;
	left:0;
	content:"";
	box-sizing:border-box;
	border:5px solid transparent;
	border-left:8px solid #bc272d;
}
@media print, screen and (max-width:440px){
.contentsNav ul li:first-child {
	font-weight:600;
	color:#BB262C;
	margin-right:22px;
	width:100%;
}
}
.ib{
	display: inline-block;
}
/* メッセージ
-----------------------------------*/
.message_area{
	width: 100%;
	padding: 0;
	margin: 0 auto 60px;
}
ul.message_set{
	width: 100%;
	margin: 0 0 10px 0;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.message_set > li:first-child{
	width: 66%;
	margin: 0 0 10px;
	padding: 0;
	order: 1;
	text-align: justify;
}
ul.message_set > li:last-child{
	width: 26%;
	margin: 0 0 10px;
	padding: 0;
	order: 2;
}
ul.message_set > li img{
	width: 100%;
	margin: 0 auto 10px;
	padding: 0;
}
@media all and (max-width:440px){
ul.message_set{
	width: 100%;
	margin: 0 0 10px 0;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.message_set > li:first-child{
	width: 100%;
	margin: 0;
	padding: 0;
	order: 2;
	text-align: justify;
}
ul.message_set > li:last-child{
	width: 100%;
	margin: 0;
	padding: 0;
	order: 1;
}
ul.message_set > li img{
	width: 50%;
	margin: 0 auto 10px;
	padding: 0;
	display: block;
}
}

/* 学校法人福島学院SDGs宣言
-----------------------------------*/
.declaration_area{
	width: 100%;
	padding: 0;
	margin: 0 auto 60px;
}

table.table03 {
  border-collapse: collapse;
  width: 660px;
  margin: 0 auto;
	font-size: 93.75%;
	font-weight: bold;
}
table.table03 th{
  padding: 5px 10px 4px;
  border-bottom: 10px solid #ffffff;
  border-right: 5px solid #ffffff;
  box-sizing: border-box;
  background-color: #F7F7F7;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
table.table03 td {
  padding: 25px;
  border-bottom: 10px solid #ffffff;
  border-right: 5px solid #ffffff;
  box-sizing: border-box;
  background-color: #F7F7F7;
	text-align: left;
	vertical-align: middle;
}

table.table03 th{
	background-color: #f0ebda;
}
table.table03 th.item{
	width: 200px;
}
ul.declaration_set{
	width: 100%;
	margin: 20px 0 0 0;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding-top: 24px;
	border-top: 1px dashed #B49B46;
}
ul.declaration_set > li{
	width: 18%;
	margin: 0 2% 8px 0;
	padding: 0;
}
ul.declaration_set > li img{
	width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
/* SDGsへの取り組み
-----------------------------------*/
.attempt_area{
	width: 100%;
	padding: 0;
	margin: 0 auto 60px;
}
ul.attempt_set{
	width: 100%;
	margin: 0 0 10px 0;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.attempt_set > li{
	width: 23%;
	margin: 0 2% 12px 0;
	padding: 10px;
	box-sizing: border-box;
	
}
ul.attempt_set:after {
  content: "";
	width: 23%;
	margin: 0 2% 12px 0;
}
ul.attempt_set > li > .ttl{
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	height: 95px;
	font-size: clamp(14px, 1.4vw, 16px);
	color: #fff;
	font-weight: normal;
	display: flex;
	align-items: center;
	justify-content: center;
}
ul.attempt_set > li > a.btn{
	display: block;
	padding: 10px;
	box-sizing: border-box;
	font-size: clamp(14px, 1.4vw, 16px);
	text-align: left;
	background: none;
	border: none;
	background-color: #fff;
	margin: 0;
	position: relative;
}
ul.attempt_set > li > a.btn:hover{
	color: #888;
}
ul.attempt_set > li > a.btn::after{
  display: block;
  content: '';
  position: absolute;
	top: .6em;
	right: 0.3em;
	width: 16px;
	height: 16px;
	background-image: url(../img/sdgs/pdficon.png);
	background-size: contain;
  background-repeat: no-repeat;
}
ul.attempt_set > li.fukushi{
	background-color: #F0B33E;
}
ul.attempt_set > li.kodomo{
	background-color: #0071B1;
}
ul.attempt_set > li.hoiku{
	background-color: #DB85A8;
}
ul.attempt_set > li.syoku{
	background-color: #81BB3F;
}
ul.attempt_set > li.jyouhou{
	background-color: #00A0EA;
}
ul.attempt_set > li.chiiki{
	background-color: #53AA6E;
}
ul.attempt_set > li.nintei{
	background-color: #B49B46;
}
ul.attempt_set > li.jimukyoku{
	background-color: #B49B46;
}
@media all and (max-width:440px){
ul.attempt_set > li{
	width: 48%;
	margin: 0 2% 12px 0;
	padding: 10px;
	box-sizing: border-box;
}
}

/* 投稿記事
-----------------------------------*/

section#topics {
	margin-bottom:50px;
	overflow:hidden;
}
section#topics .titleBox {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #BB262C;
	margin-bottom: 8px;
}
section#topics .titleBox p {
	font-family: "Hiragino Maru Gothic W6 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color:#BB262C;
}

section#topics a.more {
	font-size:13px;
	display:block;
	width:120px;
	height:20px;
	line-height:20px;
	text-align:center;
	background-color:#b49b46;
	float:right;
	margin-top:8px;
	color:#FFF;
	border:1px solid #b49b46;
	border-radius:5px;
	-webkit-border-radius:5px;  
	-moz-border-radius:5px;
	-webkit-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
}
section#topics a.more:hover{
	background-color:#FFF;
	color:#b49b46;
}

section#topics ul li {
	overflow:hidden;
	padding:10px 0 10px;
	border-bottom:dashed 1px #808080;
}

section#topics ul li .imgL {
	float:left;
	width:140px;
}
section#topics ul li .imgL img {
	width:100%;
}
section#topics ul li .txtR {
	width : calc(100% - 155px) ;
	float:right;
}
section#topics ul li time {
	font-size:13px;
}

@media print, screen and (max-width:440px){
section#topics ul li {
	overflow:hidden;
	padding:20px 0 20px;
	border-bottom:dashed 1px #808080;
}

section#topics ul li .imgL {
	float:none;
	width:90%;
	margin:0 auto 5px;
}
section#topics ul li .txtR {
	width : 90% ;
	float:none;
	margin:auto;
}
}
.fw-b{
	font-weight: bold;
}
.subtitleBox {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #aaaaaa;
	margin-bottom: 8px;
}
.subtitleBox p {
	font-family: "Hiragino Maru Gothic W6 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color:#BB262C;
}
