/*---------------
*
*
*
/*---------------
*
* じんざいプラス　index
*
/*---------------
*
*
*
---------------*/

#index_keyvisual .inner .thought_jinzaiplus {
  background-image: url(/../images/jinzaiplus/about_jinzaiplusimg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 287px;
  position: relative;
  margin-bottom: 50px;
}
#index_keyvisual .inner .thought_jinzaiplus .nextbtnbox .nextbtn {
  position: absolute;
  bottom: 30px;
  right: 140px;
}

#main .inner .employment_type_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 70px;
  text-align: center;
  overflow: hidden;
}
#main .inner .employment_type_list li {
  width: 24%;
  padding: 40px 30px;
  border-radius: 10px;
}
#main .inner .employment_type_list li:nth-of-type(1) {
  background-color: #f28f8f;
}
#main .inner .employment_type_list li:nth-of-type(2) {
  background-color: #fcd763;
}
#main .inner .employment_type_list li:nth-of-type(3) {
  background-color: #d9e021;
}
#main .inner .employment_type_list li:nth-of-type(4) {
  background-color: #83deea;
}
#main .inner .facility .list_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#main .inner .facility .list_box .facility_type_list01 {
  text-align: center;
}
#main .inner .facility .list_box .facility_type_list01 li {
  line-height: 3;
}
#main .inner .new_job .multiple-items {
  margin-top: 30px;
}
#main .inner .new_job .multiple-items .slider_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 20px;
}
#main .inner .new_job .multiple-items .slider_list li {
  width: 25%;
}
#main .inner .new_job .multiple-items .slider_list li .slider_text {
  margin-top: 20px;
  font-size: 1.2rem;
  line-height: 2;
}

/*---------------
*
*
*
/*---------------
*
* じんざいプラス　human_search.html
*
/*---------------
*
*
*
---------------*/
/*==============================================================================================================================================================================================
*
*
*Parts（共通）
*
*
====================================================================================*/
.human_headline {
  height: 53px;
  margin-bottom: 20px;
  padding: 8px 0 15px;
  color: #ff5984;
  background-image: url(/../images/jinzaiplus/humansearch/headlinebg.png);
  background-repeat: no-repeat;
  font-size: 2.1rem;
}

.human_text {
  color: #8b5c29;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}

.human_text_c {
  text-align: center;
  color: #8b5c29;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}

/*==============================================================================================================================================================================================
*
*
* human_main
*
*
==============================================================================================================================================================================================*/
#human_keyvisual {
  width: 100%;
  background-color: #fff6eb;
  height: 165px;
}
#human_keyvisual .human_keyvisual_img {
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#human_main {
  margin-top: 65px;
}
#human_main .human_inner .mail_box {
  height: 90px;
  margin: 30px 0;
  padding: 10px 0;
  background-image: url(/../images/jinzaiplus/humansearch/mailbg.png);
  background-repeat: no-repeat;
}
#human_main .human_inner .mail_box .mail_box_img {
  margin: 0 auto;
}
#human_main .human_inner .flow_wrap {
  margin-bottom: 50px;
}
#human_main .human_inner .flow_wrap .flow_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 92px;
  padding: 5px 10px 10px 10px;
  background-image: url(/../images/jinzaiplus/humansearch/mailbg.png);
  background-repeat: no-repeat;
}
#human_main .human_inner .flow_wrap .flow_box .flow_left .flow_left_img {
  margin-top: 8px;
  margin-right: 10px;
}
#human_main .human_inner .flow_wrap .flow_box .flow_center {
  width: 60%;
}
#human_main .human_inner .flow_wrap .flow_box .flow_center .flow_center_headline {
  font-size: 1.8rem;
  color: #ff5984;
  line-height: 2;
}
#human_main .human_inner .flow_wrap .flow_box .flow_center .flow_center_text {
  font-size: 1.3rem;
  color: #3f3f3f;
  line-height: 1.5;
}
#human_main .human_inner .flow_wrap .flow_box .flow_right .flow_right_img {
  margin-top: 12px;
}
#human_main .human_inner .flow_wrap .triangle_box {
  padding: 15px 0;
}
#human_main .human_inner .flow_wrap .triangle_box .triangle_img {
  margin: 0 auto;
}
#human_main .human_inner .flow_wrap .flow_box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding: 5px 10px 10px 10px;
  background-image: url(/../images/jinzaiplus/humansearch/mailbg.png);
  background-repeat: no-repeat;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#human_main .human_inner .flow_wrap .flow_box2 .flow_left .flow_left_img {
  margin-top: 10px;
}
#human_main .human_inner .flow_wrap .flow_box2 .flow_center2 {
  width: 87%;
}
#human_main .human_inner .flow_wrap .flow_box2 .flow_center2 .flow_center_headline2 {
  font-size: 1.8rem;
  color: #ff5984;
  line-height: 2;
}
#human_main .human_inner .flow_wrap .flow_box2 .flow_center2 .flow_center_text2 {
  font-size: 1.3rem;
  color: #3f3f3f;
  line-height: 1.5;
}
#human_main .human_inner .flow_wrap .flow_box2 .flow_right .flow_right_img {
  margin-top: 12px;
}
#human_main .human_inner .flow_wrap .triangle_box {
  padding: 15px 0;
}
#human_main .human_inner .flow_wrap .triangle_box .triangle_img {
  margin: 0 auto;
}
#human_main .human_inner .note_point .note_point_headline {
  font-size: 1.6rem;
  color: #3f3f3f;
  border-bottom: 1px solid #fa817e;
  padding-bottom: 5px;
  margin-bottom: 10px;
  margin-top: 20px;
}
#human_main .human_inner .note_point .note_point_text {
  font-size: 1.4rem;
  color: #3f3f3f;
}
#human_main .human_inner .note_point .note_point_list {
  font-size: 1.4rem;
  color: #3f3f3f;
  list-style: disc;
  padding-left: 20px;
  margin-top: 15px;
}
#human_main .human_inner .note_point .goto_btnbox .gotobtn {
  margin-top: 40px;
  margin-left: auto;
}

