@charset "UTF-8";

/* CSS Document */

/* history
====================*/
table#history {
	margin: 50px auto;
}

table#history .pc {
	width: 450px;
}

table#history h2 {
	margin: 0 0 35px;
	padding: 0;
	font-size: 32px;
	font-weight: 200;
	letter-spacing: 0.12em;
	text-align: center;
	border: none;
	color: #000;
	position: relative;
}

table#history h2:before {
content: '';
position: absolute;
bottom: -20px;
display: inline-block;
width: 50px;
height: 3px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #c61737;
}

table#history h3 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: 200;
	letter-spacing: 0.05em;
	text-align: center;
	border: none;
	color: #000;
}

table#history h4 {
	margin: 0 0 25px;
	padding: 0;
	font-size: 38px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.5em;
	text-align: center;
	border: none;
	color: #000;
}

table#history td.line {
	width: 100px;
	vertical-align: top;
	background: url(../img/history_line.png) repeat-y center;
}

table#history td.right {
	padding-bottom: 100px;
}
@media screen and (max-width:850px) {
table#history td.line {
	width: 62px;
}
table#history td.right {
	padding-bottom: 30px;
}
}

table#history td.line span {
	width: 12px;
	height: 12px;
	background: #c61737;
	border-radius: 50%;
	display: block;
	text-align: center;
	margin: 33px auto 0;
}
table#history .ttl_circle {
	width: 62px;
	height: 62px;
	background: #c61737;
	border-radius: 50%;
	display: block;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-size: 11.5px;
	line-height: 62px;
	color: #FFFFFF;
}

table#history td p {
	margin: 25px 0 0;
	padding: 0;
}

@media screen and (max-width:850px) {
table#history td img {
	width: 100%;
	height: auto;
}
}


table#history td strong {
	font-size: 32px;
	font-weight: 100;
	color: #c61737
}

table#history td ul {
	margin: 5px 0 20px;
	padding: 0;
}
table#history td ul.y1995 {
	margin: 5px 0 80px;
	padding: 0;
}

table#history td ul li {
	line-height: 30px;
	margin: 0;
	text-align: left;
	font-size: 14px;
	text-align: left;
	padding-left:1em;
 text-indent:-1em;
}
table#history td ul li span {
 color: #666666;
}
table#history td ul li.note {
	color: #666666;
	font-size: 13px;
	margin: 10px 0;
}

table#history td ul li::before {
	content: "・";
}
table#history td ul li.note::before {
	content: "※";
}
table#history td ul li.star::before {
	content: "★";
	color: #c61737;
}

/* sns
====================*/
.sns ul {
	width: 996px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.sns ul li { margin: 0 0 15px;}

.sns dl {
	width: calc(320px - 2px);
	height: calc(350px - 2px);
	margin: 0;
	padding: 0;
 border: 1px solid #CCC;
	text-align: center;
	position: relative;
	background: #FFF;
	border-radius: 10px 10px 12px 12px;
	box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.2)
}

.sns ul::before{
  content:"";
  display: block;
  width: calc(320px - 2px);
  order:1;
}
.sns ul::after{
  content:"";
  display: block;
  width: calc(320px - 2px);
}

.sns dl dt {
	min-height: 50px;
	font-size: 15px;
	line-height: 1;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	font-weight: bold
}

.sns dl dt img {
	margin: 15px;
	padding: 0;
	vertical-align: middle;
	max-width: 30px;
	height: auto;
}

.sns dl dt span {
	font-size: 12px;
	font-weight: normal
}

.sns dl dd.logo {
	min-height: 130px;
	margin: 0 auto;
	padding: 0 15px 15px;
	text-align: center;
}
.sns dl dd.logo img {
	vertical-align: middle
}

.sns dl dd {
	font-size: 14px;
	line-height: 24px;
	margin: 0 auto;
	padding: 0 15px;
	text-align: left;
	letter-spacing: 0;
}
.sns dl dd span,.blog dl dt span {
	font-size: 13px;
  color: #c81133;
	 display: block;
	margin: 0 0 10px;
  text-decoration: none;
}
.sns dl dd span::before {
  margin-right: 3px;
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: 0px;
}

.sns dl dd span::after {
  margin-left: 3px;
  content: "\f2d2";
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: -1px;
}

.sns ul li:hover {
	opacity: .8
}

.sns ul li > a[target="_blank"] {
  color: inherit;
  text-decoration: none;
}
.sns ul li > a[target="_blank"]::before {
  margin-right: 0;
  content: "";
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: 0px;
}

.sns ul li > a[target="_blank"]::after {
  margin-left: 0;
  content: "";
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: 0;
}

@media screen and (min-width: 851px) and (max-width: 1200px) {

.sns ul {
	width: calc(660px - 0px);
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.sns ul li { margin: 0 0 15px; }

.sns dl {
	width: 320px;

	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
	background: #FFF;
	border-radius: 10px 10px 12px 12px;
	box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.2)
}
}
@media screen and (max-width:850px) {
.sns ul {
	width: calc(100% - 0px);
	margin: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap
}

.sns ul li { margin: 0 5px 15px; }

.sns dl {
	width: 100%;
	max-width: 320px;
}
}

.blog .column2_box {
 width: 100%;
 margin: 0 auto;
 display: flex;
	flex-wrap: wrap;
 justify-content: space-between;
}

.blog .column2_box dl {
 width: 48%;
	padding-bottom: 15px;
	margin-bottom: 15px;
 text-align: left;
	display: flex;
 justify-content: space-between;
	border-bottom: 1px dotted #CCC;
}
.blog .column2_box dl dt {
	width: 70%;
	font-size: 13px;
}

.blog .column2_box dl dd img {
 width: 110px;
 height: 110px;
}
.blog ul {margin-left: 28px;}
.blog ul li {text-align: left;font-size: 13px;}


@media screen and (max-width:850px) {
.blog .column2_box {
 width: 100%;
 margin: 0 auto;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
}
.blog .column2_box dl {
 width: 100%;

}
}



#h1-wrapper {
	width: 100%;
 min-height: 130px;
	margin: 0 auto;
	padding: 0;
	background: #f1eef0;
}

#h1-wrapper ul.tag {
	width: 100%;
	margin: 0 auto 10px;
	display: flex;
	justify-content: center;
}

#h1-wrapper ul.tag li {
	margin: 0 5px;

}


ul.tag li.tag_japan,
ul.tag li.tag_myanmar,
ul.tag li.tag_laos,
ul.tag li.tag_cambodia {
	background-color: #dbd9da;
	background-image: url(../img/tag_icon_place.png);
	background-repeat: no-repeat;
	background-position: 8px center;
 background-size: 14px 14px
}


ul.tag li.tag_medical{
	background-color: #567bac;
	background-image: url(/img/project_icon1.png);
	background-repeat: no-repeat;
	background-position: 8px center;
 background-size: 14px 14px
}

ul.tag li.tag_welfare{
	background-color: #a3af51;
	background-image: url(/img/project_icon2.png);
	background-repeat: no-repeat;
	background-position: 8px center;
 background-size: 14px 14px
}
ul.tag li.tag_education{
	background-color: #d4926a;
	background-image: url(/img/project_icon3.png);
	background-repeat: no-repeat;
	background-position: 8px center;
 background-size: 14px 14px
}

ul.tag li.tag_medical-staff {
	background-color: #66b1c4;
	background-image: url(/img/project_icon4.png);
	background-repeat: no-repeat;
	background-position: 8px center;
 background-size: 14px 14px
}

ul.tag li.tag_childhood-cancer {
	background-color: #dc79a3;
	background-image: url(/img/project_icon5.png);
	background-repeat: no-repeat;
	background-position: 8px center;
 background-size: 14px 14px
}

