@charset "UTF-8";

/* =========================================================
 * ページ全体の定義
 * @ PAGE
 * ====================================================== */
 /* html,body,.wrapper{height:100%;} */

body {
  color: #555;
  background: #fff;
  width: 100%;
  font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS P Gothic','Osaka';
  font-size:12px;
}
.page-header{
  margin: 30px 0 20px;
  line-height:1.2;
  text-align:center;
}
.page-header .h_title{
  font-size:12px;
  font-weight:bold;
  color:#428e93;
}
h1{
  margin-top: 50px;
  margin-bottom: 10px;
  font-size: 24px;
}

h2 {
  margin: 0 0 18px;
  padding: 0 8px;
  font-size: 22px;
  font-weight: 800;
}
.wrapper{
  position: static;
}
input,
textarea{
  font-size:16px !important;
}
textarea,
button{
  font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS P Gothic','Osaka';
}

.txt{
  display: block;
  padding: 0 8px;
  color: #555;
  font-size: 1.5rem;
}
.txt_sml{
  display: block;
  padding: 0 8px;
  font-size: 1.2rem;
}

.pdrl0{
  padding-right: 0;
  padding-left: 0;
}
.pdrl8{
  padding-right: 0;
  padding-left: 0;
}

img{
  vertical-align: bottom;
}

/* ボタン */
a.btn-info{
  background:#0084ff;
  border-color:#0084ff;
}
.btn-info:active{
  background:#0084ff !important;
  border-color:#0084ff !important;
}
.btn-info:visited{
  background:#0084ff !important;
  border-color:#0084ff !important;
}
.btn-info:hover{
  background:#339eff;
  border-color:#339eff;
}
.label-info{
  background:#0084ff;
}
.label-default{
  background:#e1e1e1;
  color:#aaa;
}

.btn-primary, .btn-primary:active:hover:focus:visited{
  background:#0f84fd !important;
  border-color:#0f84fd !important;
  outline:none; 
}

.btn{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 60%;
  max-width: 300px;
  padding: 5px 10px;
  border: none;
  border-radius: 5px;
  background: #d5d5d5;
  color: #555;
  font-size: 1.7rem!important;
  text-decoration: none;
  box-sizing: border-box;
}
.btn-y{
  background: #ffce57;
}
.btn-login{
  background: #ffce57;
  width:60% !important;
}
.btn-fb{
  background: #3B5998;
  color: #fff;
}
.btn-twitter{
  background: #1DA1F2;
  color: #fff;
}


/* ヘッダ */
nav {
  font-size: 14px;
}
nav .admintitle img{
  height: 48px;
}
.navbar-header{
  position: fixed;
  width: calc(100% - 20px);
  background: #b7b7b7;
  padding: 10px;
  color: #fff;
  z-index: 10;
}
.navbar-header .header_text{
  width: 120px;
  margin: 0 auto;
}
.navbar-header .header_text img{
  width: 100%;
}
.navbar-top-links {
  padding: 7.5px;
}
.navbar-default .navbar-toggle {
  border-color: #2e70a5;
  background:#fff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #2e70a5;
}
.navbar-top-links{
  display: flex;
  align-items: center;
  position: relative;
  min-height: 50px;
  margin-right: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: transparent;
  background-image: none;
  float: right;
}


/* フッタ */
footer .menu{
  margin: 0 0 15px;
}
footer .company{
  width:140px;
  text-align: center;
  margin:0 auto;
}
footer .company .text{
  font-size:10px;
}

/*ページング*/
.feed_page{
  text-align:center;
}
ul.pagination{
  margin:10px 0 0;
}
.resultHead .display_number{
  width:30%;
  text-align:right;
}
.pagination .active a{
  background-color:#337ab7!important;
  border-color:#337ab7!important;
}

/* 通常メッセージ(成功など) */
.message-list {
  padding-left: 15px;
  font-size: 14px;
}

#popup{
  padding:20px;
}

#popup h2{
  text-align:center;
  margin:20px 0;
  font-weight:bold;
  font-size:16px;
  color:#555;
}
#popup p{
  text-align:center;
  font-size:14px;
}

/* エラーメッセージ */
.error_area,
.error-list {
  margin: 0 0 15px;
  padding: 10px 30px 7px;
  background: #fff6c3;
  font-size: 14px;
}
.error-list li {
  margin-bottom: 3px;
  list-style-type: disc;
  text-align: left;
}
.error-list li:last-child {
  margin-bottom: 0;
}
/* 一文だけの場合 */
.error.alert-danger{
  font-size: 14px;
  padding: 5px 10px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  position: absolute;
  top: -4px;
  right: 0;
}
.alert-error{
  padding: 0 0 0 100px;
  color: #a94442;
}
.alert-error + label + input{
  background: #f2dede;
}

.page_wrapper{
  padding: 80px 0;
}
/*テーブル*/
.def-table th{
  background: #3d77b6;
  color: #fff;
  padding: 8px;
  text-align:center;
  vertical-align:middle !important;
  width:20%;
}
.def-table td{
  vertical-align:middle !important;
}

