@charset "utf-8";
/* CSS Document */
h2 {
  margin: -40px auto 20px;
  font-size: 2em;
  font-weight: bold;
  color: #5846f9;
}
h6 {
  font-weight: bold !important;
  color: #70067 !important;
}

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

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

.carousel-caption {
  top: 15em !important;
  height: 200px !important;
}
.carousel-indicators {
  bottom: 20px;  
} 
.carousel-item {
  width: 100%;
}
.carousel{
  height: 80vh;
  width: 100%;
  margin:auto;
}
.carousel-caption h3 {
  letter-spacing: 0.05em;
  font-weight: bold !important;
  font-size:1.7em;
  color:#fff !important;
}
.carousel-caption h2 {
  margin-top: 20px;  
}


@media (max-width: 768px) {
  .carousel-caption h3 {
    letter-spacing: 0;
    font-size:0.9em;
  }
  .carousel-caption h2 {
    margin-top: 10px;
    font-size: 0.7em;
  }
  .carousel,
  .carousel .item,
  .carousel-inner .item img {
    background-size: cover !important;   
  }
  .carousel-caption h1 {
    font-size:1em;
  }
  .carousel,
  .carousel .item,
  .carousel .item-mask,
  .carousel-inner .item .item-mask img {
    height: 300px;
  }
  .carousel-indicators {
    bottom: 5px;  
  }
  .carousel-caption {
    top: 2em !important;
    height: 200px !important;
  }
}

/* -------------------------------
   データ書き出し・差分反映
---------------------------------*/

.balloon1-top {
  display: inline-block;
  margin: 1em 0;
  padding: 7px 20px;
  min-width: 120px;
  max-width: 100%;
  font-size: 16px;
  color: #ffa000;
  font-weight: bold;
  background: #ffe2c6;
}

.heading-9 {
  font-size:1.8em;
  letter-spacing: .05em;
  width:800px;
  font-weight: bold;
  position: relative;
  padding: .3em .7em;
  border-radius: 10px;
  background-color: #ed3c0d;
  color: #fff;
  margin: 20px auto;
}
.id_pink {
  background: #9f166a;
}
.id_greyblue {
  background: #2d00b3;
}
.id_purple{
  background: #56256e;
}
.id_green {
  background: #006633;
}

.heading-9::after, .id_pink::after, .id_greyblue::after, .id_purple::after, .id_green::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 380px;
  width: 0;
  height: 0;
  border: 11px solid transparent;
  border-top: 11px solid #ed3c0d;
}
.heading-9::after, .id_greyblue::after {
  border-top: 11px solid #ed3c0d;
}
.id_pink::after {
  border-top: 11px solid #9f166a;
}
.id_green::after {  
  border-top: 11px solid #006633;
}

.id_greyblue::after {
  border-top: 11px solid #2d00b3;
}
.id_purple::after {
  border-top: 11px solid #56256e;
}
.okomari, .okomari_o, .okomari_blue, .okomari_purple {
  list-style: none;
  font-size: 1.3em;
  padding: 20px 0;
  text-align: left;
  line-height: 2em;
}
.okomari li, .okomari_o li .okomari_blue, .okomari_purple li {
  padding-left: 1em;
  text-indent: -0.8em;
}
.okomari strong {
  color: #c70067;
  font-size: 1.1em;
}
.okomari_o strong {
  color: #ed3c0d;
  font-size: 1.1em;
}
.okomari_blue strong {
  color: #5846f9;
  font-size: 1.1em;
}
.okomari_purple strong {
  font-size: 1.1em;
  color: #7f1184;
}
.diff_circle600, .diff_circle600_w, .diff_circle600_orange, .diff_circle600_orange_w {
  position: relative;
  display: inline-block;
  border-radius: 30px;
  background: #ffc6e2;
  width: 900px;
  min-height: 100px;
  margin: 40px;
  padding: 0 20px 30px 0;
}
.diff_circle600_orange {
  background: #ffe2c6;
}
.diff_circle600_w {
  background-color: #fff;
  border: 6px #ffc6e2 solid;
}
.diff_circle600_orange_w {
  background-color: #fff;
  border: 6px #ffd700 solid;
}
.diff_circle600:before, .diff_circle600_w:before, .diff_circle600_orange:before, .diff_circle600_orange_w:before {
  position: absolute;
  font-family: Century Gothic, "Hiragino Sans";
  content: "01";
  font-size: 4.5em;
  font-weight: bold;
  text-stroke: 2px #c70067;
  -webkit-text-stroke: 2px #c70067;
  color: #fff;
  top: -50px;
  left: 20px
}
.diff_circle600_orange:before {
  text-stroke: 2px #ffa000;
  -webkit-text-stroke: 2px #ffa000;
}
.diff_circle600_w:before, .diff_circle600_orange_w:before {
  color: #c70067;
  -webkit-text-stroke: 1px #c70067;
}
.diff_circle600 span, .diff_circle600_w span, .diff_circle600_orange span, .diff_circle600_orange_w span {
  position: absolute;
  letter-spacing: 0.05em;
  display: inline-block;
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
  color: #c70067;
  left: 50px;
  top: 25px;
  width: 800px;
}
.diff_circle600_orange span, .diff_circle600_orange_w span {
  color: #ffa000;
}

