@charset "utf-8";
/* スマートフォンデザインをベースに */
/* =======================================

	base styles

========================================== */
html {
	font-size: 62.5%;
}
body {
	font-family: "游ゴシック Medium", YuGothic,YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	color: #333;
	background: rgba(250,250,250,1);
	text-align: center;
	-webkit-text-size-adjust: 100%;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	position: relative;
	overflow-x: hidden;
}
ul {
	padding-left: 20px;
}
nav ul {
	padding: 0;
	margin: 0;
}
nav ul li {
	list-style: none;
}
a {
	color: rgba(0,150,91,1);
	text-decoration: underline;
    -webkit-transition: .3s ease-in-out 0s;
    transition: .3s ease-in-out 0s;
}
a:hover {
	text-decoration: none;
}
a img {
    -webkit-transition: .3s ease-in-out 0s;
    transition: .3s ease-in-out 0s;
}
a:hover img {
	opacity: 0.8;
}
.imageVariableFull {
	width: 100%;
	max-width: 700px;
	height: auto;
}
.imageVariable80 {
	width: 100%;
	max-width: 560px;
	height: auto;
}
.imageVariable50 {
	width: 100%;
	max-width: 350px;
	height: auto;
}
.linkAngle {
	display: inline;
	padding-left: 10px;
	position: relative;
}
.linkAngle::before {
	position: absolute;
	top: 0;
	left: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 1.2rem;
	content: '\f105';
}
.linkExternal,
.linkPdf {
	display: inline;
}
.linkExternal::after {
	display: inline-block;
	margin-left: 4px;
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	font-size: 1.0rem;
	content: '\f2d2';
}
.linkPdf::after {
	display: inline-block;
	margin-left: 4px;
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	font-size: 1.6rem;
	content: '\f1c1';
	color: #f00;
}
/*IE擬似要素対策：アイコンつきテキストリンクのアンダーラインを削除*/
_:-ms-fullscreen,
:root .linkAngle,
:root .linkExternal,
:root .linkPdf {
	text-decoration: none;
}
.wrapper {
	box-sizing: border-box;
	background: rgba(250,250,250,1);
	position: relative;
	min-width: auto;
	padding: 0;
	top: 150px;
	left: auto;
	font-size: 1.4rem;
}
.contents {
	width: auto;
	margin: 0 auto 30px;
	padding-top: 30px;
	overflow: hidden;
	text-align: left;
}
.main,
.sub {
	width: auto;
	margin: 0 13px 20px;
}
.sub {
	padding-top: 0;
}
.contents section {
	margin: 0 0 40px;
}
section p {
	margin: 0 0 20px;
}
section p:last-child {
	margin: 0;
}
section .sectionChild {
	margin: 0 0 30px;
}
section .sectionGrandChild {
	margin: 0 0 20px;
}
section .sectionChild:last-child,
section .sectionChild .sectionGrandChild:last-child{
	margin: 0;
}
section sup {
	font-size: 1.2rem;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}
