@charset "utf-8";

*, * :after, * :before{
  box-sizing: border-box;
}

/* =========================================================
 * 共通
 * ====================================================== */
 img{
  vertical-align: bottom;
}
/* ---------- 見出し ---------- */
/* --- 既存スタイル打消し --- */
h1 ,h2{
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  width: auto;
}
.primary_heading{
  background: #0a725f;
  color: #fff;
  margin: 15px 0 0;
  padding: 10px 15px;
}
.secondary_heading{
  align-items: center;
  color: #555;
  display: flex;
  font-size: 20px;
  line-height: 1;
}

/* リンク */
.volunteer a{
  text-decoration: none;
}

label:hover{
  cursor: pointer;
}

.volunteer{
  width: 960px;
}

/* ---------- 共通上部ナビ ---------- */
/*-----------------------------
 メインナビ
-----------------------------*/
.volunteer .cont_navi-main{
  background: #6ab835;
}
.volunteer .cont_navi-main .main_menu .menu_item:hover,
.volunteer .cont_navi-main .main_menu .menu_item.active .item_txt{
  background: #529736;
}
/*-----------------------------
 サブナビ
-----------------------------*/
.volunteer .cont_navi-sub .sub_menu .menu_item .item_txt{
  color: #529736;
}
.volunteer .cont_navi-sub .sub_menu .menu_item .item_txt:hover{
  background: #eef4e2;
}


/* ---------- ブロック ---------- */
.volunteer_block{
  background: #fff;
  font-size: 16px;
  padding: 15px 20px 20px;
}
.volunteer_block:not(:first-of-type){
  margin-top: 20px;
}
.volunteer_block-simple{
  padding: 15px 15px 20px;
}

.volunteer_block-simple .secondary_heading{
  border-bottom: 1px solid #6ab835;
  padding: 0 5px 5px;
}
.volunteer_block-simple .txt_box{
  margin: 10px 5px 0;
}