/*==============================================================================================================================================================================================
*
*
* ...
*
*
==============================================================================================================================================================================================*/
/*---------------
*
*
*
/*---------------
*
* じんざいプラス　facility_search.html
*
/*---------------
*
*
*
---------------*/
/*==============================================================================================================================================================================================
*
*
*Parts（共通）
*
*
====================================================================================*/
.facility_headline {
  height: 53px;
  margin-bottom: 20px;
  padding: 8px 0 15px;
  color: #7ac943;
  border-bottom: 2px solid #7ac943;
  font-size: 2.1rem;
}

.facility_text, about_text {
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}

.facility_text_c {
  text-align: center;
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}

/*==============================================================================================================================================================================================
*
*
* facility_main
*
*
==============================================================================================================================================================================================*/
#facility_keyvisual {
  width: 100%;
}
#facility_keyvisual .facility_keyvisual_img {
  margin: 0 auto;
}

#facility_main {
  margin-top: 65px;
}
#facility_main .facility_inner .mail_box {
  height: 117px;
  margin: 30px 0;
  padding: 20px 0 10px;
  background-color: #d3fcb4;
}
#facility_main .facility_inner .mail_box .mail_box_img {
  margin: 0 auto;
}
#facility_main .facility_inner .flow_wrap {
  margin-bottom: 50px;
}
#facility_main .facility_inner .flow_wrap .flow_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 10px 10px 10px;
  background-color: #fffad7;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#facility_main .facility_inner .flow_wrap .flow_box .flow_left .flow_left_img {
  margin-top: 8px;
  margin-right: 10px;
}
#facility_main .facility_inner .flow_wrap .flow_box .flow_center {
  width: 60%;
}
#facility_main .facility_inner .flow_wrap .flow_box .flow_center .flow_center_headline {
  font-size: 1.8rem;
  color: #7ac943;
  line-height: 2;
}
#facility_main .facility_inner .flow_wrap .flow_box .flow_center .flow_center_text {
  font-size: 1.3rem;
  color: #3f3f3f;
  line-height: 1.5;
}
#facility_main .facility_inner .flow_wrap .flow_box .flow_right .flow_right_img {
  margin-top: 12px;
}
#facility_main .facility_inner .flow_wrap .triangle_box {
  padding: 15px 0;
}
#facility_main .facility_inner .flow_wrap .triangle_box .triangle_img {
  margin: 0 auto;
}
#facility_main .facility_inner .flow_wrap .flow_box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding: 5px 10px 10px 10px;
  background-color: #fffad7;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#facility_main .facility_inner .flow_wrap .flow_box2 .flow_left .flow_left_img {
  margin-top: 10px;
}
#facility_main .facility_inner .flow_wrap .flow_box2 .flow_center2 {
  width: 87%;
}
#facility_main .facility_inner .flow_wrap .flow_box2 .flow_center2 .flow_center_headline2 {
  font-size: 1.8rem;
  color: #7ac943;
  line-height: 2;
}
#facility_main .facility_inner .flow_wrap .flow_box2 .flow_center2 .flow_center_text2 {
  font-size: 1.3rem;
  color: #3f3f3f;
  line-height: 1.5;
}
#facility_main .facility_inner .flow_wrap .flow_box2 .flow_right .flow_right_img {
  margin-top: 12px;
}
#facility_main .facility_inner .flow_wrap .triangle_box {
  padding: 15px 0;
}
#facility_main .facility_inner .flow_wrap .triangle_box .triangle_img {
  margin: 0 auto;
}
#facility_main .facility_inner .note_point .note_point_headline {
  font-size: 1.6rem;
  color: #3f3f3f;
  border-bottom: 1px solid #7ac943;
  padding-bottom: 5px;
  margin-bottom: 10px;
  margin-top: 20px;
}
#facility_main .facility_inner .note_point .note_point_text {
  font-size: 1.4rem;
  color: #3f3f3f;
}
#facility_main .facility_inner .note_point .note_point_list {
  font-size: 1.4rem;
  color: #3f3f3f;
  list-style: disc;
  padding-left: 20px;
  margin-top: 15px;
}
#facility_main .facility_inner .note_point .goto_btnbox .gotobtn {
  margin-top: 40px;
  margin-left: auto;
}

