@charset "UTF-8";
/* --------------- CSS for SP --------------- */


/* ----- INDEX ----- */

/*VISUAL*/
#sai .visual {
	position: relative;
	width: 100%;
    height: 200px;
	background: url(../images/index/index-visual-sp.jpg) center center / 480px 200px no-repeat, #96dadf;
}

#sai .visual .siteTitle {
	display: block;
	position: absolute;
	top: 24px;
	left: 0;
	right: 0;
	margin: auto;
	width: 211px;
	height: 85px;
	background: url(../images/index/index-siteTitle-sp.png) center center / 211px 85px no-repeat;
}

/*GREETING*/
#sai .greeting .greetingInner {
	padding: 0 4% 4%;
}

/*SELECT*/

#sai .selectInner {
	padding: 8%;
}

#sai .selectInner .sButton {
	position: relative;
	margin-bottom: 3px;
	width:47.65%;
}

#sai .selectInner .sButton:after {
	content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    width: 100%;
    height: 100%;
    background: #e6967d;
    border-radius: 5px;
    overflow: hidden;
}

#sai .selectInner .sButton a {
	display: block;
	position: relative;
	background: #ffc5b7;
	border: 3px solid #ffc5b7;
	border-radius: 5px;
	overflow: hidden;
	z-index: 10;
}

#sai .selectInner .sButton:first-child { float: left; }
#sai .selectInner .sButton:last-child { float: right; }

#sai .selectInner .sButton span {
	display: block;
    width: 74px;
    height: 74px;
    margin: 10px auto;
}

#sai .selectInner .sButton.nurseryButton span {
	background: url(../svg/index-button-nursery.svg) center center / 74px 74px no-repeat;
}

#sai .selectInner .sButton.memberButton span {
	background: url(../svg/index-button-member.svg) center center / 74px 74px no-repeat;
}

/*NEWS*/
#sai .newsList li {
	padding: 4%;
	border-bottom: 1px solid #e2e2e2;
}

#sai .newsList li:first-child {
	padding-top: 0;
}

#sai .newsList li .newsDate {
	padding-bottom: 2px;
	color: #7c7c7c;
}

#sai .newsList li.new .newsDate {
	position: relative;
	text-indent: 36px;
	color: #00AD95;
}

#sai .newsList li.new .newsDate:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -3px;
	bottom: 0;
	margin: auto;
	width: 34px;
	height: 15px;
	background: url(../svg/newIcon.svg) center center / 34px 15px no-repeat;
}

/*LINKS*/
#sai .linksList li {
	position: relative;
	border-bottom: 1px solid #e2e2e2;
}

#sai .linksList li a {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	padding: 4% 34px 4% 60px;
	z-index: 10;
}

#sai .linksList li.l1 a { background: url(../images/index/index-link-icon1.png) 4% center / 36px 36px no-repeat; }
#sai .linksList li.l2 a { background: url(../images/index/index-link-icon2.png) 4% center / 36px 36px no-repeat; }
#sai .linksList li.l3 a { background: url(../images/index/index-link-icon3.png) 4% center / 36px 36px no-repeat; }
#sai .linksList li.l4 a { background: url(../images/index/index-link-icon4.png) 4% center / 36px 36px no-repeat; }

#sai .linksList li a:after {
	content: url("../svg/arrow-pink.svg");
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 4%;
	margin: auto;
	width: 8px;
	height: 14px;
}

#sai .linksList li a span + span {
	display: block;
	color: #7c7c7c;
	text-decoration: none;
}


/* ----- CATEGORY ----- */
#sai .mHeader {
	width: 100%;
	height: 160px;
	background: #fff;
}

#sai .nursery .mTitle {
	width: 100%;
	height: 100%;
	background: url(../images/nursery/nursery-title-sp.jpg) center center / auto 100px no-repeat;
}