ul.tag li.tag_international-emergency-relief {
	background-color: #b29380;
	background-image: url(/img/project_icon6.png);
	background-repeat: no-repeat;
	background-position: 8px center;
 background-size: 14px 14px
}
ul.tag li.tag_other-activities {
	background-color: #dbd9da;
	background-image: url(../img/nav_icon_09.png);
	background-repeat: no-repeat;
	background-position: 8px center;
 background-size: 14px 14px
}

#page-activity					#h1-wrapper { border-bottom: 15px solid #567bac; }
#page-activity.welfare				#h1-wrapper { border-bottom: 15px solid #a3af51; }
#page-activity.education			#h1-wrapper { border-bottom: 15px solid #d4926a; }
#page-activity.medical-staff			#h1-wrapper { border-bottom: 15px solid #66b1c4; }
#page-activity.childhood-cancer			#h1-wrapper { border-bottom: 15px solid #dc79a3; }
#page-activity.international-emergency-relief	#h1-wrapper { border-bottom: 15px solid #b29380; }
#page-activity.other-activities			#h1-wrapper { border-bottom: 15px solid #dbd9da; }

main h1,main#page-event h1 {
max-width: calc(1000px - 30px);
	margin: 0 auto;
	padding: 30px 15px 10px;
	font-size: 36px;
	font-weight: bold;
	color: #333;
	letter-spacing: 0.05em;
 line-height: 210%;

}

main h1 span {
font-size: 25px;
	font-weight: normal;
}

main.article h1 {
 max-width: calc(1000px - 30px);
	margin: 0 auto;
	padding: 20px 15px 10px;
	font-size: 32px;
	font-weight: bold;
	color: #333;
	letter-spacing: 0.05em;
}

main h1 img {
	vertical-align: middle;
	padding-right: 18px;
 width: 66px;
 height: auto;
}

#mv {
	padding-top: 0px;
	padding-bottom: 0px;
	background: #fff url(../img/img04.jpg)no-repeat center center;
	background-size: cover;
	height: 300px;
	border-top: 2px solid #FFF;
}

.article .content {
	position: relative
}

.content h3 {
	margin: 0 auto .8em;
	padding: 10px 0 0;
	font-size: 30px;
	font-weight: bold;
	color: #333;
	width: 100%;
	text-align: left;
}

.content h4 {
	margin: 0;
	padding: 10px 0 10px;
	font-size: 20px;
	font-weight: bold;
	color: #c81133;
	text-align: left;
}


main {
	width: 100%;
	margin: 120px 0 0;
}
main#index p {
	color: #000;
	line-height: 200%;
	margin-bottom: 1.5em;
	text-align: center;
	font-size: 14px;
}
main p {
	color: #000;
	line-height: 200%;
	margin-bottom: 1.5em;
	text-align: left;
	/* font-size: 14px; */
}

main#index h2 {

margin: 10px auto 0px auto;
	font-size: 36px;
	font-weight: bold;
	color: #c81133;
	letter-spacing: 0.05em;
 text-align: center;
 border: none;
}
main h2 {
	margin: 10px 0 30px;
	font-size: 25px;
	font-weight: bold;
	color: #c81133;
	text-align: left;
	border-bottom: 1px dashed #c81133;
	padding: 0 0 15px 0;
 clear: both;
}





#page-staff #h1-wrapper { border-bottom: 15px solid #dbd9da; }
#page-staff #h1-wrapper ul.tag li {
	margin: 0 5px;
 text-align: center;
	background-color: rgba(203,30,61,0.9);
}
#page-staff ul.tag li a {
 width: 100%;
 height: 100%;
 margin: 0;
 padding: .2em 2em .2em 0;
 font-size: 11px;
	color: #FFF;
 display: block;
 text-decoration: none;
}
#page-staff .content {
	width: 1000px;
	margin: 0 auto;
	padding: 60px 0 20px;
 background: #FFF;
}

#page-staff .list ul {
 width: 1000px;
 margin: 0 auto 50px;
 padding: 0;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;

}

#page-staff .list ul li {
 width: 239px;
 min-height: 380px;
 margin: 0 0 12px;
 padding: 0;
 border: 1px solid #dddddd;
 border-radius: 10px 10px 12px 12px;
 position: relative;
}

#page-staff .list ul li a {

	text-decoration: none;
	display: block;

}
@media screen and (min-width: 851px) and (max-width: 1200px) {
  #page-staff .content {
	width: calc(100% - 8%);
	margin: 0 4%;
	padding: 60px 0 20px;
 background: #FFF;
}


}
@media screen and (max-width: 850px) {
 #page-staff .content {
	width: calc(100% - 8%);
	margin: 0 4%;
	padding: 30px 0 20px;
 background: #FFF;
		overflow: hidden;
}
#page-staff .list ul {
 width: 100%;
 margin: 0 auto 25px;
 padding: 0;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;

}

#page-staff .list ul li {
 width: 46%;
 min-height: 380px;
 margin: 0 0 12px;
 padding: 0;
 border: 1px solid #dddddd;
 border-radius: 10px 10px 12px 12px;
 position: relative;
}
}
#page-staff .list ul::before{
  content:"";
  display: block;
  width:239px;
  order:1;
}
#page-staff .list ul::after{
  content:"";
  display: block;
  width:239px;
}

#page-staff .list ul li dl {
 text-align: center;
 margin: 0;
 padding: 0;
}

#page-staff .list ul li dl dt {
 width: 100px;
 min-height: 100px;
 margin: 20px auto;
 padding: 0;
 background: #f2eff1;

}

#page-staff .list ul li dl dt img {
 width: 100px;
 height: 100px;
 margin: 0;
 padding: 0;
 line-height: 0;
  vertical-align: bottom;
}
#page-staff .list ul li dl dd.name {
 margin: 0;
 padding: 0 15px;
 min-height: 135px;
 font-size: 14px;
}
#page-staff .list ul li dl dd strong {
 font-size: 16px;
 line-height: 21px;
 font-weight: bold;
 display: block;
 margin: 0 auto 30px;
 padding: 0;
}
#page-staff .list .more-info {
 margin: 0;
 padding: 0;
	height: 85px;
 bottom: 0;
 left: 0;
	right: 0;
 position: absolute;

}
#page-staff .list .more-info span.more {
	width: 96px;
	margin: 0 auto;
	position: absolute;
	bottom: 35px;
	left: 0;
	right: 0;
	display: inline;
	padding: 2px 0;
	background: #000;
	font-size: 12px;
 color: #FFF;
}

#page-staff .entry-body { margin: 0; }
#page-staff .entry-body p {
	color: #000;
	line-height: 200%;
	margin-bottom: 1.5em;
	text-align: left;
	font-size: 14px;
}
#page-staff .entry-body .prf-photo {
 width: 400px;
 height: 400px;
 line-height: 400px;
 /*background: #f2eff1;*/
 float: right;
	margin: 0 0 40px 40px;
 text-align: center;
 display:table-cell;

}

#page-staff .entry-body .prf-photo img {
 vertical-align: middle;
 max-width: 400px;
 text-align: center;
}
#page-staff .entry-body .prf-text {
 width: 560px;
 padding-bottom: 30px;
 float: left;

}

#page-staff .staff_free_html {
 margin-top: 50px;
}
#page-staff a.lnk_btn {
    display: inline-block;
    text-decoration: none;
    margin-top: .5em;
    padding: 5px 10px;
    text-align: center;
    border: 1px solid #c81133;
    color: #c81133;
}


