@import url("https://fonts.googleapis.com/css2?family=Lato:wght@700;900&family=Open+Sans:wght@600;700&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons+Outlined&display=block");

#container {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
}
#contents {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  background-color: #f5f5f5;
}
.cpContentWrapper {
  background-color: #fff;
}
.isHidden {
  display: none;
}
.kv {
  background-color: #eee;
}
.kv img{
  width: 100%;
}
.contentsIndex {
  background-color: rgba(0, 24, 113, 0.02);
  padding: 16px;
}
.contentsIndex ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.contentsIndex li {
  background: #ffffff 0% 0% no-repeat;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.122);
  border-radius: 8px;
  text-align: center;
  line-height: 1.2;
  height: 48px;
  position: relative;
  transition: all linear 0.1s;
}
.contentsIndex li:hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.contentsIndex li a {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  padding-top: 3px;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cpContents {
  padding: 16px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.87);
}

.cpRead {
  text-align: center;
  line-height: 1.8;
}
.cpRead p {
  display: inline-block;
  text-align: left;
}
.cpParagraph {
  line-height: 1.8;
}
.cpH2 {
  font-size: 22px;
  font-weight: bold;
  border-bottom: 2px solid rgba(0, 0, 0, 0.059);
  position: relative;
  padding-bottom: 4px;
}
.cpH2::before {
  display: block;
  content: "";
  height: 2px;
  width: 88px;
  background-color: #001871;
  bottom: -2px;
  left: 0;
  position: absolute;
}

.cpH3 {
  font-size: 18px;
  font-weight: bold;
}
.cpPriceList {
  display: grid;
  grid-template-columns: auto;
  gap: 24px;
}
.cpPriceList h4 {
  font-weight: normal;
  display: flex;
  line-height: 1.1;
}

.cpPriceList h4 .priceName {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cpPriceList h4 strong {
  font-size: 21px;
}
.cpPriceList h4::before {
  display: block;
  content: "";
  background-color: #eee;
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 100%;
  margin-right: 12px;
  background-position: center center;
  background-size: cover;
}

.cpPriceList h4.iconCTS::before {
  background-image: url(/ja/campaign/images/icon_city/icon_cts@2x.jpg);
}
.cpPriceList h4.iconSDJ::before {
  background-image: url(/ja/campaign/images/icon_city/icon_sdj@2x.jpg);
}
.cpPriceList h4.iconIBR::before {
  background-image: url(/ja/campaign/images/icon_city/icon_ibr@2x.jpg);
}
.cpPriceList h4.iconHND::before {
  background-image: url(/ja/campaign/images/icon_city/icon_hnd@2x.jpg);
}
.cpPriceList h4.iconNGO::before {
  background-image: url(/ja/campaign/images/icon_city/icon_ngo@2x.jpg);
}
.cpPriceList h4.iconUKB::before {
  background-image: url(/ja/campaign/images/icon_city/icon_ukb@2x.jpg);
}
.cpPriceList h4.iconFUK::before {
  background-image: url(/ja/campaign/images/icon_city/icon_fuk@2x.jpg);
}
.cpPriceList h4.iconNGS::before {
  background-image: url(/ja/campaign/images/icon_city/icon_ngs@2x.jpg);
}
.cpPriceList h4.iconKOJ::before {
  background-image: url(/ja/campaign/images/icon_city/icon_koj@2x.jpg);
}
.cpPriceList h4.iconASJ::before {
  background-image: url(/ja/campaign/images/icon_city/icon_asj@2x.jpg);
}
.cpPriceList h4.iconOKA::before {
  background-image: url(/ja/campaign/images/icon_city/icon_oka@2x.jpg);
}
.cpPriceList h4.iconSHI::before {
  background-image: url(/ja/campaign/images/icon_city/icon_shi@2x.jpg);
}

.cpPriceList .priceBox {
  background: rgba(216, 0, 0, 0.039);
  border-radius: 3px;
  padding: 8px;
  margin-top: 8px;
  line-height: 1;
}

.cpPriceList .priceBtn {
  background: transparent
    linear-gradient(180deg, #ffffff 0%, #ffffff 87%, #fcfcfc 100%) 0% 0%
    no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.122);
  border-radius: 8px;
  text-decoration: none;
  color: #d80000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 92px;
  position: relative;
  padding-right: 64px;
  padding-left: 32px;
  transition: all linear 0.1s;
}
.cpPriceList .priceBtn:hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: 1px solid rgba(217, 0, 0, 0.2);
}
.cpPriceList .priceBtn .price {
  text-align: center;
}
.cpPriceList .priceBtn .price p {
  font-size: 13px;
  font-weight: bold;
}
.cpPriceList .priceBtn .price strong {
  font-size: 21px;
}
.cpPriceList .priceBtn .price strong span {
  font-size: 36px;
  font-weight: 900;
  font-family: "Lato", sans-serif;
}
.cpPriceList .priceBtn .arrow {
  background: rgba(214, 0, 0, 0.08);
  height: 24px;
  font-size: 12px;
  width: 52px;
  border-radius: 12px;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -12px;
  padding: 6px 0 6px 8px;
  line-height: 1;
}
.cpPriceList .priceBtn .arrow::after {
  display: block;
  content: "";
  border: 1px solid currentColor;
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg);
  position: absolute;
  top: 9px;
  right: 8px;
  width: 6px;
  height: 6px;
}
.cpPriceList .target {
  color: rgba(0, 0, 0, 0.6);
  font-weight: bold;
  text-align: center;
  padding: 16px 0 8px;
  cursor: pointer;
}
.cpToolTips .target span {
  vertical-align: middle;
}
.cpToolTips .target .material-icons-outlined {
  font-size: 17px;
  width: 1em;
}