.diff_circle600_orange_w:before {
  color: #ffa000;
  -webkit-text-stroke: 1px #ffa000;
}
.diff_circle600 p, .diff_circle600_w p, .diff_circle600_orange p, .diff_circle600_orange_w p {
  text-align: left;
  font-size: 1.1em;
  margin-top: 70px;
  margin-left: 50px;
}
.diff_circle600-02:before {
  content: "02";
}
.diff_circle600-03:before {
  content: "03";
}
.diff_circle600-04:before {
  content: "04";
}
.diff_circle600-05:before {
  content: "05"
}
.diff_circle600-06:before {
  content: "06"
}
.diff_circle600-07:before {
  content: "07"
}
.diff_circle600-08:before {
  content: "08"
}
.diff_circle600-09:before {
  content: "09"
}
.diff_container {
  display: inline-flex;
  margin: 80px auto 0;
}
.diff_container_box {
  width: 400px;
  text-align: left;
  margin: 0px 10px;
}
.diff_excel {
  position: absolute;
  left: 320px;
  text-align: left;
  top: 20px;
}
/*  ------------------------------
　　サーバー　高速組版
---------------------------------*/
.width-1000 {
  width: 1000px;
  margin: auto;
}
.width-1000-title {
  font-size: 2em;
  font-weight: bold;
  color: #c70076;
  margin: 20px auto;
}
.purpose-box {
  /*display: flex;*/
  padding: 1em;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  font-size: 1.8em;
  font-weight: bold;
  color: #c70067;
  width: 250px;
  height: 280px;
  border-radius: 10px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  margin: 20px;
}
.circle_png {
  margin: 20px auto;
  width: 150px;
  height: 150px;
  display: inline-block;
  border-radius: 50%;
  background-color: #c70076;
  background-repeat: no-repeat;
}
.pc_container {
  width: 800px;
  margin: 80px auto;
}

.pc_box {
  position: relative;
  width: 320px;
  height: 200px;
}
.pc_box img {}
.pc_box p {
  position: absolute;
  line-height: 1.8em;
  top: 5px;
  left: 15px;
  font-size: 1.3em;
  color: #c70067;
  font-weight: bold;
  padding: 40px;
  margin: 0;
}
.box-toku {
  text-align: left;
  max-width: 980px;
  margin: 100px auto;
  border: 3px solid #c70067;
  border-radius: 10px;
}
.box-toku .title {
  letter-spacing: 0.03em;
  font-size: 1.5em;
  display: inline-flex;
  align-items: center;
  column-gap: 4px;
  position: relative;
  top: -13px;
  left: 10px;
  margin: 0 10px;
  padding: 0 10px;
  background: #fff;
  color: #c70067;
  font-weight: 600;
  vertical-align: top;
  border: none;
}
.box-toku .title::before {
  width: 20px;
  height: 12px;
  border-bottom: 4px solid #c70067;
  border-left: 4px solid #c70067;
  transform: rotate(-45deg) translate(2px, -2px);
  content: '';
}
.box-toku p {
  font-size: 1.1em;
  margin: 0;
  padding: 0 1.5em 1em;
}
.box-toku strong {
  color: #c70067;
  font-size: 1.15em;
  font-weight: bold;
}
.img-flex-4 {
  margin-bottom: 20px;
  display: inline-flex;
}
.img_frame {
  /*border: #c70076 1px solid;*/
  display: block;
  text-align: center;
  margin: 20px 10px 5px 10px;
  padding: 10px;
  width: 300px;
}
.img-content {
  width: 260px;
  font-size: 1em;
  margin: 20px 10px;
  text-align: left;
}
.img_frame img {
  border: #a1a1a1 1px solid;
}
.width-800-marubox {
  width: 800px;
  background: #eee;
  padding: 20px 50px;
  margin: 40px auto 50px;
  border-radius: 10px;
  text-align: left;
}
/* ---------------------------
   お知らせ・更新情報
----------------------------*/
.news-header {
  background: #5846f9;
  color: #fff;
  font-size: 2em;
  padding: 30px 0;
  font-weight: bold;
  margin-bottom: 30px;
}
.category {
  display: inline-block;
  color: #fff;
  width: 80px;
  height: 23px;
  font-size: 12px;
  text-align: center;
  padding: 3px 10px;
  margin: 0 0 5px !important;
  border: solid 1px #5846f9;
  background-color: #5846f9;
  border-radius: 2px;
}
.category.new {
  background-color: #fff;
  border: solid 1px #5846f9;
  color: #5846f9;
}
.category.update {
  background-color: #fff;
  border: solid 1px #cc0033;
  color: #cc0033;
}
.width-800 {
  width: 800px;
  margin: 0 auto;
}
.licenses {
  font-size: 1.6em;
  font-weight: bold;
  /*color: #c70067;*/
  color: #666;
  margin: 50px auto;
}
.licenses span {
  font-size:1.1em;
  color: #c70067;
}