/*==============================================================================================================================================================================================
*
*
* about.html
じんざいぷらすについて
*
*
==============================================================================================================================================================================================*/
#about_keyvisual {
  width: 100%;
  margin: 0 auto 50px;
}

#about_main .inner .goto_btnbox .gotobtn {
  margin-top: 40px;
  margin-left: auto;
}
#about_main .inner .job_serch {
  margin-top: 80px;
}
#about_main .inner .job_serch .childcare_welfare_workbox {
  background-color: #fff6eb;
  padding: 40px 55px 25px 112px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#about_main .inner .job_serch .childcare_welfare_workbox .childcare_welfare_workbox_l {
  width: 55%;
}
#about_main .inner .job_serch + .job_serch {
  margin-top: 60px;
}

/*==============================================================================================================================================================================================
*
*
*Parts（共通）
*
*
====================================================================================*/
.about_headline {
  height: 53px;
  margin-bottom: 20px;
  padding: 8px 0 15px;
  color: #ff5984;
  border-bottom: 2px solid #ff5984;
  font-size: 2.1rem;
}

.facility_text, .about_text {
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 15px;
}

.about_textmini {
  font-size: 1.4rem;
  margin-bottom: 15px;
}

.facility_text_c {
  text-align: center;
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}

.serch_headline {
  color: #ff5984;
  font-size: 2.4rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.serch_headlineg {
  color: #7ac943;
}

.detail_headline {
  height: 53px;
  padding: 8px 0 15px;
  color: #ff5984;
  border-bottom: 2px solid #ff5984;
  font-size: 2.1rem;
  margin-bottom: 30px;
}

.item_recruitment_title {
  font-size: 2rem;
  color: #000;
  line-height: 2;
  position: relative;
  height: 20px;
  padding-left: 20px;
  margin-bottom: 20px;
}
.item_recruitment_title::before {
  content: "";
  width: 18px;
  height: 18px;
  top: 8pt;
  left: -1pt;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/../images/jinzaiplus/job/aicon_recruitment_title.png);
}

.item_employment_type {
  font-size: 2rem;
  color: #000;
  line-height: 2;
  position: relative;
  height: 20px;
  padding-left: 20px;
  margin-bottom: 20px;
}
.item_employment_type::before {
  content: "";
  width: 18px;
  height: 18px;
  top: 8pt;
  left: -1pt;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/../images/jinzaiplus/job/aicon_employment_type.png);
}

.item_job_description {
  font-size: 2rem;
  color: #000;
  line-height: 2;
  position: relative;
  height: 20px;
  padding-left: 20px;
  margin-bottom: 20px;
}
.item_job_description::before {
  content: "";
  width: 18px;
  height: 18px;
  top: 8pt;
  left: -1pt;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/../images/jinzaiplus/job/aicon_job_description.png);
}

.item_qualification {
  font-size: 2rem;
  color: #000;
  line-height: 2;
  position: relative;
  height: 20px;
  padding-left: 20px;
  margin-bottom: 20px;
}
.item_qualification::before {
  content: "";
  width: 18px;
  height: 18px;
  top: 8pt;
  left: -1pt;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/../images/jinzaiplus/job/aicon_qualification.png);
}

.item_desired_person {
  font-size: 2rem;
  color: #000;
  line-height: 2;
  position: relative;
  height: 20px;
  padding-left: 20px;
  margin-bottom: 20px;
}
.item_desired_person::before {
  content: "";
  width: 18px;
  height: 18px;
  top: 8pt;
  left: -1pt;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/../images/jinzaiplus/job/aicon_desired_person.png);
}

.item_welfare {
  font-size: 2rem;
  color: #000;
  line-height: 2;
  position: relative;
  height: 20px;
  padding-left: 20px;
  margin-bottom: 20px;
}
.item_welfare::before {
  content: "";
  width: 18px;
  height: 18px;
  top: 8pt;
  left: -1pt;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/../images/jinzaiplus/job/aicon_welfare.png);
}

.item_salary_type {
  font-size: 2rem;
  color: #000;
  line-height: 2;
  position: relative;
  height: 20px;
  padding-left: 20px;
  margin-bottom: 20px;
}
.item_salary_type::before {
  content: "";
  width: 18px;
  height: 18px;
  top: 8pt;
  left: -1pt;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/../images/jinzaiplus/job/aicon_en.png);
}

.item_working_hours {
  font-size: 2rem;
  color: #000;
  line-height: 2;
  position: relative;
  height: 20px;
  padding-left: 20px;
  margin-bottom: 20px;
}
.item_working_hours::before {
  content: "";
  width: 18px;
  height: 18px;
  top: 8pt;
  left: -1pt;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/../images/jinzaiplus/job/aicon_opentime.png);
}

