/* 画像比較スライダー */
.cocoen {
    box-sizing: border-box;
    cursor: pointer;
    line-height: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select:none
}
.cocoen * {
    box-sizing:inherit
}
.cocoen ::after, .cocoen ::before {
    box-sizing:inherit
}
.cocoen img, .cocoen picture > img {
    max-width:none
}
.cocoen > img, .cocoen > picture > img {
    display: block;
    width:100%
}
.cocoen > div:first-child, picture .cocoen > div {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width:50%
}
.cocoen-drag {
    background: #fff;
    bottom: 0;
    cursor: ew-resize;
    left: 50%;
    margin-left: -1px;
    position: absolute;
    top: 0;
    width:2px
}

.cocoen-drag::before {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 24px solid #fafafa;
    content: '';
    height: 40px;
    right: 10%;
    margin-right: 6px;
    margin-top: -18px;
    position: absolute;
    top: 50%;
    width: 8px;
}

.cocoen-drag::after {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 24px solid #fafafa;
    content: '';
    height: 40px;
    left: 10%;
    margin-left: 6px;
    margin-top: -18px;
    position: absolute;
    top: 50%;
    width: 8px;
}

.under {
  background: linear-gradient(transparent 50%, #6b4f9667 50%);
}

.stripe{ 
  position: relative;
  padding: 0.3em;
}
.stripe:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: repeating-linear-gradient(-45deg, #ffffff00, #d2a0ff, #d2a0ff);
}

.stripe2{ 
  position: relative;
  padding: 0.3em;
}
.stripe2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: repeating-linear-gradient(-45deg, #ffffff00, #d2a0ff, #ffffff00);
}

.stripe3{ 
  position: relative;
  padding: 0.3em;
}
.stripe3:after {
  content: '';
  position: absolute;
  left: 0;
  top: 45px;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: repeating-linear-gradient(-45deg, #ffffff00, #d2a0ff, #ffffff00);
}

.stripe4{ 
  position: relative;
  padding: 0.3em;
}
.stripe4:after {
  content: '';
  position: absolute;
  left: 0;
  top: 30px;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: repeating-linear-gradient(-45deg, #ffffff00, #d2a0ff, #ffffff00);
}

.stripe5{ 
  position: relative;
  padding: 0.3em;
}
.stripe5:after {
  content: '';
  position: absolute;
  left: 0;
  top: 75px;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: repeating-linear-gradient(-45deg, #ffffff00, #d2a0ff, #ffffff00);
}

.stripe6{ 
  position: relative;
  padding: 0.3em;
}
.stripe6:after {
  content: '';
  position: absolute;
  left: 0;
  top: 49px;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: repeating-linear-gradient(-45deg, #ffffff00, #d2a0ff, #ffffff00);
}


.box17{
    margin:2em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px rgb(255, 255, 255);
    border-bottom: solid 2px rgb(255, 255, 255);
}
.box17:before, .box17:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: rgb(255, 255, 255);
}
.box17:before {left: 10px;}
.box17:after {right: 10px;}
.box17 p {
    margin: 0; 
    padding: 0;
}