@charset "UTF-8";
@import "/clp/inc/css/campaign.css";
html {
  letter-spacing: 0.5px;
  color: #333;
}

.uk-text-small {
  font-size: 0.8rem;
}

#fv {
  background: url(/clp/inc/change/img/yellow_border_bg.png) #FFEF6F repeat;
}
#fv .fv_base {
  background: url(/clp/inc/change/img/fv_bg.svg) #FFEF6F no-repeat center top;
  padding-bottom: 10px;
}
#fv .fv_base .fv_cont_main {
  width: 100%;
  box-sizing: border-box;
}
#fv .fv_base .fv_cont_main .box-gift {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  padding: 0 10px;
}
#fv .fv_base .fv_cont_main .box-gift .fv_ttl h1 {
  position: absolute;
  width: 16%;
  top: -3px;
  right: 5px;
}
#fv .fv_base .fv_cont_main .box-gift .gift_item {
  padding: 15px 0px 0px;
}
#fv .fv_base .fv_cont_main .box-gift .gift_item .item_txt {
  padding: 22px 3px 20px 3px;
  margin-bottom: 5px;
}
#fv .fv_base .fv_cont_main .box-gift .gift_item .item_txt img {
  width: 100%;
  max-width: 800px;
}
#fv .fv_base .fv_cont_main .box-gift .gift_item .item_img {
  text-align: center;
  padding: 0 20px 7px;
}
#fv .fv_base .fv_cont_main .box-gift .gift_item .item_img img {
  width: 100%;
  max-width: 580px;
}
#fv .fv_base .fv_cont_main .box-gift .gift_item .gift_server {
  display: none;
}
#fv .fv_base .fv_cont_main .box-gift .gift_item .gift_server img {
  width: 100%;
  max-width: 610px;
}
@media screen and (min-width: 640px) {
  #fv .fv_base {
    background: url(/clp/inc/change/img/fv_bg.svg) #FFEF6F no-repeat center top;
  }
  #fv .fv_base .fv_cont_main .box-gift {
    margin: 0 auto;
  }
  #fv .fv_base .fv_cont_main .box-gift .fv_ttl h1 {
    width: 11%;
    top: 12px;
    right: 10px;
  }
  #fv .fv_base .fv_cont_main .box-gift .gift_item {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    padding: 30px 0;
    margin-bottom: 20px;
  }
  #fv .fv_base .fv_cont_main .box-gift .gift_item .gift_box {
    flex-basis: 76%;
  }
  #fv .fv_base .fv_cont_main .box-gift .gift_item .gift_box .item_txt {
    margin: 10px 0 30px;
    text-align: center;
    padding: 0 20px 0 0;
  }
  #fv .fv_base .fv_cont_main .box-gift .gift_item .gift_box .item_img {
    padding: 0;
  }
  #fv .fv_base .fv_cont_main .box-gift .gift_item .gift_server {
    flex-basis: 24%;
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  #fv .fv_base {
    background: url(/clp/inc/change/img/fv_bg_pc_2.svg) #FFEF6F no-repeat center top;
  }
}

.campaign-bnr-copy {
  font-size: 1.1rem;
}
@media screen and (min-width: 650px) {
  .campaign-bnr-copy {
    font-size: 1.3rem;
  }
}

#question .question-ttl {
  background: linear-gradient(173deg, #00a0e9 50%, #009AE0 0%);
  padding: 30px 15px;
}
#question .question-ttl h3 {
  color: #fff;
  margin-bottom: 0;
}
#question .question-ttl h3 div:nth-of-type(1) {
  font-size: 5.5vw;
}
#question .question-ttl h3 div:nth-of-type(2) {
  font-size: 7vw;
  font-weight: bold;
  margin-top: 10px;
}
#question .question-ttl h3 .font-yellow {
  color: #ffef6e;
  font-size: 9vw;
}
#question .question-ttl h3 div > span {
  display: block;
}
@media screen and (min-width: 640px) {
  #question .question-ttl h3 div:nth-of-type(1) {
    font-size: 1.8rem;
  }
  #question .question-ttl h3 div:nth-of-type(2) {
    font-size: 2.3rem;
    margin-top: 0;
  }
  #question .question-ttl h3 .font-yellow {
    font-size: 3rem;
  }
  #question .question-ttl h3 div > span {
    display: inline-block;
  }
}
#question .question-main .question-box {
  height: 98.8%;
  background: #FFFAD0;
  border-radius: 10p;
}
#question .question-main .question-box .question-q-area {
  background: #00a0e9;
  border-radius: 10px 10px 0 0;
  padding: 20px 20px 40px;
  color: #fff;
}
#question .question-main .question-box .question-q-area .question-q-ttl {
  position: relative;
  font-size: 1.2rem;
  margin-bottom: 20px;
}
#question .question-main .question-box .question-q-area .question-q-ttl > div {
  padding: 0 0 0 50px;
}
#question .question-main .question-box .question-q-area .question-q-ttl:before {
  content: "Q.";
  position: absolute;
  display: block;
  font-size: 2.5rem;
  letter-spacing: 4px;
  line-height: 1;
  width: 62px;
  height: 62px;
  top: 0;
}
#question .question-main .question-box .question-q-area .question-q-img {
  width: 50%;
  margin: 0 auto 10px;
  text-align: center;
}
#question .question-main .question-box .question-a-area {
  position: relative;
  background: #FFFAD0;
  border-radius: 0 0 10px 10px;
  color: #FF7019;
  padding-top: 20px;
}
#question .question-main .question-box .question-a-area img {
  border-radius: 0 0 10px 10px;
}
#question .question-main .question-box .question-a-area .question-a-ttl {
  position: relative;
  font-size: 1.2rem;
}
#question .question-main .question-box .question-a-area .question-a-ttl > div {
  padding: 0 0 0 55px;
}
#question .question-main .question-box .question-a-area .question-a-ttl::before {
  content: "A.";
  position: absolute;
  display: block;
  font-size: 2.5rem;
  letter-spacing: 4px;
  line-height: 1;
  width: 57px;
  height: 57px;
  top: 5px;
}
#question .question-main .question-box .question-a-area::before {
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 25px 35px 0 35px;
  border-color: #FF7019 transparent transparent transparent;
  top: -15px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 640px) {
  #question .question-main .question-box .question-q-area .question-q-ttl {
    font-size: 1.1rem;
  }
  #question .question-main .question-box .question-q-area .question-q-ttl > div {
    padding: 0 0 0 50px;
  }
  #question .question-main .question-box .question-q-area .question-q-ttl:before {
    font-size: 2.3rem;
    top: 0;
  }
  #question .question-main .question-box .question-q-area .question-q-img {
    width: 80%;
    margin: 0 auto 10px;
  }
  #question .question-main .question-box .question-a-area .question-a-ttl > div span {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  #question .question-main .question-box .question-q-area .question-q-ttl {
    font-size: 1.1rem;
  }
  #question .question-main .question-box .question-q-area .question-q-ttl > div {
    padding: 0 0 0 50px;
  }
  #question .question-main .question-box .question-q-area .question-q-ttl:before {
    font-size: 2.3rem;
    top: 0;
  }
  #question .question-main .question-box .question-q-area .question-q-img {
    width: 35%;
    float: right;
  }
  #question .question-main .question-box .question-a-area .question-a-ttl > div span {
    display: block;
  }
}

