/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.fontB {
  font-weight: 600;
}
.trans {
  transition-property: all;
  transition: 0.3s linear;
}
.trans:hover {
  opacity: .8;
}
.super {
  font-size: 1.2rem;
  vertical-align: super;
}
.pcbr {
  display: block;
}
.spbr {
  display: inline-block;
}
a,
a:hover {
  color: #3077ae;
}
@media screen and (max-width: 768px) {
  .super {
    font-size: 1.0rem;
  }
  .pcbr {
    display: inline;
  }
  .spbr {
    display: block !important;
  }
  .spmb20 {
    margin-bottom: 20px !important;
  }
  .spf18 {
    font-size: 1.8rem;
  }
}
html {
  font-size: 62.5%;
}
#contents .titleWrap {
  margin-bottom: 60px;
  padding: 50px 0 ;
  background: url('../images/simulation/bg_ttl.jpg') no-repeat center top;
  background-size: cover;
}
#contents .titleWrap .inner {
  max-width: 556px;
  height: 180px;
  margin: 0 auto;
  background: #e60039;
  border-radius: 15px;
}
#contents .titleWrap .image {
  margin-bottom: 10px;
  text-align: center;
}
#contents .titleWrap h1 {
  font-size: 3.4rem;
  text-align: center;
  font-weight: bold;
  color: #FFF;
  line-height: 1.6;
}
#contents .formArea {
  max-width: 798px;
  margin: 0 auto;
}
#contents .formArea .selectArea {
  display: flex;
  margin: 0 25px 50px;
}
#contents .formArea .selectArea > div:first-of-type {
  width: 55%;
}
#contents .formArea .selectArea > div:last-of-type {
  width: 45%;
}
#contents .formArea .selectArea > div dt {
  font-size: 1.8rem;
  font-weight: bold;
  color: #e60039;
  margin-bottom: 20px;
}
#contents .formArea .selectArea > div dd {
  font-size: 1.6rem;
}
#contents .formArea .selectArea .birthday dd select {
  padding: 0 10px 0 8px;
  border: solid 1px #ccc;
  border-radius: 5px;
  font-size: 1.5rem;
  margin: 0 7px;
  height: 45px;
  line-height: 45px;
}
#contents .formArea .selectArea .birthday dd select:first-of-type {
  margin-left: 0;
}
#contents .formArea .selectArea .genderType dd {
  display: flex;
}
#contents .formArea .selectArea .genderType dd .sel_radio {
  border: solid 1px #e60039;
  border-radius: 5px;
}
#contents .formArea .selectArea .genderType dd .sel_radio label {
  display: block;
  width: 125px;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
}
#contents .formArea .selectArea .genderType dd .sel_radio label:hover {
  cursor: pointer;
}
#contents .formArea .selectArea .genderType dd .sel_radio input[type="radio"] {
  display: none;
}
#contents .formArea .selectArea .genderType dd .sel_radio input[type="radio"] + label::before {
  top: 10px;
  left: 10px;
}
#contents .formArea .selectArea .genderType dd .sel_radio input[type="radio"]:checked + label {
  background: #ffecf0;
}
#contents .formArea .selectArea .genderType dd .sel_radio input[type="radio"]:checked + label::after {
  top: 10px;
  left: 10px;
}
#contents .formArea .selectArea .genderType dd .sel_radio + .sel_radio {
  margin-left: 20px;
}
#contents .formArea .message {
  padding: 30px 20px;
  margin: 0 0 60px;
  font-size: 1.8rem;
  text-align: center;
  background: #f2f2f2;
  border-radius: 15px;
}
#contents .formArea .btn_sim {
  max-width: 446px;
  height: 104px;
  margin: 0 auto 60px;
  line-height: 104px;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  color: #FFF;
  background: url('../images/simulation/arrow2.png') no-repeat #ff8515;
  background-position: right 25px top 23px;
  border-radius: 52px;
  transition: 0.3s;
}
#contents .formArea .btn_sim:hover {
  cursor: pointer;
  opacity: 0.8;
}
#contents #results {
  margin: 0 auto 0;
  padding: 50px 0 0;
  background: #eeeeee;
}
#contents #results .inner {
  max-width: 860px;
  margin: 0 auto;
  padding-bottom: 20px;
}
#contents #results table {
  width: 100%;
  margin: 0 auto 20px;
  border: solid 1px #edd3e3;
  border-right: none;
  border-bottom: none;
  text-align: center;
}
#contents #results table th,
#contents #results table td {
  width: 33.33333333%;
  padding: 25px 20px;
  border-right: solid 1px #edd3e3;
}
#contents #results table thead {
  background: #e60039;
  font-size: 2.0rem;
  font-weight: bold;
  color: #FFF;
}
#contents #results table thead th,
#contents #results table thead td {
  padding: 26px 20px;
}
#contents #results table tbody {
  background: #FFF;
  font-size: 1.8rem;
}
#contents #results table tbody th,
#contents #results table tbody td {
  padding: 26px 20px;
  border-bottom: solid 1px #edd3e3;
}
#contents #results table tbody th {
  color: #e60039;
  font-weight: bold;
}
#contents #results table tbody td {
  vertical-align: middle;
}
#contents #results table tbody td.price {
  color: #e60039;
  font-weight: bold;
}
#contents #results table tbody td.price span {
  font-size: 2.8rem;
}
#contents #results .att dl {
  display: flex;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 5px;
}
#contents #results .att dl dt {
  width: 3em;
}
#contents #results .att dl dd {
  flex: 1;
}
#contents .migrate {
  background-color: #fff;
  padding: 53px 0;
}
#contents .migrate a {
  align-items: center;
  background-color: #e60039;
  color: #fff;
  display: flex;
  flex-direction: row;
  font-weight: bold;
  font-size: 3.6rem;
  height: 208px;
  justify-content: center;
  position: relative;
  text-decoration: none;
  margin: 0 auto;
  max-width: 668px;
}
#contents .migrate a::before {
  border: 1px solid rgba(255, 255, 255, 0.5);
  content: "";
  display: block;
  height: calc(100% - 16px);
  left: 7px;
  position: absolute;
  top: 7px;
  width: calc(100% - 16px);
}
#contents .migrate a::after {
  align-items: center;
  background-color: #fabe00;
  border-radius: 100%;
  color: #fff;
  content: ">";
  display: flex;
  font-size: 3.1rem;
  font-weight: normal;
  justify-content: center;
  height: 70px;
  left: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
}
#contents .migrate a img {
  margin-right: 5%;
}
#contents .btn {
  background-color: #fff;
}
#contents .btn a {
  display: block;
  max-width: 368px;
  height: 60px;
  margin: 0 auto 50px;
  border: solid 2px #CCC;
  border-radius: 30px;
  background: url('../images/simulation/arrow.png') no-repeat 15px 15px;
  line-height: 60px;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #000;
  letter-spacing: 0.1em;
  transition: 0.3s;
}
#contents .btn.hv a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  #contents .titleWrap {
    margin-bottom: 40px;
    padding: 20px;
    background-color: #DDEEFF;
  }
  #contents .titleWrap .inner {
    height: initial;
    padding: 10px 10px 20px;
  }
  #contents .titleWrap h1 {
    font-size: 2.4rem;
  }
  #contents .formArea .selectArea {
    display: block;
    margin: 0 20px 40px;
  }
  #contents .formArea .selectArea > div:first-of-type {
    width: 100%;
    margin-bottom: 40px;
    letter-spacing: -2px;
  }
  #contents .formArea .selectArea > div:last-of-type {
    width: 100%;
  }
  #contents .formArea .selectArea > div dt {
    margin-bottom: 10px;
  }
  #contents .formArea .selectArea .genderType dd .sel_radio input[type="radio"] + label::before {
    top: 13px;
  }
  #contents .formArea .selectArea .genderType dd .sel_radio input[type="radio"]:checked + label::after {
    top: 13px;
  }
  #contents .formArea .message {
    padding: 20px;
    margin: 0 20px 40px;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  #contents .formArea .btn_sim {
    max-width: 446px;
    height: 70px;
    margin: 0 20px 40px;
    line-height: 70px;
    font-size: 2.0rem;
    color: #FFF;
    background: url('../images/simulation/arrow2.png') no-repeat #ff8515;
    background-position: right 7px top 7px;
    border-radius: 35px;
  }
  #contents #results {
    margin: 0;
  }
  #contents #results .inner {
    margin: 0 10px;
    padding-bottom: 20px;
  }
  #contents #results table {
    width: 100%;
    margin: 0 auto 20px;
    border: solid 1px #edd3e3;
    border-right: none;
    border-bottom: none;
    text-align: center;
  }
  #contents #results table th,
  #contents #results table td {
    padding: 20px 10px;
  }
  #contents #results table th {
    width: 22%;
  }
  #contents #results table td {
    width: 39%;
  }
  #contents #results table thead {
    font-size: 1.6rem;
  }
  #contents #results table thead th,
  #contents #results table thead td {
    padding: 20px;
  }
  #contents #results table tbody {
    font-size: 1.4rem;
  }
  #contents #results table tbody th,
  #contents #results table tbody td {
    padding: 20px 10px;
  }
  #contents #results table tbody th span {
    display: block;
  }
  #contents #results table tbody td.price span {
    font-size: 2.0rem;
  }
  #contents #results .att dl {
    display: flex;
    font-size: 1.2rem;
    line-height: 1.4;
    margin-bottom: 5px;
  }
  #contents #results .att dl dt {
    width: 3em;
  }
  #contents #results .att dl dd {
    flex: 1;
  }
  #contents .migrate {
    padding: 26px 0;
  }
  #contents .migrate a {
    font-size: 2rem;
    height: auto;
    padding: 6.58682635%;
    width: 89.06666667%;
  }
  #contents .migrate a::before {
    height: 90.38461538%;
    left: calc(10/668*100% - 1px);
    top: calc(10/208*100% - 1px);
    width: 97.00598802%;
  }
  #contents .migrate a::after {
    font-size: 4.13333333vw;
    height: 9.33333333vw;
    width: 9.33333333vw;
  }
  #contents .migrate a img {
    margin-right: 0;
    width: 26.94610778%;
  }
  #contents .migrate a span {
    font-size: 5.33333333vw;
    padding-left: 1em;
  }
  #contents .btn {
    padding-bottom: 50px;
  }
  #contents .btn a {
    margin: 0 auto;
  }
}