@media screen and (max-width: 738px) {
  .heading-9 {
    font-size:1.2em;
    width:90%;
    letter-spacing: 0;
  }
  .heading-9::after {  
    left: 43%;
  }  
  .diff_excel {
    position: static;
    margin: 0;
  }
  .pc_container {
    width: 95%;
  }
  .licenses {
    font-size: 1.2em;
  }
  .width-1000 {
    width: 100%;
  }
  .width-1000-title {
    font-size: 1.8em;
  }
  .width-800 {
    width: 100%;
  }
  .width-800-marubox {
    width: 95%;
    margin: 10px;
  }
  .box-toku {
    width: 100%;
    padding: 10px;
    margin: 30px auto;
  }
  .box-toku .title {
    font-size: 1.3em;
  }
  .img-flex-4 {
    display: block;
    widows: 100%;
    margin: 10px auto;
  }
  .diff_circle600, .diff_circle600_w, .diff_circle600_orange, .diff_circle600_orange_w {
    width: 85%;
  }
  .diff_circle600 span, .diff_circle600_w span, .diff_circle600_orange span, .diff_circle600_orange_w span {
    width: 80%;
    font-size: 1.2em;
  }
  .diff_circle600 p, .diff_circle600_w p, .diff_circle600_orange p, .diff_circle600_orange_w p {
    font-size: 1em;
    margin-top: 90px;
  }
  .diff_circle600 img, .diff_circle600_w img, .diff_circle600_orange img, .diff_circle600_orange_w img {
    width: 80%;
    height: auto;
  }
  .diff_container {
    display: block;
  }
  .diff_container_box {
    width: 80%;
  }
  .okomari, .okomari_o {
    font-size: 1.05em;
    padding: 20px;
    line-height: 1.85em;
  }
  

}


