@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Roboto+Condensed:wght@400;700&display=swap');

#container {
	margin: 30px auto 40px !important;
}
#container h2.mainTitle {
	margin-bottom: 30px !important;
}
.donation p {
	font-size: 16px;
}
.donation p.donation-txt-bold {
	font-size: 20px;
	font-weight: bold;
}
.donation .mb20 {
	margin-bottom: 20px !important;
}
.donation .mb30 {
	margin-bottom: 30px !important;
}
.donation section {
	margin-bottom: 60px;
}
.donation .donation-inner {
	margin: 0 30px;
}
.donation .blank-icon {
	width: 14px;
	vertical-align: middle;
}
.donation-mv {
	margin-bottom: 50px;
}
.donation-mv h1 {
	position: relative;
	margin: 0 auto 10px;
	width: 1000px;
	background-color: #9999;
	height: 380px;
}
.donation-mv h1 img {
}
.donation-mv h1 > span {
	display: inline-block;
	color: #0077C0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2.2rem;
	font-weight: 600;
	position: absolute;
	bottom: 10px;
	left: 135px;
	background: rgba(255,255,255,0.9);
	line-height: 45px;
	padding: 0 0 2px 2px;
}
.donation-mv h1 > span:nth-child(2) {
	bottom: 65px;
}
.donation-link {
	position: fixed;
	top: 200px;
	right: 0;
	z-index: 999;
}
.donation-link li{
	width: 55px;
	margin-bottom: 5px;
	border-radius: 10px 0 0 10px;
	position: relative;
}
.donation-link li a{
	display: flex;
	align-items: center;
	width: 100%;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	box-sizing: border-box;
	font-size: 18px;
	background-color: #0077c0;
	background-repeat: no-repeat;
	border: 1px solid #0077c0;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;	
	padding: 10px 0;
	border-radius: 10px 0 0 10px;
	height: 135px;
	justify-content: center;
}
/* .donation-link li a::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 3px;
	left: 23px;
	transform: translateY(-45%) rotate(135deg);
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transition: all .3s;	
} */
.donation-link li a:hover {
	opacity: 0.7;
}
.donation-link li a.blank {
	background-color: #ce2f35;
	border: 1px solid #ce2f35;
}

/* .donation-link li a.blank::after{
  content: "";
  position: absolute;
  bottom: 0;
  transform: translateY(-50%);
  width: 11px;
  height: 12px;
  background: url(/volunteer/common/images/extnl_link_white.gif) no-repeat;
  background-size: contain;
  border: none;
} */
.questions {
	margin: 0 30px;
}
dl.qanda dt{
	width:auto;
	height:auto;
	margin-bottom:15px;
	font-size:18px;
	font-weight:bold;
	padding:8px 50px 6px 54px;
	text-indent: -24px;
	cursor: pointer;
}
dl.qanda dd {
	padding:0 50px 3px 54px;	
}
dl.qanda .icon_list{
	display:inline-block;
	width:22px;
	height:22px;
	position:relative;
	top:6px;
	left:-15px;
	background: url("/volunteer/faq/common/images/icon_list.png") 0px 0px no-repeat;
}

dl.qanda dt.tasu{
	background: #edf5fb url("/volunteer/faq/common/images/icon+.png") 840px 10px no-repeat;
}
dl.qanda dt.hiku{
	background: #edf5fb url("/volunteer/faq/common/images/icon-.png") 840px 10px no-repeat;
}
dl.qanda p.link {
	text-align: right;
	margin-top: 20px;
}
dl.qanda dd {
	margin-bottom:30px;
	display: none;
}
dl.qanda ul.qanda-list li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 16px;
	margin-top: 20px;
}
dl.dl_cntct {
    width: 100%;
    margin-bottom: 20px;
}

dl.dl_cntct dt {
    float: left;
    width: 8em;
    font-weight: bold;
	font-size: 16px;
}

dl.dl_cntct dd {
    margin-left: 8em;
	font-size: 16px;	
}