@media screen and (max-width:850px) {
#page-staff .entry-body .prf-photo {
 width: 100%;
 margin: 0 auto 40px;
 height: 400px;
 line-height: 400px;
/*	background: #f2eff1;*/
 float: none;
 text-align: center;
 display:block;

}

#page-staff .entry-body .prf-photo img {
 vertical-align: middle;
 max-width: 100%;
 text-align: center;
}
#page-staff .entry-body .prf-text {
 width: calc(100% - 4%);
 margin: 0 2%;
 padding-bottom: 30px;
 float: none;


}
}
#page-staff .entry-body dl {
margin: 0;
 padding: 0;
 text-align: left;


}
#page-staff .entry-body dl dt {
margin: 0;
 padding: 0;
 font-size: 24px;
 font-weight: bold;
}
#page-staff .entry-body dl dt span {
margin: 0;
 padding: 0;
 font-size: 14px;
 font-weight: normal;
}
#page-staff .entry-body dl dd {
margin: 0;
 padding: 0;
 font-size: 14px;

}

.midashi {
margin: 50px 0 1em;
	padding: 10px 0 10px 20px;
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	color: #c81133;
	text-align: left;
	border-left: 5px solid #cb1e3d;
 border-bottom: none;
}



















#page-activity.article .content h2 {
	margin: 50px 0 1em;
	padding: 5px 0 5px 20px;
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	color: #c81133;
	text-align: left;
	border-left: 5px solid #cb1e3d;
	border-bottom: none;
	line-height: 150%;
}
@media screen and (max-width:850px) {
#page-activity.article .content h2 {
	margin: 50px 0 1em;
	padding: 5px 0 5px 10px;
	font-size: 17px;
	line-height: 150%;
}
}
/* page-event
====================*/
#page-event #event {
	border-top: none;
 padding-top: 40px;
	padding-bottom: 40px;
}
main#page-event {
	width: 100%;
	margin: 120px 0 0;
	border-bottom: 15px solid #f1eef0;
}

#page-event #h1-wrapper { border-bottom: 15px solid #dbd9da; }



#page-event .content {
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0 20px;
 background: #FFF;
}

#page-event #event ul {
	width: 999px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
@media screen and (min-width: 851px) and (max-width: 1200px) {
#page-event .content {
	width: calc(100% - 8%);
	margin: 0 4% 0;
	padding: 40px 0 20px;
 background: #FFF;
 overflow: hidden;
}
 #page-event #event ul {
	width: 100%;
		justify-content: center;
}
}
#page-event #event ul::before{
  content:"";
  display: block;
  width: calc(333px - 2px);
  order:1;
}
#page-event #event ul::after{
  content:"";
  display: block;
  width: calc(333px - 2px);
}
#page-event #event ul li {
	margin: 0 0 80px;
	padding: 0;
}

#page-event #event ul li:nth-child(3n + 2) dl {
	border-left: none;
	border-right: none;
}
@media screen and (min-width: 851px) and (max-width: 1200px) {
	#page-event #event ul li:nth-child(3n + 2) dl {
	border-right: 1px dashed #999;
}

}
#page-event #event dl {
	width: calc(333px - 2px);
	min-height: 470px;
	margin: 0;
	padding: 0;
	text-align: center;
	border-left: 1px dashed #999;
	border-right: 1px dashed #999;
	position: relative;
}

#page-event #event dl dd.text {
	max-height: 3.0em;
 overflow: hidden;
}



#page-event #event dl dd.more-info {
	width: 279px;
	height: 85px;
	bottom: 0px;
	left: 0;
	right: 0;
	background: #f1eef0;
	position: absolute;
}

.more-info span.status {
	color: #c81133;
	display: block;
	padding-top: 15px;
	font-size: 13px;
}
.more-info span.more {
	width: 96px;
	margin: 0 auto;
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	display: inline;
	padding: 2px 0;
	background: #000;
	font-size: 12px;
 color: #FFF;
}


.search-box-wrapper {
 width: 100%;
	background: #f1eef0;
 clear: both;
}
.search-box {
 width: 1000px;
 margin: 0 auto;
 padding: 30px 0;
 background: #f1eef0;
 position: relative;
 text-align: left;
}

@media screen and (min-width: 851px) and (max-width: 1200px) {
 .search-box {
 width: 100%;
 margin: 0 auto;
 padding: 30px 0;
 background: #f1eef0;
 position: relative;
 text-align: left;
}

}

#page-staff .search-box {
 margin: 0 auto 40px;
}

.search-box p {
 margin: 15px 0 20px 100px;
 padding: 5px 0 5px 1em;
	font-size: 15px;
	line-height: 1;
	letter-spacing: 0.05em;
	border-left: 3px solid #000;
}
.search-box ul {
 margin: 0 100px;
 padding: 0;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap
}
.search-box ul li {
 width: auto;
	margin: 0 15px 15px 0;
	line-height: 1;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #cb1e3d;
	text-align: left;
 display: inline-block;
}
.search-box ul li a {
 width: 100%;
	color: #cb1e3d;
	display: block;
	text-decoration: none;
 padding: 7px 14px;
}

.search-box span.reset {
	text-align: left;
	color: #000;
	margin: 25px 100px 15px;
	padding: 0;
	font-size: 13px;
	line-height: 1;
	display: block;
}



.search-box span.reset a {
	color: #000;
	display: block;
	text-decoration: none;
	margin: 0;
}
.search-box span.reset i {
 padding-right: 5px;
}




ul.archive {
	width: 999px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap
}

ul.archive li {
	width: 240px;
	height: 45px;
	line-height: 45px;
	margin: 0 15px 80px 0;
	padding: 0;
	border: 1px solid #999999
}

ul.archive li a {
	display: block;
	text-decoration: none;
}



/* page
====================*/

.sns_icon {
	position: absolute;
	top: 50px;
	right: 0;
	font-size: 30px;
	vertical-align: bottom;
}
.sns_icon span {
	font-size: 13px;
	color: #aaa;
}

.sns_icon .fa-facebook-square {
	color: #466bae;
	margin-right: 6px;
}

.sns_icon .fa-twitter-square {
	color: #33a4ec;
	margin-right: 6px;
}

.sns_icon .fa-line {
	color: #00b900;
}
@media screen and (max-width: 1200px) and (min-width: 851px) {
.sns_icon {
	right: 40px;
}
}
@media screen and (max-width:850px) {
.sns_icon {
	top: 24px;
	right: 15px;
	font-size: 22px;
}
.sns_icon span {
	font-size: 10px;
	color: #aaa;
}
}




.entry-head { text-align: left; }

.entry-head a { text-decoration: none; }

.entry-head .navi {
	display: block;
	font-size: 13px;
}

.entry-head .title {
	margin: 15px 0 10px 0;
	font-size: 32px;
	font-weight: bold;
	color: #333;
}

.entry-head span.status {
	margin-right: 15px;
 color: #c81133;
	display: block;
	padding: 0;
	font-size: 13px;
	float: left;
}

.entry-head .date {
	border: 1px solid #CCCCCC;
	color: #666666;
	display: block;

	padding: 2px 10px;
	font-size: 12px;
	float: left;
}

.entry-head ul.tag {
	width: 300px;
	float: right;
	margin: 0;
	display: flex;
	justify-content: flex-end;
}



ul.tag li {

	margin: 0 0 0 10px;
	padding: 0 10px;
	color: #FFF;
 text-align: center;
	border-radius: 10px;
 display:inline-block;
}
ul.tag li a {
 width: 100%;
 height: 100%;
 padding: .2em 1em .2em .7em;
	color: #FFF;
 display: block;
 text-decoration: none;
}