/* ------------------------------------
　　   Index　サーバー製品　
---------------------------------------*/
.color-blue {
  color: #5846f9;
}
.blue-line {
  background: linear-gradient(transparent 70%, #c6e2ff 30%);
  /*display: inline-block;*/
}
.server-container {
  display: block;
  height: 400px;
}
.server-half {
  height: 50%;
  border-bottom: 1px solid #c0c0c0;
  margin-bottom: 30px;
}
/* ------------------------------------
　　   Index　デスクトップ製品　
---------------------------------------*/
.balloon3 {
  display: inline-block;
  padding: 5px 15px;
  margin: 10px 5px 10px 0;
  text-align: center;
  color: #FFF;
  font-size: 12px;
  font-weight: normal;
  background: #70a6ff;
  border-radius: 2px;
}
.balloon3.red_y {
  background: #ff7f7f;
}
.balloon3.pink_y {
  background: #ff00ff;
  letter-spacing: 0.3em;
}
.balloon3.green_y {
  background: #6600cc;
  letter-spacing: 0.3em;
}
/* 吹き出し本体 */
.balloon {
  position: relative;
  font-size: 1.1em;
  color: #fff;
  font-weight: 400;
  padding: 10px;
  background-color: #5846f9;
  border-radius: 10px;
  box-shadow: 1px 1px 10px 0px #a7a7a7; /* 吹き出し本体の影 */
  margin: 25px 0 25px;
}
/* 三角アイコン */
.balloon::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 24px;
  bottom: -13px;
  /*border-top: 15px solid #5846f9;*/
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
}
/* 三角アイコンの影 */
.balloon::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  bottom: -13px;
  border-top: 15px solid #5846f9;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
}
/* ------------------------------------
　　   よくある質問　見出し
---------------------------------------*/
h2 {
  font-weight: bold;
  letter-spacing: .025em;
}
/* ------------------------------------
　　   LinkCube お支払い
---------------------------------------*/
.table-container {
  width: 800px;
  margin: 0 auto;
}
.table-payment {
  width: 100%;
  font-size: 14px;
  border: solid 1px #5472cd;
  margin-bottom: 20px;
}
.table-payment td, th {
  border-right: solid 1px #5472cd;
  border-top: solid 1px #5472cd;
  padding: 0.5em 0.5em;
}
.table-payment th {
  color: #fff;
  background: #5472cd;
  text-align: center;
  padding: 0.6em 0.75em;
}
/* ------------------------------------
　　   LinkCube 無料お試し　Faq
---------------------------------------*/
.free_faq_box {
  width: 850px;
  margin: 20px auto 30px;
  padding: 20px;
}
/* ------------------------------------
　　   LinkCube 無料お試し　ボタン
---------------------------------------*/
.free_button {
  display: inline-block;
  border: 2px solid #5992de;
  color: #fff;
  margin: 0.25em 0;
  padding: 0.25em 1em;
  border-radius: 3px;
  font-weight: bold;
  font-size: 0.95em;
}
.free_button:hover {
  color: #fff;
  border: 2px solid #fff;
}
/* ------------------------------------
　　   LinkCube 価格表
---------------------------------------*/
.table-kakaku {
  border-collapse: collapse;
  margin: 50px auto;
  padding: 0;
  width: 900px;
  table-layout: fixed;
}
.table-kakaku th.width200 {
  width: 200px;
}
.table-kakaku thead th {
  padding: 1em .8em;
  border-right: 5px solid #fff;
}
.table-kakaku thead th:nth-child(n) {
  border-right: 5px solid #fff;
}
.table-kakaku thead tr:nth-child(2) {
  border-right: 1px solid #fff;
}
.table-kakaku thead tr:nth-child(1) th:nth-child(1) {
  background-color: transparent;
}
.table-kakaku thead td {
  border-top: 1px solid #fff;
}
.table-kakaku thead td:nth-child(n) {
  border-right: 5px solid #fff;
  /*border-left: 3px solid #fff;*/
}
.table-kakaku tr {
  background-color: #fff;
  padding: .35em;
}
.table-kakaku tr:nth-child(odd) {
  background-color: #f7f7f5;
}
.table-kakaku td {
  padding: .7em;
  font-size: 1.2em;
}
.table-kakaku th {
  font-size: 1em;
}
.table-kakaku tr:nth-child(1) {
  font-size: 1.25em;
}
.table-kakaku tr:nth-child(2), .table-kakaku tr:nth-child(3) {
  height: 10em;
}
.table-kakaku th:nth-child(1) {
  background: #B0E0E6;
  border-top: 1px solid #fff;
  text-align: left;
}
.plan1 {
  background: #219DDD;
  color: #fff;
  width: 210px;
}
.plan2 {
  background: #3170B9;
  color: #fff;
}
.plan3 {
  background: #344D90;
  color: #fff;
}
.table-kakaku .price {
  color: #fff;
  font-weight: bold;
  font-size: 1.7em;
  text-align: center;
  margin-bottom: 10px
}
.table-kakaku .price span {
  font-size: .6em;
}
.btn {
  background: #fff;
  color: #646464 !important;
  padding: 0.5em 1em;
  border-radius: 5px;
  display: block;
  font-size: 1.125em;
  font-weight: bold;
}
.btn:hover {
  border: 2px solid #fff;
  color: #fff !important;
}
@media screen and (max-width: 600px) {
  .wrap {
    overflow-x: scroll;
  }
}
/* ------------------------------------
     お支払い　Button
---------------------------------------*/
.button-payment {
  width: 200px;
  border: 2px solid #5472cd;
  padding: .5em 1em;
}
/* ------------------------------------
　　   FAQ Button
---------------------------------------*/
.button-faq, .button-payment {
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 250px;
  margin: 40px 1em;
  padding: .6em 1em;
  border: 1px solid #5472cd;
  border-radius: 5px;
  background-color: #fff;
  color: #2589d0;
  font-size: 1em;
}
.button-faq:hover, .button-payment:hover {
  border: none;
  background-color: #5472cd;
  color: #fff;
  font-weight: 600;
}
.button-payment {
  border-radius: 20px;
}
/* ------------------------------------
　　   FAQ
---------------------------------------*/
.qa-list dl {
  position: relative;
  margin: 0;
  padding: 13px 80px 12px 15px;
  cursor: pointer;
  border-bottom: 1px solid #5472cd;
}
.qa-list dl:first-child {
  border-top: 1px solid #5472cd;
}
.qa-list dl::before {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: '';
  transform: rotate(135deg);
  border-top: 2px solid #5472cd;
  border-right: 2px solid #5472cd;
}
.qa-list .open::before {
  transform: rotate(-45deg);
}
.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 0 0 0 30px;
  font-weight: bold;
  font-size: 17px;
}
.qa-list dl dt::before {
  font-size: 20px;
  line-height: 1;
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  content: 'Q.';
  color: #5472cd;
  /*color: #75bbff;*/
}
.qa-list dl dd::before {
  font-size: 20px;
  line-height: 1;
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  content: 'A.';
  font-weight: bold;
  color: lightcoral;
}
.qa-list dl dd {
  position: relative;
  display: none;
  height: auto;
  margin: 20px 0 0;
  padding: 0 0 0 30px;
  font-size: 15px;
}
.qa-list dl dd p {
  margin: 30px 0 0;
}
.qa-list dl dd p:first-child {
  margin-top: 0;
}
@media screen and (max-width: 738px) {
  .qa-list dl {
    position: relative;
    padding: 15px 40px 15px 10px;
  }
  .qa-list dl::before {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
  }
  .qa-list dl dt {
    padding: 0 0 0 30px;
    font-size: 14px;
  }
  .qa-list dl dt::before {
    font-size: 13px;
    top: 3px;
    left: 5px;
    content: 'Q.';
  }
  .qa-list dl dd::before {
    font-size: 14px;
    top: 5px;
    left: 5px;
    content: 'A.';
  }
  .qa-list dl dd {
    margin: 10px 0 0;
    padding: 0 0 0 30px;
    font-size: 14px;
  }
  .qa-list dl dd p {
    margin: 30px 0 0;
  }
  .qa-list dl dd p:first-child {
    margin-top: 0;
  }
}
/* ------------------------------------
　　テーブル
---------------------------------------*/
.table-support {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  /*border-spacing: 0;*/
  /*table-layout: fixed;*/
  text-align: center;
  border: 1px solid #ddd;
  margin: 10px 0;
}
.table-support th {
  background: #ddd; /*背景色*/
  font-weight: normal;
  font-size: 13px;
  padding: 10px 0;
  border-right: solid 1px #fff;
  width: 155px;
}
.table-support td:first-child {
  font-size: 13px;
}
.table-support th.width20 {
  width: 20%;
}
.table-support th.width10 {
  width: 10%;
}
.table-support th.width15 {
  width: 15%;
}
.table-support td {
  border-right: solid 1px #ddd;
  border-top: solid 1px #ddd;
  padding: 10px 0;
}
.table-support tr:last-child {
  border-bottom: solid 1px #ddd;
}
.table-support th:last-child {
  border-right: solid 1px #ddd;
}
@media only screen and (max-width: 738px) {
  .table-support {
    width: 100%;
  }
  .table-support td, .table-support th {
    padding: 0;
  }
}
/* ---------------------------------------------------------
　　お問い合わせフォーム
　----------------------------------------------------------*/
.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
/*@media screen and (max-width: 480px) {*/
@media screen and (max-width: 738px) {
  .Form {
    width: 100%;
    margin-top: 40px;
  }
}
.Form-Item, .Form-ItemCheck {
  border-top: 1px solid #ddd;
  padding-top: 13px;
  padding-bottom: 13px;
  width: 100%;
  display: flex;
  align-items: center;
}
.Form-ItemCheck {
  border-top: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.check-box {
  display: block;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    flex-wrap: wrap;
  }
}
.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 15px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  letter-spacing: 0.2em;
  font-weight: normal;
  border-radius: 3px;
  margin-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  width: 35px;
  display: inline-block;
  text-align: center;
  background: #ff0066;
  color: #fff;
  font-size: 10px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input, .Form-Item-Key {
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 42px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 14px;
}
.Form-Item-Key {
  width: 100px;
  margin-left: 20px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea, .Form-Item-Textarea-small {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 200px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 15px;
}
.Form-Item-Textarea-small {
  height: 120px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  border-radius: 4px;
  border: 1px solid #ddd;
  margin-top: 32px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 280px;
  display: block;
  /*letter-spacing: 0.05em;*/
  background: #5846f9;
  color: #fff;
  /*font-weight: bold;*/
  font-size: 15px;
}
.Form-Btn:hover {
  background: #7b27d8;
  color: #fff;
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: 20px;
  }
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 15px;
  }
  .button-faq, .button-payment {
    width: 200px;
    font-size: 13px;
    padding: 5px;
  }
}
/* --------------------------------------------------------- */


