@charset "utf-8";
/*=================================================================*/
/* 全デバイス共通                                                                                           */
/*=================================================================*/
/*	reset
---------------------------------------------------------------*/
* { padding: 0px; margin: 0px; }

/*	img
---------------------------------------------------------------*/
img {
	border: none;
	vertical-align: middle;
}

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

/*	clearfix
---------------------------------------------------------------*/
.cf:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cf { display: inline-block; }
/* Hides from IE-mac \*/
* html .cf { height: 1%; }
.cf { display: block; }
/* End hide from IE-mac */

/*	link
---------------------------------------------------------------*/
a:link,
a:visited,
a:active {
	color: #3b2619;
}

a:hover {
	color: #3b2619;
	text-decoration: none;
	opacity: 0.7;
}
/*	color
---------------------------------------------------------------*/
#wrap .red { color: #d63f16; }

/*	font size
---------------------------------------------------------------*/
.xsmall { font-size: 75%; }
.small { font-size: 90%; }

/*	align
---------------------------------------------------------------*/
#wrap .center { text-align: center; }
#wrap .left { text-align: left; }
#wrap .right { text-align: right; }

/*	float
---------------------------------------------------------------*/
#wrap .fleft { float: left; }
#wrap .fright { float: right; }

/*	space
---------------------------------------------------------------*/
#wrap .mb0 { margin-bottom: 0px; }
#wrap .mb10 { margin-bottom: 10px; }
#wrap .mb15 { margin-bottom: 15px; }
#wrap .mb20 { margin-bottom: 20px; }
#wrap .mb25 { margin-bottom: 25px; }
#wrap .mb30 { margin-bottom: 30px; }
#wrap .mb50 { margin-bottom: 50px; }
#wrap .mr20 { margin-right: 20px; }

/*	ul
---------------------------------------------------------------*/
li { list-style-type: none; }

