@charset "UTF-8";

@media screen and (min-width: 835px) {

}
@media screen and (max-width: 834px) {

}

#page-map_main div.overview-list dl.overview-list__item dd.overview-list__desc a:hover {
  color: #B6D442;
  text-decoration: underline;
  transition: none;
}


/* テーブル
---------------------------------------------*/
.cmn-table {
  width: 100%;
}
.cmn-table th,
.cmn-table td,
.service_table th,
.service_table td {
    font-size: 1.6rem;
    background-color: #fff;
    border-bottom: 1px solid #EAEAEA;
    padding: 15px 20px;
    font-weight: 500;
}
.cmn-table th,
.cmn-table td {
  padding: 10px 20px;
}
.cmn-table th,
.service_table th {
    background-color: #E3EFB8;
    padding: 10px 20px;
}
.cmn-table th {
  padding: 5px 20px;
}
@media screen and (max-width: 834px) {
  .cmn-table th,
  .service_table th {
    font-size: 1.6rem;
    padding: 10px 20px;
  }
  .cmn-table td,
  .service_table td {
    font-size: 1.5rem;
    padding: 10px 20px;
  }
}

/* 電話固定4カラム */
.service_table {
  width: 100%;
  margin-top: 75px;
}
.service_table th {
  text-align: center;
}
.service_table th:first-child {
  width: calc(50% - 270px);
}
.service_table th:nth-child(2) {
  width: calc(60% - 270px);
}
.service_table th:nth-child(3) {
  width: 180px;
}
.service_table th:nth-child(4) {
  width: 90px;
}
.service_table td:first-child {
  color: #379659;
}
.service_table td:nth-child(3),
.service_table td:nth-child(4) {
  text-align: center;
}
.service_table td:nth-child(3) a {
  color: #151515;
}
.service_table td:nth-child(4) a {
  color: #fff;
  background-color: #B6D442;
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 1.4rem;
}

@media screen and (max-width: 834px) {
  .service_table {
    margin-top: 50px;
  }
  .service_table th, .service_table td {
    display: block;
    border: none;
    padding: 5px 20px;
  }
  .service_table th,
  .service_table tr:first-child {
    display: none;
  }
  .service_table tr {
    padding: 0 0 20px;
    background-color: #fff;
    display: block;
  }
  .service_table td:first-child {
    background-color: #E3EFB8;
    color: #151515;
    padding: 10px 20px;
  }
  .service_table td:nth-child(2) {
    padding: 15px 20px 5px;
  }
  .service_table td:nth-child(3) {
    text-align: left;
    position: relative;
    padding-left: 65px;
  }
  .service_table td:nth-child(3)::before {
    content: 'TEL：';
    position: absolute;
    top: 5px;
    left: 20px;
  }
  .service_table td:nth-child(4) a {
    display: block;
    text-align: center;
    margin-top: 5px;
  }
}



/*----- リスト -----*/
.order-list {
  list-style: none;
  counter-reset: ol_li;
}
.order-list li {
  padding-left: 15px;
  position: relative;
  margin-top: 5px;
}
.order-list li:before {
  margin-right: .25em;
  counter-increment: ol_li;
  content: counter(ol_li)'.';
  color: #379659;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}


/*----- 余白調節 -----*/
.mb-0 {
  margin-bottom: 0!important;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mbpc-25 {
  margin-bottom: 25px;
}
@media screen and (min-width: 835px) {
  .mtpc-60 {
    margin-top: 60px;
  }
}

/*----- PDFボタン差分 -----*/
.c-btn__02--green.btn__pdf {
  padding: 5px 55px 5px 25px;
}
.c-btn__02--green.btn__pdf:before {
  position: absolute;
  width: 26px;
  height: 26px;
  background-image: url(../img/life/bank/icon-pdf.png);
  right: 25px;
}
.c-btn__02--green.btn__pdf:hover::before {
  background-image: url(../img/common/img-pdfhv.svg);
}

@media screen and (max-width: 834px) {
  .c-btn__02--green.btn__pdf {
    padding: 5px 45px 5px 25px;
  }
  .c-btn__02--green.btn__pdf:before {
      right: 18px;
  }
}


/*----- タイトル -----*/
.cmn-ttl-02 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: 2px solid #379659;
  padding: 0 0 10px;
  margin-bottom: 30px;
  display: block;
  color: #379659;
  letter-spacing: 2px;
  margin-bottom: 25px;
}
@media screen and (max-width: 834px) {
  .cmn-ttl-02 {
    letter-spacing: 0.8px;
    margin-bottom: 15px;
    padding: 0 0 3px;
    font-size: 1.8rem;
    line-height: 1.7;
  }
}

/*----- 緊急の連絡先 -----*/
.kyosai-block__list-phone.text {
  padding-left: 0;
  color: #151515;
  font-size: 2.2rem;
}
.kyosai-block__list-phone.text:before {
  display: none;
}

/*----- 灯油・LPガス -----*/
.gas .register-member__wp .c-ttl__05 {
  text-align: left;
  font-size: 1.8rem;
}
.gas .register-member__wp .table__02 th {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .gas .register-member__wp .c-ttl__05 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .gas .register-member__wp .table__01 th {
    width: 120px;
  }
}

/*----- 利用者保護等管理方針 -----*/
.al-right {
  text-align: right;
}
.sec-policy__txt {
  max-width: 640px;
  margin: 0 auto 40px;
}
#privacy section.sec-agriculture-service .inner .c-ttl__05, #site-sns section.sec-agriculture-service .inner .c-ttl__05 {
  margin-bottom: 10px;
}
#page-about_policy_sns span.c-ttl__06 {
  text-decoration: underline;
  font-size: 1.8rem;
  text-align: left;
}
#site-sns section.sec-agriculture-service .inner .c-ttl__05 small.uline {
  text-decoration: underline;
  font-size: 1.6rem;
}