#service {
  background: linear-gradient(180deg, #00a0e9 35%, rgba(0, 0, 0, 0) 0%), url(/clp/inc/change/img/gray_border_bg.png) repeat;
  margin-top: 70px;
  padding-bottom: 70px;
}
#service .service-ttl {
  padding: 30px 15px 10px;
}
#service .service-ttl div:nth-of-type(1) {
  color: #fff;
  font-size: 5vw;
}
#service .service-ttl div:nth-of-type(2) {
  color: #ffef6e;
  font-size: 7vw;
  font-weight: bold;
  margin-top: 10px;
}
#service .service-ttl div:nth-of-type(2) span {
  font-size: 9vw;
}
#service .service-ttl div span {
  background: none;
}
#service .service-cont {
  background: #fff;
  border-radius: 10px;
}
#service .service-cont > div {
  padding: 25px;
}
#service .service-cont h4 {
  color: #00a0e9;
  position: relative;
  padding-left: 25px;
}
#service .service-cont h4::before {
  position: absolute;
  content: url(/clp/inc/change/img/service_ttl_icom.png);
  left: 0;
  bottom: -2px;
}
@media screen and (min-width: 640px) {
  #service {
    background: linear-gradient(180deg, #00a0e9 45%, rgba(0, 0, 0, 0) 0%), url(/clp/inc/change/img/gray_border_bg.png) repeat;
    margin-top: 100px;
    padding-bottom: 100px;
  }
  #service .service-ttl {
    padding: 50px 15px 20px;
  }
  #service .service-ttl div:nth-of-type(1) {
    font-size: 1.8rem;
  }
  #service .service-ttl div:nth-of-type(2) {
    font-size: 9vw;
    font-size: 2.3rem;
  }
  #service .service-ttl div:nth-of-type(2) span {
    font-size: 3rem;
  }
  #service .service-ttl div:nth-of-type(2) br {
    display: none;
  }
  #service .service-cont > div {
    padding: 50px;
  }
}

