@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Oswald:400,600,700&display=swap");
/*////////////////////////////
FAUNDATION
////////////////////////////*/
html {
  font-size: 62.5%;
}

body {
  font: 1.4rem/1 "Noto Sans JP", sans-serif;
  color: #000000;
  background: #ffffff;
  font-weight: 400;
  font-feature-settings: "palt";
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: underline;
  font-weight: bold;
  color: #000000;
}

a:hover {
  opacity: 0.8;
  transition: 0.2s;
}

main {
  display: block;
}

/*////////////////////////////
.ttl
////////////////////////////*/
.ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  height: 166px;
  margin-bottom: 9px;
  background: linear-gradient(90deg, #1a2e6e, #0c68ab);
}

.ttl_icon {
  display: block;
  margin-bottom: 10px;
}

.ttl_main {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 3rem;
  font-weight: 700;
}

.ttl_sub {
  color: #FFF;
  font-size: 1.3rem;
  font-weight: 500;
}

@media (max-width: 599px) {
  .ttl {
    height: 81px;
    margin-bottom: 0;
  }
  .ttl_icon {
    width: auto;
    height: 22px;
    margin-bottom: 5px;
  }
  .ttl_main {
    margin-bottom: 5px;
    font-size: 1.9rem;
    letter-spacing: 0.05em;
  }
  .ttl_sub {
    font-size: 0.85rem;
  }
}

/*////////////////////////////
プライバシーポリシー
.privacy
////////////////////////////*/
.privacy {
  width: 1000px;
  margin: 50px auto;
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.8;
}

.privacy_ttl {
  margin-bottom: 50px;
  text-align: center;
  color: #1a2e6e;
  font-size: 2.7rem;
  font-weight: bold;
}

.privacy_ttl br {
  display: none;
}

.privacy_menu {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 50px;
}

.privacy_menu li {
  width: 32%;
  padding: 10px 20px 10px 30px;
  background: #1a2e6e url(../../img/down_arrow_w.png) 15px center no-repeat;
  background-size: 10px;
  border-radius: 50px;
  box-sizing: border-box;
  list-style: none;
}

.privacy_menu li a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
}

.privacy_sec h3 {
  margin: 50px 0 25px;
  padding-top: 50px;
  font-size: 2.6rem;
  font-weight: bold;
  border-top: #ccc 1px solid;
}

.privacy_sec h4 {
  padding: 25px 0 15px;
  color: #0c68ab;
  font-size: 2.2rem;
  font-weight: bold;
}

.privacy_sec h5 {
  font-size: 1.8rem;
}

.privacy_sec p {
  margin-bottom: 25px;
}

.privacy_sec .small {
  font-size: 1.2rem;
}

.privacy_sec a {
  color: #0c68ab;
}

.privacy_sec a:hover {
  text-decoration: underline;
}

.privacy_sec-list {
  margin: 0 0 25px 30px;
}

.privacy_sec-list li {
  padding: 0 0 0 30px;
  background: url(../../img/arrow_b.png) 15px 10px no-repeat;
  background-size: 6px;
  list-style: none;
}

.privacy_sec-list ul {
  margin: 10px 0 25px 0;
}

.privacy_sec-list ul li {
  background: none;
  list-style: none;
}

.privacy_date {
  padding-bottom: 50px;
  text-align: right;
}

@media (max-width: 959px) {
  .privacy {
    width: 86%;
    margin: 25px auto;
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.6;
  }
  .privacy_ttl {
    margin-bottom: 25px;
    text-align: center;
    font-size: 2.2rem;
  }
  .privacy_ttl br {
    display: block;
  }
  .privacy_menu {
    flex-direction: column;
  }
  .privacy_menu li {
    display: flex;
    align-items: center;
    width: 90%;
    margin: 0 auto 10px;
    padding: 10px 20px 10px 40px;
    background: #1a2e6e url(../../img/down_arrow_w.png) 15px center no-repeat;
    background-size: 10px;
  }
  .privacy_menu li a {
    font-size: 1.2rem;
    text-align: left;
    line-height: 1.3;
  }
  .privacy_sec h3 {
    margin: 25px 0 25px;
    padding-top: 25px;
    font-size: 2.4rem;
  }
  .privacy_sec h4 {
    padding: 14px 0 8px;
    color: #0c68ab;
    font-size: 2rem;
    font-weight: bold;
  }
  .privacy_sec h5 {
    font-size: 1.8rem;
  }
  .privacy_sec p {
    font-size: 1.4rem;
  }
  .privacy_sec-list {
    margin: 0 0 14px 7px;
  }
  .privacy_sec-list li {
    padding: 0 0 0 25px;
    background: url(../../img/arrow_b.png) 5px 10px no-repeat;
    background-size: 6px;
    font-size: 1.4rem;
  }
  .privacy_sec-list dl {
    margin: 10px 0 14px 25px;
  }
}

@media (min-width: 600px) and (max-width: 959px) {
  .privacy {
    width: 86%;
    margin: 35px auto;
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.6;
  }
  .privacy_ttl {
    text-align: center;
    font-size: 2.4rem;
  }
  .privacy_ttl br {
    display: none;
  }
  .privacy_menu {
    flex-direction: row;
  }
  .privacy_menu li {
    display: flex;
    align-items: center;
    width: 32%;
    padding: 5px 20px 5px 40px;
    background: #1a2e6e url(../../img/down_arrow_w.png) 15px center no-repeat;
    background-size: 10px;
  }
  .privacy_menu li a {
    font-size: 1.2rem;
    text-align: left;
    line-height: 1.3;
  }
}

/*////////////////////////////
UTILITY
////////////////////////////*/
/* 共通フッター用 もしくはブレイクポイントごとの表示指定 */
.pc {
  display: block;
}

.sp {
  display: none;
}

@media (min-width: 600px) and (max-width: 959px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

@media (max-width: 599px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}



.num-list {
  display: flex;
  align-items: flex-start; 
  gap: 0.5em; 
}

.num-list h5 {
  margin-top: -3px;
  flex-shrink: 0; 
  font-weight: normal;
}

.num-list p {
  margin-top: 0; 
}

.num-list p a {
  word-break: break-all;
}