@charset "UTF-8";
/* SP版 朝日ID アンケート汎用テンプレート 20170314-20170615 */

/* 全ページ共通 */
.left {
  float: left;
}
.cfix:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}
.button-set {
  margin: 15px;
}
.btn {
  background: #C08040;
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 18px;
  height: 44px;
  margin-bottom: 20px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
}
.btn::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: -1;
}
.btn::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: -1;
}
.back-button {
  width: 120px;
}
.center-button .back-button {
  margin: 0 auto 30px;
}
.boader-button {
  background: none;
  border: 1px solid #C08040;
  box-sizing: border-box;
  color: #C08040;
}
.get-asadigi-button {
  background: #881c21;
  border: 1px solid #881c21;
  box-sizing: border-box;
  color: #fff;
  width: 220px;
  margin: 10px;
}
.get-asadigicrd-button {
  background: none;
  border: 1px solid #881c21;
  box-sizing: border-box;
  color: #881c21;
  width: 330px;
  margin: 10px 10px 80px 10px;
}
.arrow-link {
  color: #333;
  display: inline-block;
  font-size: 15px;
  padding: 0 0 0 16px;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
}
.arrow-link::before {
  border: 4px solid transparent;
  border-left: 4px solid #c08040;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  height: 4px;
  left: 6px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 4px;
  vertical-align: middle;
}
.arrow-link::after {
  border-left: 4px solid #c08040;
  bottom: 0;
  content: "";
  height: 4px;
  left: 2px;
  margin: auto;
  position: absolute;
  top: 0;
  vertical-align: middle;
  width: 6px;
}

html {
  background-color: #eee;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  color: #333;
  font-size: 15px;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin: 0 auto;
  padding: 0;
  vertical-align: middle;
  width: 100%;
}
header {
  background-color: #fff;
  border-top: 4px solid #e0e0c0;
  color: #666;
  font-size: 10px;
  height: 84px;
  letter-spacing: 0;
  line-height: 1.4;
  padding: 8px 15px 15px 15px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  z-index: 1000;
}
header .left img {
  padding: 0;
}
header p {
  margin-bottom: 10px;
  padding: 0;
}
header .id-logo {
  float: right;
  padding-top: 8px;
}
header .logout-button-wrapper {
  text-align: right;
  margin-top: 34px;
}
header .logout-button {
  display: inline;
  font-size: 1.05rem;
  color: #000;
  text-decoration: underline;
}
.header-line {
  border-bottom: 4px solid #333;
}

nav {
  background-color: #333;
  color: #f0e0e0;
  font-size: 15px;
  font-weight: bold;
  height: 39px;
  width: 100%;
}
nav li {
  border-left: 1px solid #f0e0e0;
  display: table-cell;
  height: 39px;
  padding: 0 auto;
  text-align: center;
  vertical-align: middle;
  width: 1%;
}
nav li:first-child {
  border-left: none;
}
nav a {
  background-color:transparent;
  color: #f0e0e0;
  -webkit-touch-callout:none;
  -webkit-tap-highlight-color:#f0e0e0;
}

