/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* カタログXCMS　メインページ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.viewpc{
    display: block;
}

.viewtb{
      display: none;
  }

.viewsp{
    display: none;
}

.nav {
  text-align: right;
  margin-bottom: 20px;
}

.nav_right {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
  text-align: center;
}

.link {
  font-size: 16px;
      background: #f28313;
    color: #FFF;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 3px;
  font-weight: bold;
  color: #FFF;
    margin-left: 20px;
}

.description a	{
  text-decoration: none;}

.main_photo {
  text-align: center;
}

.arrow {
  position: relative;
  display: inline-block; 
  padding: 0 16px 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
}

.arrow::before,
.arrow::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.circle::before{
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #3B5AA5;
}

.circle::after{
  left: 5px;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #fff;
}


.Annotation_c {
  text-align: left;
  font-size: 24px;
}

.common {
  width: 100%;
  text-align: center;
  margin-bottom: 70px;
  border-bottom: 3px solid #dcdfe1;
  margin-left: auto;
  margin-right: auto;
  display: flex;
    justify-content: center
}

.common:last-child{
  border-bottom: none;
  margin-top: -20px;
  margin-bottom: -15px;
}
  
.main_left {
  float:left;
  width: 320px;
  margin-bottom: -50px;
  margin-left: 150px;
}

.main_right {
  float:right;
  width: 320px;
  margin-right: 150px;
}

.bold {
  font-weight: bold;
}

