@charset "UTF-8";

@charset "UTF-8";
/* ======================================================
  利用シーンから探す

  memo  :


======================================================= */

#mainContents {
    width: 980px !important;
    margin: 0 auto !important;
    float: none;
}

@media screen and (max-width: 767px) {
    #mainContents {
        width: auto !important;
    }
}

.case_list {
  width: 100%;
  margin: 40px auto 4rem;
  display: flex;
  flex-flow: row wrap;
}

.case_list li {
  background: #F4F4F4;
  width: 230px;
  margin-bottom: 2rem;
  -ms-box-shadow: 0px 0px 1px 1px white inset;
  box-shadow: 0px 0px 1px 1px white inset;
  border-radius: 5px;
  border: 1px solid #EEE;
  position: relative;
}
.case_list li:not(:nth-of-type(4n)) {
  margin-right: 17px;
}
.case_list li a {
  width: 100%;
  height: 100%;
  padding: 10px;
  display: block;
  text-decoration: none;
  box-sizing: border-box;
}

.case_list > li > a > img {
  max-width: 100%;
  height: auto;
  margin: 0 auto 1rem;
  display: block;
}

.case_list li p {
    font-size: 13px;
    line-height: 1.6;
}

.case_list_cate {
  color: #fff;
  font-size: 80%;
  background-color: #1EB2EB;
  margin-right: 0.5rem;
  padding: 0.2rem 1rem;
  border-radius: 50px;
}

.case_list_ttl {
  color: #320688;
  font-size: 16px;
  min-height: 48px;
  margin: 1rem 0 0.5rem;
  padding: 0 0 0 25px;
  line-height: 1.5;
  background: url(https://www.alpha-note.co.jp/wp-content/themes/alphanote/img/common/ico_circle01.png) no-repeat;
  background-size: 17px 18px;
}
.case_list_ttl > img {
  margin: 0 5px 0 0;
}

.btn_more {
  color: #fff;
  background-color: #321388;
  width: 250px;
  height: 35px;
  margin: 0.5rem auto 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 1rem
}

@media screen and (max-width: 767px) {
  .case_list {
    width: 100%;
    background: #f4f4f4;
    margin-top: 1rem;
    padding: 0 10px 10px;
    box-shadow: 0px 0px 1px 1px white inset;
    border-radius: 5px;
    border: 1px solid #EEE;
    box-sizing: border-box;
    display: block;
    position: relative;
  }
  .case_list li {
    width: auto;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .case_list li:last-child {
    margin-bottom: 0;
  }
  .case_list li:not(:nth-of-type(4n)) {
    margin-right: 0;
  }
  .case_list li p {
    font-size: 15px;
    line-height: 27px;
    display: none;
  }
  .case_list li a {
    width: 100%;
    padding: 1rem;
  }
  .case_list > li > a > img {
    width: 30%;
    height: 70px;
    margin: 0;
    object-fit: cover;
  }
  .case_list_ttl {
    font-size: 14px;
    width: 70%;
    min-height: auto;
    margin: 0 13px;
    box-sizing: border-box;
  }
  .btn_more {
    width: 60%;
    margin: 1rem auto 0;
    position: static;
  }

}
.ser_faq a {
    color: #320688;
    text-decoration: underline;
}

.tab_area {
  width: 980px;
  margin: 30px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .tab_area {
    width: 100%;
  }
}

.tabLabel h2 {
  font-weight: normal;
}
.tab_area .tabLabel { /* タブ */
  font-size: 120%;
  width: 49.2%;
  padding: 1rem 0;
  order: -1;
  border-radius: 5px 5px 0 0;
  background-color: #dcdcdc;
  transition: .3s ;
  cursor: pointer;
  text-align: center;
  letter-spacing: .1rem;
  display: block;
}

@media screen and (max-width: 767px) {
  .tab_area .tabLabel { /* タブ */
    font-size: 13px;
    width: 48%;
    line-height: 1.5;
    letter-spacing: .03rem;
  }
}

.tab_area .tabLabel:nth-last-of-type(1){ margin-right: 0; }
.tab_area input {   /* ラジオボタン非表示 */
  display: none;
}
.tab_area .tab_box {  /* 本文 */
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/*アクティブ設定*/
.tab_area input:checked + .tabLabel {
  color: #fff;
  background-color: #594099;
}
.tab_area input:checked + .tabLabel + .tab_box {
  height: auto;
  overflow: auto;
  transition: .5s opacity;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .tab_area input:checked + .tabLabel + .tab_box {
  }

  .case_list li {
    background: #fff;
    -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    list-style: none;
    box-sizing: border-box;
    border-radius: 0;
    border: 0;
  }
  .case_list li a {
    padding: 0;
    display: flex;
    align-items: center;
  }
  .case_list li p {
    display: none;
  }
  .case_list li p span {
    width: 100%;
    display: flex;
    align-items: center;
  }

}