#sai .member .mTitle {
	width: 100%;
	height: 100%;
	background: url(../images/member/member-title-sp.jpg) center center / auto 100px no-repeat;
}

/*SEARCH_BOX*/
#sai #categorizeBox {
	border-bottom: 1px solid #e2e2e2;
}

#sai #categorizeBox .toggle {
	padding: 16px 4%;
	position: relative;
	font-size: 1.6rem;
	text-align: center;
	font-weight: normal;
	cursor: pointer;
	border-top: 1px solid #e2e2e2;
	border-bottom: none;
}

#sai #categorizeBox .toggle span {
	display: inline-block;
	position: relative;
	padding-left: 20px;
	font-weight: normal;
	background: url(../svg/searchIcon-black.svg) left center / 15px 15px no-repeat;
}

#sai #categorizeBox .toggle:after {
    content: url("../svg/pulldown-pink.svg");
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4%;
    margin: auto;
    width: 14px;
    height: 8px;
    transition: transform 150ms ease-in-out;
}

#sai #categorizeBox .toggle.on:after {
	transform: rotate(180deg);
}

#sai #categorizeBox .toggle + .toggleInner {
	background: #f8f8f8;
    overflow: hidden;
    max-height: 0;
    transition: all 300ms ease;
}

#sai #categorizeBox .toggle.off + .toggleInner {
	max-height: 0 !important;
}

#sai #categorizeBox .toggle + .toggleInner form {
	display: block;
	border-top: 1px solid #e2e2e2;
	padding: 0 0 8%;
}

#sai #categorizeBox .toggleInner ul {
	overflow: hidden;
	padding: 0 4%;
}

#sai #categorizeBox .toggleInner ul li {
	border-top: 1px solid #e2e2e2;
}

#sai #categorizeBox .toggleInner ul li:first-child {
	border-top: none;
}

#sai #categorizeBox .toggleInner ul li label {
	display: flex;
	flex-wrap: wrap;
    align-items: center;
	padding: 16px 0;
	margin: 0 auto;
	font-weight: normal;
	cursor: pointer;
}

#sai #categorizeBox .toggleInner ul li label input[type="checkbox"] {
	margin-right: 8px;
}

#sai #categorizeBox .toggleInner .linkBtn {
    margin: 6px auto 0;
}

/*ARTICLE_LIST*/
#sai .articleList {
	position: relative;
	padding: 4%;
	border-top: 1px solid #e2e2e2;
	cursor: pointer;
}

#sai .heading + .articleList {
	margin-top: -4%;
	border-top: none;
}

#sai .articleList .articleListInner {
	display: flex;
	position: relative;
}

#sai .articleList.new .articleListInner:before {
    content: "";
    display: block;
    position: absolute;
    top: -6px;
    left: -3px;
    margin: auto;
    width: 34px;
    height: 15px;
    background: url(../svg/newIcon.svg) center center / 34px 15px no-repeat;
	z-index: 10;
}

#sai .articleList .articleListThumb {
	width: 100px;
	height: 75px;
	overflow: hidden;
    position: relative;
    z-index: 1;
}

#sai .articleList .articleListInfo {
	width: calc(100% - 100px);
	width: -webkit-calc(100% - 100px);
	padding-left: 4%;
}

#sai .articleList .articleListName {
	font-size: 1.3rem;
	line-height: 1.4;
	font-weight: bold;
	text-overflow: ellipsis;
}

#sai .articleList .articleListTxt {
	padding-top: 1%;
	font-size: 1.1rem;
	color: #7c7c7c;
	text-overflow: ellipsis;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	overflow: hidden;
}

/*MEMBER*/
#sai .member .memberInfo {
	font-size: 1.1rem;
    color: #7c7c7c;
}

#sai .member .memberInfo span {
	display: block;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

#sai .member .articleListTxt {
	display: none;
}

/* ----- DETAIL ----- */
#sai .detailHeader {
	position: relative;
}