.item_holidays {
  font-size: 2rem;
  color: #000;
  line-height: 2;
  position: relative;
  height: 20px;
  padding-left: 20px;
  margin-bottom: 20px;
}
.item_holidays::before {
  content: "";
  width: 18px;
  height: 18px;
  top: 8pt;
  left: -1pt;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/../images/jinzaiplus/job/aicon_holliday.png);
}

.item_remarks {
  font-size: 2rem;
  color: #000;
  line-height: 2;
  position: relative;
  height: 20px;
  padding-left: 20px;
  margin-bottom: 20px;
}
.item_remarks::before {
  content: "";
  width: 18px;
  height: 18px;
  top: 8pt;
  left: -1pt;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/../images/jinzaiplus/job/aicon_remarks.png);
}

.item_photo_url {
  font-size: 2rem;
  color: #000;
  line-height: 2;
  position: relative;
  height: 20px;
  padding-left: 20px;
  margin-bottom: 20px;
}
.item_photo_url::before {
  content: "";
  width: 18px;
  height: 18px;
  top: 8pt;
  left: -1pt;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/../images/jinzaiplus/job/aicon_img.png);
}

.item_video_url {
  font-size: 2rem;
  color: #000;
  line-height: 2;
  position: relative;
  height: 20px;
  padding-left: 20px;
  margin-bottom: 20px;
}
.item_video_url::before {
  content: "";
  width: 18px;
  height: 18px;
  top: 8pt;
  left: -1pt;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/../images/jinzaiplus/job/aicon_img.png);
}

.item_name {
  font-size: 2rem;
  color: #000;
  line-height: 2;
  position: relative;
  height: 20px;
  padding-left: 20px;
  margin-bottom: 20px;
}
.item_name::before {
  content: "";
  width: 18px;
  height: 18px;
  top: 8pt;
  left: -1pt;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/../images/jinzaiplus/job/aicon_name.png);
}

.item_corporation_type {
  font-size: 2rem;
  color: #000;
  line-height: 2;
  position: relative;
  height: 20px;
  padding-left: 20px;
  margin-bottom: 20px;
}
.item_corporation_type::before {
  content: "";
  width: 18px;
  height: 18px;
  top: 8pt;
  left: -1pt;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/../images/jinzaiplus/job/aicon_corporation_type.png);
}

.item_name02 {
  font-size: 2rem;
  color: #000;
  line-height: 2;
  position: relative;
  height: 20px;
  padding-left: 20px;
  margin-bottom: 20px;
}
.item_name02::before {
  content: "";
  width: 18px;
  height: 18px;
  top: 8pt;
  left: -1pt;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/../images/jinzaiplus/job/aicon_name02.png);
}

.item_capacity {
  font-size: 2rem;
  color: #000;
  line-height: 2;
  position: relative;
  height: 20px;
  padding-left: 20px;
  margin-bottom: 20px;
}
.item_capacity::before {
  content: "";
  width: 18px;
  height: 18px;
  top: 8pt;
  left: -1pt;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/../images/jinzaiplus/job/aicon_capacity.png);
}

.item_target_age {
  font-size: 2rem;
  color: #000;
  line-height: 2;
  position: relative;
  height: 20px;
  padding-left: 20px;
  margin-bottom: 20px;
}
.item_target_age::before {
  content: "";
  width: 18px;
  height: 18px;
  top: 8pt;
  left: -1pt;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/../images/jinzaiplus/job/aicon_target_age.png);
}

.item_open_time {
  font-size: 2rem;
  color: #000;
  line-height: 2;
  position: relative;
  height: 20px;
  padding-left: 20px;
  margin-bottom: 20px;
}
.item_open_time::before {
  content: "";
  width: 18px;
  height: 18px;
  top: 8pt;
  left: -1pt;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/../images/jinzaiplus/job/aicon_opentime.png);
}

.item_closed_days {
  font-size: 2rem;
  color: #000;
  line-height: 2;
  position: relative;
  height: 20px;
  padding-left: 20px;
  margin-bottom: 20px;
}
.item_closed_days::before {
  content: "";
  width: 18px;
  height: 18px;
  top: 8pt;
  left: -1pt;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/../images/jinzaiplus/job/aicon_closeday.png);
}

.item_postal_code {
  font-size: 2rem;
  color: #000;
  line-height: 2;
  position: relative;
  height: 20px;
  padding-left: 20px;
  margin-bottom: 20px;
}
.item_postal_code::before {
  content: "";
  width: 18px;
  height: 18px;
  top: 8pt;
  left: -1pt;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/../images/jinzaiplus/job/aicon_postal_code.png);
}

.item_prefecture {
  font-size: 2rem;
  color: #000;
  line-height: 2;
  position: relative;
  height: 20px;
  padding-left: 20px;
  margin-bottom: 20px;
}
.item_prefecture::before {
  content: "";
  width: 18px;
  height: 18px;
  top: 8pt;
  left: -1pt;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/../images/jinzaiplus/job/aicon_address.png);
}

