@charset "utf-8";
/* --------------------------------
 * ACT Page Design
 * -------------------------------- */

/* サマリー
---------------------------------------------*/
/* 啓発活動 */
body.act_keihatsu .summary02 .button span {
	font-size: 1.4rem;
}
@media (max-width: 960px) {
body.act_keihatsu .summary02 .button span {
	display: block;
	margin-top: 5px;
}
}

/* タイトルセット
---------------------------------------------*/
/* 居場所づくり、啓発活動 */
body.act_ibasho .title-set .box {
	padding-top: 100px;
}
body.act_ibasho .title-main {
	padding-bottom: 100px;
}
body.act_ibasho .title-main strong,
body.act_keihatsu .title-main strong {
	display: none;
}

@media (max-width: 960px) {
body.act_ibasho .title-main img,
body.act_keihatsu .title-main img {
	width: 100%;
}
}
@media (max-width: 767px) {
body.act_ibasho .title-main img,
body.act_keihatsu .title-main img {
	display: none;
}
body.act_ibasho .title-main strong,
body.act_keihatsu .title-main strong {
	display: block;
	font-weight: normal;
}
}

/* ここいろ会
---------------------------------------------*/
/* cocoiro-kai02 */
.cocoiro-kai02-bg,
.tyuko-sei02-bg,
.hogosya02-bg,
.for-otona02-bg,
.for-shogaku02-bg,
.for-tyukosei02-bg {
	margin-top: 100px;
	padding-top: 100px;
	padding-bottom: 200px;
	background: url("../act_ibasho/img/cocoiro-kai02-bg.jpg") no-repeat center;
}
.tyuko-sei02-bg {
	background: url("../act_ibasho/img/tyuko-sei02-bg.jpg") no-repeat;
}
@media (max-width: 960px) {
.tyuko-sei02-bg {
	background: url("../act_ibasho/img/tyuko-sei02-bg.jpg") no-repeat center top;
}
}
.hogosya02-bg {
	background: url("../act_ibasho/img/hogosya02-bg.jpg") no-repeat;
}
.for-otona02-bg {
	background: url("../act_keihatsu/img/for-otona02-bg.jpg") no-repeat;
}
@media (max-width: 640px) {
.for-otona02-bg {
	background: url("../act_keihatsu/img/for-otona02-bg.jpg") no-repeat 15%;
}
}
.for-shogaku02-bg {
	background: url("../act_keihatsu/img/for-shogaku02-bg.jpg") no-repeat 30% top;
	background-size: cover;
}
.for-tyukosei02-bg {
	background: url("../act_keihatsu/img/for-tyukosei02-bg.jpg") no-repeat center;
	background-size: cover;
}
.cocoiro-kai02-bg .midashi,
.tyuko-sei02-bg .midashi,
.hogosya02-bg .midashi {/* 見出し上の空きを調整 */
	margin-top: 0;
}
.cocoiro-kai02,
.tyuko-sei02,
.hogosya02,
.for-otona02,
.for-shogaku02,
.for-tyukosei02 {
	flex-direction: row-reverse;
}
/* cocoiro-kai03 */
.cocoiro-kai03 {
	padding-bottom: 100px;
}



/* 共通：カラーアイコン
---------------------------------------------*/
.col-icon {
	padding: 0.15em 0.4em;
	border-radius: 5px;
	background: rgba(239, 113, 164, 1.0);
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	letter-spacing: 0.05em;
}
.tyuko-sei02 .col-icon {
	background: rgba(32, 52, 138, 1.0);
}
.taimen02 .col-icon {
	background: rgba(96, 171, 26, 1.0);
}
.sns-sodan02 .col-icon {
	background: rgba(178, 38, 135, 1.0);
}
.for-otona02 .col-icon {
	background: rgba(178, 38, 135, 1.0);
}
.for-shogaku02 .col-icon {
	background: rgba(255, 161, 16, 1.0);
}
.for-tyukosei02 .col-icon {
	background: rgba(178, 38, 135, 1.0);
}



/* 共通：ここいろ会、中高生の会、保護者会
---------------------------------------------*/
/* 声 */
.act-voice .box {
	padding: 30px;
	min-height: 288px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.act-voice .box span {
	white-space: nowrap;
}

/* 声：見出しとの空き調整 */
#cocoiro-kai .midashi.orange,
#tyuko-sei .midashi.aqua,
#hogosya .midashi.red,
#for-otona .midashi.navy,
#for-shogaku .midashi.red,
#for-tyukosei .midashi.navy {
	margin-bottom: 0;
}