h2 {
  margin-top: 0;
  font-size: 28px;
  text-align: center;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* BOX*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.product_box_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product_box {
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 10px;
     margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 0px;
    z-index: 30;
}

.product_box_img {
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 10px;
     margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 0px;
    z-index: 20;
}

.txt_back {
  background-color: #3B5AA5;
  border-radius: 10px; 
    width: 100%;
  height: 50px;
  text-align: center;
    margin-bottom: 20px;
}

.subtitle {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.product_box p {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px !Important;
    margin-top: 0;
    padding: 0;
    text-align: left;
    font-size: 14px;
}

.product_box img {
    width: 480px;
    /* max-width: 245px; */
    height: auto;
    margin-bottom: 40px;
}

.product_box_img img {
    max-width: 500px;
    height: auto;
    transform: translateX(-20%);
}

.btn_contact_prolabel {
  display: block;
  color: #ffffff !Important;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  align-items: center;
  padding: 16px 24px;
  background-color: #7BCFC7;
  border: 1px solid #E5E7EB;
  border-radius: 6px;
  box-sizing: border-box;
  max-width: 360px;
  margin: 0;
  position: relative;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*  */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.features {
    position: relative;
}

.features h3{
    height: 60px;
    font-size: 18px;
    color: #222;
    text-align: center;
    margin: 0;
    padding-bottom: 10px;
    }

.features p {
    margin-bottom: 60px;
    text-align: left;
}

.features_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 60px;
}

.features_box_inner {
    width:25%;
    padding: 15px;
    margin: 15px;
    background-color: #FFF;
    position: relative;
}

.features_box_inner_full {
    width:100%;
    padding: 15px;
    margin: 15px;
}

.features_box_inner_full img {
    width: 100%;
    max-width: 850px;
    height: auto;
    margin-bottom: 40px;
}

.features_box_inner_clear {
    width:28%;
    padding: 15px;
    margin: 15px;
        z-index: 30;
    box-sizing: border-box;
}

.prolabel_arrow{
    position: relative;
    display: inline-block;
    padding-left: 10px;
    padding-right: 20px;
}

.prolabel_arrow::before{
    content: '';
    width: 20px;
    height: 20px;
    border: 0px;
    border-top: solid 5px #666;
    border-right: solid 5px #666;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 0;
    margin-top:70px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* TOP */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.productop_box_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #FFF;
    max-width: 950px;
    width:100%;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.productop_box_wrapper h3 {
  font-size: 1.2em;
  color: black;
  text-align: left;
  margin-left: 0;
    margin-top: 0; 
}

.productop_box_wrapper p {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
    text-align: left;
}

.productop_box_wrapper img {
  margin-left: auto;
  margin-right: auto;
    max-width:50px;
  width: 100%;
    height: auto;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* dot */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.example {
  height: 4px;
  width: 70%;
  position: relative;
  z-index: 20;
  top:180px;
  margin:0 30px;
}
.example::before {
  content: "";
  background-image: linear-gradient(to right, #969696, #969696 4px, transparent 4px, transparent 8px);
  background-size: 32px 8px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ボタン */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.btn-flat-logo {
  display: inline-block;
  padding: 0.5em 0.5em;
  text-decoration: none;
  color: #FFF !important;
  font-size: 14px !important;
  background: #ff7272;
  transition: .4s;
   border-radius: 100vh;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 20px;
    margin-right: 20px;
}

.btn-flat-logo:hover {
  background: #ec9b9b;
}

/*------------------------------

ここからアコーディオンのCSS

------------------------------*/

*,
*::after,
*::before {
  box-sizing: border-box;
}

.accordion {
  max-width: 700px;
  width: 100%;
  margin-bottom: 100px;
}


/* チェックボックスは非表示 */
.accordion-hidden{
  display: none;
}

/* Question部分 */
.accordion-open {
  display: block;
  padding: 10px;
  background: #e4eaf1;
  cursor: pointer;
  margin: 5px 0;
  font-weight: 700;
  position: relative;/* 変更部分 */
}

/* 開閉状態を示すアイコン+の作成 */
.accordion-open::before,
.accordion-open::after {
  content: '';
  width: 20px;
  height: 3px;
  background: #666;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

/* 一本は縦にして+を作る */
.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}

/* アコーディオンが開いたら縦棒を横棒にして-にする */
.accordion-hidden:checked + .accordion-open:after {
  transform: translateY(-50%) rotate(0);
}

/* Answer部分 */
.accordion-close {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s;/* 表示速度の設定 */
}

/* チェックボックスにチェックが入ったらAnswer部分を表示する */
.accordion-hidden:checked + .accordion-open + .accordion-close {
  height: auto;
  opacity: 1;
  padding: 10px;
  background: #c7d8eb;
  font-weight: 700;
}

/* 動画 */

.common_movie {
  width: 100%;
  margin-bottom: 70px;
  border-bottom: 3px solid #dcdfe1;
}

.features_box_movie {
  width: 100%;
  max-width: 600px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.features_box_movie2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
      box-sizing: border-box;

}

.features_box_inner_movie {
  position: relative;
  /*max-width: 600px;*/
  width: 100%;
  padding-top: 56.25%;
         overflow: hidden;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;

}

iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
    height:100%
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 機能比較 */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.sp { display: none !important; }
 

@media screen and (max-width: 420px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}
.wrapper{
  width: 400px;
  background: #fff;
  border-radius: 16px;
  margin-top: 30px;
  padding: 30px;
  box-shadow: 8px 8px 12px rgba(0,0,0,0.03);
}
header label{
  height: 100%;
  z-index: 2;
  width: 30%;
  display: flex;
  cursor: pointer;
  font-size: 18px;
  position: relative;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
}
#tab-1:checked ~ header .tab-1,
#tab-2:checked ~ header .tab-2,
#tab-3:checked ~ header .tab-3{
  color: #fff;
}
header label:nth-child(2){
  width: 40%;
}
header .slider{
  position: absolute;
  height: 85%;
  border-radius: inherit;
  background: linear-gradient(145deg, #D5A3FF 0%, #77A5F8 100%);
  transition: all 0.3s ease;
}

.wrapper input[type="radio"]{
  display: none;
}
.card-area{
  overflow: hidden;
}
.card-area .cards{
  display: flex;
  width: 300%;
}
.cards .row{
  width: 33.4%;
}
.cards .row-1{
  transition: all 0.3s ease;
}
#tab-1:checked ~ .card-area .cards .row-1{
   margin-left: -33.4%;
}
#tab-2:checked ~ .card-area .cards .row-1{
  margin-left: -33.4%;
}
#tab-3:checked ~ .card-area .cards .row-1{
   margin-left: -66.8%;
}
.row .price-details{
  margin: 20px 0;
  text-align: center;
  padding-bottom: 25px;
  border-bottom: 1px solid #e6e6e6;
}
.price-details .price{
  font-size: 65px;
  font-weight: 600;
  position: relative;
  font-family: 'Noto Sans', sans-serif;
}
.price-details .price::before,
.price-details .price::after{
  position: absolute;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
/* Free */
.price-details .price::before{
  content: "¥";
  left: -13px;
  top: 17px;
  font-size: 20px;
}
.price-details .price::after{
  content: "/14日";
  right: -33px;
  bottom: 17px;
  font-size: 13px;
}
/* Free */
.price-details .price::before{
  content: "¥";
  left: -13px;
  top: 17px;
  font-size: 20px;
}
.price-details .price::after{
  content: "/14日";
  right: -33px;
  bottom: 17px;
  font-size: 13px;
}



.price-details p{
  /* font-size: 18px; */
  margin-top: 5px;
}
.row .features li{
  display: flex;
  font-size: 15px;
  list-style: none;
  margin-bottom: 10px;
  align-items: center;
}
.features li i{
  background: linear-gradient(#D5A3FF 0%, #77A5F8 100%);
  background-clip: text;
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
}
.features li span{
  margin-left: 10px;
}
.wrapper button{
  width: 100%;
  border-radius: 25px;
  border: none;
  outline: none;
  height: 50px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  margin-top: 20px;
  background: linear-gradient(145deg, #D5A3FF 0%, #77A5F8 100%);
  transition: transform 0.3s ease;
}
.tab-1{
  width: 50%;
  border-radius: 25px;
  border: none;
  outline: none;
  height: 50px;
  font-size: 24px;
  font-weight: bold;
  color: #3fc79e;
  background: linear-gradient(145deg, #D5A3FF 0%, #77A5F8 100%);
  transition: transform 0.3s ease;
}
.wrapper button:hover{
  transform: scale(0.98);
}
.title_price{
  font-size: 28px;
}
.description_price{
  color: #9e9e9e;
  font-size: 13px;
}