#sai .detailHeader.new:before {
	content: "";
    display: block;
    position: absolute;
    top: 0;
    left: calc(4% - 3px);
	left: -webkit-calc(4% - 3px);
    margin: auto;
    width: 34px;
    height: 15px;
    background: url(../svg/newIcon.svg) center center / 34px 15px no-repeat;
}

#sai .detailHeaderTxt {
	padding: 4%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#sai .detailHeaderTxt .tags {
	transform: none;
}

#sai .detailHeader .nurseryImg {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#sai .detailHeaderTxt .nurseryName {
	padding-right: 6.5px;
}

#sai .detailInfo {
	padding: 4% 4% 0;
}

#sai .detailInfoTitle {
	font-size: 1.3rem;
    font-weight: normal;
    color: #7c7c7c;
    margin-bottom: 1%;
}

#sai .detailInfoTitle + dl {
	padding: 18px;
    border: 1px solid #e2e2e2;
	color: #6d6d6d;
}

#sai .detailInfoTitle + dl dt {
	position: relative;
	font-weight: bold;
}

#sai .detailInfoTitle + dl dt:before {
	content: "●";
}

#sai .detailInfoTitle + dl dd {
	padding: 0 0 6.5px 1.5rem;
}

#sai .detailInfoTitle + dl dd a {
	color: #00AD95;
}

#sai .detailInfoTitle + dl dd:last-child {
	padding-bottom: 0;
}

#sai .detailList {
	padding-bottom: 12%;
}

#sai .detailList dl dd {
	padding: 0 4%;
	line-height: 1.8;
}


/* ----- OTHER ----- */
#sai .otherTitle {
    padding: 10% 4%;
	background: #F8F8F8;
    text-align: center;
}

#sai .otherList {
	padding-bottom: 8%;
}

#sai .otherList dd {
	padding: 0 4%;
}

#sai .otherList dd .subHeading {
	font-size: 1.3rem;
	font-weight: bold;
}

#sai .otherList dd .subHeading + p {
	padding: 1% 0 4% 1rem;
}

#sai .otherList dd .subHeading + p:last-child {
	padding-bottom: 0;
}

/*PRIVACY*/
#sai .privacyList dd p {
	line-height: 1.8;
}

/*LINKS*/
#sai .other_LinkList dd {
	padding: 0 0 0 4%;
}

#sai .other_LinkList .subHeading {
	min-height: 12px;
	position: relative;
	text-indent: 18px;
	background: url(../svg/blankIcon-black.svg) left center / 12px 12px no-repeat;
}

#sai .other_LinkList ul li {
	padding: 4% 4% 4% 0;
	border-bottom: 1px solid #e2e2e2;
}

#sai .other_LinkList ul li:last-child {
	border: none;
	padding-bottom: 0;
}

#sai .other_LinkList ul li:first-child {
	padding-top: 0;
}

#sai .other_LinkList ul li a {
	display: inline-block;
	padding: 2% 0 0 18px;
	line-height: 1.2;
	color: #00AD95;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*FAQ*/
#sai .faqList {
	padding: 0;
}

#sai .faqList .toggle {
	position: relative;
	margin-top: calc(8% - 16px);
	margin-top: -webkit-calc(8% - 16px);
	padding: 16px 40px 16px 4%;
	margin-bottom: 0;
	line-height: 1.4;
	text-indent: 0;
	cursor: pointer;
	border-bottom: none;
	border-top: 1px solid #ffc5b7;
	transition: all 150ms ease-in-out;
}

#sai .faqList .toggle:first-child {
	border-top: none;
}

#sai .faqList .toggle:after {
    content: url("../svg/pulldown-pink.svg");
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4%;
    margin: auto;
    width: 14px;
    height: 8px;
	transition: transform 150ms ease-in-out;
}

#sai .faqList .toggle.on:after {
	transform: rotate(180deg);
}

