@charset "utf-8";

.product {
  padding: 0;
}

.collastorage-top-img {
  width: 100%;
  height: auto;
  aspect-ratio: 700/262;
}

.collastorage-top-img img {
  width: 100%;
  height: 100%;
}

.collastorage-tag-wrap {
  margin-top: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-column-gap: 4px;
      -moz-column-gap: 4px;
          column-gap: 4px;
  margin-left: 40px;
}

.collastorage-tag-item {
  width: 84px;
  text-align: center;
  padding: 10px 10px 8px;
  border-radius: 12px 12px 0 0;
  background: #5E7DE9;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 600;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.collastorage-tag-item.js-active {
  background: #F5F7F3;
  color: #5E7DE9;
  pointer-events: none;
}
@media (hover: hover) {
  .collastorage-tag-item:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

.collastrage-inner {
  padding: 0 26px;
}

.collastrage-head {
  padding: 10px 16px;
  color: #5E7DE9;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 600;
  border-radius: 20px;
  border: 2px solid #5E7DE9;
  background: #fff;
  text-align: left;
  margin-bottom: 24px !important;
}
.collastrage-head.support {
  margin-bottom: 32px !important;
}

#collastorage-content-top, #collastorage-content-function,
#collastorage-content-price, #collastorage-content-dencho,
#collastorage-content-support, #collastorage-content-connect {
  display: none;
}
#collastorage-content-top.js-collastrage-open, #collastorage-content-function.js-collastrage-open,
#collastorage-content-price.js-collastrage-open, #collastorage-content-dencho.js-collastrage-open,
#collastorage-content-support.js-collastrage-open, #collastorage-content-connect.js-collastrage-open {
  display: block;
}

/*------------------------------------------------
    TOP - contents
--------------------------------------------------*/
.collastrage-top-common-head {
  text-align: left;
  padding: 10px 16px;
  background: #5E7DE9;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 600;
  color: #fff;
  border-radius: 20px;
  margin-bottom: 32px !important;
}
.collastrage-top-common-head img {
  width: 22px;
  height: 18px;
  margin-right: 10px;
}

.collastorage-top-contents {
  background: #F5F7F3;
  padding-top: 30px;
}

.collastorage-top-movie{
  margin-top: 16px;
}

.collastorage-top-movie .head {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 600;
  margin-bottom: 24px;
}
.collastorage-top-movie .head span {
  color: #5E7DE9;
}
.collastorage-top-movie .slashLeft {
  margin-right: 16px;
}
.collastorage-top-movie .slashRight {
  margin-left: 16px;
}
.collastorage-top-movie .movie {
  width: 616px;
  height: 347px;
  margin: auto;
}
.collastorage-top-movie .movie img {
  width: 100%;
  height: 100%;
}