@media screen and (max-width: 834px) {
.sec-policy__txt {
  margin-bottom: 46px;
}

}

/*----- お問い合わせ -----*/
.privacy-box {
  box-sizing: border-box;
  overflow: auto;
  height: 410px;
  border-radius: 25px;
  margin: 0.5rem 0 2rem;
  -webkit-overflow-scrolling: touch;
  font-size: 1.5rem;
  text-align: left;
}
.privacy-box .inner {
  width: 100%;
  padding: 40px 15px 10px;
}

@media screen and (max-width: 834px) {
  .privacy-box .inner {
    width: 100%;
    padding: 30px 15px 5px;
  }
}


/*----- 苦情処理措置および紛争解決措置について -----*/
.complaints-btn {
  font-size: 1.6rem;
  display: inline-block;
  margin-top: 10px;
}
@media screen and (max-width: 834px) {
  .complaints-btn {
    font-size: 1.4rem;
  }
}


/*----- 公式SNSアカウントの紹介 -----*/
.official-sns_img {
  justify-content: center;
  align-items: flex-start;
}
.official-sns_img a {
  background-color: #fff;
  margin-bottom: 0;
}

.official-sns_img a:hover .underline-link {
  color: #fff;
}
.official-sns_img .jabank-list__img {
  margin-bottom: 0;
}
.official-sns_qr {
  position: relative;
}
.official-sns_qr span {
  text-align: center;
  display: block;
  background: #fff;
  border-radius: 20px;
  padding: 18px 15px 12px;
}
.official-sns_qr p {
  margin-top: 20px;
}
@media screen and (max-width: 834px) {
  .official-sns_img_item img {
    width: 30%;
  }
}

/*----- 収穫カレンダー詳細 -----*/
.calendar_mv {
  width: 100%;
  position: relative;
  height: 360px;
}
.calendar_mv iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left:0;
  object-fit: cover;
}

@media screen and (max-width: 834px) {
  .calendar_mv {
    padding-top: 56%;
    height: 0;
  }
}

/*----- 緊急時の連絡先 -----*/
.emergency_small {
  font-size: 2rem;
}
@media screen and (min-width: 1261px) {
  .emergency-item .kyosai-block__list-ttl {
    width: 0;
  }
}
@media screen and (max-width: 834px) {
  .emergency_small {
    font-size: 1.8rem;
  }
}

/*----- お問い合わせ　アグリネット -----*/
.contact__backtop {
  bottom: 80px;
}

/* css上書き
---------------------------------------------*/

/*----- ヘッダー修正 -----*/
.main-header__btn-tab {
  width: 200px;
}
@media screen and (max-width: 1024px){
  .main-header__btn-item:nth-child(3) a {
      background: #DF7D84;
  }
  .main-header__btn-item:nth-child(3) {
    width: 100%;
  }
  .main-header__btn-item:nth-child(4) {
    width: 100%;
  }
  .main-header__btn-item:nth-child(4) a {
      background: #4F95C1;
  }
}

/*----- JAながのについて -----*/
.media-list__item:first-child {
  text-align: center;
}


.no-link {
  pointer-events: none!important;
}

.d-block {
  display: block;
}


#page-about .agriculture-service__ttl.pdf-link::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 35px;
  height: 35px;
  /*background: url(../img/farming/service/ico-arrow.png) no-repeat center center/contain;*/
  background: url("../img/about/icon-link-pdf.png") no-repeat center/cover;
  bottom: 17px;
  right: 18px;
}

@media screen and (max-width: 834px) {
#page-about .agriculture-service__ttl.pdf-link::after {
width: 20px;
height: 20px;
right: 9px;
bottom: 8px;
}

}

/* 店舗・施設・ATMマップ 電話番号リンク関連 */
.office_tel + .office_tel {
  margin-top: 10px;
}
.overview-list__desc .office_tel {
  display: flex;
  flex-wrap: wrap;
}
.overview-list__desc .office_tel p + a::before {
  content: '：';
}
@media screen and (max-width: 834px) {
  .table-branch__td .office_tel {
    display: flex;
    flex-wrap: wrap;
  }
  .table-branch__td .office_tel p + a::before {
    content: '：';
  }
}

/* 採用情報  */

