@charset "UTF-8";
@import url(./common.css);
/*basecolor
--------------------------------------------------------------------*/
/*茶色*/
/*茶系のグレー*/
/*注釈・必須等*/
/*confなどのグレー*/
/*===========================================================================*/
/*  index :top */
/*===========================================================================*/
#top .other {
  margin: 0 auto 2em;
  padding: 1.5em;
  background: #efeeed;
  text-align: center;
}
#top .other span {
  color: #bf4a42;
}
#top .other em {
  font-size: 2em;
}
#top dl.contact-box {
  margin: 0 auto 2em;
  padding: 1.5em;
  background: #efeeed;
}
#top dl.contact-box dt {
  margin-bottom: 1em;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
}
#top dl.contact-box dd.read {
  margin-bottom: 1em;
}
#top dl.contact-box dd.read a {
  text-decoration: underline;
}
#top dl.contact-box dd.read a:hover {
  text-decoration: none;
}
#top dl.contact-box dd.c-btn {
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}
#top dl.contact-box dd.c-btn a {
  display: inline-block;
  width: 100%;
  padding: .5em 1em;
  border-radius: 99px;
  background: #fff;
  border: 2px solid #64584d;
  font-weight: bold;
  color: #64584d;
  transition: all 0.2s;
}
#top dl.contact-box dd.c-btn a:hover {
  background: #64584d;
  color: #fff;
  text-decoration: none;
}
#top dl.contact-box dd.c-btn a::after {
  display: inline-block;
  content: "\f35a";
  font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
  font-weight: 900;
  margin-left: .5em;
}
#top #login {
  display: flex;
  justify-content: center;
}
#top #login div {
  margin: 0 auto 2em;
  padding: 1.5em;
  width: 48%;
}
#top #login div h2 {
  margin-bottom: 1.5em;
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
}
#top #login div p.btn-input a {
  display: block;
  padding: 1em;
  font-size: 1.1em;
  color: #fff;
  text-align: center;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#top #login div p.btn-input a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#top #login div p.btn-input a:after {
  content: "\f105";
  padding: 0 0 0 10px;
  font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
  font-weight: 900;
}
#top #login div#seconds {
  background: #f8edec;
}
#top #login div#seconds h2 {
  color: #bf4a42;
}
#top #login div#seconds .btn-input a {
  background: #bf4a42;
}
#top #login div#first {
  background: #efeeed;
}
#top #login div#first h2 {
  color: #64584d;
}
#top #login div#first .btn-input a {
  background: #64584d;
}

.terms-link {
  text-decoration: underline;
}
.terms-link:hover {
  text-decoration: none;
}

/*===========================================================================*/
/*  login */
/*===========================================================================*/
#loginpage {
  margin: 0 auto;
  max-width: 950px;
  width: 95%;
}
#loginpage .sale-message {
  margin: 0 auto 1.5em;
  text-align: center;
}
#loginpage .sale-message a {
  text-decoration: underline;
}
#loginpage .sale-message a:hover {
  text-decoration: none;
}
#loginpage .comment a, #loginpage .backlink a {
  text-decoration: underline;
}
#loginpage .comment a:hover, #loginpage .backlink a:hover {
  text-decoration: none;
}
#loginpage .login-wrapper {
  margin: 0 auto 4em;
  padding: 2em;
  max-width: 500px;
  border: 1px solid #ccc;
  background: #e0dedb;
  box-shadow: 0px 0px 4px #d3d3d3;
}
#loginpage .login-wrapper p.center {
  margin: 0 auto 1.5em;
}
#loginpage .login-wrapper dl {
  margin-bottom: 1em;
}
#loginpage .login-wrapper dl dd span {
  display: block;
}
#loginpage .login-wrapper dl dd span.error-txt {
  margin-bottom: 0.5em;
  color: #bf4a42;
  padding: 4px;
  font-size: 0.8em;
  background: #f8edec;
}
#loginpage .login-wrapper p.btn {
  margin: 0 auto 1.5em;
  text-align: center;
}
#loginpage .login-wrapper p.btn input[type="submit"] {
  padding: 12px 15px;
  font-size: 1em;
  box-shadow: 0px 0px 4px #d3d3d3;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #bf4a42;
}

