@charset "UTF-8";

/* -------------------------------------
published
------------------------------------- */
body {
  background-color: #f2f2f2;
}

.bdrttl {
  margin-bottom: 35px;
}

.maincap {
  line-height: 2.8;
  text-align: center;
  margin-bottom: 15px;
}
#trait {
  padding-bottom: 70px;
  margin-bottom: 50px;
  border-bottom: 1px solid #e6e6e6;
}
#trait h2 {
  width: 26.6%;
  min-width: 250px;
  margin: 0 auto 25px auto;
}
#trait li {
  width: 31.1%;
  float: left;
  margin-right: 2.7%;
  padding: 20px 20px 15px 20px;
  border: 7px solid #7aafaa;
  border-radius: 30px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 15px bottom 15px;
  background-size: 29px auto;
  position: relative;
}
#trait li:last-child {
  margin-right: 0;
}
#trait li:nth-child(1) {
  background-image: url(../imgs/published_new/no1.svg);
}
#trait li:nth-child(2) {
  background-image: url(../imgs/published_new/no2.svg);
}
#trait li:nth-child(3) {
  background-image: url(../imgs/published_new/no3.svg);
}
#trait li:after {
  content: "";
  width: calc(100% + 17px);
  height: calc(100% + 17px);
  display: block;
  background: url(../imgs/published_new/bg_trait.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}
#trait li h3 {
  font-size: 28px;
  font-weight: bold;
  color: #7aafaa;
  line-height: 1.2;
  margin-bottom: 12px;
}
#trait li p {
  font-size: 15px;
  font-weight: normal;
  color: #7aafaa;
  line-height: 1.4;
  padding-right: 35px;
}

#guide {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #e6e6e6;
}
#guide h2 {
  font-size: 19px;
  font-weight: bold;
  color: #7aafaa;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 25px;
}
#guide h2 span {
  font-size: 48px;
  display: inline-block;
  vertical-align: -10px;
  padding-left: 10px;
}
#guide .maincap {
  margin-bottom: 45px;
}
#guide dl {
  margin-bottom: 45px;
}
#guide dt {
  width: 26.6%;
  min-width: 180px;
  margin: 0 auto 40px auto;
}
#guide dd {
  width: 88.9%;
  margin: 0 auto;
}
#guide ul {
  max-width: 935px;
  margin: 0 auto;
}
#guide ul li {
  width: calc((99.9% - 40px) / 3);
  float: left;
  margin-right: 20px;
}
#guide ul li:nth-child(3n) {
  margin-right: 0;
}
#guide ul li:nth-child(1),
#guide ul li:nth-child(2),
#guide ul li:nth-child(3) {
  margin-bottom: 20px;
}

#form {
  padding-top: 150px;
  margin-top: -150px;
}
#form h2 {
  font-size: 24px;
  font-weight: bold;
  color: #7aafaa;
  text-align: center;
  margin-bottom: 20px;
}
#form .cap {
  text-align: center;
  line-height: 2;
  margin-bottom: 30px;
}
#form .cap span {
  font-weight: bold;
  display: block;
}
#form .cap span.cap__lrg {
  font-size: 17px;
  font-weight: 400;
}
span.req {
  color: #c1272d;
}
form > dl {
  width: 100%;
  display: table;
  margin-bottom: 20px;
}
form dl dt,
form dl dd {
  display: table-cell;
  vertical-align: top;
}
form dl dt {
  font-size: 14px;
  padding: 9px 0;
  width: 180px;
}
form dl dt label {
  display: block;
}
form dl dt .req {
  padding-left: 5px;
}
form dl dd p {
  line-height: 1.4;
  margin-top: 5px;
}

input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
}
form input[type="text"],
form input[type="email"],
form textarea {
  font-size: 14px;
  line-height: 16px;
  color: #333;
  display: inline-block;
  width: 100%;
  padding: 9px;
  border: none;
  background-color: #fff;
  box-sizing: border-box;
}
form textarea {
  width: 100%;
  height: 350px;
}
form input[type="text"]:focus,
form input[type="email"]:focus,
form textarea:focus {
  background-color: rgba(242, 242, 242, 1);
  outline: 0;
}
form input[type="text"],
form input[type="email"],
form textarea {
  background-color: #fff;
  border: 1px solid #cacaca;
  transition-property: background-color;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
}
form .fm_name .names {
  width: 170px;
  display: inline-block;
  vertical-align: top;
}
form .fm_name .names:nth-child(1) {
  margin-right: 20px;
}
form .fm_cname input {
  width: 280px;
}
form .fm_tel input {
  width: 76.3%;
}
form .fm_mail input {
  width: 76.3%;
}
form #privacy {
  text-align: center;
}
form #privacy .check {
  font-size: 0;
  margin-bottom: 10px;
}
form #privacy .check label,
form #privacy .check input {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
form #privacy .check p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 10px;
}
form #privacy .check a {
  color: #7aafaa;
  text-decoration: underline;
  display: inline-block;
}