ul.tag li.tag_area {
	background-color: #dbd9da;
	background-image: url(../img/tag_icon_place.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	background-size: contain;
}
ul.tag li.tag_cate {
	background-color: #c9c8c3;
	background-image: url(/img/eventIcon_others.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	background-size: contain;
}

ul.tag li.tag_explanation {	background-color: #a3ac41; background-image: url(/img/eventIcon_explanation.png); }
ul.tag li.tag_lecture {		background-color: #9f5285; background-image: url(/img/eventIcon_lecture.png);		}
ul.tag li.tag_volunteer-tour {	background-color: #ae9987; background-image: url(/img/eventIcon_volunteer-tour.png);	}
ul.tag li.tag_seminar {		background-color: #96b0c6; background-image: url(/img/eventIcon_seminar.png);		}



.entry-head ul.tag_topics {
	width: auto;
	float: right;
	margin: 0;
	display: flex;
	justify-content: flex-end;
}

ul.tag_topics li {

	margin: 0;
	padding: 0;
	color: #FFF;
 text-align: center;
 font-size: 11px;
	border-radius: 10px;
 display:inline-block;
}
ul.tag_topics li a {
 width: calc(100% - 30px);
 margin: 0;
 padding: .2em 15px .2em;
 font-size: 11px;
	color: #FFF;
 display: block;
 text-decoration: none;
 white-space: nowrap;
}
ul.tag_topics li.tag_media {
	background-color: #448aca;
}
ul.tag_topics li.tag_staff {
	background-color: #eb6100;
}
ul.tag_topics li.tag_support {
	background-color: #eee24d;
}


.category.media:before,
ul.tag_topics li.tag_media {          background-color: #448aca; }
.category.staff-topics:before,
ul.tag_topics li.tag_staff-topics {   background-color: #eb6100; }
.category.office:before,
ul.tag_topics li.tag_office {         background-color: #a40000; }
.category.report:before,
ul.tag_topics li.tag_report {         background-color: #22ac38; }
.category.support:before,
ul.tag_topics li.tag_support {        background-color: #eee24d; }
.category.event-topics:before,
ul.tag_topics li.tag_event-topics {   background-color: #73cdf5; }
.category.other-topics:before,
ul.tag_topics li.tag_other-topics {   background-color: #b5b5b5; }
.category.activity-report:before,
ul.tag_topics li.tag_activity-report {background-color: #f19ec2; }
.category.press-release:before,
ul.tag_topics li.tag_press-release {         background-color: #1d2088; }


.entry-body { margin: 50px 0 0; }
.entry-body p {
	color: #000;
	line-height: 200%;
	margin-bottom: 1.5em;
	text-align: left;
	font-size: 14px;
}
.entry-body .photo-left {
	float: left;
	margin: 0 30px 30px 0;
}

.entry-body .photo-right {
	float: right;
	margin: 0 0 30px 30px;
}
.entry-body .photo-left img,
.entry-body .photo-right img{

	max-width: 400px;
	height: auto;
}

.entry-body table,
#page-event table,
page-activity.welfare table
{
	width: 100%;
	margin: 50px auto;
	border: 1px solid #cccccc;
	border-collapse: collapse;
	text-align: left;
}

.entry-body table th,
#page-event table th {
	padding: 1em 1.5em;
	font-size: 14.5px;
	border: 1px solid #cccccc;
 vertical-align: top;
 width: 120px;
}
#page-activity.welfare table th {
	padding: 1em 1.5em;
	font-size: 14.5px;
	border: 1px solid #cccccc;
 vertical-align: top;
	white-space: nowrap;
}

.entry-body table td,
#page-event table td,
#page-activity.welfare table td {
	padding: 1em 2em;
	font-size: 14px;
	border: 1px solid #cccccc;
}

.entry-body table.gray {
	width: 100%;
	height: 225px;
	margin: 50px auto 90px;
	border: 1px solid #cccccc;
	border-collapse: collapse;
	text-align: left;
	background: #cccccc;
}
.entry-body .free-area {
 clear: both;
width: calc(1000px - 100px);
	min-height: 125px;
	margin: 50px auto 50px;
	padding: 50px;
	text-align: left;
	background: #cccccc;
}
.entry-foot {
 clear: both;
	border-top: 1px dashed #c81133;
	margin-top: 30px;
	padding-top: 40px;
	padding-bottom: 60px;
}





.content-wrapper {
	width: 1000px;
	margin: 20px auto;
	display: flex;
	justify-content: space-between;
}
/* page-activity
====================*/
#page-activity .content {
	width: 800px;
	margin: 0 auto;
	padding: 40px 0 20px;
}

#page-activity.article .content {
	width: 630px;
	margin: 0;
}



.article aside {
	width: 330px;
	margin: 10px 0;
}

.article aside h3 {
	text-align: left;
	color: #000;
	margin: 30px 0 0;
	padding: 5px 0 5px 15px;
	font-size: 15px;
	line-height: 1;
	letter-spacing: 0.05em;
	border-left: 3px solid #000;
}

.article aside dl {
	background: #f1eef0;
	text-align: left;
	color: #000;
	margin: 15px 0;
	padding: 0;
}

.article aside dl dt {

	font-size: 14px;
	font-weight: bold;
	text-align: left;

	border-bottom: 1px solid #FFF;
}

.article aside dl dt a {
 width: calc(100% - 40px);
 height: 100%;
 padding: 10px 20px;
	display: block;
	text-decoration: none;
}

.article aside dl dd {
	margin: 0;
	padding: 0;
}

.article aside dl dt img {
 width: 50px;
 height: auto;
	vertical-align: middle;
	margin-right: 10px;
}

.article aside dl dd ul {
	margin: 0;
	padding: 30px;
}

.article aside dl dd ul li {
	font-size: 13px;
	text-align: left;
	margin: 0 0 1em;
	padding-left: 1em;
	text-indent: -1em;
}

.article aside dl dd ul li:before {
	font-family: FontAwesome;
	content: '\f111';
	color: #567bac;
}

.article.welfare			aside dl dd ul li:before { color: #a3af51; }
.article.education			aside dl dd ul li:before { color: #d4926a; }
.article.medical-staff			aside dl dd ul li:before { color: #66b1c4; }
.article.childhood-cancer		aside dl dd ul li:before { color: #dc79a3; }
.article.international-emergency-relief	aside dl dd ul li:before { color: #b29380; }
.article.other-activities		aside dl dd ul li:before { color: #dbd9da; }

.article aside dl dd ul.country li:before {
	font-family: FontAwesome;
	content: '\f111';
	color: #ccc;
}

.article aside dl dd ul li a { text-decoration: none; }

.eyecatch { margin-bottom: 2em }

.white { background: #fff; }

.article .white {
	background: #fff;
	padding: 0 0 90px;
}

.gray {
	background: #f1eef0;
	padding: 40px 0 50px;
}

.gray.past {
	background: #e3e0e2;
}

.gray-width100 {
 width: 100%;
	background: #f1eef0;
	padding: 40px 0 50px;
}

.red {
	width: 100%;
	padding: 60px 0 90px;
	background-color: rgba(200,18,51,0.95);
}



/* activity
====================*/



main #activity h2 {
	margin: 0;
	font-size: 28px;
	padding: 5px 30px 30px;
	font-weight: bold;
	color: #333;
	border: none;
	text-align: center
}



#activity ul {
	width: 996px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

#activity ul li { margin: 0 0 15px; }




#activity dl {
	width: 320px;
	min-height: 470px;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
	background: #FFF;
	border-radius: 10px 10px 12px 12px;
	box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.2)
}



#activity ul::before{
  content:"";
  display: block;
  width:320px;
  order:1;
}
#activity ul::after{
  content:"";
  display: block;
  width:320px;
}

@media screen and (min-width: 851px) and (max-width: 1200px) {

#activity ul {
	width: calc(660px - 0px);
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

#activity ul li { margin: 0 0 15px; }

#activity dl {
	width: 320px;
	min-height: 470px;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
	background: #FFF;
	border-radius: 10px 10px 12px 12px;
	box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.2)
}
}

#activity dl dt {
 max-height: 210px;
 overflow: hidden;
	font-size: 21px;
	line-height: 1;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#activity dl.tour dt {
	content: "";
	top: 0;
	left: 16px;
	position: absolute;
	background: url(../img/event_label1.png);
	width: 70px;
	height: 70px;
}

#activity dl dt span {
	font-size: 14px;
	line-height: 21px;
	display: block;
	font-weight: bold;
	margin: 0 24px 0 0;
	padding: 0;
	text-align: right;
	letter-spacing: 0.04em;
}

#activity dl dt img {
	width: calc(100% - 4px);
	height: auto;
	margin: 2px;
	padding: 0;
	border-radius: 10px 10px 0 0;
}
.past #activity dl dt img {
}


#activity dl dd {
	font-size: 14px;
	line-height: 24px;
	margin: 0 auto;
	padding: 0 15px;
	text-align: left;
	letter-spacing: 0;
}

#activity dl dd.text p {
	max-height: 8.5em;
	overflow: hidden;
}

#activity dl dd strong {
	height: 3em;
	margin: .5em 0 2em;
	padding: 0;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	display: block;
}



#activity dl dd.more-info {
	width: 279px;
	padding: 0;
	height: 85px;
	bottom: 0px;
	left: 0;
	right: 0;
	text-align: center;
	position: absolute;
}



span.status i { margin-right: 5px }

#activity dl dd.more-info a {
	width: 96px;
	margin: 0 auto;
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
	display: inline;
	padding: 2px 0;
	background: #000;
	font-size: 12px;
}

#activity dl dd a {
	color: #FFF;
	text-decoration: none;
	display: block;
}

