body {
  min-width: 100%;
}
@media (min-width: 940px) {
  body {
    min-width: 960px;
  }
}

header {
  height: 79px;
}
header > .container {
  height: 73px;
  width: 100%;
}
header > .container .hd-logo {
  display: block;
  width: 103px;
  height: 44px;
  background-size: 102px 44px;
  position: absolute;
  top: 15px;
  left: 15px;
}
@media (min-width: 940px) {
  header {
    height: 119px;
  }
  header > .container {
    height: 113px;
    width: 940px;
  }
  header > .container .hd-logo {
    display: block;
    width: 128px;
    height: 55px;
    background-size: 128px 55px;
    position: absolute;
    top: 33px;
    left: 31px;
  }
}

.clause {
  padding: 0 15px;
}

.container {
  width: 100%;
}
@media (min-width: 940px) {
  .container {
    width: 940px;
  }
}

.expand {
  width: 100%;
}
@media (min-width: 940px) {
  .expand {
    width: 940px;
  }
}

.title {
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  background-color: #B4A787;
  color: #FFF;
  border: 1px solid #DAD7CF;
}
@media (min-width: 940px) {
  .title {
    font-size: 24px;
  }
}

.table {
  background-color: #ECE9E1;
}
.table .table-box {
  width: calc(100% - 30px);
  padding: 30px 15px;
  margin: 0 auto;
}
.table .table-box .method {
  margin-bottom: 30px;
}
.table .table-box .method img {
  display: block;
  width: 100%;
  height: auto;
}
.table .table-box .period img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 940px) {
  .table .table-box {
    width: 940px;
    padding: 30px 0;
    margin: 0 auto;
  }
  .table .table-box .method {
    float: left;
  }
  .table .table-box .period {
    float: right;
  }
}

.entry_btn {
  width: calc(100% - 30px);
  text-align: center;
  padding: 15px;
}
.entry_btn img {
  width: 100%;
  height: auto;
}
@media (min-width: 940px) {
  .entry_btn {
    padding: 60px 0;
  }
  .entry_btn img {
    width: auto;
    height: auto;
  }
}

.applyflow {
  padding: 15px 0;
}
.applyflow .title-lv2 {
  font-size: 1.5rem;
}
@media (min-width: 940px) {
  .applyflow {
    padding: 30px 0;
  }
  .applyflow .title-lv2 {
    font-size: 2.2rem;
  }
}

.applyflow-box {
  padding: 0 15px 30px;
}
@media (min-width: 940px) {
  .applyflow-box {
    padding: 0 0 30px;
  }
}
.applyflow-box ol {
  list-style-type: none;
}
.applyflow-box ol > li {
  width: 100%;
  border-radius: 6px;
  position: relative;
}
.applyflow-box ol > li .text-box {
  padding: 44px 30px 15px;
}
.applyflow-box ol > li .text h4 {
  margin-bottom: 0.5em;
}
.applyflow-box ol > li .text ul > li {
  margin-bottom: 0.3em;
}
@media (min-width: 940px) {
  .applyflow-box ol > li {
    min-height: 100px;
  }
  .applyflow-box ol > li .text-box {
    padding: 0;
    display: table;
    margin-left: 138px;
    width: 802px;
    min-height: 100px;
  }
  .applyflow-box ol > li .text {
    display: table-cell;
    vertical-align: middle;
    width: 634px;
  }
}
.applyflow-box ol > li.publish-flow01 {
  background: url("../img/publish-flow01.png") 0 0 no-repeat #eeebe2;
  background-size: auto 34px;
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 940px) {
  .applyflow-box ol > li.publish-flow01 {
    background-size: auto auto;
  }
}
.applyflow-box ol > li.publish-flow02 {
  background: url("../img/publish-flow02.png") 0 0 no-repeat #eeebe2;
  background-size: auto 34px;
  margin-bottom: 30px;
}
@media (min-width: 940px) {
  .applyflow-box ol > li.publish-flow02 {
    background-size: auto auto;
  }
}
.applyflow-box ol > li.publish-flow03 {
  background: url("../img/publish-flow03.png") 0 0 no-repeat #eeebe2;
  background-size: auto 34px;
  margin-bottom: 30px;
}
@media (min-width: 940px) {
  .applyflow-box ol > li.publish-flow03 {
    background-size: auto auto;
  }
}
.applyflow-box ol > li.publish-flow04 {
  background: url("../img/publish-flow04.png") 0 0 no-repeat #eeebe2;
  background-size: auto 34px;
  margin-bottom: 15px;
}
@media (min-width: 940px) {
  .applyflow-box ol > li.publish-flow04 {
    background-size: auto auto;
  }
}

.arr::after, .applyflow-box ol > li.publish-flow01::after, .applyflow-box ol > li.publish-flow02::after, .applyflow-box ol > li.publish-flow03::after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-top: 10px solid #AF7E00;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -10px;
}

.receive-box {
  width: calc(100% - 30px);
  padding: 15px;
}
.receive-box img {
  width: 100%;
  height: auto;
}
@media (min-width: 940px) {
  .receive-box {
    width: 800px;
    padding: 30px 0;
    margin: 0 auto;
  }
  .receive-box img {
    width: auto;
    height: auto;
  }
}

.notes {
  padding: 15px;
}
.notes .note li {
  line-height: 140%;
}
.notes .note + .note {
  margin-top: 1.5em;
}
@media (min-width: 940px) {
  .notes {
    padding: 30px 0;
  }
}

.tm::after {
  content: "\2122";
  position: relative;
  top: 5px;
}

.attention {
  border: 1px solid #CCC;
  padding: 10px;
}
.attention p {
  margin-bottom: 0;
}
.attention p em {
  color: #F00;
}

footer {
  border-top: 0px solid !important;
  margin-bottom: 0;
  background-color: #ECE9E1;
  padding: 15px;
}
@media (min-width: 940px) {
  footer {
    padding: 30px 0;
  }
}
footer .footer {
  width: 100%;
}
@media (min-width: 940px) {
  footer .footer {
    width: 680px;
    margin: 0 auto;
  }
}
footer address {
  width: 100%;
  font-style: normal;
  font-size: 11px !important;
  line-height: 160%;
  margin-bottom: 10px;
}
@media (min-width: 940px) {
  footer address {
    width: 295px;
    float: left;
    margin-bottom: 0;
  }
}
footer .kashikin {
  width: 100%;
}
footer .kashikin img {
  width: 100%;
  height: auto;
}
@media (min-width: 940px) {
  footer .kashikin {
    width: 375px;
    float: right;
  }
}

.clearfix {
  min-height: 1px;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1px;
}


