@charset "UTF-8";
/*------------------------------------------------------------
  optin_rush
------------------------------------------------------------*/
table.header {
  margin: 10px 0px 10px 0px;
  border-collapse: collapse;
}

table.header.td {
  vertical-align: top;
  padding: 5px;
}

table.optin {
  background-color: #F1F1F1;
  border-collapse: collapse;
}

table.optin td {
  padding: 5px;
}

.optin_rush_tit {
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  font-size: 33px;
  text-align: center;
  background: #7fb233;
  padding: 22px 0;
  border-bottom: 9px solid #fbfaeb;
}

.optin_rush_tit span {
  color: #fff100;
  font-size: 47px;
}

.optin_rush_tit img {
  position: relative;
  top: 5px;
  margin-right: 5px;
}

.optin_rush_theme {
  padding: 21px 50px;
  background: url(/customers/images/optin_rush_02.png) repeat center center;
}

.optin_rush_theme_inner {
  text-align: center;
  background: #fff;
  border: 4px solid #7fb233;
  border-radius: 15px;
}

.optin_rush_txt1 {
  margin: 0 !important;
  padding: 10px;
  font-size: 25px;
}

.optin_rush_txt1 img {
  margin: 0 20px;
}

.optin_rush_txt2 {
  margin: 0 !important;
  padding-top: 1em;
  padding-bottom: 1em;
  border-top: 1px solid #7fb233;
  border-bottom: 1px solid #7fb233;
  font-size: 30px;
}

.optin_rush_txt3 {
  padding: 10px;
  font-size: 18px;
}

.optin_rush_txt1,
.optin_rush_txt2,
.optin_rush_txt3 {
  font-weight: bold;
  line-height: 1.4;
}

.optin_rush_from {
  margin-bottom: 50px;
  padding: 20px 45px;
  background: #fbfaeb;
  border: 4px solid #7fb233;
}

.optin_rush_from h3 {
  color: #7fb233;
  padding-bottom: 5px;
  margin-bottom: 25px;
  border-bottom: 1px solid #7fb233;
}

.optin_rush_from h3:before {
  display: none;
}

.optin_rush_from p {
  padding: 0;
  margin: 0 0 35px;
}

.optin_rush_from input[type=text],
.optin_rush_from input[type=email] {
  font-size: 16px;
  padding: 0.7em 1em;
  width: 100%;
  border: 4px solid #7fb233;
  border-radius: 10px;
}

.optin_rush_from input[type=email] {
  padding: 0.7em 1em;
}

.optin_rush_from label {
  font-weight: bold;
  text-align: right;
  width: 145px;
  padding: 9px 20px 9px 0;
  display: inline-block;
  float: left;
}

.optin_rush_from .optin_rush_report {
  padding: 0 265px 0 0;
  margin: 0 0 30px 0;
  position: relative;
}

.optin_rush_from .optin_rush_report img {
  position: absolute;
  top: -50px;
  right: 26px;
}

.optin_rush_from .optin_rush_name {
  margin-bottom: 5px;
}

.optin_rush_from .optin_rush_name,
.optin_rush_from .optin_rush_mail {
  overflow: hidden;
}

.optin_rush_from .optin_rush_name input,
.optin_rush_from .optin_rush_mail input {
  width: calc(100% - 150px);
  float: right;
}

.optin_rush_from .optin_rush_mail span {
  clear: both;
  display: block;
  font-size: 12px;
  text-align: right;
}

DIV#main section {
  width: auto;
  overflow: inherit;
  border: none;
  box-shadow: none;
  background: none;
}

#fruitful .linkUl {
  margin-bottom: 15px;
}

#fruitful .linkUl li {
  float: left;
  padding-right: 5px;
  list-style-type: none;
}

#fruitful .linkUl li:last-child {
  padding-right: 0;
}

#fruitful .linkUl li a:hover img {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

#fruitful .link {
  text-align: center;
}

#fruitful .link a:hover img {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

/* PCへ切り替え */
@media print, (min-width: 801px) {
  .p-btns {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .p-btns li {
    width: 33%;
  }
  .p-btns li a {
    width: 100%;
    height: 60px;
  }
  .p-btns + .c-commonBtn01 {
    margin-top: 15px;
    width: 33%;
  }
}

/* SPへ切り替え */
@media screen and (max-width: 800px) {
  .p-more .c-commonBtn01 {
    margin-bottom: 10px;
    width: 100%;
  }
  .optin_rush_tit {
    font-size: 1.8rem;
  }
  .optin_rush_tit img {
    width: 19px;
    height: auto;
    top: 0;
  }
  .optin_rush_tit span {
    font-size: 2.0rem;
  }
  .optin_rush_theme {
    padding: 13px;
  }
  .optin_rush_txt1 {
    font-size: 1.6rem;
  }
  .optin_rush_txt1 img {
    width: 14px;
    height: auto;
  }
  .optin_rush_txt2 {
    font-size: 2.0rem;
  }
  .optin_rush_txt3 {
    font-size: 1.4rem;
  }
  .optin_rush_from {
    margin-bottom: 30px;
    padding: 15px;
  }
  .optin_rush_from h3 {
    margin-bottom: 15px;
  }
  .optin_rush_from p {
    margin-bottom: 15px;
  }
  .optin_rush_from label {
    padding-right: 10px;
    width: 102px;
    font-size: 1.3rem;
  }
  .optin_rush_from .optin_rush_name input,
  .optin_rush_from .optin_rush_mail input {
    width: calc(100% - 102px);
  }
  .optin_rush_from input[type=text],
  .optin_rush_from input[type=email] {
    padding-right: 10px;
    padding-left: 10px;
  }
  .optin_rush_from .optin_rush_report {
    margin: 0 0 10px 0;
    padding: 0;
  }
  .optin_rush_from .optin_rush_report img {
    margin: 0 auto 10px;
    display: block;
    position: static;
  }
}

.p-tabs {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 4px solid #78b543;
}

.p-tabs .active a {
  background: #78b543;
}

.p-tabs li {
  width: 156px;
  text-align: center;
}

.p-tabs li a {
  padding: 15px 0;
  width: 100%;
  height: 40px;
  background: #c4e386;
  border-radius: 5px 5px 0 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.3;
  text-align: center;
  transition: all 0.3s ease;
}

@media print, (max-width: 801px) {
  .p-tabs {
    -webkit-flex-wrap: inherit;
        -ms-flex-wrap: inherit;
            flex-wrap: inherit;
  }
  .p-tabs li {
    margin-right: 2px;
  }
  .p-tabs li:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 801px){
	.p-mv {
		text-align: center;
		height: auto;
        background: #5b9b89;
        background: -moz-linear-gradient(top, #5b9b89 0%, #5b9b89 100%);
        background: -webkit-linear-gradient(top, #5b9b89 0%,#5b9b89 100%);
        background: linear-gradient(to bottom, #5b9b89 0%,#5b9b89 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b9b89', endColorstr='#5b9b89',GradientType=0 );

	}
	.p-mv h2 img {
		width: auto;
    max-width: 100%;
	}
}