#title-block {
  margin: 18px;
}
#title-block h1 {
  font-size: 20px;
}
#title-block p {
  font-size: 14px;
  margin: 15px 0 30px 0;
}
h2 {
  border-bottom: 1px solid #e0e0c0;
  font-size: 18px;
  margin: 0 0 10px 0;
  position: relative;
  padding: 0 5px 5px 28px;
}
h2::after {
  background-color: #c02020;
  content: '';
  height: 8px;
  left: 10px;
  position: absolute;
  top: 9px;
  width: 8px;
  z-index: 2;
}
#top-list section:last-child {
  margin-bottom: 40px;
}
.content-block {
  background: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,0.3);
  display: inline-block;
  font-size: 80%;
  left: 4%;
  margin-bottom: 15px;
  position: relative;
  width: 92%;
  vertical-align: top;
}
main section div.content-block:nth-of-type(4n) {
  margin-right: 0;
}
.content-block ul {
  width: 100%;
}
.content-block li {
  color: #fff;
  display: table-cell;
  font-weight: bold;
  padding: 8px 2px;
  text-align: center;
  vertical-align: middle;
  width: 1%;
}
.content-block img {
  box-sizing: border-box;
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
.content-block p {
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  padding: 6px 0 0 6px;
  width: 47%;
}
.content-block p.none-photo {
  padding-bottom: 6px;
  width: 98%;
}
.detail-link {
  border-top: 1px solid #eee;
  font-size: 107%;
  font-weight: bold;
  padding: 12px 0;
  text-align: center;
}
.detail-link a {
  background-color:transparent;
  color: #c02020;
  -webkit-touch-callout:none;
  -webkit-tap-highlight-color:#f0e0e0;
}

footer {
  background-color: #fff;
  color: #888;
  font-size: 70%;
  line-height: 1.4;
  padding: 20px 18px;
  width: 100%;
}
footer ul {
  font-size: 130%;
  padding-bottom: 30px;
  width: 100%;
}
footer li {
  box-sizing: border-box;
  display: inline-block;
  line-height: 2.2;
  width: 48%;
}
footer a {
  background-color:transparent;
  color: #888;
  -webkit-touch-callout:none;
  -webkit-tap-highlight-color:#f0e0e0;
}

/* 各マーク用CSS */
.closing-date {
  background-color: #c08040;
}
.meeting-date {
  background-color: #a08040;
}
.lottery {
  background-color: #a47963;
}
.site {
  background-color: #666;
}
.present {
  background-color: #c02020;
}

/* 小さいデバイス用スタイル */
@media screen and (min-width: 0px) and (max-device-width: 340px) {
  .content-block li {
    font-size: 70%;
  }
  .content-block p {
    font-size: 90%;
    line-height: 1.2;
    padding: 5px;
  }
}

/* 横向き用スタイル */
@media screen and (orientation: landscape) {
  .content-block {
    font-size: 95%;
  }
  .content-block img {
    width: 30%;
  }
  .content-block p {
    padding: 15px;
    width: 68%;
  }
}

/* 応募ページ用 */
#entry #title-block ul {
  display: table;
  width: 100%;
}
#entry #title-block li {
  color: #fff;
  display: table-cell;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 2px;
  text-align: center;
  vertical-align: middle;
  width: 1%;
}
#entry #title-block img {
  width: 100%;
}
#entry #title-block h1 {
  color: #c02020;
  line-height: 120%;
  margin: 10px 0;
}
#entry #title-block h2 {
  margin: 0 -10px 10px -10px;
}
#entry #title-block p {
  margin: 15px 0 0;
}
table.entry-table {
  border-bottom: 1px solid #e0e0c0;
  border-collapse: inherit;
  margin: 0 15px 20px;
  padding-bottom: 20px;
}
table.entry-table th {
  background: #e0e0c0;
  color: #a08040;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 15px;
  text-align: center;
  vertical-align: middle;
}
table.entry-table td {
  background: #fff;
  display: block;
  font-size: 14px;
  line-height: 160%;
  padding: 15px;
  vertical-align: middle;
}
table.entry-table td a {
  color: #777;
  text-decoration: underline;
}
table.entry-table .present-item th {
  background: #c02020;
  color: #fff;
}
.present-item td {
  color: #c02020;
  font-size: 16px;
  font-weight: bold;
}
.privacy {
  border: 1px solid #B3B3B3;
  color: #666;
  font-size: 13px;
  margin: 0 15px 20px;
  padding: 15px;
}

/* 応募ページ縦向き用スタイル　複数枚写真version */
@media screen and (orientation: portrait) {
  #entry #title-block .photo3 li {
    display: inline;
    margin: 0;
    padding: 0;
  }
}

