body {
  min-width: 1280px;
  background: #000000;
  font-family: NotoSansCJKjp, HiraginoSans, Verdana, sans-serif;
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 16px;
}
/* 背景のベースになるもの（横幅指定など） */
.bg {
  width: 100%;
  margin: 0;
  padding: 0;
}
.base {
  width: 1280px;
  padding: 0;
  margin: auto;
  overflow: hidden;
  position: relative;
}

/* スマホ用非表示設定 */
.mobile-view {
  display: none;
}

/* 汎用的に使うもの */
h1 {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: NotoSansCJKjp-Bold, NotoSansCJKjp, HiraginoSans, Verdana,
    sans-serif;
}

h2 {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: NotoSansCJKjp-Bold, NotoSansCJKjp, HiraginoSans, Verdana,
    sans-serif;
}

h3 {
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 0;
  font-family: NotoSansCJKjp-Bold, NotoSansCJKjp, HiraginoSans, Verdana,
    sans-serif;
}

img {
  border: none;
}

.large {
  font-size: 24px;
}

.large2 {
  font-size: 32px;
  line-height: 40px;
}

/* 背景色 */
.bg-darkgray {
  background: #333333;
  color: #ffffff;
}
.bg-gray {
  background: #cccccc;
  color: #333333;
}
.bg-white {
  background: #ffffff;
  color: #333333;
}
.bg-lightgray {
  background: #f2f2f2;
  color: #333333;
}
.bg-black {
  background: #000000;
  color: #ffffff;
}

/* 左右二分割 */
.div2 {
  width: 640px;
}

/* 左右三分割 */
.div3 {
  width: 426px;
}

/* ブルーボタン */
.button a {
  background: #35baf6;
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  margin: 10px auto;
  padding: 0;
  border-radius: 30px;
}
.button a:hover {
  background: #2a94c4;
  color: #ffffff;
  margin: 12px auto 8px;
}
.button a:link {
  color: #ffffff;
}
.button a:visited {
  color: #ffffff;
}
.button a:active {
  background: #2481ab;
  color: #ffffff;
  margin: 12px auto 8px;
}

/* グレーボタン */
.button2 a {
  background: rgba(0, 0, 0, 0.1);
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  margin: 10px auto;
  padding: 0;
  border-radius: 30px;
  color: #333333;
}
.button2 a:hover {
  color: #333333;
  margin: 12px auto 8px;
}
.button2 a:link {
  color: #333333;
}
.button2 a:visited {
  color: #333333;
}
.button2 a:active {
  color: #333333;
  margin: 12px auto 8px;
}

/* ブルーボタン(白抜き) */
.button3 a {
  background: rgba(3, 169, 244, 0);
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  margin: 10px auto;
  padding: 0;
  border: 2px solid #35baf6;
  border-radius: 30px;
  color: #35baf6;
}
.button3 a:hover {
  border: 2px solid #2a94c4;
  color: #2a94c4;
}
.button3 a:link {
}
.button3 a:visited {
}
.button3 a:active {
  border: 2px solid #2481ab;
  color: #2481ab;
}

/* ブルーリンク */
.link a {
  text-decoration: none;
  color: #35baf6;
}
.link a:hover {
  color: #2a94c4;
}
.link a:active {
  color: #2481ab;
}

/* ヘッダー部分 */
#header {
  height: 72px;
  display: flex;
  font-size: 16px;
}
#header .logo {
  padding: 0;
  margin-top: 20px;
  margin-left: 40px;
}
#header .logo img {
  width: 178px;
  height: 32px;
  object-fit: contain;
}

#header ul {
  padding: 0px;
  margin-top: 22px;
  margin-left: auto;
}
#header ul li {
  display: inline;
  margin-left: 36px;
}
#header ul li a {
  text-decoration: none;
  color: #ffffff;
}
#header ul li a:hover {
  color: #35baf6;
}

#header .button {
  margin-top: 20px;
  margin-left: 32px;
  margin-right: 40px;
}

#header .button a {
  width: 100px;
  height: 32px;
  font-size: 14px;
}

/* お問合せ */
#contact {
  height: 252px;
  display: flex;
  justify-content: space-between;
}
#contact .div3 {
  width: 426px;
  height: 252px;
  position: relative;
}

#contact .text {
  padding-top: 40px;
  text-align: center;
}

