@charset "utf-8";

/* 電話発信の無効 */
@media(min-width: 768px){
a[href^="tel:"]{
	pointer-events: none;
}
	}

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

	タブレット

=============================================================================================================================================
===========================================================================================================================================*/
@media screen and (max-width: 1200px) {
.br-pc{
	display: none;
}

.br-tb{
	display: block;
}

.br-sp{
	display: none;
}

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

.inner{
	max-width: 100%;
    padding: 0;
    margin: 0;
}

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

	ヘッダー

===============================================*/
.header{
	position: relative;
    padding: 10px 10px 8px;
}

.header__top{
	padding: 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: 0px;
}

.title{
	font-size: 3rem;
}

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

.header__side{
	display: none;
}



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

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

	コンテンツ

===============================================*/
.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;
}



.content_inner{
	padding: 0 15px;
}

.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: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 10px;
}

.info-btn:last-of-type{
    margin-bottom: 0;
}

.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% / 2) - 30px);
    margin: 0 15px;
    margin-bottom: 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--photo{
	margin: 15px 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: center;
    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: none;
}



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

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

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

#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: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    background-color: #3D538E;
    margin-bottom: 30px;
}

.mid-title{
	font-size: 4.2rem;
    font-weight: normal;
    line-height: 1.1;
    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;
}

.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: -2px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg) translatey(-50%);
}

.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% / 2);
	width: 50%;
    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: 0;
	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;
}

.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%;
}

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

	フォトニュース

===================================================*/
.mid-content_inner--photo-news{
	max-width: 100%;
    padding: 0 10px;
    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: 15px;
}

.mid-photo-news__list{

}

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

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

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

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

.mid-photo-news__item__pic{

}

.mid-photo-news__item__pic img{

}

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

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

.mid-photo-news__item__title{
	font-size: 1.7rem;
	line-height: 1.4;
}

.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;
}



.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;
    justify-content: center;
    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: 0;
}

	}
	
/*===========================================================================================================================================
=============================================================================================================================================

	スマホ

=============================================================================================================================================
===========================================================================================================================================*/
@media screen and (max-width: 767px) {

.pc{
	display: none;
}

.sp{
	display: block;
}
	
.br-pc{
	display: none;
}

.br-tb{
	display: none;
}

.br--sp{
	display: block;
	margin: 10px 0 0 0;
}

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

	ヘッダー

===============================================*/
.header {
    position: relative;
    padding: 10px 5px 8px;
}

.logo {
    margin-right: 5px;
}

.logo img {
    width: 40px;
}

.title {
    font-size: 1.7rem;
}

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

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

	コンテンツ

===============================================*/
.slide__image{
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 250px;
}

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

.slide__text--main {
    font-size: 3rem;
    text-indent: -0.5em;
}

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

.info-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 110px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 10px;
}

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

.top-sec-heading_outer {
    height: 70px;
    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.3rem;
    position: relative;
}

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

.photo-news__item {
    width: 100%;
    margin: 0 15px;
    margin-bottom: 15px;
}

.photo-news__item__data {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 8px 0 5px 0;
}

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

.top-news__item:first-of-type{
    margin-top: 0;
}

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

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

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

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

	フッター

===============================================*/
.footer__menu_area {
    display: none;
}

.footer__copyright_area {
    display: block;
    text-align: center;
    padding: 0 10px;
}

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

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

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

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

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

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

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

.mid-title {
    font-size: 2.9rem;
    font-weight: normal;
    line-height: 1.1;
    letter-spacing: 0.08em;
    color: #fff;
}


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

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



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

.about-item{
	width: 100%;
    padding: 0;
    margin-bottom: 20px;
}

.about-item:last-of-type{
    margin-bottom: 0;
}

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

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

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

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

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

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

.about-photo:first-of-type{
	margin-right: 0;
	margin-bottom: 15px;
}

.about-photo{
	width: 100%;
}
	
/* テーブル */
table {
    width: 100%;
    max-width: 483px;
}
	
.tbl td {
	display: block;
	width: 100%;
    border-top-width: 1px;
    border-bottom-width: 0px;
    border-top-color: #D3D3D3;
    border-top-style: solid;
}
	
.tbl th {
	display: block;
	width: 100%;
    border-top-width: 1px;
    border-bottom-width: 0px;
    border-top-color: #D3D3D3;
    border-top-style: solid;
}


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

	フォトニュース

===================================================*/
.mid-photo-news__item__pic_outer {
    width: 100%;
}

.mid-photo-news__item__pic{
	width: 100%;
	max-width: 100%;
}

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

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

.mid-photo-news__item__data{
	display: block;
    font-size: 1.5rem;
    margin: 10px 0 8px;
}

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

.mid-photo-news__item__more{
	font-size: 1.4rem;
	text-align: right;
}



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

.paging-list a{
	display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    font-size: 1.3rem;
    color: #fff;
    background-color: #003366;
}
	
/*===================================================

	過去の記事一覧

===================================================*/
.past-articles li{
	width: 45%;
	margin: 0px 8px 14px 8px;
	box-sizing: border-box;
	background:#0D47A1;
}
	
/*===================================================

	里親学生支援室だより

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

.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;
}

	}