@charset "utf-8";

html {
	overflow-y: scroll;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
	font: 100%;
}

img {
	border: 0;
	vertical-align: bottom;
}

ul li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

body {
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	color: #444;
	text-align: left;
	background-color: #fff;
	line-height: 1.7;
}

a {
	outline: none;
	color: #666;
	text-decoration: none;
}

a:hover {
	outline: none;
	color: #666;
	text-decoration: underline;
}

.text10 {
	font-size: 77%;
	line-height: 1.3;
}

.text11 {
	font-size: 85%;
	line-height: 1.4
}

.text12 {
	font-size: 93%;
	line-height: 1.5
}

.text13 {
	font-size: 100%;
	line-height: 1.6
}

.text14 {
	font-size: 108%;
	line-height: 1.6
}

.text15 {
	font-size: 116%;
	line-height: 1.7;
}

.text16 {
	font-size: 123.1%;
	line-height: 1.8;
}

.text17 {
	font-size: 131%;
	line-height: 1.9;
}

.text18 {
	font-size: 138.5%;
	line-height: 2.0;
}

.text19 {
	font-size: 146.5%;
	line-height: 2.1;
}

.text20 {
	font-size: 153.9%;
	line-height: 2.2;
}

.clearfix {
	zoom: 1;
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}

#activity_red.npo_active {
	margin-bottom: 190px;
	font-size: 16px;
    line-height: 200%;
}

@media screen and (max-width: 949px) {
	#activity_red.npo_active {
		font-family: sans-serif !important;
		margin-bottom: 100px;
	}
}

#activity_red img {
	width: auto;
}

#activity_red .npo_h1_ttl-img {
	text-align: center;
	margin-top: 23px;
}

#activity_red .npo_main-img {
	text-align: center;
	margin-top: 23px;
}

@media screen and (max-width: 949px) {
	#activity_red .npo_h1_ttl-img img {
		width: 43%;
		height: auto;
		margin: 0 auto;
	}

	#activity_red .npo_main-img img {
		width: 97%;
		height: auto;
	}
}

@media screen and (max-width: 949px) {
	#activity_red .npo_img_size_control-h2 {
		width: 46%;
		height: auto;
	}
}

@media screen and (max-width: 949px) {
	#activity_red .npo_img_size_control-img img {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 949px) {
	#activity_red .mt22 {
		margin-top: 22px;
	}

	#activity_red .mt12 {
		margin-top: 12px;
	}
}

@media screen and (max-width: 949px) {
	#activity_red .npo_img_size_control-watashi img {
		width: 46%;
		height: auto;
	}
}

@media screen and (max-width: 949px) {

	#activity_red .npo_img_size_control-top a {
		display: block;
		text-align: right;
	}

	#activity_red .npo_img_size_control-top img {
		width: 20%;
	}
}

@media screen and (max-width: 949px) {
	#activity_red .page_to_top {
		float: unset;
		margin: 30px 12px 10px 0;
	}
}

.flex-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.flex-shrink {
	flex-shrink: 0;
}


#activity_green2.csr_active {
	margin-top: 145px;
	margin-bottom: 180px;
	font-size: 16px;
    line-height: 200%;
}

@media screen and (max-width: 949px) {
	#activity_green2.csr_active {
		margin-top: 72px;
		margin-bottom: 105px;
	}
}


.header-size_ctr img {
	width: auto;
}

@media screen and (max-width: 949px) {
	.header-size_ctr img {
		width: 100%;
	}
}

.main_ttl {
	font-size: 26px;
	font-weight: bold;
	margin-left: 20px;
	position: relative;
}

.main_ttl::before {
	content: "";
	display: block;
	width: 5px;
	height: 34px;
	background-color: #f9edae;
	position: absolute;
	top: 9px;
	left: -26px;
}

@media screen and (max-width: 949px) {
	.main_ttl {
		font-size: 18px;
		font-weight: bold;
		margin-left: 12px;
		position: relative;
	}

	.main_ttl::before {
		content: "";
		display: block;
		width: 4px;
		height: 18px;
		background-color: #f9edae;
		position: absolute;
		top: 9px;
		left: -12px;
	}
}

@media screen and (max-width: 949px) {
	.about_txt {
		font-size: 14px;
	}
}

div.about_img-pc {
	display: block;
}

@media screen and (max-width: 949px) {
	div.about_img-pc {
		display: none;
	}
}

div.about_img-sp {
	display: none;
}

@media screen and (max-width: 949px) {
	div.about_img-sp {
		display: flex;
		justify-content: space-between;
		margin-top: 20px;
	}
}



.about_img {
	width: 300px;
	height: auto;
}

@media screen and (max-width: 949px) {
	.about_img {
		width: 150px;
		height: auto;
	}
}

.profile {
	margin-top: 50px;
}

@media screen and (max-width: 949px) {
	.profile {
		margin-top: 0;
	}
}

@media screen and (max-width: 949px) {

	.profile_flex {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-direction: column;
	}
}

.profile-ttl {
	font-size: 20px;
}

@media screen and (max-width: 949px) {
	.profile-ttl {
		font-size: 18px;
	}
}

.profile-img {
	width: 350px;
}

@media screen and (max-width: 949px) {
	.profile-img {
		width: 100%;
	}
}

.profile-txt {
	font-weight: bold;
}

.twitter-icon {
	width: 50px;
	height: 50px;
	margin-right: 20px;
}

@media screen and (max-width: 949px) {
	.twitter-icon {
		width: 30px;
		height: 30px;
		margin-right: 10px;
	}
}

@media screen and (max-width: 949px) {
	dl.flexdl.mt50.record {
		margin-top: 10px;
	}
}

.record-ttl {
	display: block;

}

.record dt {
	margin-bottom: 10px;
	flex-shrink: 0;
}

.record dd {
	margin-bottom: 10px;
	flex-shrink: 0;
}

.flex-twitter {
	justify-content: flex-start;
}

.foot_flex-wrap {
	align-items: flex-start;
}

.foot_flex-colum {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.foot_img {
	width: 250px;
	height: 320px;
	object-fit: cover;
}

@media screen and (max-width: 949px) {
	.foot_img {
		width: 90px;
		height: 130px;
		object-fit: cover;
	}
}

.foot_img_txt {
	font-size: 9px;
	font-weight: bold;
}