section sub {
	font-size: 1.2rem;
	vertical-align: bottom;
	position: relative;
	top: 0.1em;
}
.textLeft01 {
	width: auto;
}
.imageHalfRight01,
.imageHalfRight02 {
	box-sizing: border-box;
}
.imageHalfRight01 {
	margin: 0 auto;
	width: 100%;
	max-width: 320px;
}
.imageHalfRight02 {
	margin: 0 auto;
	width: auto;
}
.imageHalfCenter01 {
	width: 100%;
	max-width: 350px;
	margin: 0 auto 20px;
}
.imageHalfRight01 figcaption,
.imageHalfRight02 figcaption,
.imageHalfCenter01 figcaption {
	font-size: 1.2rem;
	text-align: center;
}
.imageVariable01 img,
.imageHalfRight01 img,
.imageHalfRight02 img,
.imageHalfCenter01 img {
	width: 100%;
	height: auto;
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}
header i,
.wrapper .contents i {
	font-size: 1.0rem;
}
.siteTitle {
    /*background: rgba(0,0,0,0.3);*/
	text-shadow: rgba(0,0,0,1.00) 0 0 6px;
	color: #fff;
	width: 100%;
	height: 200px;
	padding: 100px 20px 0;
	margin: 0;
	box-sizing: border-box;
	font-size: 2.2rem;
	line-height: 1.4;
	position: absolute;
	top: -200px;
}
.siteTitle em {
	display: block;
	font-size: 1.4rem;
	font-style: normal;
}
.pc {
	display: none;
}
.sp {
	display: block;
}
/* =========== list =========== */
.list01,
.listDecimal {
	padding-left: 20px;
}
.list01 li {
	list-style-type: disc;
}
.list01 li ul {
	padding-left: 20px;
}
.listDecimal {
	list-style-type: decimal;
}
/* =========== table =========== */
.table01 {
	width: 100%;
	border-top: 1px solid #ccc;
}
.table01 td {
	border-bottom: 1px solid #ccc;
	text-align: left;
	vertical-align: top;
	padding: 10px 0;
}
.tableHistory {
	width: 100%;
	border-top: 1px solid #ccc;
}
.tableHistory th,
.tableHistory td {
	border-bottom: 1px solid #ccc;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	display: block;
}
.tableHistory th {
	color: #fff;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
}
.tableHistory td {
	background-color: rgba(255,255,255,0.5);
}
/* =========== header =========== */
.inner:after {
    content: '';
    clear: both;
    display: block;
}
#topHead,
.inner {
	width: 100%;
	padding: 0;
}
#topHead {
	background-color: rgba(0,150,91,1);
	top: 0;
    width: 100%;
    margin: 0 auto;
	position: fixed;
    line-height: 1;
    z-index: 999;
}
#topHead a,
#topHead {
    color: #fff;
    text-decoration: none;
}
#topHead .inner {
    position: relative;
}
/* global navigation */
#globalNav {
	position: absolute;
	top: -800px;
	background-color: #666;
	width: 100%;
	text-align: center;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#globalNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#globalNav ul li {
	position: static;
	border-bottom: 1px dotted #fff;
	margin: 0;
	font-size: 1.2rem;
}
#topHead #globalNav ul li a,
#topHead.fixed #globalNav ul li a {
	position: relative;
	width: 100%;
	display: block;
	color: #fff;
	box-sizing: border-box;
    padding: 12px 10px;
}
#globalNav ul .menuDropDown:nth-child(5) a,
#globalNav ul .menuDropDown:nth-child(6) a {
	background-color: #999;
}
/*ドロップダウン*/
#globalNav ul .menuSecondLevel li {
	text-align: left;
    border-bottom: 1px solid #ddd;
	margin: 0;
}
#globalNav ul .menuSecondLevel li a:hover {
    background: #999;
}
#globalNav ul .menuDropDown .menuSecondLevel {
    background: #003fa6;
}
#globalNav ul li:nth-child(5) .menuSecondLevel,
#globalNav ul li:nth-child(6) .menuSecondLevel {
	background-color: #333;
}
#globalNav ul .menuDropDown .menuSecondLevel > li {
	width: 100%;
	font-size: 1.00em;
}
#globalNav ul .menuDropDown .menuSecondLevel > li a {
	display: block;
	padding: 10px 6px 10px 26px;
	position: relative;
}
/* 展開時 */
.open #globalNav {
	height: 100vh;
}
.open #globalNav ul li:last-child {
	padding-bottom: 60px;
	border-bottom: none;
}
.open #globalNav ul li ul li:last-child {
	padding-bottom: 0;
}
/* #globalNav スライドアニメーション */
.open #globalNav {
	/* #globalNav top + #mobileHead height */
	-moz-transform: translateY(856px);
	-webkit-transform: translateY(856px);
	transform: translateY(856px);
}
/* logo */
#topHead .logo {
	position: absolute;
	text-align: left;
	left: 13px;
	top: 10px;
	width: 240px;
	height: 30px;
	font-weight: normal;
	font-size: 1.0rem;
	display: table;
	margin: 0;
}
#topHead .logo em,
#topHead .logo a {
	width: 100%;
	height: 30px;
	line-height: 1.2;
	vertical-align: bottom;
	box-sizing: border-box;
	background-image: url(/institution/library/peer-support/common/images/base/logo.svg);
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-background-size: contain;
	background-size: contain;
	display: table-cell;
	font-style: normal;
	padding: 0 0 0 95px;
}
/* Fixed reset */
#mobileHead {
	width: 100%;
	height: 56px;
	z-index: 999;
	position: relative;
}
#topHead.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
	padding-top: 0;
    background: rgba(0,150,91,.9);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