/* 応募ページ横向き用スタイル */
@media screen and (orientation: landscape) {
  #entry #title-block ul {
    table-layout: fixed;
  }
  #entry #title-block .photo3 li {
    padding: 0;
  }
  #entry #title-block .photo1 img {
    float: left;
    margin: 10px 15px 10px 0;
    width: 50%;
  }
  #entry #title-block h2 {
    display: inline;
    left: 0;
    margin: 0 0 0 -10px;
    padding: 5px 0 3px 28px;
  }
  #entry #title-block p {
    overflow: hidden;
  }
}
@media(min-width: 736px) { table.entry-table { width: 702px; }}

/* formページ */
form #title-block p {
  margin: 10px 0 0 0;
}
form .enquete {
  margin: 0 15px;
}
legend {
  color: #666;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}
.question {
  color: #C0A080;
  font-weight: normal;
  padding-right: 8px;
}
.required {
  background: #c02020;
  border-radius: 4px;
  color: #fff;
  font-family: none\9!important;
  font-size: 12px;
  margin: 0 0 2px 10px;
  padding: 4px 6px;
  white-space: nowrap;
  vertical-align: middle;
}
@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, .required {
    font-family: none!important;
  }
}
@supports (-ms-accelerator:true) {
  .required {
    font-family: none!important;
  }
}
.note {
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 2px 10px;
  white-space: normal;
  vertical-align: middle;
}
fieldset {
  margin-bottom: 30px;
}
fieldset label {
  color: #555;
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}
input[type="text"] {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.3);
  color: #555;
  margin: 0 auto 10px;
  padding: 10px;
  width: 100%;
}
input[type="text"]:read-only {
  background-color: #ddd;
}
input[type="text"]:focus {
  border:solid 1px #f3a712;
}
input[type="number"] {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.3);
  color: #555;
  margin: 0 auto 10px;
  padding: 10px;
  width: 100%;
}
input[type="number"]:focus {
  border:solid 1px #f3a712;
}
input[type="password"] {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.3);
  color: #555;
  margin: 0 auto 10px;
  padding: 10px;
  width: 100%;
}
input[type="password"]:focus {
  border:solid 1px #f3a712;
}
input[type="email"] {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.3);
  color: #555;
  margin: 0 auto 10px;
  padding: 10px;
  width: 100%;
}
input[type="email"]:focus {
  border:solid 1px #f3a712;
}

