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

	VOLUNTAINER PC

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

@import 'https://fonts.googleapis.com/css?family=Roboto+Slab:400,700';
html,body{
	width: 100%;
	height: 100%;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
#header h1, #globalNav, #keyVisual, #sideArea, #footer, .section, .pageTit, .pageLink {
   color: #000;
}
body{
	min-height: 100%;
	height: auto;
	font-size: 14px;
	line-height:1.6;
    color: #000;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
}

a {color: #374a9d; text-decoration:none;}
a:hover {color: #374a9d;text-decoration: none; opacity: 0.8;}
a, .btn input {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	outline: none;
}
body {background: #eee;}
#mypageHeader{
	position:absolute;
	top:0;
	left:0;
	z-index:99;
	width:100%;
	padding:9px 0;
	background:#fff;
}
h1 {
    padding: 3.5px 0 0 20px;
    line-height: 40px;
    float: left;
}
h1.logo a {
    display: block;
    text-decoration: none;
    color: #000;
    font-family: 'Roboto Slab',"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1;
}
h1.logo a span.logoImg{
    display: inline-block;
    width: 180px;
    height: 30px;
    background:url(/static/volunteer/cmn/2021/logo_202104.png) no-repeat left top;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    vertical-align: -14px;
	margin: 1px 0;
}
h1.logo a span.titSml {
    font-weight: normal;
    color: #999;
    font-size: 11px;
    margin: 0 0 0 10px;
}
#mypageHeader .loginNav{
    width: 340px;
    float: right;
    text-align: right;
    padding: 0 10px 0 0;
    line-height: 42px;
}
#mypageHeader .loginNav li{
	display:inline-block;
}
#mypageHeader .loginNav li a{
	display: block;
	width: 90px;
	font-size: 12px;
	text-decoration: none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	letter-spacing: 0.05em;
	padding: 12px 10px 10px;
	margin: 0 auto;
	text-align: center;
	line-height: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #000;
}
#mypageHeader .loginNav li a:before{display: none;}
#mypageHeader .loginNav li.join a,
#mypageHeader .loginNav li.mypage a{
	background: #000;
	color: #fff;
	font-weight: normal;
}
#mypageHeader .loginNav li.join a {width: 100px;}
#mypageHeader .loginNav li.login a,
#mypageHeader .loginNav li.logout a{
	width: 80px;
	color: #000;
	background: #fff;
	padding: 0 10px;
}
#mypageHeader .loginNav li.logout a{width: 90px;}
#mypageHeader .loginNav li.join a:hover,
#mypageHeader .loginNav li.mypage a:hover{ background:#383334; }
#mypageHeader .loginNav li.login a:hover,
#mypageHeader .loginNav li.logout a:hover { color:#a99c9f; }

/*
#mypageHeader.loggedin .loginNav li{ display: inline-block; width: 80px; }
#mypageHeader.loggedin .loginNav li.name{
	width: 100%;
	height: auto;
	font-size: 10px;
	color: #000;
	letter-spacing: 0.1em;
	text-align: left;
	line-height: 100%;
	padding: 0;
	margin-bottom: 5px;
}
#mypageHeader.loggedin .loginNav li.logout a{ width: 80px; font-size:11px; }
#mypageHeader.loggedin .loginNav li.mypage a{
	font-weight: bold;
	font-size: 11px;
	padding: 8px 0;
	width: 80px;
}
#mypageHeader.loggedin .loginNav li{ width: 80px; }
#mypageHeader.loggedin .loginNav {
	width: 165px;
	float: right;
	text-align: right;
	padding: 0 10px 0 0;
	line-height: 100%;
}

#mypageHeader.loggedin{ padding: 11px 0 13px; }
*/