/* Toggle Button */
#navToggle {
	display: block;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#navToggle div {
    position: relative;
}
#navToggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#navToggle span:nth-child(1) {
    top: 0;
}
#navToggle span:nth-child(2) {
    top: 11px;
}
#navToggle span:nth-child(3) {
    top: 22px;
}
/* #navToggle 切り替えアニメーション */
.open #navToggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #navToggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #navToggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
/* mainimage */
.headerImage {
	width: 100%;
	height: 150px;
	position: fixed;
	z-index: 0;
	border: 0;
	background-image: url(/institution/library/peer-support/common/images/base/mainimage.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
/* =========== footer =========== */
footer {
	background-color: #333;
}
.footerInner {
	margin: 0 13px;
	padding-bottom: 10px;
	box-sizing: border-box;
	position: relative;
}
footer .pageScroll {
	text-align: center;
	font-size: 1.2rem;
	margin: 0 0 10px;
}
footer .pageScroll a {
	position: relative;
	color: #fff;
	background-color: #333;
	text-decoration: none;
	display: inline-block;
	padding: 20px 15px 10px 15px;
}
footer .pageScroll a::before {
	position: absolute;
	top: 6px;
	left: 50%;
	transform: translate(-50%,0);
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 0.8rem;
	content: '\f077';
}
footer .pageScroll a:hover {
	opacity: 0.8;
}
footer nav {
	max-width: 660px;
	margin: 0 auto;
}
footer nav ul {
	padding: 5px 0 20px;
}
footer nav ul li {
	display: block;
	margin: 0 0 10px;
	font-size: 1.2rem;
}
footer nav ul li a,
footer .tel a {
	color: #fff;
}
.contactLink {
	max-width: 360px;
	margin: 0 auto 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.contactLink .btnContact {
	font-size: 1.2rem;
	width: 80%;
	margin: 0 auto 20px;
	text-align: center;
}
.contactLink .btnContact a {
	display: block;
	text-decoration: none;
	border-radius: 2px;
	position: relative;
	background-color: rgba(0,150,91,1);
	padding: 4px 10px;
	color: #fff;
}
.contactLink .btnContact a:hover {
	background-color: rgba(0,130,78,1);
}
footer .tel {
	color: #fff;
	font-size: 1.6rem;
	width: 80%;
	text-align: center;
	margin: 0 auto 10px;
	position: relative;
}
footer .tel::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 1.6rem;
	content: '\f095';
	margin-right: 4px;
}
footer .copy {
	color: #fff;
	font-size: 1.2rem;
	margin: 0;
}
/* =========== side area =========== */
.localNavi01,
.boxFacebook {
	margin-bottom: 20px;
}
.localNavi01 h2,
.boxFacebook h2,
.cmsLocalNavi h2 {
	background: #333;
	color: #fff;
	padding: 10px 15px;
	margin: 0;
	font-size: 1.6rem;
	font-weight: normal;
}
.boxFacebook h2 {
	margin-bottom: 10px;
}
.localNavi01 ul {
	background: #fff;
	padding: 10px;
}
.localNavi01 ul li {
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
.localNavi01 ul li a {
	text-decoration: none;
	display: block;
	padding: 10px 6px 10px 26px;
	position: relative;
}
.localNavi01 ul li a::before,
.cmsLocalNavi p a::before,
.cmsLocalNavi dl dd ul li a::before {
	position: absolute;
	top: 12px;
	left: 8px;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 1.0rem;
	content: '\f061';
}
.localNavi01 ul li a:hover {
	background-color: #efefef;
}
.cmsLocalNavi {
	background: #fff;
	padding: 0 0 15px;
	margin: 0 0 10px;
}
.cmsLocalNavi p {
	border-bottom: 1px solid #ccc;
	margin: 10px 15px 0;
}
.cmsLocalNavi dl {
	border-bottom: 1px solid #ccc;
	margin: 0 15px;
}
.cmsLocalNavi dl dt {
	padding: 10px 0;
}
.cmsLocalNavi dl dd {
	margin: 0;
	padding: 0;
}
.cmsLocalNavi dl dd ul {
	padding: 0;
}
.cmsLocalNavi dl dd ul li {
	border-bottom: 1px solid #eee;
}
.cmsLocalNavi dl dd ul li:last-child {
	border-bottom: none;
}
.cmsLocalNavi p a,
.cmsLocalNavi dl dd ul li a {
	text-decoration: none;
	display: block;
	padding: 10px 6px 10px 26px;
	position: relative;
}
.cmsLocalNavi p a:hover,
.cmsLocalNavi dl dd ul li a:hover {
	background-color: #efefef;
}
.cmsLocalNavi dl dd ul li ul {
	padding: 0 0 0 20px;
}
.cmsLocalNavi dl dd ul li ul li {
	border-bottom: none;
}
.cmsLocalNavi dl dd select.selectBox {
	width: 210px;
	margin: 0 0 10px;
}
ul.sideBanner {
	padding: 0;
	margin-bottom: 20px;
}
ul.sideBanner li {
	list-style: none;
	line-height: 0;
	margin: 0 0 6px;
	text-align: center;
}
ul.sideBanner li img {
	display: block;
	width: 100%;
	height: auto;
}
.outsideBannerList,
.outsideBannerList2 {
	margin-bottom: 20px;
}
.outsideBannerList dt,
.outsideBannerList2 dt {
	background: #333;
	color: #fff;
	padding: 10px 15px;
	font-size: 1.6rem;
}
.outsideBannerList dd,
.outsideBannerList2 dd {
	padding: 6px 0 0;
	margin: 0;
}
.outsideBannerList dd ul,
.outsideBannerList2 dd ul {
	margin: 0;
	padding: 0;
}
.outsideBannerList dd ul li,
.outsideBannerList2 dd ul li {
	margin: 0 0 6px;
	text-align: center;
	list-style-type: none;
}
.outsideBannerList2 dd ul li {
	line-height: 0;
}
.outsideBannerList2 dd ul li img {
	width: 100%;
	height: auto;
}
.outsideBannerList dd ul li a {
	color: #333;
	display: block;
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 20px;
	text-decoration: none;
}
.outsideBannerList dd ul li a:hover {
	background-color: #efefef;
}
.boxFacebook .boxFacebookInner {
	width: 260px;
	margin: 0 auto;
}
ul.sideBanner li img,
.outsideBannerList2 dd ul li img {
	max-width: 260px;
	margin: 0 auto;
}
ul.sideBanner li a,
.outsideBannerList2 dd ul li a {
	display: inline-block;
}
/* =========== heading =========== */
.heading01 {
	background: none;
	color: #333;
	padding: 0;
	line-height: 1.2;
	font-size: 2.2rem;
	font-weight: normal;
	margin: 0 0 30px;
}
.heading02 {
	background: #333;
	color: #fff;
	padding: 10px 15px;
	margin: 0 0 20px;
	font-size: 1.6rem;
	font-weight: normal;
}
.heading03 {
	border-bottom: 1px dotted #333;
	padding: 2px 0 7px 13px;
	margin: 0 0 15px;
	font-size: 1.6rem;
	font-weight: normal;
	position: relative;
	overflow: hidden;
}
.heading03::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 3px;
	height: 100%;
	margin-top: -4px;
	background-color: #333;
}

.newsContents .heading03 {
	margin: 0 0 5px;
}
.newsDatetime {
	display: block;
	font-size: 1.2rem;
	margin: 0 0 15px;
}
.heading04 {
	font-size: 1.4rem;
	font-weight: normal;
	background-color: #fff;
	padding: 6px 12px;
	border-top: 1px solid #333;
	margin: 0 0 15px;
}
.heading05 {
	font-size: 1.4rem;
	font-weight: normal;
	padding: 0 0 0 16px;
	margin: 0 0 10px;
	position: relative;
}
.heading05::before {
	content: '';
	background-color: #00286a;
	width: 10px;
	height: 4px;
	position: absolute;
	top: 10px;
	left: 0;
}
/* =========== adjustment related =========== */
.wrapper .contents .textLeft { text-align: left;}
.wrapper .contents .textRight { text-align: right;}
.wrapper .contents .textCenter { text-align: center;}
.wrapper .contents .fLeft { float: left;}
.wrapper .contents .fRight { float: right;}
.wrapper .contents .phLeft { float: left; margin: 0 20px 10px 0;}
.wrapper .contents .phRight { float: right; margin: 0 0 10px 20px;}
.wrapper .contents .mb10 { margin-bottom: 10px;}
.wrapper .contents .mb20 { margin-bottom: 20px;}
.wrapper .contents .mb30 { margin-bottom: 30px;}
.wrapper .contents .mb40 { margin-bottom: 40px;}
.wrapper .contents .w5 { width: 5%;}
.wrapper .contents .w10 { width: 10%;}
.wrapper .contents .w12 { width: 12%;}
.wrapper .contents .w15 { width: 15%;}
.wrapper .contents .w20 { width: 20%;}
.wrapper .contents .w25 { width: 25%;}
.wrapper .contents .w30 { width: 30%;}
.wrapper .contents .w33 { width: 33%;}
.wrapper .contents .w40 { width: 40%;}
.wrapper .contents .w50 { width: 50%;}
/* =======================================

	unique styles

========================================== */
/* =========== home =========== */
.home .headerImage {
	height: 200px;
}
.home .wrapper {
	top: 200px;
}
.home .news .headingSubLink {
	color: #fff;
	background-color: rgba(0,150,91,1);
	text-decoration: none;
	border-radius: 2px;
	position: relative;
	line-height: 1.2;
	padding: 6px 10px 6px 24px;
	float: right;
	font-size: 1.2rem;
}
.home .news .headingSubLink:hover {
	background-color: rgba(0,130,78,1);
}
.home .news .headingSubLink::before {
	position: absolute;
	top: 7px;
	left: 10px;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 1.0rem;
	content: '\f061';
}
.home .main .siteMainContentsNavi {
	margin: 0 0 20px;
}
.home .siteMainContentsNavi h2 {
	color: rgba(0,150,91,1);
	text-align: center;
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 2.6rem;
	font-weight: normal;
	line-height: 1.2;
	margin: 0;
	padding: 8px 0;
	position: relative;
}
.home .siteMainContentsNavi h2::before,
.home .siteMainContentsNavi h2::after {
	background-color: rgba(0,150,91,1);
	content: '';
	width: calc(50% - 70px);
	height: 2px;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
}
.home .siteMainContentsNavi h2::before {
	left: 0;
}
.home .siteMainContentsNavi h2::after {
	right: 0;
}
.home .siteMainContentsNavi ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding: 0;
}
.home .siteMainContentsNavi ul li {
	list-style-type: none;
	width: 340px;
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 20px;
	background-color: #fff;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.home .siteMainContentsNavi ul li a,
.home .siteMainContentsNavi ul li em {
	font-style: normal;
	text-decoration: none;
	color: rgba(0,150,91,1);
	border-radius: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.home .siteMainContentsNavi ul li .caption2nd,
.home .siteMainContentsNavi ul li .thumbnail2nd {
	width: 50%;
	box-sizing: border-box;
}
.home .siteMainContentsNavi ul li .caption2nd {
	padding: 10px 10px 10px 30px;
	position: relative;
}
.home .siteMainContentsNavi ul li .caption2nd::before {
	position: absolute;
	top: 50%;
	left: 12px;
	transform: translate(0,-50%);
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 1.8rem;
	content: '\f105';
}
.home .siteMainContentsNavi ul li img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 4px;
}
.home .news h2 {
	margin: 0;
}
.home .homeNewsList {
	padding: 0;
	margin: 0;
}
.home .homeNewsList li {
	list-style-type: none;
}
.home .homeNewsList > li {
	border-bottom: 1px dotted #333;
	padding: 10px 0;
}
.home .news .eventInfo {
	margin-bottom: 0;
}
/* =========== news =========== */
.news .heading03 em {
	font-style: normal;
}
.heading02 .entryDate,
.heading02 .entryDate a {
	color: #fff;
}
.heading02 .entryDate,
.heading03 .entryDate {
	display: block;
	font-size: 1.2rem;
}
.heading02 .entryDate time,
.heading03 .entryDate time {
	display: inline-block;
}
.news .sectionChild figure {
	float: none;
	width: auto;
	text-align: center;
	margin: 0 0 20px;
}
.news .sectionChild figure a {
	display: inline-block;
	max-width: 250px;
	margin: 0 auto 10px;
}
.news .sectionChild figure img {
	width: 100%;
	height: auto;
	display: block;
}
.entrySentence,
.entryImages {
	float: none;
	width: auto;
	margin: 0 0 20px;
}
.entryImages figure {
	text-align: center;
	max-width: 375px;
	margin: 0 auto 10px;
}
.entryImages figure img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 5px;
}
.entryImages figure figcaption {
	font-size: 1.2rem;
}
.eventInfo {
	margin-bottom: 20px;
	padding: 0;
}
.eventInfo li {
	list-style-type: none;
	width: 100%;
	background-color: #fff;
	font-size: 1.2rem;
	box-sizing: border-box;
	padding: 2px 10px;
	margin-top: 10px;
}
.entryDate {
	font-size: 1.2rem;
	display: block;
	margin-bottom: 6px;
}
.entryDate a {
	font-size: 1.0rem;
	text-decoration: none;
	color: #fff;
	background: rgba(0,150,91,1);
	border-radius: 2px;
	display: inline-block;
	padding: 3px 8px;
	line-height: 1.2;
	margin-left: 8px;
}
.entryDate a:hover {
	background: rgba(0,130,78,1);
}
.entryList01 .sectionChild .hasThumbnail {
	float: none;
	width: auto;
}
.entryList01 .sectionChild figure {
	float: none;
	width: auto;
	max-width: 200px;
	margin: 0 auto;
}
.news article img {
	max-width: 100%;
	height: auto;
}
.news .btnEntryDetail {
	color: #fff;
	background-color: rgba(0,150,91,1);
	text-decoration: none;
	border-radius: 2px;
	position: relative;
	line-height: 1.2;
	padding: 6px 10px 6px 24px;
	font-size: 1.2rem;
}
.news .btnEntryDetail:hover {
	background-color: rgba(0,130,78,1);
}
.news .btnEntryDetail::before {
	position: absolute;
	top: 9px;
	left: 10px;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 1.0rem;
	content: '\f061';
}
.cmsPagenate {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	padding: 10px 0;
	text-align: center;
	position: relative;
}
.cmsPagenate p {
	position: relative;
	margin: 0;
	font-size: 1.2rem;
}
.cmsPagenate p a {
	text-decoration: none;
}
.cmsPagenate .toList {
	text-decoration: none;
	display: inline-block;
	width: 60px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #FFF;
	border-radius: 2px;
}
.cmsPagenate .prev {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	padding: 10px 0 10px 10px;
}
.cmsPagenate .next {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
	padding: 10px 10px 10px 0;
}
.cmsPagenate .prev::before,
.cmsPagenate .next::before {
	content: '';
	color: rgba(0,150,91,1);
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 1.2rem;
}
.cmsPagenate .prev::before {
	left: 0;
	content: '\f104';
}
.cmsPagenate .next::before {
	right: 0;
	content: '\f105';
}
.cmsPagenate .link_page,
.cmsPagenate .current_page {
	text-decoration: none;
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #FFF;
	border-radius: 2px;
}
.cmsPagenate .link_page,
.cmsPagenate .toList {
	background-color: rgba(0,150,91,1);
}
.cmsPagenate .link_page:hover,
.cmsPagenate .toList:hover {
	background-color: rgba(0,130,78,1);
}
.cmsPagenate .current_page {
	background-color: #666;
}
/* =========== about =========== */
.about .contentLead {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.about .contentLead figure {
	width: 200px;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
}
.about .contentLead figure img {
	width: 100%;
	height: auto;
}
.textBlue,
.about .contentLearning h2 em {
	color: #0000b2;
}
.textRed,
.about .contentWriting h2 em {
	color: #d90000;
}
.about .contentLearning h2 {
	background-color: #0000b2;
}
.about .contentWriting h2 {
	background-color: #d90000;
}
.about .contentLearning h2 em,
.about .contentWriting h2 em {
	font-size: 1.2rem;
	font-style: normal;
	display: inline-block;
	background-color: #fff;
	padding: 4px 10px;
	border-radius: 2px;
	margin-left: 6px;
	line-height: 1.2;
}
/* =========== learning =========== */
.contentLead .speechBubble {
	text-align: center;
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	border-radius: 90px;
	color: #fff;
	line-height: 1.4;
	padding: 10px;
	position: relative;
	letter-spacing: 0.2em;
}
.contentLead .speechBubble::after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translate(-50%,0);
	border-style: solid;
	border-width: 10px 10px 0 10px;
}
.learning .contentLead .speechBubble {
	background-color: #0000b2;
}
.learning .contentLead .speechBubble::after {
	border-color: #0000b2 transparent transparent transparent;
}
.tableSchedule {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
	table-layout: fixed;
}
.tableSchedule th,
.tableSchedule td {
	padding: 10px 16px;
	border: 1px solid #ccc;
	background-color: #f0fcd6;
	text-align: center;
	vertical-align: middle;
	word-wrap: break-word;
}
.learning .tableSchedule th {
	width: 33.33%;
	box-sizing: border-box;
}
.tableSchedule .other th,
.tableSchedule .other td {
	background-color: #dffdd2;
}
/* =========== writing =========== */
.writing .contentLead .speechBubble {
	background-color: #d90000;
}
.writing .contentLead .speechBubble::after {
	border-color: #d90000 transparent transparent transparent;
}



@media screen and (min-width:600px) and (max-width:979px) {

}
@media screen and (min-width:980px) {
/* =======================================

	base styles

========================================== */
a {
    -webkit-transition: none;
    transition: none;
}
.wrapper a {
    -webkit-transition: .3s ease-in-out 0s;
    transition: .3s ease-in-out 0s;
}
.wrapper {
	min-width: 980px;
	top: 250px;
}
.contents {
	width: 980px;
}
.main,
.sub {
	margin: 0;
}
.main {
	width: 700px;
	float: left;
}
.sub {
	width: 260px;
	float: right;
	padding-top: 50px;
}
.textLeft01 {
	float: left;
	width: 50%;
}
.imageHalfRight01,
.imageHalfRight02 {
	float: right;
	padding-left: 25px;
	width: 50%;
}
.imageHalfCenter01 {
	width: 50%;
	max-width: inherit;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
/* =========== table =========== */
.tableHistory th,
.tableHistory td {
	display: table-cell;
}
.tableHistory th {
	width: 20%;
}
/* =========== header =========== */
.inner {
    width: 980px;
    margin: 0 auto;
}
.inner:after {
    content: '';
    clear: both;
    display: block;
}
#topHead {
    top: -100px;
    margin: 100px auto 0;
    position: absolute;
    padding: 10px 0 12px;
}
/* global navigation */
#globalNav {
	position: inherit;
	top: inherit;
	background-color: transparent;
	width: inherit;
	text-align: inherit;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
#globalNav ul {
	float: right;
	width: 720px;
    position: inherit;
	right: auto;
	bottom: auto;
	text-align: right;
	overflow: inherit;
}
#globalNav ul li {
	display: inline-block;
	margin: 0 0 0 14px;
	position: inherit;
	border-bottom: none;
}
#topHead #globalNav ul li a,
#topHead.fixed #globalNav ul li a {
	display: inline-block;
	padding: 12px 0;
}
#globalNav ul li a::before {
    position: absolute;
    bottom: 4px;
    left: 0;
    visibility: hidden;
    width: 97.9%;
	margin-left: 10px;
	width: -webkit-calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	width: calc(100% - 20px);
    height: 1px;
    content: '';
    -webkit-transition: .3s ease-in-out 0s;
    transition: .3s ease-in-out 0s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #fff;
}
#globalNav ul li a:hover::before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
#globalNav ul li.menuDropDown a:hover::before {
	visibility: hidden;
}
.home #globalNav ul li:nth-child(1) a::before,
.about #globalNav ul li:nth-child(2) a::before,
.learning #globalNav ul li:nth-child(3) a::before,
.writing #globalNav ul li:nth-child(4) a::before,
.how-to-write #globalNav ul li:nth-child(5) a::before,
.news #globalNav ul li:nth-child(6) a::before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
/*ドロップダウン*/
#globalNav ul .menuSecondLevel {
    visibility: hidden;
    opacity: 0;
    z-index: 10;
}
#globalNav ul .menuSecondLevel li {
	text-align: left;
    border-bottom: 1px solid #ddd;
	margin: 0;
}
#globalNav ul .menuSecondLevel li a:hover {
    background: #999;
}
#globalNav ul .menuDropDown .menuSecondLevel {
    position: absolute;
    top: 34px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 4px;
    background: #003fa6;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
