@charset "UTF-8";
* html .clearfix {
  zoom: 1;
  /* IE6 */
}

* html #basecontents {
  height: 1%;
}

/*
	コンテンツ
*/
#basecontents {
  width: 942px;
  margin: 0 auto;
}
#basecontents * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

#baseWrap {
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
  width: 100%;
  float: none;
  clear: both;
}

/* 応募期間：〜*/
.band {
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: center;
  font-size: 22px;
  height: 45px;
  line-height: 45px;
  background-image: none;
  background-color: #DE2A18;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
}

#mainArea h2 {
  margin: 0px;
}
#mainArea p {
  margin: 0px;
}
#mainArea p.main-copy {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin: 0px 25px 8px 25px;
}
#mainArea p.main-copy-sub {
  font-size: 16px;
  line-height: 24px;
  margin: 0px 25px 20px 25px;
}
#mainArea p strong {
  color: #ff0000;
}
#mainArea ol {
  margin: 0px 25px 8px 55px;
  padding: 0px;
}
#mainArea ol li {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
#mainArea ol li strong {
  color: #ff0000;
}

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

br.sp {
  display: none !important;
}

br.pc {
  display: inline !important;
}

.nonpc {
  display: none;
}

.content {
  margin: 0;
  padding: 0 25px 0 25px;
  background: none;
}
.content p {
  font-size: 16px;
  line-height: 24px;
}

#top .content {
  padding-bottom: 25px;
}
#top .content img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
#top #logoArea {
  width: 100%;
}
#top #logoArea p {
  margin: 0;
}
#top #logoArea .leftBox {
  width: 310px;
  float: left;
  margin: 0 25px;
  padding: 0;
  _margin: 0;
  _display: inline;
}
#top #logoArea .leftBox p {
  _margin-left: 25px;
}
#top #logoArea .rightBox {
  margin: 0;
  padding: 0;
  float: right;
  width: 580px;
  _display: inline;
}
#top #logoArea h2 {
  margin: 10px 0 28px 0;
  _margin-left: 25px;
}
#top .add_name {
  margin: 35px auto 0 auto;
  text-align: center;
  color: #595757;
}
#top .add_name img {
  margin: 0 auto;
}
#top .add_name p {
  margin: 23px 0 15px 0;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
#top .add_name p.copy {
  margin-top: 0;
  text-align: center;
  font-weight: normal;
}
#top .goods {
  overflow: hidden;
  margin: 0px 0px 30px 0px;
}
#top .goods .col {
  border-width: 2px;
  border-style: solid;
  border-color: #c49951;
  border-radius: 10px;
  padding: 12px;
  overflow: hidden;
  margin: 0px 0px 20px 0px;
}
#top .goods .col.common {
  border: none;
  background-color: #efefef;
}
#top .goods .col .img {
  margin: 0px 22px 0px 0px;
  width: 310px;
  float: left;
  overflow: hidden;
}
#top .goods .col .img img {
  max-width: 100%;
  height: auto;
}
#top .goods .col .txt-area {
  overflow: hidden;
}
#top .goods .col .txt-area p {
  margin: 0px;
  font-size: 14px;
  line-height: 22px;
}
#top .goods .col .title-area {
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #000;
  margin: 0px 0px 7px 0px;
  padding: 0px 0px 8px 0px;
}
#top .goods .col .title-area h3 {
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
  margin: 0px;
}
#top .goods .col .title-area h3 strong {
  color: #ff0000;
}
#top .goods .col .title-area h3 span {
  font-size: 16px;
}
#top .goods .col .title-area p {
  margin: 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