#zip-code {
  margin: 0 5px 10px 0;
  width: 60px;
}
#zip-code-town {
  margin: 0 10px 10px 5px;
  width: 80px;
}
.question-block label {
  color: #666;
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}
.question-block select {
  background:#fff url(images/icon-select.png) no-repeat;
  background-size:12px 10px;
  background-position: right 10px center;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  font-size: 16px;
  height: 40px;
  line-height: 16px;
  margin: 0 5px 35px 10px;
  padding: 10px 30px 10px 12px;
  width: 100%;
}
@media screen and (max-device-width: 320px) {
 .question-block select { margin: 0 3px 35px 3px; }
}
@-moz-document url-prefix() {
  .question-block select {
    padding-top: 6px;
  }
}
.question-block select:first-of-type {
  margin: 0 5px 35px 0;
}
.question-block select:focus {
  border:solid 1px #f3a712;
}
p.question-block input[type="text"] {
  margin-bottom: 30px;
}
.radio-button label {
  cursor: pointer;
  display: inline-block;
  padding: 3px 14px 3px 30px;
  position: relative;
}
.radio-button li label:last-of-type {
  margin-bottom: 14px;
}
.radio-button label::before {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 100%;
  content: '';
  height: 24px;
  left: 0;
  margin-top: -13px;
  position: absolute;
  top: 50%;
  width: 24px;
}
.radio-button label:focus::before {
  border:solid 1px #f3a712;
}
input[type="radio"] {
  display: none;
}
.radio-button input[type="radio"]:checked + label::after {
  background: #f3a712;
  border-radius: 100%;
  content: '';
  height: 12px;
  left: 7px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  width: 12px;
}
.auto_address_fill_button {
  background: #c08040;
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  color: #fff;
  font-size: 12px;
  margin-bottom: 3px;
  padding: 10px 20px 10px 20px;
  vertical-align: middle;
}
.school_search_button {
  background: #c08040;
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  color: #fff;
  font-size: 12px;
  margin-bottom: 3px;
  padding: 10px 20px 10px 20px;
  vertical-align: middle;
}
.school_select_decied_button {
  background: #c08040;
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  color: #fff;
  font-size: 12px;
  margin-bottom: 3px;
  padding: 10px 20px 10px 20px;
  vertical-align: middle;
}
.school_input_decied_button {
  background: #c08040;
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  color: #fff;
  font-size: 12px;
  margin-bottom: 3px;
  padding: 10px 20px 10px 20px;
  vertical-align: middle;
}
input[type="tel"] {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.3);
  color: #555;
  margin-bottom: 30px;
  padding: 10px;
  width: 100%;
}
input[type="tel"]:focus {
  border:solid 1px #f3a712;
}
textarea {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.3);
  color: #555;
  line-height: inherit;
  margin-bottom: 35px;
  height: 120px;
  padding: 10px;
  width: 100%;
}
textarea:focus {
  border:solid 1px #f3a712;
}
.check-box label {
  cursor: pointer;
  display: inline-block;
  padding: 3px 14px 3px 30px;
  position: relative;
}
.check-box li label:last-of-type {
  margin-bottom: 14px;
}
.check-box label::before {
  background: #fff;
  border: 1px solid #ccc;
  content: '';
  height: 22px;
  left: 0;
  position: absolute;
  width: 22px;
}
.check-box label:focus::before {
  border:solid 1px #f3a712;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"]:checked + label::after {
  content: '';
  border-left: 4px solid #f3a712;
  border-bottom: 4px solid #f3a712;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 6px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 22px;
}
.tate-list label {
  margin-bottom: 14px;
  padding: 3px 3px 3px 34px;
}
.tate-list:last-of-type label {
  margin-bottom: 35px;
}
.privacy-checkbox {
  font-size: 14px;
  margin: 10px auto 0 auto!important;
  padding: 4px 3px 4px 32px!important;
}

#error-toptext {
  background: #f0e0e0;
  margin: 15px;
  padding: 20px;
}
#error-toptext h3 {
  color: #c02020;
  font-size: 17px;
}
#error-toptext li {
  font-size: initial;
  margin-top:10px;
}
#error-toptext li a:link {
  color: #c08060;
  text-decoration: underline;
}
#error-toptext li a:visited {
  color: #aaa;
}
.error-text {
  background: #f0e0e0;
  border-radius: 4px;
  color: #c02020;
  display: inline-block;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 10px 15px;
}
.error-textbox {
  background: #f0e0e0!important;
}
.radio-button label.error-radio::before {
  background: #f0e0e0!important;
}
.question-block select.error-select {
  background-color: #f0e0e0;
}
textarea.error-textarea {
  background: #f0e0e0;
}
.check-box label.error-checkbox::before {
  background-color: #f0e0e0;
}
.privacy .error-text {
  margin-top: 10px;
}
/* form 入れ子 sabQuestion */
.sub-question {
  margin-left: 30px;
  clear: left;
}
.disabled-block {
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.disabled-block input:focus {
  border: 1px solid #ccc;
}
.disabled-block .question-block select:focus {
  border:solid 1px #ccc;
}
.disabled-block .radio-button label:focus::before {
  border:solid 1px #ccc;
}
.disabled-block .check-box label:focus::before {
  border:solid 1px #ccc;
}

/* form step */
#step {
}
#step, #step::after, #step::before {
  box-sizing: border-box;
}
.cd-multi-steps {
  background-color: #fff;
  border-radius: .25em;
  margin: 0 auto 20px;
  max-width: 768px;
  padding: 0.2em 1em;
  width: 80%;
}
.cd-multi-steps:after {
  clear: both;
  content: "";
  display: table;
}
.cd-multi-steps li {
  display: inline-block;
  float: left;
  margin: 0.5em 0;
}
.cd-multi-steps li::after {
  /* this is the separator between items */
  color: #aaa;
  content: '\00bb';
  display: inline-block;
  margin: 0 .6em;
}
.cd-multi-steps li:last-of-type::after {
  /* hide separator after the last item */
  display: none;
}
.cd-multi-steps li > * {
  /* single step */
  color: #aaa;
  display: inline-block;
  font-style: inherit;
}
.cd-multi-steps li.current > * {
  /* selected step */
  color: #f3a712;
}
.cd-multi-steps.count li {
  counter-increment: steps;
}
.cd-multi-steps.count li > *::before {
  content: counter(steps) " - ";
}