.donation-box {
	margin-top: 10px;
	&:first-of-type {
		margin-top: 40px;
	}
}
.donation-trigger {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	height: 54px;
	background: #DCF5FF url(/volunteer/donation/images/icon_close.svg) no-repeat right 10px center;
	margin-bottom: 2px;
	cursor: pointer;
}
.donation-trigger.is-open {
	background-image: url(/volunteer/donation/images/icon_open.svg);
}
.donation-box > .donation-trigger{
	background: #0077BF url(/volunteer/donation/images/icon_close2.svg) no-repeat right 10px center;
	color: #FFF;
}
.donation-box > .donation-trigger.is-open {
	background-image: url(/volunteer/donation/images/icon_open2.svg);
}
.donation-panel {
	max-height: 0;
	height: 0;
	overflow: hidden;
	transition: 0.3s ease;
}
.donation-panel.is-open {
	max-height: 1000vw;
	transition: 0.5s ease;
}
.donation-panel .donation-panel-inner {
	padding: 25px 30px 40px;		
}
.donation-panel .donation-panel-inner .donation-panel-inner {
	padding: 0 23px 40px;	
}
.donation-panel .donation-panel-inner.pb0 {
	padding-bottom: 0 !important;
}
.donation-panel .donation-list-01 li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 16px;
	margin-bottom: 10px;
}
.donation-panel .donation-list-01 li strong {
	font-size: 18px;
	font-weight: bold;
}
.donation-panel .donation-list-02 li,
.donation-panel .donation-indent-01 {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 16px;
}
.donation-neme-table {
	width: 100%;
	margin-top: 25px;
}
.donation-neme-table th,
.donation-neme-table td {
	padding: 1em 1.5em;
	font-size: 16px;
}
.donation-neme-table th {
	background-color: #0077BF;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	width: 12%;
}
.donation-neme-table td {
}
.donation-neme-table tr:nth-child(2n+1) td {
	background-color: #f5f5f5;
}
.donation-neme-table ul li {
	display: inline-block;
	margin: 0.3em 0 0.3em 2em;
	min-width: 20em;
}
/*タブ切り替え全体のスタイル*/
.tabs {
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 20px auto 0;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/3);
  height: 50px;
  border-bottom: 3px solid #0077BF;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 30px 30px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #0077BF;
  color: #fff;
}
.tab_content_flex {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.tab_content_txt {
	width: 55%;
}
.tab_content_txt .price {
	border: 1px solid #666;
	text-align: center;
	vertical-align: middle;
	color: #565656;
	margin-bottom: 15px;
	padding: 10px 0;
}
.tab_content_txt .message {
	border: 1px solid #666;
	vertical-align: middle;
	color: #565656;
	padding: 15px;
	line-height: 1.8;
}
.tab_content_txt .message p {
	margin-bottom: 15px;
}
.tab_content_txt .message p.mb0 {
	margin-bottom: 0;
}
.tab_content_txt .message p:last-of-type {
	margin-bottom: 0;
}
.tab_content_txt .message p.name_txt {
	text-align: right;
}
.tab_content_img {
	width: 42%;
	text-align: center;
}
.tab_content_img img {
	width: 100%;
	margin-bottom: 14px;
	border: 1px solid #666;
}
.tab_content_img img:last-of-type {
	margin-bottom: 0;
}
.tab_content .c-txtsp {
	text-align: center;
}
/*pickup----------*/
.txt02_link{ 
	vertical-align:middle;
	background:url(/volunteer/common/images/v2017_link_txt02_off.gif) center left no-repeat;
	margin-left:.2em;
	padding-left:13px;
	background-position: 0px 5px;
}

.imgBox {
	margin-top: 1em;
	width: auto;
}

.caption {
	display: block;
	margin: 0 auto;
	margin-top: 0.5em;
    line-height: 1.4;
    font-size: 86%;
	text-align: center;
}

.caption span {
	display: inline-block;
	text-align: left;
}

.txt {
	margin-top: 1em;
}

.left-img {
	float: left;
	margin-right: 30px;
}

.right-img {
	float: right;
	margin-left: 30px;
}

.oblong-img {
	width: 240px;
}

.oblong-img img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.vertical-img {
	width: 160px;
}

.img-row {
	clear: both;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 1.5em;
}

.img-row .imgBox {
	margin-right: 30px;
}

.img-row-centered {
	clear: both;
	display: flex;
	justify-content: space-between;
}

.profile {

	border: 1px solid #ccc;
	padding: 2em;
	margin-top: 30px;
}

.profileImg {
	float: left;
	margin-right: 30px
}

.links {
	margin-top: 1.5em;
}

.coverImg {
	float: right;
	margin-left: 50px;
}

h2.mission {
	position: relative;
	line-height: 68px;
	text-align: center;
	color: #0077C0;
	font-size: 26px;
	margin-bottom: 35px;
}
  
h2.mission:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 6px;
	background: -webkit-repeating-linear-gradient(-45deg, #0077C0, #0077C0 3px, #fff 3px, #fff 6px);
	background: repeating-linear-gradient(-45deg, #0077C0, #0077C0 3px, #fff 3px, #fff 6px);
}
h2.mission:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 6px;
	background: -webkit-repeating-linear-gradient(-45deg, #0077C0, #0077C0 3px, #fff 3px, #fff 6px);
	background: repeating-linear-gradient(-45deg, #0077C0, #0077C0 3px, #fff 3px, #fff 6px);
}
.mission-txt {
	font-size: 20px !important;
	line-height: 44px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	background-color: #edf5fb;
	padding: 20px 40px;
	margin: 0 auto;
	color: #0077C0;
	letter-spacing: 0.08em;
}
.mission-txt .circle {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #FFF;
	text-align: center;
	line-height: 36px;
	font-size: 28px;
	font-weight: 700;
	vertical-align: baseline;
}
.mission-txt .line {
	display: inline-block;
	background: linear-gradient(transparent 70%, yellow 70%);
	text-shadow: 2px 2px 2px #FFF;
	line-height: 36px;
}
.mission-txt .font-large {
	line-height: 36px;
	font-size: 28px;
	font-weight: 700;
}
.messeage-inner {
	background-color: #edf5fb;
	padding: 20px 60px 40px !important;
}
.donation-messeage {
	width: 100%;
	margin: 1.5em 0;
}
.donation-messeage .faceicon {
	float: left;
	margin-right: -90px;
	width: 80px;
}
.donation-messeage:nth-child(2n) .faceicon {
	float: right;
	margin-left: -90px;
	margin-right: 0;
}
.donation-messeage .faceicon img{
	width: 100%;
	height: auto;
	border: solid 3px #d7ebfe;
	border-radius: 50%;
}
.donation-messeage .chatting {
	width: 100%;
	min-height: 80px;
}
.donation-messeage:nth-child(2n) .chatting {
	text-align: right;
}
.donation-messeage .says {
	display: inline-block;
	position: relative; 
	margin: 5px 105px 0;
	padding: 17px 13px;
	border-radius: 12px;
	background: #fff;
	text-align: left;	
}
.donation-messeage .says:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 18px; 
	left: -24px;
	border: 12px solid transparent;
	border-right: 12px solid #fff;
}
.donation-messeage:nth-child(2n) .says:after {
	left: auto;
	right: -12px;
	border-right: none;
	border-left: 12px solid #fff;
}
.donation-messeage .says p {
	margin: 0;
	padding: 0;
}

dl#news_info{
	font-weight: bold;
	padding: 10px 20px 0;
	height:200px;
	overflow:auto;
	overflow-y:scroll;
	overflow-x:hidden;	
	font-size: 16px;
}
dl#news_info dt{
	margin: 0;
	width:120px;
	clear: left;
	float: left;
}
dl#news_info dd{
	width:85%;
	display:inline-block;
}
dl#news_info dt span.new{
	color: red;
	display: inline-block;
	margin-right: 10px;
	width: 35px;
}

dl#news_info dt, dl#news_info dd{
margin-bottom:20px;
}
.related-links {
	font-weight: bold;
	font-size: 16px;
}
.related-links li {
	margin-bottom: 10px;
}
.btn-area{
	margin-top: 20px;
	padding: 20px 50px;
	text-align: center;
	background-color: #e5f1f9;
}
.btn-area a.btn-link{
	display: block;
	width: 394px;
	margin: 0 auto;
	padding: 16px 0 18px;
	background-color: #ce2f35;
	background-repeat: no-repeat;
	border: 1px solid #ce2f35;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	background-image: url(/volunteer/assets/images/icon_btn-blank-01.png);
	background-position: right 15px center;
}
.btn-area a.btn-link:hover{
	opacity: 0.7;
}