@charset "utf-8";

/*
  共通
*/

.gray {
  background: #ebf0f0;
}

.kifu .kifu-other-list a,
.kifu .payment_link a,
.communicate .communicate-list a,
.join .join-link {
  color: #01538b;
  border: 2px solid #01538b;
  background: #fff;
  display: block;
  position: relative;
  box-sizing: border-box;
}

.kifu .kifu-other-list a:before,
.kifu .payment_link a:before,
.communicate .communicate-list a:before,
.join .join-link:before {
  content: "";
  display: block;
  margin: auto 0;
  border-right: 1px solid #01538b;
  border-bottom: 1px solid #01538b;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
}

@media (max-width: 767px) {
  h3 {
    padding-top: 50px;
    margin-top: -50px;
  }
}

/* タブレットとPCのみに適用 */
@media (min-width: 768px) {

}

/*
  mainPhoto
*/

#mainPhoto {
  width: 100%;
  height: 375px;
  background: url(/images/support/main_img.jpg) no-repeat center ;
  background-size: cover;
  position: relative;
}

#mainPhoto h2 {
  width: 260px;
  position: absolute;
  top: 30px;
  left: 20px;
}

#mainPhoto h2 img {
  max-width: 100%;
}

/* タブレットとPCのみに適用 */
@media (min-width: 768px) {
  #mainPhoto {
    width: 100%;
    min-width: 1000px;
    height: 700px;
  }

  #mainPhoto h2 {
    width: 1000px;
    padding-top: 65px;
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 0;
  }
}

/*
  intro_area
*/

.intro_area {
  padding: 30px 15px 60px;
  text-align: center;
}

.intro_area h2 {
  margin-bottom: 20px;
  font-size: 2rem;
  color: #01538b;
}

/* タブレットとPCのみに適用 */
@media (min-width: 768px) {
  .intro_area {
    padding: 50px 0 80px;
  }

  .intro_area h2 {
    margin-bottom: 30px;
    font-size: 2.6rem;
  }
}

/*
  anchor-list
*/

.anchor-list {
  background: #01538b;
}

.anchor-list ul {
  display: flex;
}

.anchor-list li {
  width: calc(100% / 4);
  position: relative;
}

.anchor-list li:not(:last-child):after {
  content: "";
  display: block;
  width: 1px;
  background: #497daa;
  position: absolute;
  top: 10px;
  right: 0;
  bottom: 10px;
}

.anchor-list a {
  padding: 10px 0 22px;
  color: #fff;
  line-height: 1.4;
  display: block;
  text-align: center;
  position: relative;
}

.anchor-list a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 8px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

/* タブレットとPCのみに適用 */
@media (min-width: 768px) {
  .anchor-list ul {
    width: 1000px;
    margin: 0 auto;
  }

  .anchor-list li:not(:last-child):after {
    top: 12px;
    bottom: 12px;
  }

  .anchor-list a {
    font-size: 2.2rem;
    line-height: 1.6;
  }

  .anchor-list a:hover {
    opacity: .7;
  }
}

/*
  kifu
*/

.kifu {
  padding: 50px 15px;
  text-align: center;
}

.kifu h3 {
  font-size: 2rem;
  color: #01538b;
  margin-bottom: 10px;
}

.kifu h3 + p {
  margin-bottom: 30px;
}

.kifu .kifu-list {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}

.kifu .kifu-list li {
  width: 48%;
}

.kifu .kifu-list a {
  display: block;
}

.kifu .kifu-list-img {
  width: 80%;
  max-width: 300px;
  margin-bottom: 10px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}

.kifu .kifu-list-img img {
  max-width: 100%;
}

.kifu .kifu-list p {
  color: #4d4d4d;
  font-size: 1.2rem;
  line-height: 1.4;
}

.kifu p.kifu-list-title {
  margin-bottom: 5px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #01538b;
}

.kifu .kifu-kind {
  max-width: 860px;
  margin: 0 auto 20px;
  padding: 20px 15px;
  background: #fff;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.kifu .kifu-kind .cards {
  margin-bottom: 15px;
}

.kifu .kifu-kind img {
  width: 100%;
  max-width: 100%;
}

.kifu .kifu-kind .cards img {
  max-width: 296px;
  display: inline-block;
}

.kifu .kifu-kind .payment_link {
  margin-top: 20px;
  margin-bottom: 20px;
}

.kifu .kifu-kind .payment_link a {
  max-width: 300px;
  font-size: 1.6rem;
  line-height: 40px;
  border-radius: 100vh;
  margin: 10px auto 0;
  padding-left: 5px;
}

.kifu .kifu-kind .payment_link a::before {
  width: 8px;
  height: 8px;
}

.kifu .kifu-other-list li {
  margin-bottom: 10px;
}

.kifu .kifu-other-list a {
  font-size: 1.6rem;
  line-height: 40px;
  border-radius: 100vh;
}

.kifu .kifu-other-list a:before {
  width: 8px;
  height: 8px;
}

/* タブレットとPCのみに適用 */