.collastorage-top-feature {
  /** margin-top: 24px; **/
  margin-bottom: 56px;
}
.collastorage-top-feature .head {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 600;
  text-align: center;
}
.collastorage-top-feature .head .base-color {
  color: #5E7DE9;
}
.collastorage-top-feature .head .number {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 600;
  color: #CE406F;
}
.collastorage-top-feature .contents {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
.collastorage-top-feature .item {
  padding: 16px 12px 16px 12px;
  background: #E7EEF6;
}
.collastorage-top-feature .title {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 600;
  color: #5E7DE9;
  background: #fff;
  width: 120px;
  padding: 6px 20px;
  border-radius: 15px;
  margin: auto;
  margin-bottom: 16px;
  text-align: center;
}
.collastorage-top-feature .icon1 {
  width: 144px;
  height: 105px;
  margin: auto;
  margin-bottom: 16px;
}
.collastorage-top-feature .icon2 {
  width: 111px;
  height: 105px;
  margin: auto;
  margin-bottom: 16px;
}
.collastorage-top-feature .icon3 {
  width: 95px;
  height: 105px;
  margin: auto;
  margin-bottom: 16px;
}
.collastorage-top-feature img {
  width: 100%;
  height: 100%;
}
.collastorage-top-feature .list {
  list-style: disc;
}
.collastorage-top-feature .list li {
  text-align: left;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0em;
  font-weight: 600;
  margin-left: 20px;
}

.collastrage-top-main-contents {
  padding-left: 16px;
}
.collastrage-top-main-contents.last {
  margin-bottom: 32px;
}
.collastrage-top-main-contents.mb32{
  margin-bottom: 32px;
}
.collastrage-top-main-contents.mb48{
  margin-bottom: 48px;
}
.collastrage-top-main-contents .title {
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 600;
  color: #5E7DE9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 28px;
  padding-right: 16px;
}
.collastrage-top-main-contents .title.mb {
  margin-bottom: 8px;
}
.collastrage-top-main-contents .title span {
  margin-left: 16px;
  display: inline-block;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: auto;
  height: 2px;
  background: #5E7DE9;
}
.collastrage-top-main-contents .subtitle {
  text-align: left;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 600;
  padding-left: 28px;
  margin-bottom: 16px;
  position: relative;
}
.collastrage-top-main-contents .subtitle .accent-color{
  color: #CE406F;
}
.collastrage-top-main-contents .subtitle::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 12px;
  height: 12px;
  background: #CE406F;
  border-radius: 50%;
}
.collastrage-top-main-contents .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.collastrage-top-main-contents .container:not(:last-of-type) {
  margin-bottom: 28px;
}
.collastrage-top-main-contents .container.items-center{
  align-items: center;
}
.collastrage-top-main-contents .note {
  text-align: left;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 28px;
}
.collastrage-top-main-contents .text {
  text-align: left;
  width: 300px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 300;
  margin-bottom: 20px;
}
.collastrage-top-main-contents .text.w100 {
  width: calc(100% - 16px);
}
.collastrage-top-main-contents .text.mb32 {
  margin-bottom: 32px;
}
.collastrage-top-main-contents .text .row1 {
  display: block;
  margin-bottom: 4px;
}
.collastrage-top-main-contents .text.lh17 {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0em;
  font-weight: 300;
}
.collastrage-top-main-contents .text .base-color {
  color: #5E7DE9;
  font-weight: 600;
}
.collastrage-top-main-contents .text .bold {
  font-weight: 600;
}
.collastrage-top-main-contents .text p {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 300;
  margin-bottom: 16px;
}
.collastrage-top-main-contents .text li {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 300;
  padding-left: 20px;
  position: relative;
}
.collastrage-top-main-contents .text li::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 8px;
  width: 2px;
  height: 2px;
  background: #333;
  border-radius: 50%;
}
.collastrage-top-main-contents .icon {
  width: 300px;
  height: 182px;
  margin-right: 16px;
}
.collastrage-top-main-contents .icon.safe {
  width: 300px;
  height: 205px;
}
.collastrage-top-main-contents .icon.ransomware {
  width: 300px;
  height: 182px;
}
.collastrage-top-main-contents .icon.access {
  width: 300px;
  height: 260px;
}
.collastrage-top-main-contents .icon img {
  width: 100%;
}
.collastrage-top-main-contents .remark {
  display: inline-block;
  margin-top: 8px;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 300;
}
.collastrage-top-main-contents .imgWrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 16x;
     -moz-column-gap: 16x;
          column-gap: 16x;
  margin-bottom: 16px;
}
.collastrage-top-main-contents .imgWrap img {
  width: 300px;
  height: 168px;
}
.collastrage-top-main-contents img.w100 {
  display: block;
  width:calc(100% - 16px);
}
.collastrage-top-main-contents img.mb32 {
  margin-bottom:32px;
}

