@charset "utf-8";
.sp {
  display: none !important;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.kirekira_content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 40px;
}
.kirekira_content img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.kirekira_content h2 {
  margin: 0;
}
.kirekira_content h2 img {
  width: 100%;
}
.kv {
  margin-bottom: 55px;
}
.kv img {
  width: 100%;
}
.tokutyou {
    margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .flex {
    display: block;
  }
  .kirekira_content {
    padding: 0 5%;
  }
  .kv {
    margin-bottom: 20px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    position: relative;
  }
  .kv img {
    width: 100%;
  }
}
/*twitterキャンペーン*/
.tw_cp {
  background: url(/_var/freepages/campaign/twitter202010/bg_pc.png);
  text-align: center;
}
.tw_cp_block {
  border: 6px solid #b4a0c7;
  border-top: none;
}
  .tw_cplead {
    display: block;
    font-size:22px;
    padding-top: 40px;
		margin-bottom: 0;
  }
  .tw_cplead span {
    background: linear-gradient(transparent 60%, #ffe9ed 60%);
  }
.tw_cp h3 {
  font-size: 32px;
  color: #62418f;
  padding-top: 45px;
  margin-bottom: 45px;
  margin-top: 0;
}
.tw_cp h3 span {
  position: relative;
}
.tw_cp h3 span:before {
  content: "";
  background: url("/_var/freepages/campaign/twitter202010/img07.png") no-repeat;
  background-size: contain;
  width: 22px;
  height: 28px;
  position: absolute;
  left: -40px;
  top: 6px;
}
.tw_cp h3 span:after {
  content: "";
  background: url("/_var/freepages/campaign/twitter202010/img07.png") no-repeat;
  background-size: contain;
  width: 22px;
  height: 28px;
  position: absolute;
  right: -40px;
  top: 6px;
}
.tw_btn {
    background: #3496d4;
    width: 80%;
	max-width:437px;
    margin: 2em auto 1em;
    border-radius: 10px;
}
.tw_btn a{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding:27px 60px;
	color:#fff;
	text-decoration:none;
	text-align:left;
	font-size:20px;
}
.tw_btn a .tw_icn{
	width:20%;
	height:auto;
}
.tw_btn a p{
	margin:0;
	font-size: 20px;
}

.cp_youkou_block {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: left;
}
.cp_youkou {
  margin-bottom: 0.5em;
  margin-top: 0;
  text-align: left;
}
.ttl_youkou {
  background-image: url(/_var/freepages/campaign/twitter202010/img06.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 0.7em;
  text-align: center;
  font-size: 18px;
  padding-top: 0.9em;
  margin-bottom: 0;
  font-weight: bold;
  margin-top: 2em;
}
.youkou_dtail {
  background-color: #fff;
  position: relative;
  padding: 30px;
  line-height: 1.8;
}
.youkou_dtail h4 {
  color: #0068b7;
  font-size: 1em;
  margin-top: 2em;
  border-bottom: 1px solid;
}
.youkou_txt {
  font-size: 0.9em;
}
.youkou_dtail ul {
  padding-left: 2em;
  margin-top: 0;
}
.youkou_dtail ul li {
  list-style: disc;
  font-size: 0.9em;
}
.ttl_youkou_more {
  padding: 0.7em;
  text-align: center;
  font-size: 14px;
  padding-top: 0.9em;
}
#accordion dd.more_dd {
  display: none;
  background-color: #fff;
  margin: 0;
}
#accordion dt.more.active {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
#accordion dt.more.active p.more_txt:before {
  content: "閉じる▲";
  top: 0;
  bottom: 3em;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  display: block;
  width: 4em;
}
#accordion dt.more p.more_txt {
  margin: 0;
  text-align: center;
  color: #0068b7;
  cursor: pointer;
}
#accordion dt.more.active p.more_txt {
  position: relative;
}
#accordion dt.more.active span {
  display: none;
}
.kiyaku_dt {
  font-weight: bold;
  margin-left: 1em;
  font-size: 0.9em;
}
.kiyaku_dd {
  margin-left: 2em;
  margin-bottom: 2em;
  margin-right: 2em;
  font-size: 0.9em;
}
.twcp_leadttl {
  font-size: 32px;
  padding: 25px 0;
  background: #c31a3d;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  position: relative;
  margin-bottom: 40px;
	max-width:820px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 90px;
}
.twcp_leadttl:after {
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 15px 0 15px;
  border-color: #c31a3d transparent transparent transparent;
  top: 100%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .tw_cp {
    background: url(/_var/freepages/campaign/twitter202010/bg_sp.png);
  }
  .tw_cp_block {
    border: 3px solid #b4a0c7;
	border-top:none;
  }
  .tw_cplead {
    display: block;
    font-size: 11px;
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .tw_cplead span {
    background: linear-gradient(transparent 60%, #ffe9ed 60%);
  }
  .twcp_leadttl {
    font-size: 20px;
    padding: 18px 0;
    background: #c31a3d;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    position: relative;
    margin-bottom: 30px;
		margin-top:0;
  }
  .twcp_leadttl:after {
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 7.5px 0 7.5px;
    border-color: #c31a3d transparent transparent transparent;
    top: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .tw_cp h3 {
    font-size: 16px;
    margin-bottom: 14px;
    padding-top: 15px;
  }
  .tw_note {
    font-size: 9px;
  }
  .tw_cp h3 span:before {
    width: 17px;
    height: 16px;
    left: -30px;
    top: 5px;
  }
  .tw_cp h3 span:after {
    width: 17px;
    height: 16px;
    right: -30px;
    top: 5px;
  }
  .cp_step {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  .sara_btn.tw_btn {
    width: 70%;
    margin: 27px auto 1em;
  }
  .ttl_youkou {
    font-size: 16px;
    background-image: url(/_var/freepages/campaign/twitter202010/img06_sp.png);
	border-radius: 5px;
  }
  .cp_youkou_block {
    margin-left: 10px;
    margin-right: 10px;
  }
  .youkou_dtail {
    padding: 15px;
  }
  .youkou_dtail ul {
    padding-left: 1em;
  }
  .kiyaku_dt {
    margin-left: 0;
  }
  .kiyaku_dd {
    margin-left: 0;
    margin-bottom: 1em;
    margin-right: 0;
  }
  #accordion dt.more.active {
    bottom: 10px;
  }
  .tw_btn {
    width: 70%;
	max-width:212px;
    margin: 27px auto 1em;
	border-radius:5px;
  }
  .tw_btn a {
    padding: 10px 25px;
    font-size: 10px;
  }
  .tw_btn a p {
    font-size: 10px;
  }
  .tw_btn a .tw_icn {
    width: 15%;
    height: auto;
  }
  .tokutyou {
    margin-bottom: 40px;
  }
}