@charset "utf-8";
/* CSS Document */

h1 h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
blockquote,
form,
input,
fieldset,
legend {
  margin: 0;
  padding: 0;
}
p {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
a {
  text-decoration: none;
}
img {
  vertical-align: top;
  width: 100%;
  height: auto;
  display: block;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 19px;
  color: #f78235;
}

.bold {
  font-weight: bold;
}
.size14 {
  font-size: 14px;
}
.space_20px {
  margin-bottom: 20px;
}
.space_left {
  margin-left: 60px;
}
.border_left {
  position: relative;
  padding: 0 15px;
}
.border_left::before {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  height: 27px;
  width: 5px;
  background-color: #f78235;
}
.text_space {
  margin-bottom: 35px;
}
.space_65 {
  margin-bottom: 65px;
}
.small_text {
  font-size: 13px;
}
.right {
  text-align: right;
  margin-bottom: 10px;
}
.bg_green {
  background: #e4f2de;
  padding: 16px 15px;
  margin-bottom: 50px;
  border-radius: 3px;
}
.bg_orange {
  background: #fff5e6;
  padding: 16px 15px;
  margin-bottom: 50px;
  border-radius: 3px;
}
.green {
  color: #3fb068;
  font-size: 24px !important;
  font-weight: bold;
  padding: 0px 15px;
  margin-top: -3px;
}
#tmp_wrap .wrap_body {
  max-width: 1920px;
  margin: 0 auto;
  height: auto;
  box-sizing: border-box;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
.contain {
  max-width: 890px;
  margin: 0 auto;
  height: auto;
}

/*-----------------------concept------------------------*/
#concept {
  margin-bottom: 80px;
}
.list {
  border-radius: 9px;
  border: 3px solid #f78235;
  padding: 24px 42px;
  margin-top: 45px;
}
.list h2 {
  border-bottom: 1px dashed #f78235;
  margin-bottom: 20px;
  color: #f78235;
  margin-top: 0;
}
.list ul {
  padding: 0 20px;
}
.list li {
  display: list-item;
}
.list li {
  display: list-item;
  color: #f78235;
}
.list li a {
  margin-left: 10px;
  color: #000;
}
.bg_gray {
  background: #f8f8f8;
  border-radius: 12px;
  padding: 10px;
}
.flex_box {
  display: flex;
}
/*-----------------------block_01--------------------------*/
#block_01 {
  margin-bottom: 70px;
}
#block_03 h2,
#block_02 h2,
#block_01 h2 {
  background: url("../images/title_normal.png") no-repeat center center;
  background-size: 100% auto;
  height: 49px;
  text-align: center;
  margin-bottom: 40px;
}
#block_03 h2 span,
#block_01 h2 span {
  padding: 12px;
  font-size: 20px;
  line-height: 3;
}