#contact .button {
  position: absolute;
  top: 132px;
  left: 92px;
}
#contact .button a {
  width: 240px;
  height: 48px;
  font-size: 16px;
}

/* fotter */
#fotter {
  height: 256px;
  font-size: 14px;
  text-align: center;
}
#fotter .logo {
  padding-top: 60px;
}
#fotter .logo img {
  width: 178px;
  height: 32px;
  object-fit: contain;
}
#fotter .c1 {
  display: flex;
  padding-top: 20px;
  text-align: center;
}
#fotter ul {
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
}
#fotter ul li {
  display: inline;
  margin-left: 36px;
}
#fotter ul li a {
  text-decoration: none;
  color: #ffffff;
}
#fotter ul li a:hover {
  color: #35baf6;
}
#fotter .c2 {
  padding-top: 30px;
  color: #999999;
}

.charge-columns {
  display: flex;
  justify-content: space-between;
  max-width: 980px;
  margin: auto;
  margin-bottom: 39px;
}

.charge-column {
  border-radius: 6px;
  border: 1px solid #35baf6;
  padding: 20px;
  min-width: 300px;
  color: #333;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  font-family: Noto Sans JP;
  width: 306px;
}

.charge-plan {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  margin-bottom: 6px;
  height: 80px
}

.charge-price {
  color: #35baf6;
  font-size: 36px;
  font-weight: bold;
  font-family: Noto Sans JP;
  position: relative;
  margin-bottom: 4px;
}

.charge-plan-sub {
  height: 56px;
  text-align: center;
  font-size: 14px;
  color: #333;
  font-weight: 400;
}

.charge-plan-sub--absolute {
  margin-bottom: 0;
  top: -15px;
  position: absolute;
  width: 100%;
}

.charge-price span {
  font-size: 14px;
  color: #333;
  font-weight: normal;
  margin-left: -4px;
  display: inline-block;
}

.charge-remarks {
  font-size: 12px;
  height: 32px;
}

.plan-detail-lists {
  margin: 0;
  padding: 0;
  list-style: none;
}

.plan-detail-list {
  display: flex;
  border-bottom: 1px solid #e0e0e0;
  padding: 13px;
  align-items: center;
}

.plan-detail-list:last-child {
  border-bottom: none;
}

.plan-detail-item {
  text-align: right;
  margin-right: 28px;
  width: 132px;
  font-size: 14px;
  box-sizing: border-box;
  color: #333;
}

.plan-detail-item-sub {
  display: flex;
  margin-left: -8px;  
  font-size: 8px;
}

.plan-detail-value {
  font-weight: bold;
  font-size: 18px;
  color: #333;
}

.plan-detail-value.primary {
  color: #35baf6;
}

.charge-sub {
  color: #35baf6;
  padding-top: 80px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}

.charge-title {
  padding: 0 !important;
  margin-top: 60px;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: bold;
}

.charge-text {
  font-size: 16px;
  margin-bottom: 60px;
  text-align: center;
}

.charge-ds {
  border-radius: 6px;
  border: 1px solid #35baf6;
  padding: 20px;
  text-align: center;
  max-width: 980px;
  width: 100%;
  margin: auto;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.charge-ds-sub {
  font-size: 16px;
  color: #35baf6;
  font-weight: bold;
  margin-bottom: 10px;
}

.charge-ds-title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 30px;
}

.charge-ds-text {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}

.charge-ds-text-sub {
  font-size: 14px;
}

.charge-ds-caution {
  max-width: 980px;
  margin: auto;
  text-align: right;
  font-size: 12px;
  margin-bottom: 40px;
}

.charge-ds-button {
  border: 1px solid #35baf6;
  color: #35baf6;
  width: 240px;
  display: flex;
  height: 48px;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-decoration: none;
  border-radius: 30px;
  margin-top: 40px;
}

.next-page-link {
  background-color: #6f6f6f;
  font-size: 20px;
  height: 80px;
  display: flex;
  justify-content: end;
  align-items: center;
}

.next-page-link a {
  text-decoration: none;
  color: #ffffff;
  margin-right: 66px;
  display: flex;
}

.next-page-link a:hover {
  color: #2a94c4;
}

.next-page-link span {
  margin-right: 6px;
}

.community-img {
  margin-right: 5px;
}

.community-link {
  display: flex;
  align-items: center;
}

.header-link-container {
  display: flex;
}