#sai .faqList dd + .toggle {
	margin-top: 0;
}

#sai .faqList .toggle + .toggleInner {
	padding: 0;
	overflow: hidden;
	max-height: 0;
	transition: all 300ms ease;
}

#sai .faqList .toggle.off + .toggleInner {
	max-height: 0 !important;
    margin-bottom: 0;
}

#sai .faqList .toggle + .toggleInner p {
	padding: 0 4% 8%;
	line-height: 1.8;
}

/*SITEMAP*/
#sai .sitemapInner ul li {
	border-bottom: 1px solid #e2e2e2;
}

#sai .sitemapInner ul li a {
	display: block;
	position: relative;
    padding: 16px 34px 16px 4%;
}

#sai .sitemapInner ul li a:after {
	content: url("../svg/arrow-pink.svg");
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4%;
    margin: auto;
    width: 8px;
    height: 14px;
}

/*EVENT*/
#sai .eventList {
	border-top: 1px solid #e2e2e2;
    padding: 6% 4%;
}

#sai .otherTitle + .eventList {
	margin-top: 2%;
    border-top: none;
}

#sai .eventListInner {
	position: relative;
}

#sai .eventDate {
	padding: 0 0 2px;
    color: #7c7c7c;
}

#sai .new .eventDate {
	position: relative;
    text-indent: 36px;
    color: #00AD95;
}

#sai .new .eventDate:before {
	content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -3px;
    bottom: 0;
    margin: auto;
    width: 34px;
    height: 15px;
    background: url(../svg/newIcon.svg) center center / 34px 15px no-repeat;
}

#sai .eventTitle {
	margin-top: 1.5%;
}

#sai .eventTitle .tags {
	position: absolute;
	top: 0;
	right: 0;
	transform: none;
}

#sai .eventName {
	font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.4;
	padding-top: 2px;
}

#sai .envetTxt {
	margin-top: 1.5%;
	color: #7c7c7c;
}

#sai .envetInfo {
	position: relative;
	text-overflow: ellipsis;
	font-weight: bold;
    color: #F26E56;
	padding: 6px 0 8px 20px;
}

#sai .envetInfo:before {
	content: url("https://saitama-hoiku-shigoto.com/svg/calendarIcon.svg");
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

#sai .eventLink {
	padding: 6% 0 1%;
	display: flex;
    align-items: center;
    justify-content: space-around;
}

#sai .eventLink a {
	display: block;
	line-height: 1;
	color: #00AD95;
}

#sai .eventLink a span {
	display: inline-block;
	min-height: 12px;
	position: relative;
	padding-left: 18px;
}

#sai .eventLink .pdf a span { background: url(../svg/pdfIcon-blue.svg) left center / 12px 12px no-repeat; }
#sai .eventLink .blank a span { background: url(../svg/blankIcon-blue.svg) left center / 12px 12px no-repeat; }


/*ASIDE_LINKLIST*/
#sai .as_linkList li {
    border-bottom: 1px solid #e2e2e2;
}

#sai .as_linkList li a {
	display: block;
    position: relative;f
    width: 100%;
    height: auto;
}

#sai .as_linkList li a:after {
    content: url("../svg/arrow-pink.svg");
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4%;
    margin: auto;
    width: 8px;
    height: 14px;
}

#sai .as_linkList li a span {
	display: block;
	padding: 16px 34px 16px 4%;
}

a.blankLink span {
	background: url(../svg/blankIcon-blue.svg) left center / 12px 12px no-repeat;
	display: block;
	min-height: 12px;
	position: relative;
	padding-left: 18px;
}


/* --------------- CSS for PC --------------- */
@media print, screen and (min-width: 481px) {


/*VISUAL*/
#sai .visual {
	height: 240px;
    background: url(../images/index/index-visual-pc.jpg) center center / 1480px 240px no-repeat, #96dadf;
}

