@charset "utf-8";

html{
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
}

body{
	font-size: 1.5em;
	line-height: 1.2;
	color: #333333;
	font-family: "Meiryo", "MS Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Sans", sans-serif;
}

a:hover{
	opacity: .8;
}

.pc{
	display: block;
}

.sp{
	display: none;
}

.br--pc{
	display: block;
}

.br--tb{
	display: none;
}

.br--sp{
	display: none;
}



.all-wrapper{
	border-top: 5px solid #3D538E;
}

.inner{
	max-width: 1430px;
    padding: 0 15px;
    margin: 0 auto;
}

/*===============================================

	ヘッダー

===============================================*/
.header{
	position: relative;
}

.header__top{
	padding: 7px 5px 0;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.title_-area{
	display: inline-block;
}

.title-link{
	display: flex;
    align-items: center;
}

.logo{
	margin-right: 9px;
}

.logo img{

}

.title_area{
	display: inline-block;
	padding-top: 10px;
}

.title{
	font-size: 3rem;
	font-weight: bold;
}

.title span{
	font-size: 2rem;
    font-weight: normal;
    display: block;
    line-height: 1.7;
}

.header__side{

}

.header__btn_area{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
}

.header__shiga-university{
	margin-right: 15px;
}

.header__btn_outer{

}

.header__btn{
	display: flex;
    flex-wrap: wrap;
    letter-spacing: .05em;
    font-family: 'Noto Sans JP', sans-serif;
}

.header__btn__item{
	width: 160px;
	margin-right: 5px;
}

.header__btn__item:last-of-type{
	margin-right: 0;
}

.header__btn__item a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3D538E;
    border-radius: 50px;
    color: #fff;
    height: 40px;
    font-size: 1.4rem;
}

.header__btn__item--inquiry a{
	background-image: url(/~satooya/img/icon_inquiry.png);
	background-repeat: no-repeat;
	background-position: left 20px center;
	padding-left: 20px;
}

.header__btn__item--access a{
	background-image: url(/~satooya/img/icon_access.png);
    background-repeat: no-repeat;
    background-position: left 35px center;
    padding-left: 10px;
}

.header__search{
	display: flex;
    justify-content: flex-end;
	margin: -15px 0 -15px 0;
}

.header__search-box{
	display: flex;
}

.header__search-text{
	width: 175px;
	height: 26px;
	border: 1px solid #CCCCCC;
}

.header__search-text:focus{
	outline: none;
}

.header__search-btn{
	border: none;
	background-color: #fff;
	width: 25px;
	height: 26px;
	background-image: url(/~satooya/img/search_submit.png);
	background-repeat: no-repeat;
	background-position: center;
}



.header__gnav{
    letter-spacing: .05em;
    margin-top: 15px;
}

