@charset "utf-8";
/* ********************************

	VOLUNTAINER PC

*********************************** */


/* reset css
================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, fieldset, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* clearfix
--------------------------------- */
.clearfix:after { content:" "; display:block; clear:both; }


/* base
================================= */

html,body {
	height: 100%;
	background: #fff;
	color: #000;
	-webkit-text-size-adjust: 100%;
	font-family: YakuHanJP,-apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
	line-height: 150%;
}
img { width:100%; max-width: 100%; }
a { color: #000; }
.ph{ line-height:0; position: relative; }
.dummy{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
*,*::after,*::before{ -webkit-box-sizing: border-box; box-sizing: border-box;}
.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

/* layout
============================== */
#wrap {
	width: 100%;
	min-height: 100%;
	position: relative;
	z-index: 2;
	background: #fff;
	padding: 109px 0 266px;
}
.svg{ display: none; }
.btn{ text-align: center; }
.btn a,
.btn span,
.btn input{
	display: inline-block;
	text-align:center;
	border:1px solid;
	text-decoration:none;
	position:relative;
}
.btn .sub{ border-color: #000;}

/* header
------------------------------ */
header {
	width: 100%;
	font-family: 'Hind Madurai',YakuHanJP,-apple-system, BlinkMacSystemFont,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: 700;
	background: #fff;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	transition: .3s;
}
header .drawer {
  width: 100%;
  text-align: right;
}
header .headerInner {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 30px 40px;
	margin: 0 auto;
	z-index: 2;
	transition: .3s;
}


header a { display: block; text-decoration: none;}
header h1 {
    width: 460px;
    height: 60px;
    position: relative;
    top: 0;
    transition: .3s;
}
.headerFixed header h1 {
    width: 260px;
    height: 40px;
    position: relative;
    top: 0;
    transition: .3s;
}
header h1 a{
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	background: no-repeat url(/static/volunteer/cmn/2021/logo_202104.png);
	background-size: contain;
	transition: .3s;
}
header h1 a:hover{ opacity: 0.5;}
header .g-nav ul{
	margin: 0;
	position: relative;
	z-index: 1;
}
header .g-nav li { display: inline-block; padding-left: 1.2%;}
header .g-nav ul li a {
	display: block;
	font-size: 15px;
	text-align: center;
	color: #000;
	position: relative;
}
header .g-nav li.g-nav__about a{ display: inline-block;}
header .g-nav .ssl.regist,header .g-nav .ssl.mypage{ margin-left: .5%;}
header .g-nav .ssl.regist a,header .g-nav .ssl.mypage a{
	background: #000;
	color: #fff;
	border-radius: 30px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	padding: 14px 20px 10px;
	position: relative;
	top: -2px;
	transition: .3s;
}
header .g-nav .ssl.mypage a:hover,header .g-nav .ssl.regist a:hover{ background: #e94829;}
header .g-nav .ssl.logout a,header .g-nav .ssl.login a{
	font-size: 14px;
	top: -2px;
	transition: .3s;
}
header .g-nav .ssl.logout a:hover,header .g-nav .ssl.login a:hover{ color: #e94829;}

.drawer { text-align: right; }
.drawer__btn {
	display: none;
	width: 45px;
	height: 45px;
	right: 4%;
	top: 10px;
	position: fixed;
	z-index: 1100;
}
.drawer__btn span {
	display: block;
	position: absolute;
	left: 12px;
	width: 30px;
	height: 3px;
	background-color: #000;
	z-index: 20;
	transition: .3s;
}
.drawer__btn :nth-of-type(1) { top: 13px;}
.drawer__btn :nth-of-type(2) { top: 21px;}
.drawer__btn :nth-of-type(3) { top: 29px;}
.drawer__btn :nth-of-type(4) {
	font-family: 'Hind Madurai';
	font-weight: 600;
	font-size: 11px;
	background: none;
	top: 32px;
	left: 11px;
}
.drawer-visible .drawer {
	z-index: 1000;
	pointer-events: auto;
	background: #e94829;
	left: 20%;
	box-shadow: 10px 0 40px #000;
}
.drawer-visible .drawer .menu-nav li,
.drawer-visible .drawer .menu-nav__member-menu li,
.drawer-visible .drawer .member-menu-nav h2,
.drawer-visible .drawer .menu-nav__nav--login {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.45s ease-out 0.3s;
  transition: all 0.45s ease-out 0.3s;
  opacity: 1;
}
.drawer-visible .drawer__btn span { background: #fff;}
.drawer-visible .drawer__btn span:nth-of-type(1) {
	-webkit-transform: translateY(20px) rotate(-45deg);
	transform: translateY(20px) rotate(-45deg);
	top: 0;
}
.drawer-visible .drawer__btn span:nth-of-type(2) {
	left: 60%;
	opacity: 0;
	-webkit-animation: active-menu-bar02 0.8s forwards;
	animation: active-menu-bar02 0.8s forwards;
}
.drawer-visible .drawer__btn span:nth-of-type(3) {
	-webkit-transform: translateY(-20px) rotate(45deg);
	transform: translateY(-20px) rotate(45deg);
	top: 40px;
}
.drawer-visible .drawer__btn :nth-of-type(4){ background: none; color: #fff;}


/* footer
------------------------------ */
footer{
	padding: 60px 5% 40px;
	text-align: center;
}
footer .supportList{
	margin-bottom: 50px;
}
footer .supportList li{
	display: inline-block;
	padding: 0 15px;
}
footer .supportList li a{
	display: inline-block;
	font-size: 13px;
	position: relative;
	text-decoration: none;
}
footer .bnrList{ margin-bottom: 40px;}
footer .bnrList li{ display: inline-block; padding: 0 10px;}
footer .bnrList li a {
    display: block;
    line-height: 0;
}

footer .bnrList li a img {
    height: 30px;
    width: auto;
}
.copyright{ font-family: 'Hind Madurai', sans-serif; font-size: 12px;}


/* top_popup
------------------------------ */

#top_popup {
  width: 100%;
  display: flex;
  overflow: initial;
  position: fixed;
  background: rgb(0 0 0 / 57%);
  height: 100%;
  top: 0;
  left: 0;
  align-items: center;
  padding: 0 4%;
  z-index: 1000;
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s 1.5s;
}
.loaded #top_popup {
    opacity: 1;
    pointer-events: all;
}

#top_popup .popup_inner {
  width: 100%;
  font-weight: 500;
  max-width: 850px;
  margin: 0 auto;
  letter-spacing: 0.05em;
  position: relative;
}

#top_popup .close-small {
  position: absolute;
  top: -40px;
  right: 0;
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  font: 45px/1 Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  cursor: pointer;
  background: none;
  transition: background 0.2s;
  box-sizing: border-box;
  z-index: 100;
}

#top_popup .popup_inner .pop_bnr {
  line-height: 0;
  display: block;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.168627451);
}


/* container
------------------------------ */
#container{ overflow: hidden; }

.sectionTit{
	font-family: 'Hind Madurai',YakuHanJP,-apple-system, BlinkMacSystemFont,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	text-align:center;
	position: relative;
}

.sectionTit span{
	display: block;
	font-family: "ヒラギノ角ゴ ProN W3",YakuHanJP,-apple-system, BlinkMacSystemFont,"Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: normal;
}

.sectionTit:after{
	content: '';
	display: block;
	background: no-repeat center;
	position: relative;
	left: 50%;
}
.sectionTit.white:after{ background-image: url(/static/volunteer/fanclub-pc/top/ico_accent_w.png);}
.sectionTit.japanese {
    font-size: 34px;
    line-height: 0.3em;
    padding: 97px 0 0;
    z-index: 10;
}
.cmnList li{
	margin-bottom: 25px;
}
.cmnList li a{
	display: block;
	width: 100%;
	text-decoration: none;
	position: relative;
	border-left-width: 5px;
	border-left-style: solid;
	padding-left: 13px;
	line-height: 1;
}
.cmnList li .tit{
	font-size: 15px;
	line-height: 1.6;
}
.cmnList li .cat{
	display: inline-block;
	font-family: 'Hind Madurai', sans-serif;
	font-weight: 700;
	font-size: 13px;
	position: relative;
	padding-right: 30px;
	position: relative;
}
.cmnList li .cat::after{
	content: '';
	display: block;
	width: 20px;
	height: 1px;
	background: #000;
	position: absolute;
	right: 3px;
	top: 50%;
	margin-top: -4px;
}
.cmnList .date{
	display: inline-block;
	font-family: 'Hind Madurai', sans-serif;
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 5px;
}
.cmnList .title{
	line-height: 1.5;
}

/* home
============================== */
#home section{ width: 100%; position: relative; }
#home .sectionTop{ height: calc(100vh - 110px); }
.btnFloat{
	width: 150px;
	height: 150px;
	position: fixed;
	bottom: 7vh;
	right: 3%;
	z-index: 100;
	opacity: 0;
}
.btnFloat a{
	display: block;
	-webkit-transition: .3s;
	transition: .3s;
}
.btnFloat a:hover{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

#home .sectionTop .blockPhoto{
	height: 80vh;
	position: absolute;
	width: 70%;
	right: 0;
	bottom: 0;
	overflow: hidden;
	opacity: 0;
}
#home .sectionTop .blockPhoto ul,
#home .sectionTop .blockPhoto li{
	height: 80vh;
}
#home .sectionTop .blockPhoto img{
	height: 100%;
	display: block;
	background: no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-transition: 26s;
	transition: 26s;
	-webkit-transform: scale(1);
	transform: scale(1);
}
#home .sectionTop .blockPhoto .slick-current img{
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
#home .sectionTop .blockPhoto .start-slide img{
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}
#home .sectionTop .blockPhoto-lead{
	width: 44%;
	position: absolute;
	bottom: 9vh;
	left: 4%;
	opacity: 0;
  transform: translate3d(0,-32vh,0);
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, #home .sectionTop .blockPhoto-lead {
    transform: translate3d(0,-140%,0);
  }
}
#home .sectionBnr{ padding: 200px 0 150px; }

/* slick */
.slick-slider a{ display: block; position: relative; }
.slick-dots{ bottom: -30px; }
.slick-dots li { width: 8px; height: 8px; margin: 0 5px; }
.slick-dots li button{ position: relative; }
.slick-dots li button:before {
	content: '';
	width: 8px;
	height: 8px;
	background: #ddd;
	border-radius: 10px;
	opacity: 1;
	position: absolute;
	top: 6px;
	left: 6px;
}
.slick-dots li.slick-active button:before{ background: #000; }
#home .sectionBnr .slick-slider .slick-slide{ padding: 20px; }
#home .sectionBnr .slick-slider .slick-slide a{
	-webkit-box-shadow: 0 6px 24px rgba(0, 0, 0, 0.3);
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.3);
}
#home .sectionBnr .slick-list { padding-bottom: 30px !important;}

#home section .blockPh{
	width: 55%;
	position: relative;
	left: 6%;
	opacity: 0;
	-webkit-transform: translate3d(0,60px,0);
	transform: translate3d(0,60px,0);
	-webkit-transition: .8s cubic-bezier(0.4, 0, 0.62, 0.97);
	transition: .8s cubic-bezier(0.4, 0, 0.62, 0.97);
}
#home section .blockTxt{
	width: 40%;
	background: #fff;
	padding: 110px 0 60px 90px;
	position: relative;
	top: -36vw;
	left: 40%;
	opacity: 0;
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
	-webkit-transition: .8s cubic-bezier(0.4, 0, 0.62, 0.97) .1s;
	transition: .8s cubic-bezier(0.4, 0, 0.62, 0.97) .1s;
}

#home section .blockPh.view,
#home section .blockTxt.view{
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

#home section .blockTit{
	font-family: 'Hind Madurai',sans-serif;
	font-size: 50px;
	font-weight: 700;
	letter-spacing: 0.02em;
	margin-bottom: 60px;
}

#home .sectionInfo{
	margin-bottom: 220px;
}

#home .sectionInfo.blockEntry .blockPh{
	margin-left: auto;
	right: 6%;
	left: inherit;
}
#home .sectionInfo.blockEntry .blockTxt{
	top: -29vw;
	right: inherit;
	left: 15%;
	padding: 110px 90px 60px 0;
}

#home .sectionInfo.blockEntry{
	margin-top: -40vw;
	margin-bottom: 0;
}
#home .sectionInfo.blockEntry .cmnList li a{
	border-color:#c6a752;
}
#home section .blockTxt .listMore{
	text-align: right;
}
#home section .blockTxt .listMore a{
	font-family: 'Hind Madurai',sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-decoration: none;
	transition: .3s;
}

#home .sectionSns{
	margin-top: -20vw;
	margin-bottom: 80px;
}
#home .sectionSns .blockBg ul{
	width: 6300px;
	line-height: 0;
	display: flex;
	flex-wrap: wrap;
	animation:infinitescroll 180s linear infinite;
}
@keyframes infinitescroll {
	0% {transform: translate3d(0, 0, 0);}
	100% {transform:translate3d(-3150px, 0, 0);}
}
#home .sectionSns .blockBg li{
	width: 350px;
	line-height: 0;
}

#home .sectionSns .blockSns{
	width: 700px;
	background: #fff;
	padding: 50px;
	margin-left: -350px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .3);
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate3d(0,-40%,0);
	transform: translate3d(0,-40%,0);
	-webkit-transition: .6s cubic-bezier(0, 0.29, 0.13, 0.96) .8s;
	transition: .6s cubic-bezier(0, 0.29, 0.13, 0.96) .8s;
}
#home .sectionSns.view .blockSns{
	opacity: 1;
	transform: translate3d(0,-50%,0);
}
#home .sectionSns .blockSns .blockTit{
	font-size: 48px;
	text-align: center;
	line-height: 1;
	letter-spacing: -0.02em;
	word-break: break-all;
	margin-bottom: 30px;
}
#home .sectionSns .blockSns .blockTit span{
	font-size: 22px;
	letter-spacing: 0.02em;
	display: block;
	margin-bottom: 8px;
}
#home .sectionSns .blockSns .blockTit span span{
	font-size: 18px;
	display: inline;
}
#home .sectionSns .blockSns .txt{
	text-align: center;
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 30px;
}
#home .sectionSns .blockSns .btn{

}


/* animation */
#home.loaded .sectionTop .blockPhoto-lead{
	opacity: 1;
	transform: translate3d(0,0,0);
	transition: opacity .6s ease, transform 1s ease 1.1s;
}
#home.loaded .sectionTop .blockPhoto{
	opacity: 1;
	transition: opacity 1.2s ease 1.2s;
}
#home.loaded header,
#home.loaded .btnFloat{
	opacity: 1;
	pointer-events: auto;
	transition: opacity 1.2s ease 2.2s;
}

