@charset "UTF-8";
img {
  max-width: 100%;
  height: auto;
}

#all {
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
}

.position, .link_box {
  position: relative;
}

.inner {
  padding: 0 5%;
}

header {
  display: table;
  max-width: 750px;
  margin: 0 auto;
}
header div {
  display: table-cell;
}

#campaign_link p {
  position: relative;
  display: inline-block;
}
#campaign_link p a {
  position: absolute;
  right: 0;
  left: 0;
  width: 72.3%;
  bottom: 19.5%;
  margin: 0 auto;
}

#link_li {
  /*background: #e4f1e9;*/
  background: #FFF;
  padding: 25px 0 20px;
}

.link01 {
  margin-bottom: 10px;
}

.link02 {
  margin-bottom: 20px;
}

.link03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#link04 {
  background: #fade22;
  padding: 20px 0;
}

#syouhin {
  background: url(../img/img02_back.png?2310) repeat-y top center/100% auto;
}
#syouhin .btn {
  cursor: pointer;
}
#syouhin .open {
  display: none;
}

#nagare {
  background: url(../img/img03_back.png?2310) repeat-y;
  background-size: 100% auto;
  padding-bottom: 18px;
}
#nagare .link {
  padding-top: 10px;
}

#qa {
  background: url(../img/img04_back.png?2310) repeat-y;
  background-size: 100% auto;
}

#campaign {
  /*
  background: url(../img/img04_back.png) no-repeat center center;
  background-size: cover;
  padding: 15px 0 5px;
  p:nth-of-type(1) {
      margin-bottom: 10px;
  }
  p:nth-of-type(2) {
      margin-bottom: 10px;
  }
  p:nth-of-type(3) {
      margin-bottom: 17px;
  }*/
}

#link_li_sub {
  background: #e4f1e9;
  padding: 25px 0 13px;
}
#link_li_sub p:nth-of-type(1) {
  margin-bottom: 10px;
}

#simulation {
  background: #FFF334;
  padding: 25px 0;
}
#simulation p:nth-of-type(1) {
  margin-bottom: 8px;
}
#simulation p:nth-of-type(2) {
  margin-bottom: 18px;
}

footer {
  /*border-top: 1px solid #bfbfbf;*/
  padding: 30px 0 40px;
}
footer div:nth-of-type(2) {
  margin-top: 16px;
}
footer div:nth-of-type(2) a {
  width: 46.9%;
  display: inline-block;
}

/*form--------------------------*/
input[type=text],
input[type=tel],
input[type=date],
input[type=datetime],
input[type=email],
input[type=number],
input[type=search],
input[type=time],
input[type=url],
textarea,
select {
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 4px;
  margin: 0;
  outline: 0;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #f0f0f0;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
  line-height: 1;
  padding: 10px 10px;
  font-size: 1.5rem;
}

input[type=text] + input[type=text] {
  margin-top: 7px;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=time]:focus,
input[type=url]:focus,
textarea:focus,
select:focus {
  background: #d2d9dd;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 10%;
  height: 45px;
  padding: 2px 10px;
  width: 200px;
  position: relative;
  font-size: 1.3rem;
}

input[type=checkbox],
input[type=radio] {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  position: relative;
  margin-right: 2px;
}

input[type=submit] {
  border: none;
}

input.short {
  width: 200px !important;
}

/*form--------------------------------------*/
form {
  padding-bottom: 40px;
}
form .txt {
  font-size: 1.1rem;
}
form .left_txt {
  text-align: left;
}
form .left_txt.txt_ttl {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 12px;
}
form .left_txt.txt {
  font-size: 1rem;
}
form .obi_txt {
  font-size: 1.75rem;
  font-weight: bold;
  background-color: #a1d166;
  color: #fff;
  margin: 20px 2% 0 2%;
  padding: 11px 0;
}
form .form-nav {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  margin: 20px 0 10px;
  font-size: 1.1rem;
}
form .form-nav li {
  border: 1px solid #278b3a;
  background: #fff;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  text-align: center;
  position: relative;
  width: 100%;
  color: #278b3a;
  padding: 8px 0;
  font-size: 1rem;
  line-height: 1.3;
}
form .form-nav li span {
  display: block;
}
form .form-nav li.form-nav_item01.active, form .form-nav li.form-nav_item02.active, form .form-nav li.form-nav_item03.active {
  background: #278b3a;
  color: #fff;
}
form .form-nav li + li {
  margin-left: 30px;
}
form .form-nav li + li:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #77c815;
  border-width: 5px 0 5px 8px;
  left: -19px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

