@charset "UTF-8";

/* BASE
------------------------------------*/

html {
  height: 100%;
}

body {
  position: relative;
  font-family: 'Avenir Next','Koburina Gothic W3 JIS2004', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}


/* COMMON
------------------------------------*/

:root {
  --al-main-color: #00A0D2;
  --al-gray-color: #BEB1AA;
  --al-sub-brown-color: #675952;
}
    
a:not(.postBody a) {
  cursor: pointer;
}
ul:not(.postBody ul),
ol:not(.postBody ol),
li:not(.postBody li) {
  list-style: none;
}
.sp {
  display: none;
}

.wrap {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.wrap__top {
  padding-top:100px;
}
.relative {
  position: relative;
}

.linkArr {
  display: inline-block;
  font-size: 13px;
  color: #675952;
}
.linkArr::after {
    content: url(../img/footer-arrow.svg);
    height: 12px;
    margin-left: 4px;
    vertical-align: middle;
}
.linkArr:hover {
  color: var(--al-main-color);
}
.textRight {
  text-align: right;
}
.pageBody {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: inherit;
  }
  .wrap__top {
    padding-top: 60px;
  }
}
/* end @media */



/* Header
------------------------------------*/

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100px;
  background: rgba(255,255,255,0.9);
}
.header__logo {
  position: absolute;
  top: 40px;
  left: 0;
  width: 156px;
}
.header__menu {
  position: absolute;
  top: 40px;
  left: 196px;
  color: var(--al-gray-color);
}
.header__menu li {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  margin-right: 36px;
}
.header__menu li span {
  font-size: 10px;
}
.header__menu li:hover {
  color: var(--al-main-color);
}
.header__search {
  position: absolute;
  top: 34px;
  right: 0;
  display: inline-block;
  border-bottom: 2px solid #EAE5E3;
  padding-bottom: 2px;
}
.header__search-box {
  border: none;
  vertical-align: super;
  width: 252px;
  font-size: 13px;
  padding: 0 2px;
}
.header__search-box-btn {
  margin: 0 0 5px 0;
  width: 28px;
}
.header__search-box-btn:hover {
  cursor: pointer;
  opacity: 0.8;
}

.pun {
  font-size: 11px;
  color: var(--al-gray-color);
  margin-bottom: 40px;
}
.pun li {
  display: inline-block;
  font-weight: 700;
}
.breadcrumb-item+li:before {
    color: #ccc;
    content: "|";
    padding: 0 4px;
}

.header__sp-menu,
.header__sp-search {
  display: none;
}


@media (max-width: 767px) {

  header {
    height: 60px;
  }
  .header__sp-menu {
    position: absolute;
    display: inherit;
    top: 18px;
    left: 20px;
  }
  .header__logo {
    top: 18px;
    left: 56px;
  }
  .header__menu,
  .header__search {
    display: none;
  }
  .login-icon {
    top: 16px;
    right: 20px;
  }
  .header__sp-search {
    position: absolute;
    display: inherit;
    top: 16px;
    right: 20px;
    width: 28px;
  }
  .punBox {
    padding: 0 20px;
  }

} /* end @media */



/* スマホMENU
------------------------------------*/