.layer {
  position: relative;
}

.layer::after {
  content: "";
  width: 100%;
  height: 110%;
  background: rgba(0,0,0,0.5);
  position: absolute;
  top: -30px;
  left: 0;
}

@media screen and (max-width: 834px) {
.layer::after {
  top: -30px;
}
}


.fcol-red {
  color: red;
}


.logo-character-wrap {
  margin-top: 40px;
}
.philosophy-size {
  font-size: 2.2rem;
}
.color-green {
  font-size: 2rem;
  color: #379659;
  max-width: 550px;
}
@media screen and (max-width: 834px) {
  .logo-character-wrap {
    margin-top: 30px;
  }
  .philosophy-size {
    font-size: 1.8rem;
  }
  .color-green {
    font-size: 1.8rem;
    color: #379659;
    max-width: 100%;
  }
}



.calendar-youtube__item {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.calendar-youtube__link {
  display: inline-block;
  width: 25px;
  height: 17.5px;
  /* background-color: #333; */
  background-image: url(../img/youtube.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 10px;
}


/* TOPページ スライドバナーに角Rを追加 */
.mv-index__slider-item img {
  background: #fdfff4;
  border-radius: 30px;
}

.feature-wrap__txt {
  line-height: 1.8;
}

.selling-maps__list-item#pin-05 {
  bottom: 10.5vw;
  left: 55.8vw;
}
.selling-maps__list-item#pin-08 {
  bottom: 1vw;
  left: 57vw;
  width: 10.2vw;
}
@media screen and (max-width: 834px) {
  .selling-maps__list-item#pin-05 {
    bottom: 8vw;
    left: 56.5vw;
  }
  .selling-maps__list-item#pin-08 {
    bottom: 2vw;
    left: 56.5vw;
    width: 19vw;
  }
}

/* 共済ページ メールのアイコンを追加 */
.kyosai-block__list-mail--ico::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 45px;
  height: 29px;
  background: url(../img/life/ja-kyosai/ico-mail.png) no-repeat center/contain;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.kyosai-block__list-mail {
  width: 80%;
  font-size: 31px;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 800;
  color: #379659;
  padding-left: 53px;
  position: relative;
}
@media screen and (min-width: 835px) {
  a[href^="mailto"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 1260px) {
  .kyosai-block__list-mail--ico {
    padding-left: 40px;
  }
}
@media screen and (max-width: 834px) {
  .kyosai-block__list-mail {
    width: calc(100% - 65px);
  }
}
@media screen and (max-width: 1260px) {
  .kyosai-block__list-mail {
    font-size: 2.0rem;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: calc(100% - 137px);
  }
}
@media screen and (max-width: 1260px) {
  .kyosai-block__list-mail::before {
    width: 32px;
    height: 21px;
  }
}

/* 機能性食品 */
#foods-with-functional-claims .secrets-list__ct-ttl::before {
  content: "Q";
  position: absolute;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  width: 52px;
  height: 52px;
  color: #fff;
  border-radius: 50%;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1;
  top: 5px;
  left: 0;
}
#page-foods-with-functional-claims div.fdlist .overview-list {
  width: 100%;
  margin: 0 auto;
  background: none;
}
#page-foods-with-functional-claims div.fdlist .c-txt__01 {
  font-size: 1.6rem;
  font-weight: 500;
}
#page-foods-with-functional-claims div.fdlist .overview-list__item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  border-bottom: none;
  padding: 5px 0 0;
}
#page-foods-with-functional-claims div.fdlist .overview-list__item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 5px 0 0px !important;
}
#page-foods-with-functional-claims div.fdlist .c-txt__01 {
  line-height: initial;
}
#page-foods-with-functional-claims div.fdlist .overview-list__item:first-child {
  border-top: none;
}
@media screen and (max-width: 834px) {
#foods-with-functional-claims .overview-list__ttl {
    width: 50%;
}
#foods-with-functional-claims .overview-list__desc {
    width: 50%;
  }
}

span.superscript {
vertical-align: super; /*テキストを上付きに*/
font-size: 0.6em; /*テキストを小さく*/
}


.main-header__btn-instagram {
  padding: 0 !important;
  width: 34px;
  height: 34px;
  /*background: #B6D442;*/
  /*border-radius: 50%;*/
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.main-header__btn-item a.main-header__btn-instagram:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent;
  /*opacity: 1;*/
  opacity: .5;
  display: block;
}
.main-header__btn-item a.main-header__btn-instagram:hover img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: .5;
}
.slick-dots li button::before {
  background: #B6D442 !important;
}
.slick-dots li.slick-active button:before {
  background: #379659 !important;
}

@media screen and (max-width: 1024px) {
  .main-header__ct-search {
    right: 30px;
  }
}
.icon-insta {
  padding: 0px 3px;
  bottom: -2px;
  position: relative;
}

/* ビジネスサーチテクノロジ　サイト内検索 */