.collastrage-top-convenience-bottom {
  margin-top: 20px;
  margin-bottom: 32px;
}
.collastrage-top-convenience-bottom .container {
  padding: 20px 16px;
  padding-right: 12px;
  background: #fff;
  border: 2px solid #5E7DE9;
  border-radius: 16px;
  text-align: left;
}
.collastrage-top-convenience-bottom .container:first-of-type {
  margin-bottom: 20px;
}
.collastrage-top-convenience-bottom .title {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 600;
  color: #5E7DE9;
  margin-bottom: 16px;
}
.collastrage-top-convenience-bottom .text {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 300;
}

.collastrage-top-safe-bottom {
  background: #fff;
  padding: 20px 16px;
  border-radius: 16px;
  margin-bottom: 32px;
  margin-top: 12px;
}
.collastrage-top-safe-bottom .item {
  position: relative;
  padding-left: 26px;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 600;
}
.collastrage-top-safe-bottom .item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 20px;
}

.collastorage-top-ransomware-bottom{
  text-align:left;
  padding: 0 16px;
  margin-bottom: 8px;
}

.collastorage-top-ransomware-bottom .item{
  margin-bottom: 24px;
}

.collastorage-top-ransomware-bottom .item.last{
  margin-bottom: 8px;
}

.collastorage-top-ransomware-bottom .tab{
  background:#5E7DE9;
  color:#fff;
  font-size:11px;
  padding: 8px 10px 4px;
  border-radius:4px 4px 0 0;
  margin-bottom:0;
  display: inline-block;
}

.collastorage-top-ransomware-bottom .text-box{
  border:#5E7DE9 2px solid;
  padding:12px 10px;
  border-radius: 0 4px 4px 4px;
  margin-top:0;
  background:#fff;
}

.collastorage-top-ransomware-bottom .heading{
  color:#5E7DE9;
}

.collastorage-top-ransomware-bottom .text{
  margin-top:8px;
}

.collastorage-top-ransomware-bottom .caption{
  font-size:11px;
  margin-bottom:24px;
}

.collastrage-top-printer {
  padding: 46px 0 32px;
  background: #fff;
}
.collastrage-top-printer .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.collastrage-top-printer .head {
  width: 180px;
  height: 42px;
  margin-bottom: 8px;
}
.collastrage-top-printer .head img {
  width: 100%;
  height: 100%;
}
.collastrage-top-printer .subtitle {
  text-align: left;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 600;
  margin-bottom: 16px;
}
.collastrage-top-printer .right {
  width: 213px;
  height: 351px;
  margin-right: 16px;
}
.collastrage-top-printer .right img {
  width: 100%;
  height: 100%;
}
.collastrage-top-printer .product-wrap {
  padding-left: 20px;
}
.collastrage-top-printer .product-head {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 300;
  color: #555;
  padding-left: 12px;
  text-align: left;
  position: relative;
}
.collastrage-top-printer .product-head::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #555 transparent transparent transparent;
}
.collastrage-top-printer .product-btn {
  text-align: left;
  margin-top: 10px;
}
.collastrage-top-printer .product-btn a {
  display: inline-block;
  text-decoration: none;
  color: #CC2B49;
  padding: 6px 10px 6px 26px;
  border: 1px solid #CC2B49;
  border-radius: 4px;
  position: relative;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.collastrage-top-printer .product-btn a::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #CC2B49;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .collastrage-top-printer .product-btn a:hover {
    cursor: pointer;
    background: #CC2B49;
    color: #fff;
  }
  .collastrage-top-printer .product-btn a:hover::after {
    border-color: transparent transparent transparent #fff;
  }
}

/*------------------------------------------------
    function
--------------------------------------------------*/
.collastorage-function-contents {
  background: #F5F7F3;
  padding: 32px 0;
}

