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

/* 全ページ共通 */
.cfix:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}
.left {
  float: left;
}
.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;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 170px;
}
.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;
}
button:focus {
  border:solid 1px #f3a712;
}
.btn:hover {
  background: #e0e0c0;
  text-decoration: none;
}
.boader-button {
  background: none;
  border: 1px solid #c08040;
  box-sizing: border-box;
  color: #c08040;
  white-space: normal;
}
.get-asadigi-button {
  background: #881c21;
  border: 1px solid #881c21;
  box-sizing: border-box;
  color: #fff;
  width: 220px;
  margin: 10px auto 10px auto;
}
.get-asadigicrd-button {
  background: none;
  border: 1px solid #881c21;
  box-sizing: border-box;
  color: #881c21;
  width: 220px;
  margin: 10px auto 80px auto;
}
.boader-button:hover {
  border: #e0e0c0;
  color: #fff;
}
.get-asadigi-button:hover {
  border: #e0e0c0;
  color: #fff;
}
.get-asadigicrd-button:hover {
  border: #e0c0c3;
  color: #fff;
}
.center-button .btn {
  margin: 0 auto 100px;
}
.button-2set {
  margin: 0 auto 100px;
  width: 400px;
}
.button-2set .btn {
  float: left;
  margin: 0 15px;
}
.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:hover {
  color: #e0e0c0;
}
.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:hover::before {
  border-left: 4px solid #e0e0c0;
}
.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;
}
.arrow-link:hover::after {
  border-left: 4px solid #e0e0c0;
}

html {
  background-color: #eee;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
  position: relative;
}
body {
  color: #333;
  font-size: 15px;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin: 0 auto 5em;
  padding: 0;
  vertical-align: middle;
  width: 1000px;
}
header {
  background-color: #fff;
  border-left: 6px solid #e0e0c0;
  color: #666;
  font-size: 11px;
  height: 86px;
  letter-spacing: 0;
  line-height: 1.4;
  padding: 20px 20px 20px 28px;
  position: relative;
  text-align: left;
  vertical-align: middle;
  width: 100%;
  z-index: 1000;
}
header .left img {
  padding: 0;
}
header .left p {
  margin-top: 5px;
  padding: 0;
}
header .id-logo {
  float: right;
  padding-top: 12px;
}
.header-line {
  box-shadow:0px 8px 0px 0px #333;
}

nav {
  background-color: #333;
  color: #f0e0e0;
  font-size: 12px;
  font-weight: bold;
  height: 34px;
  padding: 8px 0 0 50px;
  width: 100%;
}
nav li {
  display: inline;
  margin-right: 30px;
}
nav a {
  color: #f0e0e0;
}
nav a:hover {
  color: #a08040;
}

#title-block {
  margin: 30px;
}
#title-block h1 {
  font-size: 22px;
}
#title-block p {
  font-size: 15px;
  margin: 15px 0 0 30px;
}
h2 {
  border-bottom: 1px solid #e0e0c0;
  font-size: 18px;
  margin: 0 0 10px 0;
  position: relative;
  padding: 0 5px 5px 18px;
}
h2::after {
  background-color: #c02020;
  content: '';
  height: 8px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 8px;
  z-index: 2;
}
#top-list section:last-child {
  margin-bottom: 40px;
}
.content-list {
  font-size: 0;
}
.content-block {
  background: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,0.3);
  display: inline-block;
  font-size: 15px;
  margin: 0 15px 16px 0;
  min-height: 236px;
  width: 238px;
  vertical-align: top;
}
main section div.content-block:nth-of-type(4n) {
  margin-right: 0;
}
.content-block img {
  width: 238px;
  height: 147px;
  vertical-align: bottom;
}
.content-block a:hover img {
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  opacity: 0.6;
}
.content-block li {
  color: #fff;
  display: table-cell;
  font-size: 12px;
  font-weight: bold;
  height: 44px;
  text-align: center;
  vertical-align: middle;
}
.content-block p {
  border-bottom: 1px solid #eee;
  font-size: 14px;
  height: 147px;
  padding: 18px;
}
.detail-link {
  font-weight: bold;
  margin: 12px 0 14px 0;
  text-align: center;
}
.detail-link a {
  color: #c02020;
}
.detail-link a:hover {
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  opacity: 0.5;
}