#plan {
  background: #00a0e9;
  padding: 40px 0 50px;
}
@media screen and (min-width: 640px) {
  #plan {
    padding: 70px 0 50px;
  }
}
#plan .uk-container {
  padding-right: 0;
  padding-left: 0;
}
#plan h3, #plan .uk-text-small.uk-text-right, #plan .plan-example-ttl, #plan .plan-example, #plan .btn-area {
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 640px) {
  #plan .uk-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  #plan h3, #plan .uk-text-small.uk-text-right, #plan .plan-example-ttl, #plan .plan-example, #plan .btn-area {
    padding-right: 0;
    padding-left: 0;
  }
}
#plan .font-red {
  color: #ED2626;
}
#plan .uk-tablepa-sp {
  display: flex;
  overflow-x: scroll;
  margin-bottom: 5px;
  padding-bottom: 10px;
  font-size: 0.9rem;
  padding-right: 15px;
}
#plan .uk-tablepa-sp::-webkit-scrollbar {
  height: 10px;
}
#plan .uk-tablepa-sp::-webkit-scrollbar-thumb {
  background: #a5396b;
  border-radius: 7px;
}
#plan .uk-tablepa-sp::-webkit-scrollbar-track {
  background: #c6d3e7;
  border-radius: 7px;
}
#plan .uk-tablepa-sp td {
  padding: 7px 10px;
}
#plan .uk-table-sp {
  background: #fff;
  padding: 15px 10px 0;
  flex-shrink: 0;
  box-sizing: border-box;
  width: 85%;
  margin: 0 10px;
}
#plan .uk-table-sp:first-child {
  margin-left: 15px;
}
#plan .uk-table-sp:last-child {
  margin-right: 0px;
}
#plan .plan-table-item-name {
  width: 100px;
  font-weight: bold;
}
#plan .plan-table-kosodate .plan-table-kosodate-ttl {
  background: #F05892;
  border-radius: 5px;
  color: #fff;
  padding: 3px 7px;
  margin-bottom: 7px;
  font-size: 0.9rem;
  text-align: center;
}
#plan .plan-table-kosodate .plan-table-kosodate-item-name {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  color: #F05892;
  font-weight: bold;
  font-size: 0.9rem;
}
#plan .plan-table-kosodate .plan-table-kosodate-item-name:before, #plan .plan-table-kosodate .plan-table-kosodate-item-name:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #F05892;
}
#plan .plan-table-kosodate .plan-table-kosodate-item-name:before {
  left: 0;
}
#plan .plan-table-kosodate .plan-table-kosodate-item-name:after {
  right: 0;
}
#plan .plan-table-subject {
  background: #FFFAD0;
  padding: 10px;
}
@media screen and (min-width: 640px) {
  #plan .plan-table-space {
    background: #00a0e9;
  }
  #plan td {
    background: #fff;
    border-left: 2px solid #00a0e9;
  }
  #plan .plan-table-item-name {
    width: 150px;
    font-size: 1rem;
  }
  #plan .plan-table-kosodate .plan-table-kosodate-ttl {
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 1rem;
  }
  #plan .plan-table-kosodate .plan-table-kosodate-item-name {
    font-size: 1rem;
  }
}
#plan .plan-example-ttl {
  font-size: 6.5vw;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  position: relative;
  border-top: 2px solid #fff;
  padding-top: 30px;
}
#plan .plan-example-ttl::before {
  position: absolute;
  background: #fff;
  border: 3px solid #00a0e9;
  border-radius: 30px;
  content: "例えば";
  font-size: 1.1rem;
  color: #FF8C45;
  padding: 5px 20px 4px;
  top: -23px;
  left: 50%;
  transform: translate(-50%, 0);
}
#plan .plan-example {
  margin-top: 30px;
}
#plan .plan-example .plan-example-price {
  margin: 0 15px;
}
#plan .plan-example .plan-example-price .price-server {
  position: relative;
  margin-bottom: 90px;
}
#plan .plan-example .plan-example-price .price-server::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 40px 0 40px;
  border-color: #ffffff transparent transparent transparent;
  bottom: -24%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 640px) {
  #plan .plan-example-ttl {
    font-size: 2.5rem;
    padding-top: 40px;
  }
  #plan .plan-example-ttl::before {
    font-size: 1.3rem;
    padding: 5px 20px;
    top: -25px;
  }
  #plan .plan-example {
    margin-top: 40px;
  }
  #plan .plan-example .plan-example-price {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #plan .plan-example .plan-example-price > div {
    flex-basis: 43%;
  }
  #plan .plan-example .plan-example-price .price-server {
    margin-bottom: 0;
  }
  #plan .plan-example .plan-example-price .price-server::after {
    border-color: transparent transparent transparent #ffffff;
    border-width: 40px 0 40px 30px;
    top: 50%;
    right: -25%;
    left: auto;
  }
}
#plan .plan-example-hikaku {
  box-sizing: border-box;
  position: relative;
  background: #fff;
  border-radius: 10px;
  margin-top: 70px;
}
#plan .plan-example-hikaku .plan-example-hikaku-ttl {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}
#plan .plan-example-hikaku .plan-example-hikaku-ttl img {
  width: 100%;
  max-width: 280px;
}
#plan .plan-example-hikaku .hikaku-box1 {
  padding: 40px 20px;
}
#plan .plan-example-hikaku .hikaku-box1 .hikaku-box1-ttl {
  margin-bottom: 20px;
}
#plan .plan-example-hikaku .hikaku-box1 .hikaku-box1-ttl > div {
  display: inline-block;
  line-height: 1.2;
  font-weight: bold;
  border-bottom: 2px dashed #222;
}
#plan .plan-example-hikaku .hikaku-box2 {
  position: relative;
  background: #ff5353;
  border-radius: 0 0 10px 10px;
}
#plan .plan-example-hikaku .hikaku-box2 > div {
  color: #fff;
  text-align: center;
  padding: 40px 10px 10px;
}
#plan .plan-example-hikaku .hikaku-box2 > div p {
  font-size: 5vw;
}
#plan .plan-example-hikaku .hikaku-box2 > div p:nth-of-type(1) {
  margin-bottom: 20px;
}
#plan .plan-example-hikaku .hikaku-box2 > div .yellow {
  position: relative;
  color: #fff000;
  font-size: 8vw;
  margin-left: 10px;
  display: inline-block;
}
#plan .plan-example-hikaku .hikaku-box2 > div .yellow span {
  font-size: 14vw;
  line-height: 1;
}
#plan .plan-example-hikaku .hikaku-box2 > div .yellow:before {
  position: absolute;
  content: url(/clp/inc/change/img/point_total.png);
  top: -40px;
  left: -15px;
  transform: scale(0.6);
}
#plan .plan-example-hikaku .hikaku-box2:before {
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 30px 45px 0 45px;
  border-color: #fff000 transparent transparent transparent;
  top: -15px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 640px) {
  #plan .plan-example-hikaku {
    border-radius: 20px;
  }
  #plan .plan-example-hikaku .plan-example-hikaku-ttl {
    width: 40%;
  }
  #plan .plan-example-hikaku .hikaku-box1 {
    padding: 50px 15px;
  }
  #plan .plan-example-hikaku .hikaku-box2 {
    border-radius: 0 0 20px 20px;
  }
  #plan .plan-example-hikaku .hikaku-box2 > div {
    padding: 50px 10px 10px;
  }
  #plan .plan-example-hikaku .hikaku-box2 > div p {
    font-size: 1.7rem;
  }
  #plan .plan-example-hikaku .hikaku-box2 > div p:nth-of-type(1) {
    margin-bottom: 20px;
  }
  #plan .plan-example-hikaku .hikaku-box2 > div .yellow {
    font-size: 3rem;
    margin-left: 30px;
    display: inline-block;
  }
  #plan .plan-example-hikaku .hikaku-box2 > div .yellow span {
    font-size: 6rem;
  }
  #plan .plan-example-hikaku .hikaku-box2 > div .yellow:before {
    position: absolute;
    content: url(/clp/inc/change/img/point_total.png);
    top: -40px;
    left: -70px;
    transform: scale(1);
  }
  #plan .plan-example-hikaku .hikaku-box2:before {
    border-width: 40px 70px 0 70px;
    top: -15px;
  }
}