/* pc/sp共通 */
#search ._sitesearch_component ._attributegroup ._attributes ._attribute input {
  display: none !important;
}
#search div._attributes form label span._label:hover {
  color: #B6D442;
  text-decoration: underline;
  transition: all 0.3s ease;
}
/* グーグル用をベースにBST用を作成 */
#search .main-header__ct-search2 {
  width: 152px;
}
#search .main-header__ct-search .gsc-input {
  background: none !important;
  font-size: 1rem;
  height: 21px !important;
  padding: 1px 6px 0 !important;
}







/*PC用サイト内検索*/
@media screen and (min-width: 835px) {

#search ._sitesearch_component ._items > ._item {
  margin: 10px 0px 30px 0px;
}
#search ._sitesearch_component ._attributegroup {
  padding: .5em 0em;
}
#search ._sitesearch_component ._attributegroup ._attributes ._attribute {
  padding: 5px 15px 0;
  font-size: 1.5em;
}
#search div._status {
  font-size: 1.5em;
}
#search div._sitesearch_component:first-of-type {
  margin: 70px 0 20px;
}
#search div._searchstatusfull {
  margin: 15px 0;
}
#search ._sitesearch_component ._items > ._item ._wrap {
  min-height: 135px !important;
}

#search ._sitesearch_component ._items > ._item ._wrap ._sitesearch_group1 {
  font-size: 1.6em;
}
#search ._sitesearch_component ._items > ._item ._wrap [class^="_sitesearch_group"] {
  font-size: 1.4em;
  margin: 10px 0 0;
}
#search ._sitesearch_component ._items > ._item ._wrap ._sitesearch_group3 {
  display: none;
  /*font-size: 1.3em;*/
  /*margin-top: 55px;*/
}
#search ._sitesearch_component ._items > ._item ._wrap ._sitesearch_group4 {
  display: none;
  font-size: 1.3em;
}
#search ._sitesearch_component ._items ._item ._wrap ._thumbnail a::before {
  vertical-align: top;
}
#search ._sitesearch_component ._items ._item ._wrap ._thumbnail::before {
  padding-top: 0%;
}
#search ._sitesearch_component ._items > ._item ._wrap ._sitesearch_group2 ._thumbnail {
  min-height: initial;
  height: auto;
}
#search ._sitesearch_component ._pagenator > ._nav._page {
  font-size: 1.6em;
}
#search ._sitesearch_component ._pagenator ._nav ._button {
  font-size: 1.5em;
}
#search ._sitesearch_component ._items ._item ._wrap ._thumbnail a {
  height: auto;
}
#search div._attributes form {
  margin: 10px auto;
}
#search ._sitesearch_component ._items ._item ._wrap ._thumbnail a img {
  display: inline-block;
  max-height: 130px;
  /*width: 100%;*/
  min-width: 30%;
}
._sitesearch_component ._items ._item ._wrap ._thumbnail a img {
  max-height: 100%;
  min-height: : 150px;
}
#search ._sitesearch_component ._items > ._item ._wrap ._sitesearch_group4 div._link {
  display: none;
}

}

/*SP用サイト内検索*/
@media screen and (max-width: 834px) {

#search div._attributes form div label {
  padding: 0 10px;
}
#search ._sitesearch_component ._items ._item ._wrap {
  width: 100%;
  padding: 0 10px;
  margin: 0 auto 20px;
  font-size: 1.2em;
}
#search ._sitesearch_component ._items > ._item ._wrap [class^="_sitesearch_group"] {
  align-items: flex-start;
}
#search ._sitesearch_component ._items > ._item ._wrap ._sitesearch_group2 {
  flex-direction: row;
}
#search ._sitesearch_component ._items > ._item ._wrap ._sitesearch_group1 {
  flex-direction: row;
}
#search ._sitesearch_component ._items > ._item ._wrap ._sitesearch_group3 {
  display: none;
  /*margin: 10px auto;*/
}
#search ._sitesearch_component ._items > ._item ._wrap ._sitesearch_group4 {
  display: none;
}


#search ._sitesearch_component ._items > ._item ._wrap ._sitesearch_group1 ._title {
  overflow: clip;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: initial;
  -webkit-line-clamp: initial;
  line-height: 1.3;
  max-height: initial;
}
#search ._sitesearch_component ._items ._item ._wrap ._thumbnail a {
  height: initial;
}
#search ._sitesearch_component ._items > ._item ._wrap ._sitesearch_group2 ._thumbnail {
  height: auto;
  width: 100%;
  min-width: 100px;
  min-height: 50px;
}
#search ._sitesearch_component ._items ._item ._wrap ._sitesearch_group2 ._thumbnail a img {
  display: inline-block;
  width: 100%;
  max-width: 100px;
  /*max-height: 100px;*/
}

#search ._sitesearch_component ._items ._item ._wrap ._thumbnail::before {
  padding-top: 0px;
}
#search ._sitesearch_component ._items > ._item {
  margin: 0px auto 30px;
}
#search div._sitesearch_component div._searchstatusfull {
  padding: 5px 15px 25px;
  font-size: 1.6em;
}
#search ._filetype._filetype_pdf {
  display: none;
}
#search div._sitesearch_component div._pagenator {
  font-size: 1.6em;
  width: 100%;
  padding: 0 10px;
  display: block;
}
#search div._sitesearch_component ._attributegroup ._attributes ._attribute {
  font-size: 1.4em;
  line-height: 1;
}

}

