@charset "utf-8";

/* 共通 */
.icon {
	border: solid 2px #ffffff;
	width: 30%;
}

/* ヘッダー */
.sdgs-header-area {
	background-image: url("/images/sdgs/bg_sdgs_header.png");
	background-size: cover;
	background-position: bottom;
/*	padding: 5px;*/
}

.sdgs-header-area .sdgs-title-block {
	padding: 20px;
	border: solid 3px #ffffff;
	background: rgba(255,255,255,0.2);
	color: #ffffff;
}

.sdgs-header-area .sdgs-title-block h1 {
	font-size: 38px;
	margin-bottom: 30px;
	text-align: center;
}

.sdgs-header-area .sdgs-title-block h2 {
	font-size: 22px;
	margin-bottom: 10px;
	text-align: center;
	border-left: none;
}

.sdgs-header-area .sdgs-title-block h3 {
	font-size: 16px;
	margin-bottom: 35px;
	text-align: center;
}

.sdgs-header-area .sdgs-title-block p {
	margin-bottom: 10px;
}

.sdgs-header-area .row {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	margin: 15px 0;
}

.sdgs-header-area .row a {
	text-decoration: none;
	width: 32%;
	display: flex;
	align-items: stretch;
	margin-bottom: 10px;
}

.sdgs-header-area .row a img {
	width: 100%;
	display: flex;
}

.sdgs-header-area .row p {
	color: #ffffff;
}

.sdgs-header-area .row .menu-btn {
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	border: solid 3px #ffffff;
	background: rgba(255,255,255,0.4);
	display: flex;
	align-items: center;
	justify-content: center;
}

.sdgs-header-area .row .menu-btn:hover {
	background: rgba(255,255,255,0.6);
}


/* お知らせ・PICK UP!・ご意見・ご感想フォーム */
#news, #pickup, #contact {
	padding: 20px 5px;
}

#news .title, #pickup .title, #contact .title {
	width: 90%;
	background-color: #70AD47;
	color: #ffffff;
	font-size: 22px;
	text-align: center;
	padding: 10px 0;
	margin: auto;
}

#news .contents {
	list-style: none;
	margin: 20px 0;
	border: solid 1px #cccccc;
	padding: 15px;
}

#news .contents a {
	text-decoration: none;
}

#news .contents li {
	text-align: left;
	font-size: 16px;
	color: #777777;
	padding: 5px;
}

#pickup .contents {
	margin: 20px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#pickup .contents a {
	margin-bottom: 10px;
}

#pickup .contents a:hover {
	opacity: 0.8;
}

#pickup .sdgs-pickup-youtube {
	margin: 40px 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#pickup .sdgs-pickup-youtube a {
	margin-bottom: 10px;
	box-shadow: 0px 0px 10px 4px rgb(0 0 0 / 10%);
	max-width: 90%;
	text-decoration: none;
}

#pickup .sdgs-pickup-youtube a img {
	width: 100%;
}

#pickup .sdgs-pickup-youtube .wrap .txt {
	padding: 10px;
	background-color: #ffffff;
}

#pickup .sdgs-pickup-youtube .wrap .txt h3 {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.06em;
	font-weight: 700;
	color: #152540;
	text-align: left;
	margin-bottom: 7px;
	min-height: 48px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
#pickup .sdgs-pickup-youtube .wrap .txt p {
	font-size: 12px;
	font-weight: 300;
	color: #e5243b;
	margin-bottom: 0;
	text-align: right;
}

#pickup .sdgs-pickup-youtube a:hover {
	filter: brightness(110%);
}

#contact p {
	color: #666666;
	font-size: 16px;
	padding: 20px 0;
}

#contact a {
	text-decoration: none;
}

#contact .form-btn {
	width: 80%;
	color: #ffffff;
	background-color: #4680C4;
	font-size: 20px;
	text-align: center;
	margin: auto;
}

#contact .form-btn:hover {
	opacity: 0.8;
}

/* RABニュースレーダー */
#newsradar {
	background-color: #2AD2FF;
	padding: 30px 0 60px 0;
}

#newsradar .title {
	width: 90%;
	background-color: #ffffff;
	color: #2AD2FF;
	font-size: 22px;
	padding: 10px 0;
	margin: 0 auto 20px;
	text-align: center;
}

#newsradar .row {
	display: flex;
	gap: 20px;
	align-items: flex-start;
	justify-content: center;
	margin-bottom: 10px;
}

#newsradar .row img {
	max-width: 150px;
}

#newsradar .txt {
	text-align: center;
	padding: 10px 5px 0 5px;
}