/*  */
#aqua-cont {
  background: linear-gradient(10deg, rgba(255, 255, 255, 0) 13%, white 13%, white 90%, rgba(255, 255, 255, 0) 90%), url(/clp/inc/change/img/yellow_dots_bg.png) repeat;
  padding: 70px 20px;
}
#aqua-cont .aqua-cont-ttl {
  color: #00a0e9;
  font-weight: bold;
  font-size: 5vw;
}
#aqua-cont .aqua-cont-voice {
  position: relative;
  border: 1px dashed #707070;
  background: rgba(255, 255, 255, 0.7);
  padding: 15px 10px 10px;
  color: #707070;
  font-size: 0.9rem;
  margin-top: 30px;
}
#aqua-cont .aqua-cont-voice .aqua-cont-voice-ttl {
  position: absolute;
  display: block;
  background: #fff;
  padding: 0 5px;
  top: -15px;
  left: 20%;
  transform: translateX(0%);
}
@media screen and (min-width: 640px) {
  #aqua-cont {
    background: linear-gradient(10deg, rgba(255, 255, 255, 0) 15%, white 15%, white 85%, rgba(255, 255, 255, 0) 85%), url(/clp/inc/change/img/yellow_dots_bg.png) repeat;
    padding: 100px 0;
  }
  #aqua-cont .aqua-cont-ttl {
    font-size: 1.5rem;
  }
  #aqua-cont .aqua-cont-voice .aqua-cont-voice-ttl {
    left: 50%;
    transform: translateX(-50%);
  }
}

#product {
  background: url(../img/index2/product_bg_left.png) no-repeat bottom left/80vw, url(../img/index2/product_bg_right.png) no-repeat top right/80vw, #add1e8;
  padding: 50px 0 50px;
}
#product .product-ttl span {
  display: inline-block;
}
#product .tab_area .tab_label img {
  border: 1px solid #add1e8;
}
#product .tab_area .tab_label img:hover {
  border: 1px solid #fff;
}
#product .tab_area .active img {
  border: 1px solid #fff;
}
#product .panel_area .tab_panel {
  display: none;
}
#product .panel_area .active {
  display: block;
}
#product .panel_area .product-left .product-img-text {
  padding: 5px;
}
#product .panel_area .product-left .product-img-text p {
  color: #020452;
}
#product .panel_area .product-left .uk-slidenav {
  color: #020452;
}
#product .panel_area .product-left .uk-overlay-primary {
  background: rgba(200, 200, 200, 0.8);
}
#product .panel_area .product-right {
  margin-top: 10px;
}
#product .panel_area .product-right .award {
  line-height: 1;
}
#product .panel_area .product-right .name {
  font-size: 1.7rem;
}
#product .panel_area .product-right .name span {
  display: block;
}
#product .panel_area .product-right .name .no1logo {
  display: inline-block;
  margin-right: 10px;
}
#product .panel_area .product-right .way {
  font-size: 0.7rem;
  margin-top: 15px;
}
#product .panel_area .product-right .way span {
  border-radius: 4px;
  padding: 7px;
}
#product .panel_area .product-right .way .koukin {
  background: #cce5ff;
}
#product .panel_area .product-right .way .lock {
  background: #f8dcea;
}
#product .panel_area .product-right .anshin-support {
  background: #fff;
  border: 1px solid #020452;
  border-radius: 5px;
  margin-top: 30px;
}
#product .panel_area .detail-area .detail-area-ttl {
  position: relative;
  border: 1px solid #020452;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
}
#product .panel_area .detail-area .detail-area-ttl:active {
  background: #FFFAAC;
}
#product .panel_area .detail-area .detail-area-ttl::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 37%;
  right: 20px;
  border-right: 1px solid #020452;
  border-bottom: 1px solid #020452;
  transform: rotate(45deg);
  z-index: 10;
}
@media screen and (min-width: 960px) {
  #product .panel_area .detail-area .detail-area-ttl::after {
    right: 40px;
  }
}
#product .panel_area .detail-area .spec_contents {
  display: none;
}
#product .panel_area .detail-area .detail-cont-ttl {
  background: #7AAED0;
  color: #fff;
  padding: 7px;
}
@media screen and (min-width: 960px) {
  #product {
    background: url(../img/index2/product_bg_left.png) no-repeat bottom left/60vw, url(../img/index2/product_bg_right.png) no-repeat top right/50vw, #add1e8;
    padding: 100px;
  }
  #product .tab_area {
    flex-wrap: nowrap;
  }
  #product .panel_area .product-right {
    margin-top: 30px;
  }
  #product .panel_area .product-right .name {
    font-size: 2rem;
  }
  #product .panel_area .product-right .way {
    margin-top: 20px;
  }
  #product .panel_area .product-right .anshin-support {
    margin-top: 60px;
  }
}