@media screen and (max-width: 768px) {

#search div._sitesearch_component ._attributegroup ._attributes ._attribute {
  font-size: 1.6em;
}
#search div._sitesearch_component ._items ._item ._wrap ._snippet {
  padding: 0 1em;
  font-size: 1.1em;
	}


	.search_form {
		position: relative;
		top: -11px;
		left: 25px;
	}


}


/*レシピへの産地項目追加*/
.recipe-list__sub-ttl {
  color: #A5A5A5;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.4em;
}
.recipe-list__ct-ttl {
  margin-bottom: 10px !important;
}
.recipe-list__ct p {
  margin: 28px auto 28px !important;
}

.article-content--farming .article-content__note-prod-area {
  background: #A5A5A5;
}
.article-content__note-prod-area {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  background: #A5A5A5;
  color: white;
  border-radius: 20px;
  padding: 7px 13px;
}

@media screen and (max-width: 768px) {
sup {
  vertical-align:text-top;
  font-size:small;
  display: contents;
}
}

#member-test .agriculture-service__ttl.touroku, #member .agriculture-service__ttl.touroku  {
  background: #FFA500;
}
#member-test .regist .agriculture-service__wrap--border, #member .regist .agriculture-service__wrap--border {
  border: 1px solid #FFA500;
}

/* 予約システム公開 */
@media screen and (max-width: 834px) {
  .c-btn__01 {
    margin-bottom: 20px;
  }
}

/* JA共済にフリーダイヤルを追加 */

.kyosai-block--style2 .kyosai-block__list-item-2:first-child {
  border-top: 3px dotted #B6D442;
  padding-top: 32px;
}
/*
.kyosai-block--style2 .kyosai-block__list-item-2::before {
  content: "";
  width: calc(100% - 138px);
  height: 3px;
  background: url("../img/index/bg-dots.svg") center repeat-x;
    background-size: auto;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
}
*/
.kyosai-block__list-item-2:not(:last-child) {
  padding-bottom: 35px;
  margin-bottom: 33px;
}
.kyosai-block__list-item-2 {
  display: block;
  position: relative;
}

.kyosai-block--style2 .kyosai-block__list-item:first-child {
  border-top: 3px dotted #B6D442;
  padding-top: 32px;
}

.kyosai-block__list-item:not(:last-child) {
  padding-bottom: 35px;
  margin-bottom: 33px;
}

.kyosai-block__list-item-2:not(:last-child)::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 3px;
  background: url(../img/index/bg-dots.svg) center repeat-x;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 1261px) {
  .kyosai-block--style2 .kyosai-block__list-item-2 .kyosai-block__list-phone {
    width: 40%;
    display: block;
    /*margin: 20px 0 5px;*/
    margin: 15px 0 0px 130px;
  }
}
@media screen and (max-width: 1260px) {
  .kyosai-block--style2 .kyosai-block__list-item-2 .kyosai-block__list-phone {
    display: block;
    margin: 15px 0px 0px 65px;
}
.kyosai-block__list-item-2:not(:last-child) {
  padding-bottom: 35px;
  margin-bottom: 33px;
}
}
@media screen and (max-width: 834px) {
  .kyosai-block__list-item-2:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 33px;
  }
}

/* 2402added */
@media screen and (min-width: 1261px) {
.ftimg {
  position: relative;
  margin: 15px 100px;
  text-align: right;
}
.ftimg img {
  width: 250px;
  max-width: 400px;
}


}
@media screen and (min-width: 835px) {
.ftimg img {
  width: 250px;
  max-width: 400px;
}

}



@media screen and (max-width: 834px) {
.ftimg {
  text-align: center;
}
.ftimg img {
  width: 80%;
  padding: 10px;
  margin: 0 auto;
  max-width: 400px;
}

}


.recruit-index__btn_sub::before {
  content: "";
  width: 206px;
  height: 206px;
  max-width: 0;
  border-radius: 50%;
  background: url("../img/index/img-hover-midcareer.png") center no-repeat;
    background-size: auto;
  background-size: contain;
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  pointer-events: none;
}
.recruit-index__btn_sub {
  text-align: center;
  display: block;
  font-weight: bold;
  line-height: 1.667;
  /*padding-bottom: 47px;*/
  position: relative;
  color: #fff;
  font-size: 2rem;
  padding: 47px 0;
}
.recruit-index__btn_sub::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/common/icon-link-green.svg") center no-repeat;
    background-size: auto;
  background-size: contain;
  bottom: -9%;
  left: 50%;
  z-index: 3;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}