/*	p
---------------------------------------------------------------*/
p { color: #3b2619; }

/*=================================================================*/
body {
	line-height: 160%;
	margin: 0 auto;
	text-align: center;
	word-break: normal;
	word-wrap: break-word;
	font-family: "メイリオ", "Meiryo", sans-serif;
	font-weight: 500;
	color: #3b2619;
	background: #f8f9f0;
}

/*******************************************************************/
/* PC：幅769px以上                                                   */
/*******************************************************************/
@media print, screen and (min-width: 769px) {
/*<start>==========================================================*/
html { font-size: 62.5%; }/*10px相当にreset*/
body {
	font-size: 16px;/*css3の効かないブラウザ用*/
	font-size: 1.6rem;/*bodyのベースサイズをセット（ここでは16px）以下各要素は10pxを基準にサイズ指定1.2rem（12px）1.4rem（14px）など）*/
}

.sp { display: none !important; }

#wrap {
	height: 100%;
	position: relative;
}
.inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
/*	font-size
---------------------------------------------------------------*/
.fontM {
	font-size: 100%;
}
.fontL {
	font-size: 115%;
}
/*=================================================================*/
/*	header*/
/*=================================================================*/
header .inner {
	padding: 36px 0;
	background: url(../images/union/bg_header.gif) no-repeat center 20px;
}
header .inner .txt_hd {
	position: absolute;
	top: 0;
	left: 0;
	background: #6ab82c;
	padding: 1px 5px;
	border-radius: 0 0 5px 5px;
	color: #fff;
	font-size: 1.2rem;
}

header .inner .fright {
	width: 337px;
	display: table;
}
/*	カスタム検索
----------------------------------------------------*/
header .inner .fright .cel01 {
	width: 220px;
	float: left
}
header .inner .fright .gsc-control-cse {
	background-color: inherit;
	border: 0;
	padding: 0;
	width: 170px;
}
header .inner .fright .gsc-input-box {
	border: 2px solid #cbc5a9;
	border-radius: 5px;
	height: auto;
	width: 160px;
	box-sizing: border-box;
}
header .inner .fright .gsib_a {
	padding: 4px 8px;
}
header .inner .fright .gsc-search-box-tools .gsc-search-box .gsc-input {
	padding-right: 5px;
}
header .inner .fright table.gsc-search-box td {
	vertical-align: top;
}
header .inner .fright .gsc-search-button button {
	background: #cbc5a9;
	border: 0;
	border-radius: 5px;
	padding: 12px 0;
	width: 36px;
	height: 36px;
	box-sizing: border-box;
}
@supports (-ms-ime-align:auto) {
.gsc-search-box .gsc-input input {
	text-indent: 24px!Important;
}
}
/*	文字サイズ
----------------------------------------------------*/
header .inner .fright .cel02 {
	float: right;
}
header .inner .fright dl dt, header .inner .fright dl dd {
	float: left;
	font-weight: bold;
}
header .inner .fright dl dt {
	font-size: 1.4rem;
	margin-right: 5px;
	padding: 8px 0 0 0;
}
header .inner .fright dl dd {
	border: 2px solid #cbc5a9;
	border-radius: 5px;
	width: 37px;
	height: 37px;
	box-sizing: border-box;
	padding: 5px 0 0 0;
	margin-right: 4px;
	cursor: pointer;
	font-size: 1.6rem;
}
header .inner .fright dl dd:hover {
	border: 2px solid #cbc5a9;
	background: #cbc5a9;
	opacity: 0.7;
}
header .inner .fright dl dd.active {
	border: 2px solid #cbc5a9;
	background: #cbc5a9;
}
header .inner .fright .gsst_a .gscb_a {
	color: #cbc5a9;
	margin: 4px 0 0 0;
}
/*	header btn
----------------------------------------------------*/
header .inner .fright ul {
	display: block;
	position: absolute;
	bottom: 42px;
	right: 0;
}
header .inner .fright ul li {
	float: right;
	margin: 0 0 0 8px;
}
header .inner .fright ul li a {
	border: 2px solid #ed8000;
	border-radius: 5px;
	color: #ed8000;
	padding: 5px 15px 5px 40px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.6rem;
}
header .inner .fright ul li:first-child a {
	background: url(../images/union/icon_hd02.png) no-repeat 15px center;
}
header .inner .fright ul li:last-child a {
	background: url(../images/union/icon_hd01.png) no-repeat 15px center;
	padding: 5px 15px 5px 43px;
}
header .inner .fright ul li:last-child {
	margin: 0;
}
_::-webkit-full-page-media, _:future, :root header .inner .fright ul li a {
	padding: 8px 15px 8px 40px;
}
_::-webkit-full-page-media, _:future, :root header .inner .fright ul li:last-child a {
	padding: 8px 15px 8px 43px;
}
/*=================================================================*/
/*	nav*/
/*=================================================================*/
nav {
	background: #fff;
	border-top: 1px solid #e2ddc7;
	border-bottom: 1px solid #e2ddc7;
}
nav .inner { border-left: 1px solid #e2ddc7; }
nav .inner ul.dropmenu {
	position: relative;
}
nav .inner ul.dropmenu > li {
	float: left;
	border-right: 1px solid #e2ddc7;
	height: 50px;
	box-sizing: border-box;
	position: relative;
}
nav .inner ul.dropmenu > li > a {
	padding: 13px 26px;
	display: block;
	box-sizing: border-box;
	text-decoration: none;
	font-weight: 600;
	color: #3b2619;
	font-size: 1.4rem;
}
nav .inner ul.dropmenu > li:first-child, nav .inner ul.dropmenu > li:hover {
	border-bottom: 4px solid #ed8000;
}
/* ドロップダウン */
nav .inner ul.dropmenu li ul.sub {
	display: none;
	position: absolute;
	top: 50px;
	left: 10;
	background: #fff;
	border-radius: 0 0 5px 5px;
	border: 2px solid #ed8000;
	padding: 4px 20px 14px 20px;
	box-sizing: border-box;
	width: 100%;
	z-index: 100;
}
nav .inner ul.dropmenu li ul.sub li {
	padding: 10px 0 0 0;
}
nav .inner ul.dropmenu li ul.sub li a {
	position: relative;
	top: 0!Important;
	background: none!Important;
	font-weight: bold;
	font-size: 1.4rem;
	text-decoration: none;
	color: #ed8000;
}
nav .inner ul.dropmenu li:nth-child(3) ul.sub li:nth-child(2) a { font-size: 1.2rem; }

a.hamburger { display: none; }

/*=================================================================*/
/*	article*/
/*=================================================================*/
article { padding: 0 0 100px; }
/*=================================================================*/
/*	breadcrumb*/
/*=================================================================*/
.breadcrumb {
	text-align: left;
	margin: 10px auto 20px;
}
.breadcrumb li {
	text-align: left;
	display: inline-block;
	color: #3b2619;
	font-size: 87%;
	font-weight: bold;
}
.breadcrumb li a {
	color: #3b2619;
	font-weight: normal;
	position: relative;
	padding: 0 20px 0 0;
}
.breadcrumb li a:after {
	position: absolute;
	content: '>';
	right: 0;
	top: 0;
	text-decoration: none;
	display: inline-block;
	height: 16px;
	overflow-y: hidden;
}
_::-webkit-full-page-media, _:future, :root .breadcrumb li a {
	padding: 0 14px 0 0;
}
_::-webkit-full-page-media, _:future, :root .breadcrumb li a:after {
	font-size: 13px;
}
/*=================================================================*/
/*	contents*/
/*=================================================================*/
.white_box {
	background: #fff;
	border-radius: 5px;
	padding: 28px;
	box-sizing: border-box;
	box-shadow: 2px 2px 0px 1px #adaea8;
}
section { margin: 0 0 25px 0; }
/*=================================================================*/
/*	タイトル */
/*=================================================================*/
h1 {
	color: #ed8000;
	font-size: 2.4rem;
	text-align: left;
	position: relative;
	margin: 0 0 20px;
}
/*=================================================================*/
/*	input */
/*=================================================================*/
/*	checkbox radio
----------------------------------------------------*/
input[type=radio], input[type=checkbox] {
  display: none;
}

.radio_label, .checkbox_label {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  padding: 0 0 0 20px;
  border-radius: 5px;
  vertical-align: middle;
  cursor: pointer;
  font-size: 1.3rem;
  line-height: 120%;
  margin: 0 10px 0 0;
}
.radio_label:after, .checkbox_label:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -10px;
  width: 14px;
  height: 14px;
  border: 2px solid #e2ddc7;
  border-radius: 5px;
  content: '';
}
.radio_label:after { border-radius: 10px; }
.radio_label:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  margin-top: -5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #6ab82c;
  content: '';
  opacity: 0;
}
input[type=radio]:checked + .radio_label:before {
  opacity: 1;
}