html.no-scroll, body.no-scroll {
  overflow: hidden;
}
.header__sp-menu,
.header__sp-search {
  cursor: pointer;
}
.header__sp-menubox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity .35s ease, visibility .35s step-end;
}
.header__sp-menubox::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,.9);
}
.header__sp-menubox .panel {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #F5F3F2;
  transform: translateX(-100%);
  transition: transform .35s ease;
  will-change: transform;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 56px 20px 40px;
}
.header__sp-menubox.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition: opacity .35s ease, visibility 0s;
}
.header__sp-menubox.is-open .panel {
  transform: translateX(0);
}
.header__sp-close {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.header__sp-menubox .main-logo,
#spSearch .main-logo {
  position: absolute;
  display: block;
  width: 156px;
  top: 18px;
  left: 56px;
}
.header__sp-menubox ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 208px;
}
.header__sp-menubox li {
  position: relative;
  padding: 10px 0;
  font-size: 12px;
  color: #675952;
  background: url(../img/footer-arrow.svg) no-repeat;
  background-position: top 13px right 0;
}
.header__sp-menubox li a {
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.header__sp-about {
  color: #BEB1AA!important;
  font-weight: bold;
  font-size: 15px!important;
  background: none!important;
}
.header__sp-lifestory {
  color: var(--al-main-color)!important;
  background: url(../img/footer-arrow-blue.svg) no-repeat!important;
  background-position: top 13px right 0!important;
}
.header__sp-menubox.is-open {
  display: block;
  opacity: 1;
}
.header__sp-menubox.is-open .panel {
  transform: translateX(0);
}
.header__sp-menubox hr {
    margin-top: 10px;
    margin-bottom: 12px;
    border-color: #EAE5E3;
    border-style: solid;
    border-width: 2px;
}


/* スマホ検索ボックス
------------------------------------*/

#spSearch {
  background: #F5F3F2;
  padding: 60px 20px 20px 20px;  
  position: fixed;       /* relative → fixed に変更 */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transform: translateY(-100%);  /* 上に隠す */
  transition: transform .25s ease, opacity .25s ease, visibility .25s ease;
  opacity: 0;
  visibility: hidden;
  }
  /* 表示時 */
#spSearch.is-open {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.h-search-box {
  position: relative;
  width: 100%;
  height: 36px;
  background: #FFF;
  font-size: 16px;
  padding: 0 40px 0 10px;
}
.h-search-form {
    position: relative;
    width: 100%;
}
.h-search-submit {
    background: url(../img/header-search.svg) no-repeat center center;
    background-size: 24px;
    height: 36px;
    position: absolute;
    right: 0;
    width: 36px;
}



/* Footer
------------------------------------*/