.collastrage-function-table {
  width: 100%;
}
.collastrage-function-table th {
  text-align: left;
  padding: 10px;
  width: 130px;
  background: #E7EEF6;
  color: #5E7DE9;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0em;
  font-weight: 600;
  border-bottom: 1px solid #5E7DE9;
}
.collastrage-function-table td {
  width: 503px;
  padding: 10px;
  background: #fff;
  border-bottom: 1px solid #5E7DE9;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 300;
  color: #333;
}
.collastrage-function-table td .circ {
  padding-left: 20px;
  display: block;
  position: relative;
}
.collastrage-function-table td .circ::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 12px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #333;
}

.collastrage-function-remark {
  margin-top: 8px;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 300;
  text-align: left;
}

/*------------------------------------------------
    connect
--------------------------------------------------*/
.collastorage-connect-contents {
  background: #F5F7F3;
  padding: 32px 0;
}

/*------------------------------------------------
    price
--------------------------------------------------*/
.collastorage-price-contents {
  background: #F5F7F3;
  padding: 32px 0;
}

.collastrage-price-plan .item:not(last-of-type) {
  margin-bottom: 12px;
}
.collastrage-price-plan .title {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 600;
  margin: 16px 0;
  text-align: center;
}
.collastrage-price-plan .container {
  display: flex;
  flex-wrap: wrap;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 12px;
  margin-bottom: 16px;
  justify-content: center;
}
.collastrage-price-plan .item {
  width: calc((100% - 24px)/3);
}

.collastrage-price-plan .head {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 600;
  color: #fff;
  background: #5E7DE9;
  padding: 6px 10px;
  text-align: center;
}
.collastrage-price-plan .text {
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 600;
  padding: 6px 10px;
  background: #fff;
  margin-top: 0;
}
.collastrage-price-plan .price-contents {
  background: #E7EEF6;
  padding: 16px 0;
}
.collastrage-price-plan .capacity {
  width: 120px;
  margin: auto;
  background: #fff;
  border-radius: 28px;
  margin-bottom: 12px;
  padding: 8px 0;
  text-align: center;
}
.collastrage-price-plan .month-price {
  margin-bottom: 8px;
  text-align: center;
}
.collastrage-price-plan .month-price span {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 600;
  padding: 0 10px 4px;
  border-bottom: 1px solid #333;
}
.collastrage-price-plan .price {
  text-align: center;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 600;
}
.collastrage-price-plan .price span {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 600;
  color: #CE406F;
}

.collastrage-price-option {
  margin-bottom: 16px;
}
.collastrage-price-option .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30px;
  width: 100%;
}
.collastrage-price-option .head {
  width: 50%;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 600;
  padding: 8px 10px;
  background: #E7EEF6;
  color: #333;
}
.collastrage-price-option .text {
  width: 50%;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 600;
  padding: 7px 0;
  margin: 0;
  text-align: center;
}
.collastrage-price-option .headTitle {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 600;
}
.collastrage-price-option .price {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 600;
  color: #CE406F;
}

.collastrage-price-option-remark {
  text-align: left;
  font-size: 10px;
  line-height: 1.7;
  letter-spacing: 0em;
  font-weight: 300;
  margin-bottom: 32px;
}

.collastrage-price-table {
  width: calc(100% - 32px);
  margin-left: 16px;
}
.collastrage-price-table.custom-margin-top{
  margin-top: 24px;
}
.collastrage-price-table th {
  vertical-align: middle;
  padding: 10px;
  border-bottom: 1px solid #5E7DE9;
}
.collastrage-price-table td {
  width: 128px;
  vertical-align: middle;
  padding: 10px;
  border-bottom: 1px solid #5E7DE9;
}
.collastrage-price-table .head-row {
  background: #E7EEF6;
  text-align: left;
}
.collastrage-price-table .table-title {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 600;
  color: #5E7DE9;
}
.collastrage-price-table .price-label {
  text-align: right;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0em;
  font-weight: 300;
}
.collastrage-price-table .left, .collastrage-price-table .price {
  background: #fff;
}
.collastrage-price-table .head {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0em;
  font-weight: 600;
  color: #5E7DE9;
  text-align: left;
  margin-bottom: 8px;
}
.collastrage-price-table .head.mb-none {
  margin-bottom: 0;
}
.collastrage-price-table .text {
  width: 468px;
  font-size: 10px;
  line-height: 1.7;
  letter-spacing: 0em;
  font-weight: 300;
  text-align: left;
  margin-top: 0;
}
.collastrage-price-table .price {
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0em;
  font-weight: 600;
  text-align: right;
}