.checkbox_label:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 6px;
  display: block;
  margin-top: -9px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #6ab82c;
  border-bottom: 3px solid #6ab82c;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox_label:before {
  opacity: 1;
}
/*	textarea
----------------------------------------------------*/
textarea {
  border: 2px solid #e2ddc7;
  border-radius: 5px;
  padding: 6px 10px;
	font-family: "メイリオ", "Meiryo", sans-serif;
	max-width: 397px;
	width: 95%;
}
/*	text
----------------------------------------------------*/
input[type=text] {
  border: 2px solid #e2ddc7;
  border-radius: 5px;
  padding: 6px 10px;
}
/*	btn
----------------------------------------------------*/
.btn_search {
	color: #fff;
	font-weight: 600;
	border: 0;
	border-radius: 5px;
	padding: 8px 20px 8px 40px;
	font-size: 2.0rem;
	min-width: 70%;
	box-sizing: border-box;
	cursor: pointer;
	background: url(../images/union/ico_search01.png) no-repeat 30px center #6ab82c;
}
.btn_submit {
	color: #fff;
	font-weight: 600;
	border: 0;
	border-radius: 5px;
	padding: 8px 20px;
	font-size: 2.0rem;
	width: 40%;
	box-sizing: border-box;
	cursor: pointer;
	background: #ed8000;
	margin: 0 28px 0 0;
}
.btn_reset {
	color: #fff;
	font-weight: 600;
	border: 0;
	border-radius: 5px;
	padding: 8px 20px;
	font-size: 2.0rem;
	width: 40%;
	box-sizing: border-box;
	cursor: pointer;
	background: #ccc;
	margin: 0 auto;
}
a.link_orange {
	font-weight: bold;
	text-decoration: none;
	background: url(../images/union/icon_arrow.png) no-repeat 10px center;
	display: block;
	color: #ed8000;
	text-align: left;
	padding:10px 10px 8px 25px;
	line-height: 130%;
	border-radius: 5px;
	border: 2px solid #ed8000;
}
a.link_green {
	font-weight: bold;
	text-decoration: none;
	background: url(../images/union/ico_arrow_green.png) no-repeat 10px center;
	display: block;
	color: #6ab82c;
	text-align: left;
	padding:10px 10px 8px 25px;
	line-height: 130%;
	border-radius: 5px;
	border: 2px solid #6ab82c;
}

/*	select
----------------------------------------------------*/
select {
	border: 2px solid #e2ddc7;
	border-radius: 5px;
	padding: 0 10px 0 5px;
	height: 30px;
	font-size: 1.3rem;
	width: 190px;
}
.select2-container--default .select2-selection--single {
	border: 2px solid #e2ddc7!Important;
	border-radius: 5px!Important;
	padding: 0 10px 0 5px;
	height: 30px!Important;
	font-size: 1.3rem!Important;
	width: 300px;
}
.select2-results__option { font-size: 1.4rem!Important; }
/*=================================================================*/
/*	table*/
/*=================================================================*/
table.tbl01 tr th, table.tbl01 tr td, table.tbl02 tr th, table.tbl02 tr td {
	padding: 8px 20px;
}