#password form {
  margin: 0 auto 4em;
  padding: 2em;
  max-width: 500px;
  border: 1px solid #ccc;
  background: #e0dedb;
  box-shadow: 0px 0px 4px #d3d3d3;
}
#password form h2 {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.7em;
  border-bottom: 1px dotted #333;
  padding-bottom: 0.3em;
}
#password form p.center {
  margin: 0 auto 1.5em;
}
#password form dl {
  margin-bottom: 1em;
}
#password form dl dd span {
  display: block;
}
#password form dl dd span.error-txt {
  margin-bottom: 0.5em;
  color: #bf4a42;
  padding: 4px;
  font-size: 0.8em;
  background: #f8edec;
}
#password form p.btn {
  margin: 0 auto 1.5em;
  text-align: center;
}
#password form p.btn input[type="submit"] {
  padding: 12px 15px;
  font-size: 1em;
  box-shadow: 0px 0px 4px #d3d3d3;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #bf4a42;
}

/*===========================================================================*/
/* mypage */
/*===========================================================================*/
.result-block {
  margin: 0 auto 3em;
  border-top: 1px solid #ccc;
}
.result-block dl {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
}
.result-block dl dt, .result-block dl dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px;
  border-left: 1px solid #ccc;
}
.result-block dl dt {
  width: 30%;
  background: #f9f5ea;
  text-align: center;
}
.result-block dl dd {
  position: relative;
  width: 70%;
  border-right: 1px solid #ccc;
}
.result-block dl dd a {
  color: #bf4a42;
  font-weight: bold;
  text-decoration: underline;
}
.result-block dl dd a:hover {
  text-decoration: none;
}
.result-block dl dd.num {
  background: #f8edec;
}
.result-block dl dd.state {
  background: #f8edec;
}
.result-block dl dd.state a.waiting {
  padding: 3px 9px;
  background-color: #bf4a42;
  color: #fff;
  text-decoration: none;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
  text-align: center;
  width: 100px;
  text-decoration: none;
}
.result-block dl dd.state a.waiting:hover {
  opacity: .8;
}
.result-block dl dd .change {
  position: absolute;
  top: 10px;
  right: 10px;
}
.result-block dl dd .change a {
  display: inline-block;
  padding: .2em .8em;
  background: #f5a535;
  border-radius: 20px;
  vertical-align: bottom;
  font-size: .9em;
  color: #333;
  text-decoration: none;
}
.result-block dl dd .change a:after {
  margin-left: 0.4em;
  content: "\f35a";
  font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
  font-weight: 900;
}
.result-block dl dd .change a:hover {
  text-decoration: none;
  opacity: .8;
  transition: .2s;
}
.result-block dl dd .change .unable {
  background: #ddd;
  color: #777;
  pointer-events: none;
}

#collect-change .read .gray {
  color: #999;
}
#collect-change .order {
  display: flex;
  margin-bottom: .5em;
  border-bottom: 1px dotted #333;
  padding-bottom: .2em;
  font-size: 1.1em;
  font-weight: bold;
}
#collect-change .order li:first-child {
  margin-right: 2em;
}

/*===========================================================================*/
/* 買取ご依頼 */
/*===========================================================================*/
.btn-user {
  margin: 0 auto 2em;
  text-align: center;
}
.btn-user a {
  text-decoration: underline;
}
.btn-user a:hover {
  text-decoration: none;
}

.table {
  margin: 0 auto;
}
.table .form-area {
  margin: 0 auto;
  padding-bottom: 1.5em;
  max-width: 780px;
}
.table .form-area dl {
  margin: 0;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  display: flex;
  align-items: center;
  font-size: 0.9em;
  background: #c9c5c7;
}
.table .form-area dl:last-child {
  border-bottom: 1px solid #dbdbdb;
}
.table .form-area dl dt {
  margin-bottom: 0em !important;
  padding: 10px 20px;
  width: 30%;
  min-width: 250px;
}
.table .form-area dl dd {
  padding: 10px 20px;
  width: 70%;
  border-left: 1px solid #ccc;
  font-weight: normal;
  background: #fff;
}
.table .read-syuuka {
  margin: 0 auto 2em;
  width: 96%;
  text-align: center;
}
.table #agreement {
  margin: 0 auto 0.5em;
  padding: 2em;
  overflow-y: scroll;
  height: 200px;
  background: #efefef;
  max-width: 900px;
  width: 90%;
  border: 1px solid #ccc;
}
.table #agreement ul {
  list-style-type: disc;
  margin-left: 1em;
}
.table #agreement ul li a {
  text-decoration: underline;
}
.table #agreement ul li a:hover {
  text-decoration: none;
}
.table span.error-txt {
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 900px;
  width: 90%;
  margin-bottom: 0.5em;
  color: #bf4a42;
  padding: 4px;
  font-size: 0.8em;
  background: #f8edec;
}
.table #agreement-button {
  margin: 0 auto;
  text-align: center;
  padding: 0.5em 1em;
  background: #c9c5c7;
  max-width: 900px;
  width: 90%;
}
.table #agreement-button ul.horizontal {
  justify-content: center !important;
}

