@charset "UTF-8";

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

html {
  visibility: hidden;
}
html.wf-active,
html.loading-delay{
  visibility: visible;
}

body {
  color: #555;
  background: #fff;
  width: 100%;
  font-family: heisei-maru-gothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  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: 800;
  color:#428e93;
}
h1{
  margin-top: 50px;
  margin-bottom: 10px;
  font-size: 24px;
}

h2 {
  margin: 18px 0;
  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';
}
hr{
  margin: 0;
}

.txt{
  display: block;
  padding: 0 8px;
  color: #555;
  font-size: 1.3rem;
}
.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;
  box-sizing: border-box;
  display: inline-block;
  width: 70%;
  max-width: 300px;
  padding: 9px 10px;
  border: none;
  border-radius: 5px;
  background: #d5d5d5;
  color: #555;
  font-size: 1.5rem!important;
  text-decoration: none;
}
.btn_txt-w{
  color: #fff;
}
.btn-y{
  background: #ffce57;
}
.btn-g{
  background: #7ac743;
}
.btn-blg{
  background: #5fc59e;
}
.btn-red{
  background: #ed4c59;
}
.btn-blue{
  background: #4e79b4;
}
.btn-login{
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 5px 5px;
  border: 3px solid #fff;
  border-radius: 100px;
  background: #fccf00;
  font-size: 21px!important;
}
.btn-login:before{
  content: "";
  position: absolute;
  display: inline-block;
  top: calc(50% - 2px);
  left: 32px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-image: url(/inc/img/footprints_w.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.btn-fb{
  background: #3B5998;
  color: #fff;
}
.btn-twitter{
  background: #1DA1F2;
  color: #fff;
}
.btn_box{
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 35px;
}
.btn_box .btn + .btn{
  margin-top: 25px;
}

/* ヘッダ */
nav {
  font-size: 14px;
}
nav .admintitle img{
  height: 48px;
}
.navbar-header{
  position: fixed;
  width: calc(100% - 20px);
  height: 37px;
  background: #fff;
  padding: 10px;
  color: #fff;
  z-index: 10;
  top:0; /*追記*/
}
.navbar-header .header_text{
  width: 135px;
  margin: 0 auto;
}
.navbar-header .header_text img{
  width: 100%;
}
.navbar-header .header_decoration{
  position: absolute;
  top: 7px;
  right: 35px;
  width: 60px;
}
.navbar-header .header_decoration 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;
}

.bg-blg{
  background: #e6f2e6;
}

/* フッタ */
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 {
  background: #fff;
  border: 2px solid #e60012;
  border-radius: 5px;
  margin: 10px 0 0;
  padding: 7px 30px;
  color: #e60012;
  font-size: 14px;
  line-height: 1.25;
}
.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: 55px 0 0;*/
  margin-top:55px;
  border-top: 24px solid #e5f2e6;/*追記*/
}
.page_wrapper-h100{
  min-height: calc(100vh - 57px);
}

.bg-all-green{
  background: #e5f2e6;
  height: calc(100vh - 55px);
}