/* 利用規約 */
.rule_box{
  padding: 0 8px;
}
.rule_box_inner{
  padding:10px;
  border:1px solid;
  text-align: left;
  overflow-y:scroll;
  height:300px;
}
.rule_box ol{
  margin-top:15px;
  list-style-type: decimal;
}
.rule_box li{
  margin-bottom:8px;
  list-style: inherit;
  margin-left:25px;
}

/* 情報登録 */
.form-area{
  margin: 20px 0 0;
  padding: 0 20px;
}
.form-area dt{
  text-align: left;
  font-size: 1.5rem;
}
.form-area dt:nth-child(n + 2){
  margin-top: 30px;
}
.form-area dt{
  margin: 2px 0 0;
  line-height: 1;
}
.form-area input,
.form-area textarea{
  width: 100%;
  margin: 3px 0 0;
  padding: 9px 5px;
  box-sizing: border-box;
}

/* ログイン画面 */
.loginArea{
  margin-top :35px;
}
.loginArea .loginInput{
  margin-top: 10px;
}
.snsLoginArea{
  margin-top :35px;
}
.aboutScamee{
  margin-top :30px;
}
.password-remind{
  margin-top: 15px;
}
.password-remind a{
  color: #555;
  font-size: 12px;
}

/* 新規登録(仮) */
.tmp_register-area{
  color: #555;
}

.tmp_register-area .explain{
  font-size: 18px;
  margin-bottom: 30px;
}

/* 新規登録 */
.register-area{
  text-align: center;
  color: #555;
}
.register-area .mail_edit_link{
  font-size: 16px;
  margin: -20px 0 20px;
}
.register-area .mail_static{
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin-top: 10px;
  word-break: break-all;
}
.register-area .pw_notice,
.pw_reminder_area .pw_notice{
  font-size: 14px;
  color: #b22222;
  text-align: left;
  margin-top: 5px;
}
.register-area .mail_notice{
  margin: 5px 0;
  font-size: 14px;
  text-align: left;
}

/* パスワードリマインダ */
.pw_reminder_area .explain{
  color: #555;
  font-size: 14px;
  margin-bottom: 30px;
}

/* マイページ リスト */
.mypg_top{
  display: flex;
  justify-content: space-between;
  padding: 7px 8px 8px;
  background: #e7e7e7;
  font-size: 1.6rem;
}

.mypg_item{
  border-bottom: 1px solid #8d8d8d;
}
.mypg_item:first-child{
  border-top:  1px solid #8d8d8d;
}
.mypg_item a{
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 10px;
  text-decoration: none;
  color: #333;
}
.mypg_item.lost a{
  background: #fff6c3;
}