/* form確認ページ用 */
.enquete dl {
  margin: 0 10px;
}
.enquete dt {
  color: #777;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 6px;
  padding-left: 38px;
  text-indent: -38px;
}
.enquete dd {
  color: #666;
  font-size: 16px;
  margin-bottom: 30px;
  padding-left: 38px;
}
dl.sub-question {
  margin-left: 30px;
}
.sub-question dt {
  padding-left: 65px;
  text-indent: -65px;
}
.sub-question dd {
  padding-left: 65px;
}

/* 登録完了thank youページ用 */
.thankyou-text {
  margin: 0 15px;
}
#asahi-id-entry {
  border: 1px solid #e0e0c0;
  background: #fff;
  margin: 20px 30px;
  padding: 20px;
}
#asahi-id-entry h2 {
  border-bottom: 1px solid #e0e0c0;
  font-size: 16px;
  position: relative;
  padding: 0 .4em .3em 1.4em;
}
#asahi-id-entry h2::after {
  background-color: #e0e0c0;
  content: '';
  height: 8px;
  left: .4em;
  position: absolute;
  top: .45em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  z-index: 2;
}
#asahi-id-entry .btn {
  margin: 20px auto 10px;
  width: 100%;
}

/* ログイン状態 パスワードのみページ用 */
.login-ps-block {
  font-size: 16px;
  padding: 25px 15px 8px;
  position: relative;
  width: 100%;
  vertical-align: top;
  margin: 0 0 15px;
}
.login-ps-form {
  background: #fff;
  text-align: center;
}
.login-ps-form h3 {
  color: #c0a080;
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 8px;
}
.login-ps-form img {
  margin-bottom: 8px;
  width: 95px;
}
.login-ps-form h4 {
  color: #666;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  word-wrap: break-word;
}
.login-ps-form h4 span {
  color: #999;
  font-weight: normal;
}
.form-password {
  color: #999;
  text-align: left;
}
.login-ps-form .arrow-link {
  margin: 5px 0 14px;
}
.login-ps-block p {
  font-size: 14px;
  margin: 24px 0 8px 0;
}
.login-ps-text {
  margin-bottom: 40px;
}
.login-ps-text p {
  margin: 0 15px 5px;
}
/* ログイン(3set) ページ用 */
.login-set {
  margin: 0 15px;
}
.login-set h4 {
  color: white;
  font-size: 18px;
  height: 62px;
  line-height: 20px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.have-id {
  background-color: #881c21;
}
.have-id span {
  font-size: 15px;
  font-weight: normal;
}
.nothave-id {
  background-color: #333;
  padding: 20px 0!important;
}
@media screen and (max-device-width: 320px) {
  .login-set h4.asadeji-notpay { font-size: 16px; }
  .asadeji-notpay-btn {font-size: 15px;}
}
.login-set .login-ps-block {
  padding: 15px;
  margin-bottom: 30px;
}
.id-icon-block {
  margin: 5px auto;
  max-width: 300px;
}
.login-set .login-ps-block svg {
  float: left;
  height: 70px;
  margin: 0 25px 0 15px;
  width: 70px;
}
@media screen and (max-device-width: 320px) {
  .login-set .login-ps-block svg { margin: 0 10px 0 3px; }
}
.login-set .login-ps-block h3 {
  font-size: 24px;
  font-weight: normal;
  line-height: 26px;
  padding: 7px 0 10px;
  text-align: left;
}
.have-id-login h3 {
  color: #881c21;
}
.have-id-login .btn {
  background-color: #881c21;
}
.form-password input[type="email"] {
  margin: 4px 0 0;
  width: 100%;
}
.form-password input[type="password"] {
  margin: 4px 0 0;
  width: 100%;
}
.form-password button:focus {
  border: none;
}
.login-set .login-ps-block .btn {
  margin-bottom: 5px;
}
.about-id-text h3 {
  font-size: 17px;
  margin: 10px 0;
}
.about-id-text h3 span {
  color: #881c21;
}
.about-id-text p {
  font-size: 15px;
  margin-bottom: 20px;
}
.about-id-images {
  text-align: center;
}
.about-id-images img {
  margin: 0 auto 10px;
  width: 250px;
}
.get-id-login {
  margin-top: 15px;
}
.get-id-login h3 {
  color: #881c21;
}
.get-id-login .boader-button {
  background: none;
  border: 1px solid #881c21;
  box-sizing: border-box;
  color: #881c21;
}
.notget-id h3 {
  color: #999;
}
/* 横向き用スタイル */
@media screen and (orientation: landscape) {
  .about-id-text {
    float: left;
    margin-bottom: 15px;
    padding-right: 15px;
    width: 60%;
  }
  .about-id-images {
    float: right;
    margin: 15px 0 0;
    width: 40%;
  }
  .about-id-images img {
    width: 100%;
  }
}
@media(min-width: 736px) {
  .about-id-images {
    margin: 15px 15px 0 0;
    width: 32%;
  }
  .about-id-text {
    padding: 15px 10px 0;
    width: 65%;
  }
}
/* ログイン 朝デジ会員アンケートページ用 */
.about-asadeji-kaiin h3 {
  font-size: 17px;
  margin: 10px 0
}
.about-asadeji-kaiin img {
  display: block;
  margin: 0 auto 40px;
  max-width: 338px;
  width: 100%;
}
#title-block p.asadeji-kaiin-onlytext {
  font-size: 16px;
  font-weight: bold;
  margin: 12px 0 0 0;
}
.asadeji-kaiin-onlytext .red {
  color: #881C21;
}
.asadeji-member {
  padding: 20px 0!important;
}