#sai .visual .siteTitle {
    top: 46px;
    width: 482px;
    height: 66px;
    background: url(../images/index/index-siteTitle-pc.png) center center / 482px 66px no-repeat;
}


/*NEWS*/
#sai .newsList li {
	padding: 16px 0;
}

/*GREETING*/
#sai .greeting .greetingInner {
	display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 0;
}

#sai .greeting .greetingInner .greetingTxt {
	width: 640px;
}

#sai .greeting .greetingInner .linkBtn {
	margin: 0;
}


/*SELECT*/
#sai .selectInner {
	margin-top: 40px;
	padding: 0;
}

#sai .selectInner .sButton {
	width: 475px;
}

#sai .selectInner .sButton a {
	display: flex;
	height: 190px;
	align-items: center;
	border: 6px solid #ffc5b7;
    border-radius: 10px;
	transition: all 150ms ease-in-out;
}

#sai .selectInner .sButton:hover a {
	transform: translate(0,3px);
	background: #FFA79B;
	border-color: #FFA79B;
}

#sai .selectInner .sButton:after {
    border-radius: 10px;
	transition: all 150ms ease-in-out;
}

#sai .selectInner .sButton:after:hover {
	bottom: 0;
	background: #FFA79B;
}

#sai .selectInner .sButton a img {
	display: block;
	width: 50%;
}

#sai .selectInner .sButton a span {
	display: block;
	width: 130px;
	height: 130px;
	margin: auto;
}

#sai .selectInner .sButton.nurseryButton span {
    background: url(../svg/index-button-nursery.svg) center center / 130px 130px no-repeat;
}

#sai .selectInner .sButton.memberButton span {
    background: url(../svg/index-button-member.svg) center center / 130px 130px no-repeat;
}

/*LINKS*/
#sai .linksList {
	display: flex;
	justify-content: space-between;
	margin: 60px auto 0;
}

#sai .linksList li {
	width: 230px;
	border: 1px solid #e2e2e2;
	transition: background 150ms ease-in-out;
}

#sai .linksList li:hover {
	background: #f8f8f8;
}

#sai .linksList li a {
	padding: 16px 34px 16px 74px;
}

#sai .linksList li.l1 a { background: url(../images/index/index-link-icon1.png) 14px center / 48px 48px no-repeat; }
#sai .linksList li.l2 a { background: url(../images/index/index-link-icon2.png) 14px center / 48px 48px no-repeat; }
#sai .linksList li.l3 a { background: url(../images/index/index-link-icon3.png) 14px center / 48px 48px no-repeat; }
#sai .linksList li.l4 a { background: url(../images/index/index-link-icon4.png) 14px center / 48px 48px no-repeat; }

#sai .linksList li:hover a .linksTitle {
	text-decoration: underline;
}

#sai .linksList li a:hover {
	text-decoration: none;
}


/* ----- CATEGORY ----- */
#sai .mHeader {
	padding: 0;
	width: 100%;
	height: 100px;
	background: #f8f8f8;
}

#sai .nursery .mTitle {
    background: url(../images/nursery/nursery-title-pc.jpg) center center / auto 100px no-repeat;
}

#sai .member .mTitle {
    background: url(../images/member/member-title-pc.jpg) center center / auto 100px no-repeat;
}

/*ASIDE*/
#sai .aside {
	width: 300px;
}

/*SEARCH_BOX*/
#sai #categorizeBox {
	margin-top: 40px;
	border: none;
}

#sai #categorizeBox .toggle {
    padding: 0;
    margin-bottom: 6px;
	font-weight: normal;
	text-align: left;
	border-top: none;
	cursor: default;
	opacity: .65;
}

#sai #categorizeBox .toggle:before {
	left: 0;
}

#sai #categorizeBox .toggle:after {
	content: none;
}

#sai #categorizeBox .toggle span:before {
	opacity: .5;
}