.gnav__list{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.gnav__item{
	text-align: center;
	padding-bottom: 10px;
	position: relative;
}

.gnav__item--short{
	flex: 0 1 120px;
}

.gnav__item--long{
	width: calc((100% - 121px) / 6); /* IE表示時にカラム落ちを防ぐため1px増やす */
}

.gnav__item > a{
	height: 80px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
	color: #000000;
	border-left: 1px solid #CCCCCC;
	background-repeat: no-repeat;
	background-position: top center;
	padding-bottom: 19px;
	position: relative;
}

.gnav__item--home > a{
	background-image: url(/~satooya/img/icon_home.png);
}

.gnav__item--about > a{
	background-image: url(/~satooya/img/icon_about.png);
	line-height: 1;
    padding-bottom: 15px;
}

.gnav__item--activity-history > a{
	background-image: url(/~satooya/img/icon_activity-history.png);
}

.gnav__item--info_student > a{
	background-image: url(/~satooya/img/icon_info_student.png);
}

.gnav__item--info_foster-parents > a{
	background-image: url(/~satooya/img/icon_info_foster-parents.png);
}

.gnav__item--project-plan > a{
	background-image: url(/~satooya/img/icon_project-plan.png);
}

.gnav__item--activity-report > a{
	background-image: url(/~satooya/img/icon_activity-report.png);
}

.gnav__item:last-of-type > a{
    border-right: 1px solid #CCCCCC;
}

.gnav__item > a:after{
	content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    border-style: solid;
    border-color: #CCCCCC transparent transparent transparent;
    border-width: 6px;
    transform: translatex(-50%);
}

.gnav__item > a:hover{
	opacity: 1;
}

.gnav__item > a:hover:after{
    border-color: #003366 transparent transparent transparent;
}

.gnav__list-level2_outer{
	width: 450px;
    opacity: 0;
    z-index: -10;
    position: absolute;
    top: 100%;
    padding-top: 2px;
    left: -9999px;
    transition: opacity 0.3s;
}

.gnav__item:hover .gnav__list-level2_outer{
	opacity: 1;
    z-index: 10;
    left: 0;
}

.gnav__item:hover .gnav__list-level2_outer--align-right{
    left: auto;
    right: 0;
}

.gnav__list-level2{
    display: flex;
    flex-wrap: wrap;
    padding: 20px 10px 20px 20px;
    background-color: rgba(255,255,255,0.9);
}

.gnav__item-level2{
	width: calc(100% / 3);
    text-align: left;
    padding-left: 10px;
    padding-right: 15px;
    margin-top: 20px;
    position: relative;
}

.gnav__item-level2:nth-of-type(-n+3){
    margin-top: 0;
}

.gnav__item-level2:after{
	content: "";
    position: absolute;
    left: 0;
    top: 2px;
    border-style: solid;
    border-color: transparent transparent transparent #000000;
    border-width: 6px;
    
}

.gnav__item-level2 a{

}

.gnav__item-level2 a:hover{
	text-decoration: underline;
	opacity: 1;
}



.toggle-btn{
	display: none;
}

.gnav__sp-area{
    display: none;
}

.parent-trigger{
    display: none;
}

/*===============================================

	コンテンツ

===============================================*/
.slide{
	position: relative;
}

.slide__image{
	background-repeat: no-repeat;
    background-position: center;
    height: 500px;
}

.slide__image--01{
	background-image: url(/~satooya/img/slide01.jpg);
}

.slide__image--02{
	background-image: url(/~satooya/img/slide02.png);
}

.slide__text_outer{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translatey(-50%);
	width: 650px;
	height: 250px;
	background-color:rgba(0,51,102,0.7);
	color: #fff;
	display: flex;
    justify-content: center;
    align-items: center;
}

.slide__text{
	letter-spacing: .05em;
	line-height: 1.5;
	font-family: "Yu Mincho";
}

.slide__text--main{
	font-size: 6rem;
    text-indent: -.5em;
}

.slide__text--sub{
    font-size: 4.4rem;
}



.info-btn_group{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 15px 0;
}

.info-btn{
	display: flex;
	justify-content: center;
    align-items: center;
    width: calc((100% - 2px) / 2);
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
}

.info-btn--student{
	background-image: url(/~satooya/img/info_bg01.png);
}

.info-btn--foster-parents{
	background-image: url(/~satooya/img/info_bg02.png);
}

.info-btn__inner{
	display: flex;
    justify-content: center;
    align-items: center;
	width: 95%;
    height: 160px;
    border: 2px solid #fff;
    font-size: 3.6rem;
    color: #fff;
}



.news_box{
	max-width: 1300px;
    margin: 70px auto 0 auto;
}

.photo-news{
	margin-bottom: 80px;
}

.top-sec-heading_outer{
	height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #003366;
    border-bottom: 3px solid #3D538E;
    margin-bottom: 20px;
}

.top-sec-heading{
	font-size: 2.5rem;
	position: relative;
}

.top-sec-heading:after{
	display: inline-block;
    position: absolute;
    left: -65px;
}

.top-sec-heading--photo:after{
	content: url(/~satooya/img/icon_photo.png);
	top: -6px;
}

.top-sec-heading--news:after{
	content: url(/~satooya/img/icon_news.png);
	top: -3px;
}

.photo-news__list_outer{
	padding: 0 5px;
}

.photo-news__list{
	display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.photo-news__item{
	width: calc((100% / 4) - 30px);
    margin: 0 15px;
}

.photo-news__item_link:hover{
	opacity: 1;
}

.photo-news__item__pic{
	overflow: hidden;
}

.photo-news__item__pic img{
	width: 100%;
	transition: 0.3s;
}

.photo-news__item_link:hover .photo-news__item__pic img{
	transform: scale(1.1);
}

.photo-news__item__data{
	display: block;
    font-size: 1.7rem;
    font-weight: bold;
    margin: 18px 0 10px;
}

.photo-news__item__title{
	font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.4;
}

.photo-news__item_link:hover .photo-news__item__title{
	text-decoration: underline;
}

.news__more{
	width: 200px;
	margin: 30px auto 0 auto;
}

.news__more a{
	color: #003366;
	padding-right: 10px;
	height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #3D538E;
    transition: .2s;
    position: relative;
}

.news__more a:hover{
	color: #fff;
	background-color: #3D538E;
}

.news__more a:after{
	content: "";
    position: absolute;
    right: 18px;
    top: 14px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #003366;
    border-right: 2px solid #003366;
    transform: rotate(45deg);
    transition: .2s;
}

.news__more a:hover:after{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}



.top-news{

}

.top-news__list_outer{
	padding: 0 5px;
}

.top-news__list{
	max-width: 1000px;
    margin: 0 auto;
    height: 385px;
    overflow: auto;
}

.top-news__item{
	margin-top: 15px;
    padding: 0 20px 18px;
    border-bottom: 1px dashed #999999;
}

.top-news__date{
	display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.top-news__time{
	font-size: 1.8rem;
	font-weight: bold;
}

.top-news__label{
	display: inline-block;
    width: 100px;
    height: 28px;
    line-height: 28px;
    padding-top: 1px;
    text-align: center;
    color: #fff;
    margin-left: 10px;
}

.top-news__label--news{
	background-color: #FF6666;
}

.top-news__label--student{
	background-color: #003399;
}

.top-news__label--foster-parents{
	background-color: #006666;
}

.top-news__title{
	font-size: 1.6rem;
}

.top-news__title a:hover{
	text-decoration: underline;
	opacity: 1;
}

/*===============================================

	フッター

===============================================*/
.footer{
	padding-top: 70px;
}

.footer__inner{

}

.footer__menu_area{
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1385px;
    margin: 0 auto 10px auto;
}

.title_area--footer{
	padding-top: 0;
}

.title--footer{
	font-size: 2.3rem;
}

.title--footer span{
	font-size: 1.8rem;
}

.f-menu{
	display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.f-menu__list{
	display: flex;
	margin-bottom: 18px;
}

.f-menu__list:last-of-type{
	margin-bottom: 0;
}

.f-menu__list li{
	font-size: 1.3rem;
	padding: 0 30px;
	position: relative;
}
@media screen and (max-width: 1350px) {
	.f-menu__list li{
		padding: 0 15px;
	}
}

.f-menu__list li:after{
	content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 16px;
    background-color: #999999;
    transform: translateY(-50%) rotate(15deg);
}

.f-menu__list li:first-of-type:after{
	content: none;
}

.f-menu__list li:first-of-type{
	padding-left: 0;
}

.f-menu__list li:last-of-type{
	padding-right: 0;
}

.f-menu__list li a{
	color: #003366;
}

.f-menu__list li a:hover{
	text-decoration: underline;
	opacity: 1;
}


.footer__copyright_area{
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 20px 0 75px;
}

.copyright {
    font-size: 1.2rem;
    color: #999999;
    letter-spacing: .1em;
}

/* ページトップへボタン */
#page-top{
	position: fixed;
    right: 5rem;
    bottom: 16rem;
}

#page-top a{
	display: inline-block;
    font-size: 1.1rem;
    font-family: "Arial";
    color: #fff;
    width: 75px;
    height: 75px;
    padding-top: 35px;
    text-align: center;
    background-color:rgba(61,83,142,0.75);
    border-radius: 50%;
    position: relative;
}

#page-top a:hover{
	opacity: 1;
	background-color:rgba(61,83,142,1);
}

#page-top a:after{
    content: "";
    position: absolute;
    left: 50%;
    top: 22px;
    width: 10px;
    height: 10px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: translatex(-50%) rotate(45deg);
}