.kiyaku {
  margin: 0 auto 2em;
}

/*===========================================================================*/
/* 受付完了 */
/*===========================================================================*/
#thanks {
  margin: 0 auto;
  max-width: 720px;
}
#thanks h2 {
  margin: 0 auto 1.5em;
  font-size: 1.7em;
  font-weight: bold;
  color: #bf4a42;
  text-align: center;
  width: 96%;
}
#thanks p.comment {
  margin: 0 auto 1.5em;
}
#thanks p.close {
  margin: 0 auto 3em;
  text-align: center;
}
#thanks .btn-print {
  margin: 0 auto 1.5em;
  max-width: 450px;
  width: 96%;
}
#thanks .btn-print a {
  display: block;
  text-align: center;
  padding: 10px 0;
  font-size: 1.2em;
  background: #efefef;
  border: 1px solid #ccc;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#thanks .btn-print a:before {
  content: "\f02f";
  padding: 0 5px 0 0;
  font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
  font-weight: 900;
}
#thanks .btn-print a:hover {
  text-decoration: none;
  opacity: .7;
}
#thanks .print-caution {
  margin: 0 auto 2em;
  border: 1px solid #bf4a42;
  width: 96%;
}
#thanks .print-caution h3 {
  padding: 3px 1em;
  background: #bf4a42;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.3em;
}
#thanks .print-caution h3 span {
  font-size: 1.5em;
}
#thanks .print-caution .inner {
  padding: 1.5em 1em 0;
  display: flex;
  justify-content: space-between;
}
#thanks .print-caution .inner .detail {
  width: 45%;
  margin: 0 auto 1.5em;
}
#thanks .print-caution .inner .detail h4 {
  margin-bottom: 0.6em;
  color: #bf4a42;
  font-size: 1.3em;
  font-weight: bold;
}
#thanks .print-caution .inner .detail p {
  margin-bottom: 0.5em;
}
#thanks .print-caution .inner .detail p strong {
  color: #bf4a42;
  font-weight: bold;
}
#thanks .print-caution .inner .detail p.fig {
  text-align: center;
}
#thanks .print-caution .inner .printer {
  width: 50%;
  margin: 0 auto 1.5em;
  padding: 1.5em 1.5em 0;
  background: #e3c134;
}
#thanks .print-caution .inner .printer dl dt {
  font-size: 1.2em;
}
#thanks .print-caution .inner .printer dl dt em {
  font-size: 1.4em;
  font-weight: bold;
}
#thanks .print-caution .inner .printer dl dd {
  text-align: center;
}
#thanks .print-caution p.bikou {
  margin: 0 0.5em 0.5em;
}
#thanks .other {
  margin: 0 auto 2em;
  width: 96%;
  padding: 1em;
  background: #f8edec;
}
#thanks .other dt {
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: 1.1em;
  color: #bf4a42;
}
#thanks .pdf-btn {
  margin: 0 auto 2em;
  width: 96%;
}
#thanks .pdf-btn a {
  display: inline-block;
  width: 100%;
  border-radius: 10px;
  background: #bf4a42;
  color: #fff;
  padding: .8em;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  transition: all 0.2s;
}
#thanks .pdf-btn a::after {
  content: "\f1c1";
  margin-left: 0.5em;
  font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
  font-weight: 900;
}
#thanks .pdf-btn a:hover {
  text-decoration: none;
  opacity: .8;
}

#print-info {
  margin: 0 auto;
  padding: 1.5em;
  background: #efefef;
  text-align: center;
}
#print-info address {
  display: block;
  text-align: center;
}
#print-info address strong {
  font-weight: bold;
}
#print-info p {
  margin: 0.5em auto;
}

#print-title {
  margin: 0 auto 1.5em;
  background: #e0dedb;
  text-align: center;
}
#print-title p {
  margin: 0 auto 1.5em;
  padding: 1.5em 0;
  font-size: 1.3em;
  font-weight: bold;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

hr {
  border-top: 1px dashed #333;
  height: 1em;
  text-align: center;
  overflow: visible;
}