#home.already .sectionTop .blockPhoto-lead{
	opacity: 1;
	transform: translate3d(0,0,0);
	transition: none;
}
#home.already .sectionTop .blockPhoto{
	opacity: 1;
	transition: none;
}
#home.already header,
#home.already .btnFloat{
	opacity: 1;
	pointer-events: auto;
	transition: none;
}

/*
.line { width:100%; overflow: hidden; position: relative;}
.line:before{ content: ''; display: block; width: 120%; position: absolute; top: 50%; left: 50%; }
.line.under:before { content: ''; display: block; width: 120%; position: absolute; top: -100%;left: 50%; }
*/

.btn.back{display:none;}
.new .date::after,
.new.date::after{
	content: 'NEW';
	display: inline-block;
	color: #ff2033;
	padding-left: 5px;
	background: none;
}
.article .new.date{
  display: block;
	font-size: 18px;
	color: #000;
	position: relative;
}
/*
.new{
	display: block;
	text-indent: -9999px;
	background: no-repeat center;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	position: absolute;
}
*/


/* topNews
-------------------- */


/* 下層
============================== */

/* 共通
-------------------- */
.detail .sectionTit{ margin:0 auto; position: relative; z-index: 10;}
.detail .sectionTit span{ position: relative; }
.detail .sectionTit:after{ display:none; }

.about.detail .sectionTit{ background: #e94829; color: #fff; }
#news.detail .sectionTit{ background: #e94829; color: #fff;}
#news.entry.detail .sectionTit{ background: #c6a752;}
#news.page--category3.detail .sectionTit{ background: #da2139;}
#news.page--category9.detail .sectionTit{ background: #186bd6;}
#news.page--category10.detail .sectionTit{ background: #2eb4f1;}
#news.page--category11.detail .sectionTit{ background: #32dcae;}
#news.page--category13.detail .sectionTit{ background: #eaa501;}
#news.page--category14.detail .sectionTit{ background: #962ebf;}
#news.page--category14.detail.blue .sectionTit{ background: #00A0E9;}
#news.page--category15.detail .sectionTit{ background: #962ebf;}
#news.page--category18.detail .sectionTit{ background: #ff007f;}
#news.page--category19.detail .sectionTit{ background: #ee7800;}

.about.page--pointprogram.detail .sectionTit{ background: #c6a752; color: #fff;}
.points.loaded.detail .sectionTit{ background: #c6a752; color: #fff;}
#terms.page--newproject.detail .sectionTit{
	background: #E60330;
	color: #fff;
	padding: 80px 0 80px;
}
.detail .line{ display: none; background: #f04e37;}
.detail .line:before{ background: #fff; }
.detail .cmnList li a{ display: block; }

.detail .cmnList li a .thumb{ display: none; float: left; position:relative; overflow: hidden; }
.detail .cmnList li a .thumb:before,
.detail .cmnList li a .thumb:after{ content: ''; display: block; width: 120%; position: absolute; }
.detail .cmnList .thumb:before,
.detail .cmnList .thumb:after{ background: #fff; }
.detail .cmnList li a .text{ overflow: hidden; }
.btn.back{ text-align:center; margin: 0 auto; }
.btn.back a{ text-decoration: none; position: relative; border: none; }
.btn.back a:before {
	display: inline-block;
	content: "\f104";
	font-family: "FontAwesome";
	position: relative;
	left: 0;
}

/* TOKYO MARATHON GALLERY
-------------------- */
.official .lead.center{ text-align:center; line-height: 140%; font-size:20px; margin-bottom: 40px;}

/* footer
-------------------- */

.detail #footer{ background: #bf9e55; }
.detail #footer .line{ background: #bf9e55; }
.detail #footer .line:before{
	background:#fff;
	top: -100%;
}
#footer span{ display: inline-block; padding: 0 15px 0 18px; }


table.type01 {
	width:100%;
	border-collapse: collapse;
	text-align: left;
	line-height: 180%;
}
table.type01 th {
	width: 20%;
	font-weight: bold;
	vertical-align: top;
	border: 1px solid #ccc;
	background:#FEFEFE;
	line-height: 180%;
	padding: 10px;
}
table.type01 td {
	width: 80%;
	vertical-align: top;
	border: 1px solid #ccc;
	line-height: 180%;
	padding: 10px;
}
table.type02 {
	width:100%;
	border-collapse: collapse;
	text-align: left;
	line-height: 180%;
}
table.type02 th {
	width: 20%;
	font-weight: bold;
	vertical-align: top;
	border: none;
	background:none;
	line-height: 180%;
}
table.type02 td {
	width: 80%;
	vertical-align: top;
	border: none;
	line-height: 180%;
}

/* social */
.shareList li { display: inline-block; width:90px; }
.shareList li a {
	display: block;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	border-radius: 3px !important;
	position: relative;
	line-height: 30px !important;
	border: none !important;
	padding: 0 !important;
}
.shareList .facebook a {background:#385AA7;}
.shareList .twitter a {background:#000000;}
.shareList .lineIco a {background:#2cbf13;}
.shareList a::before {
	display: inline;
	font: normal normal normal 16px/1 FontAwesome;
	position: relative;
	left: -3px;
	top: 2px;
}
.detail .cmnList .shareList .facebook a::before { content: "\f09a"; }
.detail .cmnList .shareList .twitter a::before { content: "\e61b"; }
.detail .cmnList .shareList .lineIco a:before {
	content: '';
	display: inline-block;
	background: no-repeat url(/static/volunteer/cmn/ico_line.png);
	width: 17px;
	height: 16px;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	top: 5px;
}
.detail .cmnList .shareList a::before {
	display: inline;
	height: auto;
	background-color: transparent;
	top: 0;
	position: relative;
	left: -3px;
	top: 2px;
}
.noInfo{
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.1em;
	margin: 60px auto;
}

/* #news
---------------- */

.subNav .current,
.subNav a{
	display: block;
	position: relative;
}

.cat3 a{border-color: #da2139;}
.cat9 a{border-color: #186bd6;}
.cat10 a{border-color: #2eb4f1;}
.cat11 a{border-color: #32dcae;}
.cat13 a{border-color: #eaa501;}
.cat14 a{border-color: #00A0E9;}
.cat15 a{border-color: #962ebf;}
.cat18 a{border-color: #ff007f;}
.cat19 a{border-color: #ee7800;}

.g-nav li:not(.ssl) a::after,
.subNav a::after,
.subNav .current::after{
	content:'';
	display: block;
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: -10px;
}
.subNav a{
	transition: .3s;
}
.g-nav li:not(.ssl) a::after,
.subNav a::after{
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.g-nav li:not(.ssl) a:hover::after,
.subNav a:hover::after{
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  transform-origin: left;
}
.g-nav li:not(.ssl) a::after,
.catAll *::after{	background: #000;}

.cmnList .cat3::after,
.cat3 *::after {background: #da2139;}
.cmnList li.cat3 a:hover .cat::after{background: #da2139;}
.subNav .cat3 a:hover,
.cmnList li.cat3 a:hover{ color: #da2139;}

.detail .cmnList li.cat6 a{border-color:#c6a752; }
.cmnList .cat6::after,
.cat6 *::after {background: #c6a752;}
.cmnList li.cat6 a:hover .cat::after{background: #c6a752;}
.subNav .cat6 a:hover,
.cmnList li.cat6 a:hover{ color: #c6a752;}

.detail .cmnList li.cat18 a{border-color:#ff007f; }
.cmnList .cat18::after,
.cat18 *::after {background: #ff007f;}
.cmnList li.cat18 a:hover .cat::after{background: #ff007f;}
.subNav .cat18 a:hover,
.cmnList li.cat18 a:hover{ color: #ff007f;}

.detail .cmnList li.cat19 a{border-color:#ee7800; }
.cmnList .cat19::after,
.cat19 *::after {background: #ee7800;}
.cmnList li.cat19 a:hover .cat::after{background: #ee7800;}
.subNav .cat19 a:hover,
.cmnList li.cat19 a:hover{ color: #ee7800;}

#home .sectionInfo.blockEntry .cmnList li a:hover{ color: #c6a752; }
.cmnList .cat9::after,
.cat9 *::after {background: #186bd6;}
.cmnList li.cat9 a:hover .cat::after{background: #186bd6;}
.subNav .cat9 a:hover,
.cmnList li.cat9 a:hover{ color: #186bd6;}

.cmnList .cat10::after,
.cat10 *::after {background: #2eb4f1;}
.cmnList li.cat10 a:hover .cat::after{background: #2eb4f1;}
.subNav .cat10 a:hover,
.cmnList li.cat10 a:hover{ color: #2eb4f1;}


.cmnList .cat11::after,
.cat11 *::after,
.cmnList li.cat11 a:hover .cat::after{background: #32dcae;}
.subNav .cat11 a:hover,
.cmnList li.cat11 a:hover{ color: #32dcae;}

.cmnList .cat13::after,
.cat13 *::after,
.cmnList li.cat13 a:hover .cat::after{background: #eaa501;}
.subNav .cat13 a:hover,
.cmnList li.cat13 a:hover{ color: #eaa501;}


.cmnList .cat14::after,
.cat14 *::after {background: #00A0E9;}
.subNav .cat14 a:hover,
.cmnList li.cat14 a:hover{ color: #00A0E9;}
.blue .cmnList li.cat14 a:hover .cat::after,.cmnList li.cat14 a:hover .cat::after{ background: #00A0E9;}

.cmnList .cat15::after,
.cat15 *::after {background: #962ebf;}
.subNav .cat15 a:hover,
.cmnList li.cat15 a:hover{ color: #962ebf;}
.cmnList li.cat15 a:hover .cat::after{ background: #962ebf;}


.subNav .cat2,
.subNav .cat4,
.pulldownBox .cat2,
.pulldownBox .cat4{ display: none;}

.bnr--info{ text-align: center; margin: 0 auto 60px; }
.bnr--info:not(:last-of-type){ margin-bottom: 5px;}
.bnr--info a{ display: block; transition: .3s;}
.bnr--info a:hover{ opacity: 0.5; }
.bnr--info a img{ width: auto;}

#news.id7 .ancNav{ margin: 0 0 60px; }
#news.id7 .ancNav li{ box-sizing: border-box; float: left; }
#news.id7 .ancNav li:nth-child(1){
    padding: 0 10px 0 0;
}
#news.id7 .ancNav li:nth-child(2){
    padding: 0 5px 0 5px;
}
#news.id7 .ancNav li:nth-child(3){
    padding: 0 0 0 10px;
}
#news.id7 .ancNav li a{
    font-family: 'Hind Madurai', sans-serif;
    letter-spacing: 0.05em;
    font-weight: bold;
    box-sizing: border-box;
    text-align: center;
    display: block;
    background: #000;
    padding: 15px;
    width: 257px;
    color: #FFF;
    text-decoration: none;
    font-size: 18px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
#news.id7 .ancNav li a:hover{
	background:#F04E37;
}
#news.id7 .ancNav li:nth-child(2) a{
    width: 256px;
}
#news.id7 .anc{
	position:relative;
}
#news.id7 .ancPoint{
	display:block;
	position: absolute;
	top: -100px;
}
#news.id7 .btnMore a{
    display: inline-block;
    font-family: 'Hind Madurai', sans-serif;
    letter-spacing: 0.05em;
    font-weight: bold;
    text-decoration: none;
    background: #000;
    color: #FFF;
    padding: 10px 20px;
    margin: 0 0 120px;
    line-height: 1em;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
#news.id7 .btnMore a:hover{
	background:#F04E37;
}

#news.id7 .khList{
    margin-bottom: 60px;
}

#news.id7 .khList li {
    margin-bottom: 40px;
}

#news.id7 .khList li .thumb {
    font-size: 18px;
    vertical-align: middle;
    line-height: 1.4em;
    background: #BF9E55;
    border-left: 1px solid #e5e5e5;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    width: 162px;
    /*height: 120px;*/
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #FFF;
    height: auto;
}
#news.id7 .khList li .thumb:before {
    top: -21px;
}
#news.id7 .khList li .thumb:before,
#news.id7 .khList li .thumb:after {
    height: 31px;
    transform: rotate(6deg);
    -webkit-transform: rotate(6deg);
    z-index: 20;
}
#news.id7 .khList li .thumb:before,
#news.id7 .khList li .thumb:after {
    content: '';
    display: block;
    width: 120%;
    position: absolute;
}
#news.id7 .khList li .thumb:after {
    transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
    bottom: -21px;
}
#news.id7 .khList .thumb:before,
#news.id7 .khList .thumb:after {
    background: #fff;
}

#news.id7 .khCell{

}
#news.id7 .khCell th{
	vertical-align:middle;
}
#news.id7 .khCell td{
    padding: 0 0 0 40px;
    vertical-align: middle;
}

#news.id7 .khCell td .text{
    font-size: 14px;
    line-height: 1.7em;
}
#news.id7 .khCell td .text .textTit{
    font-size: 19px;
}

#news.id7 .map{
    padding: 20px;
    line-height: 0;
    background: #EEEEEE;
    margin:0 0 120px;
}
#news.id7 .mapBtnList{
    background: #EEE;
    margin: 0 0 60px;
    padding: 10px;
}
#news.id7 .mapBtnList li{
	padding: 10px;
    width: 20%;
    float: left;
    box-sizing: border-box;
}
#news.id7 .mapBtnList li a{
    vertical-align: middle;
    height: 136px;
    padding: 10px;
    display: table-cell;
    text-align: center;
    background: #DDD;
    width: 136px;
    border-radius: 140px;
    text-decoration: none;
    line-height: 1.3em;
    font-size: 16px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
#news.id7 .mapBtnList li a:hover{
	opacity:0.7;
}
#news.id7 .mapBtnList li.expo a{
	color:#FFF;
	background:#034567;
}
#news.id7 .mapBtnList li.start a{
	color:#FFF;
	background:#F6A100;
}
#news.id7 .mapBtnList li.tenkm a{
	color:#FFF;
	background:#F6A100;
}
#news.id7 .mapBtnList li.finish a{
	color:#FFF;
	background:#F6A100;
}
#news.id7 .mapBtnList li.shinjyuku a{
	color:#FFF;
	background:#EA5403;
}
#news.id7 .mapBtnList li.kanda a{
	color:#FFF;
	background:#0080CC;
}
#news.id7 .mapBtnList li.suitengu a{
	color:#FFF;
	background:#DBB300;
}
#news.id7 .mapBtnList li.asakusa a{
	color:#FFF;
	background:#019A45;
}
#news.id7 .mapBtnList li.ryogoku a{
	color:#FFF;
	background:#00A0E9;
}
#news.id7 .mapBtnList li.kiyosumi a{
	color:#FFF;
	background:#7D4698;
}
#news.id7 .mapBtnList li.ginza a{
	color:#FFF;
	background:#E3017E;
}
#news.id7 .mapBtnList li.hibiya a{
	color:#FFF;
	background:#6FBA2C;
}
#news.id7 .mapBtnList li.shiba a{
	color:#FFF;
	background:#0A3190;
}
#news.id7 .mapBtnList li.kako a{
	color:#FFF;
	background:#AAA;
}

#news.id7 .reportBtn a{
    display: block;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.1em;
    text-decoration: none;
    background: #000;
    color: #FFF;
    padding: 15px;
    width: 300px;
    margin: 0 auto 60px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
#news.id7 .reportBtn a:hover{
	background:#F04E37;
}

#news.id7 .khCell th {
    vertical-align: top;
}


#news.id7 .khList li .thumb {
    font-size: 18px;
    vertical-align: middle;
    line-height: 1.4em;
    background: #BF9E55;
    border-left: 1px solid #e5e5e5;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    width: 162px;
    padding: 50px 0;
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #FFF;
    /*line-height: 1em;*/
}
.categoryLead{
	font-size: 13px;
	line-height: 1.6;
	word-break: break-all;
	text-align: center;
	letter-spacing: 0.15em;
	padding: 0;
	margin: 30px auto 0;
}

/* faq
---------------- */
#faq h3.title{
	font-size: 18px;
	counter-reset: sample;
	padding-top: 80px;
	padding-bottom: 0;
	font-weight: bold;
}
#faq .subNav li { margin: 0 0 22px 22px}
#faq .subNav li:nth-child(3) .slash:after{ display:none; }

#qaList {margin: 0 0 50px;}
#qaList .subNav{line-height: 150%; margin-bottom:0;}
#qaList .cmnList li {border-bottom: 1px solid #ddd; margin-bottom: 0;}
#qaList .cmnList a{ font-size: 16px; line-height: 1.5em; padding: 15px 0 15px 30px;  border-left: none; transition: .3s;}
#qaList .cmnList a::before{ display: none; }
#qaList .cmnList a span{ position:absolute; left:0; top:14px;  }
#qaList dd{ text-indent:0; padding-left:0; }
#qaList dl span {
	font-family: 'Hind Madurai',"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	font-size: 24px;
	display: block;
	margin: 0 0 5px;
}
#qaList dd span { color: #f04e37; }
#qaList dd p { display: inline; }
#qaList .lead { text-align: center; margin: 50px auto 20px; }
#qaList dl {margin: 0 0 100px;}
#qaList dt,
#qaList dd{ line-height: 150%; font-size: 18px; }
#qaList dt {margin-bottom: 50px;}
#qaList .cmnList a span{color:#333;font-size: 16px;}
#qaList .cmnList a span:before {
	counter-increment: sample;
	content: "Q"counter(sample)".";
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	font-family: 'Hind Madurai',"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
}
#qaList .cmnList a:hover span:before {color: #f04e37;}

#faq .article .contact{ padding-top: 70px; }
#faq .article .contact .lead{ font-size: 16px;margin-bottom: 30px;}
#faq .article .contact .tit{ font-weight: bold;margin-bottom: 5px;}
#faq .article .contact .box{ font-size: 13px; border: 1px solid #ccc; box-sizing: border-box; padding: 20px; }
#faq .article .contact .box .subTxt{ font-size: 12px;}

.searchBox {
	width: 420px;
	position: relative;
	margin: -50px auto 50px;
	background: #fff;
	border: solid 1px #aaa;
	border-radius: 5px;
}
.searchBox input {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
	font-size: 15px;
	line-height: 1.4em;
	box-sizing: border-box;
}
.searchBox input[type="text"] {
	width: 90%;
	height: 40px;
	margin: 0;
	padding: 0 10px;
	background: #fff;
	border:none;
	border-radius: 5px;
}
.searchBox input[type="text"]:placeholder-shown { color: #ccc;}
.searchBox input[type="text"]::-webkit-input-placeholder { color: #ccc;}
.searchBox input[type="submit"]{
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	line-height: 40px;
	font-size: 20px;
	color: #999;
	background: transparent;
	font-weight: bold;
	border-radius: 30px;
	cursor: pointer;
	border: none;
	z-index: 2;
	font-family: FontAwesome;
}
.searchBox input[type="submit"]:hover { color: #222;}
.searchBox input[type="text"]:placeholder-shown { color: #ccc!important;}

/* 利用規約
============================== */
#terms .inner { line-height: 170%; font-size: 13px; }
#terms .inner .area { border-bottom: 1px solid #ccc; padding: 0 0 80px; margin: 0 0 80px; position: relative; }
#terms .inner .area:last-child { border: none; margin: 0; }
#terms .inner .tit { font-size: 24px; margin: 0 0 50px; line-height: 140%; }
#terms .inner p { margin: 30px 0;}
#terms .inner dt { font-weight: bold; font-size: 14px; margin: 0 0 3px; }
#terms .inner dd {margin: 0 0 30px;}
#terms .inner dd:last-child {margin: 0;}
#terms .inner .decimal li { list-style: decimal outside none; padding: 0; margin: 0 0 5px; }
#terms .inner .disc li,
#terms .inner .privacyArea .decimal li,
#terms .inner li li {line-height: 150%;}
#terms .inner .disc li { list-style: disc; padding: 0; margin: 0 0 5px; }
#terms .inner ul {padding: 0 0 10px 20px;}
#terms .inner ul.child {padding-top: 6px;}
#terms .inner .address { display: block; margin: 15px 0 0 ; }
#terms .inner .anchor { position: absolute; top: -140px; left: 0; }
#terms .joinArea .disc {padding-bottom: 0;}


/* リーダーページ
============================== */

/* 全体
-------------------- */
body#leader .sectionTit{
  background: #e94829;
	color: #fff;
}
body#leader .anchorRelayNav{
	position: relative;
	z-index: 10;
}
body#leader .thumb,
body#leader .phArea li {position: relative;}
body#leader .phArea li .dummy{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
body#leader .phArea li#ph01 .dummy{background-image: url(/static/volunteer/cmn/feature/leader/ph2-1.jpg);}
body#leader .phArea li#ph02 .dummy{background-image: url(/static/volunteer/cmn/feature/leader/ph2-2.jpg);}
body#leader .phArea li#ph03 .dummy{background-image: url(/static/volunteer/cmn/feature/leader/ph3-1.jpg);}
body#leader .phArea li#ph04 .dummy{background-image: url(/static/volunteer/cmn/feature/leader/ph3-2.jpg);}
body#leader .phArea li#ph05 .dummy{background-image: url(/static/volunteer/cmn/feature/leader/ph5-1.jpg);}
body#leader .phArea li#ph06 .dummy{background-image: url(/static/volunteer/cmn/feature/leader/ph5-2.jpg);}
body#leader .phArea li#ph07 .dummy{background-image: url(/static/volunteer/cmn/feature/leader/ph5-3.jpg);}
body#leader .phArea li#ph08 .dummy{background-image: url(/static/volunteer/cmn/feature/leader/ph5-4.jpg);}

body#leader .block {position: relative;}
body#leader .anchor {position: absolute;}
body#leader .anchorRelayNav a { display: block; background: #BF9E55; }
body#leader .inner {position: relative; padding-top: 40px;}
body#leader h3 {position: relative;}
body#leader h3 + .txt{ line-height: 1.6em; }
body#leader .txt .note {
	font-weight: normal;
	font-size: 10px;
	color: #666;
	padding: 0 2px;
	vertical-align: 1px;
}
body#leader .list li {margin: 0 0 5px;}
body#leader .list li:last-child {margin: 0;}
body#leader .box {
	padding: 25px;
	margin: 0 0 30px;
	border: 1px solid #BF9E55;
	color: #7d590a;
	font-size: 13px;
}
body#leader .box .txt {font-size: 13px;}
body#leader .boxTit { font-weight: bold; margin: 0 0 10px; font-size: 15px; }
body#leader .subTit { font-weight: bold; font-size: 20px; margin: 0 0 10px;}
body#leader .subTit:before,
body#leader  .roleList dt:before { content: '●'; color: #F04E37; margin-right: 3px; }
body#leader .area {margin: 0 0 50px;}
body#leader a i { font-weight: normal!important; margin-left: 4px; }


/* 役割
-------------------- */
body#leader  .roleList {margin: 0 0 30px;}
body#leader  .roleList dt { font-weight: bold; margin: 0 0 5px; }
body#leader  .roleList dd { margin: 0 0 15px; }
body#leader  .movieTit{ font-weight: bold; font-size: 14px; margin: 0 0 14px; clear: both; }
body#leader  .movieTit:before {
	content: '';
	width: 12px;
	height: 12px;
	display: inline-block;
	background: url(/static/volunteer/cmn/feature/about/ico_title.png) no-repeat center;
	background-size: 12px;
	margin: 0 5px 0 0 ;
	vertical-align: -1px;
}

/* 選考
-------------------- */
body#leader #selectionL .column {margin: 0 0 30px;}
body#leader #selectionL .columnTit {
	margin: 0 0 10px;
	text-align: center;
	margin: 0 0 25px;
	padding: 5px;
	background: #eee;
	font-weight: bold;
}
body#leader #selectionL .selectionList li { list-style: none; text-align: center; margin: 0 0 32px; position: relative; }
body#leader #selectionL .selectionList li span{
	display: block;
	border: 1px solid #aaa;
	padding: 6px 10px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
}
body#leader #selectionL .selectionList li:after {
	content: '\f0d7';
	position:absolute;
	bottom: -25px;
	left: 50%;
	font-family: 'FontAwesome';
	color: #BF9E55;
}
body#leader #selectionL .selectionList li:last-child:after {display: none;}
body#leader #selectionL .ref{ font-size: 13px; color: #666; text-align: right; margin-top: -10px; }
body#leader #selectionL .phArea li {float: none; margin: 0 0 5px;}
body#leader #selectionL .box {border: 4px double #BF9E55;}
body#leader #selectionL .box .txt {margin: 0 0 15px;}
body#leader #selectionL .list { border-top: 1px dashed #BF9E55; padding: 15px 0 0;}

