@charset "UTF-8";
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"],
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
  color: inherit;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  height: 100%;
  font-size: 1.6rem;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ",
    Meiryo, sans-serif;
  line-height: 1.8;
  color: #1b1b1b;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  body {
    line-height: 1.5;
  }
}
p {
  font-size: 100%;
}

a {
  color: #000;
  transition: all 0.5s ease-out;
  font-size: 100%;
}

a:visited {
  color: #000;
}

a:focus {
  color: #959595;
}

a:hover {
  color: #959595;
  opacity: 0.6;
}

a:active {
  color: #00a0e9;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3.2rem;
}

h3 {
  font-size: 2.8rem;
}

h4 {
  font-size: 2.4rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.6rem;
}

textarea {
  border: 1px solid #959595;
}

input {
  border: 1px solid #959595;
}

table {
  border-collapse: collapse;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
img {
  max-width: 100%;
  height: auto;
}

a {
  transition: all 0.3s ease 0s;
}

img {
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease 0s;
  line-height: 0;
}

p {
  max-width: 100%;
  line-height: 1;
  overflow: visible;
}

p.txt {
  text-align: justify;
  margin-bottom: 1rem;
  line-height: 1.8;
}

p.txt.center {
  text-align: center;
}

ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 600;
  line-height: 1;
}

*,
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
}

/*//////////////////// custom ////////////////////*/
/*background-color: #c2e573;*/
header .logo img {
  display: block;
  margin: auto;
  width: 206px;
  padding: 10px;
}

.content-container {
  max-width: 480px;
  margin-inline: auto;
  position: relative;
  font-weight: 600;
}

.flex {
  position: relative;
  display: flex;
  flex-flow: row wrap;
}

.flex.reverse {
  flex-direction: row-reverse;
}

.cp_main_kv .bg_mv {
  background-color: #8bd085;
}
.cp_main_kv .bg_mv .inner {
  padding-top: 0;
}
.cp_main_kv .bg_mv img {
  margin-top: -1px;
}
.cp_main_kv .mv_text {
  text-align: center;
  font-size: 18px;
  margin: 0 auto;
  padding: 8px;
  letter-spacing: 1px;
  display: block;
}

.inner {
  padding: 10px 15px;
}

span.f_large {
  font-size: 17px;
}

.p_txt {
  line-height: 1.5;
  display: inline-block;
  vertical-align: baseline;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}
.p_txt .wh {
  color: #fff;
}

.mv_text .f_large {
  font-size: 24px;
}
.mv_text .txt1 {
  padding-right: 0.5rem;
}

.mv_point {
  padding-top: 10px;
  font-weight: 800;
  /*
  .marker::after{
    z-index: -1;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 10px;
    width: 100%;
    background-size: auto auto;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 4px, rgb(255, 255, 255) 4px, rgb(255, 255, 255) 7px );
  }*/
}
.mv_point dl {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  line-height: 1.5;
  vertical-align: baseline;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  background-color: #ffe109;
  width: 100%;
  border-radius: 8px;
  padding: 5px;
  margin-bottom: 8px;
}
.mv_point dt {
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
}
.mv_point dt::after {
  background-color: #46a33e;
  width: 1px;
  height: 85%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  position: absolute;
}
.mv_point dt span {
  text-align: center;
  display: inline-block;
  line-height: 1;
  font-size: 9px;
  color: #3eb134;
}
.mv_point dt .point_num {
  font-size: 17px;
}
.mv_point dd {
  width: calc(100% - 40px);
  text-align: left;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  line-height: 1;
  padding-left: 1rem;
}
.mv_point .marker {
  position: relative;
  z-index: 2;
  padding-bottom: 2px;
  letter-spacing: 1px;
}
.mv_point .p {
  margin-top: 5px;
}
.mv_point .marker {
  content: "";
  background-position: 0 7px;
  background-size: auto 16px;
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 4px,
    rgb(255, 255, 255) 4px,
    rgb(255, 255, 255) 7px
  );
}

span.f_small {
  font-size: 12px;
  display: block;
  line-height: 1;
}

.if_content span.f_small {
  font-size: 18px;
}
.if_content .f_large {
  font-size: 22px;
}

.small {
  font-size: 18px;
}

.btn_box {
  padding: 25px 20px;
  font-weight: 800;
}