@media (min-width: 768px) {
  .kifu {
    padding: 80px 0;
  }

  .kifu h3 {
    font-size: 2.6rem;
  }

  .kifu h3 + p {
    margin-bottom: 50px;
  }

  .kifu .kifu-list {
    width: 860px;
    margin: 0 auto 50px;
  }

  .kifu .kifu-list a {
    display: block;
  }

  .kifu .kifu-list a:hover {
    opacity: .7;
  }

  .kifu .kifu-list p {
    font-size: 1.4rem;

  }

  .kifu p.kifu-list-title {
    font-size: 2.6rem;
  }

  .kifu .kifu-kind {
    margin-bottom: 40px;
    padding: 30px;
  }

  .kifu .kifu-kind .cards {
    margin-bottom: 30px;
  }

  .kifu .kifu-kind .payment_link {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .kifu .kifu-kind .payment_link a {
    max-width: 350px;
    font-size: 1.6rem;
    line-height: 50px;
  }

  .kifu .kifu-other-list {
    width: 860px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }

  .kifu .kifu-other-list li {
    width: 420px;
    margin-bottom: 0;
  }

  .kifu .kifu-other-list a {
    font-size: 1.8rem;
    line-height: 60px;
    border-radius: 30px;
  }

  .kifu .kifu-other-list a:hover {
    opacity: .7;
  }
}

/*
  communicate, join
*/

.communicate,
.join {
  padding: 30px 0;
  text-align: center;
}

.communicate h3,
.join h3 {
  font-size: 2rem;
  color: #01538b;
  margin-bottom: 10px;
}

.communicate h3 + p,
.join h3 + p {
  margin-bottom: 20px;
}

/* タブレットとPCのみに適用 */
@media (min-width: 768px) {
  .communicate h3,
  .join h3 {
    font-size: 2.6rem;
  }

  .communicate h3 + p,
  .join h3 + p {
    margin-bottom: 30px;
  }
}

/*
  communicate
*/

.communicate .communicate-list li,
.communicate .communicate-sns {
  margin-bottom: 4%;
  padding: 15px;
  background: #ebf0f0;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.communicate .communicate-list h4,
.communicate .communicate-sns h4 {
  margin-bottom: 10px;
  font-size: 1.8rem;
  color: #01538b;
}

.communicate .communicate-list h4 + p,
.communicate .communicate-sns h4 + p {
  margin-bottom: 15px;
}

.communicate .communicate-list-img {
  margin-bottom: 10px;
}

.communicate .communicate-list-img img {
  max-width: 100%;
}

.communicate .communicate-list a {
  max-width: 280px;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 40px;
  border-radius: 100vh;
}

.communicate .communicate-list a:before {
  width: 6px;
  height: 6px;
}

.communicate .communicate-sns-list {
  width: 200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

/* タブレットとPCのみに適用 */
@media (min-width: 768px) {
  .communicate {
    width: 860px;
    margin: 0 auto;
    padding: 80px 0;
    box-sizing: border-box;
  }

  .communicate .communicate-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .communicate .communicate-list li {
    width: 48%;
    padding: 30px;
  }

  .communicate .communicate-list h4,
  .communicate .communicate-sns h4 {
    font-size: 2.2rem;
  }

  .communicate .communicate-list a {
    font-size: 1.5rem;
    line-height: 45px;
  }

  .communicate .communicate-list a:hover {
    opacity: .7;
  }

  .communicate .communicate-sns {
    padding: 30px;
  }

  .communicate .communicate-sns-list {
    width: 700px;
    margin: 0 auto;
    padding: 10px 0 0;
  }

  .communicate .communicate-sns-list a:hover {
    opacity: .7;
  }
}

/*
  other
*/
.other {
  padding: 30px 15px 50px;
}

.other .communicate-list li {
  background-color: white;
  padding: 20px;
}

.other .communicate-list li p {
  text-align: left;
}

.other .communicate-list li .communicate-list-img img {
  height: 120px;
}

.other .communicate-list li .block .sub-title {
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 5px;
  color: #01538b;
  display: block;
}

@media (min-width: 768px) {
  .other {
    padding: 50px 0 80px;
  }

  .other .communicate-list li {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
  }
  .other .communicate-list li .block {
    width: 100%;
  }
}

/*
  join
*/

.join .gray {
  max-width: 860px;
  margin: 0 auto;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 6px;
}

.join .join-img {
  margin-bottom: 10px;
}

.join .join-img img {
  max-width: 100%;
}

.join .join-list {
  margin-bottom: 20px;
}

.join .join-list li {
  font-size: 1.4rem;
  color: #01538b;
  font-weight: bold;
}

.join .join-link {
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 40px;
  border-radius: 100vh;
}


.join .join-link:before {
  width: 6px;
  height: 6px;
}

/* タブレットとPCのみに適用 */
@media (min-width: 768px) {
  .join {
    padding: 40px 0 120px;
  }

  .join .gray {
    padding: 30px;
  }

  .join .join-img {
    margin-bottom: 20px;
  }

  .join .join-list {
    width: 700px;
    margin: 0 auto 40px;
    display: flex;
    justify-content: space-between;
  }

  .join .join-list li {
    font-size: 2rem;
  }

  .join .join-link {
    width: 400px;
    font-size: 1.5rem;
    line-height: 45px;
  }

  .join .join-link:hover {
    opacity: .7;
  }
}