/* 更新
-------------------- */
body#leader #renewalL .box { border: 1px solid #bbb; color: #666; font-size: 12px; margin: 0 0 40px; }
body#leader #renewalL .boxTit {font-weight: normal;}

/* 活動実績・スキルアップ講習
-------------------- */
body#leader #activityL .box { padding: 0; border: none; color: #000; }
body#leader #activityL .box .phArea li { width: 180px; height: 180px; }
body#leader #activityL .box .txt {margin: 0;}
body#leader #activityL,
body#leader #activityL .activity02 .box {margin: 0;}
body#leader #activityL .subTit + .txt { margin: 0 0 20px; line-height: 1.6em; font-size: 14px; }
body#leader #activityL .activity02 .list {margin: 0 0 20px;}
body#leader #activityL .list a{ margin: 0 0 0 5px;}
body#leader #activityL .list a i {margin: 0 0 0 20px;}

/* ボランティアリーダーリレー
-------------------- */
body#leader #sectionRelay { background: #f04e37; color: #fff; }
body#leader #sectionRelay h3 { color: #fff; border-bottom-color: #fff; }
body#leader h3 span{
	width: 30px;
	height: 30px;
	font-family: 'Hind Madurai',"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	text-align: center;
	font-size: 22px;
	line-height: 32px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: url(/static/volunteer/cmn/feature/leader/bg_mega_org.png) no-repeat center;
	background-size: 30px auto;
	color: #fff;
	margin-top: -15px;
	position: absolute;
	left: 0;
	top: 50%;
}
body#leader #sectionRelay h3 span{ background-image: url(/static/volunteer/cmn/feature/leader/bg_mega.png) ; color: #f04e37; }
body#leader #sectionRelay .box,
body#leader #inlineOver .box { color: #000; background: #fff; position: relative; border: none; }
body#leader #sectionRelay .issue,
body#leader #inlineOver .issue {
	font-size: 26px;
	font-family: 'Hind Madurai',"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	position: absolute;
	top: 25px;
	right: 25px;
	color: #BF9E55;
}
body#leader #sectionRelay .issue span,
body#leader #inlineOver .issue span{font-size: 15px;}
body#leader #sectionRelay .yomi,
body#leader #inlineOver .yomi{margin: 0 -2px;}
body#leader #sectionRelay .role,
body#leader #inlineOver .role{ position: relative; line-height: 1.4; color: #666; }
body#leader #sectionRelay .question dt,
body#leader #inlineOver .question dt{ font-weight: bold; margin: 0 0 8px; }
body#leader #sectionRelay .question dt:before,
body#leader #inlineOver .question dt:before {
	content: "Q.";
	margin-right: 5px;
	color: #f04e37;
	font-family: 'Hind Madurai',"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
}
body#leader #sectionRelay .question dd:last-child,
body#leader #inlineOver .question dd:last-child{margin: 0;}
body#leader #sectionRelay .video embed,
body#leader #inlineOver .video embed{width: 100%;}
body#leader #sectionRelay .thumb .dummy,
body#leader #inlineOver .thumb .dummy{
	width: 100%;
	height: 100%;
	position: static;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
body#leader #sectionRelay .subTit,
body#leader #inlineOver .subTit{margin: 0 0 20px;}
body#leader #sectionRelay .archive li {position: relative;}
body#leader #sectionRelay .archive li a {display: block;}
body#leader #sectionRelay .archive li span em {
	font-family: 'Hind Madurai', sans-serif;
	font-size: 14px;
	margin: 0 0 5px;
	display: inline-block;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #bf9e55;
}
body#leader #sectionRelay .archive .thumb{
	width: 100%;
	height: 200px;
	float: none;
	overflow: hidden;
	background: #000;
}
body#leader #sectionRelay .archive .thumb img{ transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; }
body#leader #sectionRelay .archive .txtSide {display: none;}
body#leader #relayL .subTit:before{color: #fff;}

/* ポップアップ */
body#leader #inlineOver{
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1200;
	background: rgba(240, 78, 55,0.9);
}
body#leader #coverInline{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:600;
}
body#leader #inlineOver .box{ display: none; position: fixed; z-index: 1200; }
body#leader #inlineOver .box > div{ height:100%; position: relative; }
body#leader #inlineOver .close{
	width: 40px;
	height: 40px;
	cursor: pointer;
	position: absolute;
	top: -101px;
	right: -86px;
	padding: 20px 30px 0 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