.item_access {
  font-size: 2rem;
  color: #000;
  line-height: 2;
  position: relative;
  height: 20px;
  padding-left: 20px;
  margin-bottom: 20px;
}
.item_access::before {
  content: "";
  width: 18px;
  height: 18px;
  top: 8pt;
  left: -1pt;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/../images/jinzaiplus/job/aicon_access.png);
}

.item_phone_number {
  font-size: 2rem;
  color: #000;
  line-height: 2;
  position: relative;
  height: 20px;
  padding-left: 20px;
  margin-bottom: 20px;
}
.item_phone_number::before {
  content: "";
  width: 18px;
  height: 18px;
  top: 8pt;
  left: -1pt;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/../images/jinzaiplus/job/aicon_tell.png);
}

.item_fax_number {
  font-size: 2rem;
  color: #000;
  line-height: 2;
  position: relative;
  height: 20px;
  padding-left: 20px;
  margin-bottom: 20px;
}
.item_fax_number::before {
  content: "";
  width: 18px;
  height: 18px;
  top: 8pt;
  left: -1pt;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/../images/jinzaiplus/job/aicon_fax.png);
}

.item_email {
  font-size: 2rem;
  color: #000;
  line-height: 2;
  position: relative;
  height: 20px;
  padding-left: 20px;
  margin-bottom: 20px;
}
.item_email::before {
  content: "";
  width: 18px;
  height: 18px;
  top: 8pt;
  left: -1pt;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/../images/jinzaiplus/job/aicon_mail.png);
}

.item_website_url {
  font-size: 2rem;
  color: #000;
  line-height: 2;
  position: relative;
  height: 20px;
  padding-left: 20px;
  margin-bottom: 20px;
}
.item_website_url::before {
  content: "";
  width: 18px;
  height: 18px;
  top: 8pt;
  left: -1pt;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/../images/jinzaiplus/job/aicon_web.png);
}

.item_recruiter_name {
  font-size: 2rem;
  color: #000;
  line-height: 2;
  position: relative;
  height: 20px;
  padding-left: 20px;
  margin-bottom: 20px;
}
.item_recruiter_name::before {
  content: "";
  width: 18px;
  height: 18px;
  top: 8pt;
  left: -1pt;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/../images/jinzaiplus/job/aicon_recruiter_name.png);
}

.item_content {
  font-size: 1.8rem;
  color: #ff5984;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 20px;
}

.item_second {
  font-size: 1.6rem;
  font-weight: bold;
  color: #3f3f3f;
  margin-bottom: 20px;
}

.nomal_text {
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  margin-bottom: 20px;
  margin-left: 30px;
}

.nomal_textb {
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}

.salary {
  border-radius: 50px;
  background-color: #e9577d;
  padding: 5px 8px 8px;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  margin-right: 5px;
}

.See_details_btn {
  margin-top: 50px;
  margin-bottom: 50px;
}
.See_details_btn a {
  font-size: 1.6rem;
  color: #fff;
  background-color: #e9577d;
  padding: 12px 0;
  border-radius: 20px;
  text-align: center;
  width: 500px;
  display: block;
  margin: 0 auto;
}

.aicon_bnr {
  margin-bottom: 10px;
}
.aicon_bnr .work_position {
  font-size: 1rem;
  padding: 5px 8px;
  border: #e9577d solid 1px;
  border-radius: 8px;
  margin-right: 5px;
  color: #e9577d;
}

/*==============================================================================================================================================================================================
*
*
* job openings.html
求人一覧
*
*
==============================================================================================================================================================================================*/
#job_main .inner .job_openings .about_headline {
  margin-bottom: 30px;
}
#job_main .inner .job_openings .job_box {
  background-color: #fffff8;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 5px rgb(212, 212, 212);
          box-shadow: 5px 5px 5px rgb(212, 212, 212);
  padding: 20px;
}
#job_main .inner .job_openings .job_box + .job_box {
  margin-top: 50px;
}
#job_main .inner .job_openings .job_box .job_box_top {
  border-bottom: 1px solid #888;
  padding-bottom: 10px;
}
#job_main .inner .job_openings .job_box .job_box_top .Organization_name {
  font-size: 1.2rem;
  color: #e9577d;
  font-weight: 500;
}
#job_main .inner .job_openings .job_box .job_box_top .Kindergarten_name {
  font-size: 1.4rem;
  color: #e9577d;
  font-weight: bold;
}
#job_main .inner .job_openings .job_box .job_box_top .Occupation {
  color: #454545;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 8px 0 0;
}
#job_main .inner .job_openings .job_box .job_box_top .place {
  color: #888;
  font-size: 1.2rem;
  font-weight: 500;
}
#job_main .inner .job_openings .job_box .job_box_middle {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#job_main .inner .job_openings .job_box .job_box_middle .job_box_middle_l {
  width: 30%;
}
#job_main .inner .job_openings .job_box .job_box_middle .job_box_middle_r {
  width: 65%;
}
#job_main .inner .job_openings .job_box .job_box_middle .job_box_middle_r .aicon_bnr {
  margin-bottom: 10px;
}
#job_main .inner .job_openings .job_box .job_box_middle .job_box_middle_r .aicon_bnr .work_position {
  font-size: 1rem;
  padding: 5px 8px;
  border: #e9577d solid 1px;
  border-radius: 8px;
  margin-right: 5px;
  color: #e9577d;
}
#job_main .inner .job_openings .job_box .job_box_middle .job_box_middle_r .conditions_text {
  font-size: 1.4rem;
  color: #000;
  line-height: 2;
  position: relative;
  height: 20px;
  padding-left: 30px;
  margin-top: 10px;
}
#job_main .inner .job_openings .job_box .job_box_middle .job_box_middle_r .conditions_text::before {
  content: "";
  width: 18px;
  height: 18px;
  top: 6pt;
  left: -1pt;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}