#globalNav ul .menuDropDown:hover .menuSecondLevel {
    top: 36px;
    visibility: visible;
    opacity: 1;
}
#globalNav ul .menuDropDown .menuSecondLevel > li {
	width: 100%;
	font-size: 1.0rem;
	position: relative;
}
#globalNav ul .menuDropDown .menuSecondLevel > li a {
	display: block;
	padding: 10px 6px 10px 26px;
	position: relative;
}
#globalNav ul .menuDropDown .menuSecondLevel > li a::before {
	visibility: hidden;
}
#topHead .logo {
    float: left;
	text-align: left;
	width: 250px;
	font-size: 1.1rem;
	display: table;
	margin: 0;
	position: inherit;
	top: inherit;
	left: inherit;
}
#topHead .logo em,
#topHead .logo a {
	width: 100%;
	height: 38px;
	padding-left: 124px;
	line-height: 1.4;
	vertical-align: bottom;
	box-sizing: border-box;
	background-image: url(/institution/library/peer-support/common/images/base/logo.svg);
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-background-size: 116px 38px;
	background-size: 116px 38px;
	display: table-cell;
}
/* Fixed */
#mobileHead {
	width: inherit;
	height: inherit;
	z-index: inherit;
}
#topHead.fixed {
    padding-top: 10px;
}
/* Toggle Button */
#navToggle {
    display: none;
}
.headerImage {
	width: 100%;
	height: 250px;
	position: fixed;
	z-index: 0;
	border: 0;
	background-image: url(/institution/library/peer-support/common/images/base/mainimage.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
/* 展開時 */
.open #globalNav {
	position: absolute;
	top: auto;
	height: inherit;
}
.open #globalNav ul {
	right: inherit;
    bottom: inherit;
}
.siteTitle {
	text-shadow: rgba(0,0,0,1.00) 0 0 10px;
	padding: 160px 20px 0;
	font-size: 3.8rem;
	height: 350px;
	top: -350px;
}
.siteTitle em {
	font-size: 2.4rem;
}
/* =========== footer =========== */
.footerInner {
	width: 980px;
	margin: 0 auto;
}
footer .pageScroll {
	margin: 0;
}
footer nav ul {
	padding: 15px 0 30px;
}
footer nav ul li {
	display: inline;
	margin: 0 10px 4px;
}
.contactLink {
	margin: 0 auto 20px;
}
.contactLink .btnContact {
	width: 48%;
	margin: 0;
}
footer .tel {
	width: 48%;
	margin: 0;
}
/* =========== side area =========== */
ul.sideBanner li img {
	display: block;
	width: 100%;
	height: auto;
}
/* =========== heading =========== */
.heading01 {
	height: 50px;
	margin-bottom: 0;
}
/* =======================================

	unique styles

========================================== */
/* =========== home =========== */
.home .wrapper {
	top: 350px;
}
.home .headerImage {
	height: 350px;
}
.home .sub {
	padding: 0;
}
.home .siteMainContentsNavi ul {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;	
}
.home .news .eventInfo li {
	margin-top: 10px;
}
/* =========== news =========== */
.news .sectionChild figure {
	float: right;
	width: 250px;
	margin: 0 0 20px 20px;
}
.news .sectionChild figure figcaption {
	font-size: 1.2rem;
}
.entrySentence {
	float: left;
	width: 430px;
}
.entryImages {
	float: right;
	width: 250px;
}
.eventInfo {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.eventInfo li {
	width: 49%;
	margin-top: 0;
}
/* =========== about =========== */
.about .contentLead {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.about .contentLead p {
	width: 480px;
}
/* =========== learning =========== */
.learning .contentLead {
	position: relative;
}
.contentLead .speechBubble {
	float: right;
	width: 180px;
	height: 20px;
	display: inline-block;
	border-radius: 130px / 60px;
	padding: 30px 0;
	margin-top: -40px;
}
.contentLead .speechBubble::after {
	bottom: 6px;
	left: 4px;
	border-width: 16px 20px 0 20px;
	transform: rotate(-60deg);
}
/* =========== writing =========== */
.writing .contentLead {
	position: relative;
}




}
