@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,
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%;
  vertical-align: baseline;
  box-sizing: border-box;
}

html {
  line-height: 1;
}

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

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clear {
  clear: both;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

*,
:after,
:before {
  box-sizing: border-box;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  color: #222;
  font-size: 17px;
  line-height: 1.8;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

a {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .hidden-sp {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .hidden-pc {
    display: none !important;
  }
}
/*------------------------------------------
  #cmn
------------------------------------------*/
/*------------------------------------------
  header
------------------------------------------*/
/*PC*/
header .logo {
  max-width: 1240px;
  margin: 0 auto;
  padding: 16px 20px 19px 20px;
}
header .logo a img {
  max-width: 172px;
}
header .logo a:hover {
  opacity: 0.7;
}
header .pan {
  padding: 20px;
  background: #d1d1d1;
}
header .pan ul {
  max-width: 1220px;
  margin: 0 auto;
}
header .pan ul li a {
  font-size: 20px;
  color: #000;
}
header .pan ul li a:hover {
  text-decoration: underline;
}

/*SP*/
@media screen and (max-width: 768px) {
  header .logo a img {
    max-width: 100px;
  }
  header .pan {
    padding: 15px 20px;
  }
  header .pan ul li a {
    font-size: 16px;
  }
}
/*------------------------------------------
  #スタイル
------------------------------------------*/
article {
  background: #e0eeef;
}

/*------------------------------------------
  #タイトル
------------------------------------------*/
.conHeader {
  padding: 80px 0 60px 0;
  margin: 0 0 60px 0;
  background: #fff;
}
.conHeader .conTtl {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.conHeader .conTtl h1 {
  margin: 0 0 15px 0;
  font-size: 44px;
  font-weight: normal;
  letter-spacing: 0.2em;
  color: #2aad98;
}
.conHeader .conTtl .date {
  display: block;
  font-size: 18px;
  color: #000;
  letter-spacing: 0em;
}

@media screen and (max-width: 767px) {
  .conHeader {
    padding: 60px 0 40px 0;
    margin: 0 0 40px 0;
  }
  .conHeader .conTtl {
    max-width: 1200px;
  }
  .conHeader .conTtl h1 {
    font-size: 30px;
  }
  .conHeader .conTtl .date {
    font-size: 16px;
  }
}
/*------------------------------------------
  #コンテンツ
------------------------------------------*/
.whiteBox {
  max-width: 1220px;
  margin: 0 auto 60px auto;
  padding: 60px 20px;
  background: #fff;
  border-radius: 10px;
}
.whiteBox .innerBox {
  max-width: 1050px;
  margin: 0 auto;
}
.whiteBox input[type=number].error {
  background: #ffe1e1 !important;
}

.exBoxTop {
  padding: 40px 20px 60px 20px;
  margin: 0 0 75px 0;
  background: #fbfaf6;
}
.exBoxTop h2 {
  margin: 0 0 30px 0;
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 0.05em;
}
.exBoxTop h2 span {
  padding: 10px 0;
  display: inline-block;
  position: relative;
}
.exBoxTop h2 span:before, .exBoxTop h2 span:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: #000;
  position: absolute;
  left: 0;
}
.exBoxTop h2 span:before {
  top: 0;
}
.exBoxTop h2 span:after {
  bottom: 0;
}
.exBoxTop h3 {
  margin: 0 0 25px 0;
  font-size: 18px;
  color: #158e73;
  text-align: center;
}
.exBoxTop p {
  text-align: center;
}
.exBoxTop p a {
  color: #000;
  text-decoration: underline;
}
.exBoxTop p a:hover {
  text-decoration: none;
}

.boxLRMain {
  margin: 0 0 100px 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.boxLRMain:after {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  background: #ddd;
  position: absolute;
  right: 50%;
  top: 0;
  transform: translate(50%, 0);
}
.boxLRMain > div {
  flex: 1;
  width: 100%;
  max-width: 460px;
}
.boxLRMain > div:first-child {
  margin-right: 40px;
}
.boxLRMain h2 {
  padding: 30px 0 20px 0;
  margin: 0 0 35px 0;
  font-size: 28px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
}
.boxLRMain h2:before, .boxLRMain h2:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
}
.boxLRMain h2:before {
  top: 0;
}
.boxLRMain h2:after {
  bottom: 0;
}
.boxLRMain h2 span {
  display: inline-block;
  padding: 0 40px;
  background: #fff;
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 50%;
  transform: translate(50%, -50%);
}
.boxLRMain h2.green {
  color: #158e73;
}
.boxLRMain h2.green:before, .boxLRMain h2.green:after {
  background: #158e73;
}
.boxLRMain h2.blue {
  color: #367f9f;
}
.boxLRMain h2.blue:before, .boxLRMain h2.blue:after {
  background: #367f9f;
}
.boxLRMain h3 {
  padding: 12px 0;
  margin: 0 0 40px 0;
  font-size: 26px;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-align: center;
}
.boxLRMain h3.green {
  color: #158e73;
  background: #ecf9f7;
}
.boxLRMain h3.blue {
  color: #367f9f;
  background: #eaf2f5;
}
.boxLRMain .exC,
.boxLRMain .exL {
  font-size: 18px;
}
.boxLRMain .exC {
  margin: 0 0 25px 0;
  text-align: center;
}
.boxLRMain .exL {
  margin: 0 0 45px 0;
}
.boxLRMain .borderB {
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.boxLRMain .btn2 {
  display: flex;
}
.boxLRMain .btn2 input[type=radio] {
  display: none;
}
.boxLRMain .btn2 label {
  cursor: pointer;
  flex: 1;
  width: 100%;
  max-width: 220px;
  min-height: 80px;
  border: 2px solid #000;
  border-radius: 80px;
  font-size: 24px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.boxLRMain .btn2 label:not(:last-child) {
  margin-right: 20px;
}
.boxLRMain .btn2.green label {
  color: #158e73;
  border-color: #158e73;
}
.boxLRMain .btn2.green input[type=radio]:checked + label {
  background: #158e73;
  color: #fff;
}
.boxLRMain .btn2.blue label {
  color: #367f9f;
  border-color: #367f9f;
}
.boxLRMain .btn2.blue input[type=radio]:checked + label {
  background: #367f9f;
  color: #fff;
}
.boxLRMain .saikonBox {
  margin: 80px 0 0 0;
  padding: 0 0 60px 0;
}
.boxLRMain .income {
  display: flex;
}
.boxLRMain .income p:first-child {
  margin-right: 40px;
  font-size: 24px;
  line-height: 1.2;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  .boxLRMain .income p:first-child {
    margin-right: 20px;
    font-size: 20px;
  }
}
.boxLRMain .income input[type=number] {
  flex: 1;
  width: 100%;
  max-width: 160px;
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: textfield !important;
  border: 2px solid #000;
  border-radius: 0;
  outline: none;
  background: transparent;
  padding: 10px;
  font-size: 24px;
  text-align: center;
}
.boxLRMain .income input[type=number]::-webkit-outer-spin-button, .boxLRMain .income input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
.boxLRMain .income p:last-child {
  margin-left: 10px;
  font-size: 26px;
  line-height: 1.2;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  white-space: nowrap;
}
.boxLRMain .childForm .child {
  display: flex;
}
.boxLRMain .childForm .child:not(:last-child) {
  margin: 0 0 30px 0;
}
.boxLRMain .childForm .child p:first-child {
  margin-right: 40px;
  font-size: 24px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  .boxLRMain .childForm .child p:first-child {
    margin-right: 20px;
    font-size: 20px;
  }
}
.boxLRMain .childForm .child > div {
  flex: 1;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.boxLRMain .childForm .child > div input[type=number] {
  width: 100%;
  max-width: 160px;
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: textfield;
  border: 2px solid #000;
  border-radius: 0;
  outline: none;
  background: transparent;
  padding: 10px;
  font-size: 24px;
  text-align: center;
}
.boxLRMain .childForm .child > div input[type=number]::-webkit-outer-spin-button, .boxLRMain .childForm .child > div input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.boxLRMain .childForm .child p:last-child {
  margin-left: 20px;
  font-size: 26px;
  line-height: 1.2;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  white-space: nowrap;
}
.boxLRMain .exList li {
  padding: 0 0 0 1.5rem;
  position: relative;
}
.boxLRMain .exList li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.boxLRMain .exList li:not(:last-child) {
  margin-bottom: 0.8rem;
}
.boxLRMain .alertarea:empty {
  display: none;
}
.boxLRMain .alertarea:not(:empty) {
  padding: 0 0 35px 0;
  min-width: 100%;
  display: block;
  color: #f00;
}
.boxLRMain .btn2 + .alertarea:not(:empty) {
  padding-top: 25px;
}
.boxLRMain .childForm + .exList + .alertarea:not(:empty) {
  padding: 45px 0 0 0;
}

@media screen and (max-width: 767px) {
  .exBoxTop h2 {
    margin: 0 0 30px 0;
    font-size: 24px;
  }
  .exBoxTop h3 {
    font-size: 18px;
  }
  .exBoxTop p {
    max-width: 500px;
    margin: 0 auto;
    text-align: left;
  }
  .boxLRMain {
    margin: 0 0 60px 0;
    display: block;
  }
  .boxLRMain:after {
    content: none;
  }
  .boxLRMain > div {
    width: 100%;
    max-width: inherit;
  }
  .boxLRMain > div:first-child {
    margin-right: 0;
    margin-bottom: 80px;
  }
  .boxLRMain h2 {
    padding: 30px 0 20px 0;
  }
  .boxLRMain h3 {
    font-size: 22px;
  }
  .boxLRMain .exC,
.boxLRMain .exL {
    max-width: 500px;
    font-size: 16px;
    text-align: center;
  }
  .boxLRMain .exC {
    margin: 0 auto 25px auto;
    text-align: center;
  }
  .boxLRMain .exL {
    margin: 0 auto 45px auto;
    text-align: left;
  }
  .boxLRMain .borderB {
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
  }
  .boxLRMain .btn2 {
    display: flex;
    max-width: 500px;
    margin: 0 auto;
  }
  .boxLRMain .btn2 label {
    width: 100%;
    max-width: inherit;
    flex: 1;
    min-height: 60px;
    font-size: 18px;
  }
  .boxLRMain .btn2 label:not(:last-child) {
    margin-right: 10px;
  }
  .boxLRMain .saikonBox {
    margin: 80px 0 0 0;
  }
  .boxLRMain .income {
    display: flex;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  .boxLRMain .income p:first-child {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .boxLRMain .income input[type=number] {
    max-width: inherit;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  .boxLRMain .income p:last-child {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .boxLRMain .childForm {
    max-width: 500px;
    margin: 0 auto;
  }
  .boxLRMain .childForm .child {
    display: flex;
  }
  .boxLRMain .childForm .child:not(:last-child) {
    margin: 0 0 30px 0;
  }
  .boxLRMain .childForm .child p:first-child {
    min-width: 100px;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  .boxLRMain .childForm .child p:first-child {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .boxLRMain .childForm .child > div input[type=number] {
    max-width: inherit;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  .boxLRMain .childForm .child p:last-child {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .boxLRMain .exList {
    max-width: 500px;
    margin: 0 auto;
  }
  .boxLRMain .exList.spSpace_01 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .boxLRMain .alertarea:empty {
    display: none;
  }
  .boxLRMain .alertarea:not(:empty) {
    max-width: 500px;
    margin: 0 auto;
    min-width: inherit;
    display: block;
    color: #f00;
  }
}
@media screen and (max-width: 767px) {
  .boxLRMain .btn2 + .alertarea:not(:empty) {
    padding-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .boxLRMain .childForm + .exList + .alertarea:not(:empty) {
    padding: 45px 0 0 0;
  }
}
.attentionBox .colorBox {
  padding: 60px 20px 40px 20px;
  margin: 0 auto 80px auto;
  background: #fbfaf6;
}
.attentionBox .colorBox h3 {
  margin: 0 0 50px 0;
  font-size: 26px;
  font-weight: normal;
  text-align: center;
}
.attentionBox .colorBox h3 span {
  display: inline-block;
  position: relative;
}
.attentionBox .colorBox h3 span:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: #000;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.attentionBox .colorBox .scroll_view {
  max-width: 860px;
  height: 345px;
  margin: 0 auto;
  overflow-y: scroll;
}
.attentionBox .colorBox .scroll_view p {
  font-size: 18px;
  line-height: 1.8;
}
.attentionBox .colorBox .scroll_view p:not(:last-child) {
  margin-bottom: 1rem;
}
.attentionBox .exTxt {
  margin: 0 0 50px 0;
  font-size: 22px;
  color: #FB351A;
  text-align: center;
}
.attentionBox .main_button {
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  width: 100%;
  max-width: 920px;
  height: 150px;
  margin: 0 auto;
  background: #ededed;
  border-radius: 150px;
  font-size: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.attentionBox .main_button.possible {
  pointer-events: all;
  background: #f39800;
  cursor: pointer;
  transition: 0.3s;
}
.attentionBox .main_button.possible:hover {
  background: #ff963c;
}

@media screen and (max-width: 767px) {
  .attentionBox .colorBox {
    padding: 40px 20px 40px 20px;
    margin: 0 auto 40px auto;
  }
  .attentionBox .colorBox h3 {
    margin: 0 0 40px 0;
    font-size: 22px;
  }
  .attentionBox .colorBox .scroll_view {
    height: 300px;
  }
  .attentionBox .exTxt {
    max-width: 500px;
    margin: 0 auto 50px auto;
    font-size: 18px;
    text-align: left;
  }
  .attentionBox .main_button {
    max-width: 500px;
    height: 80px;
    font-size: 22px;
  }
}
.resultBox {
  max-width: 1050px;
  margin: 80px auto 0 auto;
  padding: 95px 20px 75px 20px;
  border: 10px solid #f39800;
}
.resultBox h3 {
  margin: 0 0 50px 0;
  font-size: 26px;
  font-weight: normal;
  text-align: center;
}
.resultBox h3 span {
  display: inline-block;
  position: relative;
}
.resultBox h3 span:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: #000;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.resultBox .result {
  max-width: 860px;
  margin: 0 auto;
}
.resultBox .result .topTxt {
  text-align: center;
}
.resultBox .result .topTxt .txt_01 {
  font-size: 28px;
}
.resultBox .result .topTxt .txt_01:first-child {
  margin-right: 10px;
}
.resultBox .result .topTxt .txt_01:last-child {
  margin-left: 10px;
}
.resultBox .result .topTxt .txt_02 {
  font-size: 44px;
  color: #f39800;
}
.resultBox .result .topTxt strong {
  font-size: 84px;
  font-weight: normal;
  color: #f39800;
}
.resultBox .result .bottomTxt {
  max-width: 860px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .resultBox {
    max-width: 1050px;
    margin: 80px auto 0 auto;
    padding: 40px 20px 40px 20px;
    border: 10px solid #f39800;
  }
  .resultBox h3 {
    margin: 0 0 40px 0;
    font-size: 22px;
  }
  .resultBox .result .topTxt .txt_01 {
    font-size: 20px;
  }
  .resultBox .result .topTxt .txt_01:first-child {
    margin-right: 5px;
  }
  .resultBox .result .topTxt .txt_01:last-child {
    margin-left: 5px;
  }
  .resultBox .result .topTxt .txt_02 {
    font-size: 22px;
  }
  .resultBox .result .topTxt strong {
    font-size: 40px;
  }
}
.bottomBox {
  padding: 60px 0 115px 0;
  background: #fff;
}
.bottomBox .innerBox {
  max-width: 1050px;
  margin: 0 auto;
}
.bottomBox .innerBox h3 {
  padding: 15px 30px;
  margin: 0 0 40px 0;
  font-size: 26px;
  font-weight: normal;
  line-height: 1;
  background: #fbfaf6;
}
.bottomBox .innerBox p {
  padding: 0 30px 0 30px;
}
.bottomBox .innerBox p:not(:last-child) {
  margin: 0 0 40px 0;
}
.bottomBox .innerBox p a {
  color: #000;
  text-decoration: underline;
}
.bottomBox .innerBox p a:hover {
  text-decoration: none;
}

/*------------------------------------------
  #footer
------------------------------------------*/
footer {
  padding: 30px 20px;
  background: #4d4d4d;
}
footer * {
  color: #fff;
  font-size: 14px;
}
footer .boxLR {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
footer .boxLR .boxR {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 730px) {
  footer .boxLR {
    display: block;
    text-align: center;
  }
  footer .boxLR .boxR {
    display: block;
  }
}
/* ------------------------------
   トップへ戻る
------------------------------ */
#toTop {
  width: 110px;
  position: fixed;
  right: 0px;
  bottom: 0px;
  display: none;
  z-index: 200;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #toTop {
    width: 80px;
    right: 0px;
    bottom: 0px;
  }
  #toTop img {
    width: 80px;
  }
}
.box.childBox {
  margin-top: 80px;
}

.plus_mb {
  margin-top: 140px !important;
}/*# sourceMappingURL=style.css.map */