table.tbl01 {
	width: 100%;
	table-layout: fixed;
	text-align: left;
}
table.tbl01 tr:first-child th { border-radius: 5px 0 0 0; }
table.tbl01 tr:first-child td { border-radius: 0 5px 0 0; }
table.tbl01 tr:last-child th { border-radius: 0 0 0 5px; }
table.tbl01 tr:last-child td { border-radius: 0 0 5px 0; }
table.tbl01 tr th, table.tbl01 tr td {
	background: #f8f9f0;
}
table.tbl01 tr:nth-child(odd) th, table.tbl01 tr:nth-child(odd) td {
	background: #eeebde;
}
table.tbl01 tr th {
	width: 21%;
	border-right: 2px solid #fff;
}
table.tbl01 tr td {
	font-size: 87%;
}

table.tbl02 {
	width: 100%;
	table-layout: fixed;
}
table.tbl02 th {
	border-right: 2px solid #fff;
	background: #776c63;
	color: #fff;
}
table.tbl02 th:first-child {
	border-radius: 5px 0 0 0;
	width: 15%;
}
table.tbl02 th:nth-child(2) { width: 15%; }
table.tbl02 th:last-child {
	border-radius: 0 5px 0 0;
	border-right: 0;
	width: 20%;
}
table.tbl02 tr td {
	background: #f8f9f0;
}
table.tbl02 tr:nth-child(odd) td {
	background: #eeebde;
	border-right: 2px solid #fff;
}
table.tbl02 tr:last-child td:first-child { border-radius: 0 0 0 5px; }
table.tbl02 tr:last-child td:last-child {
	border-radius: 0 0 5px 0;
	border-right: 0;
}
/*=================================================================*/
/*	list*/
/*=================================================================*/
ul.list01 {
	width: 100%;
	overflow: hidden;
	border-radius: 5px;
}
ul.list01 li {
	background: #f8f9f0;
	text-align: left;
}
ul.list01 li:nth-child(odd) {
	background: #eeebde;
}
ul.list01 li:first-child { border-radius: 5px 5px 0 0; }
ul.list01 li:last-child { border-radius: 0 0 5px 5px; }
ul.list01 li a {
	background: url(../images/union/ico_arrow_brown.png) no-repeat 14px center;
	display: block;
	padding: 5px 0 5px 26px;
	text-decoration: none;
}
ul.list01 li a .date {
	font-size: 75%;
	float: left;
	margin: 0 8px;
}
ul.list01 li a .ttl {
	float: right;
	font-size: 87%;
	text-decoration: underline;
	padding: 0 14px 0 0;
	box-sizing: border-box;
}

ul.list02 {
	width: 100%;
	margin: 0 auto;
	border: 2px solid #e2ddc7;
	border-radius: 5px;
	box-sizing: border-box;
	background: #fff;
}
ul.list02 li {
	text-align: left;
	border-bottom: 1px dotted #e2ddc7;
	padding: 6px 0 5px;
}
ul.list02 li:last-child { border-bottom: 0; }
ul.list02 li a {
	background: url(../images/union/ico_arrow_brown.png) no-repeat 14px center;
	display: block;
	padding: 5px 0 5px 26px;
	text-decoration: none;
}
ol { padding: 0 0 0 20px; }
ol li {
	list-style: decimal;
	font-size: 87%;
	margin: 0 0 10px;
}
ol li:last-child { margin: 0; }
/*=================================================================*/
/*	aside */
/*=================================================================*/
aside {
	width: 220px;
	float: left;
}
aside .white_box {
	padding: 15px;
}
/*	検索
----------------------------------------------------------------*/
aside .checkbox, aside .radiobtn {
	text-align: left;
}
aside div.checkbox:last-child, aside div.radiobtn:last-child {
	width: 100%;
}