footer {
  background: url("../img/profile-bg.jpg");
  padding-bottom: 50px;
}
.footer__logo {
  position: relative;
  text-align: center;
  padding: 16px 0;
  background-color: var(--al-main-color);
}
.footer__totop {
  position: absolute;
  top: 30px;
  right: 20px;
  width: 10px;
}
.footer__sns {
  text-align: center;
  margin-top: 40px;
}
.footer__sns li {
  display: inline-block;
  text-align: center;
  margin: 0 15px;
  font-size: 10px;
}
.footer__sns img {
  margin-bottom: 8px;
}
.color-fb { color: #2077F2; }
.color-x { color: #000; }
.color-line { color: #00BA01; }
.footer__sns li a:hover {
  opacity: 0.6;
}
.footer__list {
  width: 660px;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
}
.footer__list > div {
  width: 300px;
}
.footer__list-ttl {
  font-size: 12px;
  color: #BEB1AA;
}
.footer__list li {
  position: relative;
  font-size: 12px;
  color: #675952;
  margin-top: 20px;
}
.footer__list li::after {
    content: url(../img/footer-arrow.svg);
    position: absolute;
    height: 12px;
    right: 0;
}
.footer__cr {
  text-align: center;
  font-size: 12px;
  color: #675952;
  margin-top: 70px;
}


@media (max-width: 767px) {

  .footer__list {
    width: 100%;
    padding: 0 20px;
  }
  .footer__list > div {
    width: 45%;
  }
  .footer__list li {
    padding-right: 20px;
  }

} /* end @media */




/* Home
------------------------------------*/

.home__main {
  padding-top: 100px;
  display: flex;
  flex-wrap: wrap;
}

.home__main-box {
  width:230px;
  max-width: 25%;
  height: 160px;
  position: relative;
  overflow: hidden;
  background-color: var(--al-main-color);
}

.home__main-box img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.home__main-box:hover img {
  opacity: 0.7;
}

.home__main-h1 {
  position: relative;
  width: 75%;
  padding: 50px;
}

.home__main-h1 h1 {
  color: #00A0D2;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
}

.home__main-h1 a {
  position: absolute;
  top: 55px;
  right: 0;
  color: #fff;
  display: block;
  width: 300px;
  max-width: 100%;
  background: #00A0D2;
  font-size: 12px;
  line-height: 13px;
  border-radius: 4px;
  padding: 16px 20px;
  text-align: center;
}
.home__main-h1 a::after {
    content: url(../img/arrow.png);
    position: absolute;
    right: 20px;
    height: 12px;
}
.home__main-h1 a:hover {
  background: var(--al-sub-brown-color);
}
.home__main-box img {
  transition: opacity .3s ease !important;
  opacity: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: opacity;
}
.is-fading { opacity: 0 !important; }


@media (max-width: 767px) {

  .home__main-box{
    max-width: none;
    width: calc(100% / 3);
    height: calc(100vw / 3);
  }
  .home__main-h1 {
    text-align: center;
    width: 100%;
    order: 7;
  }
  .order-7 {
    order: 8;
  }
  .home__main-h1 a {
    position: relative;
    margin: 20px auto 0;
    top: auto;
    right: auto;
    width: 335px;
  }

}


.home__about {
  display: flex;
  margin-top: 100px;
  padding: 0 40px;
}
.home__aboutL {
  width: 380px;
  margin-right: 80px;
}
.home__aboutR {
  flex: 1;
}
.home__aboutL img {
  margin-bottom: 40px;
  width: 171px;
}
.home__aboutL p {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 20px;
}
.home__aboutL p span {
  font-weight: 700;
  color:  var(--al-main-color);
}
.home__aboutR img {
  width: 100%;
  height: auto;
}


@media (max-width: 767px) {

  .home__main {
    padding-top: 60px;
  }
  .home__about {
    display: block;
    margin-top: 50px;
    padding: 0 20px;
  }
  .home__aboutL {
    width: 100%;
    margin-bottom: 20px;
  }
  .home__aboutR {
    max-width: 400px;
    margin: 0 auto 50px;
  }
  .home__aboutL img {
    display: block;
    margin: 0 auto 20px;
  }
       
} /* end @media */





/* Page
------------------------------------*/

.twoCol {
  display: flex;
  margin-bottom: 150px;
}
.twoCol__main {
  width: 620px;
  margin-right: 40px;
}
.twoCol__main-acl {
  border-left: 40px solid #F9F8F8;
  padding-left: 40px;
}
.twoCol__side {
  flex: 1;
}

.page__ttl {
  border-bottom: 4px #EAE5E3 solid;
  color: #BEB1AA;
  font-family: 'Gothic MB101 Bold';
  font-size: 13px;
  font-weight: 700;
  position: relative;
  width: 100%;
  padding-bottom: 4px;
  margin-bottom: 20px;
}
.page__ttl-count{
  font-family: 'Avenir Next';
  color: #00A0D2;
  position: absolute;
  right: 0;
  font-weight: initial;
}


@media (max-width: 767px) {

  .twoCol {
    display: block;
    margin-bottom: 70px;
  }
  .twoCol__main {
    width: 100%;
    margin-right: 0;
    padding: 0 20px;
  }
  .twoCol__main-acl {
    border-left: 20px solid #F9F8F8;
    padding: 0 20px 0 20px;
  }

} /* end @media */



/* 記事一覧
------------------------------------*/

.acl__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.acl__list li  {
  position: relative;
  width: 300px;
  font-size: 13px;
  margin-bottom: 20px;
}
.acl__list p {
  font-size: 13px;
  margin-top: 8px;
}
.acl__list li:hover {
  color:  var(--al-main-color);
}
.acl__list-img {
  background-color: var(--al-main-color);
}
.acl__list a:hover img {
  opacity: 0.7;
}
.pagenation {
  text-align: center;
  margin-top: 70px;
}
.pagenation .page,
.pagenation .current {
  display: inline-block;
  background-color: #FFFFFF;
  border-radius: 50%;
  border: 1px solid var(--al-main-color);
  width: 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 38px;
  color: var(--al-main-color);
  margin: 0 5px;
  transition: all 0.3s;
}
.pagenation .current,
.pagenation .page:hover {
  background-color: var(--al-main-color);
  color: #FFFFFF;
}
.pagenation .previouspostslink,
.pagenation .nextpostslink,
.pagenation .first,
.pagenation .last,
.pagenation .extend {
  color: var(--al-main-color);
  font-size: 20px;
  font-weight: 700;
  margin: 0 6px;
}
.pagenation .extend {
  vertical-align: super;
}


@media (max-width: 767px) {

  .acl__list li  {
    width: 48%;
  }
  .acl__list p {
    font-size: 12px;
    margin-top: 4px;
  }
  .pagenation {
    margin-top: 40px;
  }

} /* end @media */





/* 記事詳細
------------------------------------*/

.postBody h1 {
  font-size: 22px;
  margin-bottom: 10px;
}
.postBody h2 {
  border-bottom: solid 4px #EAE5E3;
  color: #00A0D2;
  font-size: 20px;
  line-height: 28px;
  margin: 40px 0 20px;
  padding-bottom: 20px;
}
.postBody p {
  font-size: 16px;
  line-height: 28px;
}
.postBody li {
  font-size: 16px;
}

.post__mainimg {
  margin-bottom: 20px;
}
.post__sns {
  text-align: right;
  margin-bottom: 20px;
}
.post__sns a {
  font-size: 12px;
  color:  var(--al-gray-color);
  text-decoration: none;
  margin-left: 12px;
}
.post__sns a:hover {
  color:  var(--al-main-color);
}
.post__sns img {
  width: 20px;
  margin-left: 6px;
}
.post__introduction {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 20px;
}
.post__profile {
  background: url("../img/profile-bg.jpg");
  padding: 20px 20px 10px;
}
.post__profile-btm {
  margin-top: 70px;
}
.post__profile h2 {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 4px;
  padding: 0;
}
.post__profile-feature {
  margin-bottom: 50px;
}
.post__kana {
  font-size: 13px;
  margin-bottom: 4px;
  color:  var(--al-main-color);
}
.post__career {
  font-size: 13px;
}
.post__career p {
  font-size: 13px;
  line-height: 1.7em;
  margin: 0 0 10px;
}
.post__career a {
  color: #000;
}
.post__career a:hover {
  color:  var(--al-main-color);
}
.feature__txt{
  margin-top: 20px;
  padding: 20px;
  position: relative;
}
.feature__txt::before {
  content: url(../img/quote-s.svg);
  position: absolute;
  height: 12px;
  left: 0;
  top: 0;
}
.feature__txt::after {
  content: url(../img/quote-e.svg);
  position: absolute;
  height: 12px;
  right: 0;
  bottom: 0;
}
.feature__url {
  font-size: 12px;
  text-decoration: none;
  color:  var(--al-gray-color);
  display: block;
  margin-top: 20px;
}
.feature__url:hover {
  color: #999;
}

.side__rmd {
  background: #DFF1FA;
  height: 500px;
  margin-top: 60px;
}


@media (max-width: 767px) {

.post__mainimg {
   width: 100vw;
   max-width: none;
   margin-left: -40px;
}

} /* end @media */




/* another life.とは
------------------------------------*/

.about {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 100px;
}
.about h1 {
  margin-bottom: 40px;
}
.about__img {
  margin-bottom: 50px;
  width: 247px;
}
.about__txt {
  font-size: 15px;
  line-height: 2em;
  margin-bottom: 80px;
}
.about__txt img {
  position: relative;
  display: inline;
  width: 118px;
  top: -10px;
  margin-right: 4px;
}
.about h2 {
  color: #00A0D2;
  font-size: 20px;
  margin-bottom: 24px;
}
.about__txt2 {
  font-size: 15px;
  line-height: 2em;
}
a.btnBlue {
  background: #00A0D2;
    border: none;
    color: #fff;
    display: block;
    font-size: 12px;
    border-radius: 4px;
    line-height: 12px;
    margin: 20px auto;
    padding: 16px 20px;
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 335px;
    text-decoration: none;
}
a.btnBlue::after {
    content: url(../img/arrow.png);
    position: absolute;
    right: 20px;
    height: 12px;
}

@media (min-width: 768px) {

  a.btnBlue:hover {
    opacity: 0.8;
  }

} /* end @media */


@media (max-width: 767px) {

  .about p {
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
  }

} /* end @media */



/* プライバシーポリシー
------------------------------------*/

.privacy {
  margin-bottom: 100px;
}
.privacy h1,
.ttlH1 {
  color: #00A0D2;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 30px;
}
.privacy h2 {
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
.privacy p {
  font-size: 15px;
  line-height: 1.7em;
}
.privacy ul,
.privacy ol {
  font-size: 15px;
  line-height: 1.7em;
  margin-top: 20px;
}
.privacy ul li {
  margin-bottom: 16px;
  text-indent: -15px;
  padding-left: 15px;
}
.privacy ol li {
  margin-bottom: 16px;
  text-indent: -21px;
  padding-left: 21px;
}

@media (max-width: 767px) {

  .privacy {
    padding: 0 20px;
  }
  
}/* end @media */



/* 特定商取引法
------------------------------------*/

.eclow {
  margin-bottom: 100px;
}
.eclow h1 {
  color: #00A0D2;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 30px;
}
.eclow dl {
  line-height: 1.7em;
}

.eclow dt {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 4px;
}
.eclow dd {
  font-size: 15px;
  margin-bottom: 20px;
}
.eclow dd span {
  font-weight: bold;
}


@media (max-width: 767px) {

  .eclow {
    padding: 0 20px;
  }
  
}/* end @media */



/* お問い合わせ
------------------------------------*/

.contact {
  max-width: 620px;
  margin: 50px auto;  
}
.contact__txt {
  font-size: 15px;
  line-height: 1.7em;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #CCC;
}
.contact__txt img {
  position: relative;
  display: inline;
  width: 118px;
  top: -8px;
  margin-right: 4px;
}
.contactForm {
  width: 100%;
}
.contactForm dl,
.contactForm dt,
.contactForm dd,
.contactForm p {
  margin: 0!important;
  padding: 0!important;
}

.contactForm dl + dl {
  margin-top: 30px!important;
}
.contactForm dt {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 4px!important;
}
.contactForm dt p {
  position: relative;
  line-height: 1.5em;
}
.contactForm__required p::after {
  position: relative;
  content: '必須';
  display: inline-block;
  background-color: #E53F72;
  border-radius: 2px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.0em;
  color: #FFFFFF;
  padding: 4px 6px;
  margin-left: 12px;
  top: -3px;
}

.contactForm input[type=text],
.contactForm input[type=email],
.contactForm input[type=tel],
.contactForm textarea {
  background-color: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #BCC9D9;
  width: 100%;
  font-size: 16px;
  padding: 10px;
}
.wpcf7-list-item {
  display: block;
  margin-left: 0;
}
.wpcf7-list-item + .wpcf7-list-item {
  margin-top: 12px;
}
.wpcf7-list-item.first {
  margin-top: 15px;
}
.contactForm input[type="radio"]{
  display: none;
}
.contactForm input[type="radio"] + span{
  position:relative;
  display: inline-block;
  font-size: 14px;
  padding-left: 24px;
}
.contactForm input[type="radio"] + span::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-color: #FAFAFA;
  border: 1px solid #BCC9D9;
  border-radius: 50%;
}
.contactForm input[type="radio"]:checked + span::after{
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: #9DCFDD;
  border-radius: 50%;
}
.contactForm input[type="checkbox"] {
	position: relative;
  border: none;
	margin: 0 25px 0 0;
	cursor: pointer;
    appearance: none;

}
.contactForm input[type="checkbox"]:before {
	position: absolute;
	z-index: 400;
	top: -14px;
	left: 0.1875rem;
	width: 20px;
	height: 10px;
	content: '';
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	        transition:         transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	-webkit-transform: rotate(-45deg) scale(0, 0);
	        transform: rotate(-45deg) scale(0, 0);
	border: 4px solid var(--al-main-color);
	border-top-style: none;
	border-right-style: none;
}
.contactForm input[type="checkbox"]:checked:before {
	-webkit-transform: rotate(-45deg) scale(1, 1);
	        transform: rotate(-45deg) scale(1, 1);
}
.contactForm input[type="checkbox"]:after {
	position: absolute;
	top: -15px;
	left: 0;
	width: 18px;
	height: 18px;
	content: '';
	cursor: pointer;
	border: 1px solid #BCC9D9;
  border-radius: 2px;
	background: #FAFAFA;
}

.contactForm__agree {
  text-align: center;
  font-size: 14px;
  margin-top: 50px;
}
.contactForm__link {
  color: #0080C4;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .contactForm__link:hover {
    text-decoration: none;
  }
}
p.contactForm__supplement {
  text-align: center;
  margin-top: 40px!important;
}

.contactForm__button,
.contactPage__button {
  text-align: center;
  margin-top: 70px;
}
.contactForm__button input,
.contactPage__button a {
  display: inline-block;
  background-color: #00A0D2;
  border: none;
  border-radius: 50px;
  max-width: 450px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 70px;
  color: #FFFFFF;
  cursor: pointer;
  transition: opacity 0.3s;
}
div.wpcf7 .wpcf7-spinner {
  display: block;
}
.wpcf7-submit:disabled {
  background-color: #999;
}


@media (min-width: 768px) {
  .contactForm__button input:hover,
  .contactPage__button a:hover {
    opacity: 0.6;
  }
  .contactForm__button input:disabled:hover {
    opacity: 1;
  }
}


@media (max-width: 767px) {

  .contact {
    padding: 0 20px;
  }
  
}/* end @media */


/* Sidebar
------------------------------------*/

.sidebar {
  margin-top: 56px;
}
.side__rank {
  background: #DFF1F9;
  padding: 30px 20px;
}
.side__rank h2 {
  font-size: 13px;
  color: #00A0D2;
  text-align: center;
}
.side__rank li {
  margin-top: 20px;
}
.side__rank li img {
  margin-bottom: 10px;
  background-color: var(--al-main-color);
}
.side__rank p {
  font-size: 13px;
}
.side__rank img {
  width: 100%;
  height: auto !important;
  display: block;
}


@media (min-width: 768px) {

  .side__rank li:hover img {
    opacity: 0.7;
  }
  .side__rank li:hover p {
    color: var(--al-main-color);
  }

}

.side__cat {
  background: url(../img/profile-bg.jpg);
  padding: 24px 24px;
  margin-bottom: 30px;
}
.side__cat h2 {
  position: relative;
  font-size: 15px;
  color: #00A0D2;
}
.side__cat h2 img {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
}
.side__cat h2:hover {
  cursor: pointer;
  opacity: 0.8;
}
.side__cat form {
  margin-top: 20px;
}
.filter-form {
  display: none;
}
.side__cat .flex {
  display: flex;
  flex-wrap: wrap;
}
.side__cat label {
  width: 50%;
  font-size: 15px;
  margin-bottom: 10px;
  text-indent: -28px;
  padding-left: 28px;
}
.side__cat label:hover {
  cursor: pointer;
}
.side__cat input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-color: #FAFAFA;
    border: none;
    margin-right: 4px;
}
.side__cat input[type="checkbox"]:checked::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
  background: url(../img/icon-checkbox-checked.svg) left bottom no-repeat; 
}
.side__cat input[type="submit"], input[type="button"] {
    -webkit-appearance: none;
    cursor: pointer;
}
.article-btn {
  background-color: var(--al-main-color);
}
.temp-btn {
  border: none;
  color: #fff;
  display: block;
  font-family: 'Gothic MB101 Bold';
  font-size: 12px;
  border-radius: 4px;
  line-height: 12px;
  margin: 20px auto;
  padding: 16px 20px;
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 335px;
}
.temp-btn:hover {
  color: #fff;
  background-color: var(--al-sub-brown-color);
}
.prefectures-group {
  border-top : 1px dotted #CCC;
  margin-top: 10px;
  padding-top: 14px;
}


@media (max-width: 767px) {

  .sidebar {
    margin-top: 70px;
  }
  .side__rank {
    padding: 50px 20px;
  }
  .side__rank h2 {
    margin-bottom: 10px;
  }  
  .side__rank ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .side__rank li {
    width: 48%;
  }
  .side__cat {
    padding: 16px;
  }

}/* end @media */





