@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-style: normal;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ul, ol {
  list-style-type: none;
}

select {
  margin-right: 0;
  margin-left: 0;
}

input, textarea, button {
  font-size: 100%;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-width: 0;
  border-collapse: separate;
  border-spacing: 0;
}

fieldset {
  border-width: 0;
}

legend {
  display: none;
}

label {
  cursor: pointer;
}

hr {
  display: none;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: baseline;
}

s {
  text-decoration: line-through;
}

abbr {
  border-width: 0;
}

small {
  font-size: 100%;
}

img {
  vertical-align: middle;
}
img[usemap] {
  border-width: 0;
}
a img {
  border-width: 0;
  text-decoration: none;
}

* {
  word-wrap: break-word;
}

body {
  color: #111;
  background-color: #fff;
  font-size: 13px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
}

input, textarea, button {
  margin: 0;
  font-size: 13px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

strong {
  color: #bd3855;
  font-weight: bold;
}

.main-visual:after, .entry-form__flow:after, .choice-list:after,
.choice-list-2:after {
  content: ".";
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

header {
  text-align: center;
  background-image: url("../../common/images/header_bg.png");
  background-position: 0 0;
  background-repeat: repeat-x;
}
@media screen and (max-width: 600px) {
  header img {
    max-width: 100%;
  }
}

footer {
  text-align: center;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}

.page-header {
  background-color: #f4dedc;
  padding: 15px 0 20px;
}
.page-header__content {
  margin: 0 auto;
  width: 980px;
  background-color: #fef6ea;
}
@media screen and (min-width: 601px) and (max-width: 1000px) {
  .page-header__content {
    width: auto;
  }
}
@media screen and (max-width: 600px) {
  .page-header__content {
    width: auto;
    overflow: hidden;
  }
}

.main-visual {
  position: relative;
}
.main-visual__img {
  float: left;
  width: 295px;
}
.main-visual__txt {
  float: left;
  padding-top: 60px;
  padding-left: 25px;
  width: 522px;
}
.main-visual__txt .page-ttl {
  margin-bottom: 15px;
}
.main-visual .eye-catch {
  position: absolute;
  top: 60px;
  right: 15px;
}
@media screen and (min-width: 601px) and (max-width: 1000px) {
  .main-visual__img {
    width: 30.10204%;
  }
  .main-visual__img img {
    width: 100%;
  }
  .main-visual__txt {
    padding: 4% 0 0 4%;
    width: 52%;
  }
  .main-visual__txt img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .main-visual .eye-catch {
    text-align: right;
    position: static;
    padding-right: 4%;
  }
  .main-visual .eye-catch img {
    width: 15%;
    margin-top: -50px;
  }
}
@media screen and (max-width: 600px) {
  .main-visual__img {
    width: auto;
    float: none;
    text-align: center;
  }
  .main-visual__img img {
    max-height: 270px;
  }
  .main-visual__txt {
    float: none;
    padding: 20px 0 5px 10px;
    width: 100%;
    text-align: center;
  }
  .main-visual__txt img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .main-visual .eye-catch {
    text-align: right;
    position: static;
    padding-right: 10px;
  }
  .main-visual .eye-catch img {
    position: absolute;
    top: 170px;
    right: 20px;
    width: 23.33333%;
  }
}

.entry-attention {
  padding: 18px 10px;
}
.entry-attention__ttl {
  font-weight: bold;
  font-size: 15px;
  color: #bd3855;
  margin-bottom: 5px;
}
.entry-attention__list li {
  margin-bottom: 5px;
  padding-left: 10px;
  background-image: url("../../common/images/entry-attention-list__img.png");
  background-position: left 0.55em;
  background-repeat: no-repeat;
}

.entry-form {
  margin: 30px auto 0;
  width: 1000px;
}
.entry-form__ttl {
  margin-bottom: 30px;
  padding-left: 0px;
}
.entry-form__ttl img {
  width: auto;
}
.entry-form__flow {
  margin-bottom: 20px;
  padding: 7px;
  background-color: #f2e9db;
}
.entry-form__flow li {
  text-align: center;
  float: left;
  font-size: 17px;
  color: #fff;
  width: 31%;
}
.entry-form__flow li + li {
  background-image: url("../../common/images/flow_arrow.png");
  background-repeat: no-repeat;
  background-position: 3.5% center;
  padding-left: 3.5%;
}
.entry-form__flow .current {
  background-color: #c0964c;
}
.entry-form__flow-order {
  display: block;
  background-color: #dec8a2;
  padding: 0.3em 0;
}
@media screen and (min-width: 601px) and (max-width: 1000px) {
  .entry-form {
    width: auto;
  }
}
@media screen and (max-width: 600px) {
  .entry-form {
    width: auto;
  }
  .entry-form__ttl {
    margin-bottom: 1.5em;
    padding-left: 10px;
  }
  .entry-form__ttl img {
    width: 100%;
  }
  .entry-form__flow li {
    width: 100%;
  }
  .entry-form__flow li + li {
    padding: 20px 0 0 0;
    background-image: url("../../common/images/flow_arrow_s.png");
    background-position: center 15%;
  }
}

.required-caption {
  margin: 0 0 10px 3%;
}

.required-mark {
  font-size: 0.7em;
  vertical-align: top;
}

.form-table {
  width: 940px;
  margin: 0 auto 30px;
  border-bottom: 1px solid #c0964c;
}
.form-table tr:first-child th,
.form-table tr:first-child td {
  border-top: none;
}
.form-table th {
  text-align: left;
  width: 30%;
  border-top: 1px #888 dotted;
  color: #014131;
  font-weight: bold;
  vertical-align: middle;
  padding: 10px 0;
}
.form-table th .multiple-caption {
  display: block;
}
.form-table td {
  width: 40%;
  padding: 18px 0;
  border-top: 1px #888 dotted;
}
.hh th {
  padding: 18px 0;
}
.hh td {
  width: 80%;
  padding: 18px 30px;
  border-top: 1px #888 dotted;
}
.form-table td .instruction-message {
  display: inline-block;
  margin-bottom: 5px;
}
@media screen and (min-width: 601px) and (max-width: 1000px) {
  .form-table {
    width: 93.75%;
  }
}
@media screen and (max-width: 600px) {
  .form-table {
    width: 93.75%;
  }
  .form-table tr:first-child th {
    padding-top: 0;
  }
  .form-table th {
    width: auto;
    display: block;
    border-top: 1px #888 dotted;
    padding: 15px 0 0 0;
  }
  .form-table th .multiple-caption {
    display: inline;
  }
  .form-table td {
    width: auto;
    display: block;
    border: none;
    padding: 10px 0 15px 0;
  }
}

.choice-list li {
  margin-bottom: 10px;
}

.choice-list li,
.choice-list-2 li {
  margin-right: 30px;
  float: left;
}
.choice-list li input,
.choice-list-2 li input {
  margin-right: 10px;
}

.form-text-box {
  margin-right: 10px;
}
.form-text-box + .form-text-box {
  margin-left: 10px;
}

.form-text-box-size-s {
  width: 15%;
}

.form-text-box-size-m {
  width: 30%;
}

.form-text-box-size-l,
.form-select-box-size-l {
  width: 50%;
}

.form-text-box-size-2l {
  width: 75%;
}

@media screen and (max-width: 600px) {
  .form-select-box-size-l {
    width: 80%;
  }
}

.privacy-policy {
  width: 860px;
  padding: 20px;
  border: 1px solid #ccc;
  margin: 0 auto 40px;
}
.privacy-policy__ttl {
  font-weight: bold;
  font-size: 15px;
  color: #014131;
  border-bottom: 1px #888 dotted;
  padding-bottom: 10px;
  margin-bottom: 13px;
}
.privacy-policy__intro {
  margin-bottom: 15px;
}
.privacy-policy section {
  margin-bottom: 15px;
}
.privacy-policy section .list-heading {
  margin-bottom: 5px;
  color: #014131;
}
@media screen and (min-width: 601px) and (max-width: 1000px) {
  .privacy-policy {
    width: 89.58333%;
    padding: 2.08333%;
  }
}
@media screen and (max-width: 600px) {
  .privacy-policy {
    width: 89.58333%;
    padding: 2.08333%;
  }
}

.privacy-policy-ordered-list,
.privacy-policy-ordered-list-2 {
  display: table;
}
.privacy-policy-ordered-list > li,
.privacy-policy-ordered-list-2 > li {
  display: table-row;
}
.privacy-policy-ordered-list__number,
.privacy-policy-ordered-list-2__number {
  display: table-cell;
  padding-right: 5px;
}

.privacy-policy-ordered-list__number {
  padding-top: 6px;
  padding-left: 1.5em;
}
.privacy-policy-ordered-list li:first-child .privacy-policy-ordered-list__number {
  padding-top: 0;
}

.privacy-policy-ordered-list-2 {
  padding: 10px 0 5px;
}
.privacy-policy-ordered-list-2__number {
  padding-top: 6px;
  padding-left: 0;
}
.privacy-policy-ordered-list-2 li:first-child .privacy-policy-ordered-list-2__number {
  padding-top: 0;
}

.privacy-policy-list > li {
  padding-left: 1.5em;
}

.btn-box {
  margin-bottom: 40px;
}
.btn-box__list {
  text-align: center;
}
.btn-box__item {
  display: inline-block;
  width: 40%;
  margin-left: 30px;
}
.btn-box__item:first-child {
  margin-left: 0;
}
@media screen and (min-width: 601px) and (max-width: 1000px) {
  .btn-box__item {
    width: 55%;
    margin-top: 15px;
    margin-left: 0;
  }
  .btn-box__item:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .btn-box__item {
    width: 95%;
    margin-top: 15px;
    margin-left: 0;
  }
  .btn-box__item:first-child {
    margin-top: 0;
  }
}

.form-btn-decide {
  padding: 15px 0;
  border: none;
  border-radius: 4px;
  width: 100%;
  background-color: #bd3855;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}
.form-btn-decide__inner {
  padding-left: 18px;
  background-image: url("../../common/images/btn_arrow.png");
  background-position: left center;
  background-repeat: no-repeat;
}

.form-btn-edit {
  padding: 15px 0;
  border: 1px solid #bd3855;
  border-radius: 4px;
  width: 100%;
  background-color: #fff;
  color: #bd3855;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}
.form-btn-edit__inner {
  padding-left: 18px;
  background-image: url("../../common/images/flow_arrow.png");
  background-position: left center;
  background-repeat: no-repeat;
}

.rollover {
  transition: opacity 0.2s ease-in-out;
}
.rollover:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.entry-error {
  border: 1px solid #e6cdd1;
  margin: 0 auto 15px;
  padding: 15px;
  background-color: #f6eeef;
}
.entry-error__list li {
  padding-left: 10px;
  background-image: url("../../common/images/entry-attention-list__img.png");
  background-position: left 0.55em;
  background-repeat: no-repeat;
}
@media screen and (min-width: 601px) and (max-width: 1000px) {
  .entry-error {
    width: 89.58333%;
  }
}
@media screen and (max-width: 600px) {
  .entry-error {
    width: 89.58333%;
    padding: 2.08333%;
  }
}

.body-txt {
  margin-bottom: 40px;
}