/* ログイン 応募設問ページ用 */
.login-frame-content {
  margin: 24px 15px 36px;
}
.login-block {
  margin: 24px 48px 16px;
}
.login-block .btn {
  margin: 0;
}
.login-block .btn.apply {
  background-color: #881c21;
  font-size: 16px;
  height: 40px;
}
.login-frame-registration {
  margin-bottom: 24px;
}
.login-frame-registration > form > .new-register {
  color: #70D3F6;
  cursor: pointer;
  text-decoration: underline;
  margin-left: 60px;
}
.login-frame-registration > form > .new-register:active {
  opacity: 0.6;
}
.new-register:focus {
  border: none;
}

/* エラーページ */
#error {
  height: 50%;
  left: 50%;
  margin: -65% 0 0 -50%;
  padding: 0 14px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.error-asahiid-logo {
  margin-bottom: 30px;
  width: 140px;
}
#error ul {
  color: #B3B3B3;
  font-size: 21px;
  line-height: 1.8;
  margin-bottom: 30px;
}
#error p {
  font-size: 18px;
  margin-bottom: 14px;
}
#error p a:link {
  color: #B3B3B3;
}
.return-images {
  width: 68px;
}
.error-footer {
  background: none;
  bottom: 0;
  color: #B3B3B3;
  height: 68px;
  padding: 14px 18px;
  position: absolute;
}
@media screen and (max-device-width: 320px) {
  #error {
    margin: -65% 0 0 -50%;
  }
  .error-asahiid-logo {
    margin-bottom: 20px;
    width: 130px;
  }
  #error ul {
    font-size: 19px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  #error p {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .return-images {
    width: 60px;
  }
}
@media screen and (orientation: landscape) {
  #error {
    left: 0;
    margin: 0;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    top: 9%;
    width: 100%;
  }
  .error-asahiid-logo {
    margin-bottom: 10px;
    width: 100px;
  }
  #error ul {
    font-size: 17px;
    margin-bottom: 15px;
    line-height: 1.4;
  }
  #error p {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .return-images {
    width: 40px;
  }
  .error-footer {
    height: 36px;
    padding: 0 18px 10px 18px;
  }
}