#server {
  background: #B2D3F8;
  padding: 50px 0;
}
@media screen and (min-width: 640px) {
  #server {
    padding: 40px 0 30px;
  }
}
#server .uk-container {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 640px) {
  #server .uk-container .uk-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
#server h3 {
  font-size: 6vw;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 40px;
}
#server h3 span {
  font-size: 7vw;
  color: #fff;
  text-shadow: 1px 1px 0 #222, -1px -1px 0 #222, -1px 1px 0 #222, 1px -1px 0 #222, 0px 1px 0 #222, 0 -1px 0 #222, -1px 0 0 #222, 1px 0 0 #222;
}
@media screen and (min-width: 640px) {
  #server h3 {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 40px;
  }
  #server h3 span {
    font-size: 4rem;
    letter-spacing: 5px;
  }
}
#server h3, #server p.uk-container-small {
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 640px) {
  #server h3, #server p.uk-container-small {
    padding-right: 0;
    padding-left: 0;
  }
}
#server .server_cont {
  display: flex;
  overflow-x: scroll;
  font-size: 0.9rem;
  padding-bottom: 10px;
  padding-right: 15px;
}
#server .server_cont .server_box {
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  color: #222;
  padding: 15px;
  margin: 10px 0;
  flex-shrink: 0;
  box-sizing: border-box;
  width: 87%;
  margin: 0 10px;
}
#server .server_cont .server_box:first-child {
  margin-left: 15px;
}
#server .server_cont .server_box:last-child {
  margin-right: 0;
}
#server .server_cont .server_box .server_copy {
  font-size: 1rem;
}
#server .server_cont .server_box .server_name {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 10px;
}
#server .server_cont .server_box .server_name .server_name_sub {
  font-size: 1rem;
}
#server .server_cont .server_box .server_name span {
  display: block;
}
#server .server_cont .server_box .server_img {
  text-align: center;
  margin-bottom: 20px;
}
#server .server_cont .server_box .server_img img {
  width: 100%;
  max-width: 170px;
}
#server .server_cont .server_box .server_img_disney {
  text-align: center;
  margin-bottom: 20px;
}
#server .server_cont .server_box .server_img_disney img {
  width: 100%;
  max-width: 100%;
}
#server .server_cont .server_box .server_point .point_item {
  padding-left: 10px;
  line-height: 1.4;
}
#server .server_cont .server_box .server_point .point_item:before {
  content: "●";
  color: #B2D3F8;
  padding-right: 5px;
}
@media screen and (min-width: 640px) {
  #server .server_cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow-x: hidden;
    font-size: 1rem;
    padding-bottom: 0;
    padding-right: 0;
  }
  #server .server_cont .server_box {
    flex-basis: 45%;
    padding: 30px;
    margin: 10px;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #server .server_cont::-webkit-scrollbar {
    height: 10px;
  }
  #server .server_cont::-webkit-scrollbar-thumb {
    background: #a5396b;
    border-radius: 7px;
  }
  #server .server_cont::-webkit-scrollbar-track {
    background: #c6d3e7;
    border-radius: 7px;
  }
}

/* お水 */
.water-border {
  position: relative;
  box-sizing: border-box;
  background: white;
  width: calc(100% - 20px);
  height: 100%;
  top: 10px;
  left: 10px;
  margin-bottom: 20px;
}