#top .summary .leftBox {
  width: 432px;
  float: left;
  margin-bottom: 30px;
}
#top .summary .rightBox {
  width: 432px;
  float: right;
  margin-bottom: 30px;
}
#top .summary p {
  font-size: 16px;
  line-height: 24px;
  margin: 0px 0 20px 0;
}
#top .summary p.pt {
  padding-top: 8px;
}
#top .summary p.nbm {
  margin: 0;
  padding: 0;
}
#top .summary p.button {
  margin: 0px 0px 10px 0px;
  clear: both;
}
#top .summary p.button a {
  display: table-cell;
  width: 1000px;
  height: 110px;
  vertical-align: middle;
  background: none;
  border: none;
  background-color: #DE2A18;
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  line-height: 38px;
  padding: 0px;
  font-weight: bold;
  border: 4px solid #DE2A18;
  border-radius: 10px;
  position: relative;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
}
#top .summary p.button a:hover {
  color: #DE2A18;
  background-color: #fff;
}
#top .summary p.button a span {
  font-size: 26px;
  position: relative;
  display: inline-block;
  padding-right: 24px;
}
#top .summary p.button a span::before {
  content: "▶";
  display: block;
  position: absolute;
  right: 0px;
  top: 50%;
  font-size: 14px;
  margin-top: -18px;
}
#top .summary p.dnbm {
  margin-bottom: 0;
}
#top .summary p.upm4 {
  margin-top: 4px;
}
#top .summary p.houhou {
  line-height: 30px;
  margin-bottom: 15px;
}
#top .summary p.oubo_kikan {
  margin: 19px 0 17px 0;
}
#top .summary p.ouboaddr {
  margin: 0 0 0 16px;
}
#top .summary p.mb40 {
  margin-bottom: 40px;
}
#top .summary p .color01 {
  color: #ff0000;
}
#top .summary hr {
  border: none;
  border-top: 1px dashed #9FA0A0;
  display: block;
  margin: 15px 0 0 0;
}
#top .inquiry_box {
  margin: 46px 0 0 0;
  border: 1px solid #898989;
  background: none;
  background-color: #F7F8F8;
  padding: 0;
}
#top .inquiry_box h4 {
  margin: 15px 15px 0 15px;
}
#top .inquiry_box p {
  margin: 0 15px 16px 15px;
}
#top .dl01 {
  margin: 20px 0;
}
#top .dl01 dt {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin: 0px 0px 14px 1em;
  padding: 0px;
  text-indent: -1em;
}
#top .dl01 dt span {
  width: 12px;
  color: #64B327;
}
#top .dl01 dt::before {
  content: "■";
  color: #64B327;
}
#top .dl01 dd {
  margin: 0px 0px 0px 32px;
  font-size: 16px;
  line-height: 24px;
  padding: 0px;
}
#top .ul01 {
  margin: 20px 0;
  padding: 0;
}
#top .ul01 li {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 0 16px;
  padding: 0;
  list-style-type: disc;
}
#top .h01 {
  color: #E95513;
  border: none;
  border-top: 2px solid #E95513;
  border-bottom: 2px solid #E95513;
  margin: 10px 0 17px 0;
  height: 40px;
  line-height: 40px;
  font-size: 22px;
  text-align: center;
  clear: both;
}
#top .h02 {
  border: none;
  border-left: 5px solid #6FB92C;
  color: #57AA1D;
  font-size: 20px;
  height: 35px;
  line-height: 35px;
  margin: 0px 0px 20px 0px;
  padding: 0 8px;
  font-weight: bold;
  background: none;
  background-color: #E8F4DF;
}
#top .h03, #top .h03-2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #DE2A18;
  margin: 20px 0 8px 0;
  padding: 0;
}
#top .h03-2 {
  margin-bottom: 7px;
}
#top .h04 {
  border: none;
  border-top: 1px solid #57AA1D;
  border-bottom: 1px solid #57AA1D;
  color: #57AA1D;
  font-size: 20px;
  line-height: 35px;
  height: 35px;
  width: 100%;
  padding: 0 0 0 15px;
  margin: 0;
}
#top .h05 {
  height: 30px;
  line-height: 20px;
  font-size: 20px;
  color: #fff;
  background: none;
  background-color: #9FA0A0;
  padding: 6px 16px 4px 16px;
}
#top .h06 {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #000;
}
#top .h07 {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #ff0000;
  margin: 0px;
}
#top .h08 {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  background-color: #9fa0a0;
  color: #FFF;
  margin: 0px 0px 20px 0px;
  padding: 8px 0px;
  text-align: center;
}
#top .red {
  color: #DE2A18;
}