.lead .attention {
  font-weight: bold;
  color: #c1272d;
  display: block;
  margin-bottom: 20px;
}
.mw_wp_form_complete p {
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 30px 0;
}
#formbtn {
  font-size: 0;
  text-align: center;
  margin-top: 55px;
}
#formbtn .submit {
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 295px;
  display: inline-block;
  padding: 18px 10px;
  border: none;
  border-radius: 35px;
  background-color: #7aafaa;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  transition: background-color 0.3s;
}
#formbtn .submit:hover {
  background-color: #231815;
}

.mw_wp_form_confirm form dl dt {
  padding: 0px 0;
}

@media screen and (max-width: 1360px) {
  .maincap {
    line-height: 2.6;
  }

  #trait {
    padding-bottom: 65px;
    margin-bottom: 46px;
  }
  #trait li {
    padding: 19px 19px 15px 19px;
    background-size: 28px auto;
  }
  #trait li h3 {
    font-size: 27px;
    margin-bottom: 11px;
  }
  #trait li p {
    padding-right: 33px;
  }

  #guide {
    padding-bottom: 55px;
    margin-bottom: 55px;
  }
  #guide h2 {
    margin-bottom: 24px;
  }
  #guide h2 span {
    font-size: 44px;
  }
  #guide .maincap {
    margin-bottom: 42px;
  }
  #guide dl {
    margin-bottom: 42px;
  }
  #guide dt {
    margin: 0 auto 37px auto;
  }

  #form h2 {
    font-size: 23px;
    margin-bottom: 19px;
  }
  #form .cap {
    margin-bottom: 28px;
  }
  form > dl {
    margin-bottom: 19px;
  }
  form .fm_name .names:nth-child(1) {
    margin-right: 19px;
  }
  form textarea {
    height: 340px;
  }
  .mw_wp_form_complete p {
    padding: 28px 0;
  }
  #formbtn {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1180px) {
  .maincap {
    line-height: 2.4;
  }

  #trait {
    padding-bottom: 60px;
    margin-bottom: 42px;
  }
  #trait li {
    padding: 18px 18px 15px 18px;
    background-size: 27px auto;
  }
  #trait li h3 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  #trait li p {
    font-size: 14px;
    padding-right: 31px;
  }

  #guide {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  #guide h2 {
    font-size: 18px;
    margin-bottom: 23px;
  }
  #guide h2 span {
    font-size: 40px;
    vertical-align: -9px;
  }
  #guide .maincap {
    margin-bottom: 39px;
  }
  #guide dl {
    margin-bottom: 39px;
  }
  #guide dt {
    margin: 0 auto 34px auto;
  }

  #form h2 {
    font-size: 22px;
    margin-bottom: 18px;
  }
  #form .cap {
    line-height: 1.9;
    margin-bottom: 26px;
  }
  form > dl {
    margin-bottom: 18px;
  }
  form .fm_name .names:nth-child(1) {
    margin-right: 18px;
  }
  form textarea {
    height: 330px;
  }
  mw_wp_form_complete p {
    padding: 26px 0;
  }
  #formbtn {
    margin-top: 45px;
  }
}
@media screen and (max-width: 980px) {
  .maincap {
    line-height: 2.2;
  }

  #trait {
    padding-bottom: 55px;
    margin-bottom: 38px;
  }
  #trait li {
    padding: 17px 17px 15px 17px;
    background-size: 26px auto;
  }
  #trait li h3 {
    font-size: 24px;
  }
  #trait li p {
    padding-right: 29px;
  }
  #trait li p br {
    display: none;
  }

  #guide {
    padding-bottom: 45px;
    margin-bottom: 45px;
  }
  #guide h2 {
    font-size: 17px;
    margin-bottom: 22px;
  }
  #guide h2 span {
    font-size: 36px;
    vertical-align: -7px;
  }
  #guide .maincap {
    margin-bottom: 36px;
  }
  #guide dl {
    margin-bottom: 36px;
  }
  #guide dt {
    margin: 0 auto 32px auto;
  }

  #form h2 {
    font-size: 21px;
    margin-bottom: 17px;
  }
  #form .cap {
    line-height: 1.8;
    margin-bottom: 24px;
  }
  form > dl {
    margin-bottom: 17px;
  }
  form .fm_name .names:nth-child(1) {
    margin-right: 17px;
  }
  form textarea {
    height: 320px;
  }
  mw_wp_form_complete p {
    padding: 24px 0;
  }
  #formbtn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .maincap {
    line-height: 2;
  }

  #trait {
    padding-bottom: 50px;
    margin-bottom: 34px;
  }
  #trait li {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 16px 16px 15px 16px;
    background-size: 25px auto;
  }
  #trait li:last-child {
    margin-bottom: 0;
  }
  #trait li:after {
    content: none;
  }
  #trait li div {
    height: auto !important;
  }
  #trait li h3 {
    font-size: 22px;
  }
  #trait li h3 br {
    display: none;
  }
  #trait li p {
    padding-right: 28px;
  }

  #guide {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  #guide h2 {
    font-size: 16px;
    margin-bottom: 21px;
  }
  #guide h2 span {
    font-size: 33px;
    vertical-align: -6px;
    padding-left: 5px;
  }
  #guide .maincap {
    margin-bottom: 33px;
  }
  #guide dl {
    margin-bottom: 33px;
  }
  #guide dt {
    margin: 0 auto 30px auto;
  }

  #form {
    padding-top: 100px;
    margin-top: -100px;
  }
  #form h2 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  #form .cap {
    margin-bottom: 22px;
  }
  #form .cap span.cap__lrg {
    font-size: 16px;
  }
  form > dl {
    font-size: 0;
    margin-bottom: 16px;
  }
  form dl dt,
  form dl dd {
    font-size: 13px;
  }
  form input[type="text"],
  form input[type="email"],
  form textarea {
    font-size: 13px;
  }
  form .fm_name dd {
    font-size: 0;
  }
  form .fm_name .names {
    font-size: 13px;
    width: calc((99.9% - 16px) / 2);
  }
  form .fm_name .names:nth-child(1) {
    margin-right: 16px;
  }
  form .fm_cname input,
  form .fm_tel input,
  form .fm_mail input {
    width: 100%;
  }
  form #privacy .check a,
  form #privacy .check label,
  form #privacy .check input {
    font-size: 13px;
  }
  form textarea {
    height: 300px;
  }
  mw_wp_form_complete p {
    padding: 22px 0;
  }
  #formbtn {
    margin-top: 35px;
  }
  #formbtn .submit {
    font-size: 14px;
    padding: 15px 10px;
  }

  form #privacy .check p {
    font-size: 13px;
  }
}
@media screen and (max-width: 640px) {
  #trait {
    padding-bottom: 45px;
    margin-bottom: 35px;
  }
  #trait li {
    margin-bottom: 15px;
    padding: 15px 15px 15px 15px;
    background-size: 24px auto;
  }
  #trait li h3 {
    font-size: 20px;
  }
  #trait li p {
    font-size: 13px;
    padding-right: 27px;
  }

  #guide {
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
  #guide h2 {
    font-size: 15px;
    margin-bottom: 20px;
  }
  #guide h2 span {
    font-size: 30px;
    display: block;
    padding-left: 0px;
    margin-top: 5px;
  }
  #guide .maincap {
    margin-bottom: 30px;
  }
  #guide dl {
    margin-bottom: 30px;
  }
  #guide dt {
    margin: 0 auto 27px auto;
  }
  #guide dd {
    width: 100%;
  }
  #guide ul li {
    width: calc((99.9% - 30px) / 3);
    margin-right: 15px;
  }
  #guide ul li:nth-child(1),
  #guide ul li:nth-child(2),
  #guide ul li:nth-child(3) {
    margin-bottom: 15px;
  }

  #form h2 {
    font-size: 19px;
    margin-bottom: 15px;
  }
  #form .cap {
    margin-bottom: 20px;
  }
  #form .cap br {
    display: none;
  }
  form > dl {
    margin-bottom: 15px;
  }
  form .fm_name .names {
    width: calc((99.9% - 15px) / 2);
  }
  form .fm_name .names:nth-child(1) {
    margin-right: 15px;
  }
  form textarea {
    height: 280px;
  }
  .mw_wp_form_complete p {
    padding: 20px 0;
  }
  #formbtn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  #trait {
    padding-bottom: 40px;
  }
  #trait li h3 {
    font-size: 19px;
  }
  #trait li p {
    padding-right: 25px;
  }

  #guide h2 {
    font-size: 14px;
  }
  #guide h2 span {
    font-size: 27px;
  }
  #guide .maincap {
    margin-bottom: 27px;
  }
  #guide dl {
    margin-bottom: 27px;
  }
  #guide dt {
    margin: 0 auto 25px auto;
  }
  #guide ul li {
    width: calc((99.9% - 15px) / 2);
  }
  #guide ul li:nth-child(3n) {
    margin-right: 15px;
  }
  #guide ul li:nth-child(2n) {
    margin-right: 0;
  }
  #guide ul li:nth-child(1),
  #guide ul li:nth-child(2),
  #guide ul li:nth-child(3),
  #guide ul li:nth-child(4) {
    margin-bottom: 15px;
  }

  #form h2 {
    font-size: 18px;
  }
  form dl {
    display: block;
  }
  form dl dt,
  form dl dd {
    display: block;
  }
  form dl dt {
    width: 100%;
    padding: 0;
    margin-bottom: 8px;
  }
  form textarea {
    height: 250px;
  }
  #formbtn {
    margin-top: 25px;
  }
}
@media screen and (max-width: 400px) {
  #trait li h3 {
    font-size: 18px;
  }
  #trait li p {
    padding-right: 23px;
  }

  #guide h2 span {
    font-size: 25px;
  }
  #guide .maincap {
    margin-bottom: 25px;
  }
  #guide dl {
    margin-bottom: 25px;
  }
  #guide dt {
    margin: 0 auto 20px auto;
  }

  #form h2 {
    font-size: 17px;
  }
  form textarea {
    height: 200px;
  }
}
@media screen and (max-width: 320px) {
}
@media screen and (min-width: 769px) {
}
