@charset "UTF-8";

.page-partner p {
  font-size: 17px;
}

.about-nodatekanbannavi {
    width: 950px;
    margin: 50px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.meyasu-p p{
    max-width: 940px;
    margin: 0 auto;
}

.about-navi-price-section,
.about-navi-price-list,
.about-navi-plan {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.about-navi-price-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0px 60px;
}

.about-navi-price-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 0;
  margin: 0;
}

.about-navi-plan {
  list-style: none;
  width: 270px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  overflow: hidden;
  font-feature-settings: "palt";
}

.about-navi-catch {
  padding: 2px 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.plan-a .about-navi-catch { background: #01B8DF; }
.plan-b .about-navi-catch { background: #004BA7; }
.plan-c .about-navi-catch { background: #1B1364; }

.about-navi-title {
  text-align: center;
  font-size: 26px;
  color: #000;
  font-weight: bold;
  font-feature-settings: "palt"
}
.label1 {
  display: inline-block;
  font-size: 16px;
  color: #000;
}
.label2 {
  font-size: 30px;
  font-weight: bold;
}
.plan-a .label2 { color: #01B8DF; }
.plan-b .label2 { color: #004BA7; }
.plan-c .label2 { color: #1B1364; }

.about-navi-content img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
  border-radius: 3px;
}

.about-navi-size {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.about-navi-tags {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 3px 0;
  flex-wrap: nowrap;
}
.tag {
  font-size: 14px;
  padding: 1px 4px;
  border-radius: 3px;
  color: #fff;
}
.plan-a .tag { background: #01B8DF; }
.plan-b .tag { background: #004BA7; }
.plan-c .tag { background: #1B1364; }

.about-navi-note {
  font-size: 13px;
  text-align: right;
  font-weight: 500;
}

.about-navi-price {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-weight: 500;
}
.about-navi-price .monthly {
  font-size: 16px;
  color: #FF0000;
}
.about-navi-price .monthly .amount {
  font-size: 30px;
  font-weight: bold;
}
.about-navi-price .monthly-tax {
  font-size: 14px;
  margin-left: 5px;
}

.about-navi-price-list .about-navi-content{
    padding: 0 10px 8px;
}

.about-navi-price-list .plan-a {
    border: solid 1px #01B8DF;
}

.about-navi-price-list .plan-b {
    border: solid 1px #004BA7;
}

.about-navi-price-list .plan-c {
    border: solid 1px #1B1364;
}

.about-navi-annual {
  font-size: 14px;
  text-align: right;
  font-weight: 500;
}

.nodatemap-container {
  max-width: 940px;
  display: flex;
  justify-content: center;
  gap: 100px;
  align-items: center;
  margin: 0 auto;
}

.nodate-map img{
  max-height: 640px;
}



@media (max-width: 768px) {

.inner {
  padding: 0 10px;
  width: auto;
  max-width: inherit;
}

.title_section  {
  margin: 0;
}

.title_section span.main {
  padding: 0 10px;
  font-size: 18px;
}

.about-nodatekanbannavi {
  width: 346px;
  display: block;
}

.about-nodatekanbannavi p {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.about-nodatekanbannavi img {
  width: 200px;
  display: block;
  margin: 0 auto;
}
.page-partner p {
  font-size: 15px;
}

.meyasu-p p {
  margin: 0 auto;
  width: 90%;
  max-width: 755px;
  padding-top: 30px;
}

.about-navi-price-list {
  flex-direction: column;
  align-items: center;
}
.about-navi-plan {
  width: 90%;
}

.nodatemap-container {
  flex-direction: column;  /* ← これが必要 */
  align-items: center;
  gap: 20px;
}

.pref-list {
  max-width: 755px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 40px;
  padding: 0;
  margin: 0 auto;
  max-width: 400px;
  align-items: center;
}

.nodate-map img {
  width: 80%;
  display: block;
  margin: 0 auto;
}

}