/*==============================================================================

	ここから中ページ
	
	地域「里親」学生支援事業とは

==============================================================================*/
.mid-title_outer{
	height: 135px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
	background-color: #3D538E;
    margin-bottom: 30px;
}

.mid-title{
	font-size: 5rem;
	font-weight: normal;
    letter-spacing: 0.1em;
    color: #fff;
}

.mid-content_inner{
	max-width: 1300px;
	padding: 0 10px;
	margin: 0 auto;
}



.breadcrumbs {
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 30px;
}

.breadcrumbs__list {
    display: flex;
    flex-wrap: wrap;
}

.breadcrumbs__list li{
	margin-left: 7px;
    padding-left: 17px;
    position: relative;
    color: #000000;
}

.breadcrumbs__list li:first-child{
	margin-left: 0;
    padding-left: 0;
}

.breadcrumbs li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 2px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.breadcrumbs li:first-child:before{
    content: none;
}

.breadcrumbs__list li a{
	color: #003366;
}

.breadcrumbs__list li a:hover{
    text-decoration: underline;
}



.about-list_outer{
	overflow: hidden;
}

.about-list{
	display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.about-item{
	width: calc(100% / 3);
	width: 33.33333333%;
    padding: 0 20px;
    margin-bottom: 50px;
}

.about-item a{
	height: 111px;
    display: flex;
    align-items: center;
    font-size: 2.8rem;
    line-height: 1.3;
    color: #003366;
    padding: 0px 61px 0 30px;
    border-width: 6px 1px 1px 1px;
    border-style: solid;
    border-color: #3D538E;
    position: relative;
}

.about-item a:hover{

}

.about-item a:after{
	content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    width: 14px;
    height: 14px;
    border-top: 2px solid #003366;
    border-right: 2px solid #003366;
    transform: translatey(-50%) rotate(45deg);
    transition: .2s;
}

.about-item a:hover:after{
    right: 20px;
}

/*===================================================

	地域「里親」学生支援事業とは 詳細

===================================================*/
.mid-detail-title_outer{
	height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
	border: 3px solid #3D538E;
    margin-bottom: 30px;
}

.mid-detail-title{
	font-size: 3rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #3D538E;
}

.about-time{
	font-size: 1.8rem;
	color: #1B1B1B;
	text-align: right;
	margin-bottom: 20px;
}

.about-text{
	font-size: 1.6rem;
	line-height: 1.8;
	color: #1B1B1B;
}

.heading-title{
	font-size: 1.5em;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	padding: 12px 0px 2px 0px;
	line-height: 130%;
}

.text-cent{
	text-align: center;
	font-size: 1.8em;
	margin: 0 0 20px 0;
	padding: 10px 0 8px 0;
	background: #DDDDDD;
}

.about-text .mb{
	margin-bottom: 30px;
	padding: 0 20px 0 20px;
}

.about-photo_row{
	display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.about-photo:first-of-type{
	margin-right: 10px;
}

.about-photo img{
	width: 100%;
}

/* テーブル */
table{
	margin: 0;
	padding: 0;
	width: 100%;
}

.tbl td {
	padding: 10px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-color: #D3D3D3;
    border-bottom-color: #D3D3D3;
    border-top-style: solid;
    border-bottom-style: solid;
}
    
.tbl th {
	padding: 10px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-color: #D3D3D3;
    border-bottom-color: #D3D3D3;
    border-top-style: solid;
    border-bottom-style: solid;
	background: #E6E6E6;
	width: 20%;
}

/*===================================================

	フォトニュース

===================================================*/
/*

	paginathing.js スタイル

======================================*/

.news-container dl dt{ font-size: 1.4rem; }

.pagination-container{
	margin-top: 15px;
	padding-top: 40px;
}

.pagination-container ul {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

li.page {
    margin-bottom: 5px;
}

.pagination-container li + li{ margin-left: -1px; }

.pagination-container a{
	padding: 10px 18px;
	display: block;
	color: #0076BF;
	border: 1px solid #ccc;
	text-decoration: none;
	background: #fff;
}

.pagination-container .navi-active a{
	font-weight: bold;
	background: #fafafa;
}

.pagination-container a:hover{
	color: #fff;
	background: #0076bf;
}

/*============= ここまで =============*/

.mid-content_inner--photo-news{
	max-width: 100%;
    padding: 0;
    margin: 0;
}



.breadcrumbs--photo-news{
	max-width: 1300px;
    padding: 0 10px;
    margin: 0 auto 30px auto;
}



.mid-photo-news__list_wrapper{
	background-color: #EBEBEB;
	padding: 25px 60px;
}

.mid-photo-news__list{

}

.mid-photo-news__item{
	margin-bottom: 10px;
}

.mid-photo-news__item_link{
	display: block;
    background-color: #fff;
    padding: 20px 40px 20px 25px;
}

.mid-photo-news__item_link:hover{
	opacity: 1;
}

.mid-photo-news__item__article{
	display: flex;
    flex-wrap: wrap;
}

.mid-photo-news__item__pic_outer{
	width: 29.5%;
}

.mid-photo-news__item__pic{
	max-width: 268px;
	overflow: hidden;
}

.mid-photo-news__item__pic img{
	transition: 0.3s;
    width: 100%;
}

.mid-photo-news__item_link:hover .mid-photo-news__item__pic img{
    transform: scale(1.1);
}

.mid-photo-news__item__text{
	width: 70.5%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px 0 5px;
    color: #003366;
    font-weight: bold;
}

.mid-photo-news__item__data{
	display: block;
	font-size: 1.7rem;
	margin-bottom: 14px;
}

.mid-photo-news__item__title{
	font-size: 1.8rem;
	line-height: 1.5;
}

.mid-photo-news__item_link:hover .mid-photo-news__item__title{
	text-decoration: underline;
}

.mid-photo-news__item__more{
	font-size: 1.5rem;
	text-align: right;
	margin-top: 10px;
}



.paging_outer{
	max-width: 1010px;
    margin: 65px auto 0 auto;
    padding: 0 10px;
}

.paging{
    overflow: hidden;
    margin: -5px 0;
}

.paging-list{
	display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.paging-list li{
	margin: 5px;
}

.paging-list a{
	display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
    color: #fff;
    background-color: #003366;
    padding-top: 1px;
}

/*===================================================

	過去の記事一覧

===================================================*/
.past-articles{
	max-width: 1200px;
	margin: 0 auto;
}
.past-articles ul{
	margin: 0 0 30px 0;
	display:flex;
	flex-wrap: wrap;
	list-style: none;
	padding-left: 0;
	text-align:center;
}

.past-articles li{
	width: 130px;
	margin: 0px 8px 14px 8px;
	box-sizing: border-box;
	background:#0D47A1;
}

.past-articles li a{
	display:block;
	padding: 6px;
	color:#FFF;
	text-decoration:none;
}

/*===================================================

	里親学生支援室だより

===================================================*/
.shien-news-list li{
	margin: 0 0 20px 20px;
	list-style: circle;
}

.shien-news-link a{
	color: #FFFFFF;
	margin: 0 0 0 10px;
	padding: 6px 15px 4px 15px;
	background: #3E68A2;
}

.shien-news-link a:visited{
	color: #FFFFFF;
}