#menu p.link {
	width: 820px;
	margin: 15px auto 0;
	text-align: left;
	font-size: 13px;
	color: #FFF
}

/* index
====================*/



/* firstview
====================*/

#firstview {
	margin: 120px 0 0;
	position: relative;
	width: 100%;
	height: calc(100vh - 120px);
}

.mv {
 margin: 0 0 175px;
	padding: 0;
	position: relative;
	background: center top no-repeat;
	background-size: cover;
	width: 100%;
 height: calc(100vh - 295px);
}
@media screen and (max-width:850px) {
.mv {
 margin: 0 0 175px;
	padding: 0;
	position: relative;
	background: center top no-repeat;
	background-size: cover;
	width: 100%;
 height: calc(100vh - 50vh);
}
}
#copy {
	position: absolute;
	left: 7%;
	top: 45%;
	width: 600px;
	height: 92px;
	z-index: 1;
	background: no-repeat;
}
.en #copy {
	top: 42%;
	width: 684px;
	height: 228px;
}

#photoby {
	position: absolute;
	left: 2.5%;
	bottom: 8vw;
	z-index: 1
}

#photoby2 {
	position: absolute;
	right: 15px;
	bottom: 5px;
	z-index: 3
}

/* mission
====================*/
#mission {
	color: #000;
	margin-top: 50px;
	padding: 100px 0;
	border-bottom: 1px solid #FFF;
	background: #f1eef0;
}
main#index #mission h2 {
 width: 1000px;
margin: 10px auto 0px auto;
	font-size: 36px;
	font-weight: bold;
	color: #333;
	letter-spacing: 0.05em;
 text-align: center;
 border: none;
}


#mission h2 span {
	margin: 0px auto;
	font-size: 16px;
	color: #c81133;
	display: block;
	font-weight: bold;
}


.post-22 #page-base .content {

 background: transparent;
}

.post-22 #page-base h3.cc_big {
  position: relative;
  padding: 1.5em 1em;
  background-color: #c81133;
  text-align: center;
  width: 80%;
  margin-top: 50px;
}
.post-22 #page-base h3.cc_big::before,
.post-22 #page-base h3.cc_big::after {
  content: '';
  position: absolute;
  border-style: solid;
  border-color: transparent;
}
.post-22 #page-base h3.cc_big::before {
  top: 100%;
  left: 0;
  border-width: 0 30px 30px 0;
  border-right-color: #ccc;
}
.post-22 #page-base h3.cc_big::after {
  top: -30px;
  right: 0;
  border-style: solid;
  border-width: 0 30px 30px 0;
  border-bottom-color: #ccc;
}

.post-22 #page-base p.lead {
  text-align: center;
	 font-size: 17px;
	padding-bottom: 50px
}
.post-22 #page-base p.lead strong {
 color: #c81133
}

.post-22 .waku_gray {
  position: relative;
  padding: 2em;
  background-color: #f1eef0;
  border: none;
	 margin: 0;

}
.post-22 .waku_gray::before,
.post-22 .waku_gray::after {
  position: absolute;
  width: 40%;
  height: 10px;
  content: '';
  left: 12px;
  bottom: 17px;
  background: transparent;
  -webkit-transform: skew(-5deg) rotate(-5deg);
  -moz-transform: skew(-5deg) rotate(-5deg);
  -ms-transform: skew(-5deg) rotate(-5deg);
  -o-transform: skew(-5deg) rotate(-5deg);
  transform: skew(-5deg) rotate(-5deg);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.post-22 .waku_gray::after {
  left: auto;
  right: 12px;
  -webkit-transform: skew(5deg) rotate(5deg);
  -moz-transform: skew(5deg) rotate(5deg);
  -ms-transform: skew(5deg) rotate(5deg);
  -o-transform: skew(5deg) rotate(5deg);
  transform: skew(5deg) rotate(5deg);
}

ul.list_mark.credo li {
  list-style-type: none;
  margin-bottom: 5px;
    padding-left: 1.1em;
    text-indent: -1.1em;
}
ul.list_mark.credo li:before {
  content: "●";
  color: #c81133;
  font-size: 12px;
  margin-right: 3px;
}

@media screen and (max-width:850px) {
	.post-22 #page-base h3.cc_big {
  position: relative;
  padding: 1.5em 1em;
		margin-bottom: 30px;
  background-color: #c81133;
  text-align: center;
  width: 90%;
  margin-top: 50px;
}

.post-22 #page-base h3.cc_big img {
  max-width: 70%;
	 height: auto;
}

.post-22 #page-base p.lead {
  text-align: center;
	 font-size: 14px;
	padding: 60px auto 30px;
}
.post-22 .waku_gray {
  position: relative;
  padding: 1em;
  background-color: #f1eef0;
  border: none;
	 margin: 0;

}
ul.list_mark.credo {
  margin: 0;
	padding: 0;
}

}




/* task
--------------------*/

#task p {
	color: #000;
	font-size: 15px;
	line-height: 200%;
	margin: 0 auto 1.5em;
	padding: 0 50px;
	text-align: center;
	width: 900px;
	width: 750px;
	text-align: left;
}

#task .point {
	width: 750px;
	margin: 0 auto 1.5em;
	text-align: center;
	background-color: rgba(241,238,240,0.7);
	background-color: rgba(255,255,255,0.5);
	padding: 20px 10px 10px;
	border-radius: 15px;
	z-index: 1000;
}

#task p strong { color: #c81133; }

#task strong.black {
	color: #000;
	font-size: 18px;
}