@media screen and (max-width: 834px) {
  .recruit-index__btn_sub {
    display: inline-block;
    /*padding-bottom: 0;
    padding-right: 23px;*/
    padding: 17px 23px 0 0;
    letter-spacing: 1.2px;
    margin-top: 15px;
    font-size: 1.3rem;
  }
  .recruit-index__btn_sub::after {
    left: auto;
    right: 0;
    top: 70%;
    width: 17px;
    height: 17px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

}

@media screen and (min-width: 835px) {
  .recruit-index__btn_sub:hover::before {
    max-width: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    pointer-events: auto;
    opacity: 1;
  }
}


@media screen and (max-width: 834px) {
  .overview-list__desc iframe {
    width: 100%;
    padding: 10px;
  }
}

/* 202404 vivid一般公開 */

#vivid-archive .inner, #vivid-single .inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 907px;
}
#vivid-archive .inner--738, #vivid-single .inner--738 {
  max-width: 778px;
}
#vivid-single .inner--640 {
  max-width: 680px;
}
#vivid-single .sec-information-detail {
  padding: 133px 0 96px;
}
#vivid-archive .inner, #vivid-single .inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 907px;
}
#vivid-archive .c-ttl__02, #vivid-single .c-ttl__02 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  color: #379659;
  border-bottom: 2px solid currentColor;
  font-weight: 700;
  letter-spacing: 0.2rem;
  padding-bottom: 11px;
  margin-bottom: 41px;
}
#vivid-archive .c-txt__01, #vivid-single .c-txt__01 {
  letter-spacing: 1.5px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 500;
}
#vivid-archive ul, #vivid-single ul {
  box-sizing: border-box;
}
#vivid-archive .information-list, #vivid-single .information-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -25px 70px;
  counter-reset: li;
  padding: 0 20px;
}
#vivid-archive .information-list__item, #vivid-single .information-list__item {
  width: 100%;
  border-bottom: 3px dotted #B6D442;
  padding-bottom: 39px;
}
#vivid-archive .information-list__item:not(:last-child), #vivid-single .information-list__item:not(:last-child)  {
  margin-bottom: 41px;
}
#vivid-archive li, #vivid-single li {
  list-style: none;
}
#vivid-archive .information-list__item a, #vivid-single .information-list__item a {
  display: block;
  position: relative;
  padding: 0 9px;
}
#vivid-archive a, #vivid-single a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  outline: none;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#vivid-archive *, #vivid-single * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#vivid-archive .information-list__meta, #vivid-single .information-list__meta {
  display: -ms-flexbox;
  display: -webkit-box;
  /*display: flex;*/
  display: block;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3571428571;
  margin-bottom: 9px;
  grid-gap: 9px 11px;
}
#vivid-archive .information-list__meta-date, #vivid-single .information-list__meta-date {
  color: #B6D442;
  font-weight: bold;
  letter-spacing: 1.5px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  line-height: 1;
}
#vivid-archive body, #vivid-single body {
  color: #151515;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-size: 100%;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.3;
}
#vivid-single .information-detail__list {
  margin-bottom: 20px;
}
#vivid-single .information-detail__list-item a {
  display: inline-block;
  color: #B6D442;
  text-decoration: underline;
  padding-right: 23px;
  position: relative;
  padding-right: 30px;
}
#vivid-single a[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 26px;
  height: 25px;
  background: url(../img/common/ico-pdf.svg) no-repeat center/contain;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#vivid-archive .information-list__item a::after, #vivid-single .information-list__item a::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../img/common/icon-link.svg) no-repeat center/contain;
  top: 56%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#vivid-archive .wp-pagination, #vivid-single .wp-pagination {
  margin-top: 40px;
}
#vivid-archive .wp-pagination .wp-pagenavi, #vivid-single .wp-pagination .wp-pagenavi {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 10px 17px;
  font-weight: 500;
}
#vivid-archive .wp-pagination .wp-pagenavi > .current, #vivid-single .wp-pagination .wp-pagenavi > .current {
  background: #B6D442;
  color: white;
  border: none;
}
#vivid-single .information-detail__meta {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3571428571;
  margin-bottom: 28px;
  grid-gap: 9px 18px;
}
#vivid-single .information-detail__meta-date {
  color: #B6D442;
  font-weight: bold;
  letter-spacing: 1.5px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  line-height: 1;
}
#vivid-single .information-detail__wbtn {
  margin-top: 60px;
}
#vivid-single .c-btn__01 {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 10px;
  background: #B6D442;
  -webkit-box-shadow: none;
  box-shadow: none;
  letter-spacing: 2px;
  outline: none;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 20px 10px 10px;
  position: relative;
  color: #379659;
  height: 69px;
  max-width: 340px;
  width: 100%;
  margin: 0 auto;
  font-weight: bold;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 1.6rem;
}
#vivid-single .ebook-link {
  color: #379659;
  font-weight: bold;
  position: relative;
  padding: 0 35px 0 0;
  letter-spacing: 1px;
  font-size: 1.6rem;
  display: inline-block;
}
#vivid-archive .ebook-link::after, #vivid-single .ebook-link::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/common/icon-link.png) no-repeat;
    background-size: auto;
  background-size: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