/* --------------------------------
   LinkCubeデータ書き出し　New!
--------------------------------- */
.new-icon {
  position: relative;
	display: inline-block;
	text-align: center;
	margin-left: -2.1em;
	padding-left: 40px
}
.new-icon::before {
  content: "New！";
  position: absolute;
	top: -35px;
	left: -30px;
	color: #fff;
	background: #cc0033;
	font-size: 14px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	text-align: right;
}

.ribbon17-wrapper {   
  position: relative;
  display: inline-block;
  border-radius: 30px;
  background: #ffc6e2;
  width: 900px;
  min-height: 100px;
  margin: 40px;
  padding: 0 20px 30px 0;
}

.ribbon17-content {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 89px;
  height: 91px;
  overflow: hidden;
}

.ribbon17 {
  display: inline-block;
  position: absolute;
  padding: 7px 0;
  left: -23px;
  top: 22px;
  width: 160px;
  text-align: center;
  font-size: 1.3em;
  line-height: 0.9em;
  background: #cc0033;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.ribbon17:before, .ribbon17:after {
  position: absolute;
  content: "";
  border-top: 4px solid #b2751b;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -4px;
}

.ribbon17:before {
  left: 14px;
}

.ribbon17:after {
  right: 18px;
}

.ribbon17-wrapper title {
  position: absolute;
  letter-spacing: 0.05em;
  display: inline-block;
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
  color: #c70067;
  left: 50px;
  top: 25px;
  width: 800px;
}