#job_main .inner .job_openings .job_box .job_box_middle .job_box_middle_r .conditions_text:nth-of-type(1)::before {
  background-image: url(/../images/jinzaiplus/job/aicon_en.png);
}
#job_main .inner .job_openings .job_box .job_box_middle .job_box_middle_r .conditions_text:nth-of-type(2)::before {
  background-image: url(/../images/jinzaiplus/job/aicon_point.png);
}
#job_main .inner .job_openings .job_box .job_box_middle .job_box_middle_r .conditions_text:nth-of-type(3)::before {
  background-image: url(/../images/jinzaiplus/job/aicon_job.png);
}
#job_main .inner .job_openings .job_box .See_details_btn {
  margin: 0 auto;
  margin-top: 50px;
}
#job_main .inner .job_openings .job_box .See_details_btn a {
  font-size: 1.6rem;
  color: #fff;
  background-color: #e9577d;
  padding: 12px 0;
  border-radius: 20px;
  text-align: center;
  width: 500px;
  display: block;
}
#job_main .inner .goto_btnbox .gotobtn {
  margin-top: 40px;
  margin-left: auto;
}

/*==============================================================================================================================================================================================
*
*
* datail.html
詳細
*
*
==============================================================================================================================================================================================*/
#detail_main .inner .page_tab .page_tab_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#detail_main .inner .page_tab .page_tab_list li {
  width: 50%;
  font-size: 1.8rem;
  text-align: center;
  color: #3f3f3f;
  border-bottom: 5px solid #e7e7e7;
  padding-bottom: 10px;
  margin-bottom: 50px;
}
#detail_main .inner .page_tab .page_tab_list li:nth-of-type(1) {
  font-weight: bold;
  color: #e9577d;
  border-bottom: 5px solid #e9577d;
}
#detail_main .inner .detail_openings .detail_box {
  background-color: #fffff8;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 5px rgb(212, 212, 212);
          box-shadow: 5px 5px 5px rgb(212, 212, 212);
  padding: 20px;
}
#detail_main .inner .detail_openings .detail_box .detail_box_top {
  border-bottom: 1px solid #888;
  padding-bottom: 10px;
}
#detail_main .inner .detail_openings .detail_box .detail_box_top .Organization_name {
  font-size: 1.2rem;
  color: #e9577d;
  font-weight: 500;
}
#detail_main .inner .detail_openings .detail_box .detail_box_top .Occupation {
  color: #454545;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 8px 0 0;
}
#detail_main .inner .detail_openings .detail_box .detail_box_middle {
  padding: 20px 0;
  width: 100%;
}
#detail_main .inner .detail_openings .detail_box .detail_box_middle .conditions_text {
  font-size: 1.4rem;
  color: #000;
  line-height: 2;
  position: relative;
  height: 20px;
  padding-left: 30px;
  margin-top: 10px;
}
#detail_main .inner .detail_openings .detail_box .detail_box_middle .conditions_text::before {
  content: "";
  width: 18px;
  height: 18px;
  top: 6pt;
  left: -1pt;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}
#detail_main .inner .detail_openings .detail_box .detail_box_middle .conditions_text:nth-of-type(1)::before {
  background-image: url(/../images/jinzaiplus/job/aicon_en.png);
}
#detail_main .inner .detail_openings .detail_box .detail_box_middle .conditions_text:nth-of-type(2)::before {
  background-image: url(/../images/jinzaiplus/job/aicon_point.png);
}
#detail_main .inner .detail_openings .detail_box .detail_box_middle .conditions_text:nth-of-type(3)::before {
  background-image: url(/../images/jinzaiplus/job/aicon_job.png);
}
#detail_main .inner .detail_openings .detail_box .detail_box_middle .item_contentbox {
  background-color: #faeff5;
  padding: 15px;
  border-radius: 10px;
}
#detail_main .inner .detail_openings .detail_box .detail_box_middle .item_contentbox + .item_contentbox {
  margin-top: 15px;
}
#detail_main .inner .goto_btnbox .gotobtn {
  margin-top: 40px;
  margin-left: auto;
}