a.btn {
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 22px;
  width: 100%;
  margin: 0 auto;
  transition-duration: 0.3s;
  text-decoration: none;
  border-radius: 60px;
  font-weight: 600;
  letter-spacing: 1.25px;
  height: 60px;
  text-align: center;
}
a.btn span {
  color: #fff;
  display: block;
  width: 100%;
  line-height: 1;
  font-weight: 800;
}

.btn_contact1 a.btn {
  background-color: #3eb134;
  margin-bottom: 10px;
}

.btn_contact2 a.btn {
  background-color: #ff6c38;
}
.btn_contact2 a.btn::before {
  background-image: url(../images/phone.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
.btn_contact2 .relative {
  position: relative;
  text-align: center;
}
.btn_contact2 .relative::after {
  background-color: #ff6c38;
  width: 80%;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  content: "";
  position: absolute;
}
.btn_contact2 .time {
  text-align: center;
  background-color: #fff;
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 1rem;
  font-weight: 800;
  line-height: 1;
}

a.btn:after {
  content: "";
  display: inline-block;
  border: 0;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translateY(-50%) rotate(45deg);
}

div.info_box_hd {
  padding: 0 20px;
  text-align: center;
}
div.info_box_hd h2 {
  padding: 5px 20px;
  margin-bottom: 5px;
  letter-spacing: 2px;
  font-size: 22px;
}
div.info_box_hd span {
  display: block;
  width: auto;
  padding: 5px 20px;
  letter-spacing: 2px;
}

.info_box {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  line-height: 1;
  padding: 0 20px;
  margin-bottom: 10px;
}
.info_box div {
  flex: 0 0 100%;
  height: 40px;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  letter-spacing: 1px;
}
.info_box div {
  text-align: center;
  background-color: #ffe109;
  margin-bottom: 5px;
  border-radius: 8px;
}
.info_box div p {
  font-size: 16px;
  font-weight: bold;
}
.info_box div .t12 {
  font-size: 12px;
}

.txtR {
  text-align: right;
  margin-top: 0.5rem;
  font-size: 12px;
}

.info_box_block {
  padding: 20px 0 0;
  margin-bottom: 30px;
  background-color: #f0f0f0;
  overflow: hidden;
}

.table_box {
  padding: 10px 20px;
}
.table_box .age {
  background-color: #3eb134;
  color: #fff;
  font-size: 18px;
}
.table_box td.age span,
.table_box th span.small {
  color: #fff;
  font-size: 10px;
  display: inline-block;
  padding-left: 2px;
}
.table_box td span {
  font-size: 10px;
  display: inline-block;
  padding-left: 2px;
}
.table_box tr:nth-child(even) {
  background-color: #cce6ca;
  color: #fff;
}
.table_box tr:nth-child(odd) {
  background-color: #e1f0e1;
  color: #fff;
}
.table_box th {
  background-color: #3eb134;
  color: #fff;
  line-height: 1;
  padding: 0.25rem;
  letter-spacing: 2px;
}
.table_box table {
  border: 2px solid #3eb134;
  width: 100%;
}
.table_box table .small {
  width: auto;
}
.table_box table .y {
  color: #fff;
  width: 100%;
  display: inline-block;
}
.table_box table .y span {
  width: auto;
  color: #fff;
  font-size: 12px;
  padding-left: 0.25rem;
}
.table_box td {
  text-align: center;
}
.table_box td,
.table_box th {
  padding: 5px;
  border: 1px solid #fff;
}

.bnr_box {
  margin-bottom: 30px;
  text-align: center;
}
.bnr_box .border {
  border: 4px solid #ff6c38;
  display: inline-block;
  margin: auto;
}
.bnr_box .border a {
  overflow: hidden;
  display: block;
  line-height: 0;
}

.about_item {
  padding: 30px 20px;
  background-color: #d8efd6;
}
.about_item h2 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
  color: #3eb134;
}
.about_item h2 span {
  color: #3eb134;
  display: inline;
}
.about_item h2 span.f_xlarge {
  font-size: 24px;
}
.about_item h2 span.f_small {
  font-size: 16px;
}
.about_item.mv_point dl {
  box-shadow: none;
  background-color: #3eb134;
  border-radius: 30px;
  padding: 0.7rem;
}
.about_item.mv_point dl dd {
  color: #fff;
  justify-content: center;
}
.about_item.mv_point dl dd span {
  color: #ffe109;
  padding: 0 2px;
  display: inline-block;
}
.about_item.mv_point dl .point_num {
  color: #fff;
}
.about_item.mv_point dl dt::after {
  background-color: #fff;
}

.case {
  padding: 0 20px;
}

.ex_box {
  background-color: #fff;
  border: 2px solid #3eb134;
  padding: 20px 5px;
  position: relative;
  margin-bottom: 30px;
  justify-content: center;
  margin-inline: auto;
  border-radius: 20px;
}
.ex_box .img {
  width: 80px;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ex_box .img .title {
  width: 80px;
  background-color: #d074b7;
  border-radius: 50px;
  border: 2px solid #fff;
  text-align: center;
  color: #fff;
  display: block;
  font-size: 12px;
  padding: 0.5rem 1rem;
  line-height: 1;
  margin: auto;
}
.ex_box .img.ex3 .title {
  background-color: #6083f6;
}

.ex_num {
  position: absolute;
  left: 10px;
  top: 10px;
  background-color: #3eb134;
  border-radius: 50px;
}
.ex_num span {
  background-color: #3eb134;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 0;
  display: block;
  font-size: 12px;
  padding: 0.5rem 1rem;
  line-height: 1;
  width: 80px;
}

.ex_content {
  width: calc(100% - 80px);
  padding: 0 5px;
}
.ex_content h3 {
  color: #333;
  font-size: 12px;
  margin-bottom: 1rem;
  letter-spacing: 1px;
}
.ex_content p.ex_txt {
  color: #3eb134;
  font-size: 20px;
  text-align: left;
  margin-bottom: 1rem;
}
.ex_content p {
  line-height: 1.5;
  font-size: 15px;
  text-align: justify;
  letter-spacing: 1px;
}
.ex_content p span {
  color: #fff;
  display: inline-block;
}
.ex_content p span.bg {
  background-color: #3eb134;
  padding: 0 0.5rem;
  display: inline;
}

.bg_g {
  background-color: #3eb134;
}

.if_box {
  background-color: #3eb134;
  position: relative;
  padding: 30px 20px 10px;
}
.if_box h2 {
  text-align: center;
  line-height: 1.5;
  font-size: 22px;
  color: #fff;
}

.f_mid {
  font-size: 18px;
  display: block;
  color: #ffe109;
}

.if_img img {
  margin: 20px auto;
  display: block;
}

.if_content {
  text-align: center;
  color: #fff;
}
.if_content span {
  color: #fff;
  line-height: 1.5;
  display: inline-block;
}
.if_content span.bg_ye {
  background-color: #ffe109;
  color: #3eb134;
  padding: 0 0.5rem;
  display: inline-block;
  margin-right: 0.5rem;
}
.if_content span.bg_ye span {
  color: #3eb134;
}
.if_content span.bg_ye .f_large {
  font-size: 22px;
}
.if_content p {
  line-height: 1.5;
  color: #fff;
}

.cost_box {
  padding: 0 20px;
  background-color: #f0f0f0;
  position: relative;
}
.cost_box .cost_hd:nth-child(1) h2 {
  margin-bottom: 0;
}
.cost_box .cost_inner {
  position: relative;
  margin: auto;
}
.cost_box span {
  color: #3eb134;
  line-height: 1.5;
  display: inline-block;
}

.cost_hd {
  padding: 30px 0 20px;
  text-align: center;
}
.cost_hd h2 {
  text-align: center;
  line-height: 1.5;
  font-size: 22px;
  color: #3eb134;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 20px;
}

.cost_img img {
  display: block;
  margin: auto;
  padding-bottom: 30px;
}

.cost_list > div {
  width: auto;
  display: inline-block;
  position: absolute;
}
.cost_list > div dl::after {
  background-color: #3eb134;
  position: absolute;
  content: "";
  z-index: -1;
}
.cost_list > div p {
  font-size: 10px;
  padding: 0 1rem;
  line-height: 1.5;
}
.cost_list .cost1 {
  top: 243px;
  right: 0;
  /*dl::after{
    left: -5vw;
    top: 15px;
    width: 5vw;
    height: 1px;}*/
}
.cost_list .cost3 {
  top: 74px;
  left: 0;
  /*dl::after{
    right: -5vw;
    top: 15px;
    width: 5vw;
    height: 1px;}*/
}
.cost_list .cost2 {
  top: 195px;
  left: 0;
}
.cost_list .cost_total {
  background-image: url(../images/arrow_b.png);
  background-size: 30px auto;
  background-position: center bottom;
  padding-bottom: 20px;
  position: relative;
  margin: 0 auto 20px;
  display: block;
  text-align: center;
}
.cost_list .cost_total dl {
  display: inline-block;
}
.cost_list .cost_total dd {
  color: #fff;
}
.cost_list .cost_total dd .f_large {
  font-size: 24px;
}
.cost_list .cost_total dd span {
  color: #fff;
}
.cost_list dd {
  color: #ffe109;
  padding: 0 1rem;
}
.cost_list dl {
  border: 4px solid #d8efd6;
  background-color: #3eb134;
  border-radius: 30px;
  padding: 0.5rem;
  color: #fff;
  width: auto;
}
.cost_list dl span {
  color: #ffe109;
}
.cost_list dl {
  position: relative;
  display: flex;
  vertical-align: baseline;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 6px;
}
.cost_list dt {
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
}
.cost_list dt::after {
  background-color: #ffe109;
  width: 1px;
  height: 85%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  position: absolute;
}
.cost_list dt span {
  text-align: center;
  display: inline-block;
  line-height: 1;
  font-size: 9px;
  color: #ffe109;
}
.cost_list dt .point_num {
  font-size: 17px;
}

.cost_content {
  padding: 20px 0 0;
  background-color: #ffe109;
}
.cost_content h2 {
  font-size: 22px;
}
.cost_content p {
  color: #333;
  text-align: center;
}
.cost_content span {
  color: #333;
}
.cost_content span.bg_ye {
  background-color: #ffe109;
  padding: 0 0.25rem;
  display: inline-block;
  margin-right: 0.25rem;
  font-size: 22px;
}

.info2_box {
  padding: 20px 0 0;
  background-color: #3eb134;
  margin: 0 auto;
}
.info2_box p.txt.center {
  color: #fff;
  margin-bottom: 0;
}
.info2_box img {
  display: block;
  margin: 0 auto;
}

.arrow img {
  padding: 30px 0;
  width: 70px;
  display: block;
  margin: 0 auto;
}

.info3_box {
  /*ul{
    width: calc(100% - 80px);
  }*/
  background-color: #d8efd6;
  padding: 0;
  /*
  .ex_box br{
    display: none;
  }*/
}
.info3_box .cost_hd {
  padding-bottom: 0;
}
.info3_box .cost_hd h2 {
  color: #000;
}
.info3_box h2 {
  text-align: center;
  display: inline-block;
  margin-bottom: 1rem;
}
.info3_box .center {
  text-align: center;
}
.info3_box .bg_g h2 {
  color: #fff;
}
.info3_box .bg_ye {
  background-color: #3eb134;
  padding-bottom: 30px;
}
.info3_box .bg_ye .ex_box {
  padding: 20px 10px;
}
.info3_box .bg_ye .ex_box ul {
  margin-bottom: 30px;
}
.info3_box .bg_ye .ex_box p {
  padding: 0 10px;
}
.info3_box .ex_box {
  background: transparent;
  background-color: #fff;
  border: #d8efd6 4px solid;
  position: relative;
  margin-bottom: 20px;
  justify-content: center;
  margin-inline: auto;
  border-radius: 20px;
}
.info3_box .ex_box.reverse {
  margin: 0 0 0 auto;
  border: 0;
  padding-bottom: 0;
}
.info3_box .ex_box.reverse > div {
  width: 100%;
  text-align: center;
}
.info3_box .ex_box.reverse .img {
  width: 80px;
}
.info3_box .ex_box.al_center {
  justify-content: center;
}
.info3_box .ex_box.jc_between {
  justify-content: space-between;
  /*.ex_txt{
    color: #000;
  }*/
}
.info3_box .ex_box.jc_between ul {
  margin-bottom: 0;
}
.info3_box .to .img {
  margin-top: auto;
  margin-bottom: .5rem;
}
.info3_box .img {
  margin-top: auto;
}
.info3_box .cost_hd.wh h2 {
  color: #fff;
}
.info3_box .bg_g.case {
  background-color: #8bd085;
  background-color: #d8efd6;
  padding-top: 20px;
}
.info3_box p.ex_txt {
  color: #3eb134;
  text-align: left;
  line-height: 1.5;
}

/*
@media screen and (max-width: 480px) {
  .ex_box br{
    display: block;
  }
  }
*/
@media screen and (max-width: 379px) {
  .info3_box .ex_box.jc_between {
    justify-content: center;
  }
}
ul.list li {
  position: relative;
  padding: 0 0 0 1rem;
}

ul.list.tp-o li {
  position: relative;
  padding: 0 0 0 1.5rem;
}

ul.list li:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 1.2rem;
  left: 0;
}

ul.list li:before {
  width: 3px;
  height: 3px;
  background: #1976d2;
  border: 1px solid #1976d2;
}

.gr {
  color: #3eb134;
}

footer {
  font-size: 9px;
  text-align: center;
}

h2,
h3 {
  font-weight: bold;
}

.disnone {
  display: none;
}

.table_box tr:nth-child(n + 6) {
  display: none;
}

body #bottom_box {
  width: 480px;
  max-width: 100%;
  z-index: 2;
  background-color: #00a6db;
  border-top: 2px solid #4894ad;
}
body #bottom_box .time {
  text-align: center;
}
body #bottom_box.btn_box {
  padding: 15px 20px 5px;
}
body #bottom_box .btn_wrap {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
body #bottom_box .btn_wrap > div {
  width: 49%;
}
body #bottom_box a.btn {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
body #bottom_box .btn_contact2 a.btn,
body #bottom_box .btn_contact1 a.btn {
  background: #fff;
  color: #1e2380;
  border: 3px solid #1e2380;
  margin-bottom: 15px;
  font-size: 12px;
  height: 82px;
  position: relative;
  padding-top: 40px;
}
body #bottom_box .btn_contact2 a.btn {
  background: #f4fd5a;
  margin-bottom: 6px;
}
body #bottom_box .btn_contact2 a.btn span {
  color: #1e2380;
}
body #bottom_box .btn_contact2 .time {
  background-color: #00a6db;
  color: #fff;
  font-size: 11px;
}
body #bottom_box .btn_contact2 .relative::after {
  background-color: #fff;
}
body #bottom_box a.btn:after {
  border-color: #1e2380;
  border-width: 2px;
}
body #bottom_box .btn_contact2 a.btn::before,
body #bottom_box .btn_contact1 a.btn::before {
  content: "";
  background-color: #1e2380;
  border-radius: 30px;
  padding: 5px;
  border-radius: 30px;
  background-size: 16px auto;
  background-position: center center;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateY(0) translateX(-50%);
}
body #bottom_box .btn_contact2 a.btn::before {
  background-size: 12px auto;
  background-position: center center;
}
body #bottom_box .btn_contact1 a.btn::before {
  border-radius: 30px;
  background-size: 16px auto;
  background-position: center center;
  background-image: url(../images/document.png);
  background-repeat: no-repeat;
}