#form table textarea, #form .wid01, #form .wid02, #form .wid03, #form textarea.wid03, #form textarea.wid04, #form .wid04, #form .wid05 {
  border: 1px solid #666;
  font-size: 16px;
  line-height: 24px;
  padding: 5px 10px;
}

.form-m {
  width: 280px;
  margin: 40px auto 20px auto;
}
.form-m img {
  max-width: 100%;
  height: auto;
}

#form .content {
  padding-bottom: 92px;
}
#form .h07 {
  font-size: 20px;
  line-height: 28px;
  color: #57AA1D;
  text-align: center;
  margin: 10px 0;
  padding: 0;
}
#form table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #000;
  margin: 0;
}
#form table th, #form table td {
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #000;
  color: #4D4D4D;
}
#form table th strong, #form table td strong {
  font-size: 12px;
  line-height: 24px;
  color: #DE2A18;
  font-weight: bold;
}
#form table th {
  width: 245px;
  background-color: #F7F8F8;
  vertical-align: middle;
  text-align: left;
  padding: 15px;
}
#form table th.top {
  vertical-align: top;
}
#form table td {
  padding: 10px 15px;
}
#form table td p {
  margin: 0;
}
#form table td .memo {
  margin: 7px 0 0 0;
}
#form table td .memo strong {
  font-weight: bold;
}
#form table td strong.err {
  font-size: 16px;
  line-height: 24px;
  color: #DE2A18;
  font-weight: normal;
}
#form table.question th span {
  font-weight: bold;
  color: #57AA1D;
}
#form table .virtop {
  vertical-align: top;
}
#form table .sex label {
  width: 70px;
  display: inline-block;
}
#form table .job label {
  width: auto;
}
#form table .q1 p {
  line-height: 40px;
}
#form table .q1 label {
  width: 40px;
  line-height: 40px;
  display: inline-block;
}
#form table select {
  font-size: 14px;
  line-height: 20px;
  width: 230px;
  margin: 5px 0 15px 0;
}
#form table ::-webkit-input-placeholder {
  color: #B8B8B8;
}
#form table ::-moz-placeholder {
  color: #B8B8B8;
  opacity: 1;
}
#form table :-ms-input-placeholder {
  color: #B8B8B8;
}
#form table ::-ms-input-placeholder {
  color: #B8B8B8;
}
#form table ::placeholder {
  color: #B8B8B8;
}
#form .notice {
  margin: 0 0 15px 0;
  color: #231815;
}
#form .notice strong {
  font-weight: bold;
}
#form .example {
  margin: 0 0 0 15px;
  color: #4D4D4D;
}
#form .wid01 {
  width: 200px;
}
#form .wid02 {
  width: 80px;
}
#form .wid03, #form textarea.wid03, #form textarea.wid04 {
  width: 100%;
}
#form textarea.wid03, #form textarea.wid04 {
  height: 72px;
}
#form textarea.wid04 {
  height: 120px;
}
#form .wid04 {
  width: 565px;
  line-height: 24px;
}
#form .wid05 {
  width: 170px;
  line-height: 24px;
}
#form hr {
  border: none;
  border-bottom: 1px dashed #9FA0A0;
  margin: 30px 0 15px 0;
  height: 1px;
  width: 100%;
  display: block;
}
#form .button {
  margin: 35px auto 0 auto;
  padding: 0;
  border: none;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
  font-size: 0;
}
#form .button input, #form .button button {
  border: none;
  background: none;
  border-radius: 0;
  margin: 0 auto;
  padding: 0;
  width: 416px;
  height: 35px;
  display: inline-block;
  background-color: #DE2A18;
  font-size: 20px;
  font-weight: bold;
  line-height: 31px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  -webkit-appearance: none;
  border: 2px solid #DE2A18;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
}
#form .button input:hover, #form .button button:hover {
  background-color: #fff;
  color: #DE2A18;
  cursor: pointer;
  line-height: 31px;
}
#form .button input.back, #form .button button.back {
  margin-right: 26px;
}
#form .button input.btn-sm, #form .button button.btn-sm {
  width: 260px;
}
#form .button span.ibtn, #form .button span.ibtn_sm {
  *display: block;
  *width: 412px;
  *border: 2px solid #DE2A18;
  *height: 31px;
}
#form .button span.ibtn input, #form .button span.ibtn_sm input, #form .button span.ibtn button, #form .button span.ibtn_sm button {
  *width: 412px;
  *height: 31px;
  *border: none !important;
}
#form .button span.ibtn:hover, #form .button span.ibtn_sm:hover {
  *margin: 35px auto 0 auto;
}
#form .button span.ibtn_sm {
  *display: inline;
  *width: 256px;
}
#form .button span.ibtn_sm input, #form .button span.ibtn_sm button {
  *width: 256px;
  *height: 31px;
}
#form .p-info {
  font-size: 16px;
  line-height: 22px;
  margin: 15px 0;
}