/* 一番上ブロック */
.volunteer_top{
  display: flex;
  margin-top: 5px;
}
.volunteer_top .top_img{
  height: 120px;
  position: relative;
  width: 160px;
}
.volunteer_top .top_img a{
  display: inline-block;
  height: 100%;
  position: relative;
  width: 100%;
}
.volunteer_top .top_img img{
  display: block;
  height: auto;
  left: 50%;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.volunteer_top .top_txt{
  color: #555;
  margin-left: 15px;
  width: calc(100% - 175px);
}
.volunteer_top .txt_ttl{
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  margin: 8px 0 0;
}

/* 特徴リスト */
.features_list{
  margin-top: 10px;
}
.features_list .list_item{
  background: #e3e3e3;
  border-radius: 3px;
  color: #555;
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 5px 10px;
}

/* 活動地域リスト */
.activity_area_block{
  padding: 5px 10px!important;
}
.activity_area_item{
  background: #f2f2f2;
  border-radius: 3px;
  color: #555;
  display: inline-block;
  margin: 5px 5px 5px 0;
  padding: 5px 10px;
}

/* テーブル */
.gy_tbl{
  margin-top: 15px;
  width: 100%;
}
.gy_tbl th,
.gy_tbl td{
  border-color: #e0e0e0;
  border-style: solid;
  border-width: 1px 0 1px 0;
  padding: 10px;
}
.gy_tbl th{
  background: #f4f4f4;
  color: #555;
  width: 160px;
}
.gy_tbl th.va-top{
  padding-top: 13px;
  vertical-align: top;
}
.gy_tbl .gy_heading{
  align-items: center;
  display: flex;
}

/* =========================================================
 * 入力画面
 * submit,confirm,contact
 * ====================================================== */
/* ---------- 共通 ---------- */
.form_block input:not([type=checkbox]):not(.image_file_area),
.form_block textarea{
  border: 1px solid #888;
  border-radius: 3px;
  display: block;
  font-size: 14px;
  padding: 4px 5px;
  width: 100%;
}

.form_block .required,
.form_block .option{
  align-items: center;
  display: flex;
  margin-right: 15px;
  padding: 0 5px;
}
.form_block .option{
  background: #999;
}

/* ---------- 一番上 ---------- */
.form_block .form_list{
  display: flex;
  flex-wrap: wrap;
  margin: 3px 10px;
}
.form_block .form_list dt:not(:first-of-type),
.form_block .form_list dd:not(:first-of-type){
  margin-top: 22px;
}
.form_block .form_list dt{
  align-items: center;
  color: #555;
  display: flex;
  font-weight: bold;
  width: 181px;
}

.form_block .form_list dd{
  width: calc(100% - 181px);
}
.form_block .form_list dd label{
  margin-right: 10px;
}
.form_block .form_list dd label .form_check{
  margin: 0 5px 0 0;
}

.volunteer.input_area .gy_tbl th{
  width: 180px;
}
.volunteer.input_area .volunteer_block-simple{
  padding: 15px 20px 20px;
}
.volunteer.input_area .volunteer_block-simple .secondary_heading{
  border: none;
  padding: 0;
}

.form_block-simple .secondary_heading span{
  line-height: 1.5;
}
.form_block-simple textarea{
  margin-top: 13px;
}

/* ---------- 活動拠点 ---------- */
.base_area{
  align-items: center;
  display: flex;
}
.base_area select{
  border-radius: 3px;
  padding: 4px 5px;
  width: 100px;
}
.base_area input{
  margin: 0 10px;
  width: calc(100% - 310px)!important;
}
.form_block .atten{
  font-size: 13px;
  width: 190px;
}



/* ---------- 活動地域 ---------- */
.tag_inputBox{
  align-items: center;
  display: flex;
}
.tag_inputBox .tagTextInput{
  margin-right: 10px;
  width: calc(100% - 287px)!important;
}
.tag_inputBox .tagAddBtn{
  background: #207ed0;
  border: none!important;
  color: #fff;
  margin-right: 10px;
  width: 77px!important;
}
.tag_inputBox .tagAddBtn:hover{
  cursor: pointer;
  opacity: .7;
  transition: all 0.3s ease 0s;
}
.tagList .tagItem{
  background: #e3e3e3;
  border-radius: 4px;
  color: #6e6e6e;
  cursor: pointer;
  display: inline-block;
  margin-top: 10px;
  margin-right: .5em;
  padding: 2px 8px 2px 5px;
}


/* 同意 */
.submit_agreement{
  margin: 47px 0 0;
  text-align: center;
}
.submit_agreement label{
  font-size: 18px;
}
.submit_agreement label:hover{
  cursor: pointer;
}
.submit_agreement label input{
  height: 20px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  width: 20px;
}
#agreement_area.err-textbox{
  padding: 3px 10px;
}

/* ボタン */
.form_btnArea{
  display: flex;
  justify-content: center;
  margin: 50px 0;
}
.form_btnArea a{
  align-items: center;
  display: flex;
  justify-content: center;
  line-height: 1;
  margin: 0 25px 0 0;
  padding: 10px 25px;
}

.img_preview{
  max-width:200px;
}

/* =========================================================
 * 確認画面
 * confirm
 * ====================================================== */
 .volunteer.confirm .volunteer_top .top_txt{
  margin-right: 60px;
  width: calc(100% - 235px);
}


/* =========================================================
 * 詳細画面
 * detail
 * ====================================================== */
 .volunteer.detail .primary_heading{
  display: flex;
  justify-content: space-between;
}

.volunteer.detail .volunteer_top .txt_ttl{
  display: flex;
}
.volunteer.detail .volunteer_top .txt_ttl .title{
  width: calc(100% - 60px);
}
.volunteer.detail .volunteer_top .txt_ttl .count{
  font-size: 16px;
  margin: 5px 0 0;
  text-align: right;
  width: 60px;
}

.top_btm{
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 15px 0 0;
}
.top_btm .btm_link{
  align-items: flex-end;
  display: flex;
}
.top_btm .btm_link a{
  background: #fa7418;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: .95rem;
  margin: 0 5px 0 0;
  padding: 5px 10px;
}
.top_btm .btm_link a:hover{
  opacity: .7;
}
.top_btm .btm_link span{
  color: #888;
  font-size: 12px;
}
.top_btm .btm_date{
  color: #888;
  font-size: 14px;
}
.detail_block{
  position: relative;
  display: flex;
  justify-content: center;
  margin: 18px 0 0;
}
.detail_block .btn_area{
  margin: 2px 0 0;
}
.detail_block .btn_area a,
.fixed_bnr a{
  background: #000;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  padding: 7px 27px;
}
.detail_block a:hover,
.fixed_bnr a:hover{
  opacity: .7;
}
.detail_block .btn_area a:not(:first-child),
.fixed_bnr a:not(:first-child){
  margin-left: 15px;
}
.detail_block .btn_area .contact_btn,
.fixed_bnr .contact_btn{
  background: #ed4580;
}
.detail_block .btn_area .edit_btn,
.fixed_bnr .edit_btn{
  background: #63a428;
}
.detail_block .btn_area .extension_btn,
.fixed_bnr .extension_btn{
  background: #337ab7;
}