#block_02 h2 p {
  padding: 12px;
  font-size: 20px;
}
.step_box {
  background-color: #ffe8c9;
  border-radius: 12px;
}
.step_box_wrap {
  padding: 45px 40px;
}
.step {
  border: 1px solid #f78235;
  border-radius: 12px;
  padding: 13px 15px;
  position: relative;
}
img.arrow {
  height: 8px;
  width: 36px;
  display: block;
  margin: 0 auto 30px;
}
ul.step {
  background-color: #fff;
  position: relative;
  margin-bottom: 30px;
}
ul.step:first-child::before {
  position: absolute;
  top: -47px;
  left: -26px;
  content: "";
  background: url(../images/step_01.png) no-repeat center center;
  background-size: 45% auto;
  width: 95px;
  height: 206px;
}
ul.step:first-child::after {
  position: absolute;
  top: 12px;
  left: 13px;
  content: "";
  background: url("../images/st_01.png") no-repeat center center;
  background-size: 95% auto;
  width: 56px;
  height: 56px;
}
ul.step:nth-child(2n)::before {
  position: absolute;
  top: 4px;
  left: -1px;
  content: "";
  background: url(../images/step_02.png) no-repeat center center;
  background-size: 100% auto;
  width: 52px;
  height: 85px;
}
ul.step:nth-child(2n)::after {
  position: absolute;
  top: 12px;
  left: 13px;
  content: "";
  background: url("../images/st_02.png") no-repeat center center;
  background-size: 95% auto;
  width: 56px;
  height: 56px;
}
ul.step:nth-child(3n)::before {
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  background: url(../images/step_03.png) no-repeat center center;
  background-size: 100% auto;
  width: 59px;
  height: 94px;
}
ul.step:nth-child(3n)::after {
  position: absolute;
  top: 12px;
  left: 13px;
  content: "";
  background: url("../images/st_03.png") no-repeat center center;
  background-size: 95% auto;
  width: 56px;
  height: 56px;
}
ul.step:nth-child(4n),
ul.step:last-child {
  padding: 15px 16px 26px;
}
ul.step:nth-child(4n)::before {
  position: absolute;
  top: -5px;
  left: -2px;
  content: "";
  background: url(../images/step_04.png) no-repeat center center;
  background-size: 98% auto;
  width: 76px;
  height: 90px;
}
ul.step:nth-child(4n)::after {
  position: absolute;
  top: 12px;
  left: 13px;
  content: "";
  background: url("../images/st_04.png") no-repeat center center;
  background-size: 95% auto;
  width: 56px;
  height: 56px;
}
ul.step:last-child {
  overflow: hidden;
}
ul.step:last-child::before {
  position: absolute;
  top: -4px;
  left: -2.3px;
  content: "";
  background: url(../images/step_05.png) no-repeat center center;
  background-size: 98% auto;
  width: 61px;
  height: 88px;
}
ul.step:last-child::after {
  position: absolute;
  top: 12px;
  left: 13px;
  content: "";
  background: url("../images/st_05.png") no-repeat center center;
  background-size: 95% auto;
  width: 56px;
  height: 56px;
}
.st02 li,
.st03 li {
  padding: 0 20px;
}
.st02 li.bold.space_left {
  width: 35%;
}
.st03 li.bold.space_left {
  width: 74%;
}
ul.step li {
  list-style: none;
  padding: 0 11px;
}
ul.step li.bg_gray {
  padding: 12px 11px;
  z-index: 3;
  position: relative;
}
li.bold.space_left {
  padding-top: 12px;
}
.step_box {
  margin-bottom: 20px;
}
.triangle_down {
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 8px solid #f78235;
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translate(-50%, 0);
}
ul.medical_care {
  padding: 25px 30px;
  background: #ffe8c9;
  border-radius: 12px;
}
.care_info h3 {
  font-size: 19px;
  color: #fff;
  text-align: center;
  padding: 12px 0;
}
ul.medical_care li {
  list-style: none;
}
ul.medical_care li p {
  position: relative;
  padding-left: 25px;
}
ul.medical_care li p::before {
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  background: url(../images/rhombus.png) no-repeat center center;
  background-size: 100% auto;
  width: 15px;
  height: 15px;
}
.care_fee.flex_box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.care_info {
  border: 3px solid #3fb068;
  border-radius: 9px;
  background: #3fb068;
  position: relative;
}
.care_info::after {
  position: absolute;
  top: 0;
  left: 5px;
  content: "";
  background: url("../images/left.png") no-repeat center center;
  background-size: 100% auto;
  width: 48px;
  height: 48px;
}
.care_info::before {
  position: absolute;
  top: 0;
  right: 5px;
  content: "";
  background: url("../images/right.png") no-repeat center center;
  background-size: 100% auto;
  width: 48px;
  height: 48px;
}
.care_cnt {
  background-color: #fff;
  border-radius: 7px;
  padding-bottom: 16px;
}
.care_cnt_wrap {
  padding: 25px 25px 10px 25px;
}