.water-border:after {
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  background: repeating-linear-gradient(-45deg, #94d9ff, #94d9ff 10px, white 10px, white 13px);
  background-color: black;
  content: "";
  z-index: -1;
}

@media screen and (min-width: 650px) {
  .water-border {
    width: calc(100% - 40px);
    height: 100%;
    top: 20px;
    left: 20px;
    margin-bottom: 40px;
  }

  .water-border:after {
    top: -20px;
    bottom: -20px;
    left: -20px;
    right: -20px;
  }
}
#water {
  padding: 10px 15px 20px;
  box-sizing: border-box;
}
#water .water_cont {
  width: 100%;
  max-width: 800px;
}
#water .water_cont .water_ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
#water .water_cont .water_ttl h3 {
  font-family: "游ゴシック体", "Yu Gothic";
  color: #f9c03c;
  font-size: 4vw;
  font-weight: bold;
  letter-spacing: 1px;
}
#water .water_cont .water_ttl h3 span {
  font-size: 7vw;
}
#water .water_cont .water_ttl .mond {
  flex-basis: 50px;
  margin-right: 10px;
}
#water .water_cont .water_ttl .mond img {
  width: 100%;
  max-width: 80px;
}
#water .water_cont .water_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
#water .water_cont .water_box .item {
  flex-basis: 48%;
  text-align: center;
}
#water .water_cont .water_box .item .bottle_img {
  margin-bottom: 10px;
  width: 75%;
  margin: 0 auto 10px;
}
#water .water_cont .water_box .item .bottle_img img {
  width: 100%;
  max-width: 180px;
}
#water .water_cont .water_box .item .bottle_name {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: bold;
  display: inline-block;
  border-bottom: 1px solid #333;
  padding-bottom: 15px;
  margin-bottom: 5px;
}
#water .water_cont .water_box .item .water_price {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0;
  margin: 10px 0 0 0;
}
#water .water_cont .water_box .item .water_price span {
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (min-width: 640px) {
  #water {
    padding: 30px 15px 40px;
  }
  #water .water_cont {
    margin: 0 auto;
  }
  #water .water_cont .water_ttl {
    justify-content: center;
    margin-bottom: 20px;
  }
  #water .water_cont .water_ttl h3 {
    font-size: 2.5rem;
    line-height: 1.5;
    font-weight: 100;
    letter-spacing: 2px;
  }
  #water .water_cont .water_ttl h3 span {
    font-size: 3.1rem;
    line-height: 1;
  }
  #water .water_cont .water_ttl .mond {
    flex-basis: 100px;
    margin-right: 20px;
  }
  #water .water_cont .water_ttl .mond img {
    width: 100%;
    max-width: 100px;
  }
  #water .water_cont .water_box {
    justify-content: center;
  }
  #water .water_cont .water_box .item {
    flex-basis: 350px;
    margin: 0 10px;
  }
  #water .water_cont .water_box .item p:nth-of-type(2) br:nth-of-type(2) {
    display: none;
  }
  #water .water_cont .water_box .item .bottle_img {
    width: 100%;
  }
  #water .water_cont .water_box .item .bottle_name {
    font-size: 1.3rem;
    line-height: 1.2;
  }
  #water .water_cont .water_box .item .bottle_name br:nth-of-type(1) {
    display: none;
  }
  #water .water_cont .water_box .item .water_price {
    font-size: 1rem;
    letter-spacing: 1px;
  }
  #water .water_cont .water_box .item .water_price span {
    font-size: 1.5rem;
    line-height: 1;
  }
  #water .water_cont .water_box .item .water_price br {
    display: none;
  }
}

#graph {
  background: linear-gradient(90deg, #E8F9FF 50%, #fff 0%);
  border: 2px solid #0dba2a;
}
#graph .graph-name {
  background: #0dba2a;
}
#graph .graph-name h3 {
  color: #fff;
}
#graph .graph-company-name {
  font-weight: bold;
  padding: 0 10px;
  text-align: center;
}
#graph .graph-company-name .box-item {
  display: flex;
}
#graph .graph-company-name .box-item > div {
  width: 50%;
}
#graph .graph-company-name .box-item .box-aqua {
  background: #20ABF6;
  color: #fff;
  margin-right: 20px;
}
#graph .graph-company-name .box-item .box-other {
  background: #E4E4E4;
}
#graph .graph-main {
  padding: 10px;
}
#graph .graph-main .graph-cont .box-name {
  background: #F7F7F7;
  border: 1px solid #D3D3D3;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  color: #0dba2a;
  font-weight: bold;
}
#graph .graph-main .graph-cont .box-item {
  text-align: center;
  display: flex;
}
#graph .graph-main .graph-cont .box-item > div {
  width: 50%;
  text-align: center;
  padding: 15px;
}
@media screen and (min-width: 640px) {
  #graph {
    background: #fff;
  }
  #graph .graph-company-name {
    display: flex;
    justify-content: flex-end;
    padding: 0 20px;
  }
  #graph .graph-company-name .box-name {
    width: 215px;
  }
  #graph .graph-company-name .box-item {
    justify-content: flex-end;
    width: calc(100% - 215px);
  }
  #graph .graph-company-name .box-item > div {
    margin-left: 10px;
  }
  #graph .graph-company-name .box-item .box-aqua {
    margin-right: 0;
  }
  #graph .graph-main {
    padding: 0 20px 20px;
  }
  #graph .graph-main .graph-cont {
    display: flex;
    justify-content: flex-end;
  }
  #graph .graph-main .graph-cont .box-name {
    width: 200px;
    background: #fff;
    border-top: none;
    border-right: none;
    border-left: none;
    border-top: 1px solid #D3D3D3;
    border-bottom: 0;
    border-radius: 0;
  }
  #graph .graph-main .graph-cont .box-item {
    width: calc(100% - 200px);
  }
  #graph .graph-main .graph-cont .box-item > div {
    width: 50%;
    border-top: 1px solid #D3D3D3;
    margin-left: 10px;
  }
  #graph .graph-main .graph-cont .box-item .box-item-aqua {
    background: #E8F9FF;
  }
}

#voice {
  background: url(/clp/inc/change/img/voice_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 30px 0 20px;
}
#voice h3 {
  font-size: 6vw;
  color: #ff0072;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
#voice .voice-cont .voice-box {
  position: relative;
  border: 1px solid #333;
  background: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
  margin: 0 15px;
}
#voice .voice-cont .voice-box .high_light {
  color: #ff0072;
}
#voice .voice-cont .voice-box:after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.8;
  top: 7px;
  left: 7px;
  z-index: -1;
}
@media screen and (min-width: 640px) {
  #voice {
    padding: 40px 0;
  }
  #voice h3 {
    font-size: 3rem;
    margin-bottom: 70px;
  }
  #voice .voice-cont .voice-box {
    margin: 0;
  }
}