body#leader #inlineOver .close span{
	width: 40px;
	display:block;
	height:4px;
	background:#fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
}
body#leader #inlineOver .close:hover span {background: #000;}
body#leader #inlineOver .close span.lb{ transform: rotate(45deg);-webkit-transform: rotate(45deg);}
body#leader #inlineOver .close span.rb{ transform: rotate(-45deg);-webkit-transform: rotate(-45deg);top: -4px;}

/* BBS
============================== */
body#bbs input,body#bbs select,body#bbs textarea {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
body#bbs #container { padding-bottom: 50px;}
body#bbs .sectionTit {
	background: #00A0E9;
    color: #fff;
}
body#bbs .searchBox {
  position: relative;
  width: 60%;
  margin: 80px auto 50px;
}
body#bbs .searchBox input[type="submit"] {
	width: 40px;
	font-family: FontAwesome;
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
	color: #9fa3a7;
	background: transparent;
	border: none;
	border-radius: 30px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	cursor: pointer;
}
body#bbs .bbsList li { margin: 0 0 25px;}
body#bbs .bbsList li:last-child { margin-bottom: 0;}
body#bbs .bbsList li a {
	display: block;
	text-decoration: none;
	border-left-width: 5px;
    border-left-style: solid;
    border-color: #00A0E9;
/*    padding-left: 13px;*/
	padding: 7px 0 7px 13px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
body#bbs .back {
	text-align: center;
}
body#bbs .back a {
	font-family: 'Hind Madurai', sans-serif;
    font-weight: 700;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
body#bbs .bbsList li .date {
    font-family: 'Hind Madurai', sans-serif;
    font-size: 12px;
    margin-bottom: 5px;
    letter-spacing: 0.05em;
    opacity: 0.5;
}
body#bbs .bbsList li .tit { font-size: 18px; line-height: 1.5;}
body#bbs .bbsList li .tit .comment {
	font-family: 'Hind Madurai', sans-serif;
    font-weight: 600;
    font-size: 12px;
    padding-left: 8px;
    color: #aaa;
    position: relative;
    top: -2px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
body#bbs .bbsList li .tit .comment i {
	font-weight: bold;
    font-size: 12px;
    margin-right: 4px;
}
body#bbs.top .searchArea .searchCat,body#bbs.top .searchArea .threadSort { display: none;}
body#bbs.top .mainList { margin: 0 0 30px;}
body#bbs.top .mainList,body#bbs.top .leaderLink a {
	padding: 50px 60px;
	box-shadow: 4px 16px 19px rgba(0, 0, 0, 0.1);
}
body#bbs.top .mainList dt,body#bbs.top .leaderLink a { font-size: 24px; font-weight: bold;}
body#bbs.top .mainList dt,body#bbs.top .leaderLink a { position: relative;}
body#bbs.top .mainList dt .icon,body#bbs.top .leaderLink a .icon {
	display: inline-block;
	width: 50px;
	position: absolute;
	top: -1px;
	left: -18px;
}
body#bbs.top .mainList dt > p,body#bbs.top .leaderLink a .tit {
	padding: 5px 0 0 46px;
	position: relative;
	line-height: 1.5;
	font-weight: normal;
}
body#bbs.top .mainList dt { margin: 0 0 50px;}
body#bbs.top .leaderLink a {
	display: block;
	text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
body#bbs.top .leaderLink a .tit { position: relative;}
body#bbs.top .leaderLink a .tit:before {
	content: "";
	width: 14px;
	height: 14px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -5px;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
}
body#bbs.top .leaderLink a .tit .label,body#bbs.top .mainList dt .label { display: inline-block;}
body#bbs.top .leaderLink a .tit .label span,body#bbs.top .mainList dt .label span {
	padding: 5px 12px;
    font-size: 14px;
    background: #00a0e9;
    color: #fff;
    font-weight: bold;
    position: relative;
    top: -3px;
    margin-left: 15px;
    display: inline-block;
}
body#bbs.top .ng {
	font-size: 20px;
	line-height: 1.6em;
    letter-spacing: 0.1em;
    color: #888;
    text-align: center;
    margin: 0 0 40px;
}
body#bbs.top .ruleLink { text-align: center; margin: 0 0 60px;}
body#bbs.top .ruleLink a {
	position: relative;
	padding-right: 10px;
	text-decoration: none;
	font-size: 16px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
body#bbs.top .ruleLink a:after {
	content: "";
	width: 9px;
	height: 9px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -3.5px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
body#bbs .titArea .tit {
	font-size: 26px;
    line-height: 150%;
    word-break: break-word;
    margin: 0 0 10px;
}
body#bbs .titArea .tit .comment {
	font-size: 13px;
	font-family: 'Hind Madurai', sans-serif;
    font-weight: 600;
    padding-left: 5px;
    color: #aaa;
    position: relative;
    top: -2px;
}
body#bbs .titArea .tit .comment i {
	font-weight: bold;
    margin-right: 4px;
}
body#bbs .titArea .date {
	font-size: 14px;

    font-family: 'Hind Madurai', sans-serif;
    letter-spacing: 0.05em;
    opacity: 0.5;
}
body#bbs .titArea .thumb {
	position: relative;
	line-height: 0;
    margin: 0 0 30px;
    padding: 30px 0 0;
}
body#bbs .titArea .lead { line-height: 1.8; letter-spacing: 0.05em;}
body#bbs .titArea .thumb .dummy,body#bbs .commentArea .thumb .dummy{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
body#bbs .titArea .back {
	margin-top: 15px;
	padding-left: 15px;
	position: relative;
	display: inline-block;
}
body#bbs .titArea .back:before {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(-135deg);
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -5px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
body#bbs .formArea { padding: 40px 0;}
body#bbs .formArea li { margin: 0 0 10px;}
body#bbs .formArea textarea { background: #fff;}
body#bbs .formArea .btn { margin: 0;}
body#bbs .formArea .user { font-size: 16px;}
body#bbs .formArea .subList { padding-top: 10px;}
body#bbs .formArea .subList li { 
	font-size: 11px;
	font-weight: bold;
    margin: 0;
}
body#bbs .formArea .user i {
	margin-right: 10px;
	color: #999;
	font-size: 26px;
	vertical-align: middle;
}
body#bbs .formArea .notes {
	padding: 20px 0;
	font-size: 0.8em;
	line-height: 1.6em;
}
body#bbs .formArea .notes dt { font-weight: bold; margin: 0 0 5px;}
body#bbs .formArea .notes li { margin: 0 0 5px 1em; text-indent: -0.6em;}
body#bbs .commentList li { padding: 40px 20px; border-bottom: 1px solid #aaa; position: relative; }
body#bbs .commentList li:first-child { border-top: 1px solid #aaa;}
body#bbs .commentList li .report {
	position: absolute;
    right: 20px;
    top: 40px;
    font-size: 0.8em;
}
body#bbs .commentList li .report a { color: #999;}
body#bbs .commentArea .user {
	margin: 0 0 20px;
	font-weight: bold;
	padding-right: 40px;
	font-size: 13px;
}
body#bbs .commentArea .txt { margin: 0 0 12px; line-height: 2; letter-spacing: 0.04em;}
body#bbs .commentArea .thumb {
	position: relative;
	width: 33%;
	line-height: 0;
	margin: 20px auto 10px;
}
body#bbs .commentArea .date {
	font-size: 12px;
	font-family: 'Hind Madurai', sans-serif;
    letter-spacing: 0.05em;
    opacity: 0.5;
    text-align: right;
    font-weight: 400;
    display: block;
}
body#bbs .commentPost .back { padding-top: 20px;}
body#bbs textarea {
	color: inherit;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0.06em;
    -webkit-appearance: none;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    background: transparent;
    box-shadow: none;
    border-radius: 0.3em;
    border: 1px solid #ddd;
    padding: 0.5em;
    height: 5em;
}
body#bbs .formList { margin: 0 0 30px;}
body#bbs .formList dt {
	opacity: 0.5;
	margin: 0 0 3px;
	font-size: 12px;
}
body#bbs .formList dd { margin: 0 0 25px;}
body#bbs .errorlist { margin: 0 0 30px;}
body#bbs .errorlist li {
	color: #ef0000;
	margin: 0 0 10px;
} 
body#bbs.form { padding-top: 80px;}
body#bbs.form .lead { margin: 0 0 30px;}
body#bbs.form .date { margin: 0;}
body#bbs.form.complete .lead { text-align: center;}
body#bbs.report .formArea {
	margin: 40px 0 0;
	border-top: 1px solid #aaa;
}
body#bbs.reportConfirm .lead { margin-bottom: 0;}
body#bbs.thread .commentList { margin: 0 0 40px;}
body#bbs.leader .back { padding-top: 20px;}
body#bbs.leader .bbsList li a { border-color: #65e24a;}

/* スキルアップ講習イベントレポート
============================== */

/* 共通 */
.detail.report .ph,
.detail.report .thumb img,
.detail.report .phList li{
	height: auto;
	background: no-repeat center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	line-height: 0;
}
.detail.report #ph01 {background-image: url(/static/volunteer/cmn/feature/report/skillup01/ph_01.jpg);}
.detail.report #ph02 {background-image: url(/static/volunteer/cmn/feature/report/skillup01/ph_02.jpg);}
.detail.report #ph03 {background-image: url(/static/volunteer/cmn/feature/report/skillup01/ph_03.jpg);}
.detail.report #ph04 {background-image: url(/static/volunteer/cmn/feature/report/skillup01/ph_04.jpg);}
.detail.report #ph05 {background-image: url(/static/volunteer/cmn/feature/report/skillup01/ph_05.jpg);}
.detail.report #ph06 {background-image: url(/static/volunteer/cmn/feature/report/skillup01/ph_06.jpg); background-position: 90% center;}
.detail.report #ph07 {background-image: url(/static/volunteer/cmn/feature/report/skillup01/ph_07.jpg);}
.detail.report #ph08 {background-image: url(/static/volunteer/cmn/feature/report/skillup01/ph_08.jpg);}
.detail.report #ph08:after {
	content: "※写真はイメージです";
	position: absolute;
	color: #666;
	bottom: 12px;
}
.detail.report #thumb01 {background-image: url(/static/volunteer/cmn/feature/report/skillup01/thumb_01.jpg);}
.detail.report #thumb02 {background-image: url(/static/volunteer/cmn/feature/report/skillup01/thumb_02.jpg);}
.detail.report #thumb03 {background-image: url(/static/volunteer/cmn/feature/report/skillup01/thumb_03.jpg);}
.detail.report .ph img,
.detail.report .thumb img,
.detail.report .area { position: relative;}
.detail.report .headSection .catTit{position: relative}
.detail.report .headSection .catTit:after{ content: ''; display: block; background: #000; position: relative; }
.detail.report .headSection .tit span{display: block;}
.detail.report .headSection .eventDetail{ font-size: 14px; color: #666; line-height: 180%; }
.detail.report .headSection .eventDetail dt{float: left;}
.detail.report .headSection .eventDetail dd {padding: 0 0 0 3em;}
.detail.report .mainSection .lead {font-weight: bold;}
.detail.report .phList li { float: left; position: relative; }
.detail.report .phList li img{ width: 100%; height: 100%; position: static; }
.detail.report .caption {color: #7d590a;}
.detail.report .voiceList li .interview dt { font-weight: bold; margin: 0 0 5px; }
.detail.report .voiceList li .interview dt:before {
	content: "Q.";
	margin-right: 5px;
	color: #f04e37;
	font-family: 'Hind Madurai',"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
}
.detail.report .voiceList li .interview dd:last-child {margin: 0;}
.detail.report .overviewSection .tit {
	font-size: 20px;
	letter-spacing: 0.1em;
	text-align: left;
	border-left: 4px solid #111;
	padding-left: 8px;
	margin-bottom: 15px;
	line-height: 100%;
	padding-top: 2px;
}
.detail.report .overviewSection dl{border: 1px solid #ccc;}
.detail.report .overviewSection dt{ width: 3em; float: left; margin-right: 1%; }
.detail.report .overviewSection dd{ border-left: 1px solid #ddd; font-size: 13px; overflow: hidden; padding-left: 2%; }
.detail.report .overviewSection dd:last-child{ margin-bottom: 0;}
.detail.report .sign {text-align: right;}

/* skillup2 */
.detail.report .report02 #ph01 {background-image: url(/static/volunteer/cmn/feature/report/skillup02/ph_01.jpg);}
.detail.report .report02 #ph02 {background-image: url(/static/volunteer/cmn/feature/report/skillup02/ph_02.jpg);}
.detail.report .report02 #ph03 {background-image: url(/static/volunteer/cmn/feature/report/skillup02/ph_03.jpg);}
.detail.report .report02 #ph04 {background-image: url(/static/volunteer/cmn/feature/report/skillup02/ph_04.jpg);}
.detail.report .report02 #ph05 {background-image: url(/static/volunteer/cmn/feature/report/skillup02/ph_05.jpg);}
.detail.report .report02 #ph06 {background-image: url(/static/volunteer/cmn/feature/report/skillup02/ph_06.jpg);}
.detail.report .report02 #ph07 {background-image: url(/static/volunteer/cmn/feature/report/skillup02/ph_07.jpg);}
.detail.report .report02 #ph08 {background-image: url(/static/volunteer/cmn/feature/report/skillup02/ph_08.jpg);}
.detail.report .report02 #ph09 {background-image: url(/static/volunteer/cmn/feature/report/skillup02/ph_09.jpg);}
.detail.report .report02 #thumb01 {background-image: url(/static/volunteer/cmn/feature/report/skillup02/thumb_01.jpg);    background-position: -10px bottom;}
.detail.report .report02 #thumb02 {background-image: url(/static/volunteer/cmn/feature/report/skillup02/thumb_02.jpg);}
.detail.report .report02 .mainSection .floatPh { margin: 0; padding: 0; border: none; }
.detail.report .report02 .phList.list04 {margin: 0 0 5px;}
.detail.report .report02 .mainSection .pictArea .ph {border: 1px solid #ccc;}


/* sitemap
============================== */
.detail.sitemap .mapList:last-child {margin-right: 0;}
.detail.sitemap .mapList > li {
	margin: 0 0 25px;
	background: url(/static/volunteer/cmn/feature/about/ico_title.png) no-repeat left 3px;
	background-size: 12px;
	padding-left: 20px;
}
.detail.sitemap .mapList li a,
.detail.sitemap .mapList li span {
	text-decoration: none;
	font-family: 'Hind Madurai',"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.detail.sitemap .mapList .jpTit {
	font-size: 12px;
	color: #777;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.detail.sitemap .childList li a{font-size: 13px;}
.detail.sitemap .mapList .coming span,
.detail.sitemap .mapList .coming .jpTit { color: #ccc; font-weight: normal; }
.detail.sitemap .mapList > li.coming {
	background-image: url(/static/volunteer/cmn/feature/about/ico_title_gry.png);
}
.detail.sitemap .menuTit { color: #777; letter-spacing: 0.05em; }
.detail.sitemap .inner .supportList li {display: inline-block;}
.detail.sitemap .inner .supportList li a { text-decoration: none; margin: 0 25px 0 0 ; }
.detail.sitemap .inner .supportList li a:before {
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 6px;
	background: #b9b8b8;
	margin: 0 7px 0 0;
	vertical-align: 2px;
}

/* about
======================= */
/* #lead
--------------- */
.detail.about #lead h1{ display:none;}
.detail.about .quo {font-family: sans-serif;}


/* Questioneer
======================= */
.detail#questionnaire .thumb { position: relative; line-height: 0; border: 1px solid ; }
.detail#questionnaire .questionList dt {
	float: none;
	width: auto;
	text-align: left;
	border-left: 3px solid;
	line-height: 1.5;
}
.detail#questionnaire .questionList dd div{ display:block;}
.detail#questionnaire .questionList dd .rule { display: block; }

.icoMust { display: inline-block; position: relative; }
.questionCnfirm .icoMust {display:none;}
.icoMust::before {
	content: '必須';
	display: block;
	background: #ef2323;
	color: #fff;
	font-size: 11px;
	letter-spacing: 0.3em;
	text-align: center;
	line-height: 100%;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	padding: 3px 2px 3px 6px;
	margin-left: 4px;
	position: relative;
	top: -2px;
}

.detail#questionnaire input[type="radio"],
.detail#questionnaire input[type="checkbox"],
.detail#questionnaire select {
	margin: 0 5px 0 0;
	cursor: pointer;
	vertical-align: -2px;
}
.detail#questionnaire textarea {line-height: 145%;}
.detail#questionnaire .questionCnfirm {width: 100%;}
.detail#questionnaire .btnTxt { margin: 0 0 20px; }
.detail#questionnaire .errorList { background: #ffeded; font-size: 13px; padding: 10px; margin: 0 0 15px; }
.detail#questionnaire .errorList li{ margin-bottom: 5px;  position: relative; list-style: none; }
.detail#questionnaire .errorList li:last-child{ margin-bottom: 0;}
.detail#questionnaire .errorList li:before {
	display: inline-block;
	content: "\f00c";
	color: #f00;
	font-family: "FontAwesome";
	margin-right: 5px;
	position: relative;
	left: 0;
}
/* new porject
============================== */
#terms.page--newproject.detail p{
	margin-bottom: 0;
}
#terms.page--newproject.detail .btn{
	margin-bottom: 20px;
}
#terms.page--newproject.detail .btn a{
	padding: 20px 40px;
}
#terms.page--newproject.detail .btn .sub{
	background: #000;
	color: #fff;
}
#terms.page--newproject.detail .btn .sub:hover{
	box-shadow: 0 4px 12px rgba(0, 0, 0, .4);
}

#pageTop{
	position: absolute;
	right: 2%;
	z-index: 500;
	bottom: 20px;
}
footer #pageTop a {
	display: block;
	width: 50px;
	height: 50px;
	position: relative;
	transition: .3s;
}
footer #pageTop a::after{
	content: '';
	display: block;
	width: 32px;
	height: 32px;
	border-top: 6px solid #000;
	border-right: 6px solid #000;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 9px;
	position: absolute;
	top: 7px;
}
footer #pageTop a::before{
	content: 'PAGE TOP';
	font-family: 'Hind Madurai', sans-serif;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 0;
	text-decoration: none;
	display: block;
	width: 120%;
	position: absolute;
	left: -5px;
	bottom: 1px;
}
footer #pageTop a:hover::before{
	color: #000;
}