.point ul {
	width: 680px;
	margin: 0 auto;
	padding: 20px 0 30px;
	display: flex;
	justify-content: space-between
}

.point ul li {
	color: #c81133;
	border: 1px dotted #c81133;
	font-weight: bold;
	font-size: 13px;
}



.point ul li strong { font-size: 16px; }

.point ul li:nth-child(1) { padding: 25px 50px 30px; }

.point ul li:nth-child(2) { padding: 25px 20px 30px; }

.point ul li:nth-child(3) { padding: 25px 30px 30px; }

.point ul li:nth-child(4) { padding: 25px 20px 30px; }



#task .message {
	margin: 0 auto;
	padding: 50px 0 0;
	font-size: 150%;
	text-align: center;
}

/* project
--------------------*/

.project ul {
	width: 756px;
	margin: 0 auto;
	padding: 20px 0 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#page-base .project > div {
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #CCC;
}
#page-base .project .other-activities,#page-base .project .japan {
	border-bottom: none;
}

#page-base .project ul {
	width: 236px;
	margin: 0 auto;
	padding: 20px 0 20px;
	display: block;
	float: left;
	clear: both;
}
#page-base .project .text_area {
	padding: 10px 0 0 276px;
}

#page-base .project .text_area h3 {
	font-size: 22px;
}
#page-base .project .text_area .more-info {
	text-align: left;
}
#page-base .project .text_area .more {
		width: 96px;
	margin: 15px auto 0;
	position: relative;
	display: inline-block;
	padding: 2px 0;
	background: #000;
	font-size: 12px;
 color: #FFF;
	text-align: center;
}

.project ul li {
	width: 236px;
	height: 256px;
	margin: 0 0 15px;
	padding: 0;
	color: #FFF;
	border: 2px solid #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	border-radius: 10px;
	text-align: center;
	box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.2)
}
#page-base .project .place ul li {
	width: 236px;
	height: 166px;
}

@media screen and (max-width:850px) {
#page-base .project ul {
	width: 100%;
	max-width: 236px;
	margin: 0 auto;
	padding: 0 0 10px;
	display: block;
	float: none;
	clear: both;
}
#page-base .project ul li {
	width: 100%;
	height: auto;
	margin: 0 0 10px;
}
#page-base .project .place ul li {
	width: 100%;
	height: auto;
}
#page-base .project .text_area {
	padding: 0;
}

#page-base .project .text_area h3 {
	font-size: 16px;
}
#page-base .project .text_area .more-info {
	text-align: center;
}
}

#page-base .project .place ul li em {
	margin: 0;
	padding: 0;
	display: block;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;

}

.project ul li a {
	color: #FFF;
	text-decoration: none
}

.project ul li:nth-child(1),.project .medical ul li { background: #567BAC }

.project ul li:nth-child(2),.project .welfare ul li { background: #A3AF51 }

.project ul li:nth-child(3),.project .education ul li { background: #D4926A }

.project ul li:nth-child(4),.project .medical-staff ul li { background: #66B1C4 }

.project ul li:nth-child(5),.project .childhood-cancer ul li { background: #DC79A3 }

.project ul li:nth-child(6),.project .international-emergency-relief ul li { background: #B29380 }

.project .other-activities ul li { background: #DBD9DA }

.project .place ul li { background: #C81133 }

.project ul li dl {
	margin: 0 auto;
	padding: 25px 0 0 0;
	text-align: center;
}

.project ul li dl dt {
	font-size: 18px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#page-base .project .place ul li dl dt {
	font-size: 20px;
	line-height: 22px;
}

.project ul li dl dt img {
	fwidth: 70px;
	height: 70px;
	padding: 10px 0;
}

.project ul li dl dd {
	border-top: 1px dotted #FFFFFF;
	font-size: 14px;
	line-height: 21px;
	margin: 0;
	padding: 65px 0 0 0;
	text-align: center;
	position: relative;
}

.project ul li dl dd span {
	color: #FFF;
	text-decoration: none;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* support
====================*/

#support {
	background: #fff;
	padding-top: 90px;
	padding-bottom: 90px;
}

#support p {
	color: #000;
	font-size: 13px;
	line-height: 180%;
	margin-right: 30px;
}

#support h2 {
	margin: 0px auto;
	font-size: 40px;
	padding: 5px 30px;
	color: #c81133;
	font-weight: bold;
	letter-spacing: 0.05em;
}

#support h2 span {
	margin: 0px auto;
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #c81133;
}

#support ul.support-menu {
	display: flex;
	width: 1000px;
	margin: 90px auto 20px;
	padding: 0;
	justify-content: space-between;
}

#support ul.support-menu li {
	width: calc(320px - 6px);
	height: 120px;
	border: 3px solid #c81133;
	border-radius: 6px;
	text-align: center;
	font-weight: bold;
	z-index: 2;
}

#support ul.support-menu li i { margin-right: .3em }

#support ul.support-menu li span { display: block; }

#support ul.support-menu li a {
	width: 320px;
	height: 120px;
	display: block;
	text-decoration: none;
	padding-top: 16px;
	box-sizing: border-box;
}

.box {
	width: 1000px;
	margin: 0 auto 20px;
	border: 1px solid #c81133;
}

.box.current { background: #c81133; }

#support .box.current h3 {
	font-size: 21px;
	margin-bottom: 20px;
	padding: 40px 0 0;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#support h3 {
	font-size: 21px;
	margin: 0;
	padding: 30px 0;
	text-align: center;
	color: #333;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#support h3 img {
	vertical-align: middle;
	width: 44px;
	height: 44px;
	margin-right: .5em;
}

#support #type01 ul {
	width: 861px;
	margin: 0 auto;
	padding: 0 0 49px;
	display: flex;
	justify-content: space-between;
}


#support #type01 ul li {
	width: 430px;
	margin: 0;
	padding: 0;
	background: #FFF;
}

#support #type01 ul li a { text-decoration: none; }

#support h4 {
	font-size: 18px;
	margin: 0;
	padding: 20px 0 0;
	text-align: center;
	color: #c81133;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#support h4 img { vertical-align: middle; }

#support #type01 ul li p {
	text-align: left;
	margin: 0;
	padding: .5em 1.5em 1.5em 1.5em;
	font-size: 14px;
}

#support #type02 ul {
	width: 860px;
	margin: 0 auto 50px;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#support #type02 ul li {
	width: 209px;
	margin: 0 0 5px;
	padding: 0;
	position: relative
}

#support #type02 ul li strong { font-size: 120%; }

#support #type02 ul li a {
	background: #f1eef0;
	border: 1px solid #f1eef0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-decoration: none;
	display: block;
	font-size: 14px;
	color: #c81133;
}

#support #type02 ul li:nth-child(1) a { border-bottom: 3px solid #85D4D7; }

#support #type02 ul li:nth-child(2) a {
	border-bottom: 3px solid #EBC6DE;
	/* height: 48px;
	padding-top: 12px;
	line-height: 20px; */
}

#support #type02 ul li:nth-child(3) a { border-bottom: 3px solid #E9A5AF; }

#support #type02 ul li:nth-child(4) a { border-bottom: 3px solid #BEC6D1; }

#support #type02 ul li:nth-child(5) a { border-bottom: 3px solid #A6937C; }

#support #type02 ul li:nth-child(6) a {border-bottom: 3px solid #71B4DB;}

#support #type02 ul li:nth-child(7) a { border-bottom: 3px solid #D2BD69; }

#support #type02 ul li:nth-child(8) a { border-bottom: 3px solid #BE9FCD; }

#support #type03 ul {
	width: 860px;
	margin: 0 auto 50px;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#support #type03 ul li:nth-child(1) { width: 860px; }

