@charset "utf-8";
/* CSS Document */


/* 220809 add - core
------------------------------------------------ */
section#subscription .box h2 {
  margin: 0 0 30px;
  color: #a4d7f1;
	}
section#subscription .box h2:after {content: '配信情報';}
section#subscription .box {
  width: 1100px;
  margin: 60px auto 0;
  border-radius: 20px;
  background: #FFF;
  border: 4px solid #000;
  position: relative;
	}
section#subscription .box article {
  width: 100%;
  height: 100%;
  background: #FFF;
  border-radius: 17px;
  position: relative;
  z-index: 2;
  overflow: hidden;
	}
section#subscription .box:after {
  content: '';
  width: calc(100% - 60px);
  height: 30px;
  margin: 0 auto;
  position: absolute;
  background: #000;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
	}
section#subscription .box:before {
  content: '';
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: -22px;
  left: 0;
  background-image: url("../images/box_shadow_lr.svg"), url("../images/box_shadow_lr.svg");
  background-repeat: no-repeat, no-repeat;
  background-size: 90px 30px, 90px 30px;
  background-position: left bottom,right bottom;
  z-index: 1;
	}
@media screen and (max-width: 768px) {
  section#subscription .box {width: calc(100% - 20px);}
	}
section#subscription .box article {padding: 30px;}
section#subscription .box article:before, section#subscription .box article:after {
  position: absolute;
  height: 40px;
  width: 275px;
  display: block;
  content: '';
  top: 30px;
	}
section#subscription .box article:before {
  background: url("../images/h2-hand-l.svg") no-repeat;
  background-position: right;
  background-size: auto 100%;
  left: 0;
  transform: translateX(-200px);
	}
section#subscription .box article:after {
  background: url("../images/h2-hand-r.svg") no-repeat;
  background-position: left;
  background-size: auto 100%;
  right: 0;
  transform: translateX(200px);
	}
section#subscription .box p {text-align: center;font-size:2rem;}
@media screen and (max-width: 768px) {
  section#subscription .box article {padding: 30px 10px;}
	}
	
/* 220809 add - btn
------------------------------------------------ */
.btnFlex ul{
  display: flex;
	justify-content: center;
	flex-wrap: wrap;
	list-style: none;
	}
.btnFlex ul li{margin: 0.5em;}
.btn {
  display: block;
  width: 360px;
  height: 60px;
  border-radius: 30px;
  border: 4px;
  font-size: 2.2rem;
  line-height: 54px;
  text-align: center;
  font-family: dnp-shuei-mgothic-std,sans-serif;
  font-weight: 600;
  font-style: normal;
  position: relative;
  border: 3px solid #000;
  margin: 30px auto 10px;
  color: #000;
	}
.btn:after {
  content: '';
  width: 360px;
  height: 60px;
  background: #000;
  display: block;
  border-radius: 30px;
  position: absolute;
  top: 2px;
  left: -3px;
  z-index: -1;
	}
.btn_sbsc1{background: #ff436c;}
.btn_sbsc2{background: #ff7900;}
.btn_sbsc3{background: #fec900;}
.btn_sbsc4{background: #51dbf2;}
.btn_sbsc5{background: #8648ff;}


@media screen and (max-width: 768px) {
  .btn {
    width: 100%;
    font-size: 2rem;
    }
  .btnFlex ul{flex-direction: column;}
  .btn:after {
    width: 100%;
    border: 3px solid #000;
    top: -1px;
		}
	}