@charset "utf-8";
/* CSS Document */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
}
@media screen and (max-width: 768px), print {
  body {
    font-size: 3.73333vw;
    text-align: justify;
  }
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
@media screen and (max-width: 768px), print {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.red {
  color: #cd111b;
}
.yellow {
  color: yellow;
}
.bg-yellow {
  background: linear-gradient(transparent 65%, #f4ea29 65%);
  padding: 0 0px;
}
header {
  background: #222;
  color: #fff;
  padding: 15px 0 15px;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
  font-size: 26px;
}
@media screen and (max-width: 768px), print {
  header {
    line-height: 1.5;
    font-size: 3.73333vw;
  }
}

.mv .flex-ver1 {
  display: flex;
  align-items: end;
  justify-content: space-between;
  text-align: left;
  margin: 0 0 0px 0;
}
@media screen and (max-width: 768px), print {
  .mv .flex-ver1 {
    align-items: center;
    flex-direction: column;
    margin: 0 0 0px 0;
  }
}
.mv .flex-ver1 .flex-item.left {
  font-size: 40px;
  font-weight: 600;
  margin: 0 0px 0 0;
  text-align: center;
}
@media screen and (max-width: 768px), print {
  .mv .flex-ver1 .flex-item.left {
    margin: 0 0px 30px 0;
    font-size: 6.66667vw;
    text-align: center;
  }
}

.mv .flex-ver1 .flex-item.left .txt1 {
  margin: 0 0 25px 0;
  line-height: 1.3;
  font-size: 45px;
  letter-spacing: -1px;
}
@media screen and (max-width: 768px), print {
  .mv .flex-ver1 .flex-item.left .txt1 {
    line-height: 1.4;
    margin: 0 0 15px 0px;
    font-size: 9vw;
  }
}
.mv .flex-ver1 .flex-item.left .txt2 {
  margin: 0 0 50px 0;
}
@media screen and (max-width: 768px), print {
  .mv .flex-ver1 .flex-item.left .txt2 {
    margin: 0 0 25px 0;
  }
}

.mv .flex-ver1 .flex-item.left .txt3 {
  line-height: 1.6;
  font-size: 49px;
}
@media screen and (max-width: 768px), print {
  .mv .flex-ver1 .flex-item.left .txt3 {
    font-size: 9vw;
  }
}
.mv .flex-ver1 .flex-item.left span.large {
  font-size: 70px;
  letter-spacing: -2px;
}
@media screen and (max-width: 768px), print {
  .mv .flex-ver1 .flex-item.left span.large {
    font-size: 13.5vw;
  }
}
.mv .flex-ver1 .flex-item.right {
  flex-basis: 400px;
  margin-bottom: -40px;
  opacity: 0.9;
}
@media screen and (max-width: 768px), print {
  .mv .flex-ver1 .flex-item.right {
    width: 90%;
    flex-basis: 90%;
    margin: 0 auto 0px;
  }
}

.mv .mv-inner {
  padding: 80px 60px 90px;
}
.case .case-inner,
.need .need-inner,
.profile .profile-inner,
.recommend-inner {
  padding: 60px 60px;
}

@media screen and (max-width: 768px), print {
  .mv .mv-inner,
  .learn .learn-inner,
  .case .case-inner,
  .need .need-inner,
  .profile .profile-inner,
  .recommend-inner {
    padding: 20px 4%;
  }
}
.learn .learn-inner {
  padding: 0px 60px 60px;
}
@media screen and (max-width: 768px), print {
  .learn .learn-inner {
    padding: 20px 4%;
  }
}
.form .flex-ver2 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px), print {
  .form .flex-ver2 {
    margin: 0;
    flex-direction: column;
    align-items: center;
  }
}
.form .flex-ver2 span.icon {
  position: relative;
}

.form .flex-ver2 span.icon::before {
  position: absolute;
  top: 6px;
  left: -36px;
  content: " ";
  background: url(../images/icon-left.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 25px;
  height: 24px;
  transition: all 0.3s;
}
.form .flex-ver2 span.icon::after {
  position: absolute;
  top: 6px;
  right: -36px;
  content: " ";
  background: url(../images/icon-right.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 25px;
  height: 24px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px), print {
  .form .flex-ver2 span.icon::before,
  .form .flex-ver2 span.icon::after {
    display: none;
  }
}
.form .flex-ver2 .flex-item.right img {
  width: 300px;
  padding: 0px 6px 0px;
  vertical-align: bottom;
}
.form .flex-ver2 p {
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  font-size: 24px;
  margin: 0;
}
@media screen and (max-width: 768px), print {
  .form .flex-ver2 p {
    font-size: 4.73333vw;
    line-height: 1.6;
  }
}
.form .form-inner .txt-large {
  font-size: 60px;
  font-weight: 800;
}
@media screen and (max-width: 768px), print {
  .form .form-inner .txt-large {
    font-size: 12.73333vw;
  }
}
.form .flex-ver2 .flex-item.left {
  width: 120px;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 768px), print {
  .form .flex-ver2 .flex-item.left {
    margin: 0 auto 10px auto;
    width: 25%;
  }
}

.form .form-inner {
  padding: 60px 60px 30px;
}
@media screen and (max-width: 768px), print {
  .form .form-inner {
    padding: 40px 4% 20px;
  }
}
.form.bg {
  background-color: #fffff0;
}
.form p {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  margin: 0 0 25px 0;
}

@media screen and (max-width: 768px), print {
  .form p {
    font-size: 5.73333vw;
    margin: 0 0px 20px 0;
  }
}
.form p.main-txt {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  margin: 0 0 0px 0;
}
@media screen and (max-width: 768px), print {
  .form p.main-txt {
    margin: 0 0 0px 0;
  }
}
.form .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 80px 0 0;
}
@media screen and (max-width: 768px), print {
  .form .flex {
    flex-direction: column;
    margin: 0;
  }
}
.form .flex .flex-item.right {
  width: 60%;
}
@media screen and (max-width: 768px), print {
  .form .flex .flex-item.right {
    width: 100%;
  }
}
.form .flex .flex-item.left {
  flex: 1;
}
.form .flex .txt1 {
  font-size: 26px;
  margin: 0;
}
.form .flex .txt2 {
  font-size: 40px;
  margin: 0 0 10px 0;
  line-height: 1.1;
}
@media screen and (max-width: 768px), print {
  .form .flex .txt2 {
    font-size: 26px;
  }
}
.form .flex .txt2 span {
  font-size: 60px;
  color: #cd111b;
  font-weight: 800;
}
@media screen and (max-width: 768px), print {
  .form .flex .txt2 span {
    font-size: 40px;
  }
}
.form .flex .txt2 span span {
  font-size: 120px;
}
@media screen and (max-width: 768px), print {
  .form .flex .txt2 span span {
    font-size: 25.73333vw;
  }
}
.form p small {
  font-size: 23px;
}
.form .tokuten {
  font-size: 26px;
}
@media screen and (max-width: 768px), print {
  .form .tokuten {
    font-size: 5.73333vw;
  }
}
.form .tokuten span {
  font-size: 22px;
}
@media screen and (max-width: 768px), print {
  .form .tokuten span {
    font-size: 4vw;
  }
}
.form .mv-ph3 {
  width: 490px;
  margin: 30px auto 30px;
  display: block;
  max-width: 100%;
}
.form span.large {
  font-size: 50px;
  padding: 10px 0 10px;
  display: inline-block;
  color: #cd111b;
  line-height: 1.5;
  letter-spacing: -1px;
  font-weight: 700;
}
@media screen and (max-width: 768px), print {
  .form span.large {
    font-size: 6.66667vw;
    line-height: 1.5;
    padding: 18px 0 20px;
  }
}

main {
  /*   background: url(../images/bg.png); */
  padding: 0px 0 0;
  background-color: #f1f4f8;
}
.main-inner {
  width: 980px;
  margin: 0 auto;
  background: #fff;
  max-width: 100%;
}

.textlines {
  border: 2px solid #0a0; /* 枠線 */
  border-radius: 0.67em; /* 角丸 */
  padding: 0.5em; /* 内側の余白量 */
  background-color: #ffc; /* 背景色 */
  width: 20em; /* 横幅 */
  width: 100%; /* 横幅いっぱいにする */
  box-sizing: border-box; /* ※これがないと横にはみ出る */
  font-size: 1em; /* 文字サイズ */
  line-height: 1.2; /* 行の高さ */
  margin-top: 30px;
  margin-left: 15px;
  margin-bottom: 10px;
  font-size: 14pt; /* 文字サイズ */
}

.kmdbtn {
  display: inline-block;
  border-radius: 5%; /* 角丸       */
  font-size: 22pt; /* 文字サイズ */
  text-align: center; /* 文字位置   */
  cursor: pointer; /* カーソル   */
  padding: 12px 12px; /* 余白       */
  background: #00b300; /* 背景色     */
  color: #ffffff; /* 文字色     */
  line-height: 1em; /* 1行の高さ  */
  transition: 0.3s; /* なめらか変化 */
  box-shadow: 6px 6px 3px #666666; /* 影の設定 */
  border: 2px solid #00b300; /* 枠の指定 */
  width: 85%; /* 横幅いっぱいにする */
  box-sizing: border-box; /* ※これがないと横にはみ出る */
  margin-bottom: 75px;
}

.kmdbtn:hover {
  box-shadow: none; /* カーソル時の影消去 */
  opacity: 1; /* カーソル時透明度 */
}

.submit input {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2e8b57+0,92d100+99 */
  cursor: pointer;
  border: none;
  background: #2e8b57; /* Old browsers */
  background: -moz-linear-gradient(
    -45deg,
    #2e8b57 0%,
    #92d100 99%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    #2e8b57 0%,
    #92d100 99%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    135deg,
    #2e8b57 0%,
    #92d100 99%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e8b57', endColorstr='#92d100',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  width: 100%;
  border-radius: 10px;
  transition: all 0.3s ease 0s;
  margin: 0 auto 0;
  box-shadow: 3px 3px 6px gray;
  color: #fff;
  display: block;
  padding: 30px 0;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 40px;
  position: relative;
  margin: 30px 0px 30px;
  text-decoration: none;
}

@media screen and (max-width: 768px), print {
  .submit input {
    padding: 25px 0;
    position: relative;
    font-size: 5.6667vw;
    margin: 30px 0 30px;
  }
}
.btn:hover {
  opacity: 0.8;
}
.submit span {
  position: relative;
  width: 100%;
  display: inline-block;
}

.submit span::before {
  left: 40px;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 20px solid transparent;
  border-left: 30px solid #fff;
  content: "";
  top: 20px;
  position: absolute;
  z-index: 1;
  top: 38.5%;
}
@media screen and (max-width: 768px), print {
  .submit span::before {
    width: 10px;
    height: 10px;
    border: 10px solid transparent;
    border-left: 15px solid #fff;
    top: 43%;
  }
}

.learn .item {
  margin: 0 0 80px 0;
}
@media screen and (max-width: 768px), print {
  .learn .item {
    margin: 0 0 60px 0;
  }
}
.learn .item.last {
  margin: 0 0 0px 0;
}

.learn .item ul li {
  line-height: 1.6;
  margin: 0 0 15px 0;
  padding-left: 2.25em;
  text-indent: -1.25em;
  font-size: 20px;
}
@media screen and (max-width: 768px), print {
  .learn .item ul li {
    font-size: 14px;
    padding-left: 1.25em;
    text-indent: -1.25em;
  }
}
.learn h2 {
  font-size: 35px;
  background: #222;
  padding: 15px 40px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  margin: 0 0 70px 0;
  line-height: 1.6;
}
@media screen and (max-width: 768px), print {
  .learn h2 {
    font-size: 5.06667vw;
    text-align: left;
    padding: 10px 25px;
    margin: 0 0 40px 0;
    line-height: 1.3;
  }
}

.learn h3 {
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 30px 0;
  display: flex;
  align-items: center;
  letter-spacing: -1px;
  justify-content: flex-start;
  line-height: 1.6;
}
@media screen and (max-width: 768px), print {
  .learn h3 {
    font-size: 5.06667vw;
    line-height: 1.3;
    align-items: baseline;
  }
}

.learn h3 span {
  color: #fff;
  font-size: 30px;
  margin: 0 0px 0 0;
  background: #222;
  padding: 3px 20px;
}
@media screen and (max-width: 768px), print {
  .learn h3 span {
    font-size: 5.06667vw;
    padding: 0 10px;
  }
}

.case h2 {
  font-size: 35px;
  background: #222;
  padding: 15px 40px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  margin: 0 0 70px 0;
  line-height: 1.6;
}
@media screen and (max-width: 768px), print {
  .case h2 {
    font-size: 5.06667vw;
    text-align: left;
    padding: 10px 25px;
    margin: 0 0 40px 0;
  }
}

.case .case-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 40px 0;
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px), print {
  .case .case-flex {
    flex-direction: column;
    margin: 0px 0 50px 0;
  }
}
.case .case-flex.last {
  padding-bottom: 0;
  border: none;
}
@media screen and (max-width: 768px), print {
  .case .case-flex.last {
    margin-bottom: 0;
  }
}
.case .case-flex .item {
  margin: 0 0 0px 0;
}
.case .case-flex-item.left {
  flex-basis: 240px;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 768px), print {
  .case .case-flex-item.left {
    flex-basis: 100%;
    margin: 0 0px 20px 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px), print {
  .case .case-flex-item.left img {
    width: 50%;
    margin: 0 auto 25px;
    display: block;
  }
}
.case .case-flex-item.right p {
  margin: 0 0 15px 0;
}
.case .case-flex-item-title {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.6;
  color: #cd111b;
  margin: 0 0 25px 0;
  letter-spacing: -0.75px;
}
@media screen and (max-width: 768px), print {
  .case .case-flex-item-title {
    font-size: 5.6vw;
  }
}
.case .case-flex-item.right {
  flex: 1;
  line-height: 1.8;
}
.case .case-flex-item.left .ttl {
  margin: 10px 0 0px 0;
  font-size: 16px;
  line-height: 1.3;
}
.case h3 {
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 60px 0;
  text-align: center;
  line-height: 1.6;
}

.case h3 p {
  margin: 0 0 25px 0;
}
.case .txt1 {
  font-size: 34px;
  font-weight: 600;
  margin: 60px 0 60px 0;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 768px), print {
  .case .txt1 {
    font-size: 5.6vw;
    margin: 0 0 20px 0;
  }
}

.case .txt2 {
  font-size: 34px;
  font-weight: 600;
  margin: 0 0 60px 0;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 768px), print {
  .case .txt2 {
    font-size: 5.6vw;
    margin: 0 0 20px 0;
  }
}
.case .txt3 {
  font-size: 34px;
  font-weight: 600;
  margin: 60px 0 80px 0;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 768px), print {
  .case .txt3 {
    font-size: 5.6vw;
    letter-spacing: -1px;
    margin: 0 0 20px 0;
  }
}

.case .txt4 {
  font-size: 34px;
  font-weight: 600;
  margin: 0 0 60px 0;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 768px), print {
  .case .txt4 {
    font-size: 5.06667vw;
    margin: 0 0 20px 0;
  }
}

.case ul {
  margin: 0 0 80px 0;
}
@media screen and (max-width: 768px), print {
  .case ul {
    margin: 0 0 40px 0;
  }
}

.case ul li {
  margin: 0 0 15px 0;
  padding-left: 1.25em;
  text-indent: -1.25em;
  line-height: 1.6;
}
.need h3 {
  font-size: 34px;
  font-weight: 600;
  margin: 0 0 60px 0;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 768px), print {
  .need h3 {
    margin: 0 0 25px 0;
    font-size: 5.6vw;
  }
}

.need h3 p {
  margin: 0 0 25px 0;
}
.need p.txt1 {
  font-size: 34px;
  font-weight: 600;
  margin: 0 0 60px 0;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 768px), print {
  .need p.txt1 {
    margin: 0 0 20px 0;
    font-size: 5.6vw;
  }
}

.need p.txt2 {
  font-size: 34px;
  font-weight: 600;
  margin: 0 0 20px 0;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 768px), print {
  .need p.txt2 {
    margin: 0 0 20px 0;
    font-size: 5.06667vw;
  }
}
.need ul {
  margin: 0 0 80px 0;
}
@media screen and (max-width: 768px), print {
  .need ul {
    margin: 0 0 40px 0;
  }
}

.need ul li {
  margin: 0 0 15px 0;
  padding-left: 1.25em;
  text-indent: -1.25em;
  line-height: 1.6;
}

.profile .profile-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 30px 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px), print {
  .profile .profile-flex {
    flex-direction: column;
  }
}
.profile .profile-flex-item.left {
  flex-basis: 240px;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 768px), print {
  .profile .profile-flex-item.left {
    flex-basis: 100%;
    margin: 0 0px 20px 0;
    width: 100%;
  }
}
.profile .profile-flex-item.right {
  flex: 1;
  line-height: 1.6;
  font-weight: 500;
}
.profile .profile-flex-item.right p {
  font-size: 22px;
}
@media screen and (max-width: 768px), print {
  .profile .profile-flex-item.right p {
    font-size: 3.73333vw;
  }
}

.profile .profile-inner p {
  margin: 0 0 15px 0;
  line-height: 1.8;
}
.profile {
  padding: 0 40px;
}
@media screen and (max-width: 768px), print {
  .profile {
    padding: 0 4%;
  }
}
.profile .profile-inner {
  margin: 0 0 60px 0;
  padding: 40px 30px;
  background-color: #fcfcfc;
  border: 1px solid #ccc;
}
@media screen and (max-width: 768px), print {
  .profile .profile-inner {
    margin: 0 0 60px 0;
    padding: 20px 20px;
  }
}
.profile .profile-inner .large {
  font-size: 34px;
  font-weight: 600;
  text-align: center;
  display: block;
  padding: 60px 0;
}
@media screen and (max-width: 768px), print {
  .profile .profile-inner .large {
    padding: 30px 0;
    font-size: 5.6vw;
  }
}
.recommend p {
  margin: 0 0 15px 0;
  line-height: 1.9;
}

.recommend figure {
  width: 100%;
  margin: 0 auto 120px;
}
@media screen and (max-width: 768px), print {
  .recommend figure {
    margin: 0 auto 30px;
  }
}
.recommend figure figcaption {
  text-align: right;
  padding: 10px 0 0;
  font-size: 16px;
}
.recommend h3 {
  font-size: 35px;
  font-weight: 600;
  margin: 0 0 60px 0;
  text-align: center;
  line-height: 1.6;
  padding: 1rem 2rem;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}
@media screen and (max-width: 768px), print {
  .recommend h3 {
    margin: 0 0 30px 0;
    font-size: 5.06667vw;
  }
}

.recommend ul {
  margin: 0 0 80px 0;
}
@media screen and (max-width: 768px), print {
  .recommend ul {
    margin: 0 0 40px 0;
  }
}

.recommend ul li {
  margin: 0 0 15px 0;
  padding-left: 1.25em;
  text-indent: -1.25em;
  line-height: 1.6;
}
footer {
  background: #222;
  color: #fff;
  padding: 20px 0 20px;
  text-align: center;
  font-size: 12px;
}
footer .flex {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0 0px;
}
footer .flex .flex-item {
  margin: 0 10px;
}
footer .flex a {
  color: #fff;
}
.recommend-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 30px 0;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px), print {
  .recommend-flex {
    flex-direction: column;
  }
}
.recommend-flex.last {
  margin: 0 0 0px 0;
}
.recommend .recommend-flex-item.left {
  flex-basis: 240px;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 768px), print {
  .recommend .recommend-flex-item.left {
    flex-basis: 100%;
    margin: 0 0px 20px 0;
    width: 100%;
  }
}
.recommend .recommend-flex-item.left .name {
  margin: 10px 0 0px 0;
  font-size: 16px;
  line-height: 1.3;
}
@media screen and (max-width: 768px), print {
  .recommend .recommend-flex-item.left .name {
    margin: 20px 0 0px 0;
  }
}

.recommend .recommend-flex-item.right {
  flex: 1;
  line-height: 1.6;
  font-size: 16px;
}
@media screen and (max-width: 768px), print {
  .recommend .recommend-flex-item.right {
    font-size: 3.73333vw;
  }
}
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: -50px;
  background: #222;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f102";
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.content_form .input_unit {
  width: 100%;
}
.content_form .input_unit .my_right.my_column {
  background: inherit;
  padding: 30px 0 0;
  width: 100%;
}
form.myForm input[type="text"],
form.myForm input[type="password"] {
  font-size: 20px;
  border: 1px solid #f1f4f8;
  background: #fdd;
  transition: 0.3s;
  box-sizing: border-box;
  height: 3em;
  width: 100%;
}
@media screen and (max-width: 768px), print {
  form.myForm input[type="text"],
  form.myForm input[type="password"] {
    font-size: 16px;
    height: 2.5em;
  }
}
form.myForm input[type="text"]:focus {
  border: 1px solid #da3c41;
  outline: none;
  box-shadow: 0 0 1px 1px rgba(218, 60, 65, 0.5);
}
form.myForm div.submit {
  margin-top: 0px;
}

form .att li {
  margin: 0 0 15px 0;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
  font-size: 16px;
  text-align: left;
}

.att {
  border: 1px solid #ccc;
  padding: 20px 20px 10px;
}