.img_box {
  padding: 20px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ffe109;
  border-radius: 10px;
  margin: 0 auto 20px;
}
.img_box img {
  margin-bottom: 20px;
}
.img_box h4 {
  margin-bottom: 20px;
}

.system_box {
  padding: 0 20px;
  border: 6px solid #ffe109;
  background-color: #fff5ad;
  margin-bottom: 30px;
}
.system_box .cost_hd h2 {
  background: #fff;
  position: relative;
  padding: 1rem;
  color: #333;
  border-radius: 50px;
  padding: 1rem 2rem;
  display: inline-block;
  border: 2px solid #ffe109;
}
.system_box .cost_hd h3 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 1rem;
  line-height: 1.8;
}
.system_box .cost_hd h3 .red {
  color: crimson;
  font-size: 22px;
  border-bottom: 2px solid crimson;
  display: inline-block;
  line-height: 1.4;
  padding-right: 2px;
}
.system_box .cost_hd p {
  font-size: 16px;
  text-align: justify;
  margin-bottom: 1rem;
  line-height: 1.8;
  padding: 0 5px;
}
.system_box h2::after {
  background-color: #333;
}

.system_list {
  text-align: left;
  border: 1px dotted #ffe109;
  border-radius: 10px;
  padding: 15px;
}
.system_list ul > li {
  padding-left: 2rem;
  text-indent: -1rem;
}
.system_list li span {
  color: #e8b841;
  display: inline-block;
}