/* epostの残り用 */
/* BgWrap
==================== */
.Box .BgWrapBox {
    background:#F6F6F6;
    padding:15px 15px 0px 15px;
    margin:0px 0px 12px 0px;
}
.Box .BgWrapBox:after {content:"";display:block;clear:both;height:0;visibility:hidden;}
.Box .BgWrapBox {display:inline-block;}
/* \*/
* html .MainInner .Box .BgWrapBox {height:1%;}
.Box .BgWrapBox {display:block;}
/* */
.Box .BgWrapBox h3 {
    padding:0px 0px 10px 0px;
    margin:0px 0px 12px 0px;
    border-top:none;
    border-bottom:2px dotted #CCCCCC;
}
.Box .BgWrapBox .Ttl {
    font-size:94%;
    font-weight:bold;
    padding:0px;
    margin:0px;
}
.Box .BgWrapBox .User {
    background:url(../images/icon_user_asahi.gif) no-repeat left 1px;
    padding:0px 0px 2px 30px;
}
.Box .BgWrapBox .Txt {
    padding:0px 0px 5px 0px;
    margin:0px;
}
.Box .BgWrapBox .Txt p {
    padding:0px 0px 5px 0px;
    margin:0px;
}
.Box .BgWrapComment {
    padding:0px;
    margin:0px;
}
.Box .BgWrapComment:after {content:"";display:block;clear:both;height:0;visibility:hidden;}
.Box .BgWrapComment {display:inline-block;}
/* \*/
* html .Box .BgWrapComment {height:1%;}
.Box .BgWrapComment {display:block;}
/* */
.Box .BgWrapComment .ThumPhoto {
    padding:5px 0px 10px 10px;
    margin:0px;
    float:right;
}

/* Table-Future
==================== */
.Box table.Future {
    width:100%;
    padding:0px;
    margin:0px 0px 10px 0px;
    border-top:5px solid #CC0000;
}
.Box table.Future thead th,
.Box table.Future thead td {
    font-size:106%;
    font-weight:bold;
    line-height:1.5;
    text-align:left;
    padding:10px 10px 7px 10px;
/padding:11px 10px 7px 10px;
}
.Box table.Future tbody th,
.Box table.Future tbody td {
    font-weight:normal;
    text-align:left;
    padding:10px 10px 7px 10px;
/padding:11px 10px 7px 10x;
}
.Box table.Future thead td,
.Box table.Future tbody td {
    border-left:1px solid #DDDDDD;
}
.Box table.Future tbody tr.even th,
.Box table.Future tbody tr.even td {
    background:#F6F6F6;
}

/* Table-HeaderHorizontal
==================== */
.Box table.HeaderHorizontal {
    width:100%;
    padding:0px;
    margin:0px 0px 15px 0px;
    border-top:1px solid #DDDDDD;
    border-left:1px solid #DDDDDD;
}
.Box table.HeaderHorizontal thead th,
.Box table.HeaderHorizontal thead td {
    font-size:94%;
    background:#FCECED;
    font-weight:bold;
    text-align:center;
    padding:7px 10px 5px 10px;
    border-right:1px solid #DDDDDD;
    border-bottom:1px solid #DDDDDD;
}
.Box table.HeaderHorizontal tbody th,
.Box table.HeaderHorizontal tbody td {
    font-size:94%;
    font-weight:normal;
    text-align:left;
    padding:7px 10px 0px 10px;
    border-right:1px solid #DDDDDD;
    border-bottom:1px solid #DDDDDD;
}
.Box table.HeaderHorizontal tbody th p,
.Box table.HeaderHorizontal tbody td p {
    text-align:center;
    padding:0px 0px 5px 0px;
}

