@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');
/* CSS Document */
/* =====================================================================
*   キャンペーンフォーム
* =================================================================== */
body .dondontei-campaign-wrap {
  width: 100%;
  background-color: #fee869;
  text-align: center;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 800;
  font-style: normal;
  padding-bottom: 3em;
}
.dondontei-campaign-wrap h1 {
  margin: 0;
  padding: 0;
}
.dondontei-campaign-wrap h2 {
  font-size: 50px;
  color: #e70012;
  width: 100%;
  line-height: 1.2em;
  margin: 1.2em 0 0.2em;
}
@media(max-width:540px) {
  .dondontei-campaign-wrap h2 {
    font-size: 2em;
    line-height: 1em;
    margin: .8em 0 0.2em;
  }
}
@media(max-width:440px) {
  .dondontei-campaign-wrap h2 {
    font-size: 1.7em;
    line-height: 1em;
  }
}
.dondontei-campaign-wrap h4 {
  font-size: 1.7em;
  color: #e70012;
}
.period {
  background-color: #e70012;
  border-radius: 100px;
  color: #fff;
  padding: 0.6em .8em;
  display: inline-block;
  margin: .5em 0 1.5em;
}
@media(max-width:440px) {
  .period {
    font-size: .8em;
  }
}
.dondontei-campaign-wrap h2 strong {
  font-size: .7em;
  display: block;
}
.contents_bind {
  max-width: 1200px;
  margin: 0 auto;
}
@media(max-width:1200px) {
  .contents_bind {
    padding: 0 1.5em;
  }
}
@media(max-width:800px) {
  .contents_bind {
    padding: 0 1em;
  }
}
@media(max-width:540px) {
  .contents_bind {
    padding: 0 .8em;
  }
}
.contents_bind .tit_wrapper {
  width: 100%;
}
.contents_bind article {
  background: #fff;
  border-radius: 35px;
  border: solid 4px #e70012;
  padding: 0.5em 3em 1.5em;
  margin-bottom: 2em;
}
@media(max-width:540px) {
  .contents_bind article {
    border-radius: 25px;
    padding: .5em 1em .5em;
    margin-bottom: 2em;
  }
}
.contents_bind article h3 {
  color: #e70012;
  font-size: 35px;
  border-bottom: solid 2px #e70012;
}
.contents_bind article h3 span {
  display: block;
  padding-bottom: .4em;
}
@media(max-width:540px) {
  .contents_bind article h3 {
    margin: .9em 0;
  }
}
@media(max-width:440px) {
  .contents_bind article h3 {
    font-size: 28px;
  }
}
.contents_bind article .app_stamp, .contents_bind article p {
  font-size: 1.4em;
  line-height: 1.45em;
}
@media(max-width:540px) {
  .contents_bind article .app_stamp, .contents_bind article p {
    font-size: 1.1em;
    line-height: 1.3em;
  }
}
.contents_bind article p strong {
  color: #e70012;
}
.contents_bind article .app_stamp span, .contents_bind article p span {
  display: block;
}
@media(max-width:800px) {
  .contents_bind article .app_stamp span, .contents_bind article p span {
    display: inline;
  }
}
@media(max-width:800px) {
  .contents_bind article .app_stamp, .contents_bind article p {
    text-align: left;
  }
}
@media(max-width:540px) {
  .contents_bind article .app_stamp {
    margin-bottom: 1em;
  }
}
.contents_bind article .app_stamp {
  color: #e70012;
  border: solid 2px #e70012;
  padding: .7em;
}
.contents_bind article ul {
  padding-bottom: 1.5em;
}
.contents_bind article ul li {
  text-align: left;
  font-size: 1em;
  padding-left: 1em;
  text-indent: -1em;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
  margin-bottom: 1.5em;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 20s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 4);
}
.scroll-infinity__item > img {
  width: 100%;
}
.q-head {
  color: #e70012;
  padding-bottom: .5em;
}
input[type="text"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
label {
  display: block;
}
.radio-details {
  border: solid 2px #161616;
  padding: .5em;
  border-radius: 8px;
  width: 90%;
  margin-bottom: .7em;
}
input[type="radio"]:checked + label {
  background-color: #ffdbdb;
}
#ss-form {
  text-align: left;
}
#ss-form input[type=number], #ss-form input[type=tel], #ss-form input[type=text] {
  padding: .5em;
  border-radius: 8px;
  border: solid 2px #161616;
  width: 90%;
}
#ss-form input[type=tel] {
  width: 90%;
}
#ss-form input[type=number] {
  width: 90%;
}
@media(min-width:751px) {
  #ss-form input[type=tel] {
    width: 35%;
  }
  #ss-form input[type=number] {
    width: 35%;
  }
}

.sp_dis {
    display: none;
    margin: 0 !important;
    text-align: center !important;
  }
.sp_dis img {
    margin: 0 auto;
  }

.pc_dis {
	display: block;
}

@media(max-width:540px) {
.pc_dis {
    display: none;
    margin: 0 !important;
    text-align: center;
  }
.pc_dis img {
    margin: 0 auto;
  }
.sp_dis {
		display: block;
}	
}
.dondontei-campaign-head {
  margin: 0 0 5%;
  padding: 4% 0 2%;
  border-bottom: 1px solid #e70012;
  text-align: center;
}
.dondontei-campaign-head2 {
  margin: 2% 0 0;
}
.q-head {
  font-weight: bold;
  font-size: 20px;
}
.q-head small {
  font-size: .8em;
}
.campaign-sendbtn {
  display: block;
  font-size: 1.5em;
  text-align: center;
  margin: auto;
  border: 2px solid;
  border-radius: 100px;
  width: 48%;
  height: 50px;
  color: #fff;
  background-color: #e70012;
  cursor: pointer;
}
.campaign-thankspage {
  background-color: #e70012;
  height: 100vh;
  position: relative;
}
.campaign-thankspage div {
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.campaign-link-style {
  color: #db5d04 !important;
  font-weight: bold;
}
.border-top {
  border-top: dotted 2px #e70012;
}
.ss-section-description {
  padding: 1em;
}
.contents_bind article .ss-section-description p {
  font-size: 1em;
}

.required{
	background-color: red;
	display: inline-block;
	padding: 0 .2em;
	font-size: .6em;
	color: white;
	text-align: center;
}
/* =====================================================================
*   サンクスページ
* =================================================================== */
@media screen and (max-width: 550px) {
  .dondontei-campaign-box {
    width: 85%;
  }
}