footer {
  background-color: #fff;
  bottom: 0;
  color: #888;
  font-size: 11px;
  height: 86px;
  letter-spacing: 0;
  line-height: 1.4;
  padding-top: 14px;
  position: absolute;
  text-align: center;
  width: 1000px;
}
footer ul {
  padding-bottom: 8px;
}
footer li {
  border-left: 1px solid #ddd;
  display: inline;
  margin: 0px;
  padding: 0px 4px 0px 8px;
}
footer li:first-child {
  border-left: none;
}
footer a {
  color: #888;
}
footer a:hover {
  text-decoration: underline;
}

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

/* 応募ページ用 */
#entry #title-block li {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 10px 20px 0;
  padding: 10px 15px;
  text-align: center;
  width: auto;
  vertical-align: middle;
}
#entry #title-block .photo1 {
  float: right;
  margin: 0 0 0 30px;
  width: 300px;
}
#entry #title-block .photo3 {
  letter-spacing: -.40em;
}
#entry #title-block .photo3 li {
  letter-spacing: normal;
  margin: 0 20px 20px 0;
  padding: 0;
}
#entry #title-block .photo3 li:nth-of-type(3n){
  margin: 0 0 20px 0;
}
#entry #title-block .photo3 img {
  width: 300px;
}
#entry #title-block h1 {
  color: #c02020;
  font-size: 24px;
  margin-bottom: 15px;
}
#entry #title-block h2 {
  display: inline-block;
}
#entry #title-block p {
  margin-left: 0;
}
table.entry-table {
  border-bottom: 1px solid #e0e0c0;
  border-collapse: separate;
  border-spacing: 0px 15px;
  font-size: 16px;
  margin: 0 auto 40px;
  padding-bottom: 40px;
  width: 940px;
}
table.entry-table th {
  background: #e0e0c0;
  color: #a08040;
  font-weight: bold;
  overflow: visible;
  padding: 0 25px 0 20px;
  position: relative;
  text-align: right;
  width: 200px;
  vertical-align: middle;
}
table.entry-table th:after {
  border: solid transparent;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #e0e0c0;
  border-width: 10px;
  display: block;
  content: "";
  height: 0;
  left: 100%;
  margin-top: -10px;
  position: absolute;
  pointer-events: none;
  top: 50%;
  width: 0;
}
/* Edge+IE */
_:-ms-lang(x), table.entry-table th:after {
  margin-top: -22px;
  top:auto;
}
/* firefox用に入れてたけど最新版で不要になった→保険で置いてるので後々削除
@-moz-document url-prefix() {
  table.entry-table th::after {
    border: 10px solid transparent;
    border-left: #e0e0c0 10px solid;
    content: "";
    float: right;
    height: 0;
    left: 30px;
    margin-top: -10px;
    padding: 0;
    position: relative;
    pointer-events: none;
    top: 10px;
    width: 0;
  }
} */
table.entry-table td {
  background: #f8f8f8;
  padding: 20px 20px 20px 30px;
  vertical-align: middle;
}
table.entry-table td a {
  color: #777;
  text-decoration: underline;
}
.present-item .arrow_box {
  background: #c02020;
  color: #fff;
  font-size: 20px;
}
.present-item td {
  color: #c02020;
  font-size: 20px;
  font-weight: bold;
}
table.entry-table .present-item th:after {
  border-left-color: #c02020;
}
/* firefox */
@-moz-document url-prefix() {
  table.entry-table .present-item th::after {
    border-left: #c02020 10px solid;
  }
}
.privacy {
  border: 1px solid #b3b3b3;
  color: #666;
  font-size: 13px;
  margin: 0 30px 30px;
  padding: 15px;
}