#vivid-archive .wp-pagination .wp-pagenavi > *, #vivid-single .wp-pagination .wp-pagenavi > * {
  color: #151515;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  border: 0;
  padding: 0;
  margin: 0;
}
#vivid-archive .information-list__meta-categories, #vivid-single .information-list__meta-categories {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 10px;
}
#vivid-archive .information-list__meta-categories span, #vivid-single .information-list__meta-categories span {
  min-height: 28px;
  font-weight: 500;
  min-width: 91px;
  max-width: 100%;
  padding: 4px 11px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
#vivid-archive .c-bg--green, #vivid-single .c-bg--green {
  background: #B6D442;
  color: white;
}
#vivid-archive .c-bg--red, #vivid-single .c-bg--red {
  background: #DF7D84;
  color: white;
}
#vivid-archive .information-filter, #vivid-single .information-filter {
  background: #F6F8EC;
  border-radius: 30px;
  padding: 50px 66px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 20px 60px;
  margin-bottom: 50px;
}
#vivid-archive .information-filter__item, #vivid-single .information-filter__item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(50% - 30px);
}
#vivid-archive .information-filter__ttl, #vivid-single .information-filter__ttl {
  width: 40px;
  font-size: 1.6rem;
  font-weight: 500;
}
#vivid-archive .post-list__item {
  padding-bottom: 13px;
  margin-bottom: 5px;
  position: relative;
}
#vivid-archive .post-list__meta {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 11px;
  color: #b6d442;
  font-weight: 700;
  letter-spacing: 1.5px;
  font-family: "游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック","MS PGothic",sans-serif;
  font-size: 1.4rem;
}
#vivid-archive .post-list__meta span {
  margin-left: 13px;
  height: 28px;
  font-weight: 500;
  min-width: 91px;
  max-width: 100%;
  padding: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #b6d442;
  color: #fff;
  border-radius: 20px;
  font-family: "M PLUS Rounded 1c",sans-serif;
}
#vivid-archive .post-list__ct p {
  color: #151515;
  font-weight: 500;
  letter-spacing: 1.6px;
  font-size: 1.6rem;
}
#vivid-archive .post-list__img {
  width: 118px;
  height: 118px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid transparent;
}
#vivid-archive .post-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#vivid-archive .post-list__item a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
}
#vivid-archive .post-list__item a:hover .post-list__img {
  border-color: #b6d442;
}
#vivid-archive .post-list__ct {
  width: calc(100% - 118px);
  padding-left: 20px;
  padding-bottom: 8px;
}
#vivid-archive .post-list {
  max-width: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 100%;
  margin: 0 auto;
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
#vivid-archive .c-txt__01 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 500;
}
#vivid-single .information-detail.c-txt__01 img {
  margin: 0 auto 30px;
  border-radius: 10px;
  border: 2px solid transparent;
  border-color: #b6d442;
}
/*
#vivid-single .information-detail.c-txt__01 img:hover {
border-color: #b6d442;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  opacity: 1;
}
*/

@media screen and (max-width: 834px) {
  #vivid-archive .wrapper, #vivid-single .wrapper {
    padding-top: 54px;
  }
  #vivid-archive .sec-information, #vivid-single .sec-information {
    padding: 32px 0 65px;
  }
  #vivid-archive .c-ttl__02, #vivid-single .c-ttl__02 {
    font-size: 1.8rem;
    padding-bottom: 5px;
    margin-bottom: 22px;
  }
  #vivid-archive .information-list, #vivid-single .information-list {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3571428571;
  }
  #vivid-archive .c-txt__01, #vivid-single .c-txt__01 {
    letter-spacing: 0.75px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7857142857;
  }
  #vivid-archive .information-list__item:not(:last-child), #vivid-single .information-list__item:not(:last-child) {
   margin-bottom: 24px;
 }
  #vivid-archive .information-list__item, #vivid-single .information-list__item {
    padding-bottom: 21px;
  }
  #vivid-archive .information-list__item a, #vivid-single .information-list__item a {
    padding: 0 25px 0 0;
  }
  #vivid-archive .information-list__meta, #vivid-single .information-list__meta {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.3076923077;
    grid-gap: 9px 2px;
    margin-bottom: 12px;
    margin-right: -25px;
  }
  #vivid-archive .information-list__item a::after, #vivid-single .information-list__item a::after {
   width: 17px;
   height: 17px;
 }
  #vivid-single .information-detail__ttl {
    padding-bottom: 9px;
    margin-bottom: 16px;
  }
  #vivid-single .information-detail__meta {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.3076923077;
    grid-gap: 9px 2px;
    margin-bottom: 32px;
  }
  #vivid-single .information-detail__list {
   font-size: 14px;
   font-size: 1.4rem;
   line-height: 1.3571428571;
   /*margin-bottom: 56px;*/
   margin: 20px auto 40px;
 }
  #vivid-single .information-detail__wbtn {
    margin-top: 45px;
  }
  #vivid-single .c-btn__01::after {
    width: 17px;
    height: 17px;
    right: 19px;
  }
  #vivid-single .c-btn__01 {
    max-width: 279px;
    height: 60px;
    border-radius: 4px;
    padding: 10px 34px 10px 10px;
  }
  #vivid-archive .information-list__meta-categories span, #vivid-single .information-list__meta-categories span {
    min-height: 20px;
    min-width: 61px;
    font-weight: 500;
    padding: 2px 9px;
  }
  #vivid-archive .information-list__meta-categories span, #vivid-single .information-list__meta-categories span {
    min-height: 20px;
    min-width: 61px;
    font-weight: 500;
    padding: 2px 9px;
  }
  #vivid-archive .information-filter, #vivid-single .information-filter {
    padding: 30px 30px 45px;
    border-radius: 8px;
    margin-bottom: 38px;
  }
  #vivid-archive .information-filter__item, #vivid-single .information-filter__item {
    width: 100%;
  }
  #vivid-archive .information-filter__ttl, #vivid-single .information-filter__ttl {
    width: 100%;
    margin-bottom: 8px;
  }
  #vivid-archive .information-filter__ct, #vivid-single .information-filter__ct {
    width: 100%;
  }
  #vivid-archive .input, #vivid-archive select, #vivid-single .input, #vivid-single select {
    height: 40px;
    font-weight: 500;
    font-size: 1.3rem;
  }
  #vivid-archive .post-list__img {
    width: 74px;
    height: 74px;
  }
  #vivid-archive .post-list__ct {
   padding-left: 7px;
   padding-bottom: 0;
   padding-top: 3px;
   width: calc(100% - 74px);
 }


}