#newsradar .txt h4 {
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 20px;
}

#newsradar .txt p {
	color: #ffffff;
	font-size: 16px;
	text-align: left;
}

#newsradar .sdgs-newsradar-youtube {
	margin: 40px 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#newsradar .sdgs-newsradar-youtube a {
	margin-bottom: 10px;
	max-width: 90%;
	text-decoration: none;
}

#newsradar .sdgs-newsradar-youtube a img {
	width: 100%;
}

#newsradar .sdgs-newsradar-youtube .wrap .txt {
	padding: 10px;
	background-color: #ffffff;
}

#newsradar .sdgs-newsradar-youtube .wrap .txt h3 {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.06em;
	font-weight: 700;
	color: #152540;
	text-align: left;
	margin-bottom: 7px;
	min-height: 48px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
#newsradar .sdgs-newsradar-youtube .wrap .txt p {
	font-size: 12px;
	font-weight: 300;
	color: #e5243b;
	margin-bottom: 0;
	text-align: right;
}

#newsradar .sdgs-newsradar-youtube a:hover {
	filter: brightness(110%);
}

/* 1550 ニュースレーダーWith */
#with {
	background-color: #9CDC01;
	padding: 30px 0 60px 0;
}

#with .title {
	width: 90%;
	background-color: #ffffff;
	color: #9CDC01;
	font-size: 22px;
	padding: 10px 0;
	margin: 0 auto 20px;
	text-align: center;
}

#with .row {
	display: flex;
	gap: 20px;
	align-items: flex-start;
	justify-content: center;
	margin-bottom: 10px;
}

#with .row img {
	max-width: 150px;
}

#with .txt {
	text-align: center;
	padding: 10px 5px 0 5px;
}

#with .txt h4 {
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 20px;
}

#with .txt p {
	color: #ffffff;
	font-size: 16px;
	text-align: left;
}

#with .sdgs-with-youtube {
	margin: 40px 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#with .sdgs-with-youtube a {
	margin-bottom: 10px;
	max-width: 90%;
	text-decoration: none;
}

#with .sdgs-with-youtube a img {
	width: 100%;
}

#with .sdgs-with-youtube .wrap .txt {
	padding: 10px;
	background-color: #ffffff;
}

#with .sdgs-with-youtube .wrap .txt h3 {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.06em;
	font-weight: 700;
	color: #152540;
	text-align: left;
	margin-bottom: 7px;
	min-height: 48px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
#with .sdgs-with-youtube .wrap .txt p {
	font-size: 12px;
	font-weight: 300;
	color: #e5243b;
	margin-bottom: 0;
	text-align: right;
}

#with .sdgs-with-youtube a:hover {
	filter: brightness(110%);
}

#with .caution {
	color: #ffffff;
	font-size: 16px;
	padding: 0 5px;
}

/* ACTION */
#action h2 {
	border-left: none;
	padding: 0;
	line-height: 1.2em;
}

/* ACTION! ① */
#action1 {
	background-color: #1B973A;
	padding: 30px 5px 60px;
}

#action1 .title {
	width: 90%;
	background-color: #ffffff;
	color: #1B973A;
	font-size: 22px;
	padding: 10px 0;
	margin: 0 auto 20px;
	text-align: center;
}

#action1 h2 {
	color: #ffffff;
	font-size: 24px;
	margin-bottom: 20px;
}

#action1 .conents-row {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	justify-content: center;
	margin-bottom: 15px;
}

#action1 .block {
	color: #ffffff;
	margin-bottom: 15px;
}

#action1 .block .txt {
	line-height: 1.5em;
}

#action1 .block .txt h4 {
	font-size: 18px;
	margin-bottom: 15px;
}

#action1 .block .txt p {
	text-align: left;
	margin-bottom: 10px;
}

#action1 .block .img {
	display: flex;
	justify-content: space-around;
}

#action1 .block .img img {
	width: 48%;
	margin-bottom: 5px;
}

/* ACTION! ② */
#action2 {
	background-color: #C50E28;
	padding: 30px 5px 60px;
}

#action2 .title {
	width: 90%;
	background-color: #ffffff;
	color: #C50E28;
	font-size: 22px;
	padding: 10px 0;
	margin: 0 auto 20px;
	text-align: center;
}

#action2 h2 {
	color: #ffffff;
	font-size: 24px;
	margin-bottom: 20px;
}

#action2 .conents-row {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	justify-content: center;
	margin-bottom: 15px;
}