/* formページ用 */
form #title-block {
  align-items: center;
  margin-top: 40px;
}
form #title-block p {
  color: #808080;
  margin-left: 0!important;
}
form .enquete {
  margin: 0 30px;
}
fieldset .float-flex {
  display: flex;
}
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;
  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;
  vertical-align: middle;
}
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 20px 35px 0;
  padding: 10px;
  width: 300px;
}
input[type="text"]:read-only {
  background-color: #ddd;
}
.input-text-m {
  width: 600px!important;
}
.input-text-l {
  width: 100%!important;
}
input[type="text"]:focus {
  border:solid 1px #f3a712;
}
input[type="text"]:nth-child(3){
　margin-right: 0;
}
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 20px 35px 0;
  padding: 10px;
  width: 300px;
}
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 20px 35px 0;
  padding: 10px;
  width: 300px;
}
input[type="email"]:focus {
  border:solid 1px #f3a712;
}
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: 0 20px 35px 0;
  padding: 10px;
  width: 320px;
}
input[type="tel"]:focus {
  border:solid 1px #f3a712;
}
#zip-code {
  margin: 0 5px 10px 0;
  width: 60px;
}
#zip-code-town {
  margin: 0 15px 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;
}
@-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;
}
.radio-button label {
  cursor: pointer;
  display: inline-block;
  padding: 3px 14px 3px 30px;
  position: relative;
}
.radio-button label:last-of-type {
  margin-bottom: 35px;
}
.radio-button li label:last-of-type {
  margin-bottom: 14px;
}
.radio-button li:last-of-type {
  margin-bottom: 25px;
}
.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;
}
.auto_address_fill_button:hover {
  background: #e0e0c0;
}
.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_search_button:hover {
  background: #e0e0c0;
}
.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_select_decied_button:hover {
  background: #e0e0c0;
}
.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;
}
.school_input_decied_button:hover {
  background: #e0e0c0;
}
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 label:last-of-type {
  margin-bottom: 35px;
}
.check-box li label:last-of-type {
  margin-bottom: 14px;
}
.check-box li:last-of-type {
  margin-bottom: 25px;
}
.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: 30px 30px;
  padding: 25px 30px 30px;
}
#error-toptext h3 {
  color: #c02020;
  font-size: 18px;
  text-align: center;
}
#error-toptext li {
  font-size: initial;
  padding: 12px 0 0 20px;
}
#error-toptext li a:link {
  color: #c08060;
  text-decoration: underline;
}
#error-toptext li a:hover {
  color: #e0e0c0;
}
#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: 60px;
  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 {
  border-bottom: 1px solid #ccc;
  margin: 50px 0;
}
#step, #step::after, #step::before {
  box-sizing: border-box;
}
.cd-multi-steps {
  background-color: transparent;
  border-radius: .25em;
  margin: 1em auto;
  padding: 0 0 20px;
  text-align: center;
  width: 90%;
}
.cd-multi-steps:after {
  clear: both;
  content: "";
  display: table;
}
.cd-multi-steps li {
  display: inline-block;
  margin: 1.2em 0;
  position: relative;
}
.cd-multi-steps li::after {
  /* this is the separator between items */
  background: #fff;
  color: #aaa;
  content: '';
  display: inline-block;
  height: 4px;
  margin: 0;
  position: absolute;
}
.cd-multi-steps li:last-of-type {
  margin-right: 0;
}
.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: normal;
  position: relative;
}
.cd-multi-steps li.visited > * {
  color: #f3a712;
  position: relative;
}
.cd-multi-steps li.visited::after {
  background-color: #f3a712;
}
.cd-multi-steps li.current > * {
  /* selected step */
  color: #f3a712;
  position: relative;
}

.cd-multi-steps.text-bottom li {
  text-align: center;
/*  width: 200px;*/
}
.cd-multi-steps.text-bottom li::after {
  /* this is the line connecting 2 adjacent items */
  left: 50%;
  position: absolute;
  /* 40px is the <li> right margin value */
  width: calc(100% + 10px);
}
.cd-multi-steps.text-bottom li > *::before {
  /* this is the spot indicator */
  background-color: #fff;
  border-radius: 50%;
  content: '';
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  height: 12px;
  left: 50%;
  position: absolute;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 12px;
  z-index: 1;
}
.cd-multi-steps.text-bottom li.visited > *::before,
.cd-multi-steps.text-bottom li.current > *::before {
  background-color: #f3a712;
}
.cd-multi-steps.text-bottom li.current > *::before {
  box-shadow: 0 0 0 3px rgba(234, 167, 18, 0.3);
}
.cd-multi-steps.text-bottom li::after {
  /* this is the line connecting 2 adjacent items */
  top: 3px;
}
.cd-multi-steps.text-bottom li > * {
  padding-top: 20px;
}
.cd-multi-steps.text-bottom li > *::before {
  /* this is the spot indicator */
  top: 0;
}