.ribbon17-wrapper p {
  text-align: left;
  font-size: 1.1em;
  margin-top: 70px;
  margin-left: 50px;
}

.ribbon17-wrapper:before {
  position: absolute;
  font-family: Century Gothic, "Hiragino Sans";
  font-size: 4.5em;
  font-weight: bold;
  text-stroke: 2px #c70067;
  -webkit-text-stroke: 2px #c70067;
  color: #fff;
  top: -50px;
  left: 20px;
  content: "08"
}

@media screen and (max-width: 738px) {
  .ribbon17-wrapper {
    width: 85%;
  }  
  .ribbon17-wrapper title {
    width: 80%;
    font-size: 1.2em;
  }
  .ribbon17-wrapper p {
    font-size: 1em;
    margin-top: 90px;
  }
  .ribbon17-wrapper img {
    width: 70%;
    height: auto;
  }
}

/*------------------------------------*/
   YouTube動画
/*------------------------------------*/

.modal {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
}
.modal:target {
  display: flex;
}
/*.modal-content {
  /*position: relative;
  width: 80%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* 以下はお好みで 
  background: white;
  padding: 20px;
  border-radius: 8px;
  z-index: 1000;
  max-width: 800px;
}*/
.modal-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 840px;
  /*background: #fff;
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);*/
  z-index: 1000;
}

/* 小さい画面では余白を調整 */
@media (max-width: 480px) {
  .modal-content {
    padding: 1rem;
    width: 95%;
  }
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
  overflow-y: auto;
  z-index: 999;
}
.close {
  position: absolute;
  top: -10px; right: 0px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}
.thumbnail {
  position: relative;
  display: inline-block;
  margin: 0.5em;
}
.thumbnail-point {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0.25em 0;
}

.thumbnail img {
  display: block;
}

.thumbnail .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px; /* アイコンのサイズ調整 */
  height: 45px;
  transform: translate(-50%, -50%);
  pointer-events: none; /* クリックを透過させたい場合 */
}
.thumbnail:hover {
  opacity: 0.5;
}
.thumbnail-cap {
  margin: 0 1em 1em;
}
.thumbnail-cap span {
  font-size: 1.2em;
  color: #2b303f;
  font-weight: bold;
}
.thumbnail-cap p {
  padding: 0.125em 0.25em 2em;
}
.lc_dt_sample {
  font-size: 2.3em;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0.25em 0 1em;
}