.sns_area{
  position: absolute;
  right: 0;
  top: 0;
}

.post_user{
  background: #fff;
  border: 1px solid #02735f;
  margin: 20px 0 10px;
}
.post_user .user_ttl{
  background: #458f76;
  color: #fff;
  font-size: 15px;
  padding: 3px 5px;
}
.post_user .user_info{
  align-items: center;
  display: flex;
}
.post_user .user_info .info_img{
  display: inline-block;
  height: 90px;
  width: 90px;
}
.post_user .user_info .info_img:hover{
  opacity: .7;
}
.post_user .user_info .info_txt{
  font-size: 15px;
  padding: 10px;
  width: calc(100% - 90px);
}
.post_user .user_info .info_txt .txt_user{
  font-size: 15px;
}
.post_user .user_info .info_txt .txt_date{
  font-size: 14px;
}

.fixed_bnr{
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  padding: 10px 0;
  position: fixed;
  width: 100%;
  z-index: 999;
}


/* =========================================================
 * お問い合わせ内容
 * contact
 * ====================================================== */
.volunteer.contact .form_btnArea{
  margin: 20px 0 5px;
}
.volunteer.contact .volunteer_block:not(.volunteer_block-detail) .gy_tbl{
  margin-top: 5px;
}


/* =========================================================
 * ボランティア情報一覧
 * index,history
 * ====================================================== */
.volunteer_list .list_top{
  display: flex;
  justify-content: space-between;
}
.volunteer_list .list_top .search_area{
  width: calc(100% - 325px);
}
.volunteer_list .list_top .side_area{
  width: 300px;
}

.volunteer_intro img{
  width: 100%;
  border-radius: 5px 5px 0 0;
}
.volunteer_intro .intro_txt{
  background: #fff;
  padding: 13px 15px 15px;
  border-radius: 0 0 5px 5px;
  font-size: 13px;
  line-height: 1.2rem;
}
.volunteer_intro .intro_txt p + p{
  margin-top: 5px;
}
.volunteer_intro .intro_txt .atten{
  font-size: 12px;
  margin-top: 5px;
  padding-left: 1em;
  text-indent: -1em;
}
.volunteer_intro + .search_heading{
  margin-top: 20px;
}


/* 上部左側 */
.grn_heading{
  background: #fff;
  border-top: 2px solid #0a725f;
  border-bottom: 2px solid #0a725f;
  color: #555;
  display: flex;
  font-size: 15px;
  font-weight: bold;
  justify-content: space-between;
  padding: 10px;
  width: auto;
}
.search_area .search_heading .main_txt{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 140px);
}
.search_area .search_heading .main_txt .fa{
  margin-right: 5px;
}
.search_area .search_heading .sub_txt{
  color: #6d6d6d;
  font-size: 15px;
  text-align: right;
  width: 140px;
}

.search_area .search_body{
  margin: 20px 0 0;
}
.search_area .search_body h3{
  background: #6ab835;
  color: #fff;
  font-size: 16px;
  padding: 5px 15px;
}
.search_area .search_body h4{
  color: #555;
  font-size: 16px;
  font-weight: bold;
}
.search_area .body_inner{
  background: #fff;
  padding: 20px 15px 15px;
}
.search_area .body_pref{
  background: url('/volunteer/images/volunteer_search.png') no-repeat right center;
}
.search_area .body_pref .pref_list{
  display: flex;
  margin: 10px 0 0;
}
.search_area .body_pref .pref_list:not(:first-of-type){
  margin-top: 5px;
}
.search_area .body_pref .pref_list .list_item{
  width: 82px;
}
.search_area .body_pref .pref_list .list_item a{
  color: #555;
  font-size: 15px;
}
.search_area .body_pref .pref_list .list_item .active{
  font-weight: bold;
}