ol {
  margin-bottom: 1rem;
}

ol li {
  text-align: left;
  padding-left: 2rem;
}

ol > li {
  display: block;
  position: relative;
  letter-spacing: 1px;
  text-indent: 0;
}

ol > li::before {
  left: 0px;
  position: absolute;
}

ol > li:nth-child(1)::before {
  content: "①";
}

ol > li:nth-child(2)::before {
  content: "②";
}

.content-container {
  padding-bottom: 100px;
}

.t_free {
  text-align: center;
  margin: 0 auto 5px;
}
.t_free p {
  display: inline-block;
  padding: 0 5px 0 10px;
  line-height: 1.8;
  color: #3eb134;
  text-align: center;
  letter-spacing: 1px;
}

.ellipsis {
  position: relative;
  height: 16px;
  width: 12px;
  display: inline-block;
  box-sizing: border-box;
  top: 1px;
}
.ellipsis > span,
.ellipsis::after,
.ellipsis::before {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  width: 12px;
  background-color: #3eb134;
  border-radius: 2px;
  display: inline-block;
  box-sizing: border-box;
}
.ellipsis > span {
  bottom: 7px;
}
.ellipsis::before {
  top: 0;
}
.ellipsis::after {
  bottom: 0;
}

.ellipsis.opn_right::before {
  transform: rotate(13deg);
}
.ellipsis.opn_right::after {
  transform: rotate(-13deg);
}