aside .search_side dl dt {
	font-size: 1.8rem;
	font-weight: bold;
	color: #ed8000;
	background: url(../images/sec/ico_arrow01.gif) no-repeat 95% center;
	text-align: left;
	margin: 0 0 10px;
	padding: 10px 0 0;
}
aside .search_side dl dd.cf {
	border-bottom: 1px solid #e2ddc7;
	padding: 0 0 10px;
}
aside dl dd input[type=text] {
	width: 100%;
	box-sizing: border-box;
}
aside .btn_area {
	padding: 20px 0 0;
}
/*	一般リンク
----------------------------------------------------------------*/
aside .link_side { border-top: 5px solid #ed8000; }
aside .link_side dl dt {
	padding: 0 0 10px;
	background: none;
	border-bottom: 1px solid #cecece;
	text-align: center;
	color: #ed8000;
	font-weight: bold;
	margin: 0 0 10px;
}
aside .link_side dl dd {
	margin: 0 0 10px;
}
aside .link_side dl dd:last-child { margin: 0; }

/*	Facebook
----------------------------------------------------------------*/
aside .facebook {
	padding: 5px 5px 0;
}
/*	探そうボランティア
----------------------------------------------------------------*/
aside .search_vola { border-top: 5px solid #6ab82c; }
aside .search_vola dl dt {
	padding: 0 0 10px;
	background: none;
	border-bottom: 1px solid #cecece;
	text-align: center;
	color: #6ab82c;
	font-weight: bold;
}
aside .search_vola dl dd {
	margin: 10px 0 0 0;
}
aside .search_vola dl dd a {
	border-radius: 5px;
	padding: 10px 20px 10px 50px;
	border: 2px solid #ed8000;
	color: #ed8000;
	background: url(../images/top/ico_search03.gif) no-repeat 14px center;
	font-size: 1.4rem;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align: left;
	line-height: 130%;
}
aside .search_vola dl dd:nth-child(2) a {
	border: 2px solid #6ab82c;
	color: #6ab82c;
	background: url(../images/top/ico_search02.gif) no-repeat 14px center;
}
aside a {
	display: block;
}
/*	ボランティアセンター専用ログイン
----------------------------------------------------------------*/
aside dl.login_box dt {
	font-size: 1.4rem;
	background: #eeeeee;
	border-radius: 5px 5px 0 0;
	border-bottom: 2px solid #f8f9f0;
	text-align: center;
	padding: 5px 0;
	margin: 0;
	color: #ed8000;
	font-weight: bold;
}
aside dl.login_box dd {
	background: #eeeeee;
	border-radius: 0 0 5px 5px;
	padding: 16px;
}
aside dl.login_box dd a {
	border-radius: 5px;
	border: 2px solid #ed8000;
	text-decoration: none;
	color: #ed8000;
	background: url(../images/top/ico_login.gif) no-repeat 36px center #fff;
	font-weight: bold;
	padding: 7px 0 3px 30px;
}

/*=================================================================*/
/*	footer */
/*=================================================================*/
footer {
	border-top: 3px solid #e2ddc7;
	padding: 30px 0 0;
}
footer .inner {
	position: relative;
	padding: 0 0 20px;
}

/*	totop
----------------------------------------------------*/
footer .inner .totop {
	position: absolute;
	right: 0;
	top: -110px;
}
/*	footer logo
----------------------------------------------------*/
footer .inner .footer_logo {
	float: left;
	width: 187px;
	margin: -10px 0 0 0;
}
/*	footer navi
----------------------------------------------------*/
footer .inner nav {
	background: none;
	border: 0;
	float: right;
	width: 780px;
}
footer .inner nav ul li {
	float: left;
	font-size: 75%;
}
footer .inner nav ul li a {
	background: url(../images/union/ico_arrow02.gif) no-repeat left 7px;
	padding: 5px 0 5px 15px;
	margin: 0 30px 0 0;
	text-align: left;
	text-decoration: none;
	display: inline-block;
	font-weight: 600;
	line-height: 130%;
}
footer .inner nav ul li a:hover {
	text-decoration: underline;
}

footer p.copy {
	background: #e2ddc7;
	padding: 3px 0 0 0;
}
/*<end>============================================================*/
}


/*******************************************************************/
/* SP：幅768px以下*/
/*******************************************************************/
@media screen and (max-width: 768px) {
/*<start>==========================================================*/
html { font-size: 62.5%; }/*10px相当にreset*/
body {
	font-size: 16px;/*css3の効かないブラウザ用*/
	font-size: 1.6rem;/*bodyのベースサイズをセット（ここでは20px）以下各要素は10pxを基準にサイズ指定2.2rem（22px）2.4rem（24px）など）*/
}
html,body {
	-webkit-text-size-adjust: 100%; /* iPhoneでのフォントサイズ自動変換OFF  縦横でのフォントサイズが固定される */
	-webkit-font-smoothing: antialiased;
	android:textAppearance="?android:attr/textAppearanceSmall"
}
.pc { display: none !important; }

#wrap {
	position: relative;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
.inner {
	width: 95%;
	margin: 0 auto;
	position: relative;
}

/*	img
----------------------------------------------------*/
img {	width: 100%; height: auto; }
/*=================================================================*/
/*	header*/
/*=================================================================*/
header .inner {
	padding: 24px 0 0;
}
header .inner .txt_hd {
	position: absolute;
	top: 0;
	left: 0;
	background: #6ab82c;
	padding: 3px 5px;
	border-radius: 0 0 5px 5px;
	color: #fff;
	font-size: 1.0rem;
	line-height: 120%;
}
header .inner .logo {
	width: 160px;
}
/*	navi背景固定用
----------------------------------------------------*/
.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
#spnav_contents {
    text-align: left;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
/*=================================================================*/
/*	article*/
/*=================================================================*/
article { padding: 0 0 100px; }
/*=================================================================*/
/*	breadcrumb*/
/*=================================================================*/
.breadcrumb {
	text-align: left;
	margin: 10px auto;
}
.breadcrumb li {
	text-align: left;
	display: inline-block;
	color: #3b2619;
	font-size: 1.4rem;
	font-weight: bold;
}
.breadcrumb li a {
	color: #3b2619;
	font-weight: normal;
	position: relative;
	padding: 0 20px 0 0;
}
.breadcrumb li a:after {
	position: absolute;
	content: '>';
	right: 0;
	top: -5px;
}
/*=================================================================*/
/*	contents*/
/*=================================================================*/
.white_box {
	background: #fff;
	border-radius: 5px;
	padding: 14px 3%;
	box-sizing: border-box;
	box-shadow: 2px 2px 0px 1px #adaea8;
}
/*=================================================================*/
/*	タイトル */
/*=================================================================*/
h1 {
	color: #ed8000;
	font-size: 2.4rem;
	text-align: left;
	position: relative;
	margin: 0 0 10px;
}
/*=================================================================*/
/*	input */
/*=================================================================*/
/*	checkbox radio
----------------------------------------------------*/
input[type=radio], input[type=checkbox] {
  display: none;
}

.radio_label, .checkbox_label {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  padding: 0 0 0 20px;
  border-radius: 5px;
  vertical-align: middle;
  cursor: pointer;
  font-size: 1.4rem;
  margin: 5px 3% 5px 0;
}
.radio_label:after, .checkbox_label:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -10px;
  width: 14px;
  height: 14px;
  border: 2px solid #e2ddc7;
  border-radius: 5px;
  content: '';
  background: #fff;
}
.radio_label:after {
  border-radius: 20px;
}
.radio_label:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 4px;
  display: block;
  margin-top: -6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #6ab82c;
  content: '';
  opacity: 0;
  z-index: 10;
}
input[type=radio]:checked + .radio_label:before {
  opacity: 1;
}