.search_area .body_keyword{
  align-items: center;
  display: flex;
  margin: 22px 0 0;
}
.search_area .body_keyword h4{
  width: 85px;
}
.search_area .body_keyword input{
  border: 1px solid #8e8e8e;
  border-radius: 3px;
  padding: 4px;
  width: calc(100% - 80px);
}
.search_area .body_features{
  align-items: center;
  display: flex;
  margin: 33px 0 0;
}
.search_area .body_features h4{
  width: 85px;
}
.search_area .body_features .features_area{
  display: flex;
}
.search_area .body_features .features_area label{
  align-items: center;
  display: flex;
}
.search_area .body_features .features_area label:not(:first-of-type){
  margin-left: 22px;
}
.search_area .body_features .features_area input{
  height: 15px;
  margin: 0 10px 0 0;
  width: 15px;
}
.search_area .btn_area{
  margin: 20px 0 0;
}
.search_area .btn_area .search_btn{
  background: #6ab835;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  padding: 7px 46px;
}
.search_area .btn_area .search_btn:hover{
  opacity: .7;
}


/* 上部右側 */
.volunteer_list .list_top .side_area .howtoArea{
  background: #fff;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 15px;
}
.volunteer_list .list_top .side_area .howtoArea h3{
  color: #ff5400;
  font-size: 20px;
}
.volunteer_list .list_top .side_area .howtoArea .txt{
  display: flex;
  font-size: 11px;
  margin-top: 10px;
}

.volunteer_list .list_top .side_area .txt_main{
  width: calc(100% - 90px);
}
.volunteer_list .list_top .side_area .txt_img{
  text-align: center;
  width: 90px;
}
.volunteer_list .list_top .side_area .txt_img img{
  width: 85%;
}
.volunteer_list .list_top .side_area .howtoArea .transitionBtn{
  margin-top: 10px;
}



/* 一覧 */
.volunteer_list .list_main{
  margin: 30px 0;
}
.volunteer_list.hisroty .list_main{
  margin-top: 15px;
}
.volunteer_list .list_main .main_item{
  background: #fff;
  border: 2px solid #02735f;
  display: flex;
  padding: 10px;
}
.volunteer_list .list_main .main_item:not(:first-of-type){
  margin-top: 10px;
}
.volunteer_list .list_main .main_item .item_img{
  height: 180px;
  overflow: hidden;
  position: relative;
  width: 200px;
}
.volunteer_list .list_main .main_item .item_img:hover{
  opacity: 0.7;
  transition: all 0.3s ease 0s;
}
.volunteer_list .list_main .main_item .item_img img{
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.volunteer_list .list_main .main_item .item_detail{
  padding: 5px 0 0 14px;
  width: calc(100% - 200px);
}
.volunteer_list .list_main .main_item .item_detail .item_top .item_ttl a{
  color: #1067b7;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.volunteer_list .list_main .main_item .item_detail .item_top .item_ttl a:hover{
  color: #ff6c00;
}
.volunteer_list .list_main .main_item .item_detail .item_top .item_txt{
  color: #777;
  display: -webkit-box;
  font-size: 15px;
  height: 3em;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.volunteer_list .list_main .main_item .item_btm{
  border-top: 1px solid #000;
  margin: 9px 0 0;
  padding: 7px 0 0;
}
.volunteer_list .list_main .main_item .item_btm li{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.volunteer_list .list_main .main_item .item_btm li:not(:first-of-type){
  margin-top: 2px;
}
.volunteer_list .list_main .main_item .item_btm .fa{
  color: #555;
  font-size: 16px;
  margin-right: 10px;
  text-align: center;
  width: 20px;
}
.volunteer_list .list_main.no_item{
  background: #fff;
  font-size: 15px;
  padding: 30px;
  text-align: center;
}





/* =========================================================
 * よみもの関係
 * howto, static_page
 * ====================================================== */
.volunteer_howto .columnList.columnRule h2.columnAttenHead,
.volunteer_read .columnList.columnRule h2.columnAttenHead{
  background: #0a725f;
  width: 960px;
}