/*テーブル*/
.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: 10px 8px;
  background: #e6f2e6;
}
.ruleBox_wrapper .btn_box{
  padding: 0 20px;
}
.rule_box_inner{
  padding:10px;
  border:1px solid;
  background: #fff;
  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{
  padding: 30px 20px 100px;
  background: #e6f2e6;
}
.form-area dt{
  text-align: left;
  font-size: 1.5rem;
  margin: 2px 0 0;
  line-height: 1;
}
.form-area dt:nth-child(n + 2){
  margin-top: 30px;
}
.form-area dd.static{
  padding: 3px 5px;
  background: #fff;
  min-height: 25px;
  font-size: 1.5rem;
  margin-top: 5px;
}
.form-area dd img{
  margin-top: 10px;
}
.form-area input:not(.btn),
.form-area textarea{
  width: 100%;
  margin: 5px 0 0;
  padding: 9px 5px;
  box-sizing: border-box;
  min-height: 45px;
  border-radius: 5px;
  padding: 10px;
  border: 1px solid #333;
}
.form-area input + input{
  margin-top: 15px;
}
.form-area input[type='radio'],
.form-area input[type='checkbox']{
  width: auto;
  min-height: auto;
  margin-top: 0;
  margin-right: 5px;
}


.dog-info-edit-area .form-area dt{
  margin-bottom: 5px;
}
.dog-info-edit-area .form-area{
  padding-bottom: 30px;
}

/* 譲渡 */
.transfer-confirm{
  font-size:16px;
  background: #e5f2e6;
  padding-top: 10px;
  text-align: center;
}

/* ログイン画面 */
.loginArea{
  margin-top: 40px;
}
.loginArea .loginInput{
  margin-top: 20px;
}
.sns_loginBox{
  margin-top :35px;
}
.sns_loginBox > p{
  font-size: 18px;
}
.sns_loginBox .loginBox_main{
  margin: 13px 0 0;
}
.sns_loginBox .loginBox_main button{
  width: 100%;
  max-width: 100%;
  border-radius: 100px;
  font-size: 1.8rem!important;
}
.sns_loginBox .loginBox_main button + button{
  margin-top: 20px;
}

.aboutScamee{
  margin-top :30px;
}
.password-remind{
  margin-top: 15px;
}
.password-remind a{
  border-bottom: 1px solid #333;
  color: #333;
  font-size: 14px;
  text-decoration: none;
}
.login_txt .txt{
  font-size: 1.3rem;
}
.login_txt .txt + .txt{
  margin-top: 3px;
}
.login-type-description{
  margin-top: 10px;
  font-size: 1.3rem;
}
.regist_txt .txt{
  display: inline-block;
  border-bottom: 1px solid #555;
  font-size: 1.5rem;
  text-decoration: none;
  line-height: 1.3;
}
.login_box{
  margin: 23px 0 0;
}


/* 新規登録(仮) */
.tmp_register-area{
  padding: 50px 20px 20px;
  color: #555;
  min-height: calc(100vh - 215px);
}

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

/* 新規登録 */
.register-area{
  text-align: center;
  color: #555;
}
.register-area .mail_edit_link{
  font-size: 16px;
  margin: 30px 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;
}
.mypg_register-area .form-area{
  padding-bottom: 30px;
}
.mypg_register-area .btn_box{
  margin-bottom: 35px;
  padding: 0 20px;
}

.register_finish .page_inner{
  padding: 0 20px;
}

.qr-extend-area{
  font-size: 18px;
}

.qr-extend-area .head,
.new-register-area .head{
  background: #85c552;
  color: #fff;
  font-size: 22px;
  padding: 10px;
}
.qr-extend-area .head span,
.new-register-area .head span{
  vertical-align: -6px;
  padding-left: 10px;
}
.qr-extend-area .body{
  background: #e9f2e7;
  font-size: 16px;
  padding: 10px 30px;
}


/* パスワードリマインダ */
.pw_reminder_area .explain{
  color: #555;
  font-size: 14px;
  margin-bottom: 30px;
}
.form-area.pw_reminder_area{
  min-height: calc(100vh - 252px);
}
.pw_reminder_area.pw_reminder_finish{
  min-height: calc(100vh - 172px);
  padding-top: 50px;
  background: #e6f2e6;
}

/* マイページ リスト */
.mypage_wrapper .mypage_heading{
  margin-bottom: 8px;
  padding: 12px 8px 0;
  /*border-top: 24px solid #e5f2e6;*/
  color: #7ac743;
}
.mypg_top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 29px 4px;
  border-color: #7ac743;
  border-style: solid;
  border-width: 3px 0;
  background: #fff;
  color: #7ac743;
  font-size: 1.8rem;
  line-height: 1;
}
.mypg_list{
  background: #e5f2e6;
  padding: 18px 20px;
}