#block_04 h2 {
  padding-top: 21px;
  color: #fff;
}
.care_list {
  padding: 20px 40px;
  background-color: #e4f2de;
  border-radius: 12px;
  margin: 0 16px;
}
/*-------------------block_02------------------*/
#block_02 h2 {
  margin-bottom: 25px;
  padding-top: 10px;
}
.care_fee_info {
  width: 60%;
  height: auto;
  padding-top: 35px;
}
.care_fee_image {
  width: 40%;
}
.care_fee_image img {
  max-width: 367px;
  height: 495px;
}
h3.care_fee_01,
h3.care_fee_02,
h3.care_fee_03,
h3.care_fee_04 {
  position: relative;
  margin-bottom: 12px;
}
h3.care_fee_02 {
  color: #f5ab2a;
}
h3.care_fee_03 {
  color: #3fb068;
}
h3.care_fee_04 {
  color: #b3b3b3;
}
h3.care_fee_01::after {
  position: absolute;
  top: -3px;
  left: 0;
  content: "";
  background: url("../images/three_point_01.png") center center;
  background-size: 100% auto;
  width: 69px;
  height: 39px;
}
h3.care_fee_02::after {
  position: absolute;
  top: -3px;
  left: 0;
  content: "";
  background: url("../images/three_point_02.png") center center;
  background-size: 100% auto;
  width: 69px;
  height: 39px;
}
h3.care_fee_03::after {
  position: absolute;
  top: -3px;
  left: 0;
  content: "";
  background: url("../images/three_point_03.png") center center;
  background-size: 100% auto;
  width: 69px;
  height: 39px;
}
h3.care_fee_04::after {
  position: absolute;
  top: -3px;
  left: 0;
  content: "";
  background: url("../images/three_point_04.png") center center;
  background-size: 100% auto;
  width: 69px;
  height: 39px;
}
h3.care_fee_04,
h3.care_fee_03,
h3.care_fee_02,
h3.care_fee_01 {
  position: relative;
  padding-left: 75px;
}
.agree {
  background: #f0f0f0;
  padding: 20px 18px;
  border-radius: 5px;
  margin-top: 25px;
}
#block_04 h2 {
  background: url("../images/title_green.png") no-repeat center center;
  background-size: 100% auto;
  height: 65px;
  text-align: center;
  margin-bottom: 40px;
}
#block_04 h3 {
  position: relative;
  margin: 0 0 25px 0;
  color: #000;
}

#block_04 h3 span {
  width: 91%;
}
#block_04 h3 span.green {
  width: 7%;
  z-index: 3;
}
#block_04 h3 span {
  font-size: 19px;
}
#block_04 h3:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: url("../images/qa.png") no-repeat center center;
  background-size: 100% auto;
  width: 49px;
  height: 48px;
}
#block_05 h2 {
  background: url("../images/title_orange.png") no-repeat center center;
  background-size: 100% auto;
  height: 65px;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 21px;
  color: #fff;
}
#block_05 h3 {
  position: relative;
  margin: 0 0 25px 0;
}
a.btn {
  position: relative;
  border: 1px solid #e88847;
  border-radius: 9px;
  padding: 16px;
  display: block;
  text-align: center;
  color: #f78235;
  margin-bottom: 100px;
}
a.btn::after {
  position: absolute;
  top: 14px;
  right: 12px;
  content: ">";
  font-weight: bold;
}
#profile {
  background: #ffe8c9;
  padding: 45px 40px;
  margin-bottom: 100px;
}
#profile h2 {
  color: #f78235;
  font-size: 20px;
  text-align: center;
  border-bottom: 1px solid #f78235;
  margin-bottom: 30px;
  margin-top: 0;
}
.profile_img {
  width: 18%;
}
.profile_img img {
  max-width: 120px;
  height: 120px;
  margin: 0 auto;
}
.profile_txt {
  width: 82%;
}
.profile_txt h3 {
  font-size: 20px;
  color: #f78235;
  margin-bottom: 20px;
  margin-right: 160px;
}
a.btn:hover {
  background-color: #e88847;
  color: #fff;
}
.list li:hover {
  text-decoration: underline;
}