/*==============================================================================================================================================================================================
*
*
* corporation.html
詳細(法人・施設）
*
*
=============================================================================================*/
.page_tab .page_tab_list02 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page_tab .page_tab_list02 li {
  width: 50%;
  font-size: 1.8rem;
  text-align: center;
  color: #3f3f3f;
  border-bottom: 5px solid #e7e7e7;
  padding-bottom: 10px;
  margin-bottom: 50px;
}
.page_tab .page_tab_list02 li:nth-of-type(2) {
  font-weight: bold;
  color: #e9577d;
  border-bottom: 5px solid #e9577d;
}

/*---------------
*
*
*
/*---------------
*
* じんざいプラス　pre.html
*
/*---------------
*
*
*
---------------*/
/*==============================================================================================================================================================================================
*
*pre.htmlの
*Parts（共通）
*
*
====================================================================================*/
.pre_headline {
  height: 35px;
  margin-bottom: 20px;
  padding: 8px 0 15px;
}

.pre_headline02 {
  height: 53px;
  padding: 8px 0 15px;
  color: #ff5984;
  border-bottom: 2px solid #ff5984;
  font-size: 2.1rem;
  margin-bottom: 30px;
}

.pre_text, about_text {
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}

.pre_text_c {
  text-align: center;
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}

/*==============================================================================================================================================================================================
*
*
* pre_main
*
*
==============================================================================================================================================================================================*/
#pre_main {
  margin-top: 65px;
}
#pre_main .pre_keyvisual .pre_inner {
  padding: 0;
}
#pre_main .pre_keyvisual .pre_inner img {
  margin: auto;
}
#pre_main .pre_keyvisual .pre_inner img:nth-of-type(1) {
  margin-bottom: 60px;
}
#pre_main .pre_keyvisual .pre_inner img:nth-of-type(2) {
  margin-bottom: 60px;
}
#pre_main .pre_inner .premail_box {
  height: 117px;
  width: 462px;
  margin: 20px auto 20px;
  padding: 20px 0 10px;
  background-image: url(/../images/jinzaiplus/pre/pre_bgimg.png);
}
#pre_main .pre_inner .premail_box .premail_box a {
  margin: 0 auto;
}
#pre_main .pre_inner .premail_box .premail_box_img {
  padding-left: 110px;
}
#pre_main .pre_inner .preflow_wrap {
  margin-bottom: 50px;
}
#pre_main .pre_inner .preflow_wrap .preflow_box_bg {
  padding: 5px 10px 10px 10px;
  background-color: #fffad7;
}
#pre_main .pre_inner .preflow_wrap .preflow_box_bg .preflow_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#pre_main .pre_inner .preflow_wrap .preflow_box_bg .preflow_box .preflow_left .preflow_left_img {
  margin-top: 8px;
  margin-right: 10px;
}
#pre_main .pre_inner .preflow_wrap .preflow_box_bg .preflow_box .preflow_center {
  width: 60%;
}
#pre_main .pre_inner .preflow_wrap .preflow_box_bg .preflow_box .preflow_center .preflow_center_headline {
  font-size: 1.8rem;
  color: #ff5984;
  line-height: 2;
}
#pre_main .pre_inner .preflow_wrap .preflow_box_bg .preflow_box .preflow_center .preflow_center_text {
  font-size: 1.3rem;
  color: #3f3f3f;
  line-height: 1.5;
}
#pre_main .pre_inner .preflow_wrap .preflow_box_bg .preflow_box .preflow_right .preflow_right_img {
  margin-top: 12px;
}
#pre_main .pre_inner .preflow_wrap .pre_box {
  width: 580px;
  background-color: #fcee21;
  padding: 10px 50px 10px;
  margin: 20px;
  text-align: center;
}
#pre_main .pre_inner .preflow_wrap .pre_box .pre_center_text {
  font-size: 1.3rem;
  color: #3f3f3f;
  line-height: 1.5;
  text-align: center;
}
#pre_main .pre_inner .preflow_wrap .pre_box .pre_rink {
  padding-top: 10px;
  text-align: center;
  color: #e41919;
  font-weight: bold;
}
#pre_main .pre_inner .preflow_wrap .triangle_box {
  padding: 15px 0;
}
#pre_main .pre_inner .preflow_wrap .triangle_box .triangle_img {
  margin: 0 auto;
}
#pre_main .pre_inner .preflow_wrap .preflow_box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding: 5px 10px 10px 10px;
  background-color: #fffad7;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#pre_main .pre_inner .preflow_wrap .preflow_box2 .preflow_left .preflow_left_img {
  margin-top: 10px;
}
#pre_main .pre_inner .preflow_wrap .preflow_box2 .preflow_center2 {
  width: 87%;
}
#pre_main .pre_inner .preflow_wrap .preflow_box2 .preflow_center2 .preflow_center_headline {
  font-size: 1.8rem;
  color: #ff5984;
  line-height: 2;
}
#pre_main .pre_inner .preflow_wrap .preflow_box2 .preflow_center2 .preflow_center_text2 {
  font-size: 1.3rem;
  color: #3f3f3f;
  line-height: 1.5;
}
#pre_main .pre_inner .preflow_wrap .preflow_box2 .preflow_right .preflow_right_img {
  margin-top: 12px;
}
#pre_main .pre_inner .preflow_wrap .triangle_box {
  padding: 15px 0;
}
#pre_main .pre_inner .preflow_wrap .triangle_box .triangle_img {
  margin: 0 auto;
}
#pre_main .pre_inner .note_point .note_point_headline {
  font-size: 1.6rem;
  color: #3f3f3f;
  border-bottom: 1px solid #ff5984;
  padding-bottom: 5px;
  margin-bottom: 10px;
  margin-top: 20px;
}
#pre_main .pre_inner .note_point .note_point_text {
  font-size: 1.4rem;
  color: #3f3f3f;
}
#pre_main .pre_inner .note_point .note_point_list {
  font-size: 1.4rem;
  color: #3f3f3f;
  list-style: disc;
  padding-left: 20px;
  margin-top: 15px;
}
#pre_main .pre_inner .note_point .goto_btnbox .gotobtn {
  margin-top: 40px;
  margin-left: auto;
}

