@charset "UTF-8";
/* CSS Document */


/*スマホ用. スマホ用. スマホ用. スマホ用. スマホ用. スマホ用. スマホ用. スマホ用. スマホ用. スマホ用. スマホ用 */
@media screen and (max-width: 480px){
    
body{
    
    background-color:#0b0c0c;
    background-repeat: no-repeat;
    /* 
    background-image: url(img/bg_img2.jpg);
    background-size: cover;
    background-position: center;
    */
    margin: 0;
    padding: 0;
  
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.popup-bg-cover{
	position: fixed; /* ブラウザの定位置に固定 */
	background: rgba(0, 0, 0, .5); /* 背景色を半透明の黒色に */
	width: 100%; /* 要素の横幅を画面全体に */
	height: 100%; /* 要素の高さを画面全体に */
	top: 0; /* 要素の固定位置をブラウザ最上部に合わせる */
	left: 0; /* 要素の固定位置をブラウザ左側に合わせる */
	z-index: 995; /* 要素をコンテンツより前面に（要調整） */
}


/* 調整用スタイル */

a {
    text-decoration: none;
  }
  
  ul,
  li {
    list-style: none;
  }
  
  
  
  /* ヘッダー */
  
  .header {
    background-color: white;
    width: 100%;
    height: 40px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }
  
  .header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: inherit;
    position: relative;
  }
  
  
  /* ヘッダーのロゴ部分 */
  .header__title {
    width: 170px;
    font-size: 22px;
    font-family: 'ヒラギノ明朝 ProN';
    color: rgb(42, 40, 40);
    display: flex;
    flex-direction: row;
  }
  .header__title a{
    text-decoration: none;  
    color: rgb(42, 40, 40); 
    flex:80%;
    padding-left:3%;

  }
  .tiger_icon{
    width: 22%;
    flex:20%
  }

  .btn_login{
    background-color: #4B89FF;
    color:white;
    padding-left:5%;
    padding-right:5%;
    padding-top:1.5%;
    padding-bottom:1.5%;
  }
  .login_close{
    font-size: 60px;
    text-align: right;
    line-height: 70%;
    padding-top: 0%;
    margin-top: 0%;
    margin-bottom: -5%;
    color: black;

  }


  .login_form input {
    font-size:20px;
    width:85%;
    background:#f5f5f5;
    border:0;
    padding:10px;
    border-radius:6px;
    margin-top:5%;
    margin-left:3%;
    border:1px solid #eee;
   
  }


  .login_form{
    position:fixed;
    width: 85%;
    height:70vh;
    background: #fff;
    z-index: 998;
    margin-top: 5%;
    margin-left:7%;
    border: 4px solid #4B89FF;
  }

  .login_form form{
    border: 4px solid #7ec1cb;
    margin-left:3%;
    margin-top:0%;
    margin-bottom:20%;
    margin-right:3%;
  }

  .menu_close{
    font-size: 80px;
    text-align: right;
    line-height: 70%;
    padding-top: 0%;
    margin-top: 5%;
    margin-right: 5%;
    color: black;
  }

.login_form h4{
  text-align: center;
  margin-bottom: 4%;
}

  .login_form .login_btn {
    margin-top:10%;
    margin-bottom:5%;
    margin-left:20%;
    width:60%;
    padding:10px;
    border-radius:6px;
    border:0;
    background:#4B89FF;
    font-size:20px;
    color:#fff;
    text-shadow:1px 1px 0px rgba(0,0,0,.1);
    box-shadow:0px 3px 0px #345fb0; 
  }

  .make_account{
    margin-bottom:5%;
    margin-left:17%;
    width:80%;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 2%;
    padding-bottom: 2%;
    border-radius:6px;
    border:0;
    background:#f26964;
    font-size:20px;
    color:#fff;
    text-shadow:1px 1px 0px rgba(0,0,0,.1);
    box-shadow:0px 3px 0px #c1524e;
    text-decoration: none;
}


  /* ログインせずにprofileアイコンクリックで開く窓 */

.msg_prof{
  position:fixed;
  width: 85%;
  height:30vh;
  background: #fff;
  z-index: 990;
  margin-top: 35%;
  margin-left:7%;
  border: 4px solid #ff4b4b;

}
.msg_prof_close{
  font-size: 60px;
  text-align: right;
  line-height: 40%;
  padding-top: 3%;
  margin-top: 2%;
  padding-right: 2%;
  color: black;
}
.msg_prof h5{
  font-size: 20px;
  padding: 0 2% 0 2%;
  margin-top: -8%;
}

  /* 新規アカウント */

.account_body{
  background-color: whitesmoke;
  margin-left:1%;
  margin-right:1%;
  margin-top: -10%;
  margin-bottom:1%;
  position:relative;
  height: auto;
}

.div_account{
  background:#f26964;
  color:white;
  text-shadow:1px 1px 0px rgba(0,0,0,.1);
  margin-bottom:8%;
}
.div_account h3{
  font-size: 25px;
  padding-left: 4%;
  text-align: center;
  padding-top: 2%;
  padding-bottom: 2%;
}


.fukidashi_account{
padding-left:5%;
padding-bottom:15%;

}

.account_name {
  margin-top: 2%;
  margin-bottom: 1%;
}

.account_name label.itemname {
  font-size: 0.85em;
  padding-left:15px;
  border-left:5px solid #333;
}
.account_name input{
  margin-bottom: 25px;
  margin-left:5px;
  font-size: 20px;
  width: 80%;
  padding:10px、10px、10px、10px;
  border:1px solid #CCC;
  background:#FFF;
}

select{
  margin-top:10px;
  font-size: 20px;
  width: 65%;
  margin-top: -0.1%;
  margin-bottom: 6%;
  margin-left:3%;
  padding:12px;
}

.account_name .birth{
  font-size: 20px;
  width: 30%;
  margin-bottom: 5%;
}
.account-birthday-wrapp {
  display: flex;
}
.account-birthday-wrapp .account-birthday-item {
  width: 43%;
}
.account-birthday-wrapp .account-birthday-item label {
  display: block;
  font-size: 0.8em;
  margin-top: 10%;
  margin-left: 10%;
}
.account-birthday-wrapp .account-birthday-item select {
  width: 84%;
  margin-top: 0;
}
.birth_text{
  font-size: 20px;
}


.account_btn_next{
position:absolute;
border-radius: 4px;
width: 30%;
height: 40px;
padding:3%;
display: flex;
justify-content: center;
align-items: center;
background: #0fbfae;
color: #fff;
bottom: 5%;
right: 5%;
}





.btn_back{
  color: white;
  margin-top: 22%;
}
.btn_back a{
  text-decoration: none;
  color: rgb(29, 29, 29);
  border:1px solid black;
  font-weight: bold;
  font-size: 20px;
  background-color: rgb(251, 253, 254);
  padding-top: 2%;
  padding-bottom: 2%;
  padding-left: 5%;
  padding-right: 5%;
}

.btn_line .btn_back{
  flex:50%;
  margin-top: 4%;
}
.btn_line .btn_back a{
  padding: 7% 12% 7% 12%;
}

.btn_line .btn_next{
  flex:50%;
  text-align: right;
  padding-right: 3%;
}

.account_btn_confirm{
  border-radius: 4px;
  align-items: center;
  background-color: #4B89FF;
  color: #fff;
  font-size: 20px;
  margin-top: 0%; 
  padding: 6% 18% 6% 18%;
}




  /* アカウント確認ページ */

  .account_confirm{
    display: flex;
    justify-content: space-around;
    padding: 10% 0 10% 0;
    line-height: 40px;
  }
  .account_confirm .left{
    flex:40%;
    text-align: right;
    padding-right: 4%;
    font-size: 20px;
  }
  .account_confirm .right{
    flex:60%;
    text-align: left;
    font-weight: bold;
    font-size: 20px;
  }


  .account_btn_register{
    border-radius: 4px;
    border:1px solid black;
    align-items: center;
    background-color: yellow;
    color: black;
    font-size: 20px;
    margin-top: 0%; 
    padding: 8% 18% 8% 18%;
  }
 


  /* アカウント完了ページ */

  .account_already{
    display: flex;
    justify-content: space-around;
    line-height: 40px;
    border: 1px solid gray;
    margin-right:5%;
    margin-bottom: 15%;
  }

  .account_already .left{
    flex:50%;
    text-align: right;
    padding-right: 4%;
    font-size: 20px;
  }
  .account_already .right{
    flex:50%;
    text-align: left;
    font-weight: bold;
    font-size: 20px;
  }



  .error_msg{
    position:absolute;
    width: 75%;
    height:40vh;
    background: #fff;
    z-index: 998;
    margin-top: 5%;
    margin-left:7%;
    padding: 0 5% 0 5%;
    border: 4px solid #f72727;
  }
  .error_msg h5{
    font-size: 20px;
  }


  .btn_top{
    background-color: #2f3031;
    padding-left:15%;
    padding-right:15%;
    padding-top:1.5%;
    padding-bottom:1.5%;
    font-size: 25px;
    margin-left:5%;
  }


  .btn_top a{
    text-decoration: none;
    color:white;
  }


  /* メニュー */
  .menu{
    position:absolute;
    width: 70%;
    height:77vh;
    background-color: white;
    z-index: 999;
    right:0%;
    margin-top: 2%;
    overflow: scroll;
    border: 1px solid gray;
  }

  .menu_close{
    font-size: 60px;
    text-align: right;
    line-height: 70%;
    padding-top: 0%;
    margin-top: 0%;
    margin-bottom: -5%;
    color: black;

  }
  
  .menu_items{
    line-height: 50px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .menu li{
    border-top: 1px solid black;
  }

  .menu a{
    text-decoration: none;
    color: black;
  }


  /* メニューのフェードインその場で */
  .menu{
    animation-name:fadeInAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity:0;
  }
  
  @keyframes fadeInAnime{
    from {
      opacity: 0;
      transform: translateY(-100px);
    }
  
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  /* ハンバーガーメニューの線 */
  .humberger {
    position: relative;
    height: 20px;
    width: 28px;
    display: inline-block;
    box-sizing: border-box;
    margin-right:3%;
  }
  .humberger div {
    position: absolute;
    left: 0;
    height: 2px;
    width: 28px;
    background-color: #444;
    border-radius: 2px;
    display: inline-block;
    box-sizing: border-box;
  }
  .humberger div:nth-of-type(1) {
    bottom: 20px;
  }
  .humberger div:nth-of-type(2) {
    bottom: 10px;
  }
  .humberger div:nth-of-type(3) {
    bottom: 0;
  }


  .work_name {
    color: rgb(139, 239, 250);
    font-size: 18px;
    padding-top: 9%;

  }

footer{
  width: 100%;
  height: 50px;
  color: #ffffff;
  background-color: #383838;
  position: fixed;
  bottom: 0;
  transition: 0.5s;

}
.footer_inner{
  width: 88%;
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top:1%;
  font-size: 12px;
  margin-left: 8%;
}
.footer_inner p{
  margin-top: -2px;
  margin-bottom: -30px;
}
.home_icon{
  width: 50%;
}

.prof_icon{
  width: 50%;
}


.footer_center p{
  font-size: 15px;
  border: 2px solid white;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 4%;
  padding-bottom: 4%;
  margin-top:1%;
}


.line{
  margin-top: 18%;
  margin-bottom: 5%;
  font-size: 14px;
}
.line a{
  margin-left:28%;
}
.line p{
  color:white;
  text-align: center;
  margin-top: 0%;
}
.line .line_contact{
  color:black;
  text-align: center;
  margin-top: 0%;
}

.div_2{
  width:100%;
  height: auto;
}
.div_2 img{
  width:100%;
  height: auto;  
}


.div_2_above{
    background-color: #daa520;
    margin-bottom: 5%;
    padding:1px;
    text-align: center;
    font-weight: bold;
}
.focus_red{
    color:red;
    font-weight: bold;
    font-size:20px;
}

.div_2_bottom{
  margin-top:-3%;
}


.insert_img{
  margin-top: 20%;
  margin-bottom: 20%;
}

.insert_img img{
  object-fit: cover;
  width:100%;
  height: 60vh;
}

.div_process{
  background-color: whitesmoke;
  margin-left:1%;
  margin-right:1%;
  padding-bottom: 3%;
  position:relative;
}

.div_5{
  background-color: #20a2da;
  color:white;
}
.div_5 h3{
  font-size: 25px;
  padding-left: 4%;
}

.contact{
  background-color: white;
  width: 88%;
  margin-left:3%;
  margin-top:3%;
  margin-bottom:0%;
  padding: 3%;
  padding-bottom: 5%;
}
.contact h4{
  font-size: 25px;
}
.contact hr{
  margin-top: -10%;
}
.contact p{
  margin-top: 3%;
  font-size: 14px;
}
.contact h3{
  font-size: 22px;
  text-align: center;
}
.contact .contents{
  display: flex;
  flex-direction: row;
  padding-left: 6%;
  padding-right: 1%;
  border: 2px solid rgba(0, 0, 0, 0.699);
  margin-left:1%;
  font-size: 21px;
  width:90%;

}

.contact .contents .contents_name{
  flex:20%;
  text-align: right;
}
.contact .contents .contents_detail{
  flex:80%;
  text-align: left;
  padding-left:3%;
}


.company{
  background-color: white;
  width: 88%;
  margin-left:3%;
  margin-top:3%;
  margin-bottom:40%;
  padding: 3%;
  padding-bottom: 5%;
}
.company h4{
  font-size: 23px;
}
.company hr{
  margin-top: -8%;
}
.company p{
  margin-top: 3%;
  font-size: 21px;
}
.company h3{
  font-size: 22px;
  text-align: center;
}

.company .contents{
  display: flex;
  flex-direction: row;
  padding-left: 1%;
  padding-right: 1%;
  padding-top: 3%;
  font-size: 16px;
  width:100%;
}

.company .contents .contents_name{
  flex:27%;
  text-align: right;
}
.company .contents .contents_detail{
  flex:73%;
  text-align: left;
  padding-left:3%;
}
.company .contents .contents_detail .history{
  line-height: 1%;
  margin-top: 15%;
}



/* item_list */

.div_process_list{
  background-color: whitesmoke;
  margin-left:1%;
  margin-right:1%;
  margin-top:10%;
  margin-bottom:10%;
  padding-bottom: 5%;
  position:relative;
}



.item_info_a{
  text-decoration: none;
  color: black;
}


.div_item_info {
  background-color: white;
  margin-top: 5%;
}

.div_item_info .date{
  display: flex;
  justify-content: flex-end;
  padding-right: 1%;
  font-size: 11px;
  margin-top: -2%;
}
.div_item_info .date .ymd{
  margin-right: 2%;
  margin-top: 2%;
}
.div_item_info .date .new{
  background-color: red;
  font-size: 12px;
  font-weight: bold;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 1%;
  padding-bottom: 1%;
  margin-top: 2%;
  color: white;
}


.div_item_info .contents{
  display: flex;
  flex: row;
}
.div_item_info .contents .left_img{
  width: 15%;
  flex: 35%;
  text-align: center;
  border: 1px solid #ccc;
  margin-top:  -4%;
  margin-bottom: 2%;
  margin-right: 1%;
  margin-left: 1%;
}
.div_item_info .contents .left_img img{
 display: block;
 height: 20vh;
 text-align: center;
 object-fit: contain;
 width: 100%;
 
}
.div_item_info .contents .right{
  flex: 65%;
  margin-top: -8%;
}
.div_item_info .contents .right .item_number{
 color:rgb(0, 183, 255);
 font-size: 13px;
 font-weight: bold;
 margin-bottom:-2%;
 padding-left: 3%;
}
.div_item_info .contents .right .item_title{
  font-size: 13px;
  font-weight: bold;
  padding-left: 3%;
}
.div_item_info .contents .right .item_price{
  display: flex;
  flex: row;
  margin-top:-3%;
  margin-bottom:-7%;
}
.div_item_info .contents .right .item_price .left{
  flex: 30%;
  text-align: right;
  font-size: 12px;
  padding-right:1%;
  margin-top:2%;
  line-height: 10px;
}
.div_item_info .contents .right .item_price .center{
  flex: 70%;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  padding-right:10%;
  line-height: 10px;

}


/* detail */

.detail_process{
  margin-left:2%;
  margin-right:2%;
  margin-top: -4%;
}

.detail_item_info {
  background-color: white;
  margin-top: 3%;
  padding-top: 3%;
}


.detail_item_info .left_img{
  width: 90%;
  text-align: center;
  border: 1px solid #ccc;
  margin-bottom: 10%;
  margin-right: 1%;
  margin-left: 5%;
  margin-top: 5%;
}
.detail_item_info .left_img img{
 display: block;
 height: 40vh;
 text-align: center;
 object-fit: contain;
 width: 100%;
}


.detail_item_info .right{
  flex: 50%;
  margin-top: -3%;
}


.detail_item_info .right .detail_date{
  display: flex;
  justify-content: flex-end;
  font-size: 12px;
  margin-right: 2%;
  margin-bottom: -5%;
}
.detail_item_info .right .detail_date .ymd{
  margin-right: 2%;
  margin-top: 2%;
}

.detail_item_info .right .detail_date .new{
  background-color: red;
  font-size: 13px;
  font-weight: bold;
  padding-left: 2%;
  padding-right: 2%;
  margin-top: 2%;
  color: white;
}

.detail_item_info .right .item_number{
 color:rgb(0, 183, 255);
 font-size: 15px;
 font-weight: bold;
 margin-bottom: -5%;
 padding-left: 4%;
}
.detail_item_info .right .item_title{
  font-size: 18px;
  font-weight: bold;
  padding-left: 3%;
}

.detail_item_info .right .remarks{
  font-size: 16px;
  padding-left: 3%;
  margin-left: 3%;
  margin-right: 3%;
  margin-bottom: 10%;
  border: 3px solid #daa520;
}
.detail_item_info .right .remarks_title{
  font-size: 15px;
  background-color: #daa520;
  width:20%;
  margin-left: 3%;
  margin-bottom: -0.3%;
  padding-left:3%;
  padding-top:1%;
  padding-bottom:1%;
  color: white;
  font-weight: bold;
}


.detail_item_info .right .item_price{
  display: flex;
  flex: row;
  margin-top:-2%;
  margin-bottom:-7%;
}
.detail_item_info .right .item_price .left{
  flex: 32%;
  text-align: right;
  font-size: 15px;
  padding-right:1%;
  margin-top: -8%;
  margin-bottom:3%;
  line-height: 28px;

}
.detail_item_info .right .item_price .center{
  flex: 68%;
  font-size: 22px;
  font-weight: bold;
  margin-top: -9%;
  margin-bottom:3%;
  text-align: right;
  padding-right:3%;
  line-height: 20px;
}



/* m_item_detail */

.prof_process{
  margin-left:2%;
  margin-right:2%;
  margin-top: -4%;
}

.prof_item_info {
  position:relative;
  background-color: white;
  margin-top: 3%;
  padding-top: 3%;
  padding-bottom: 3%;
}

.prof_title{
  background-color: rgb(164, 210, 220);
  font-size: 20px;
  padding: 6px 0 6px 10px;
}
.prof_title h3{
  padding-left: 3%;
}



/* あなたの写真 */

.prof_item_info .prof_pic{
  display: flex;
  align-items: center;
}


.prof_item_info .left_img{
  flex: 60%;
  width: 40%;
  text-align: center;
  border: 1px solid #ccc;
  margin-bottom: 10%;
  margin-right: 1%;
  margin-left: 5%;
  margin-top: 5%;
}
.prof_item_info .left_img img{
 display: block;
 height: 30vh;
 text-align: center;
 object-fit: contain;
 width: 100%;
}

.prof_item_info .upload{
  flex: 40%;
  align-items: center;
  display:block;
  text-align: center;
  margin-left:3%;
  margin-right:3%;
}
.prof_item_info .upload p{
  background-color:rgb(46, 147, 66);
  text-align: center;
  padding-top: 2vw;
  padding-right: 4vw;
  padding-left: 4vw;
  padding-bottom: 2vw;
  border-radius: 5em;
  color: white;
  font-weight: bold;
}


/* あなたの写真 アップロード窓*/

  .win_pic_upload{
    position:absolute;
    width: 90%;
    height:50vh;
    background: #fff;
    z-index: 998;
    margin-top: -90%;
    margin-left: 3%;
    border: 5px solid grey;
  }

  .win_pic_upload form{
    margin-left:3%;
    margin-top:5%;
    margin-bottom:5%;
    margin-right:3%;
  }
  .win_pic_upload label{
    padding: 20px 40px 20px 40px;
    color: black;
    border: 3px solid grey;
    margin-top:5%;
    margin-left:12%;
    margin-bottom:15%;

  }
  .pic_select{
    margin-top: 15%;
    text-align: center;
  }
  .win_pic_upload .upload input{
      width:55%;
      height:8vh;
      font-size: 20px;
      background-color: rgb(87, 176, 248);
      color:white;
      margin-top:5%;
      padding-top: 5%;
      padding-bottom: 5%;
  }

  .win_pic_upload .menu_close{
    margin-bottom: 18%;
  }

  .sumnail img{
    width:50%;
    margin-top: 10%;
  }



/* あなたの動画 */

.prof_item_info .prof_movie{
  display: flex;
  align-items: center;
}


.prof_item_info .left_movie{
  flex: 60%;
  width: 40%;
  text-align: center;
  border: 1px solid #ccc;
  margin-bottom: 10%;
  margin-right: 1%;
  margin-left: 5%;
  margin-top: 5%;
}
.prof_item_info .left_movie img{
 display: block;
 height: 30vh;
 text-align: center;
 object-fit: contain;
 width: 100%;
}

.prof_item_info .upload{
  flex: 40%;
  align-items: center;
  display:block;
  text-align: center;
  margin-left:3%;
  margin-right:3%;
}
.prof_item_info .upload p{
  background-color:rgb(46, 147, 66);
  text-align: center;
  padding-top: 2vw;
  padding-right: 4vw;
  padding-left: 4vw;
  padding-bottom: 2vw;
  border-radius: 5em;
  color: white;
  font-weight: bold;
}


/* あなたの写真 アップロード窓*/

  .win_movie_upload{
    position:absolute;
    width: 90%;
    height:50vh;
    background: #fff;
    z-index: 998;
    margin-top: -90%;
    margin-left: 3%;
    border: 5px solid grey;
  }

  .win_movie_upload form{
    margin-left:3%;
    margin-top:5%;
    margin-bottom:5%;
    margin-right:3%;
  }
  .win_movie_upload label{
    padding: 20px 40px 20px 40px;
    color: black;
    border: 3px solid grey;
    margin-top:5%;
    margin-left:12%;
    margin-bottom:15%;

  }

  .win_movie_upload .upload input{
      width:55%;
      height:8vh;
      font-size: 20px;
      background-color: rgb(87, 176, 248);
      color:white;
      margin-top:5%;
      padding-top: 5%;
      padding-bottom: 5%;
  }

  .win_movie_upload .menu_close{
    margin-bottom: 18%;
  }

  .sumnail img{
    width:50%;
    margin-top: 10%;
  }


  

/* 働きたい日時 */

/*　共通 */

.work_week{
  background-color: #f7f7f7;
  margin: 5% 2% 5% 2%;
  padding: 1% 2% 3% 2%;
}
.work_week .title{
  font-size: 20px;
  font-weight: bold;
  padding-left: 3%;
  margin-top: 5%;
}

.edit_btn{
  text-align: center;
  margin-left: 72%;
  width: 15%;
  font-size: 17px;
  color: white;
  background-color: rgb(46, 147, 66);
  padding: 3% 5% 3% 5%;
  border-radius: 5em;
  font-weight: bold;
}

.edit_btn_more{
  width: 20%;
  margin-left:75%;
  text-align: center;
  font-size: 17px;
  color: white;
  background-color: rgb(46, 147, 66);
  padding: 2% 1% 2% 1%;
  border-radius: 5em;
  font-weight: bold;
}

.radio_inline{
  display: flex;
  justify-content: space-around;
  margin-top: 1%;
  margin-bottom: 8%;
}

.work_time{
  margin-top: 2%;
  margin-bottom: 5%;
  padding-top: 1%;
  text-align: center;
}

.workable{
  display: flex;
  justify-content: space-around;
}

.edit_workable{
  position:absolute;
  top: 1%;
  width: 95%;
  background: #fff;
  z-index: 998;
  margin-top: -10%;
  margin-left:1%;
  border: 4px solid #4B89FF;
}
.workable_question{
  margin-left: 3%;
  color: red;
}

.select_m p, .select_t p, .select_w p, .select_th p, .select_f p, .select_sa p, .select_su p{
  font-size:14px;
  text-align: center;
  color: red;
}

.show_label_check {
  border: 3px solid rgb(117, 117, 118);
  padding: 5px 5px;
}
.label_check {
  border: 3px solid rgb(117, 117, 118);
  padding: 5px 5px;
  font-size: 15px;
}

.radiobutton_living2{
  display: none;
}


.living2_label_radio {
  border: 3px solid rgb(253, 216, 51);
  padding: 10px 50px;
  font-weight: bold;
  color:rgb(123, 122, 122);
}
.radiobutton_living2:checked + .living2_label_radio {
  background-color: rgb(248, 226, 129);
  font-weight: bold;
  color:rgb(0, 0, 0);
}
.radiobutton_living2:checked + .label_check {
  background-color: rgb(248, 226, 129);
  color:rgb(0, 0, 0);
}


/*　基本情報 */
.prof_item_info .prof_basic{
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-bottom: 5%;
  line-height: 40px;
}
.prof_basic .left{
  flex:40%;
  text-align: right;

}
.prof_basic .right{
  flex:60%;
  text-align: left;
  padding-left: 5%;
}

.prof_more{
  margin-left: 15%;
  margin-top: -8%;
  font-size: 18px;
}


.edit_more_info{
  position:absolute;
  top: 10%;
  width: 95%;
  background: #fff;
  z-index: 998;
  margin-top: 3%;
  margin-left:1%;
  border: 4px solid #4B89FF;
}

.more_info{
  font-size: 20px;
  margin-left: 5%;
  margin-top: 3%;
  padding-left: 3%;
  border-left: 6px solid black;
}

.living_address_explain{
  background-color: rgb(254, 254, 177);
  font-size: 16px;
  font-weight: 600;
  color: black;
  margin-left: 7%;
  margin-right: 7%;
  margin-top: -8%;
  margin-bottom: 2%;
  padding: 2%;
}

.living_address_text{
  font-size: 14px;
  color: red;
  margin-top: 10%;
  margin-left: 7%;
  margin-right: 7%;
  margin-bottom: 2%;
  padding-right: 2%;
  padding-left: 2%;
}


.postal_input{
  display: flex;
  flex-direction: column;
  padding-bottom: 10%;
  margin-bottom: 5%;
}
.postal_input_edit{
  display: flex;
  flex-direction: column;
  padding-bottom: 10%;
  padding-left: 10%;
  margin-bottom: 5%;
}


.prof_postal{
  height: 5vh;
  font-size: 20px;
}


.prof_address{
  width: 90%;
  height: 5vh;
  margin-top: 4%;
  margin-bottom: -4%;
  font-size: 18px;
}
.prof_address:disabled{
  color: black;
}

.prof_basic select{
  width: 80%;
  height: 7vh;
  font-size: 18px;
  margin-top: -4%;
  margin-bottom: 4%;
}


.btn_prof_more {
  margin-top:1%;
  margin-bottom:10%;
  margin-left:22%;
  width:60%;
  padding:10px;
  border-radius:6px;
  border:0;
  background:#4B89FF;
  font-size:20px;
  color:#fff;
  text-shadow:1px 1px 0px rgba(0,0,0,.1);
  box-shadow:0px 3px 0px #345fb0; 
}
.btn_prof_week {
  margin-top:1%;
  margin-bottom:10%;
  margin-left:22%;
  width:60%;
  padding:10px;
  border-radius:6px;
  border:0;
  background:#4B89FF;
  font-size:20px;
  color:#fff;
  text-shadow:1px 1px 0px rgba(0,0,0,.1);
  box-shadow:0px 3px 0px #345fb0; 
}



}