.cpToolTips {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.cpToolTips .baloon {
  visibility: hidden;
  opacity: 0;
  transform: translateY(4px);
  background: #3b3b3b 0% 0% no-repeat padding-box;
  padding: 12px;
  font-size: 11px;
  color: #fff;
  border-radius: 8px;
  position: absolute;
  top:2px;
  margin-top: 36px;
  outline: 0;
  z-index: 100;
  -ms-transform: translateX(-50%);
  transition: all ease-out 0.12s;
}
.cpToolTips:focus-within .baloon,
.cpToolTips .target:focus ~ .baloon {
 visibility: visible;
 opacity: 1;
 transform: translateY(0);
}
.cpToolTips .target:focus {
  pointer-events: none;
}
.cpToolTips .baloon::after {
  display: block;
  content: "";
  border: 6px solid #3b3b3b;
  border-left: 6px solid transparent;
  border-bottom: 6px solid transparent;
  transform-origin: center center;
  transform: rotate(-45deg);
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -8px;
  width: 0px;
  height: 0px;
  pointer-events: none;
}

.cpCaution {
  font-size: 13px;
}
.cpCaution li {
  padding-left: 1em;
  position: relative;
}
.cpCaution li.number {
  padding-left: 2em;
}
.cpCaution li .mark {
  position: absolute;
  left: 0;
}

.cpSurfaceBlue {
  background: rgba(14, 42, 130, 0.031) 0% 0% no-repeat padding-box;
  border: 1px solid rgba(0, 24, 113, 0.122);
  padding: 16px;
  color: #001871;
}

.cpDefineTable {
  background: rgba(0, 0, 0, 0.02) 0% 0% no-repeat padding-box;
  padding: 4px;
  line-height: 1.2;
  border-collapse: separate;
  border-spacing: 8px;
  width: 100%;
}
.cpDefineTable th {
  vertical-align: top;
  width: min-content;
  width: 33%;
  font-size: 13px;
}
.cpDefineTable th div {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid rgba(0, 0, 0, 0.122);
  font-weight: bold;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 5px 8px 3px;
}
.cpDefineTable td {
  padding-top: 4px;
  font-size: 13px;
}

.cpChips {
  letter-spacing: -0.4em;
}
.cpChips button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;

  background: transparent
    linear-gradient(180deg, #ffffff 0%, #ffffff 87%, #fcfcfc 100%) 0% 0%
    no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.122);
  border-radius: 20px;
  font-weight: bold;
  min-height: 40px;
  padding: 0 16px;
  color: rgba(0, 0, 0, 0.6);
  letter-spacing: normal;
  margin-right: 8px;
  margin-top: 8px;
  transition: all linear 0.1s;
}
.cpChips button.current {
  background: #fffbdf 0% 0% no-repeat padding-box;
  border: 1px solid #fee101;
  color: rgba(0, 0, 0, 0.87);
}
.cpChips button:not(.current):hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.cpChips button:hover {
  color: rgba(0, 0, 0, 0.87);
}

.cpPakageList {
  display: grid;
  grid-template-columns: auto;
  gap: 16px;
}
.cpPakageList li a {
  display: block;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
  font-weight: normal;
  position: relative;
  overflow: hidden;
  transition: all linear 0.1s;
}
.cpPakageList li a:hover {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.16);
}
.cpPakageList .label {
  position: absolute;
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  border-radius: 12px;
  height: 24px;
  line-height: 24px;
  padding: 0 8px;
  left: 12px;
  top: 12px;
  background-color: rgba(0, 0, 0, 0.87);
}
.cpPakageList .label.pink {
  background-color: #e86886;
}
.cpPakageList .label.blue {
  background-color: #23a7e2;
}
.cpPakageList .label.green {
  background-color: #2ca793;
}
.cpPakageList .photo {
  height: 152px;
  background-color: #eee;
  overflow: hidden;
}
.cpPakageList .photo img {
  width: 100%;
  height: 152px;
  object-fit: cover;
  object-position: center center;
}
.cpPakageList .description {
  padding: 16px;
}
.cpPakageList .description dt {
  font-weight: bold;
  height: 44px;
  line-height: 1.2;
}
.cpPakageList .description dd {
  font-weight: normal;
  font-size: 13px;
}
.cpPakageList .description dd .agant {
  display: block;
  margin-top: 4px;
}