#support #type03 ul li {
	width: 281px;
	margin: 0 0 5px;
	padding: 0;
	position: relative
}

#support #type03 ul li strong { font-size: 120%; }

#support #type03 ul li:nth-child(1) span {
	display: block;
	color: #FFF;
	padding-top: 15px;
}

#support #type03 ul li span {
	display: block;
	color: #000;
	padding-top: 10px;
}

#support #type03 ul li:nth-child(1) a {
	background: #c81133;
	border: none;
	width: 100%;
	height: auto;
	padding: 24px 0;
	line-height: 1;
	text-decoration: none;
	display: block;
	font-size: 14px;
	color: #fff;
}

#support #type03 ul li a {
	background: #f1eef0;
	border: 1px solid #f1eef0;
	width: 100%;
	height: calc(90px - 48px);
	padding: 24px 0;
	line-height: 1;
	text-decoration: none;
	display: block;
	font-size: 14px;
	color: #c81133;
}

#support #type03 ul li:nth-child(2) a { border-bottom: 3px solid #F19149; }

#support #type03 ul li:nth-child(3) a { border-bottom: 3px solid #8FC31F; }

#support #type03 ul li:nth-child(4) a { border-bottom: 3px solid #E66F8B; }

#page-base #support {
	padding-top: 0px;
	padding-bottom: 0px;
}


/* abuot
====================*/
#about {
	background: #f1eef0;
	padding-top: 90px;
	padding-bottom: 90px;

}

#about h2 {
	margin: 0px auto;
	font-size: 40px;
	padding: 5px 30px;
	color: #c81133;
	font-weight: bold;
	letter-spacing: 0.05em;
}

#about h2 span {
	margin: 0px auto;
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #c81133;
}

/* event
====================*/

#event {
	background: #fff;
	border-top: 1px solid #eee;
	padding-top: 85px;
	padding-bottom: 90px;
	min-height: 500px;
}

main #event h2 {
	margin: 0px auto;
	font-size: 40px;
	padding: 5px 30px;
	color: #c81133;
	font-weight: bold;
	letter-spacing: 0.05em;
}

#event h2 span {
	margin: 0px auto;
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #c81133;
}

#event .swiper-container3 .swiper-slide:nth-child(2n) dl {
	width: 333px;
	height: 450px;
	margin: 0;
	padding: 0;
	text-align: center;
	border-left: 0px dashed #555555;
	border-right: 0px dashed #555555;
	position: relative;
}

#event dl {
	width: 333px;
	height: 450px;
	margin: 0;
	padding: 0;
	text-align: center;
	border-left: 1px dashed #999;
	border-right: 1px dashed #999;
	position: relative;
}

#event dl dt::after {
	content: "";
	top: 0;
	left: 16px;
	position: absolute;
	background: url(/img/eventLabel_others.png);
	width: 70px;
	height: 70px;
}

#event dl.explanation dt::after {	background: url(/img/eventLabel_explanation.png);	}
#event dl.lecture dt::after {		background: url(/img/eventLabel_lecture.png);		}
#event dl.volunteer-tour dt::after {	background: url(/img/eventLabel_volunteer-tour.png);	}
#event dl.seminar dt::after {		background: url(/img/eventLabel_seminar.png);		}

#event dl dt {
 min-height: 240px;
	font-size: 21px;
	line-height: 1;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#event dl dt span {
	font-size: 14px;
	line-height: 21px;
	display: block;
	font-weight: bold;
	margin: 0 24px 0 0;
	padding: 0;
	text-align: right;
	letter-spacing: 0.04em;
}

#event dl dt img {
height: 200px;
	object-fit: cover;

	padding: 10px 0 0;
}

#event dl.tour dt img { border-bottom: 5px solid #cfa8c2; }

#event dl.seminar dt img { border-bottom: 5px solid #96b0c6; }

#event dl dd.day {
	font-size: 20px;
	margin: 0 auto;
	padding: 1em .5em.5em;
	text-align: center;
	font-weight: bold;
}

#event dl dd.place {
	display: block;
	font-weight: bold;
	padding-bottom: .5em;
}

#event dl dd {
	width: 290px;
	font-size: 14px;
	line-height: 21px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	letter-spacing: 0.1em;
}

#event dl dd.more-info {
	width: 279px;
	height: 85px;
	bottom: 0px;
	left: 0;
	right: 0;
	background: #f1eef0;
	position: absolute;
}


#event dl dd.more-info span i { margin-right: 5px }



#event a {

	text-decoration: none;
	display: block;
}

/* topics
====================*/

main#index #topics {
	background: #f1eef0;
	padding-top: 90px;
	padding-bottom: 90px;
}
#topics {
	background: #f1eef0;
	padding-top: 70px;
 padding-bottom: 75px;
 margin-bottom: 40px;
}

main#index #topics {
	width: 100%;
	background: linear-gradient(90deg, #c81133 0%, #c81133 30%, #f1eef0 30%, #f1eef0 100%);
}

#topics h2 span {
	margin: 0px auto;
	padding-bottom: 5px;
	font-size: 45px;
	font-weight: bold;
	color: #fff;
}

#topics-inner {
	min-width: 1000px;
	margin: 0 auto;
	display: flex
}

.topics-left { width: 30%; }

.topics-right { width: 70%; }



#topics dl {
	width: 790px;
	margin: 0 auto;
	padding: 0;
	line-height: 1.8;
	font-size: 13px
}

#topics dl dt {
	width: 250px;
	margin: 0 1em 20px 0;
	padding: 0 0 20px 10px;
	float: left;
	clear: both;
	text-align: left;
}

#topics dl dt .category {
	width: 130px;
	margin: 0;
	padding: 0 0 0 20px;
	display: block;
	float: left;
	text-align: left;
	position: relative;
}