/*------------------------------------------------
    dencho
--------------------------------------------------*/
.collastorage-dencho-contents {
  background: #F5F7F3;
  padding: 32px 0 64px;
}

.collastrage-dencho-article{
  text-align: left;
}

.collastrage-dencho-article img{
  width: 100%;
  margin-top: 24px;
}

.collastrage-dencho-article .title{
  font-size: 22px;
  border-left: 6px solid #5d7de9;
  padding-left:24px;
}

.ollastrage-dencho-article__list{
  background:#fcfcfc;
  border:1px solid #5d7de9;
  padding:12px 6px;
  margin-top:16px;
}

.ollastrage-dencho-article__list li {
  line-height: 2;
  letter-spacing: 0em;
  font-weight: 600;
  padding-left: 26px;
  position: relative;
}
.ollastrage-dencho-article__list li::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 8px;
  width: 8px;
  height: 8px;
  background: #5d7de9;
  border-radius: 50%;
}

.collastrage-dencho-article .base-color{
  color: #5E7DE9;
  font-weight: 600;
}

.collastrage-dencho-article .accent-color{
  color: #CE406F;
  font-weight: 600;
}

.collastrage-dencho-article .marker{
  background: linear-gradient(transparent 60%, #ffd5e3 60%);
  font-weight: 600;
}

.collastrage-dencho-article .bold{
  font-weight: 600;
}

.collastrage-dencho-article .gray-box{
  background-color: #f7f7f9;
  padding: 16px;
  margin-top: 16px;
}

.collastrage-dencho-article .index{
  padding: 16px;
  background-color: #f7f7f9;
  margin-top: 32px;
}

.collastrage-dencho-article .index span{
  font-weight: 600;
  font-size: 16px;
}

.collastrage-dencho-article .index .nest-items{
  margin-left: 24px;
}

.collastrage-dencho-article-summary {
  background: #fff;
  padding: 20px 16px;
  border-radius: 16px;
  margin-bottom: 20px;
  margin-top: 24px;
}

.collastrage-dencho-article-summary .item {
  position: relative;
  padding-left: 26px;
  text-align: left;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0em;
}

.collastrage-dencho-article-summary .item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 20px;
  margin: 0;
}

.collastrage-dencho-article .index{
  border:none;
  background:#f7f7f9;
}

.collastrage-dencho-article .index ol{
  border:none;
  background:none;
}

.collastrage-dencho-article .caption{width: 100%;text-align: center;display: inline-block;font-size:12px;margin-top: 8px;}

.collastrage-dencho-article-box {
    padding: 16px;
    margin-top:32px;
    border: 2px solid #5d7de9;
    border-radius: 0.2em;
    padding-top: 0;
}

.collastrage-dencho-article-box .box_title {
    font-size: 1.2rem;
    position: relative;
    top: -0.85em;
    padding: 3px 10px;
    background: #5d7de9;
    color: #ffffff;
    font-weight: 600;
    border-radius: 0.5em;
    display: inline-block;
    vertical-align: bottom;
}

.collastrage-dencho-article-box p{
  margin:0;
}

.collastrage-dencho-article-box li {
  line-height: 2;
  letter-spacing: 0em;
  font-weight: 600;
  padding-left: 26px;
  position: relative;
}
.collastrage-dencho-article-box li::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 8px;
  width: 8px;
  height: 8px;
  background: #5d7de9;
  border-radius: 50%;
}