/* Table-HeaderVertical
==================== */
.Box table.HeaderVertical {
    width:100%;
    padding:0px;
    margin:0px 0px 15px 0px;
    border-top:1px solid #DDDDDD;
    border-left:1px solid #DDDDDD;
}
.Box table.HeaderVertical tbody th,
.Box table.HeaderVertical tbody td {
    font-size:94%;
    text-align:left;
    border-right:1px solid #DDDDDD;
    border-bottom:1px solid #DDDDDD;
}
.Box table.HeaderVertical tbody th {
    background:#FCECED;
    width:170px;
    padding:7px 10px 5px 10px;
}
.Box table.HeaderVertical tbody td {
    padding:7px 10px 0px 10px;
}
.Box table.HeaderVertical tbody td p {
    text-align:left;
    padding:0px 0px 5px 0px;
}
.Box table.HeaderVertical tbody td ul.Lnk {
    padding:0px 0px 2px 0px;
    margin:0px;
}
.Box table.HeaderVertical tbody td ul.Lnk li {
    font-size:100%;
    padding:0px;
    margin:0px 0px 3px 0px;
}
.Box table.HeaderVertical tbody td ul.Lnk li a {
    background:url(../images/mkr_lnk.gif) no-repeat 0px 0.3em;
    text-decoration:none !important;
    padding:0px 0px 0px 10px;
    margin:0px;
}
.Box table.HeaderVertical tbody td ul.Lnk li a:visited {
    text-decoration:none !important;
}
.Box table.HeaderVertical tbody td ul.Lnk li a:hover,
.Box table.HeaderVertical tbody td ul.Lnk li a:active {
    text-decoration:underline !important;
}


.CheckboxWithImg {
  float: left;
  text-align: center;
  padding-right: 10px;
  padding-bottom: 10px;
}
.CheckboxWithImg img {
  margin-bottom: 10px;
}
.CheckboxWithImg div label {
  display: inline;
  margin: 0;
}
@media (max-width: 480px) {
  .CheckboxWithImg {
    width: 100%;
    text-align: left;
  }
  .CheckboxWithImg label {
    display: block;
  }
  .CheckboxWithImg img {
    float: left;
  }
  .CheckboxWithImg div {
    margin-left: 20px;
    display: inline;
  }
}



.uploader > .ImageNowUploading {
  display: none;
  position: fixed;
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}
.uploader > .ImageNowUploading > div {
  position: relative;
  width: 100%;
  height: 100%;
}
.uploader > .ImageNowUploading > div > p {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 300px;
  height: 38px;
  padding: 10px;
  text-align: center;
  background: #FAFAF3;
}
.uploader > .uploadPreview {
  max-width: 200px;
  max-height: 200px;
}
.ImgUploadArea {
  box-sizing: border-box;
  margin: 0 0 15px;
}
.ImgUploadArea {
  text-align: center;
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding: 10px 20px 10px 20px;
  font-size: 12px;
  background: #c08040;
  color:#fff;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  -webkit-transition: 1s background-color;
  -moz-transition: 1s background-color;
  -ms-transition: 1s background-color;
  -o-transition: 1s background-color;
  transition: 1s background-color; }
.ImgUploadArea:hover {
  background-color: #e0e0c0;
}
.ImgUpload {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  font-size: 100px;
  cursor: pointer;
}
.DeleteUploadImage {
  cursor: pointer;
}
.asahiid-lead {
  margin: 40px 30px;
  padding: 32px 8px;
  font-size: 18px;
  text-align: center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: #fff;
}
.asahiid-lead p br {
  display: none;
}
.asahiid-lead-btn {
  display: block;
  margin-top: 24px;
}
.asahiid-lead-btn a {
  display: block;
  margin: 0 10px 20px;
  padding: 12px;
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #94061a;
}