#topics dl dt .category:before {
	content: '';
	position: absolute;
	bottom: 10px;
	display: inline-block;
	width: 20px;
	height: 3px;
	left: 0;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.category.media:before {          background-color: #448aca; }
.category.staff-topics:before {   background-color: #eb6100; }
.category.office:before {         background-color: #a40000; }
.category.report:before {         background-color: #22ac38; }
.category.support:before {        background-color: #eee24d; }
.category.event-topics:before {   background-color: #73cdf5; }
.category.other-topics:before {   background-color: #b5b5b5; }
.category.activity-report:before {background-color: #f19ec2; }
.category.press-release:before {         background-color: #1d2088; }

#topics dl dt .date {
	width: 90px;
	display: block;
	float: right;
}

#topics dl dd {
	width: 520px;
	margin: 0 0 20px;
	padding: 0 0 20px 240px;
	border-bottom: 1px solid #ccc;
	text-align: left;
}

/* sns
====================*/



footer #sns {
	background: #fff;
	padding-top: 50px;
	padding-bottom: 0px;
}
#sns {
	background: #fff;
	padding-top: 50px;
	padding-bottom: 90px;
}

#sns h2 span {
	margin: 0px auto 10px;
	padding-bottom: 5px;
	font-size: 28px;
	font-weight: bold;
	color: #c81133;
}

#sns ul {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

#sns ul li { width: 192px; }

#sns .sns_link a {
	background: #f1eef0;
	border: 1px solid #f1eef0;
	width: 100%;
	height: 70px;
	line-height: 70px;
	text-decoration: none;
	display: block;
}

#sns .sns_link { padding-right: 10px; }

#sns .sns_link a {
	background: #f1eef0;
	border: 1px solid #f1eef0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-decoration: none;
	display: block;
	font-size: 14px;
}

#sns .sns_link a.sns1 { border-bottom: 3px solid #4469b0; }

#sns .sns_link a.sns2 { border-bottom: 3px solid #2aa3ef; }

#sns .sns_link a.sns3 { border-bottom: 3px solid #AB34B0; }

#sns .sns_link a.sns4 { border-bottom: 3px solid #fc0d1b; }

#sns .sns_all a {
	text-decoration: none;
	background: #fff;
	width: 100%;
	height: 60px;
	line-height: 60px;
	border: 1px solid #CCC;
	display: block;
	font-size: 14px;
}

/* you tube
====================*/
.youtube {
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.youtube iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

/*------------------------------
tableをulでする ※ierページ
----------------------------------*/
.u-table {
	width:100%x;
	margin:20px auto 20px 0;
	text-align:left;
}

.u-table {
	display:flex;
	flex-direction: column;
}

.u-table li {
	width:100%;
}

.u-table li:nth-child(odd){
	font-weight:bold;
	width:100%;
}

@media screen and (min-width: 481px) {
.u-table {
	width:100%;
}

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


.u-table li {
	width: 76%;
	border-bottom: solid 1px #ccc;
}

.u-table li:nth-child(odd){
	width:23%;
}
}

/*------------------------------
理事会ページ index
----------------------------------*/

.boardmember {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  border-bottom: dotted 1px #ccc;
  padding: 30px 0 50px;
}

.boardmember__box01 {
  width: 80%;
  margin: 0 auto 30px;
}

.boardmember__box02 {
  width: 100%;
}

.boardmember img {
  width: 100%;
  margin-bottom: 10px;
}

.boardmember__name {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: bold;
	border: none;
}

.boardmember__katagaki {
  font-size: 14px;
  display: block;
}

.boardmember__profile a {
	display: inline-block;
	margin-top: 10px;
	font-size: 12px;
	border: solid 1px #000;
	padding: 2px 10px;
}

@media screen and (min-width: 481px) {
  .boardmember {
    flex-direction: row;
  }

  .boardmember {
    max-width: 1000px;
    margin: 0 auto 50px;
  }

  .boardmember__box01 {
    width: 30%;
  }

  .boardmember__box02 {
    width: 65%;
  }
}

/*------------------------------
イベントページ 応募ボタンリスト
----------------------------------*/
ul.event__application {
	margin-bottom:30px;
	display: block;
overflow: hidden;
}

ul.event__application li a {
	width: 43%;
	    float: left;
	    padding: 2%;
	    background-color: #c1122d;
	    margin: 2% 1%;
	    color: #fff;
	    display: block;
	    font-size: 12px;
}

@media screen and (min-width: 481px) {
	ul.event__application {
		margin-bottom:30px;
		display: block;
	overflow: hidden;
	}

	ul.event__application li a {
	    width: 20%;
	    float: left;
	    padding: 20px;
	    background-color: #c1122d;
	    margin: 5px;
	    color: #fff;
	    display: block;
	}
}

/*------------------------------
top page supporter
----------------------------------*/
.supporter__topwrap {
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}

.supporter__detail {
	width:48%;
	margin-bottom:20px;
}

.supporter__company {
	font-weight: bold;
	font-size: 1.6rem;
}

.supporter__topwrap p {
	font-size:1.2rem;
}

.suppoter__link a {
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
}

@media screen and (min-width: 481px) {
	.supporter__detail {
		width:23%;
	}

}

#second li:nth-child(2) .menu .menu_inner::after{
	content: "";
	width: 186px;
}
#second li:nth-child(2) .menu .g_menu_task{
	letter-spacing: -.4px;
}
#second li:nth-child(2) .menu .menu_inner{
	margin: 20px auto 0;
}
#second li:nth-child(2) .menu p:nth-of-type(2){
	margin-top: 5px;
}
#second li:nth-child(2) .menu .menu_inner li{
	width: 186px;
}
#second li:nth-child(2) .menu .menu_inner.g_menu_task a{
	margin: 0 5px;
}
#second li:nth-child(2) .menu_inner.report100 li{
	width: 100%;
	height: 55px;
	line-height: 55px;
	text-align: center;
}
#second li:nth-child(2) .menu .menu_inner li img{
	width: 35px;
	height: 35px;
	margin: 20px 7px 0 0;
}
#second li:nth-child(2) .menu .menu_inner span{
	height: calc(70px - 15px);
	padding-top: 15px;
	margin: 0 0 0;
	line-height: 20px;
	display: block;
}
.menu p{
	color: #fff;
	border-left: 3px solid #fff;
	font-weight: bold;
}



/* report sub
====================*/

section#report {
	padding: 40px 0 50px;
	background: #fbfafa;
/*	background-image: linear-gradient(#f1eef0 2px, transparent 0),
                    linear-gradient(90deg, #f1eef0 2px, transparent 0),
                    linear-gradient(#f1eef0 1px, transparent 0),
                    linear-gradient(90deg, #f1eef0 1px, transparent 0);
*/
	background-size: 36px 36px, 36px 36px, 18px 18px, 18px 18px;
}
section#report div {
	width: 996px;
	margin: 0 auto;
}
section#report div h2 {
	margin: 0;
	font-size: 28px;
	padding: 5px 30px 30px;
	font-weight: bold;
	color: #333;
	border: none;
	text-align: center
}
section#report div a {
	text-decoration: underline;
}
section#report div dl {
    width: 840px;
    margin: 0 auto;
    padding: 0;
    line-height: 1.8;
    font-size: 13px;

    border: none;
    height: auto;
    text-align: left;
}
section#report div dl dt {
    width: 200px;
    margin: 0 1em 5px 0;
    padding: 0 0 5px 10px;
    float: left;
    clear: both;
    text-align: left;
}
section#report div dl dd {
    width: 590px;
    margin: 0 0 5px;
    padding: 0 0 5px 240px;
    text-align: left;
}
section#report div dl dt span {
	margin-left: 10px;
}
section#report div dl dt span.reports-myanmar::before {
	font-family: FontAwesome;
	content: "\f041";
	color: #b3b300;
	margin-right: 2px;
}
section#report div dl dt span.reports-cambodia::before {
	font-family: FontAwesome;
	content: "\f041";
	color: #0059b3;
	margin-right: 2px;
}
section#report div dl dt span.reports-raos::before,
section#report div dl dt span.reports-laos::before {
	font-family: FontAwesome;
	content: "\f041";
	color: #59b300;
	margin-right: 2px;
}
section#report div dl dt span.reports-japan::before {
	font-family: FontAwesome;
	content: "\f041";
	color: #c81133;
	margin-right: 2px;
}
section#report div dl #topics dl dd {
    width: 520px;
    margin: 0 0 20px;
    padding: 0 0 20px 240px;
    border-bottom: 1px solid #ccc;
    text-align: left;
}

/* top page company shien
====================*/

.companyShien {
  margin-top:30px;
}

.companyShien__innwrap {
  margin:30px auto 0;
  max-width:860px;
  width: 95%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.companyShien__box {
  width: 48%;
  margin-bottom:30px;
  display: flex;
  flex-direction: column;
}

.companyShien__box img {
  width:100%;
}

.companyShien__name {
  font-size:12px;
  margin-top:15px;
}

main#index #support p.companyShien__title {
  text-align: left;
  font-weight: bold;
  margin-right: 0;
	padding:5px;
  }

  main#index #support p.companyShien__name {
      text-align: left;
      font-size: 13px;
      margin-right: 0;
			padding:5px;
}


@media screen and (min-width: 481px) {
  .companyShien__box {
    width: 24%;
    flex-direction: row;
    flex-direction: column;
  }

  .companyShien__lead {
    text-align:center;
  }
}