.ellipsis.opn_left::before {
  transform: rotate(-13deg);
}
.ellipsis.opn_left::after {
  transform: rotate(13deg);
} /*# sourceMappingURL=midori_life.css.map */

.about_item.mv_point .about_text {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 1px;
}
.about_item.mv_point dl dd span.f_small {
  color: #fff;
  letter-spacing: 1px;
  line-height: 1.7;
  font-size: 15px;
}
.about_item.mv_point dl {
  padding: 1.6rem 0.3rem;
  margin-bottom: 10px;
}
.about_item.mv_point dl dd.about_text {
  justify-content: left;
  letter-spacing: 2px;
}
.cp_main_kv .mv_text {
  width: 361px;
  font-size: 18px;
  margin: 0 auto;
  padding: 8px;
  letter-spacing: 0px;
  display: block;
}
.point_line {
  font-size: 22px;
  display: inline-block;
}
.btn_contact2 .time {
  line-height: 170%;
  margin-top: 5px;
  letter-spacing: 1px;
  font-size: 13px;
}
div.info_box_hd h2 {
  font-size: 24px;
}
.info_box_block {
  padding: 40px 0 20px 0;
}
.about_item {
  padding: 40px 20px;
}
.about_item h2 {
  font-size: 24px;
}
.cost_hd {
  padding: 40px 0 20px 0;
}
.cost_hd h2 {
  font-size: 24px;
  letter-spacing: 1px;
}
.if_box h2 {
  font-size: 24px;
  letter-spacing: 1px;
}
.f_mid {
  font-size: 24px;
}
.info2_box p.txt.center {
  font-size: 24px;
  letter-spacing: 1px;
}
#bottom_box {
  position: fixed;
  bottom: 0;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.55, 0.04, 0.23, 0.96) 0.1s;
  background-color: #fff;
  width: 100%;
}
#bottom_box.fixed {
  opacity: 1;
}
#bottom_box .time {
  color: #fff;
}
#bottom_box .f_small {
  line-height: 130%;
}
#bottom_box .btn_contact1 a.btn {
  margin-bottom: 5px;
}
.system_point span {
  color: red;
  font-size: 18px;
  display: block;
}
.system_box .cost_hd p {
  font-size: 16px;
}
.about_item.mv_point dl dd p {
  color: #fff;
}
.txt.small {
  font-size: 10px;
  margin: 0;
  color: #333;
}
.cost_box .cost_inner {
  padding-bottom: 20px;
}
.system_sub {
  font-size: 12px;
  margin: 0 0 5px 116px;
}
@media only screen and (max-width: 385px) {
  .info3_box ul.list li {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
@media only screen and (max-width: 365px) {
  .system_box .cost_hd h2,
  .if_box h2,
  .if_box h2 .f_mid,
  .cost_hd h2,
  .info2_box p.txt.center {
    font-size: 22px;
  }
  .system_list {
    padding: 0;
  }
  .system_list ul > li {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .ex_content h3 {
    font-size: 10px;
  }
  .info3_box .ex_box li,
  .info3_box .ex_box .ex_txt {
    font-size: 1.5rem;
    line-height: 1.7;
  }
}
.btn_contact2 .relative::after{
  top: 35%;
}

@media only screen and (max-width: 480px) {
  .btn_contact2 .relative::after {
    width: 100%;  
  }
  .btn_contact2 .time {
    padding: 0 .5rem;    
    letter-spacing: 0;
  }
}