#application {
  margin: 0 0 30px;
}
#application .application-ttl {
  box-sizing: border-box;
  background: #2BADF5;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 30px 10px 20px;
  margin-bottom: 30px;
}
#application .application-ttl .application-ttl-sub {
  display: inline-block;
  font-size: 4.5vw;
  font-weight: bold;
}
#application .application-ttl h2 {
  font-size: 5.5vw;
  font-weight: bold;
  color: #fff;
  margin-top: 20px;
}
#application .application-ttl h2 span {
  color: #fff776;
  font-size: 8vw;
  line-height: 1.6;
}
@media screen and (min-width: 640px) {
  #application {
    margin: 0 0 40px;
  }
  #application .application-ttl {
    padding: 30px 20px 20px;
    margin-bottom: 40px;
  }
  #application .application-ttl .application-ttl-sub {
    font-size: 1.6rem;
    padding: 5px 20px 2px;
  }
  #application .application-ttl h2 {
    font-size: 2.5rem;
    line-height: 1;
    letter-spacing: 3px;
    text-align: center;
  }
  #application .application-ttl h2 span {
    font-size: 4rem;
  }
}
#application .flow .flow-ttl {
  background: #fff;
  color: #2BADF5;
  font-size: 5vw;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  border: 1px solid #2BADF5;
  padding: 10px;
  margin-bottom: 30px;
}
#application .flow .flow-box1, #application .flow .flow-box2, #application .flow .flow-box3 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
#application .flow .flow-box1 .box-number, #application .flow .flow-box2 .box-number, #application .flow .flow-box3 .box-number {
  position: relative;
  flex-basis: 20%;
  font-size: 4rem;
  line-height: 1;
  color: #2BADF5;
  text-align: center;
}
#application .flow .flow-box1 .box-number span, #application .flow .flow-box2 .box-number span, #application .flow .flow-box3 .box-number span {
  display: block;
  font-size: 1rem;
  line-height: 0.5;
}
#application .flow .flow-box1 .box-txt, #application .flow .flow-box2 .box-txt, #application .flow .flow-box3 .box-txt {
  padding-top: 10px;
  flex-basis: 80%;
}
#application .flow .flow-box1 .box-txt .flow-box-item img, #application .flow .flow-box2 .box-txt .flow-box-item img, #application .flow .flow-box3 .box-txt .flow-box-item img {
  box-sizing: border-box;
  background: #2BADF5;
  border: 10px solid #2BADF5;
  width: 100%;
  max-width: 410px;
}
#application .flow .flow-box1 .box-number:after {
  content: " ";
  position: absolute;
  display: inline-block;
  border: 1px solid #2BADF5;
  height: 83%;
  left: 50%;
}
#application .flow .flow-box2 .box-number:after {
  content: " ";
  position: absolute;
  display: inline-block;
  border: 1px solid #2BADF5;
  height: 90%;
  left: 50%;
}
#application .flow .flow-box2 .box-txt {
  position: relative;
}
#application .flow .flow-box2 .box-txt:before {
  position: absolute;
  top: 0;
  left: 50%;
  background: #ccc;
  width: 100px;
  height: 3px;
  border-radius: 50%;
}
#application .flow .flow-box2 .with-comment {
  position: relative;
  display: inline-block;
  min-width: 170px;
  max-width: 100%;
  font-size: 0.9rem;
  background: #EAEAEA;
  padding: 5px 10px;
  margin-bottom: 15px;
}
#application .flow .flow-box2 .with-comment:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #EAEAEA;
}
@media screen and (min-width: 640px) {
  #application .flow {
    margin-bottom: 40px;
  }
  #application .flow .flow-ttl {
    font-size: 1.8rem;
    line-height: 1.2;
    border: 2px solid #2BADF5;
    padding: 15px;
    margin-bottom: 40px;
  }
  #application .flow .flow-ttl br {
    display: none;
  }
  #application .flow .flow-box1 .box-number, #application .flow .flow-box2 .box-number, #application .flow .flow-box3 .box-number {
    flex-basis: 100px;
    font-size: 5rem;
  }
  #application .flow .flow-box1 .box-number span, #application .flow .flow-box2 .box-number span, #application .flow .flow-box3 .box-number span {
    font-size: 1.5rem;
  }
  #application .flow .flow-box1 .box-txt, #application .flow .flow-box2 .box-txt, #application .flow .flow-box3 .box-txt {
    flex-basis: calc(100% - 100px);
  }
  #application .flow .flow-box1 .box-number:after {
    height: 73%;
  }
  #application .flow .flow-box2 .box-number:after {
    height: 80%;
  }
}
#application .certificate {
  border: solid 2px #969696;
}
#application .certificate .certificate-ttl {
  background: #969696;
  color: #fff;
  font-size: 1.3rem;
  padding: 5px;
}
#application .certificate .certificate-item {
  padding: 10px;
}
@media screen and (min-width: 640px) {
  #application .certificate .certificate-ttl {
    padding: 8px;
  }
  #application .certificate .certificate-item {
    padding: 20px;
  }
}
#application .certificate-terms {
  border: solid 2px #969696;
  padding: 10px;
}
#application .add {
  display: inline-block;
  border: 1px dashed #a0a0a0;
  padding: 10px;
}

#campaign {
  background: url(/clp/inc/change/img/yellow_border_bg.png) repeat;
}
#campaign .campaign-ttl {
  background: #FF0672;
  padding: 20px;
}
#campaign .campaign-ttl img {
  width: 100%;
  max-width: 600px;
}
@media screen and (min-width: 640px) {
  #campaign .campaign-ttl {
    padding: 40px 20px;
  }
}

.campaign-bnr img {
  border-radius: 5px;
}
@media screen and (min-width: 640px) {
  .campaign-bnr img {
    border-radius: 10px;
  }
}