#sai #categorizeBox .toggle.off + .toggleInner,
#sai #categorizeBox .toggle.on + .toggleInner,
#sai #categorizeBox .toggle + .toggleInner {
	padding: 0;
	max-height: 100% !important;
	border: 1px solid #e2e2e2;
	background: none;
	transition: none;
}

#sai #categorizeBox .toggle + .toggleInner form {
	border: none;
}

#sai #categorizeBox .toggleInner ul {
	margin-bottom: 16px;
	padding: 0;
}

#sai #categorizeBox .toggleInner ul li label {
	padding: 16px;
    transition: background 150ms ease-in-out;
}

#sai #categorizeBox .toggleInner ul li label:hover {
	text-decoration: underline;
	background: #f8f8f8;
}

/*CONTENT*/
#sai .contents {
	width: 640px;
}

/*ARTICLE_LIST*/
#sai .articleList {
	padding: 16px 0;
}

#sai .articleList:last-child {
	border-bottom: 1px solid #e2e2e2;
}

#sai .heading + .articleList {
	margin-top: -16px;
}

#sai .articleList .articleListThumb {
	width: 140px;
	height: 105px;
}

#sai .articleList .articleListThumb:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/common/hoverBk.png) center center / 100% 100% no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 300ms ease-in-out;
}

#sai .articleList:hover .articleListThumb:after {
	opacity: .5;
	visibility: visible;
}

#sai .articleList .articleListThumb img {
	transition: transform 300ms ease-in-out;
}

#sai .articleList:hover .articleListThumb img {
	transform: scale(1.1);
}

#sai .articleList .articleListInfo {
	width: 500px;
	padding-left: 16px;
}

#sai .articleList .articleListTitle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
}

#sai .articleList .articleListName {
	padding-right: 10px;
	font-size: 1.8rem;
}

#sai .articleList:hover .articleListName {
	text-decoration: underline;
}

#sai .articleList .articleListTxt {
	padding-top: 8px;
	font-size: 1.2rem;
	display: block;
    -webkit-line-clamp: 4;
}

/*MEMBER*/
#sai .member .memberInfo {
	display: flex;
	align-items: center;
	font-size: 1.2rem;
	line-height: 1.3;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

#sai .member .memberInfo span {
	display: block;
}

#sai .member .memberInfo span.memberDur {
	position: relative;
	padding-left: 30px;
}

#sai .member .memberInfo span.memberDur:before {
	content: "";
	display: block;
	width: 1px;
	height: 15px;
	background: #e2e2e2;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 15px;
}


/* ----- DETAIL ----- */
#sai .detail #categorizeBox {
	margin: 0;
}

#sai .detailHeader.new:before {
	top: -16px;
	left: -3px;
}

#sai .detailHeaderTxt {
	padding: 0 0 16px;
}

#sai .detailHeaderTxt .nurseryName {
	padding-right: 10px;
}

#sai .detailInfo {
	padding: 20px 0 0;
}

#sai .detailInfoTitle {
	font-size: 1.5rem;
}

#sai .detailInfoTitle + dl {
	display: flex;
	flex-wrap: wrap;
}

#sai .detailInfoTitle + dl dt {
	width: 150px;
}

#sai .detailInfoTitle + dl dd {
	width: calc(100% - 150px);
	width: -webkit-calc(100% - 150px);
	padding-left: 0;
}

#sai .detailList {
	padding: 0;
}

#sai .detailList dl dd {
	padding: 0;
}

/*MEMBER*/
#sai .memberBox {
	display: flex;
    align-items: center;
    justify-content: space-between;
}

#sai .memberBox .nurseryImg {
	width: 310px;
}

#sai .memberBox .detailInfo {
	width: 310px;
	padding: 0;
}

#sai .memberBox .detailInfoTitle {
	margin-bottom: 18px;
    padding-bottom: 1%;
	border-bottom: 1px solid #e2e2e2;
}