/* PC only
============================== */
@media screen and (min-width: 960px) and (max-width: 1300px) {
	#home .sectionTop .blockPhoto-lead{ width: 564px;}

	header h1 { width: 400px; height: 50px;}
	header .g-nav ul li a { font-size: 14px;}
	header .headerInner { padding-left:3%; padding-right:3%; }
	header .g-nav .ssl.regist, header .g-nav .ssl.mypage { margin-left: 0; }
	header .g-nav .ssl.logout a, header .g-nav .ssl.login a { font-size: 11px; }
	header .g-nav .ssl.regist a, header .g-nav .ssl.mypage a { font-size: 11px;  padding: 12px 15px 10px;}
}
@media screen and (min-width: 960px) and (max-width: 1180px) {
	header .headerInner { padding-left:2%; padding-right:2%; }
	header .g-nav .ssl.regist a, header .g-nav .ssl.mypage a { font-size: 11px;  padding: 12px 10px 10px;}
}


/* PC only
============================== */
@media screen and (min-width: 960px) {
	html, body{min-width: 1010px;}
	.sp{display: none; }
	.importantSp{display: none!important; }


	/* base
	================================= */
	a:hover { text-decoration: none; color: #f04e37;}


	/* layout
	============================== */

	footer #pageTop a:hover{
		-webkit-transform: translate3d(0,-5px,0);
		transform: translate3d(0,-5px,0);
	}
	#home #pageTop{
		position: absolute;
	}
	.btn{ text-align: center; }

	.btn a,
	.btn span,
	.btn input{
		display: inline-block;
		min-width: 200px;
		text-align: center;
		font-size: 16px;
		border: 1px solid;
		border-radius: 40px;
		-webkit-border-radius: 40px;
		-moz-border-radius: 2px;
		text-decoration: none;
		letter-spacing: 0.05em;
		padding: 15px 10px;
		position: relative;
		transition: .3s;
	}

	.btn .main{ background:#e94829; color: #fff; border: none;}
	.btn .main:hover{ box-shadow: 0 4px 12px rgba(0, 0, 0, .4); }
	.btn .sub:hover{ background: #000; color: #fff; }

	.detail #load{ display:none; }

	/* header
	------------------------------ */
	#home header{
		position: absolute;
		top: 30px;
		transition: none;
		opacity: 0;
		pointer-events: none;
	}
	#home header .headerInner{ transition: .3s;}
	#home.headerFixed header{
		position: fixed;
		top:0;
	}
	.headerFixed header{
		-webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
		box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
	}
	.headerFixed header .headerInner{
		padding: 15px 40px;
	}

	header.add-menu:after {
		position: absolute;
		top: 100%;
		content: '';
		display: block;
		width: 100%;
		height: 0;
		background: #000;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
	}
	header.add-menu.on:after { height: 69px;}
	header.add-menu .headerInner { padding: 0 40px;}
	.headerFixed header.add-menu .headerInner { padding: 0px 40px;}
	header.add-menu .g-nav li{ padding: 44px 0 44px 1.2%; transition: .3s;}
	header.add-menu .g-nav li.ssl.mypage,header.add-menu .g-nav .ssl.regist{ padding: 30px 0 30px 1.2%;}
	.headerFixed header.add-menu .g-nav li { padding: 29px 0 29px 1.2%;}
	.headerFixed header.add-menu .g-nav li.ssl.mypage,.headerFixed header.add-menu .g-nav li.ssl.regist{ padding: 20px 0 20px 1.2%;}
	header.add-menu .g-nav li .list-sub{
		display: none;
		position: absolute;
		top: 66px;
		left: 0;
	    width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		z-index: 99;
	}
	header.add-menu .g-nav li .list-sub li a:after { display: none;}
	header.add-menu .g-nav li .list-sub.news{ width: 250px;	text-align: left;	left:-30px}
	header.add-menu .g-nav .list-sub .comingsoon,
	header.add-menu .g-nav .list-sub a {
		padding: 20px 10px;
		line-height: 2;
		font-size: 14px;
		color: #fff!important;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}
	header.add-menu .g-nav .list-sub a:hover{opacity: 0.5}
	.headerFixed header.add-menu .g-nav li .list-sub { top: 50px;}

	/* footer
	------------------------------ */
	footer{
		width: 100%;
		position: absolute;
		bottom: 0;
	}

	/* container
	------------------------------ */

	.sectionTit{
		font-size: 50px;
		letter-spacing: 0;
		margin-bottom: 20px;
		position: relative;
	}

	.sectionTit span{
		font-size: 14px;
    letter-spacing: 0.15em;
    line-height: 60px;
	}
	#news.page--category3.detail .sectionTit,
	#news.page--category9.detail .sectionTit,
	#news.page--category10.detail .sectionTit,
	#news.page--category11.detail .sectionTit,
	#news.page--category13.detail .sectionTit,
	#news.page--category14.detail .sectionTit{ padding-bottom: 60px;}
	#home .sectionTit{ padding-bottom: 100px; }
	.detail .sectionTit.subCategory{ padding-top: 90px;}

	.cmnList .cat{
		font-size: 14px;
    padding-bottom: 5px;
    display: inline-block;
	}
	.cmnList li a,
	.cmnList li a *::after{
		transition: .3s;
	}
	.cmnList li a:hover *,
	.cmnList li a:hover .cat{

	}

	.cmnList li a:hover .cat:after{
		background: #f04e37;
		transition: .3s;
	}
	.infoNone{
		text-align: center;
		padding: 50px 0;
	}
	/* home
	============================== */
	.sectionLogin{ display: none !important;}
	.line { height: 200px;}
	.line:before{ height: 300px; transform: rotate(-6deg); -webkit-transform: rotate(-6deg); margin-left: -60%; }
	.line.under:before { 	height: 300px; transform: rotate(6deg); -webkit-transform: rotate(6deg); margin-left: -60%; }
	.bxSlider{ overflow: hidden; }
		.bx-wrapper {
	   max-width: 880px !important;
	    position: relative;
	    margin: 0 auto;
	    padding: 0;
	    top: 0;
	    left: 0;
	}
	/*.bx-wrapper .bx-controls{ display:none; }*/
		.bx-wrapper .bx-controls-direction{
			width: 800px;
			position: absolute;
			bottom: -36px;
		}
		.bx-wrapper .bx-controls-direction a{
			text-indent: -9999px;
			-webkit-transition: opacity 0.3s linear;
			transition: opacity 0.3s linear;
			width: 40px;
			background-size: contain;
			background-repeat: no-repeat;
		}
		.bx-wrapper .bx-controls-direction a:hover{
			opacity:0.5;
			-webkit-transition: opacity 0.3s linear;
			transition: opacity 0.3s linear;
		}
		.official .bxSlider{ margin-bottom: 60px; }
		.official .bx-wrapper .bx-controls-direction{
			bottom: 20px;
		}
		.official .bxSlider .tit{ font-weight: bold; font-size: 15px; margin-bottom: 15px; }
		.official .bx-wrapper .bx-controls-direction .bx-prev{
		background-image: url(/static/volunteer/cmn/marathon/gallery/ico_left_b.png);
		}
		.official .bx-wrapper .bx-controls-direction .bx-next{
			background-image: url(/static/volunteer/cmn/marathon/gallery/ico_right_b.png);
		}
	.bx-wrapper .bx-viewport {
	    -moz-box-shadow: none;
	    -webkit-box-shadow: none;
	    box-shadow: none;
	    overflow: visible !important;
	}

		.bx-wrapper .bx-controls-direction .bx-next{
			background-image: url(/static/volunteer/fanclub-pc/top/ico_right.png);
			position: absolute;
			bottom: 0;
			right: 0;
		}
		.bx-wrapper .bx-controls-direction .bx-prev{
			background-image: url(/static/volunteer/fanclub-pc/top/ico_left.png);
			position: absolute;
			bottom: 0;
			left: 0;
		}

		.bx-wrapper .bx-pager.bx-default-pager a {
			display: inline-block;
			width: 12px;
			height: 15px;
			background: url(/static/volunteer/fanclub-pc/top/ico_nav.png) no-repeat center;
			background-size: 12px 15px;
			-webkit-background-size: 12px 15px;
			-moz-background-size: 12px 15px;
			text-indent: -9999px;
			margin: 0 5px;
			outline: 0;
		}

		.bx-wrapper .bx-pager.bx-default-pager a:hover,
		.bx-wrapper .bx-pager.bx-default-pager a.active {
			background: url(/static/volunteer/fanclub-pc/top/ico_current.png) no-repeat center;
			background-size: 12px 15px;
			-webkit-background-size: 12px 15px;
			-moz-background-size: 12px 15px;
		}

		.bx-wrapper .bx-pager {bottom: -40px;}

/*
	.new{
		width: 40px;
		height: 52px;
		background-image: url(/static/volunteer/cmn/ico_up.png);
		top: -17px;
		left: -13px;
		z-index: 30;
	}
*/

	/* 下層
	============================== */


	/* 共通
	-------------------- */

	body.detail{ }
	.detail #container{ padding-bottom: 10px;}
	.detail .inner{ width: 800px; margin: 0 auto; }
	.detail .sectionTit{ padding: 80px 0 90px; margin-bottom: 60px;}
	.detail .sectionTit span{
		line-height: 6px;
    top: 30px;
    z-index: 10;
    font-weight: bold;
    letter-spacing: 0;
	}

	.detail #header{ display: block; top: 0 !important;min-width: 1200px;}
	.detail .cmnList li a{ display: block; }
	.detail .cmnList li a .thumb{
		width: 162px;
		height:120px;
		margin-bottom: 15px;
	}
	.cmnList li a .thumb img{ height: 100%; }
	.detail .cmnList li a .thumb:before,
	.detail .cmnList li a .thumb:after{
		height: 30px;
		transform: rotate(6deg);
		-webkit-transform: rotate(6deg);
		z-index: 20;
	}

	.detail .cmnList li a .thumb:before{ top: -21px; }
	.detail .cmnList li a .thumb:after{
		transform: rotate(-6deg);
		-webkit-transform: rotate(-6deg);
		bottom: -21px;
	}
	.detail .cmnList li .cat{
    padding-right: 30px;
	}
	.detail .cmnList li .cat::after {
		width: 20px;
		right: 3px;
		margin-top: -4px;
	}
	.detail .cmnList li .tit { font-size:16px; margin-bottom: 2px; }

	.detail.official .cmnList li a .text{ padding-top: 19px; }

	.detail.official h3.tit{
	font-family: 'Hind Madurai',"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 150%;
	letter-spacing: 0.05em;
	padding-bottom: 35px;
	margin-bottom: 10px;
	}

	.detail.official h3.tit:after{
    content: '';
    display: block;
    background: #000;
    position: relative;
    width: 60px;
    height: 3px;
    bottom: -11px;
}
/*
	.detail.entry .cmnList li{ position:relative; margin-bottom: 70px; }
	.detail.entry .cmnList li:after{
		content: '';
		display: block;
		height: 2px;
		width: 50px;
		position: relative;
		bottom: -35px;
		left: 14px;
		background: #000;
	}
	.detail.entry .cmnList li:last-child:after,
	.detail.entry .cmnList.article li:after
	{ display:none; }

	.detail.entry .cmnList li a .tit{
		font-size: 18px;
		line-height: 160%;
		margin-bottom: 6px;
	}
	.detail.entry .cmnList li a .text{ padding-left:0; }
	.detail.entry .cmnList li a .date{
	display: inline-block;
	font-size:13px;
	}
	.detail.entry .cmnList li a .new{
		display: inline;
		font-family: 'Hind Madurai';
		background: none;
		position: static;
		font-size: 12px;
		color: #f04e37;

	 }
*/
#news.page--detail{
	padding-top: 80px;
}
	.btn.back{
		letter-spacing: 0.1em;
		font-size: 16px;
		padding: 30px 0 0;
	}

	.btn.back a{
		font-weight: bold;
		font-size: 16px;
		letter-spacing: 0.05em;
	}

	.article h3{
		font-size: 30px;
		line-height: 150%;
		margin-bottom: 10px;
	}
	.article .date{
		font-size: 18px;
		margin-bottom: 40px;
	}

	.article .text{ line-height: 200%;margin-bottom: 50px; }

	.article .new{
		background: none;
		display: inline;
		color: #f04e37;
		position: static;
		font-size: 15px;
	}

	.btn.back a:before {
		opacity: 1;
		font-size: 19px;
		font-weight: bold;
		margin-right: 4px;
		transition: left 0.3s ease;
		-webkit-transition: left 0.3s ease;
	}

	.btn.back a:hover {
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
	}

	.btn.back a:hover:before {
		left: -3px;
		transition: left 0.3s ease;
		-webkit-transition: left 0.3s ease;
	}
	.subNav{
		text-align:center;
		margin-bottom: 70px;
	}
	.subNav li{ display: inline-block; font-size: 15px; margin-right: 22px; }
	.subNav li:last-of-type{ margin-right: 0;}
	.subNav li .slash{ display:none;}
	.subNav li a,
	.subNav li span{ font-family: 'Hind Madurai', sans-serif;letter-spacing: 0.05em;font-weight: bold; text-decoration:none;}
	.pulldownBox{ display: none; }




	/* footer
	-------------------- */
	.detail #footer{ position: absolute;bottom: 0;}
	.detail #footer a,.detail #footer span{ color:#fff; }
	.detail #footer .line:before{
		transform: rotate(6deg);
		-webkit-transform: rotate(6deg);
		margin-left: -60%;
	}

	.detail #footer a:hover{ color: #f04e37;}


	/* 全体
	-------------------- */


	/* GALLERY
	---------------- */

	.gallery{ margin-bottom: 50px; }
	.gallery li {width: 125px; float:left; margin: 0 10px 10px 0;}
	.gallery li:nth-child(6n) { margin-right: 0; }
	.gallery li a { display:block; width: 100%; }
	.gallery li a img{
		background:no-repeat center;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
	}
	.gallery li a:hover { opacity: 0.7; }

	/* FAQ
	-------------------- */
	#qaList .subNav {
		width: 1000px;
    margin-left: -100px;
    font-size: 13px;
	}
	#qaList .subNav a {font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; font-size: 14px;}
	#qaList .subNav a::after{ background: #000;}

	/* リーダー
	-------------------- */
	body#leader .phArea li {
	    width: 210px;
	    height: 210px;
	    float: left;
	    margin: 0 5px 0 0;
	}
	body#leader .phArea li:last-child {margin: 0;}
	body#leader .txt {
	    font-size: 16px;
	    margin: 0 0 40px;
	}
	body#leader .block {margin: 0 0 130px;}
	body#leader .anchor {top: -115px;}
	body#leader .anchorRelayNav a {
		width: 190px;
    height: 190px;
    border-radius: 130px;
    position: absolute;
    right: -50px;
    top: -170px;
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transition: all .3s ease;
		transition: all .3s ease;

	}
	body#leader .anchorRelayNav a img{-webkit-backface-visibility: hidden;}
	body#leader .anchorRelayNav a:hover {
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
	}
	body#leader h3 {margin: 0 0 40px; padding: 0 0 0 55px; line-height: 1.8em;}
	body#leader h3 span{
	    background-size: 41px auto;
	    -webkit-background-size: 41px auto;
	    width: 40px;
	    height: 40px;
	    line-height: 40px;
	    font-size: 22px;
	    top: 50%;
	    margin-top: -22px;
	}
	body#leader h3 + .txt{font-weight: bold;}
	body#leader .left {float: left;}
	body#leader .right {
		float: right;
		margin: 0 0 0 40px;
	}
	body#leader .irrust {text-align: center;}
	body#leader .irrust img{
		width: auto;
	}
	/* 運営体制
	-------------------- */
	body#leader #systemL .irrust img {width: 650px;}

	/* 役割
	-------------------- */
	body#leader #roleL .roleList dt {    margin: 0 0 2px;}
	body#leader #roleL .column {position: relative;}
	body#leader #roleL .right {
		position: absolute;
		top: 0;
		right: 0;
	}
	body#leader #roleL .left {width: 100%; margin: 0 0 80px;}
	body#leader #roleL .movieTit{ font-size: 15px; margin: 0 0 20px; text-align: center; }
	body#leader .youtube { text-align: center;}
	body#leader iframe {
	    width: 640px;
	    height: 360px;
	}


	/* 選考
	-------------------- */
	body#leader #selectionL .left {width: 530px;}
	body#leader #selectionL .selectionList li span {margin: 0 70px;}

	/* 更新
	-------------------- */
	body#leader #renewalL .irrust img {width: 600px;}

	/* 活動実績・スキルアップ講習
	-------------------- */
	body#leader #activityL .box {padding: 5px;}

	/* ボランティアリーダーリレー
	-------------------- */
	body#leader #relayL {margin: 0 0 40px;}
	body#leader #sectionRelay{
		padding: 120px 0 40px;
    margin-bottom: 40px;
	}
	body#leader #sectionRelay .thumb,
	body#leader #inlineOver .thumb{
		width: 300px;
		height: 300px;
		float: left;
		margin: 0 30px 30px 0 ;
	}
	body#leader #sectionRelay .box,
	body#leader #inlineOver .box{padding: 50px;margin: 0 0 60px;}
	body#leader #sectionRelay .archive li {
	    width: 24.25%;
	    float: left;
	    margin-right: 1%;
	    margin-bottom: 15px;
	}
	body#leader #sectionRelay .archive li:nth-child(4n) {margin-right: 0;}
	body#leader #sectionRelay .archive li.comingsoon .thumb {background: transparent;}
	body#leader #sectionRelay .archive li.comingsoon .thumb img{background: rgba(255,255,255,0.1);}
	body#leader #sectionRelay .archive li.comingsoon span {
	    margin-top: -24px;
	    font-family: 'Hind Madurai', sans-serif;
	    font-size: 12px;
	    letter-spacing: 0.1em;
	    color: rgba(255,255,255,0.6);
	    opacity: 1;
	}
	body#leader #sectionRelay .archive a:hover .thumb img{
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		opacity: 0.2;
	}
	body#leader #sectionRelay .archive a:hover span {
		opacity: 1;
		color: #fff;
	}
	body#leader #sectionRelay .name,
	body#leader #inlineOver .name{
	    font-size: 26px;
	    margin: 0 0 36px;
	}
	body#leader #sectionRelay .name:after,
	body#leader #inlineOver .name:after{
	    content: '';
	    display: block;
	    width: 40px;
	    height: 3px;
	    bottom: -14px;
	    background: #000;
	    position: relative;
	}
	body#leader #sectionRelay .yomi,
	body#leader #sectionRelay .san,
	body#leader #inlineOver .yomi,
	body#leader #inlineOver .san{
	    font-size: 13px;
	    vertical-align: 3px;
	}
	body#leader #sectionRelay .role,
	body#leader #inlineOver .role{
	    font-size: 12px;
	    margin: 0 0 60px;
	    line-height: 1.8em;
	}
	body#leader #sectionRelay .txtSide,
	body#leader #inlineOver .txtSide{
	    position: absolute;
	    padding-left: 330px;
	    float: left;
	    padding: 70px 50px 0 330px;
	}
	body#leader #sectionRelay .question,
	body#leader #inlineOver .question{clear: both; margin: 0 0 10px;}
	body#leader #sectionRelay .question dt,
	body#leader #inlineOver .question dt{font-size: 15px;}
	body#leader #sectionRelay .question dd,
	body#leader #inlineOver .question dd{margin: 0 0 30px;}
	body#leader #sectionRelay .archive li span {
		display: inline-block;
		position: absolute;
		top: 50%;
		text-align: center;
		opacity: 0;
		margin-top: -38px;
		width: 100%;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		font-size: 15px;
	}
	body#leader #sectionRelay .archive li span .role {display: none;}
	body#leader #inlineOver .box{
	    width: 800px;
	    top: 54.5%;
	    left: 50%;
	    margin-left: -400px;
	    -webkit-transform: translateY(-50%);
	    transform: translateY(-50%);
	    height: 78%;
	    outline: none;
	}
	body#leader #inlineOver .box .boxInner {
		padding: 50px;
		position: relative;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	body#leader #inlineOver .close{
		display: none;
		position: fixed;
		top: 100px;
		right: 30px;
		z-index: 700;
	}
	body#leader #inlineOver .question {margin: 0;}
	body#leader #inlineOver .close.sp {display: none;}

	/* bbs
	======================= */

	body#bbs .bbsList li a:hover,body#bbs.top .leaderLink a:hover,body#bbs .back a:hover,body#bbs .bbsList li a:hover .tit .comment,body#bbs.top .ruleLink a:hover{ color: #00A0E9;}
	body#bbs.top .leaderLink a:hover .tit:before,body#bbs .titArea .back:hover:before,body#bbs.top .ruleLink a:hover:after{ border-color: #00A0E9;}