/*==============================================================================================================================================================================================
*
*form
*

*
*
==========================================================================================*/
.form_area {
  margin: 50px 0;
  font-size: 1.4rem;
}
.form_area .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: nomal;
      -ms-flex-pack: nomal;
          justify-content: nomal;
  width: 100%;
  border-bottom: 1px solid #333;
}
.form_area .list dt {
  width: 40%;
  padding: 15px;
  border-top: 1px solid #333;
  background: #fffad7;
  font-weight: 400;
}
.form_area .list dt span {
  float: right;
  padding: 1px 3px;
  text-align: center;
  color: #ffffff;
  border-radius: 3px;
  background: #7ac943;
  font-size: 1.2rem;
}
.form_area .list dd {
  width: 60%;
  padding: 15px;
  border-top: 1px solid #333;
}

/*==============================================================================================================================================================================================
*
*
* section - 共通 form
*
*
==============================================================================================================================================================================================*/
.drop {
  width: 50px;
  padding: 2px 3px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
}

.text_frame {
  width: 300px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
}

.form_btn {
  width: 100px;
  padding: 2px 3px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
}

.margin_r {
  margin-right: 20px;
}

/*==============================================================================================================================================================================================
*
*
* 全体共通
*
*
==============================================================================================================================================================================================*/
body {
  color: #151515;
}

.inner {
  max-width: 1024px;
  margin: auto;
  padding: 0 20px;
}
@media (max-width: 900px) {
  .inner {
    max-width: 100%;
  }
}

.human_inner {
  max-width: 1024px;
  margin: auto;
  padding: 0 185px;
}
@media (max-width: 900px) {
  .human_inner {
    max-width: 100%;
  }
}

.facility_inner {
  max-width: 1024px;
  margin: auto;
  padding: 0 185px;
}
@media (max-width: 900px) {
  .facility_inner {
    max-width: 100%;
  }
}

.pre_inner {
  max-width: 1024px;
  margin: auto;
  padding: 0 185px;
}
@media (max-width: 900px) {
  .pre_inner {
    max-width: 100%;
  }
}

.form_inner {
  max-width: 750px;
  margin: auto;
}

.headline {
  color: #000;
  font-family: serif;
  font-size: 3rem;
  line-height: 1.5;
}

a:hover {
  opacity: 0.8;
}

/*==============================================================================================================================================================================================
*
*
* #header（全体共通）
*
*
==============================================================================================================================================================================================*/
#header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  /* nav全体の幅と余白調整（任意） */
  /* ulの設定：ナビメニューを横並びに */
  /* すべてのliの中のaタグに共通する縦レイアウトと中央揃え */
}
#header .logobox {
  width: 60%;
}
#header .header_nav {
  width: 40%;
  margin-top: 20px;
}
#header .header_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; /* 右寄せ。centerにすると中央寄せ */
  margin: 0 50px 0 0; /* 右に少しマージン */
  padding: 0;
  list-style: none;
  gap: 40px; /* li同士の間隔 */
}
#header .header_nav_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 横方向中央揃え */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; /* 縦並び */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 縦方向中央揃え（必要なら） */
  text-align: center;
  text-decoration: none;
  color: #ff5984;
  font-size: 1.6rem;
  /* ログイン・お気に入りの画像サイズ */
  /* テキストの調整（任意） */
}
#header .header_nav_list li a .login_img img {
  width: 24px;
  height: 24px;
  margin-bottom: 4px; /* 画像とテキストの間隔 */
}
#header .header_nav_list li a .login_text {
  font-size: 1.4rem;
}

/*==============================================================================================================================================================================================
*
*
* #footer（全体共通）
*
*
==============================================================================================================================================================================================*/
#footer {
  width: 100%;
  background-color: #f9e9e5;
  padding: 10px 0;
  margin-top: 110px;
}
#footer .inner .copyright {
  font-size: 1.2rem;
  color: #000;
  text-align: center;
}/*# sourceMappingURL=style.css.map */