/* チェック */
#form.check .q1 p {
  text-indent: -64px;
  padding-left: 64px;
  *padding-left: 0px;
}
#form.check .q1 p label {
  text-indent: 0px;
  width: 64px;
  display: inline-block;
  *display: inline;
}
#form.check .button input, #form.check .button button {
  display: inline-block;
  -webkit-appearance: none;
}
#form.check .button input.back, #form.check .button button.back {
  margin-right: 32px;
}

.err_txt.ml1em {
  margin-left: 1em;
}

/* お礼画面 */
#form.thanks .h08 {
  margin: 13px 0 14px 0;
  font-size: 28px;
  line-height: 24px;
  text-align: center;
}
#form.thanks .content {
  min-height: 600px;
}
#form.thanks .content p {
  margin: 14px 0 0 0;
  font-size: 16px;
  line-height: 24px;
}

/* クイズ */
.question-m {
  font-size: 20px;
  line-height: 30px;
  padding: 5px 16px;
  background-color: #6fb92c;
  margin: 20px 0px 0px 0px;
  color: #FFF;
  text-align: left;
}
.question-m strong {
  color: #ff0000;
}

.question-box h3 {
  font-size: 18px;
  line-height: 28px;
  background-color: #e8f4df;
  border-style: solid;
  border-width: 0px 0px 0px 6px;
  border-color: #6fb92c;
  padding: 6px 6px 6px 10px;
}
.question-box h3 strong {
  color: #ff0000;
}
.question-box .txt {
  overflow: hidden;
  margin-bottom: 5px;
  margin-left: 58px;
}
.question-box .txt label {
  display: inline-block;
  width: 25%;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px;
}
.question-box .txt label input {
  margin: 0px 5px 0px 0px;
}
.question-box .txt h4 {
  font-size: 18px;
  line-height: 28px;
  margin: 0px;
}
.question-box .hidden-box-wrap {
  display: none;
}
.question-box select {
  font-size: 16px;
  line-height: 20px;
  min-width: 230px;
  margin: 5px 0 15px 15px;
  padding: 5px;
}