/*	body#bbs .formArea .photo label { float: left;}
	body#bbs .formArea .photo .size { display: block; text-align:right;}*/

	/* about
	======================= */

	.detail.about .inner { width: 880px;}

	.detail.about .block{ margin: 0 auto 160px; }
	.detail.about .box{ margin: 0 auto 120px; text-align:center;}
	.detail.about .lead{ line-height: 140%;font-size: 16px; text-align:left; }
	.detail.about .txt{ line-height: 170%; font-size: 16px; margin-bottom:8px;}
	.detail.about .tit{ line-height: 130%;font-weight: bold; font-size: 13px; margin-bottom: 10px;  }
	.detail.about .title{ font-size: 40px; text-align:center; margin-bottom: 60px;}
	.detail.about .contTit {
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
    background: url(/static/volunteer/cmn/feature/about/ico_title.png) no-repeat left -2px;
    background-size: 22px;
    padding-left: 28px;
    margin-bottom: 40px;
	}


	/* #lead
	--------------- */
	.detail.about #lead figure{ width: 240px; margin: 0 auto 20px; }
	.detail.about #lead h1{ display:none; text-align: center; font-weight:bold; font-size: 12px; margin-bottom: 30px; }
	.detail.about #lead h1 em{ display:block;font-weight:bold; font-size: 20px; margin: 5px auto; }
	.detail.about #lead h1 em span{ display:block; font-size:11px; font-weight:normal;}
	.detail.about #lead .lead{
		font-size: 30px;
		line-height: 150%;
		text-align: center;
		margin-bottom: 45px;
	 }
	.detail.about #lead .lead span{
		display: inline-block;
		font-weight: bold;
		margin-top: 15px;
	 }
	.detail.about #lead .lead span.em{ font-weight: normal;margin-top:0;}
	.detail.about #lead .lead .fullName {
		font-size: 16px;
		display: block;
		font-weight: bold;
		letter-spacing: 0.1em;
		margin: 5px 0 0;
	}
	.detail.about #lead .txt{ line-height: 180%; margin-bottom:8px; }
	.detail.about #lead .leadBlock {margin: 0 0 130px;}

	.detail.about #lead .leadBlock:last-child {margin: 0;}
	.detail.about #lead .leadBlock:last-child .lead{ font-size:40px; }
	.detail.about #lead .lead .yomi {
	    font-size: 26px;
	    vertical-align: 4px;
	    display: inline-block;
	    margin: 0 -7px;
	}

	/* #venu
	--------------- */

	.detail.about #venu { margin-bottom: 30px }
	.detail.about .stepList{  }
	.detail.about .stepList li{ margin-bottom: 40px; position:relative;}
	.detail.about .stepList li .tit{  }
	.detail.about .stepList li .txt{ margin-bottom: 5px; }
	.detail.about .stepList li .subTxt{ font-size:11px; line-height: 160%; }
	.detail.about .stepList li .thumb{  }

	.detail.about #event .stepList{ margin-top:40px; }
	.detail.about #event .stepList li{
    width: 177px;
    height: 170px;
    float: left;
    text-align: center;
    margin-right: -2px;
    margin-bottom: 15px;
    position: relative;
	}

	.detail.about #event .stepList li:before{
		content: "\f054";
		text-indent: 0;
		font-size: 20px;
		font-family: "FontAwesome";
		color: #f04e37;
		transition: all 0.1s linear;
		-webkit-transition: all 0.1s linear;
		-moz-transition: all 0.1s linear;
		-ms-transition: all 0.1s linear;
		padding-left: 1px;
		text-indent: 0;
		position: absolute;
		right: -19px;
		bottom: 50%;
		margin-bottom: 15px;
	}

	.detail.about #event .stepList li:nth-child(1):before{ right: 1px; }
	.detail.about #event .stepList li:nth-child(3):before{ right: 10px; }
	.detail.about #event .stepList li:nth-child(4):before{ right: -25px; }
	.detail.about #event .stepList li .tit{
		font-size: 16px;
		font-weight: normal;
		margin-bottom: 5px;
	}
	.detail.about #event .stepList li .txt{ margin-bottom: 5px; }
	.detail.about #event .stepList li .thumb{ width:80%; line-height: 0; margin: 0 auto 15px; }

	.detail.about #event .stepList li:last-child{ margin-right:0; }
	.detail.about #event .stepList li:last-child:before{ display:none; }

	/* member
	--------------- */
	.detail.about #member .subList {
	    margin: 24px 0 10px;
	    display: inline-block;
	    text-align: left;
	}
	.detail.about #member .subList li {font-size: 13px;    margin: 0 0 2px;}

	/* Link
	--------------- */
	.detail.link .linkList li:first-child{ margin-bottom:49px;}

	/* skillUp
	--------------- */
	.detail.about #skillUp .stepList{ margin-top: 30px; }
	.detail.about #skillUp .stepList li .tit{ font-size: 16px; line-height: 150%; margin-bottom: 3px; text-align:left;}
	.detail.about #skillUp .stepList li .txt{ font-size: 14px; margin-bottom: 0; text-align: justify;}
	.detail.about #skillUp .stepList li .thumb{
		width: 80%;
		margin: 0 auto 30px;
		position: relative;
		overflow: hidden;
	}

	.detail.about #skillUp .stepList li{
	    width: 380px;
	    float: left;
	    margin-right: 120px;
	}

	.detail.about #skillUp .stepList li:nth-child(3),
	.detail.about #skillUp .stepList li:nth-child(4){ margin-bottom: 0; }

	.detail.about #skillUp .stepList li .thumb { width: 100%; height: 260px; }
	.detail.about #skillUp .stepList li:nth-child(even){ margin-right: 0; }
	.detail.about #skillUp .stepList li .thumb:before,
	.detail.about #skillUp .stepList li .thumb:after{
		content: '';
		display: block;
		width: 120%;
		position: absolute;
	}

	.detail.about #skillUp .stepList li .thumb:before,
	.detail.about #skillUp .stepList li .thumb:after{
		background: #fff;
	}

	.detail.about #skillUp .stepList li .thumb:before,
	.detail.about #skillUp .stepList li .thumb:after{
		height: 8vh;
		min-height: 67px;
		transform: rotate(6deg);
		-webkit-transform: rotate(6deg);
	}
	.detail.about #skillUp .stepList li .thumb:before{ top: -40px; }
	.detail.about #skillUp .stepList li .thumb:after{
		transform: rotate(-6deg);
		-webkit-transform: rotate(-6deg);
		bottom: -42px;
	}
	.detail.about #skillUp .btn{ text-align: right; }
	.detail.about #skillUp .btn i{
		display: none;
		font-size: 20px;
		vertical-align: -3px;
		margin-left: 3px;
	}
	.detail.about #skillUp .btn .sub{
		border: none;
		text-align: right;
		font-size: 12px;
		padding: 0;
		margin-top: 5px;
		    line-height: 100%;
		display: inline-block;
		border-bottom: 1px solid #000;
		border-radius: 0;
		min-width: inherit;

	 }
	.detail.about #skillUp .btn .sub i{ display:inline-block; margin-left: 2px; vertical-align: -1px;}


	.detail.about #skillUp .btn .sub:hover{
		background: none;
		color: #f04e37;
		border-bottom: 1px solid #fff;
	}

	/* entryblock
	--------------- */
	#entryblock .lead{
	font-size: 30px;
	text-align:center;
	margin-bottom: 40px;

	 }
	#entryblock .main{
		width: 340px;
		font-size: 18px;
		padding: 20px 0;
	}

	/* profile
	--------------- */
	.detail.about #profile{ margin-bottom: 40px; }
	.detail.about #profile .title{
		font-size: 20px;
		letter-spacing: 0.1em;
		text-align: left;
		border-left: 4px solid #111;
		padding-left: 8px;
		margin-bottom: 15px;
		line-height: 100%;
		padding-top: 2px;
	}