.cpPakageList .arrow {
  height: 32px;
  border: 1px solid rgba(0, 0, 0, 0.122);
  border-radius: 16px;
  margin-top: 12px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.6);
  transition: all linear 0.1s;
  line-height: 30px;
}
.cpPakageList a:hover .arrow {
  background: rgba(14, 42, 130, 0.031) 0% 0% no-repeat padding-box;
  border: 1px solid rgba(0, 24, 113, 0.122);
  color: #001871;
}
.cpPakageList .arrow span{
  vertical-align: middle;
}
.cpPakageList .arrow .material-icons-outlined{
  font-size: 15px;
  width: 15px;
  margin-top: -2px;
}

.cpDiaTable {
  border: 1px solid rgba(0, 0, 0, 0.122);
  border-collapse: collapse;
  width: 100%;
}
.cpDiaTable td,
.cpDiaTable th {
  border: 1px solid rgba(0, 0, 0, 0.122);
}
.cpDiaTable th {
  background: #fbfbfb 0% 0% no-repeat padding-box;
  height: 44px;
}
.cpDiaTable th div {
  display: flex;
}
.cpDiaTable th span {
  width: 50%;
  padding: 12px 0 12px 16px;
  font-weight: bold;
  font-size: 13px;
}
.cpDiaTable th span:last-of-type {
  padding: 12px 16px 12px 0px;
  text-align: right;
}
.cpDiaTable td div {
  display: flex;
  padding: 20px 16px 20px;
}
.cpDiaTable td div strong {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 26px;
}
.cpDiaTable td div span {
  font-family: "Open Sans", sans-serif;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #5a8dbf;
  position: relative;
  padding-top: 6px;
}
.cpDiaTable td div span::before {
  display: block;
  content: "";
  height: 2px;
  background-color: currentColor;
  position: absolute;
  bottom: 10px;
  left: 12px;
  right: 14px;
}

.cpDiaTable td div span::after {
  display: block;
  content: "";
  border: 6px solid currentColor;
  border-right: 6px solid transparent;
  border-top: 6px solid transparent;
  transform-origin: center center;
  position: absolute;
  bottom: 10px;
  right: 12px;
}

.cpBtnPrimary,
.cpBtnSecondary {
  display: block;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
  border: 2px solid #001871;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  padding: 14px 0 12px;
  font-size: 15px;
  font-weight: bold;
  transition: all linear 0.1s;
}
.cpBtnPrimary:hover,
.cpBtnSecondary:hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.cpBtnPrimary {
  background: #001871;
  color: #FFFFFF;
}
.cpBtnSecondary {
  background: #FFFFFF;
  color:#001871;
}

.banner_block {
  margin: 44px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.banner_block li img {
  min-width: 100%;
}

@media (min-width: 720px) {
  .contentsIndex ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .cpPriceList {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .cpPakageList {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}

@media (min-width: 1048px) {
  .kv {
    height: 535px;
    padding-top: 0;
  }
  .kv img {
    width: auto;
  }
  .cpContentWrapper {
    width: 1048px;
    margin: 0 auto;
    margin-top: -100px;
  }
  .contentsIndex {
    padding: 0;
  }
  .contentsIndex ul {
    height: 100px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contentsIndex li {
    min-width: 160px;
  }
  .cpRead p{
    font-size: 18px;
    text-align: center;
  }
  .cpRead p span {
    display: block;
  }
  .cpRead p br {
    display: none;
  }
  .cpContents {
    padding: 44px;
  }
  .cpPriceList {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
  }
  .cpDefineTable {
    display: block;
    letter-spacing: -0.4em;
    padding: 8px 8px 0px;
  }
  .cpDefineTable tr {
    display: inline-block;
    letter-spacing: normal;
    margin-bottom: 8px;
  }
  .cpDefineTable th,
  .cpDefineTable td {
    display: inline-block;
    width: auto;
  }
  .cpDefineTable th {
    padding-right: 8px;
  }
  .cpDefineTable td {
    padding-right: 16px;
  }
  .cpPakageList {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
  }
  .banner_block {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}