#action2 .block {
	color: #ffffff;
	margin-bottom: 15px;
}

#action2 .block .txt {
	line-height: 1.5em;
}

#action2 .block .txt h4 {
	font-size: 18px;
	margin-bottom: 15px;
}

#action2 .block .txt p {
	text-align: left;
	margin-bottom: 10px;
}

#action2 .block .img {
	display: flex;
	justify-content: space-around;
}

#action2 .block .img img {
	width: 48%;
	margin-bottom: 5px;
}

/* ACTION! ③ */
#action3 {
	background-color: #970A31;
	padding: 30px 5px 60px;
}

#action3 .title {
	width: 90%;
	background-color: #ffffff;
	color: #970A31;
	font-size: 22px;
	padding: 10px 0;
	margin: 0 auto 20px;
	text-align: center;
}

#action3 h2 {
	color: #ffffff;
	font-size: 24px;
	margin-bottom: 20px;
}

#action3 .conents-row {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	justify-content: center;
	margin-bottom: 15px;
}

#action3 .block {
	color: #ffffff;
	margin-bottom: 15px;
}

#action3 .block .txt {
	line-height: 1.5em;
}

#action3 .block .txt h4 {
	font-size: 18px;
	margin-bottom: 15px;
}

#action3 .txt p {
	text-align: left;
	margin-bottom: 10px;
}

#action3 .block .img {
	display: flex;
	justify-content: space-around;
}

#action3 .block .img img {
	width: 48%;
	margin-bottom: 5px;
}

/* ACTION! ④ */
#action4 {
	background-color: #F5A20B;
	padding: 30px 5px 60px;
}

#action4 .title {
	width: 90%;
	background-color: #ffffff;
	color: #F5A20B;
	font-size: 22px;
	padding: 10px 0;
	margin: 0 auto 20px;
	text-align: center;
}

#action4 h2 {
	color: #ffffff;
	font-size: 24px;
	margin-bottom: 20px;
}

#action4 .conents-row {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	justify-content: center;
	margin-bottom: 15px;
}

#action4 .block {
	color: #ffffff;
	margin-bottom: 15px;
}

#action4 .block .txt {
	line-height: 1.5em;
}

#action4 .block .txt h4 {
	font-size: 18px;
	margin-bottom: 15px;
}

#action4 .block .txt p {
	text-align: left;
	margin-bottom: 10px;
}

#action4 .block .img {
	display: flex;
	justify-content: space-around;
}

#action4 .block .img img {
	width: 48%;
	margin-bottom: 5px;
}

/* ACTION! ⑤ */
#action5 {
	background-color: #D39206;
	padding: 30px 5px 60px;
}

#action5 .title {
	width: 90%;
	background-color: #ffffff;
	color: #D39206;
	font-size: 22px;
	padding: 10px 0;
	margin: 0 auto 20px;
	text-align: center;
}

#action5 h2 {
	color: #ffffff;
	font-size: 24px;
	margin-bottom: 20px;
}

#action5 .conents-row {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	justify-content: center;
	margin-bottom: 15px;
}

#action5 .block {
	color: #ffffff;
	margin-bottom: 15px;
}

#action5 .block .txt {
	line-height: 1.5em;
}

#action5 .block .txt h4 {
	font-size: 18px;
	margin-bottom: 15px;
}

#action5 .block .txt p {
	text-align: left;
	margin-bottom: 10px;
}

#action5 .block .img {
	display: flex;
	justify-content: space-around;
}

#action5 .block .img img {
	width: 48%;
	margin-bottom: 5px;
}

/* ACTION! ⑥ */
#action6 {
	background-color: #0075BA;
	padding: 30px 5px 60px;
}
#action6 .title {
	width: 90%;
	background-color: #ffffff;
	color: #0075BA;
	font-size: 22px;
	padding: 10px 0;
	margin: 0 auto 20px;
	text-align: center;
}

#action6 h2 {
	color: #ffffff;
	font-size: 24px;
	margin-bottom: 20px;
}

#action6 .conents-row {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	justify-content: center;
	margin-bottom: 15px;
}

#action6 .block {
	color: #ffffff;
	margin-bottom: 15px;
}

#action6 .block .txt {
	line-height: 1.5em;
}

#action6 .block .txt h4 {
	font-size: 18px;
	margin-bottom: 15px;
}

#action6 .block .txt p {
	text-align: left;
	margin-bottom: 10px;
}

#action6 .block .img {
	display: flex;
	justify-content: space-around;
}

#action6 .block .img img {
	width: 48%;
	margin-bottom: 5px;
}