/* footer
-------------------- */
#footer {
	font-size: 12px;
	line-height: 120%;
	color: #666;
	background: #ddd;
}
#footer .line{ display: none;}
#footer span{ display: inline-block; padding: 0 15px 0 18px; }
#footer li { display: inline-block; color: #000; }
#footer li a{ text-decoration: none; color: #666;}
#footerInner {
	padding: 10px 0;
	position: relative;
	z-index: 10;
}
#footerInner .supportList{ margin-bottom: 15px; }
#footerInner .copyright{ font-size: 10px; }
.bnr {display: none;}
#footer #pageTop{display: none;}

#footer .supportList li {padding: 0;}
/* footer
------------------------------ */
footer{
	padding: 10px 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;
	display: flex;
	justify-content: center;
}
footer .bnrList li{
	display: flex;
    align-items: center;
    line-height: 0;
	margin: 0 5px;
	width: 130px;
	background: #fff;
	padding: 15px;
	width: 110px;
}
footer .bnrList li a{
	display: block;
}
footer img{
	max-width: 100%;
}
.copyright{
	font-family: 'Hind Madurai', sans-serif;
	font-size: 12px;
}

/* btn
----------------------------- */
.btn a,
.btn input,
.btn button {
	display: block;
	width: 250px;
	font-size: 16px;
	text-align: center;
	text-decoration:none;
	padding: 5px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border: none;
	padding: 10px 0;
	margin: 0 auto;
	cursor: pointer;
}