.mypg_list .mypg_item{
  background: #fff;
  border: 1px solid #7ac743;
  border-radius: 5px;
  padding: 13px 13px 25px;
}
.mypg_list .mypg_item:not(:first-child){
  margin-top: 20px;
}
.mypg_list .mypg_item .mypg_head{
  width: calc(100vw - 66px);
  font-size: 1.6rem;
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  white-space: nowrap;
}
.mypg_list .mypg_item .mypg_main{
  display: flex;
  justify-content: space-between;
}


.mypg_list .mypg_item .mypg_item-txt{
  padding: 0 0 0 5px;
  width: calc(100% - 175px);
  text-align: left;
}
.mypg_list .mypg_item .mypg_item-img{
  width: 170px;
  height: 135px;
  margin: 0 0 0 5px;
  box-sizing: border-box;
}
.mypg_list .mypg_item .mypg_item-img img{
  width: 170px;
  height: 135px;
  object-fit: contain;
}
.mypg_list .mypg_item-memo{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  margin: 10px 0 0;
  font-size: 1.2rem;
  height:95px;
}
.mypg_item-date{
  color: #8d8d8d;
  font-size: 1.2rem;
  line-height: 1;
}

.mypg_list .mypg_item .expire{
  font-size: 1.2rem;
  margin-top: 10px;
}

.mypg_list .mypg_item.extend{
  padding: 0;
}

.mypg_list .mypg_item.extend a{
  text-decoration: none;
  color: #555;
  padding: 13px 13px 25px;
  display: inline-block;
}

.mypg_list .mypg_btn{
  margin: 20px 0 0;
}
.mypg_btn .btn{
  width: 100%;
  max-width: 100%;
  /*padding: 4px 10px;*/
  padding: 0;
  border-radius: 100px;
  color: #fff;
  height:40px;
  line-height:44px;
  font-size: 1.9rem!important;
}
.mypg_btn .btn + .btn{
  margin-top: 20px;
}

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

.expire-date-alert{
  color: #ff3657;
  font-weight: bold;
}
.expire-purchase-box{
  margin-top: 15px;
  margin-bottom: -15px;
  padding: 0 12px;
  font-size: 14px;
  color: #ff3657;
}
.expire-purchase-box p{
  text-align: left;
}

.expire-purchase-box .btn-purchase{
  margin: 10px 0;
  font-size: 26px !important;
  background: #4e79b4;
  color: #fff;
  padding: 30px 20px 20px 20px;
  text-align:center;
  width: auto;
  line-height: 0.9;
}

.expire-purchase-box .purchase-item{
  text-align: left;
  color: #000;
  margin-top: 20px;
  margin-left: 16px; 
}

.expire-purchase-box .purchase-item li { list-style:none; }
.expire-purchase-box .purchase-item li.no1:before {
  content:"①";
  margin-left: -16px;
}
.expire-purchase-box .purchase-item li.no2:before {
  content:"②";
  margin-left: -16px;
}
.expire-purchase-box .btn-purchase .purchase-notice{
  font-size: 14px;
}

.mypage_wrapper .btn_box{
  margin-bottom: 35px;
  padding: 0 20px;
}

.mypage_wrapper .footer-menu{
  margin-bottom:20px;
  font-size: 14px;
}
.mypage_wrapper .footer-menu li{
  margin-top: 5px;
}
.mypage_wrapper .footer-menu a{
  text-decoration: none;
}
.mypage_wrapper .footer-menu a,
.mypage_wrapper .footer-menu a:hover,
.mypage_wrapper .footer-menu a:active,
.mypage_wrapper .footer-menu a:visited
{
  color: #7ac743;
}

.expire_result{
  margin-top: 50px;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}

/* プルダウン */
/* 左に矢印があるデザイン */
.arrow-l {
  position: relative;
  display: inline-block;
}
.arrow-l:before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: 3px;
  border-top: 13px solid #7ac743;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  transform: translateY(-50%);
}
.arrow-l select {
  display: block;
  padding: 0 10px 4px 23px;
  border: none;
  background: transparent;
  font-size: 1.4rem;
  -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;
  background: #fff;
  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;
}