.checkbox_label:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 6px;
  display: block;
  margin-top: -9px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #6ab82c;
  border-bottom: 3px solid #6ab82c;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 10;
}
input[type=checkbox]:checked + .checkbox_label:before {
  opacity: 1;
}
/*	textarea
----------------------------------------------------*/
textarea {
  border: 2px solid #e2ddc7;
  border-radius: 5px;
  padding: 6px 10px;
	font-family: "メイリオ", "Meiryo", sans-serif;
	width: 90%;
}

/*	text
----------------------------------------------------*/
input[type=text] {
  border: 2px solid #e2ddc7;
  border-radius: 5px;
  padding: 6px 10px;
}
/*	btn
----------------------------------------------------*/
.btn_search {
	color: #fff;
	font-weight: 600;
	border: 0;
	border-radius: 5px;
	padding: 8px 20px 8px 40px;
	font-size: 2.0rem;
	min-width: 70%;
	box-sizing: border-box;
	cursor: pointer;
	background: url(../images/union/sp/ico_search01.png) no-repeat 30px center #6ab82c;
	background-size: 24px;
}
.btn_submit {
	color: #fff;
	font-weight: 600;
	border: 0;
	border-radius: 5px;
	padding: 8px 20px;
	font-size: 2.0rem;
	box-sizing: border-box;
	cursor: pointer;
	background: #ed8000;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
}
.btn_reset {
	color: #fff;
	font-weight: 600;
	border: 0;
	border-radius: 5px;
	padding: 8px 20px;
	font-size: 2.0rem;
	width: 40%;
	box-sizing: border-box;
	cursor: pointer;
	background: #ccc;
	margin: 0 auto;
	-webkit-appearance: none;
}
a.link_orange {
	font-weight: bold;
	text-decoration: none;
	background: url(../images/union/sp/icon_arrow.png) no-repeat 10px center;
	background-size: 5px;
	display: block;
	color: #ed8000;
	text-align: left;
	padding:10px 10px 8px 25px;
	line-height: 130%;
	border-radius: 5px;
	border: 2px solid #ed8000;
}
a.link_green {
	font-weight: bold;
	text-decoration: none;
	background: url(../images/union/sp/icon_arrow_green.png) no-repeat 10px center;
	background-size: 5px;
	display: block;
	color: #6ab82c;
	text-align: left;
	padding:10px 10px 8px 25px;
	line-height: 130%;
	border-radius: 5px;
	border: 2px solid #6ab82c;
}
/*	select
----------------------------------------------------*/
select {
	border: 2px solid #e2ddc7;
	border-radius: 5px;
	padding: 0 10px 0 5px;
	height: 30px;
	font-size: 1.3rem;
	width: 90%;
}
.select2-container--default .select2-selection--single {
	border: 2px solid #e2ddc7!Important;
	border-radius: 5px!Important;
	padding: 0 10px 0 5px;
	height: 30px!Important;
	font-size: 1.3rem!Important;
	position: relative;
	width: 250px;
}
.select2-results__option { font-size: 1.4rem!Important; }