#page-reservation-system section.sec-living .inner .c-ttl__05 {
  margin-bottom: 10px;
}
#page-reservation-system section.sec-living .inner a.underline-link {
  align-items: baseline;
}

#page-reservation-system section.sec-living .inner div.c-txt__01 {
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
#page-reservation-system section .brand-block__ttl {
  margin-top: 0px;
  margin-bottom: 35px;
}
#page-reservation-system section .underline-link::after {
    margin: 0px 8px 0px 8px;
}
@media screen and (max-width: 834px) {
  #page-reservation-system section .underline-link::after {
    bottom: -2px;
    margin: 0px 8px 0px 8px;
  }
}

@media screen and (max-width: 834px) {
  #about-reservation-test .overview-list__pdf, #about-reservation .overview-list__pdf {
    width: initial;
    display: inline-block;
  }
  #about-reservation-test .view-more::after, #about-reservation .view-more::after {
    top: 35%;
  }
  #page-basic-flow .inner p.c-txt__01.c-txt__01--spsmall.c-al--cpc {
    margin: 0 auto;
    text-align: center;
  }

}

.view-more-link {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 1.4rem;
  color: #379659;
  font-weight: bold;
  line-height: 1 !important;
  position: relative;
  padding: 0 35px 0 0;
  letter-spacing: 1px;
}
.view-more-link::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../img/life/service/ico-link.png") no-repeat;
    background-size: auto;
  background-size: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
@media screen and (max-width: 834px) {
  #about-reservation .view-more-link::after {
  top: 35%;
}
}

/* フッターに登録金融機関の記載を追加 */
.sub-footer__address {
  margin-bottom: 12px;
  letter-spacing: 1px;
  font-size: 15px;
  font-size: 1.3rem;
  line-height: 1.6;
  font-weight: bold;
  color: #151515;
}
@media screen and (max-width: 1024px) {
  .sub-footer__address {
    text-align: left;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 16px;
    letter-spacing: 1.2px;
    font-size: 1.3rem;
  }
}


/* ヘッダーのながまるWEB公開 */
.pdfbtn.main-header__btn-tab::after {
  content: "";
  width: 17px !important;
  height: 16px !important;
  background: url("../img/common/icon-pdf-white.svg") center no-repeat !important;
    background-size: auto;
  background-size: contain;
  position: absolute;
  right: 25px;
  top: 47%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 834px) {


}

/* フォーム修正 */
.check_btn p{
margin-top: 10px;
}
/*.check_btn input[type=checkbox].check_btn_item{
display: none;
}*/
.check_btn label {
display: inline-block;
}
.check_btn .check_btn_item + span {
padding-left: 28px;
display: inline-block;
position: relative;
margin: 30px auto 0px;
}
.check_btn .check_btn_item + span::after,
.check_btn .check_btn_item + span::before {
content: '';
display: block;
position: absolute;
top: 0;
}
.check_btn .check_btn_item + span::before {
border: 1px solid #AAAAAA;
border-radius: 4px;
left: 0;
height: 20px;
width: 20px;
top: 4px;
}
.check_btn .check_btn_item + span::after{
border: none;
border-right: 3px solid #c78d8d;
border-bottom: 3px solid #c78d8d;
height: 12px;
left: 6px;
opacity: 0;
top: 6px;
transform: rotate(45deg);
width: 7px;
}
.check_btn .check_btn_item:checked + span::after {
opacity: 1;
}





/* ワードプレス管理画面のツールバーを　一時的に下に移動 */
/* 作業終了時にコメントアウトすること */

/*
#wpadminbar{
	top:inherit !important;
	bottom:0 !important;
	}
*/