.detail.about #profile em{ font-weight: bold; }
	.detail.about #profile dl{
		border: 1px solid #ccc;
		padding: 20px;
	}
	.detail.about #profile dt{
		width: 7em;
		float: left;
		margin-right: 1%;
	}
	.detail.about #profile dd{
		border-left: 1px solid #ddd;
		line-height: 180%;
		font-size: 13px;
		overflow: hidden;
		padding-left: 2%;
		margin-bottom: 15px;
	}

	.detail.about #profile dd:last-child{ margin-bottom: 0;}

	.detail.about #profile dd i {
		font-size: 10px;
		vertical-align: 1px;
		display: inline-block;
		margin-right: 4px;
	}


	/* LINK
	======================= */


	.detail.link .linkList{ margin-bottom: 50px; }
	.detail.link .linkList li{
		background: url(/static/volunteer/cmn/feature/about/ico_title.png) no-repeat left 1px;
		background-size: 15px;
		padding-left: 20px;
		margin-bottom: 30px;
	 }
	.detail.link .linkList li:last-child{ margin-bottom: 0; }
	.detail.link .btn.txtLink{
		text-align: left;
	}
	.detail.link .btn.txtLink a{
		min-width: inherit;
		border: none;
		font-size: 18px;
		text-align: left;
		padding: 0;
	}
	.detail.link .btn.txtLink + .txt{ font-size:12px; }

	/* MANAGEMENT
	======================= */

	.detail.management .tit{
		font-size: 14px;
		border-left: 3px solid #333;
		padding-left: 6px;
		margin-bottom: 10px;
	}
	.detail.management .tit:first-child + .txt{ margin-bottom: 80px; }
	.deviceList { margin-bottom: 30px; }
	.deviceList + .txt{ margin-bottom: 60px; }
	.deviceList dt{ font-weight:bold; margin-bottom:3px; margin-top: 30px; }
	.deviceList dd{ margin-bottom: 0;}


	/* 入会案内(join)
	======================= */


	#join.detail .sectionTit span {
	    line-height: 1.5em;
	    top: -25px;
	}
	#join.detail .sectionTit{
	    padding: 100px 0 0;
	}
	#join.detail .lead {
	    line-height: 170%;
	    font-size: 18px;
	    margin-bottom: 40px;
	    text-align: center;
	}
	#join.detail .block {margin: 0 0 110px;}
	#join.detail .title {
	    font-size: 30px;
	    text-align: center;
	    margin-bottom: 30px;
	    line-height: 1.3em;
	}
	#join.detail #flow {
		text-align: center;
	}
	#join.detail #flow .flowList {
		display: inline-block;

	}

	#join.detail #service {text-align: center;}
	#join.detail #service .title {margin-bottom:40px;}
	#join.detail #service .title span{
	    font-size: 14px;
	    display: block;
	    margin: 0 0 5px;
	}
	#join.detail #service .serviceList {
		margin: 0 0 80px;
	}
	#join.detail #service .serviceList li {
		float: left;
		width: 32%;
	    margin-right: 2%;
	}
	#join.detail #service .serviceList li .thumb {
	    margin: 0 auto 20px;
	    width: 200px;
	}
	#join.detail #service .serviceList li .tit {
	    font-size: 15px;
	    font-weight: bold;
	    line-height: 1.5em;
	}
	#join.detail #service .serviceList li .tit .serviceInfo{
		display: block;
		width: 220px;
		font-size: 12px;
		line-height: 1.5em;
		color: #666;
		font-weight: normal;
		text-align: left;
		margin: 6px auto 0;
	}
	#join.detail #service .serviceList li .sml {font-size: 11px; margin: 0 3px;}
	#join.detail #service .serviceList li:last-child {margin: 0;}
	#join.detail #joinArea {margin: 0 0 50px;}
	#join.detail #joinArea .btn .main {
	    margin: 0 0 70px;
	    width: 340px;
	    font-size: 18px;
	    padding: 20px 0;
	}
	#join.detail #joinArea .lead{
	    text-align: center;
	    margin: 0 0 30px;
	}
	#join.detail .attention li {
	    text-indent: -1em;
	    padding-left: 1em;
	    margin: 0 0 12px;
	    font-size: 13px;
	    color: #666;
	    line-height: 1.5em;
	}


	#join.detail .inner{ width: 900px; }


	#join.detail #flow .flowList li:last-child{
	margin-right: 0;
	}

	#join.detail #flow .flowList li:before {
		content: "\f054";
		font-size: 14px;
		font-family: "FontAwesome";
		color: #f04e37;
		position: absolute;
		bottom: 46px;
		right: -16px;
	}
	#join.detail #flow .flowList li:last-child:before {display: none;}
	#join.detail #flow .flowList li span.numb {
		display: block;
		font-family: 'Hind Madurai',"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
		font-weight: bold;
		margin: 0 0 10px 0;
		color: #f04e37;
		position: relative;
		font-size: 14px;
		text-align: center;
		padding-top: 7px;
	}

	#join.detail #flow .flowList li:nth-child(1) .tit,
	#join.detail #flow .flowList li:nth-child(3) .tit,
	#join.detail #flow .flowList li:nth-child(5) .tit{
		display: block;
		padding-top: 9px;
	}

	#join.detail #flow .flowList li span.numb span {
			display: inline-block;
			font-size: 28px;
			margin-left: 3px;
	}


	#join.detail #flow .flowList li {
	display: block;
	width: 166px;
	height: 120px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #c3bcb2;
	padding: 10px;
	border-radius: 3px;
	position: relative;
	margin: 0 17px 0 0;
	float: left;
	}


	/* スキルアップ講習イベントレポート
	============================== */

	/* 共通 */
	.detail.report .inner {padding-top: 70px;}
	.detail.report .area {margin: 0 0 100px;}
	.detail.report .txt {line-height: 200%;}
	.detail.report .headSection {margin: 0 0 45px;}
	.detail.report .headSection .tit {
	    margin: 0 0 15px;
	    font-size: 30px;
	    line-height: 150%;
	}
	.detail.report .headSection .tit span{
	    font-size: 14px;
	    line-height: 2em;
	}
	.detail.report .headSection .catTit{
	    font-size: 13px;
	    padding-bottom: 30px;
	}
	.detail.report .headSection .catTit:after{
	    width: 40px;
	    height: 3px;
	    bottom: -7px;
	}
	.detail.report .mainSection {margin: 0 0 120px;}
	.detail.report .mainSection .lead {
	    margin: 0 0 20px;
	    line-height: 1.8em;
	    font-size: 15px;
	}
	.detail.report .mainSection .txtArea {margin: 0 0 40px;}
	.detail.report .mainSection .txt {margin: 0 0 20px;}
	.detail.report .mainSection .floatPh {
		margin: 0 0 40px;
		padding: 0 0 30px;
		border-bottom: 1px solid #dacfb4;
	}
	.detail.report .mainSection .floatPh .ph {
	    float: right;
	    width: 395px;
	    margin: 0 0 0 10px;
	}
	.detail.report .mainSection .floatPh .caption { line-height:180%; padding-top: 70px;}
	.detail.report .mainSection .floatPh .phList {
	    float: left;
	    width: 395px;
	}
	.detail.report .phList li {
		width: 192.5px;
    	margin: 0 10px 10px 0;
	}
	.detail.report .caption {
		text-align: center;
		line-height: 180%;
	}
	.detail.report .phList li:nth-child(even) {margin-right: 0;}
	.detail.report .phList li img{height: 100%;}
	.detail.report .phBlockWrap .phBlock {
		float: left;
	    width: 400px;
	    padding-right: 40px;
	    border-right: 1px solid #dacfb4;
	}
	.detail.report .phBlockWrap .phBlock:last-child {
		padding-right: 0;
		padding-left: 40px;
		border: none;
	}
	.detail.report .phBlockWrap .phBlock .phList li {
		width: 174px;
		margin-bottom: 15px;
	}
	.detail.report #ph08:after {
		font-size: 10px;
		right: 10px;
	}
	.detail.report .voiceSection .tit {
		font-size: 26px;
		margin: 0 0 40px;
	}
	.detail.report .voiceList li {
	    padding: 35px;
	    margin: 0 0 30px;
	    border: 4px double #BF9E55;
	    font-size: 13px;
	}
	.detail.report .voiceList li .thumb {
		width: 200px;
		float: left;
		margin-right: 30px;
	}
	.detail.report .voiceList li .thumb img {margin: 0 0 6px;}
	.detail.report .voiceList li .interview {overflow: hidden;}
	.detail.report .voiceList li .interview dt {font-size: 15px;}
	.detail.report .voiceList li .thumb .name {text-align: center; }
	.detail.report .voiceList li .interview dd {margin: 0 0 25px;}
	.detail.report .overviewSection {margin: 0 0 60px;}
	.detail.report .overviewSection dl{padding: 20px;}
	.detail.report .overviewSection dd{
		line-height: 180%;
		margin-bottom: 15px;
	}

	/* skillup2 */
	.detail.report .report02 #ph01 {background-position: -30px 0;}
	.detail.report .report02 .mainSection .floatPh .ph {float: left; margin: 0 10px 0 0 ;}
	.detail.report .report02 .phList.list04 li:nth-child(even) {margin-right: 10px;}
	.detail.report .report02 .phList.list04 li:last-child {margin: 0;}
	.detail.report .report02 .mainSection .pictArea { margin: 50px 0 0 ;}
	.detail.report .report02 .mainSection .pictArea .ph {width: 60%;padding: 20px 10px; margin: 0 auto 16px;}

	/* new porject
	============================== */
	#terms.page--newproject.detail .sectionTit{
		font-size: 50px;
		margin-bottom: 100px;
	}

	/* sitemap
	============================== */
	.detail.sitemap .mapWrap {
		margin: 0 0 40px;
	    border-bottom: 1px solid #ddd;
	    padding: 0 0 10px;
	}
	.detail.sitemap .mapList {
		float: left;
		width: 360px;
		margin-right: 30px;
	}
	.detail.sitemap .mapList.right{ width: 400px; }
	.detail.sitemap .mapList li a,
	.detail.sitemap .mapList li span {
	    font-size: 18px;
    }
    .detail.sitemap .mapList .jpTit {
		margin: 0 0 0 15px;
		vertical-align: 3px;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
    }
    .detail.sitemap .mapList a:hover .jpTit {color: #f04e37;}
	.detail.sitemap .childList li {
		display: inline-block;
		margin: 0 10px 0 0;
	}
	.detail.sitemap .childList li a{font-size: 13px;}
	.detail.sitemap .mapList .parent > a{
	    margin: 0 0 6px;
	    display: inline-block;
	}
	.detail.sitemap .menuTit {
	    margin: 0 25px 0 0;
	    float: left;
	    border-right: 1px solid #ccc;
	    padding: 0 20px 0 0;
	}
	.detail.sitemap .inner .supportList{margin: 0 0 60px;}
	.detail.sitemap .inner .supportList li a {font-weight: bold;}


	/* Questioneer
	======================= */
	.detail#questionnaire .sectionTit {padding-top: 50px;}
	.detail#questionnaire .sectionTit span{
		display: block;
		width: 600px;
		font-size: 28px;
		line-height: 130%;
		margin: 0 auto;
		font-weight: bold;
		letter-spacing: 0.07em;

	}
	.detail#questionnaire .txt { line-height: 200%;}
	.detail#questionnaire .thumb + .txt {margin: 40px 0 0 ;}
	.detail#questionnaire .questionBox {
	    padding: 0 0 40px;
	}
	.detail#questionnaire .questionList {margin: 0 0 80px;}
	.detail#questionnaire .questionList dt {
	    font-size: 18px;
	    margin: 40px 0 15px;
	    padding: 1px 0 0 9px;
	    color: #666;
	}
	.detail#questionnaire .questionList textarea,
	.detail#questionnaire .questionList input[type="text"],
	.detail#questionnaire .questionList input[type="tel"],
	.detail#questionnaire .questionList input[type="number"],
	.detail#questionnaire .questionList input[type="email"],
	.detail#questionnaire .questionList input[type="password"]{
		font-size:16px;
		border: 1px solid #ddd;
		border-radius: 3px;
		padding:5px;
	}
	.detail#questionnaire .questionList select {
	    padding: 5px;
	    font-size: 16px;
	}
	.detail#questionnaire input[type="text"],
	.detail#questionnaire input[type="email"],
	.detail#questionnaire textarea {
	    width: 60%;
	}
	.detail#questionnaire input[type="radio"] + label,
	.detail#questionnaire input[type="checkbox"] + label {
	    margin: 0 30px 0 0;
	}
	.detail#questionnaire .btnTxt {text-align: center; }
	.detail#questionnaire textarea {width: 80%;}
	.detail#questionnaire .address input[type="text"],
	.detail#questionnaire .name input[type="text"] {width: 20em;}
	.detail#questionnaire section .btn a,
	.detail#questionnaire section .btn input{
		display: block;
		width: 250px;
		font-size: 16px;
		text-align: center;
		text-decoration: none;
		padding: 5px;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border: none;
		padding: 10px 0;
		margin: 0 auto;
		cursor: pointer;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		line-height: 1.6em;
	}
	.detail#questionnaire section .btn a:hover,
	.detail#questionnaire section .btn input:hover{
		background: #383334;
		color: #fff;
	}
	.detail#questionnaire section .btn .sub {
	    color: #000;
	    background: none;
	    border: none;
	}
	.detail#questionnaire section .btn .sub:hover {
	    border: none;
	    color: #a99c9f;
	    background: none;
	}
	.detail#questionnaire .questionCnfirm {
	    border: 1px solid #ddd;
	    border-bottom: none;
	    margin: 0 0 50px;
	}
	.detail#questionnaire .questionCnfirm th {
	    width: 200px;
	    padding: 15px;
	    border-bottom: solid 1px #DDD;
	    background: #f5f5f5;
	    font-size: 14px;
	    color: #333;
	    text-align: left;
	}
	.detail#questionnaire .questionCnfirm td {
	    border-bottom: solid 1px #DDD;
	    border-left: solid 1px #DDD;
	    padding: 15px;
	}
	.detail#questionnaire .guidance {
	    margin: 0 0 30px;
	    font-size: 16px;
	}
	.detail#questionnaire .center {text-align: center; margin: 0 0 60px;}
	.detail#questionnaire .btn {margin: 0 auto 10px;}

	.detail#questionnaire .questionList dd div{ margin-bottom: 10px; position:relative; }
	.detail#questionnaire input[type="radio"], .detail#questionnaire input[type="checkbox"]{
		width: 14px;
		position: absolute;
		top: 4px;
	}
	.detail#questionnaire input[type="radio"]+label, .detail#questionnaire input[type="checkbox"]+label{
		position: relative;
		left: 1.2em;
		text-indent: 0;
		cursor: pointer;
	}

	.detail#questionnaire .sex input[type="radio"]{
		width: auto;
		position: static;
		top: 0;
	}

	.detail#questionnaire .sex input[type="radio"]+label{
		position: static;
		cursor: pointer;
	}
}