hr::after {
  content: '\002702';
  display: inline-block;
  position: relative;
  top: -20px;
  padding: 0 3px;
  background: #efefef;
  color: #333;
  font-size: 24px;
}

#element-to-print {
  /* display: none; */
  padding: 0;
}
#element-to-print .pagebreak {
  page-break-before: always;
  height: 0;
}
#element-to-print h1 {
  margin-bottom: .5em;
  padding: .4em;
  background: #777;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
#element-to-print h2 {
  margin-bottom: 5px;
  font-size: 11px;
  font-weight: bold;
}
#element-to-print .block {
  margin-bottom: 5px;
}
#element-to-print .block .items {
  margin-bottom: 5px;
}
#element-to-print .block .items table {
  border-top: 1px solid #ccc;
  border-collapse: collapse;
  width: 100%;
}
#element-to-print .block .items table tr td {
  border-bottom: 1px solid #ccc;
  padding: 7px;
  font-size: 10px;
}
#element-to-print .block .items table tr td:nth-child(odd) {
  width: 150px !important;
  background: #f5f5f5;
  text-align: left;
}
#element-to-print .block .column2 table tr td:nth-child(odd) {
  width: 200px !important;
}

/* 身分証登録
-------------------------------------------------*/
#identification .registered {
  margin-bottom: 1em;
  color: #a40000;
  font-weight: bold;
  font-size: 1.4em;
  text-align: center;
}
#identification .edit {
  width: 600px;
  margin: 0 auto;
}
#identification .btn-area {
  margin: 0 auto 2em;
  text-align: center;
}
#identification .btn-area .btn-conf {
  background: #bf4a42;
}
#identification .success {
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 1.4em;
  color: #a40000;
  text-align: center;
}
#identification .re-regist {
  margin-bottom: 1.0em;
  font-weight: bold;
  text-align: center;
}
#identification .photoupload {
  background: #f1f1f1 none repeat scroll 0 0;
  margin: 1em auto;
  padding: 0.7em;
  text-align: center;
}
#identification .photoupload #drag-drop-area {
  border: 3px dotted #ccc;
  padding: 2.5em;
}
#identification .photoupload #drag-drop-area p {
  margin-bottom: 0.5em;
  color: #bbb;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 2;
}
#identification .photoupload #drag-drop-area p i {
  font-size: 3em;
}
#identification .photoupload #drag-drop-area p.drag-drop-info {
  margin-bottom: .2em;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.2;
}
#identification .photoupload #drag-drop-area a.button {
  background: #f7f7f7 none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 3px;
  display: inline;
  font-size: 0.9em;
  padding: 5px;
  position: relative;
  text-decoration: none;
  z-index: 1;
}
#identification .photoupload #drag-drop-area label {
  background: #f7f7f7 none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 3px;
  display: inline;
  font-size: 1.1em;
  padding: 0.5em 1em;
  position: relative;
  text-decoration: none;
  z-index: 1;
  cursor: pointer;
}
#identification .photoupload #drag-drop-area .upload-area ul {
  letter-spacing: -0.4em;
  list-style-type: none;
  text-align: center;
}
#identification .photoupload #drag-drop-area .upload-area ul li {
  display: inline-block;
  list-style-type: none;
  letter-spacing: normal;
  padding: 0 15px;
  position: relative;
  vertical-align: top;
  max-width: 400px;
  max-height: 400px;
}
#identification .photoupload #drag-drop-area .upload-area ul li img {
  max-width: 100%;
  max-height: 300px;
  width: auto;
  height: auto;
}
#identification .photoupload #drag-drop-area .upload-area ul li span.delete-image {
  box-sizing: border-box;
  background: rgba(248, 248, 248, 0.9) none repeat scroll 0 0;
  border: 1px solid #c4ccce;
  border-radius: 100%;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  color: #666666;
  display: block;
  font-size: 20px;
  font-weight: bold;
  height: 30px;
  left: 10px;
  line-height: 30px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: -10px;
  vertical-align: middle;
  width: 30px;
  padding: 3px;
}
#identification .photoupload #drag-drop-area .upload-area ul li span.delete-image {
  box-sizing: border-box;
  background: rgba(248, 248, 248, 0.9) none repeat scroll 0 0;
  border: 1px solid #c4ccce;
  border-radius: 100%;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  color: #666666;
  display: block;
  font-size: 20px;
  font-weight: bold;
  height: 30px;
  left: 10px;
  line-height: 30px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: -10px;
  vertical-align: middle;
  width: 30px;
  padding: 3px;
}
#identification .photoupload #drag-drop-area .upload-area ul li span.delete-image:hover {
  opacity: 0.6;
}