.info-box {
  border-style: solid;
  border-width: 1px;
  border-color: #b5b5b6;
  border-radius: 6px;
  padding: 14px;
  overflow: hidden;
  margin-bottom: 20px;
  margin-left: 15px;
}
.info-box p {
  margin: 0px;
  font-size: 14px;
  line-height: 22px;
}
.info-box .img {
  width: 200px;
  float: left;
  margin-right: 30px;
}
.info-box .img img {
  max-width: 100%;
  height: auto;
  margin-bottom: 5px;
}
.info-box .img h4 {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  color: #8f7700;
}
.info-box .txt {
  overflow: hidden;
  font-size: 0;
  letter-spacing: 0;
}
.info-box .txt .info {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.info-box .txt .info h5 {
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  margin: 4px 0px 0px 0px;
}
.info-box .txt .info p {
  font-size: 12px;
  line-height: 18px;
  margin-left: 1em;
}

.gokaku {
  border-style: solid;
  border-width: 3px;
  border-color: #ff0000;
  background-color: #ff0000;
  color: #FFF;
  margin: 20px auto 20px auto;
  text-align: center;
  padding: 20px 25px 20px 25px;
}
.gokaku p {
  font-size: 21px;
  line-height: 34px;
  font-weight: bold;
  margin: 0px;
}

.button-quiz {
  width: 100%;
  margin-top: 50px;
  text-align: center;
}
.button-quiz.short {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}
.button-quiz .submit-btn {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  display: table-cell;
  width: 100%;
  height: 90px;
  vertical-align: middle;
  background: none;
  border: none;
  background-color: #DE2A18;
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  line-height: 20px;
  padding: 0px;
  font-weight: bold;
  border: 4px solid #DE2A18;
  border-radius: 10px;
  position: relative;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
}
.button-quiz .submit-btn:hover {
  color: #DE2A18;
  background-color: #fff;
}
.button-quiz .submit-btn.back {
  background-color: #666;
  border-color: #666;
}
.button-quiz .submit-btn.back:hover {
  color: #666;
  background-color: #fff;
}
.button-quiz.col2 .submit-btn {
  margin-bottom: 10px;
  width: 40%;
  margin: 0px 10px;
}

/*
	スマートフォン・タブレット
*/
@media screen and (max-width: 585px) {
  #basecontents {
    width: auto;
    min-height: 320px;
    margin: 0 10px;
    padding: 0;
  }
  #basecontents #topicpath {
    display: block;
    margin: 10px 10px 10px 0px;
  }

  #baseWrap {
    margin: 0;
    padding: 0;
    background-color: #fff;
    width: 100%;
    min-height: 300px;
  }

  /* 応募期間：〜*/
  .band {
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: center;
    font-size: 11px;
    height: 28px;
    line-height: 28px;
    background: none;
    background-color: #DE2A18;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    width: 100%;
  }

  img {
    display: block;
    max-width: 100%;
  }

  #mainArea p.main-copy {
    font-size: 16px;
    line-height: 22px;
    margin: 0px 10px 6px 10px;
  }
  #mainArea p.main-copy.center {
    text-align: left;
  }
  #mainArea p.main-copy-sub {
    font-size: 16px;
    line-height: 22px;
    margin: 0px 10px 10px 10px;
  }
  #mainArea h2 {
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
  }
  #mainArea ol {
    margin: 0px 10px 8px 30px;
  }
  #mainArea ol li {
    font-size: 16px;
    line-height: 22px;
  }

  .content {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }

  br.sp {
    display: inline !important;
  }

  br.pc {
    display: none !important;
  }

  .nonpc {
    display: inline;
  }

  #top .content {
    padding: 0px 10px 20px 10px;
  }
  #top #logoArea {
    width: 100%;
  }
  #top #logoArea .leftBox {
    float: none;
    margin: 0;
    width: auto;
  }
  #top #logoArea .rightBox {
    float: none;
    margin: 10px;
    width: auto;
  }
  #top #logoArea h2 {
    margin: 0;
  }
  #top .add_name {
    margin: 15px auto;
    text-align: center;
    color: #595757;
  }
  #top .add_name h3 {
    margin: 12px 0 18px 0;
  }
  #top .add_name img {
    margin: 0 auto;
  }
  #top .add_name p {
    margin: 0;
    text-align: left;
    font-size: 14px;
    line-height: 22px;
  }
  #top .add_name p.copy {
    margin: 22px 0 25px 0;
    text-align: left;
    color: #000;
    font-weight: normal;
  }
  #top .goods {
    margin: 0px 0px 30px 0px;
  }
  #top .goods .col {
    padding: 10px;
    width: auto;
    float: none;
    margin: 0px 0px 10px 0px;
  }
  #top .goods .col .img {
    margin: 0px 0px 10px 0px;
    width: auto;
    float: none;
  }
  #top .goods .col .title-area {
    margin: 0px 0px 7px 0px;
    padding: 0px 0px 8px 0px;
  }
  #top .goods .col .title-area h3 {
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    margin: 0px;
  }
  #top .goods .col .title-area h3 strong {
    color: #ff0000;
  }
  #top .goods .col .title-area h3 span {
    font-size: 16px;
  }
  #top .goods .col .title-area p {
    margin: 0px;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
  }
  #top .summary .leftBox {
    width: 100%;
    float: none;
    margin: 0px;
  }
  #top .summary .rightBox {
    width: 100%;
    float: none;
    margin: 0px;
  }
  #top .summary p {
    font-size: 14px;
    line-height: 22px;
    margin: 0px 0 15px 0;
  }
  #top .summary p.pt {
    padding-top: 0px;
  }
  #top .summary p.nbm {
    margin: 0;
    padding: 0;
  }
  #top .summary p.button a {
    height: 80px;
    font-size: 14px;
    line-height: 24px;
  }
  #top .summary p.button a span {
    font-size: 18px;
    padding-right: 16px;
  }
  #top .summary p.button a span::before {
    font-size: 12px;
    margin-top: -12px;
  }
  #top .summary p.dnbm {
    margin-bottom: 0;
  }
  #top .summary p.upm4 {
    margin-top: 4px;
  }
  #top .summary p.houhou {
    line-height: 26px;
  }
  #top .summary p.ouboaddr {
    margin: 0 0 0 14px;
  }
  #top .summary hr {
    border: none;
    border-top: 1px dashed #9FA0A0;
    display: block;
    margin: 17px 0 0 0;
  }
  #top .inquiry_box {
    margin: 26px 0 0 0;
  }
  #top .ul01 li {
    font-size: 14px;
    line-height: 22px;
    margin-left: 15px;
  }
  #top .h01 {
    margin: 20px 0;
    font-size: 20px;
    line-height: 24px;
    padding: 10px 0 7px 0;
    text-align: center;
    height: auto;
  }
  #top .h03, #top .h03-2 {
    font-size: 16px;
    line-height: 22px;
  }
  #top .h03-2 {
    margin-top: 17px;
    font-size: 16px;
    line-height: 22px;
  }
  #top .h05 {
    font-size: 18px;
    padding-bottom: 18px;
  }
  #top .h08 {
    font-size: 18px;
    line-height: 20px;
  }
  #top .dl01 dt {
    font-size: 14px;
    line-height: 22px;
  }
  #top .dl01 dd {
    font-size: 14px;
    line-height: 22px;
  }

  .form-m {
    width: auto;
    max-width: 375px;
    margin: 30px auto 20px auto;
    padding: 0px 10px;
  }

  #form .content {
    padding-bottom: 25px;
  }
  #form p.notice {
    font-size: 12px;
    line-height: 18px;
    margin: 10px 10px 5px 10px;
  }
  #form table {
    width: 100%;
    overflow: auto;
    float: none;
    border: none;
  }
  #form table tr, #form table th, #form table td {
    clear: both;
    float: left;
    width: 100%;
    border: none;
  }
  #form table th, #form table td {
    font-size: 14px;
  }
  #form table th strong, #form table td strong {
    color: #DE2A18;
  }
  #form table th {
    padding: 7px 10px 2px 10px;
    border: none;
    border-top: 1px solid #B5B5B6;
    border-bottom: 1px solid #B5B5B6;
    line-height: 24px;
    font-size: 14px;
    margin: 10px 0 0 0;
  }
  #form table th strong {
    font-size: 10px;
    font-weight: bold;
  }
  #form table th.ml {
    line-height: 18px;
    padding-bottom: 9px;
  }
  #form table td {
    padding: 10px;
    overflow: hidden;
    line-height: 16px;
  }
  #form table td p {
    font-size: 14px;
    margin: 2px 0 0 0;
    line-height: 16px;
  }
  #form table .job label {
    width: 60px;
    display: inline-block;
    line-height: 24px;
  }
  #form table .job label.albt {
    width: 70px;
  }
  #form table .job label.etc {
    width: auto;
  }
  #form table .q1 label {
    width: 100%;
    display: block;
    line-height: 20px;
    margin: 0 0 3px 0;
  }
  #form table .q1 p {
    margin: 0 0 5px 0;
  }
  #form .example {
    margin: 0;
    color: #4D4D4D;
  }
  #form .wid01,
  #form .wid02,
  #form .wid03,
  #form textarea.wid03,
  #form textarea.wid04,
  #form .wid04 {
    margin: auto auto 10px auto;
    line-height: 24px;
    font-size: 16px;
  }
  #form input[type="radio"] {
    min-width: 16px;
    min-height: 16px;
  }
  #form .wid01 {
    width: 200px;
    height: 30px;
  }
  #form .wid02 {
    width: 80px;
    height: 30px;
  }
  #form .wid03, #form textarea.wid03, #form textarea.wid04 {
    width: 100%;
    height: 30px;
  }
  #form textarea.wid03, #form textarea.wid04 {
    height: 72px;
  }
  #form .wid04 {
    width: 100%;
    height: 30px;
    line-height: 30px;
  }
  #form hr {
    border: none;
    border-bottom: 1px dashed #9FA0A0;
    margin: 18px 0 0 0;
  }
  #form .h07 {
    background-color: #6FB92C;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    padding: 10px;
    margin: 15px 0 5px 0;
  }
  #form .p-info {
    font-size: 14px;
    line-height: 22px;
    margin: 15px 10px;
  }
  #form .button {
    margin: 30px 0 0 0;
  }
  #form .button input, #form .button button {
    width: 280px;
    height: 35px;
    -webkit-appearance: none;
    line-height: 30px;
  }
  #form .button input.btn-sm, #form .button button.btn-sm {
    width: 130px;
    height: 62px;
  }

  /* チェック */
  #form.check table td {
    font-size: 14px;
    line-height: 22px;
  }
  #form.check table td strong.err {
    font-size: 14px;
    line-height: 22px;
  }
  #form.check .q1 p {
    text-indent: 0;
    padding-left: 0;
    font-size: 14px;
    line-height: 22px;
  }
  #form.check .q1 p label {
    text-indent: 0;
    width: 100%;
  }
  #form.check .button input, #form.check .button button {
    display: inline-block;
    vertical-align: middle;
  }
  #form.check .button input.back, #form.check .button button.back {
    margin-right: 20px;
    line-height: 24px;
  }

  /* お礼画面 */
  #form.thanks .h08 {
    margin: 13px 10px 14px 10px;
    font-size: 16px;
    line-height: 24px;
    color: #57AA1D;
    background: none;
    text-align: center;
  }
  #form.thanks .h08 img {
    margin: 0 auto;
  }
  #form.thanks .content {
    min-height: 300px;
    padding-bottom: 10px;
  }
  #form.thanks .content p {
    margin: 14px 10px 0 10px;
    font-size: 14px;
    line-height: 22px;
  }

  /* クイズ */
  .question-box-wrap {
    margin: 0px 10px;
  }

  .question-box h3 {
    font-size: 14px;
    line-height: 20px;
  }
  .question-box .txt {
    margin-left: 10px;
  }
  .question-box .txt label {
    width: 45%;
  }
  .question-box .txt h4 {
    font-size: 16px;
    line-height: 28px;
  }
  .question-box .info-box .txt {
    margin: 0px;
  }

  .info-box {
    padding: 10px;
    margin-left: 0px;
  }
  .info-box .img {
    width: auto;
    float: none;
    margin-right: 0px;
  }
  .info-box .img img {
    max-width: 100%;
    height: auto;
    margin-bottom: 5px;
  }
  .info-box .txt .info {
    display: block;
    width: auto;
  }

  .button-quiz {
    width: auto;
  }
  .button-quiz.short {
    margin-left: 20px;
    margin-right: 20px;
  }
}
/* 584px */