form dl {
  text-align: left;
  line-height: 1.5;
  border-top: 1px solid #e4e4e4;
}
form dl:first-of-type {
  border: none;
}
form dl dt {
  font-size: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 15px 7px 0;
}
form dl dt span {
  font-size: 1.25rem;
  width: auto;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
form dl dt span.hissu {
  background-color: #ea5a24;
  padding: 0 6px;
  border-radius: 3px;
  color: #fff;
  font-weight: normal;
  font-size: 1rem;
  margin-left: 5px;
}
form dl dd {
  position: relative;
  padding: 0 0 15px 0;
}
form dl dd div + div {
  margin-top: 10px;
}

.ERR {
  color: red;
}

form .agree {
  text-align: center;
  position: relative;
  margin: 15px 0 20px 0;
}
form .agree input[type=checkbox] {
  margin-right: 8px;
}
form .agree .error {
  left: 50%;
  bottom: -36px;
  margin-left: -136px;
}
form .agree span {
  font-size: 1.1rem;
  position: relative;
}

.flexbutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 400px;
}
.flexbutton .submit {
  margin-top: 20px;
}
.flexbutton .submit:nth-of-type(1) {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

form .submit {
  background: #278b3a !important;
  display: block;
  margin: auto;
  color: #fff !important;
  border-radius: 5px;
  clear: both;
  text-align: center;
  letter-spacing: 2px;
  border: none;
  -webkit-appearance: none;
  font-size: 1.2rem;
  padding: 13px 0;
  width: 130px;
  max-width: 220px;
}
form .submit.return {
  background-color: #666 !important;
}

.mw_wp_form .error {
  position: absolute;
  left: 10px;
  display: inline-block;
  padding: 9px 11px;
  font-size: 13px;
  font-weight: 700;
  background-color: #99001c;
  color: #fff !important;
  border-radius: 3px;
  white-space: nowrap;
  z-index: 100;
}

.error:before {
  position: absolute;
  top: -8px;
  left: 9px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-color: transparent transparent #99001c;
  border-style: solid;
  border-width: 0 5px 9px;
}

.button {
  margin-top: 30px;
}

.button a {
  background: #000 !important;
  display: block;
  margin: auto;
  color: #fff !important;
  padding: 17px 0px;
  width: 260px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  clear: both;
  font-weight: bold;
}

.form_item label {
  font-size: 1.2rem;
}

.form_item.max-denwa input[type=text] {
  width: 32%;
}

.mwform-radio-field.horizontal-item + .mwform-radio-field.horizontal-item {
  display: block;
  margin-top: 4px;
  margin-left: 0;
}

.flex_item .mwform-radio-field.horizontal-item + .mwform-radio-field.horizontal-item {
  display: inline-block;
  margin-left: 40px;
  margin-top: 0;
}

span.mwform-radio-field-text {
  font-weight: bold;
}

/*privacy--------------------------------------*/
form .privacy_link {
  text-align: center;
  margin-top: 5px;
}
form .privacy_link a {
  font-size: 1.1rem;
  text-decoration: underline;
}
form .privacywaku {
  border-radius: 6px;
  border: 1px #dcdcdc solid;
  display: block;
  padding: 5px 20px 5px 20px;
}
form .privacywaku .privacy {
  overflow: scroll;
  height: 105px;
}
form .privacywaku .privacy::-webkit-scrollbar {
  width: 6px;
  background: #f4f4f4;
  height: 0;
  display: none;
}
form .privacywaku .privacy::-webkit-scrollbar-track {
  background: #f4f4f4;
  border: none;
  display: none;
}
form .privacywaku .privacy::-webkit-scrollbar-thumb {
  background: #6d6d6d;
  border-radius: 10px;
  display: none;
}
form .privacywaku .privacy * {
  letter-spacing: 0;
}
form .privacywaku .privacy h3 {
  margin-top: 10px;
  font-size: 1.4rem !important;
  color: #4d4d4d;
  margin-bottom: 3px;
  text-align: left;
}
form .privacywaku .privacy p {
  font-size: 1.15rem;
  margin-bottom: 10px;
  color: #4d4d4d !important;
  line-height: 160%;
  text-align: left;
}
form .privacywaku .privacy dl {
  display: block;
  color: #4d4d4d;
  border: none;
}
form .privacywaku .privacy dl dt {
  padding: 0;
  display: block;
  font-size: 1.3rem;
  width: auto;
  margin-bottom: 2px;
  color: #4d4d4d;
}
form .privacywaku .privacy dl dd {
  display: block;
  line-height: 160%;
  padding: 0;
  margin-bottom: 10px;
  width: auto;
  color: #4d4d4d;
  font-size: 1.1rem;
}

/*241101追加*/
#contact_box {
  background-color: #0071b5;
}

#contact_box2 {
  background-color: #fbde24;
}

#cut03 img {
  width: 100%;
}

.ac_btn {
  cursor: pointer;
}

.open {
  display: none;
}

#item01 {
  background: url(../img/2507/bg_01.png) repeat-y;
  background-size: 100% auto;
}
#item01 .open {
  margin: 0 0 -5%;
}

#item02 {
  background: #f4d6c7;
}
#item02 .open {
  margin: 0 0 -7%;
}

#item03 {
  background: #f6dae1;
}

#item04 {
  background: #ddd8e9;
}

#item05 {
  background: #ece2d0;
}

#item06 {
  background: #f6dae1;
}

#item07 {
  background: #dae9ce;
}

#item08 {
  background: #d2ebe8;
}

#cut04 {
  position: relative;
}
#cut04 .link_bt {
  position: absolute;
  bottom: 12%;
}
#cut04 .link_bt2 {
  position: absolute;
  bottom: 4.5%;
}

#cut05 {
  position: relative;
}