.btn .main {
	color: #fff;
	background: #000;
}
.btn .main:hover {
	color: #fff;
	background: #383334;
}
.btn .sub {
	color: #000;
	background: none;
	border:none;
}
.btn .sub:hover {
	border:none;
	color: #a99c9f;
	background: none;
}
.btn .border{border: 1px solid;}
.btn .border:hover{
	border: 1px solid;
}
.btn .home {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    display: block;
    font-family: Helvetica,"Hiragino Sans","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",'Noto Sans Japanese', "メイリオ", Meiryo,"Noto Sans SC", sans-serif;
    padding: 12px 10px;
    margin: 45px auto 15px;
}
.btn .home:hover{ color:#ccc;}


.rule { color: #de652f;}
.rule2 {color: #999;font-size: 12px;}
.mb10{ margin-bottom:10px !important; }
.mb20{ margin-bottom:20px !important; }
.mb30{ margin-bottom:30px !important; }
.mb40{ margin-bottom:40px !important; }
.subTxt{ font-size: 0.8em; }

/* 全体
----------------------------- */
#wrapper {width: 860px;}
#container {    padding: 110px 0 50px;}
.single .section {     padding: 20px 70px 40px;box-shadow: 0 0 1px rgba(0,0,0,0.3);}
.section .sectionTit {margin-bottom: 25px;}

.formArea .supportList a:before {display: none;}
.formArea .supportList{
margin-top: 20px;
}
.formArea .supportList li{
margin-bottom: 5px;
}
.formArea .supportList li:last-child{
margin-bottom: 0;
}
.section .sectionTit{
	margin:30px 0;
}

.formArea .formList{
	background:none;
}
.formArea .formList.pass{
margin-bottom: 50px;
}
.formArea .formList.pass dt{ padding-top: 10px; }

.formArea .formList textarea,
.formArea .formList input[type="text"],
.formArea .formList input[type="password"]{
	font-size:16px;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding:5px;
}
/*.section .menuList{ border-top: 1px solid #ccc; }*/
.section.mypage .menuList li{
	padding: 0;
}
.section .menuList li a{
display:block;
width: 100%;
color: #111;
font-size: 18px;
text-decoration: none;
padding: 15px 0;
position:relative;
}

.section .menuList li a span{
	display: block;
	font-size: 14px;
	line-height: 100%!important;
	margin-bottom: 0;
	margin-top: 5px;
}

.section .menuList li a:hover{
    color: #e94829;
}

.section .menuList li a:after{
	display: block;
	content: "\f054";
	font-family: "FontAwesome";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
}

.attentionList li::before {color: #000;}
#mainArea.single .formArea {margin: 30px auto;}
#mainArea.single .formArea.confirm {margin: 0 auto 50px; border: 1px solid #ddd;}
#mainArea.single .formArea.confirm:last-child {margin: 0 auto;}
.txt {margin: 0 0 20px;}
.section .attentionList {margin: 0 0 20px;}
.center {text-align: center;}

.txtLink a{ color: #111; }


.lebel .txtLink a{display:inline-block; margin-top: 8px; margin-bottom: 20px; color: #111; border-bottom: 1px solid #111;}
.lebel .txtLink a:hover{ color: #aaa; border-color : #aaa;}




.blockTit{
	text-align: left;
	padding: 15px 10px;
	line-height: 95%;
	margin-bottom: 20px;
}

.em{ ime-mode: active; }
.halfSize{ ime-mode: inactive; }


.userSkill .txtArea {
    margin: 0 0 30px;
    /*text-align: center;*/
    font-size: 15px;
}
.userSkill .formList {padding: 0; margin: 0 0 50px;}
.userSkill .formList dt{
    font-size: 18px;
    float: none;
    width: auto;
    text-align: left;
    margin: 40px 0 15px;
    border-left: 3px solid;
    padding: 3px 0 0 9px;
    color: #666;
    line-height: 1em;

}
.userSkill .formList dd{
padding: 0;
}
.userSkill .formList dd.name input{
	width: 30%;
	    margin: 0 20px 0 5px;
}

.userSkill .formArea .formList select {
    padding: 5px;
    font-size: 16px;
}

.userSkill input[type="radio"] + label {
	margin: 0 30px 0 0 ;
}
.formArea .formList input[type="radio"],
.formArea .formList input[type="checkbox"],
.formArea .formList select {
    margin: -2px 5px 0 0;
    cursor: pointer;
}
.userSkill dd.lang input[type="text"] {
	width: 400px;
}
.userSkill dd.lang span {
    display: inline-block;
    width: 90px;
}
.userSkill dd.lang textarea {width: 570px;}
.userSkill span.note {    margin: 0 0 0 10px;}
.userSkill dd.skill label{
	float: left;
	margin: 0 0 8px;
}
.userSkill dd.skill input{
	float: left;
	clear: both;
	position: relative;
	top: 6px;
}
#mainArea.single .userSkill .formArea.confirm {
	width:100%;
	border:solid 1px #ddd;
	margin:0 auto;
}

#mainArea.single.userSkill .mb40{ margin-bottom:60px !important; }

.formArea.confirm table {width: 100%;}
.formArea.confirm  .subTxt{font-size: 10px;}
.formArea.confirm  th{
	width:200px;
	padding:15px;
	border-bottom:solid 1px #DDD;
	background:#f5f5f5;
	font-size:14px;
	color:#333;
	text-align:left;
}
.formArea.confirm  td{
	border-bottom:solid 1px #DDD;
	border-left:solid 1px #DDD;
	padding:15px;
}
#mainArea.single .mypage .formTit{
	font-size: 18px;
	float: none;
	width: auto;
	text-align: left;
	margin: 35px 0 10px;
	border-left: 3px solid;
	padding: 3px 0 0 9px;
	color: #666;
	line-height: 1em;
}
#mainArea.single .statusBox.formArea.confirm{ margin: 10px auto 30px; }
#mainArea.single .statusBox.formArea.confirm th{ text-align: center;border-left: 1px solid #ccc; padding: 8px; }
#mainArea.single .statusBox.formArea.confirm tr:first-child th{ }
#mainArea.single .statusBox.formArea.confirm th:first-child{ border-left: none; }

#mainArea.single .statusBox.formArea.confirm td{ text-align:center; }
#mainArea.single .statusBox.formArea.confirm td:first-child{ border-left: none; }
#mainArea.single .statusBox.formArea.confirm td span{ display:block; margin: 0 auto; }
#mainArea.single .statusBox.formArea.confirm td span.ok{
	width: 17px;
	height: 17px;
	border: 2px solid #555;
	border-radius: 13px;
}

#mainArea.single .statusBox.formArea.confirm td span.ng{
	width: 17px;
	height: 2px;
	background: #555;
}
#mainArea.single .statusBox.formArea.confirm td { padding: 15px 0;}
/* #mainArea.single .statusBox.formArea.confirm td .leaderExpire { margin: 5px 0 0; font-size: 10px;}
#mainArea.single .statusBox.formArea.confirm td .leaderExpire span{ display: inline-block; font-weight: bold; color: #e94829;} */

#mainArea.single .statusBox.formArea.confirm td .commentArea { font-size: 10px;}
#mainArea.single .statusBox.formArea.confirm td .commentArea .red { color: #e94829; font-weight: bold;}
#mainArea.single .statusBox.formArea.confirm td .commentArea a { color: #e94829; text-decoration: underline!important; transition: none;}


.formArea.confirm tr:last-child th,
.formArea.confirm tr:last-child td {border-bottom:none;}
.facePhoto .txtArea {
	margin: 0 0 30px;
	text-align: center;
	font-size: 15px;
}
.facePhoto .photo-area .center { margin: 0 0 10px;}
.facePhoto .photo-area figure {
		width: 23vw;
		height: 27.265vw;
		margin: 0 auto 20px;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
		position: relative;
		color: #fff;
}
.facePhoto .photo-area figure img {
	display: block;
	width: 100%;
	height: 100%;
	background: no-repeat center;
	background-size: cover;
}
.facePhoto .photo-area figure p { position: absolute; text-align: center;}
.facePhoto .photo-area figure.thumb--default {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  color: #fff;
}
.facePhoto .photo-area figure.thumb--default.examination:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.4;
}
.facePhoto .photo-area figure.thumb--default a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background: #e94829;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
.facePhoto .photo-area figure.thumb--default a:hover {
	opacity: 0.8;
}
.facePhoto .photo-area figure.thumb--default a span {
  font-weight: normal;
  font-size: 12px;
}

.facePhoto #form label {display: none;}
.facePhoto #form input{ display: block; margin: 30px auto 30px; }
.facePhoto .attention {
	background: #f5f5f5;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 15px 20px 10px;
	margin-bottom: 30px;
}
.facePhoto .attention li{ margin-bottom: 3px;}
.facePhoto .attention li:before { content: '・';}
.facePhoto .attention .attentionTit { font-weight: bold; margin: 0 0 5px; }
.facePhoto .attention .txt { color: #666; font-size: 12px; }
.facePhoto .faceImg { text-align: center; margin: 0 0 30px; }
.facePhoto .faceImg img { max-width: 400px; }
.facePhoto .formArea.confirm {
	width:100%;
	border:solid 1px #DDD;
	margin-bottom:30px;
}
.facePhoto .formArea.confirm table {width: 100%;}
.facePhoto .formArea.confirm  .subTxt{font-size: 10px;}
.facePhoto .formArea.confirm  th{
	width:180px;
	padding:15px;
	border-bottom:solid 1px #DDD;
	background:#f5f5f5;
	font-size:14px;
	color:#333;
	text-align:left;
}
.facePhoto .formArea.confirm  td{
	border-bottom:solid 1px #DDD;
	border-left:solid 1px #DDD;
	padding:15px;
}
.facePhoto .formArea.confirm tr:last-child th,
.facePhoto .formArea.confirm tr:last-child td {border-bottom:none;}
.facePhotoe .file_mask {
	display: block;
	height: 45px;
	width: 100%;
	margin: 0 auto 10px;
}
.facePhoto .upload .file { position: absolute; left: -9999px;}
.facePhoto .upload { margin: 0 auto 10px; }
.facePhoto .comment {margin: 0 0 10px;}


/* tablet
============================== */
@media screen and (min-width:600px) and ( max-width:960px) {

	#wrapper{ width: 100%;}
	#mainArea.single{ box-sizing: border-box; -webkit-box-sizing: border-box;-moz-box-sizing: border-box; padding: 0 5%; }
	#mypageHeader{ min-width: inherit; }
	.userSkill dd.lang span{ width: auto; margin-right: 10px; margin-bottom: 20px;}
	.btn a, .btn input, .btn button {
		-webkit-appearance: none;
	-moz-appearance: button;
	}
	#mainArea.single .statusBox.formArea.confirm th{
		font-size: 11px;
    line-height: 1.2;
    padding: 8px 2px;

	}

}

/*.page--face-photo .mypage--section-tit {
	color: inherit;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.06em;
    margin: 0 0 1em;
}*/
.page--face-photo {
	max-width: 600px;
    padding: 0 5%;
    margin: 0 auto 0 auto;
}
.page--face-photo .block--error {
	background: #fff0ea;
    color: #f33;
    border: .5px solid #F32;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 1em;
    margin: 1.5em auto;
}
.page--face-photo .block--error .block-tit {
	color: inherit;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.06em;
    font-weight: bold;
    margin: 0 0 1em;
}
.page--face-photo .block--error ul { padding: 0 0 0 1em;}
.page--face-photo .block--error ul li { font-size: 13px; text-indent: -0.5em; }
.page--face-photo .block--error ul li:not(:last-child) { margin-bottom: .5em;}
.page--face-photo .block--error ul li:before {
	font-family: FontAwesome;
    display: inline-block;
    position: relative;
    top: 0.1em;
    content: '\f111';
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
}
.page--face-photo .block--error a { text-decoration: underline;}
.page--face-photo *:not(.btn) + .btn {margin-top: 2em;}
.page--face-photo .btn .sub { border: 1px solid #000;}
.page--face-photo .txtSub { font-size: 12px; padding-top: 10px;}
.page--face-photo .block--operation {
	background: #e5e5e5;
    padding: 15px;
    max-width: 500px;
    margin: 0 auto;
}
.page--face-photo .block--operation .list--operation li {
	font-size: 12px;
    margin-bottom: 8px;
    padding-left: 7.5em;
    position: relative;
}
.page--face-photo .block--operation .list--operation li span {
	display: block;
    font-size: 11px;
    text-align: center;
    line-height: 1;
    border: 1px solid;
    padding: 4px 10px 3px;
    margin-right: 2px;
    position: absolute;
    top: 0;
    left: 0;
}

.page--face-photo .faceImg { margin: 0 auto 20px;}
.page--face-photo .faceImg img { max-width: 100%;}
.page--face-photo .cropper-modal {
  background-color: #fff !important;
  opacity: .9 !important;
}

.page--face-photo .cropper-view-box {
  outline: none !important;
}
.page--face-photo .cropper-crop-box::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(/static/volunteer/cmn/mypage/photo_guide-min.png) center/contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}

.page--face-photo .block--control {
  text-align: center;
  background: #fff;
  width: 80%;
  margin: 0 auto 25px;
}

.page--face-photo .block--control p {
  display: inline-block;
  width: 90px;
  border-radius: 60px;
  background: #1a1a1a no-repeat 20px center;
  background-size: 16px;
  line-height: 30px;
  margin: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.page--face-photo .block--control p:hover {
  background-color: #e94829;
}

.page--face-photo .block--control p input {
  -webkit-appearance: none;
  background: none;
  border: none;
  width: 100%;
  color: #fff;
  line-height: 36px;
  text-align: right;
  padding-right: 18px;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}

.page--face-photo .block--control p.btn--zoom_in {
   background-image: url(/static/volunteer/cmn/mypage/icon_plus.svg);
}

.page--face-photo .block--control p.btn--zoom_out {
  background-image: url(/static/volunteer/cmn/mypage/icon_minus.svg);
}

.page--face-photo .block--control p.btn--rotate {
  background-image: url(/static/volunteer/cmn/mypage/icon_rotate.svg);
  background-position: 23px 8px;
}