.info .info-ttl {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 4px;
}
.info .info-ttl span {
  background: url(/clp/inc/img/un_delta.svg) no-repeat right center/16px;
  padding-right: 26px;
}
@media screen and (min-width: 651px) {
  .info .info-ttl {
    font-size: 1.2rem;
    padding: 15px;
  }
  .info .info-ttl span {
    background: url(/clp/inc/img/un_delta.svg) no-repeat right center/20px;
    padding-right: 33px;
  }
}
.info .info-cont {
  background: #fff;
  display: none;
  max-height: 350px;
  overflow-y: scroll;
  font-size: 95%;
  line-height: 1.5;
  margin-top: 10px;
}
.info .info-cont > p {
  line-height: 1.5;
}
.info .info-cont .info-txt div {
  padding: 15px;
}
.info .info-cont .info-txt div:nth-of-type(1) {
  background: #eee;
  font-weight: bold;
  text-align: center;
}
.info .info-cont .info-txt ol {
  padding-left: 20px;
}
.info .info-cont .info-txt ol > li::marker {
  margin-left: -15px;
}
.info .info-cont .info-txt ul {
  list-style: none;
  padding-left: 15px;
}
.info .info-cont .info-txt ul > li::before {
  content: "・";
  margin-left: -15px;
}
.info .info-cont .info-txt li {
  margin-bottom: 10px;
}
@media screen and (min-width: 651px) {
  .info .info-cont .info-txt {
    display: flex;
  }
  .info .info-cont .info-txt > div:nth-of-type(1) {
    flex-basis: 20%;
  }
  .info .info-cont .info-txt > div:nth-of-type(2) {
    flex-basis: 80%;
  }
}

.info-ttl.active span {
  background: url(/clp/inc/img/up_delta.svg) no-repeat right center/23px;
}
@media (max-width: 650px) {
  .info-ttl.active span {
    background: url(/clp/inc/img/up_delta.svg) no-repeat right center/16px;
  }
}

#footer-menu .footer-menu-ttl {
  font-size: 4vw;
}
#footer-menu .minquiry {
  border: 1px solid #333;
  display: inline-block;
  padding: 5px;
  text-decoration: none;
}
#footer-menu .minquiry a:link {
  color: #333;
}
@media screen and (min-width: 640px) {
  #footer-menu .footer-menu-ttl {
    font-size: 1.5rem;
  }
}

/* ボタン */
.fv_btn_copy {
  color: #FF0072;
  font-size: 5vw;
}

.btn-area .btn {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
  background: #FF0072;
  border: 5px solid #fff;
  border-radius: 70px;
  color: #fff;
  font-size: 4vw;
  line-height: 1.4;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  padding: 10px 20px 10px 10px;
}
.btn-area .btn:after {
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 20px;
  content: "＞";
  font-size: 20px;
  transform: translateY(-50%);
  transition: transform 0.2s;
}

.btn-area-end {
  width: 100%;
  z-index: 3;
}
.btn-area-end .btn {
  border-top: 4px solid #fff;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  border-radius: 0;
  padding: 20px 20px 20px 10px;
  font-size: 4.5vw;
}

@media screen and (min-width: 640px) {
  .fv_btn_copy {
    font-size: 2rem;
  }

  .btn-area .btn {
    padding: 20px;
    font-size: 1.5rem;
  }
  .btn-area .btn:after {
    font-size: 1.8rem;
  }

  .btn-area-end {
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    padding: 15px;
  }
  .btn-area-end .btn {
    border: 5px solid #fff;
    border-radius: 70px;
    padding: 10px 20px 10px 10px;
  }
}
footer {
  margin-bottom: 50px;
}
@media screen and (min-width: 640px) {
  footer {
    margin-bottom: 100px;
  }
}

/*--- /ssk-change/ ---*/
.ssk-head {
  background: #FF0072;
  text-align: center;
  padding: 10px 20px;
}
.ssk-head img {
  width: 100%;
  max-width: 500px;
  vertical-align: top;
}

/*--- 後でcommon.cssに移動 ---*/
/*--- サンキューセット ---*/
/*メインカラー*/
#thankyou-set .tys-cap img {
  width: 100%;
  max-width: 700px;
}
#thankyou-set .tys-cont {
  background: #f23c3c;
  border-radius: 10px;
}
#thankyou-set .tys-cont .tys-price img {
  width: 100%;
  max-width: 970px;
  border-radius: 10px 10px 0 0;
}
#thankyou-set .tys-cont .tys-set {
  margin: 0 15px;
}
#thankyou-set .tys-cont .tys-set .tys-set-item img {
  border-radius: 10px;
}
#thankyou-set .tys-cont .tys-value {
  position: relative;
  color: #fff;
  padding: 0 10px;
  margin-top: 60px;
}
#thankyou-set .tys-cont .tys-value p {
  display: inline;
  font-size: 5.5vw;
  font-weight: bold;
}
#thankyou-set .tys-cont .tys-value span {
  font-size: 9vw;
  line-height: 8vw;
  color: #fff776;
}
#thankyou-set .tys-cont .tys-value::before {
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 25px 35px 0 35px;
  border-color: #fff776 transparent transparent transparent;
  top: -35px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 640px) {
  #thankyou-set .tys-cont .tys-value p {
    font-size: 3rem;
    line-height: 3.5rem;
  }
  #thankyou-set .tys-cont .tys-value span {
    font-size: 5rem;
    line-height: 5rem;
    display: inline;
  }
}
#thankyou-set .tax-txt {
  color: #fff;
  padding: 0 10px 10px;
}