#sai .memberBox .detailInfoTitle + dl {
	padding: 0;
    border: none;
}

#sai .memberBox .detailInfoTitle + dl dt,
#sai .memberBox .detailInfoTitle + dl dd {
	width: 100%;
}

#sai .memberBox .detailInfoTitle + dl dd {
	padding-left: 1.5rem;
}

/* ----- OTHER ----- */
#sai .otherTitle {
    padding: 0;
    background: #fff;
    text-align: left;
}

#sai .otherList {
	padding-bottom: 0;
}

#sai .otherList dd {
	padding: 0;
}

#sai .otherList dd .subHeading {
    font-size: 1.5rem;
}

#sai .otherList dd .subHeading + p {
    padding: 4px 0 8px 1rem;
}

/*PRIVACY*/
#sai .privacyList dd .subHeading + p {
	padding: 4px 0 16px 1rem;
}

/*LINKS*/
#sai .other_LinkList dd {
	padding: 0;
}

#sai .other_LinkList ul li {
    padding: 18px 0;
}

#sai .other_LinkList ul li:last-child {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 16px;
}

#sai .other_LinkList ul li a {
	padding: 4px 0 0 18px;
	transition: border 150ms ease-in-out;
}

#sai .other_LinkList ul li a:hover {
	text-decoration: underline;
}

/*FAQ*/
#sai .faqList {
	border-bottom: 1px solid #ffc5b7;
}

#sai .faqList .toggle {
	margin-top: 40px;
    padding: 20px 40px 20px 0;
}

#sai .faqList .toggle:hover {
	text-decoration: underline;
}

#sai .faqList .toggle:first-child {
	border-top: 1px solid #ffc5b7;
}

#sai .faqList .toggle:after {
	right: 2%;
}

#sai .faqList .toggle + .toggleInner p {
	padding: 0 0 40px;
}

/*SITEMAP*/
#sai .sitemapInner {
	margin-top: 40px;
}

#sai .sitemapInner ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -20px;
}

#sai .sitemapInner ul li {
	margin-bottom: 20px;
	margin-right: 20px;
	width: 313.3333px;
	border: 1px solid #e2e2e2;
}

#sai .sitemapInner ul li:nth-child(3n + 1) {
	margin-right: 0;
}

#sai .sitemapInner ul li.lv1 {
	width: 100%;
}

#sai .sitemapInner ul li a {
	padding: 16px 34px 16px 16px;
	transition: background 150ms ease-in-out;
}

#sai .sitemapInner ul li a:after {
	right: 12px;
}

#sai .sitemapInner ul li a:hover {
	background: #f8f8f8;
}

/*EVENT*/
#sai .eventList {
	padding: 24px 0;
}

#sai .otherTitle + .eventList {
	margin-top: 40px;
	border-top: 1px solid #e2e2e2;
}

#sai .eventList:last-child {
	border-bottom: 1px solid #e2e2e2;
}

#sai .eventDate {
    padding: 0 0 2px;
}

#sai .eventTitle {
    margin-top: 0;
}

#sai .eventTitle .eventName {
	padding: 4px 0;
	font-size: 2rem;
}

#sai .eventTitle .tags {
    top: -6px;
}

#sai .envetInfo {
	padding: 4px 0 4px 20px;
}

#sai .envetTxt {
    margin-top: 6px;
}

#sai .eventLink {
	padding: 16px 0 0;
	justify-content: flex-end;
}

#sai .eventLink li:last-child {
	padding-left: 30px;
}

/*ASIDE_LINKLIST*/
#sai .as_linkList {
	border: 1px solid #e2e2e2;
}

#sai .as_linkList li:last-child {
	border-bottom: none;
}

#sai .as_linkList li a span {
	padding: 16px 34px 16px 16px;
	transition: background 150ms ease-in-out;
}

#sai .as_linkList li a:hover span {
	text-decoration: underline;
	background: #f8f8f8;
}

}