/* 活動のお知らせ：レイアウト */
.act-info {
	margin-top: 200px;
}
.act-feed {
	margin: 50px auto 0;
	width: 80%;
}
@media (max-width: 960px) {
.act-feed {
	width: 100%;
}
}
.act-feed dd {
	padding: 1em;
}
.act-feed dd:nth-of-type(odd) {
	background: rgba(255, 161, 16, 0.1);
}
/* 活動のお知らせ：タイトル */
.title-info {
	font-family: 'Yusei Magic', sans-serif;
	font-size: 4.8rem;
	line-height: 1.25;
	letter-spacing: 0.2em;
	text-align: center;
	color: #ffa110;
}
.title-info .bar-l {
	background: url("../img_cmn/bar_orange.gif") no-repeat left center;
	padding-left: 150px;
}
.title-info .bar-r {
	background: url("../img_cmn/bar_orange.gif") no-repeat right center;
	padding-right: 150px;
}
@media (max-width: 960px) {
.title-info {
	font-size: 3.6rem;
	line-height: 1.25;
	letter-spacing: 0;
}
.title-info .bar-l {
	padding-left: 100px;
}
.title-info .bar-r {
	padding-right: 100px;
}
}
@media (max-width: 640px) {
.title-info .bar-l {
	background: none;
	padding-left: 0;
}
.title-info .bar-r {
	background: none;
	padding-right: 0;
}
}

/* 個別相談
---------------------------------------------*/
/* サマリー  */
body.act_sodan .summary .inner.three-col {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

/* 対面相談
---------------------------------------------*/
/* taimen02 */
.taimen02 {
	position: relative;
	min-height: 411px;
}
.taimen02 .box,
.taimen02 .midashi {
	margin-left: 50%;
	width: 50%;
}
.taimen02 .image {
	position: absolute;
	top: 0;
	right: 58%;
}
@media (max-width: 1240px) {
.taimen02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.taimen02 .box,
.taimen02 .midashi {
	margin-left: 0;
	width: 55%;
}
.taimen02 .image {
	position: static;
	top: auto;
	right: auto;
	width: 38.75%;
}
.taimen02 .image img {
	width: 100%;
}
}
@media (max-width: 767px) {
.taimen02 .box,
.taimen02 .midashi {
	margin-left: 0;
	width: 100%;
}
.taimen02 .image {
	width: auto;
	margin: 30px auto 0;
	text-align: center;
}
}


/* SNS相談
---------------------------------------------*/
.sns-sodan01,
.sns-sodan02 {
	position: relative;
	min-height: 411px;
}
.sns-sodan01 .box {
	width: 50%;
}
.sns-sodan01 .image {
	position: absolute;
	top: 0;
	left: 58%;
}
.sns-sodan02 .box {
	margin-left: 50%;
	width: 50%;
}
.sns-sodan02 .image {
	position: absolute;
	top: 0;
	right: 58%;
}
@media (max-width: 767px) {
.sns-sodan01 .box {
	width: 100%;
}
.sns-sodan01 .image {
	position: static;
	top: auto;
	left: auto;
	width: auto;
	margin: 30px auto 0;
	text-align: center;
}
.sns-sodan02 .box {
	margin-left: 0;
	width: 100%;
}
.sns-sodan02 .image {
	position: static;
	top: auto;
	right: auto;
	width: auto;
	margin: 30px auto 0;
	text-align: center;
}
}
@media (max-width: 686px) {
.sns-sodan01 .image img,
.sns-sodan02 .image img {
	width: 100%;
}
}

/* 講演会＆研修会（大人向け）
---------------------------------------------*/
.for-otona02 ul {
	padding-bottom: 1.875em;
}
/* 声 */
#for-otona .act-voice,
#for-tyukosei .act-voice {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#for-otona .act-voice .box,
#for-tyukosei .act-voice .box {
	margin-top: 50px;
	min-height: auto;
	width: 66.25%;
	border-radius: 50px 50px 0 50px;
}
#for-otona .act-voice .box.bg-green50,
#for-otona .act-voice .box.bg-orange50,
#for-tyukosei .act-voice .box.bg-green50 {
	border-radius: 0 50px 50px 50px;
}
#for-otona .act-voice .box.bg-orange50 {
	margin-left: 33.75%;
}
#for-otona .act-voice .image,
#for-tyukosei .act-voice .image {
	margin: 0 auto;
	text-align: center;
}
@media (max-width: 767px) {
#for-otona .act-voice .box,
#for-tyukosei .act-voice .box {
	width: 100%;
}
#for-otona .act-voice .box.bg-orange50 {
	margin-left: 0;
}
#for-otona .act-voice .image,
#for-tyukosei .act-voice .image {
	margin-top: 50px;
}
}



/* 出張授業（小学生向け）
---------------------------------------------*/
.inner.for-shogaku02.two-col .box,
.inner.for-tyukosei02.two-col .box {
	width: 66.25%;
	padding: 0 5% 50px 5%;
	background: rgba(255, 255, 255, 0.8);
}
@media (max-width: 960px) {
.inner.for-shogaku02.two-col .box,
.inner.for-tyukosei02.two-col .box {
	width: 80%;
}
}
@media (max-width: 767px) {
.inner.for-shogaku02.two-col .box,
.inner.for-tyukosei02.two-col .box {
	width: 100%;
}
}
.for-shogaku02 span.col-icon,
.for-tyukosei02 span.col-icon {
	white-space: nowrap;
}