/*=================================================================*/
/*	table*/
/*=================================================================*/
table.tbl01 tr th, table.tbl01 tr td {
	padding: 8px 20px;
	display: block;
}

table.tbl01 {
	width: 100%;
	table-layout: fixed;
	text-align: left;
}
table.tbl01 tr:first-child th { border-radius: 5px 5px 0 0; }
table.tbl01 tr:last-child td { border-radius: 0 0 5px 5px; }
table.tbl01 tr th, table.tbl01 tr td {
	background: #f8f9f0;
}
table.tbl01 tr:nth-child(odd) th, table.tbl01 tr:nth-child(odd) td {
	background: #eeebde;
}
table.tbl01 tr th { padding: 8px 20px 0 20px; }
table.tbl01 tr td {
	font-size: 1.4rem;
}

.table_box{
	overflow-x: scroll;
	white-space: nowrap;
}
.table_box::-webkit-scrollbar{
	height: 5px;
}
.table_box::-webkit-scrollbar-track{
	margin: 5px 0 0 0;
	background: #F1F1F1;
	border-radius: 5px;
}
.table_box::-webkit-scrollbar-thumb {
	background: #BCBCBC;
	border-radius: 5px;
}
table.tbl02 {
	width: 100%;
}
table.tbl02 tr th, table.tbl02 tr td {
	padding: 8px 20px;
}
table.tbl02 th {
	border-right: 2px solid #fff;
	background: #776c63;
	color: #fff;
}
table.tbl02 th:first-child {
	border-radius: 5px 0 0 0;
	width: 15%;
}
table.tbl02 th:nth-child(2) { width: 15%; }
table.tbl02 th:last-child {
	border-radius: 0 5px 0 0;
	border-right: 0;
	width: 20%;
}
table.tbl02 tr td {
	background: #f8f9f0;
}
table.tbl02 tr:nth-child(odd) td {
	background: #eeebde;
	border-right: 2px solid #fff;
}
table.tbl02 tr:last-child td:first-child { border-radius: 0 0 0 5px; }
table.tbl02 tr:last-child td:last-child {
	border-radius: 0 0 5px 0;
	border-right: 0;
}
/*=================================================================*/
/*	list*/
/*=================================================================*/
ul.list01 {
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
}
ul.list01 li {
	background: #f8f9f0;
	text-align: left;
}
ul.list01 li:nth-child(odd) {
	background: #eeebde;
}
ul.list01 li:first-child { border-radius: 5px 5px 0 0; }
ul.list01 li:last-child { border-radius: 0 0 5px 5px; }
ul.list01 li a {
	background: url(../images/union/sp/icon_arrow_brown.png) no-repeat 14px center;
	background-size: 5px;
	display: block;
	padding: 5px 0 5px 26px;
	text-decoration: none;
}
ul.list01 li a .date {
	font-size: 1.2rem;
	margin: 0 8px;
}
ul.list01 li a .ttl {
	font-size: 1.4rem;
	text-decoration: underline;
	padding: 0 8px;
	box-sizing: border-box;
	display: block;
}

ul.list02 {
	width: 100%;
	margin: 0 auto;
	border: 2px solid #e2ddc7;
	border-radius: 5px;
	box-sizing: border-box;
	background: #fff;
}
ul.list02 li {
	text-align: left;
	border-bottom: 1px dotted #e2ddc7;
	padding: 6px 0 5px;
}
ul.list02 li:last-child { border-bottom: 0; }
ul.list02 li a {
	background: url(../images/union/sp/icon_arrow_brown.png) no-repeat 14px center;
	background-size: 5px;
	display: block;
	padding: 5px 0 5px 26px;
	text-decoration: none;
}
ol { padding: 0 0 0 20px; }
ol li {
	list-style: decimal;
	font-size: 87%;
	margin: 0 0 10px;
}
ol li:last-child { margin: 0; }