.mypg_item a:after{
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid;
  border-color: #8d8d8d #8d8d8d transparent transparent;
  position: absolute;
  right: 3.5%;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.mypg_item-txt{
  width: calc(95% - 110px);
  text-align: left;
}
.mypg_item-img{
  width: 90px;
  height: 90px;
  margin: 0 0 0 20px;
  box-sizing: border-box;
}
.mypg_item-img img{
  width: 90px;
  height: 90px;
  object-fit: contain;
}
.mypg_item-name{
  font-size: 1.6rem;
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mypg_item-memo{
  font-size: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mypg_item-date{
  color: #8d8d8d;
  font-size: 1.2rem;
  line-height: 1;
}

.tag-lost {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 3px;
  background: #ff3657;
  color: #fff;
  font-size: .8rem;
  font-weight: 800;
}

/* プルダウン */
/* 左に矢印があるデザイン */
.arrow-l {
  position: relative;
  display: inline-block;
}
.arrow-l:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  border-top: 5px solid #555;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  transform: translateY(-50%);
}
.arrow-l select {
  display: block;
  padding: 0 10px 0 23px;
  border: none;
  background: transparent;
  font-size: 1.6rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.arrow-l select::-ms-expand {
  display: none;
}

/* 右に矢印、矢印箇所に線が付いているデザイン */
.arrow-r {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 3px 0 0;
  border: 1px solid #a9a9a9;
  box-sizing: border-box;
}
.arrow-r select {
  display: block;
  width: 100%;
  padding: 8px 10% 8px 5px;
  border: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
}
.arrow-r select::-ms-expand {
  display: none;
}

.arrow-r{
  position: relative;
}
.arrow-r:before{
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid;
  border-color: #8d8d8d #8d8d8d transparent transparent;
  position: absolute;
  right: 3.5%;
  top: 50%;
  transform: translateY(calc(-50% - 5px)) rotate(135deg);
}


/* アップロード画像 */
.upload_img{
  display: flex;
  align-items: center;
  margin: 3px 0 0;
}
.upload_img img{
  width: 50%;
}
.upload_img img + div{
  padding: 0 0 0 10px;
}
.upload_img .uppy-FileInput-btn{
  display: inline-block;
  width: 100%;
  padding: 5px 10px;
  border: none;
  border-radius: 5px;
  background: #337ab7;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.4;
  box-sizing: border-box;
}
.upload_img .uppy-FileInput-btn:hover{
  background: #337ab7;
}
.uppy-FileInput-container{
  display: inline-block;
  width: 100%;
  margin: 0;
}
.upload_img .btn{
  width: 100%;
  font-size: 1.2rem!important;
  text-align: center;
  margin: 10px 0 0;
}

.image_notice{
  margin:8px 0 5px 0;
}


/* アイテム詳細 */
.mypg-detail{
  font-size: 1.5rem;
  text-align: left;
}
.qr-code_area{
  padding: 15px 8px;
  background: #fff6c3;
}
.qr-code_area dd{
  color: #ff3657;
  font-size: 16px;
}
.qr-code_area dd + dd{
  margin: 20px 0 0;
}
.qr-code_img img{
  width: 33%;
  max-width:200px;
  border: 1px solid #a9a9a9;
  margin-bottom: 20px;
}
.qr-code_area .qr-txt{
  color: #555;
  text-align:center;
  font-size: 15px;
  margin: 10px 0 20px;
}
.info-place{
  padding: 0 0 0 1em;
}

.item_detail_box{
  padding: 15px 28px;
}

.item_detail_box img{
  border: 1px solid #a9a9a9;
}

.item_detail_box dt:nth-child(n + 2){
  margin: 10px 0 0;
}
.item_detail_box dd{
  margin: 2px 0 0;
  padding: 3px 5px;
  background: #f2f2f2;
  min-height: 25px;
}
.item_detail_box dd.nobg{
  background: none;
}

.qr-code_area dd .map{
  width:100%;
  height:60vw;
  max-height: 500px;
  margin-top:10px;
}

/* 届け出情報入力 */
.notify_input{
  text-align: center;
}

.notify_input .intro_txt,
.notify_input .explain_txt{
  text-align: left;
  padding:0 20px;
  font-size: 14px;
}

.notify_input .privacy_notice{
  margin-top: 5px;
  color: #b22222;
}

.notify_input .comment_notice{
  margin: 10px 0 5px 0;
  text-align: left;
  font-size: 13px;
}

.notify_input .explain_txt{
  margin-top:10px;
  color: #b22222;
}

.notify_input .message{
  color: #20495e;
  border: #9acfea 1px solid;
  border-radius: 4px;
  background-color: #d9edf7;
  text-align: left;
  margin-top: 20px;
  padding: 10px;
}
.notify_input .message h3{
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}

.edit_top{
  margin: 25px 0 20px;
  padding: 10px;
  background: #ffce57;
}
.edit_top h2{
  margin: 0;	
}

.edit_top .desire{
  color: #b22222;
  font-weight:bold;
}

dt.notify_tel{
  margin-top:15px;
  font-size:16px;
  font-weight:bold;
  text-align: center;
}
dt.notify_tel ~ dd{
  margin-top:5px;
  font-size:18px;
}

.location_agree{
  margin: 40px 0 20px;
  font-size: 20px;
}

.matching_img{
  width: 50%;
  margin: 0 auto;
  border: 1px solid #a9a9a9;
}
.matching_img img{
  width: 100%;
}

/* アイテム照合 */
.item_matching-area{
  text-align:center;
}
.item_matching-area .title{
  font-size:28px;
  margin-bottom:20px;
}
.item_matching-area .desciption{
  font-size:18px;
  padding: 0 10px;
}
.item_matching-area .browser-notice{
  margin-top:10px;
  font-size:14px;
  color:#b22222;
}
.item_matching-area .matching_ok_txt{
  font-size: 24px;
}

/* 照合OK */
.matching_finish-area{
  text-align: center;
}
.matching_finish-area .result{
  margin-top: 20px;
}
.matching_finish-area h2{
  font-weight: normal;
  font-size: 24px;
}

/* 引き渡し完了 */
.pass_finish-area .result{
  text-align: center;
}
.pass_finish-area .result .result_txt{
  margin-top: 100px;
  font-size: 25px;
}

/* Scameeとは */
.about_scamee-area{
  color: #555;
  text-align: center;
}

.about_scamee-area .description{
  margin-top: 20px;
  margin-bottom: 50px;
  text-align: left;
  padding: 0 10px;
  font-size: 17px;
  line-height: 1.6;
}

/* 必須・任意タグ */
.required,
.option{
  display: flex;
  align-items: center;
}
.required:before,
.option:before{
  display: inline-block;
  margin: 0 .5em 0 0;
  padding: 4px 5px;
  border-radius: 3px;
  color: #fff;
  font-size: .9rem;
}
.required:before{
  content: "必須";
  background: #d9534f;
}
.option:before{
  content: "任意";
  background: #888;
}

/* パネル */
.panel {
  width:90%;
  margin: 0 auto 20px auto;
  background-color: #fff;
  border: 1px solid #ffce57;
  border-radius: 4px;
  font-size:15px;
}
.panel-heading {
  color: #333;
  background-color: #fff1d2;
  border-color: #ffce57;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color:#555;
  font-weight:bold;
}
.panel-body {
  padding: 15px 10px;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.error-list {
  padding-left: 30px;
  font-size: 14px;
}