/* 延長 */
.extend_select{
  padding: 7px 29px 4px;
  border-color: #7ac743;
  border-style: solid;
  border-width: 3px 0;
  background: #fff;
  text-align: center;
  color: #777;
  font-size: 1.8rem;
  line-height: 1;
}


/* アイテム詳細 */
.mypg-detail{
  font-size: 1.5rem;
  text-align: left;
}
.status_log_area{
  padding: 15px 8px;
  background: #fff6c3;
}
.status_log_area dt{
  margin-bottom: 10px;
}
.status_log_area dd{
  color: #ff3657;
  font-size: 16px;
}
.status_log_area dd + dd{
  margin: 20px 0 0;
}
.status_log_area dd .map{
  width:100%;
  height:60vw;
  max-height: 500px;
  margin-top:10px;
}

.qr-code_img img{
  width: 33%;
  max-width:200px;
  border: 1px solid #a9a9a9;
  margin-bottom: 20px;
}

.info-place{
  padding: 0 0 0 1em;
}

.qr-code_area{
  padding: 15px 8px;
  background: #fff6c3;
}
.qr-code_area .qr-txt{
  color: #555;
  text-align:center;
  font-size: 15px;
  margin: 10px 0 20px;
}


.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: #fff;
  min-height: 25px;
}
.item_detail_box dd.nobg{
  background: none;
}
.item_detail_box dd.multi_txt{
  min-height: 80px;
}

/* アイテム編集 */
.desire-explain{
  margin-top:10px;
}

/* 愛犬情報 */
.dog-detail{
  font-size: 1.5rem;
  text-align: left;
}
.show-dog-status{
  font-size: 1.5rem;
  text-align: left;
  padding: 10px 28px;
}
.show-dog-status dt,
.show-dog-status dd{
  display: inline-block;
}
.show-dog-status .status-icon{
  border-radius: 10px;
  background: #f2f2f2;
  padding: 3px 5px;
  width: 70px;
  display: inline-block;
  text-align: center;
}
.show-dog-status .status-icon.active{
  background: #00cc99;
}

/* 愛犬編集 */
.dog-info-edit-area label{
  font-size: 18px;
}

/* 届け出情報入力 */
.notify_input{
  margin: 30px 0 0;
  text-align: center;
}
#form_notify .form-area{
  min-height: auto;
  padding-bottom: 30px;
}
#form_notify .btn_box{
  margin-bottom: 35px;
  padding: 0 20px;
}

.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;
  word-break: break-all;
}
.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%;
  height: auto;
}

/* do_nothing */
.do-nothing{
  text-align: center;
}
.do-nothing .private-status-txt{
  font-size: 1.5rem;
}

/* アイテム照合 */
.item_matching-area{
  min-height: calc(100vh - 115px);
  padding: 30px 0;
  background: #e6f2e6;
  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_inner{
  padding-top: 50px;
}
.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{
  background: #e6f2e6;
  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;
}

.about_scamee-area .btn_box{
  padding: 0 20px 35px 20px;
}

/* 必須・任意タグ */
.required,
.option{
  position: relative;
  padding-left:40px;
}
.required:before,
.option:before{
  display: inline-block;
  padding: 7px 5px 4px;
  border-radius: 3px;
  color: #fff;
  font-size: .9rem;
	position: absolute;
	left: 0;
	top: 0;
	margin-top:-4px;
}
.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;
}
.notifyFinish_wrapper{
  min-height: calc(100vh - 55px);
  background: #e6f2e6;
}
.mail_sent_wrapper .pw_reminder_area,
.mail_sent_wrapper-finish .pw_reminder_area{
  min-height: calc(100vh - 182px);
  background: #e6f2e6;
  padding: 30px 20px;
}