.collastrage-dencho-article .md-heading {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  color: #5E7DE9;
  margin-top: 40px;
}

.collastrage-dencho-article .sm-heading {
  font-size: 16px;
  position: relative;
  overflow: hidden;
  padding: 6px 108px;
  margin-top: 32px;
  border-bottom: 2px solid #5d7de9;
}

.collastrage-dencho-article .sm-heading:before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 180px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #5d7de9;
}

.collastrage-dencho-article .sm-heading span {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 8px;
  padding-left: 16px;
  color: #fff;
}

.collastrage-dencho-article .md-heading span {
  margin-left: 16px;
  display: inline-block;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: auto;
  height: 2px;
  background: #5E7DE9;
}

.collastrage-dencho-article-table{
  width:100%;
  margin-top:24px;
}

.collastrage-dencho-article-table th{
  background:#5E7DE9;
  color:#fff;
  border-bottom:1px solid #ffffff;
  padding:8px;
  font-size: 14px;
}


.collastrage-dencho-article-table td{
  border-bottom:1px solid #5E7DE9;
  background:#fff;
  text-align:center;
  padding:8px;
}

.collastrage-dencho-article-table .last-row{
  border-bottom: 1px solid #5d7de9;
}

.collastrage-dencho-article-table--col3 th{
  width:33.3%;
}

.collastrage-dencho-article-table--col4 th{
  width:25%;
}

.collastrage-dencho-article-table--col4 td{
  text-align:left;
}


/*------------------------------------------------
    support
--------------------------------------------------*/
.collastorage-support-contents {
  background: #F5F7F3;
  padding: 32px 0 64px;
}

.collastorage-support-title {
  text-align: left;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 600;
  color: #5E7DE9;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.collastorage-support-title::after {
  display: inline-block;
  margin-left: 16px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  content: "";
  width: auto;
  height: 2px;
  background: #5E7DE9;
}

.collastrage-support-container {
  width: calc(100% - 32px);
  margin-left: 16px;
}

.collastorage-support-text {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0em;
  font-weight: 300;
  margin-bottom: 32px;
  text-align: left;
}

.collastorage-support-text2 {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0em;
  font-weight: 300;
  margin-bottom: 16px;
  text-align: left;
}

.collastorage-support-time {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0em;
  font-weight: 600;
  margin-bottom: 16px;
  text-align: left;
}

.collastorage-support-remark {
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0em;
  font-weight: 300;
  margin-bottom: 32px;
  text-align: left;
}

.collastorage-support-btn {
  text-align: center;
}
.collastorage-support-btn.first {
  margin-bottom: 64px;
}

.collastorage-support-btn a {
  display: inline-block;
  width: 240px;
  padding: 11.5px 10px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 600;
  color: #fff;
  background: #CE406F;
  border-radius: 35px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
@media (hover: hover) {
  .collastorage-support-btn a:hover {
    opacity: 0.7;
  }
}

/*------------------------------------------------
    contact - footer
--------------------------------------------------*/
.collastrage-contact {
  padding: 32px 42px;
  background: #5E7DE9;
}
.collastrage-contact .title {
  text-align: left;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 600;
  color: #fff;
  margin-bottom: 26px;
}
.collastrage-contact .text {
  width: 582px;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 300;
  margin-bottom: 26px;
  color: #fff;
}
.collastrage-contact .btn {
  text-align: left;
}
.collastrage-contact .btn button {
  display: inline-block;
  border: 1px solid #fff;
  background: #fff;
  color: #5E7DE9;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 600;
  padding: 10px 38px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
/*
@media (hover: hover) {
  .collastrage-contact .btn button:hover {
    background: transparent;
    color: #fff;
  }
}
*/

.collastrage-contact .btn a button  {
  color: #5E7DE9;
  text-decoration: none;
  cursor: pointer;
}
@media (hover: hover) {
  .collastrage-contact .btn a button:hover {
    background: transparent;
    color: #fff;
  }
}