#identification .settled .fa-picture-o {
  display: none;
}

#identification .settled .drag-drop-info {
  font-size: 0.9em;
  line-height: 0.5;
}

/*===========================================================================*/
/*  media quary:1000px  */
/*===========================================================================*/
/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 769px) {
  /*===========================================================================*/
  /*  index :top */
  /*===========================================================================*/
  #top #login {
    margin: 0 auto;
    display: block;
  }
  #top #login div {
    width: 80%;
    max-width: 450px;
  }

  .table .form-area {
    padding: 1em 1em 2em;
  }
  .table .form-area dl {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: none;
    display: block;
  }
  .table .form-area dl > dt,
  .table .form-area dl > dd {
    display: block;
  }
  .table .form-area dl > dt {
    border-bottom: 1px solid #ccc !important;
    margin-bottom: 0em !important;
    padding: 10px 20px;
    width: 100%;
    border: none;
  }
  .table .form-area dl > dd {
    width: 100%;
    border: none;
  }

  .result-block {
    border-top: 1px solid #ccc;
  }
  .result-block dl {
    display: block;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
  }
  .result-block dl dt, .result-block dl dd {
    display: block;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 10px;
  }
  .result-block dl dt {
    text-align: left;
    width: 100%;
    border-bottom: 1px dashed #ccc;
  }
  .result-block dl dd {
    width: 100%;
  }

  /*===========================================================================*/
  /* mypage */
  /*===========================================================================*/
  /*===========================================================================*/
  /* 受付完了 */
  /*===========================================================================*/
  #thanks h2 {
    font-size: 1.4em;
  }
  #thanks .print-caution h3 {
    font-size: 1.2em;
  }
  #thanks .print-caution .inner {
    display: block;
  }
  #thanks .print-caution .inner .detail {
    width: 100%;
  }
  #thanks .print-caution .inner .printer {
    width: 100%;
  }
  #thanks .print-caution .inner .printer dl dt {
    margin-bottom: 0.3em;
    font-size: 1.2em;
    text-align: center;
  }
  #thanks .print-caution .inner .printer dl dt em {
    font-size: 1.4em;
    font-weight: bold;
  }
  #thanks .print-caution .inner .printer dl dd {
    text-align: center;
  }
  #thanks .pdf-btn a {
    border-radius: 5px;
    font-size: 1.1em;
  }

  /* 身分証登録
  ------------------------------------------------------------------------ */
  #identification .edit {
    width: auto;
  }

  #identification .photoupload #drag-drop-area p {
    margin-bottom: .5em;
    font-size: 1em;
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  #top .other em {
    font-size: 1.5em;
  }
  #top dl.contact-box {
    padding: 1em;
  }
  #top dl.contact-box dt {
    font-size: 1.1em;
  }
  #top #login div {
    width: 90%;
    margin-bottom: 1em;
    padding: 1em;
  }
  #top #login div h2 {
    margin-bottom: 1em;
    font-size: 1.2em;
  }
  #top #login div p.btn-input a {
    padding: .5em;
  }

  .kiyaku #agreement {
    padding: 1em;
    width: 100%;
  }
  .kiyaku #agreement ul li a {
    text-decoration: underline;
  }
  .kiyaku #agreement ul li a:hover {
    text-decoration: none;
  }
  .kiyaku #agreement-button {
    width: 100%;
  }
  .kiyaku #agreement-button ul.horizontal li {
    margin-right: 0;
    justify-content: center;
  }
  .kiyaku #agreement-button ul.horizontal li .radio input[type="radio"] + .radio-label::before {
    margin-right: 0.4em;
  }

  /*===========================================================================*/
  /*  login */
  /*===========================================================================*/
  #loginpage .login-wrapper {
    padding: 1em;
  }

  #password form {
    padding: 1em;
  }

  /*===========================================================================*/
  /* mypage */
  /*===========================================================================*/
  #mypage ul li a {
    font-size: 1em;
  }
  #mypage .logout p a {
    font-size: 1em;
  }

  .result-block dl dd .change {
    position: inherit;
    top: auto;
    right: auto;
    display: block;
    margin-top: 0.4em;
  }

  #collect-change .order {
    display: block;
    font-size: 1em;
  }
  #collect-change .order li:first-child {
    margin-right: 0;
  }

  /* 身分証登録
  ------------------------------------------------------------------------ */
  #identification .photoupload #drag-drop-area {
    padding: 1.5em;
  }
}