.cd-multi-steps.count li {
  counter-increment: steps;
}
.cd-multi-steps.count li > *::before {
  content: counter(steps) " - ";
}
.cd-multi-steps.text-bottom.count li > *::before {
  /* this is the spot indicator */
  color: #fff;
  content: counter(steps);
  font-size: 16px;
  height: 26px;
  line-height: 25px;
  width: 26px;
}
.cd-multi-steps.text-bottom.count li:not(.current) em::before {
  /* steps not visited yet - counter color */
  color: #bbb;
}
.cd-multi-steps.text-bottom.count li.visited > em::before {
  color: #fff;
}
.cd-multi-steps.text-bottom.count li::after {
  top: 11px;
}
.cd-multi-steps.text-bottom.count li > * {
  padding-top: 34px;
}

/* form確認ページ用 */
.enquete dt {
  color: #777;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 6px;
}
.enquete dd {
  color: #666;
  font-size: 18px;
  margin-bottom: 30px;
  padding-left: 46px;
}

/* 登録完了thank youページ用 */
#asahi-id-entry {
  border: 1px solid #e0e0c0;
  background: #fff;
  margin: 60px 30px 30px;
  padding: 30px;
}
#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: 200px;
}

/* ログイン状態 パスワードのみページ用 */
.login-ps-content {
  margin: 60px 0;
}
.login-ps-block {
  font-size: 16px;
  min-height: 516px;
  padding: 30px;
  position: relative;
  width: 320px;
  vertical-align: top;
  margin: 0 auto 50px;
}
.login-ps-form {
  background: #fff;
  text-align: center;
}
.login-ps-content .button-2set {
  width: 460px;
}
.login-ps-content .btn {
  width: 260px;
}
.login-ps-content .button-2set .btn {
  width: 200px;
}
.login-ps-block .boader-button {
  bottom: 0;
}
.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;
}
.form-password input[type="password"] {
  margin: 4px 0 0;
  width: 260px;
}
.login-ps-form .arrow-link {
  margin: 5px 0 14px;
}
.login-ps-block p {
  font-size: 14px;
  margin: 24px 0 8px 0;
}

/* ログイン(3set) ページ用 */
.login-3set-content {
  display: table;
  margin: 0 -20px 30px;
  width: 1040px;
}
.login-3set-content ul {
  border-collapse: separate;
  border-spacing: 20px 10px;
}
.login-3set-content ul li ol {
  display: table-row;
}
.login-3set-box {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 320px;
}
.login-3set-content .have-id {
  background-color: #881c21;
  border-radius: 10px 10px 0px 0px ;
  -webkit-border-radius: 10px 10px 0px 0px ;
  -moz-border-radius: 10px 10px 0px 0px ;
  color: white;
  font-size: 18px;
  height: 62px;
  line-height: 20px;
  text-align: center;
  width: 320px;
}
.login-3set-content .have-id span {
  font-size: 15px;
  font-weight: normal;
}
.login-3set-content .nothave-id {
  background-color: #333;
  border-radius: 10px 10px 0px 0px ;
  -webkit-border-radius: 10px 10px 0px 0px ;
  -moz-border-radius: 10px 10px 0px 0px ;
  color: white;
  font-size: 18px;
  height: 62px;
  text-align: center;
  width: 660px;
}
.login-3set-block {
  background: #fff;
  height: 320px;
  padding: 30px;
}
.login-3set-block svg {
  height: 95px;
  margin-bottom: 8px;
  width: 95px;
}
.login-3set-block h3 {
  font-size: 28px;
  font-weight: normal;
  margin: 5px 0 18px;
}
.login-3set-block .btn {
  width: 100%;
}
.login-3set-rowspan ul {
  border-collapse: separate;
  border-spacing: 20px 0;
  display: table;
  margin: 0 -20px;
  width: 700px;
}
.have-id-login h3 {
  color: #881c21;
}
.have-id-login .btn {
  background-color: #881c21;
}
.have-id-login .btn:hover {
  background: #e0e0c0;
}
.get-id-login {
  color: #881c21;
}
.get-id-login .boader-button {
  background: none;
  border: 1px solid #881c21;
  box-sizing: border-box;
  color: #881c21;
}
.get-id-login .boader-button:hover {
  background: #e0e0c0;
  border: #e0e0c0;
  color: #fff;
}
.notget-id {
  color: #999;
}
.about-id-text {
  float: left;
  height: 320px;
  padding: 20px 0 0 45px;
  width: 965px;
}
.about-id-text h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.about-id-text h3 span {
  color: #881c21;
}
.about-id-text p {
  font-size: 17px;
  margin-bottom: 20px;
}
.remodal svg {
  height: 95px;
  margin-bottom: 8px;
  width: 95px;
}
.remodal .btn {
  width: 260px;
}
.form-password input[type="email"] {
  margin: 4px 0 0;
  width: 260px;
}
.form-password button:focus {
  border: none;
}
p.modal-error {
  color: #881c21;
  background-color: #f0e0e0;
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 14px 0;
  padding: 5px 0;
}