/*=================================================================*/
/*	aside */
/*=================================================================*/
aside { margin: 20px 0; }
aside .white_box {
	padding: 14px 3%;
}
/*	検索
----------------------------------------------------------------*/
aside .checkbox, aside .radiobtn { text-align: left; }
aside dl {
	border-bottom: 1px solid #e2ddc7;
}
aside dl dt {
	font-size: 1.8rem;
	font-weight: bold;
	color: #ed8000;
	background: url(../images/sec/ico_arrow01.gif) no-repeat 95% 20px;
	text-align: left;
	margin: 0 0 10px;
	padding: 10px 0 0;
}
aside dl dd {
	padding: 0 0 10px;
}
aside dl dd input[type=text] {
	width: 100%;
	box-sizing: border-box;
}
aside .btn_area {
	padding: 10px 0 0;
}

aside .search_side dl dt {
	pointer-events: all;
}
aside .search_side dl dd {
	display: none;
}
/*	一般リンク
----------------------------------------------------------------*/
aside .link_side { border-top: 5px solid #ed8000; }
aside .link_side dl dt {
	padding: 0 0 10px;
	background: none;
	border-bottom: 1px solid #cecece;
	text-align: center;
	color: #ed8000;
	font-weight: bold;
	margin: 0 0 10px;
}
aside .link_side dl dd {
	margin: 0 0 10px;
}
aside .link_side dl dd:last-child { margin: 0; }

/*	Facebook
----------------------------------------------------------------*/
aside .facebook {
	padding: 5px 5px 0;
}
aside .facebook iframe { width: 100%; }
/*	探そうボランティア
----------------------------------------------------------------*/
aside .search_vola { border-top: 5px solid #6ab82c; }
aside .search_vola dl dt {
	padding: 0 0 10px;
	background: none;
	border-bottom: 1px solid #cecece;
	text-align: center;
	color: #6ab82c;
	font-weight: bold;
}
aside .search_vola dl dd {
	margin: 10px 0 0 0;
}
aside .search_vola dl dd a {
	border-radius: 5px;
	padding: 10px 20px 10px 50px;
	border: 2px solid #ed8000;
	color: #ed8000;
	background: url(../images/top/ico_search03.gif) no-repeat 14px center;
	font-size: 1.4rem;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align: left;
	line-height: 130%;
}
aside .search_vola dl dd:nth-child(2) a {
	border: 2px solid #6ab82c;
	color: #6ab82c;
	background: url(../images/top/ico_search02.gif) no-repeat 14px center;
}
aside a {
	display: block;
}
/*	ボランティアセンター専用ログイン
----------------------------------------------------------------*/
aside dl.login_box dt {
	font-size: 1.4rem;
	background: #eeeeee;
	border-radius: 5px 5px 0 0;
	border-bottom: 2px solid #f8f9f0;
	text-align: center;
	padding: 5px 0;
	margin: 0;
	color: #ed8000;
	font-weight: bold;
}
aside dl.login_box dd {
	background: #eeeeee;
	border-radius: 0 0 5px 5px;
	padding: 16px;
}
aside dl.login_box dd a {
	border-radius: 5px;
	border: 2px solid #ed8000;
	text-decoration: none;
	color: #ed8000;
	background: url(../images/top/ico_login.gif) no-repeat 36px center #fff;
	font-weight: bold;
	padding: 7px 0 3px 30px;
}

/*=================================================================*/
/*	footer */
/*=================================================================*/
footer {
	border-top: 3px solid #e2ddc7;
	padding: 10px 0 0;
}
footer .inner {
	position: relative;
	padding: 0 0 20px;
}

/*	totop
----------------------------------------------------*/
footer .inner .totop {
	position: absolute;
	right: 0;
	top: -90px;
	width: 55%;
}
/*	footer logo
----------------------------------------------------*/
footer .inner .footer_logo {
	width: 93px;
	margin: 0 0 10px;
}
/*	footer navi
----------------------------------------------------*/
footer .inner nav ul li {
	font-size: 1.2rem;
	text-align: left;
}
footer .inner nav ul li a {
	background: url(../images/union/sp/icon_arrow.png) no-repeat left 7px;
	background-size: 5px;
	padding: 5px 0 5px 15px;
	margin: 0 30px 0 0;
	text-align: left;
	text-decoration: none;
	display: inline-block;
	font-weight: 600;
	line-height: 130%;
}
footer .inner nav ul li a:hover {
	text-decoration: underline;
}

footer p.copy {
	background: #e2ddc7;
	padding: 3px 0 0 0;
}
/*<end>============================================================*/
}
