@charset "UTF-8";

/* reset */
#telework,
#airprtbl,
#knmri {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  color: #333;
}
#telework *,
#telework *:before,
#telework *:after,
#airprtbl *,
#airprtbl *:before,
#airprtbl *:after,
#knmri *,
#knmri *:before,
#knmri *:after {
  box-sizing: border-box;
}
#telework section,
#telework img,
#telework figure,
#telework h1,
#telework h2,
#telework h3,
#telework h4,
#telework h5,
#airprtbl section,
#airprtbl img,
#airprtbl figure,
#airprtbl h1,
#airprtbl h2,
#airprtbl h3,
#airprtbl h4,
#airprtbl h5,
#knmri section,
#knmri img,
#knmri figure,
#knmri h1,
#knmri h2,
#knmri h3,
#knmri h4,
#knmri h5 {
  display: block;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
}
#telework em,
#telework strong,
#telework small,
#airprtbl em,
#airprtbl strong,
#airprtbl small,
#knmri em,
#knmri strong,
#knmri small {
  font-style: normal;
}

/* all */
#telework .telework_inner {
  padding: 0 10px;
}
#telework .title_ {
  margin-bottom: 30px;
  padding: 10px;
  background-color: #4B4946;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

/* mv */
#telework #telework_mv .lead_txt {
  margin: 30px 0;
}
#telework #telework_mv .btn-ancor {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 5px;
  line-height: 1.7;
  color: #333;
  text-align: center;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 30px;
}
#telework #telework_mv .btn-ancor::before {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  right: 5%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: translateX(-50%) rotate(135deg);
}

/* #telework_sleep */
#telework #telework_sleep {
  margin: 50px 0;
}
#telework_sleep h3 {
  margin-bottom: 10px;
}
#telework_sleep .txt_box {
  margin-bottom: 40px;
}
#telework_sleep .txt_box p {
  line-height: 2;
}
#telework_sleep .img_ {
  margin-top: 30px;
}
#telework_sleep .caption_ {
  margin-top: 10px;
  line-height: 2;
}
#telework_sleep .caption_ .list_box {
  padding-left: 20px;
}
#telework_sleep .caption_ .list_box li {
  list-style: disc;
}

/* #telework_item */
#telework #telework_item .lead_txt {
  margin-bottom: 50px;
  text-align: center;
}

/* #airprtbl */
#airprtbl {
  margin-bottom: 40px;
}
#airprtbl .sub_title_area {
  margin-bottom: 20px;
}
#airprtbl .sub_title_area > figure {
  margin-bottom: 20px;
}
#airprtbl .sub_title_txt {
  margin: 0 auto 20px;
  padding: 0 10px;
  text-align: center;
}
#airprtbl .sub_title_txt h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 24px;
}
#airprtbl .sub_title_txt h3 span {
  background: linear-gradient(transparent 60%, #cdffcc 60%);
}
#airprtbl .sub_title_txt > p {
  margin-bottom: 20px;
  line-height: 1.7;
}
#airprtbl .sub_title_txt .logo_ {
  width: 60%;
  margin: 0 auto;
}
#airprtbl .caption_ {
  padding: 0 10px;
  line-height: 2;
}

/* #knmri */
#knmri {
  margin: 60px 0 40px;
}
#knmri .sub_title_area {
  margin-bottom: 20px;
}
#knmri .sub_title_area > figure {
  margin-bottom: 20px;
}
#knmri .sub_title_txt {
  margin: 0 auto 10px;
  padding: 0 10px;
  text-align: center;
}
#knmri .sub_title_txt h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 24px;
}
#knmri .sub_title_txt h3 span {
  background: linear-gradient(transparent 60%, #cdffcc 60%);
}
#knmri .sub_title_txt > p {
  line-height: 1.7;
}
#knmri .sub_title_txt .logo_ {
  width: 55%;
  margin: 0 auto;
}
#knmri .caption_ {
  padding: 0 10px;
  line-height: 2;
}

/* #knmri_link */
#knmri_link {
  margin: 0 auto 100px;
  padding: 0 10px;
  text-align: center;
}
#knmri_link p {
  text-decoration: underline;
}
.konemuri-template-recommend {
   overflow: hidden;
}
.konemuri-template-recommend .konemuri-template-recommend-items.banner {
    width: 80%;
    margin: 2% 10% auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.konemuri-template-recommend .template-recommend-items--name{
	margin-top:10px;
}
.konemuri-template-recommend .template-recommend-items--catch{
	font-size: 21px;
}