/* ログイン(2set) ページ用 */
.login-2set-content {
  display: table;
  margin-bottom: 30px;
  width: 1000px;
}
.login-2set-content ul {
  border-collapse: separate;
  border-spacing: 30px 5px;
}
.login-2set-content ul li ol {
  display: table-row;
}
.login-2set-box {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 455px;
}
.login-2set-content .have-id {
  background-color: #881c21;
  border-radius: 10px 10px 0px 0px ;
  -webkit-border-radius: 10px 10px 0px 0px ;
  -moz-border-radius: 10px 10px 0px 0px ;
  color: white;
  font-size: 18px;
  height: 52px;
  line-height: 20px;
  text-align: center;
  width: 455px;
}
.login-2set-content .have-id span {
  font-size: 15px;
  font-weight: normal;
  margin-left: 15px;
}
.login-2set-content .nothave-id {
  background-color: #333;
  border-radius: 10px 10px 0px 0px ;
  -webkit-border-radius: 10px 10px 0px 0px ;
  -moz-border-radius: 10px 10px 0px 0px ;
  color: white;
  font-size: 18px;
  height: 52px;
  text-align: center;
  width: 455px;
}
.login-2set-block {
  background: #fff;
  height: 280px;
  padding: 30px;
}
.login-2set-block svg {
  height: 95px;
  margin-bottom: 8px;
  width: 95px;
}
.login-2set-block h3 {
  font-size: 28px;
  font-weight: normal;
  margin: 5px 0 18px;
}
.login-2set-block .btn {
  width: 100%;
}
/* ログイン 朝デジ会員アンケートページ用 */
.about-asadeji-kaiin h2 {
  margin-top: 80px;
}
.about-asadeji-kaiin img {
  margin: 20px 30px 60px 30px;
}
#title-block p.asadeji-kaiin-onlytext {
  font-size: 16px;
  font-weight: bold;
  margin: 18px 0 0 0;
}
.asadeji-kaiin-onlytext .red {
  color: #881C21;
}
/* エラーページ */
#error {
  height: 384px;
  left: 50%;
  margin: -250px 0 0 -300px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 600px;
}
.error-asahiid-logo {
  margin-bottom: 38px;
  width: 170px;
}
#error ul {
  color: #B3B3B3;
  font-size: 22px;
  line-height: 1.8;
  margin-bottom: 38px;
}
#error p {
  margin-bottom: 14px;
}
#error p a:link {
  color: #B3B3B3;
  font-size: 18px;
}
.return-images {
  width: 74px;
  height: 60px;
}
.error-footer {
  background: none;
  color: #B3B3B3;
  height: 50px;
}
/* 戻るボタン Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}




/* 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;
}




.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;
  font-size: 18px;
  text-align: center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: #fff;
}
.asahiid-lead-btn {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.asahiid-lead-btn a {
  display: inline-block;
  min-width: 40%;
  margin: 0 10px;
  padding: 12px;
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #94061a;
}
.asahiid-lead-btn a:hover {
  background-color: #61000e;
}