#join.detail.page--team .sectionTit,
#join.detail.page--entry .sectionTit{
	background: #f04e37;
	color: #fff;
	padding-bottom: 80px;
}
.detail.page--contact_volunteer .sectionTit{
	padding-bottom: 80px;
}

.sf-minitoolbar{ display: none !important; }






.page--photo {

}

.page--photo .section--list {
max-width: 800px;
margin: 0 auto;
}

.page--photo .section--list .list--contents {
display:-webkit-box;
display:-ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.page--photo .section--list .list--contents li {
  width: 32%;
  margin: 0 2% 4vw 0;
}
.page--photo .section--list .list--contents li:nth-child(3n) {
  width: 32%;
  margin: 0 0% 4vw 0;
}

.page--photo .section--list .list--contents li a {
text-decoration: none;
transition: .3s;
}

.page--photo .section--list .list--contents li a .thumb {
  overflow: hidden;
position: relative;
line-height: 0;
text-align: center;
}

.page--photo .section--list .list--contents li a .thumb .blur {
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  z-index: -1;
  background-color: #DDE5ED;
}
.page--photo .section--list .list--contents li a .thumb .blur img {
-webkit-filter: blur(6px);
filter: blur(6px);
}
.page--photo .section--list .list--contents li a .thumb figure {
  overflow: hidden;
  z-index: 1;
}

.page--photo .section--list .list--contents li a .thumb figure img {
background-size: 100%;
}
.page--photo .section--list .list--contents li a .list__txt {
font-weight: bold;
}
.page--photo .section--list .list--contents li a .list__txt .tit {

}
.page--photo .section--list .list--contents li a .list__txt .date {
font-family: 'Hind Madurai',"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;

}





.page--photo .block--pager {

display:-webkit-box;
display:-ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: left;
align-items: baseline;
}
.page--photo .block--pager li {
padding:0 30px 0 0;
color:#999;
}
.page--photo .block--pager li a {
text-decoration: none;
transition: .3s;
color:#000;
position: relative;
}


.page--photo .block--pager li a:hover {
color:#e94829;
}



.page--photo .block--pager li span {
position: relative;
}

.page--photo .block--pager li.pager__item--newer a:after {
content: '';
display: block;
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 7px 7px 7px 0;
border-color: transparent #000 transparent transparent;
left: 0;
top: 0.3em;
}

.page--photo .block--pager li.pager__item--newer span:after {
content: '';
display: block;
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 7px 7px 7px 0;
border-color: transparent #999 transparent transparent;
left: 0;
top: 0.3em;
}

.page--photo .block--pager li.pager__item--older a:after {
content: '';
display: block;
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 7px 0px 7px 7px;
border-color: transparent transparent transparent #000;
right: 0;
top: 0.3em;

}
.page--photo .block--pager li.pager__item--older span:after {
content: '';
display: block;
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 7px 0px 7px 7px;
border-color: transparent transparent transparent #999;
right: 0;
top: 0.3em;
}





.page--photo.photo--slider {

}
.page--photo.photo--slider.detail .sectionTit {
line-height: 1.5;
font-size: 40px;
}


.page--photo.photo--slider .list--photo {
opacity:0;

}
.page--photo.photo--slider .list--contents{
display:-webkit-box;
display:-ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 0 30px;
}



.page--photo.photo--slider  .list--contents li,
.page--photo.photo--slider  .list--contents li:nth-child(3n){

width: 20%;
margin: 0;
}

.page--photo.photo--slider  .list--contents li img {
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: cover;
display: block;
-webkit-transition: .4s;
transition: .4s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
background-color: #fff;

}


.page--photo .detail__btn {
text-align: left;
margin: 50px auto;
}
.page--photo .detail__btn a {
background: #000;
color: #fff;
border-radius: 30px;
font-size: 12px;
font-weight: bold;
line-height: 1;
padding: 10px 20px 10px;
position: relative;
transition: .3s;
text-decoration: none;
}

.page--photo .detail__btn a:hover {
  background: #e94829;
}





/* INTERVIEW */
.page--category17 {

}

.page--category17 .block--category{
display:-webkit-box;
display:-ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 auto 50px;
}
.page--category17 .block--category .block--category__item {
    background: #f8bb00;
    color: #fff;
    line-height: 1;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
    margin: 0 2% 2% 0;
    cursor: pointer;
    width: auto;
    text-align: center;
    box-sizing: border-box;
    transition: 0.4s;
}
.page--category17 .block--category .block--category__item:hover,
.page--category17 .block--category .block--category__item.current {
background: #e94829;
}

.page--category17 .block--category .block--category__item:nth-of-type(1){
	order: 1;
}
.page--category17 .block--category .block--category__item:nth-of-type(2){
	order: 11;
}
.page--category17 .block--category .block--category__item:nth-of-type(3){
	order: 10;
}
.page--category17 .block--category .block--category__item:nth-of-type(4){
	order: 9;
}
.page--category17 .block--category .block--category__item:nth-of-type(5){
	order: 8;
}
.page--category17 .block--category .block--category__item:nth-of-type(6){
	order: 7;
}
.page--category17 .block--category .block--category__item:nth-of-type(7){
	order: 6;
}
.page--category17 .block--category .block--category__item:nth-of-type(8){
	order: 5;
}
.page--category17 .block--category .block--category__item:nth-of-type(9){
	order: 4;
}
.page--category17 .block--category .block--category__item:nth-of-type(10){
	order: 12;
}
.page--category17 .block--category .block--category__item:nth-of-type(11){
	order: 13;
}
.page--category17 .block--category .block--category__item:nth-of-type(12){
    display: none;
}
.page--category17 .block--category .block--category__item:nth-of-type(13){
    display: none;
}
.page--category17 .block--category .block--category__item:nth-of-type(14){
	order: 14;
}
.page--category17 .block--category .block--category__item:nth-of-type(15){
	order: 15;
}
.page--category17 .block--category .block--category__item:nth-of-type(16){
	order: 16;
}
.page--category17 .block--category .block--category__item:nth-of-type(17){
	order: 17;
}
.page--category17 .block--category .block--category__item:nth-of-type(18){
    display: none;
} 

.page--category17 .block--category .block--category__item:nth-of-type(19){
	order: 3;
} 

.page--category17 .block--category .block--category__item:nth-of-type(20){
	order: 2;
} 


.page--category17 .list--contents {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.page--category17 .list--contents::after{
  content:"";
  display: block;
  width:32%;
}
.page--category17 .list--contents li {
    width: 48%;
    margin: 0 0 80px 0;
}
.page--category17 .list--contents li .list__text{
    font-weight: bold;
    transition: 0.4s;
    font-size: 12px;
    line-height: 1.5;
}

.page--category17 .list--contents li a {
  display: block;
  text-decoration: none;
}
.page--category17 .list--contents li figure {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 0;
    margin-bottom: 10px;
}


.page--category17 .list--contents li figure img {
  display: block;
  width: 100%;
  background: no-repeat center;
background-image: url(/static/volunteer/cmn/thumb_none_uS5J9hy6.png);
background-size: contain;
position: relative;
z-index: 2;
}

.page--category17 .list--contents li figure img.blur--img {
  background-size: cover;
  position: absolute;
  z-index: 1;
  height: 100%;
filter: blur(10px);
transform: scale(1.5);
}

.page--category17 .list--contents li .block--popup {
  display: none;
}

.page--category17 .block--popup__inner .thumbnail {
    margin: 0 auto 40px;
    line-height: 0;
    overflow: hidden;
    position: relative;
    width: 80%;
}

.page--category17 .block--popup__inner .thumbnail img {
  width: 100%;
  background: no-repeat center;
}

.page--category17 .block--popup__inner .thumbnail img:not(.blur--img) {
background-size: contain;
position: relative;
z-index: 2;
}

.page--category17 .block--popup__inner .thumbnail .blur--img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  filter: blur(10px);
  transform: scale(1.5);
  background-size: cover;
  z-index: 1;
}
.page--category17 .block--popup__inner .group-name{

}
.page--category17 .block--popup__inner .tit{

}
.page--category17 .block--popup__inner .block--text{

}
.page--category17 .block--popup__inner .block--text > p{
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px;
}
.page--category17 .block--popup__inner .block--overview{
    line-height: 1.6em;
    margin: 0 0 20px;
}
.page--category17 .block--popup__inner .block--overview .block-tit{
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 20px;

}
.page--category17 .block--popup__inner .block--ambassador{
    margin: 0 0 30px;
}
.page--category17 .block--popup__inner .block--ambassador .block-tit{
    font-weight: 600;
}
.page--category17 .block--popup__inner .block--ambassador .list--ambassador{

}
.page--category17 .block--popup__inner .block--link{

}
.page--category17 .block--popup__inner .block--link .btn a{
    padding: 15px 30px;
    margin: 0;
}
.page--category17 .modaal-wrapper .modaal-close{
    background: #000;
    right: 30px;
}

.page--category17 .block--popup__inner a {
text-decoration:none;
}


.page--category17 .block--popup__inner .btn a {
    margin:10px 10px;
}

.page--category17 .block--pager {

display:-webkit-box;
display:-ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: left;
align-items: baseline;
}
.page--category17 .block--pager li {
padding:0 30px 0 0;
color:#999;
}
.page--category17 .block--pager li a {
text-decoration: none;
transition: .3s;
color:#000;
position: relative;
}


.page--category17 .block--pager li a:hover {
color:#e94829;
}



.page--category17 .block--pager li span {
position: relative;
}

.page--category17 .block--pager li.pager__item--newer a:after {
content: '';
display: block;
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 7px 7px 7px 0;
border-color: transparent #000 transparent transparent;
left: 0;
top: 0.3em;
}

.page--category17 .block--pager li.pager__item--newer span:after {
content: '';
display: block;
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 7px 7px 7px 0;
border-color: transparent #999 transparent transparent;
left: 0;
top: 0.3em;
}

.page--category17 .block--pager li.pager__item--older a:after {content: '';display: block;position: absolute;width: 0;height: 0;border-style: solid;border-width: 7px 0px 7px 7px;border-color: transparent transparent transparent #000;right: 0;top: 0.3em;}
.page--category17 .block--pager li.pager__item--older span:after {
content: '';
display: block;
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 7px 0px 7px 7px;
border-color: transparent transparent transparent #999;
right: 0;
top: 0.3em;
}





.page--photo.category-4{

}
.page--photo.category-4 .sectionTit{
    background: #e94829;
    color: #fff;
}
.page--photo.category-4 .section--list {
    max-width: 100%;
}
.page--photo.category-4 .section--list .list--contents{
    max-width: 800px;
    margin: 0 auto;
}
.page--photo.category-4 .section--list .block--pager{
    max-width: 800px;
    margin: 0 auto;
}






