@charset "UTF-8";
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

img {
  border: 0;
  vertical-align: bottom;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

pre {
  white-space: pre-wrap;
}

/* config
---------------------------------------------------------------------------- */
/* module
---------------------------------------------------------------------------- */
html {
  font-size: 62.5%;
  background-color: #fff;
  overflow-y: scroll;
}

body {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  color: #000;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.75;
  width: 100%;
}
@media screen and (min-width: 930px) {
  body {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 1100px) {
  body {
    font-size: 1.5rem;
  }
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  }
}
body.is-fixed {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #000;
  outline: none;
  cursor: pointer;
}
@media print, screen and (min-width: 1100px) {
  a {
    transition: all 0.3s;
  }
  a:hover {
    opacity: 0.6;
  }
}
a:hover, a:active, a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
}

* {
  word-break: break-all;
}

.inner {
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 929px) {
  .inner {
    width: 92%;
  }
}
@media screen and (min-width: 930px) {
  .inner {
    width: 90%;
  }
}

.note {
  color: #666;
  font-size: 1.1rem;
}
@media screen and (min-width: 930px) {
  .note {
    font-size: 1.2rem;
  }
}

.red {
  color: #e80000;
}

.is-hide {
  display: none;
}

.is-show {
  display: block !important;
}

.modalBg {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  background: rgba(0, 0, 0, 0.5);
  z-index: 101;
}

/* RWD表示切り替え
---------------------------------------------------------------------------- */
.sp, .tb, .pc {
  display: none;
}

@media screen and (max-width: 929px) {
  .sp {
    display: inherit;
  }
}
@media screen and (min-width: 930px) {
  .tb {
    display: inherit;
  }
}
@media print, screen and (min-width: 1100px) {
  .tb {
    display: none;
  }
  .pc {
    display: inherit;
  }
}
/* 
---------------------------------------------------------------------------- */
body a {
  text-decoration: none;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body .sprite {
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  background: url(https://www.saiyo-doda.jp/wp-content/themes/doda/assets/img/common/sprite-s272a338423.png) no-repeat;
  vertical-align: middle;
  -moz-background-size: 342px 1933px;
  -o-background-size: 342px 1933px;
  -webkit-background-size: 342px 1933px;
  background-size: 342px 1933px;
}

body .sprite-logo-privacy-footer {
  width: 55px;
  height: 54px;
  background-position: 0 -1735px;
}

body .sprite-txt-privacy-footer {
  width: 289px;
  height: 12px;
  background-position: 0 -1921px;
}

body .sprite-icon-pagetop {
  width: 56px;
  height: 56px;
  background-position: 0 -940px;
}

/* header
---------------------------------------------------------------------------- */
.header {
  background: #fff;
  height: 60px;
  padding: 4px 0;
}
.header__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__logo {
  display: inline-block;
  width: 110px;
  margin-right: 20px;
}
@media screen and (min-width: 930px) {
  .header__logo {
    width: 130px;
    margin-right: 35px;
  }
  .header__logo img {
    margin-top: 4px;
  }
}
.header__logo img {
  width: 100%;
  height: auto;
}
.header__ttl {
  font-size: 1.2rem;
}
@media screen and (max-width: 929px) {
  .header__ttl {
    margin-top: 5px;
  }
  .header__logo img {
    margin-top: 10px;
  }
}
@media screen and (min-width: 930px) {
  .header__ttl {
    font-size: 1.6rem;
  }
}

.hipro-section {
  padding: 60px 20px 10px;
  background: #EBF3FB;
  font-family: sans-serif;
  color: #333;
}

.hipro-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.hipro-lead {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 40px;
}

.hipro-lead .blue {
  color: #006fe6;
  font-weight: bold;
}

.hipro-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

.hipro-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 50px;
}

.hipro-tag {
  display: inline-block;
  padding: 6px 15px;
  width: 160px;
  border: 1px solid #007bff;
  color: #000e6d;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  transition: 0.2s;
}

.hipro-tag:hover {
  background: #e8f2ff;
}

.hipro-text {
  font-size: 15px;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto 50px;
  text-align: left;
}


/* content
---------------------------------------------------------------------------- */
#content {
  background: #f3f8fa;
}

.content {
  padding: 20px 15px 35px;
}
@media screen and (min-width: 930px) {
  .content {
    padding: 40px 30px 70px;
  }
}
.content__inner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 930px) {
  .content__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.content__info {
  width: 100%;
}
@media screen and (max-width: 929px) {
  .content__info {
    margin: 0 auto 30px;
    max-width: 600px;
  }
}
@media screen and (min-width: 930px) {
  .content__info {
    margin: 0 5% 30px 0;
    max-width: 310px;
  }
}
.content__info .page-txt {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
.content__info__sec {
  border-top: 1px solid #0095d8;
  margin-top: 20px;
  padding-top: 3px;
}
.content__info__sec__ttl {
  color: #fff;
  background: #0095d8;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 600;
  padding: 3px 24px 1px 9px;
  margin-bottom: 8px;
  position: relative;
}
.content__info__sec__ttl::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #f3f8fa transparent;
  border-width: 0px 0px 27px 18px;
  right: 0;
  top: 0;
}
.content__info__sec__txt {
  color: #0095d8;
  font-size: 1.8rem;
  line-height: 1.7222222222;
  font-weight: 600;
  margin-bottom: 15px;
}
.content__info__sec__document {
  border-radius: 20px;
  overflow: hidden;
}
.content__info__sec__document .page-txt {
  background: #fff;
  padding: 16px;
}
.content__wrapper {
  background: #fff;
  flex: 0 0 600px;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  padding: 15px;
}
@media screen and (min-width: 930px) {
  .content__wrapper {
    padding: 25px;
  }
}
.content__lead {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
.content__lead a {
  color: #0095d8;
  text-decoration: underline;
}
.content__form {
  margin-top: 20px;
}
@media screen and (min-width: 930px) {
  .content__form {
    margin-top: 30px;
  }
}

@media screen and (min-width: 930px) {
  .inner-form {
    margin: 0 0 0 4%;
  }
}

/* form
---------------------------------------------------------------------------- */
.mktoForm {
  width: 100% !important;
}
@media screen and (max-width: 929px) {
  .mktoForm {
    padding: 0 !important;
  }
}
.mktoForm #LblHp_form_role, .mktoForm #LblHp_form_position,
.mktoForm #LblHp_form_Officerselection, .mktoForm #LblHp_form_engineerneeds {
  width: 100% !important;
  margin-bottom: 10px;
  padding-right: 50px;
}
.mktoForm .mktoOffset {
  height: 0 !important;
  width: 0 !important;
}
.mktoForm .mktoFieldDescriptor {
  margin-bottom: 24px !important;
  width: 100%;
}
.mktoForm .mktoFieldWrap {
  width: 100%;
}
@media screen and (max-width: 929px) {
  .mktoForm .mktoFieldWrap select {
    width: 100% !important;
  }
}
@media screen and (min-width: 930px) {
  .mktoForm .mktoFieldWrap select {
    width: 185px !important;
  }
}
.mktoForm .mktoFieldWrap select#M_Form_department {
  width: 280px !important;
}
@media screen and (max-width: 929px) {
  .mktoForm .mktoFieldWrap select#M_Form_department {
    width: 100% !important;
  }
}
.mktoForm .mktoFieldWrap select:invalid {
  color: #888;
}
.mktoForm .mktoLabel {
  font-size: 1.4rem;
  font-weight: normal !important;
  padding: 0 12px;
  position: relative;
}
@media screen and (max-width: 929px) {
  .mktoForm .mktoLabel {
    width: 100% !important;
  }
}
@media screen and (max-width: 929px) {
  .mktoForm .mktoLabel {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 929px) {
  .mktoForm .mktoLabel#Lblseminar_entry_online_kikitai {
    padding-left: 0;
  }
}
@media screen and (max-width: 929px) {
  .mktoForm .mktoLabel strong {
    padding: 0 !important;
  }
}
.mktoForm #LblFirstName.mktoLabel {
  margin-bottom: 2px;
}
@media only screen and (max-width: 480px) {
  .mktoForm #LblFirstName.mktoLabel {
    margin-bottom: 8px;
  }
}
.mktoForm .mktoGutter {
  height: 0 !important;
}
.mktoForm .mktoAsterix {
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 1.4rem;
  color: #e80000 !important;
}
@media screen and (max-width: 929px) {
  .mktoForm .mktoAsterix {
    float: none;
  }
}
.mktoForm .mktoField {
  width: 100% !important;
  max-width: 380px !important;
  box-shadow: none !important;
  border-radius: 4px !important;
  border: 1px solid #ddd !important;
  padding: 0.5em 0.8em !important;
  font-size: 1.5rem;
}
@media screen and (max-width: 929px) {
  .mktoForm .mktoField {
    padding: 0.4em 0.4em !important;
    max-width: 100% !important;
  }
}
@media print, screen and (min-width: 1100px) {
  .mktoForm .mktoField {
    max-width: 390px !important;
  }
}
.mktoForm .mktoFormCol {
  min-height: auto !important;
}
.mktoForm input[id=LastName],
.mktoForm input[id=FirstName],
.mktoForm input[id=pca_surname_kana],
.mktoForm input[id=pca_firstname_kana] {
  width: 185px !important;
}
@media print, screen and (min-width: 1100px) {
  .mktoForm input[id=LastName],
  .mktoForm input[id=FirstName],
  .mktoForm input[id=pca_surname_kana],
  .mktoForm input[id=pca_firstname_kana] {
    width: 190px !important;
  }
}
.mktoForm input[type=checkbox],
.mktoForm input[type=radio] {
  width: 1rem !important;
}
.mktoForm input[type=checkbox] + label,
.mktoForm input[type=radio] + label {
  position: relative;
  margin-left: 35px;
}
.mktoForm input[type=checkbox] + label:before,
.mktoForm input[type=radio] + label:before {
  box-shadow: none !important;
  margin-left: -2em !important;
  bottom: -0.1em;
  top: -0.5px;
  left: 0;
}
.mktoForm input[type=radio] + label:before {
  width: 1.4em !important;
  height: 1.4em !important;
  top: -2px;
}
.mktoForm input[type=radio]:checked + label:before {
  background: none !important;
}
.mktoForm input[type=radio]:checked + label:after {
  position: absolute;
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: #007fc3;
  left: 0.55em;
  margin-left: -2em !important;
  border-radius: 50%;
  bottom: 0.19em;
}
.mktoForm input[type=checkbox] + label:before {
  width: 1.2em !important;
  height: 1.2em !important;
}
.mktoForm input[type=checkbox]:checked + label:before {
  content: "" !important;
}
.mktoForm input[type=checkbox] + label:after {
  position: absolute;
  content: "";
  width: 1em;
  height: 0.5em;
  border-bottom: 0.2em solid #007fc3;
  border-left: 0.2em solid #007fc3;
  left: 0.34em;
  margin-left: -2.1em !important;
  bottom: 0.5em;
  transform: rotate(-45deg);
  display: none;
}
.mktoForm input[type=checkbox]:checked + label:after {
  display: block;
}
.mktoForm .mktoRadioList > label,
.mktoForm .mktoCheckboxList > label {
  cursor: pointer;
  position: relative;
  margin-left: 1.8em;
  font-size: 15px;
}
.mktoForm label[id=LblFirstName],
.mktoForm label[id=Lblpca_firstname_kana] {
  display: none;
}
@media screen and (max-width: 929px) {
  .mktoForm label[id=LblFirstName],
  .mktoForm label[id=Lblpca_firstname_kana] {
    display: block;
    color: transparent;
  }
}
@media screen and (max-width: 929px) {
  .mktoForm label[id=LblFirstName] .mktoAsterix,
  .mktoForm label[id=Lblpca_firstname_kana] .mktoAsterix {
    color: transparent !important;
    border: transparent !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 929px) {
  .mktoForm label[id=LblFirstName],
  .mktoForm label[id=LblLastName],
  .mktoForm label[id=Lblpca_firstname_kana],
  .mktoForm label[id=Lblpca_surname_kana] {
    float: initial;
  }
}
.mktoForm #LastNameField,
.mktoForm #FirstNameField,
.mktoForm #pca_surname_kanaField,
.mktoForm #pca_firstname_kanaField {
  width: auto;
}
@media screen and (max-width: 929px) {
  .mktoForm #LastNameField,
  .mktoForm #FirstNameField,
  .mktoForm #pca_surname_kanaField,
  .mktoForm #pca_firstname_kanaField {
    width: 49% !important;
  }
}
@media only screen and (max-width: 480px) {
  .mktoForm #LastNameField,
  .mktoForm #FirstNameField,
  .mktoForm #pca_surname_kanaField,
  .mktoForm #pca_firstname_kanaField {
    float: left !important;
    clear: none !important;
  }
}
@media screen and (max-width: 929px) {
  .mktoForm #LastNameField .mktoGutter.mktoHasWidth,
  .mktoForm #FirstNameField .mktoGutter.mktoHasWidth,
  .mktoForm #pca_surname_kanaField .mktoGutter.mktoHasWidth,
  .mktoForm #pca_firstname_kanaField .mktoGutter.mktoHasWidth {
    display: none;
  }
}
@media screen and (max-width: 929px) {
  .mktoForm #LastNameField,
  .mktoForm #pca_surname_kanaField {
    margin-right: 5px;
  }
}
@media screen and (max-width: 929px) {
  .mktoForm #LblLastName {
    width: 50% !important;
  }
}
@media screen and (max-width: 929px) {
  .mktoForm #Lblpca_surname_kana {
    padding-left: 0;
  }
}
@media screen and (max-width: 929px) {
  .mktoForm #FirstName,
  .mktoForm #LastName,
  .mktoForm #pca_firstname_kana,
  .mktoForm #pca_surname_kana {
    width: 100% !important;
  }
}
.mktoForm #privacyFieldRow .privacy {
  border-top: #ccc 1px solid;
  padding-top: 10px;
}
.mktoForm #privacyFieldRow .privacy hr {
  display: none;
}
.mktoForm #privacyFieldRow .privacy h2 {
  display: inline;
  padding: 0;
}
.mktoForm #privacyFieldRow .privacy h2 br {
  display: none;
}
.mktoForm #privacyFieldRow .privacy p {
  display: inline;
}
.mktoForm #contactFieldRow .privacy hr {
  display: none;
}
.mktoForm #contactFieldRow .privacy h2 {
  display: inline;
  padding: 0;
}
.mktoForm #contactFieldRow .privacy p {
  display: inline;
}
.mktoForm #contactFieldRow .privacy a {
  display: block;
  padding: 0;
}
.mktoForm #contactFieldRow .privacy span {
  font-size: 15px !important;
}
.mktoForm textarea[rows="5"] {
  height: 8em !important;
}
.mktoForm .mktoHtmlText {
  width: 100% !important;
}
.mktoForm .mktoHtmlText a {
  color: #0095d8;
  text-decoration: underline;
}
.mktoForm .privacy {
  font-size: 15px;
  padding-top: 20px;
}
@media screen and (max-width: 929px) {
  .mktoForm .privacy {
    padding-top: 0;
  }
}
.mktoForm .privacy a {
  color: #007fc3;
  text-decoration: underline;
}
@media screen and (max-width: 929px) {
  .mktoForm .privacy a {
    padding: 10px 0;
  }
}
.mktoForm .privacy strong {
  font-weight: bold;
}
@media screen and (max-width: 929px) {
  .mktoForm .privacy strong {
    padding: 0;
  }
}
.mktoForm .privacy em {
  font-size: 12px;
  color: #666;
}
.mktoForm #noteTextField .mktoHtmlText {
  margin-bottom: 10px;
}
.mktoForm #noteTextField .mktoHtmlText p span {
  font-size: 12px !important;
}
.mktoForm #noteTextField .mktoHtmlText p br {
  display: none;
}
.mktoForm #noteTextField2 {
  float: none;
  margin-bottom: 0 !important;
}
.mktoForm #noteTextField2 .mktoHtmlText span {
  font-size: 15px !important;
  text-align: center;
  display: block;
}
.mktoForm div.mktoLogicalField {
  width: auto !important;
}
.mktoForm #Lblseminar_entry_terms {
  width: auto !important;
  padding-left: 0;
  cursor: pointer;
}
@media screen and (max-width: 929px) {
  .mktoForm #Lblseminar_entry_terms {
    padding-left: 30px;
  }
}
@media screen and (min-width: 930px) {
  .mktoForm #Lblseminar_entry_terms .mktoAsterix {
    margin-top: 0;
  }
}
.mktoForm #Lblseminar_entry_terms::before {
  border-color: #000;
}
.mktoForm .mktoButtonWrap.mktoCupidGreen {
  text-align: center;
  margin-left: 0 !important;
  height: 100%;
  display: inline-block;
  position: relative;
}
.mktoForm .mktoButtonWrap.mktoCupidGreen::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 7px;
  border-color: transparent transparent transparent #fff;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.mktoForm .mktoButtonWrap.mktoCupidGreen .mktoButton {
  background: #007fc3 !important;
  border: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  font-size: 24px !important;
  padding: 28px 0 !important;
  width: 400px !important;
  border-radius: 8px !important;
}
@media screen and (max-width: 929px) {
  .mktoForm .mktoButtonWrap.mktoCupidGreen .mktoButton {
    font-size: 21px !important;
    padding: 20px 0 !important;
    width: 260px !important;
  }
}
.mktoForm .mktoButtonRow {
  display: block;
  text-align: center;
  padding-bottom: 15px;
}
@media screen and (max-width: 929px) {
  .mktoForm .mktoButtonRow {
    margin-bottom: 20px;
  }
}
.mktoForm .mktoButtonRow .mktoButtonWrap {
  margin-left: 0 !important;
  display: inline-block;
  position: relative;
}
.mktoForm .mktoButtonRow .mktoButtonWrap::after {
  position: absolute;
  content: "";
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 8px 0px 8px 10px;
  pointer-events: none;
}
.mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
  box-shadow: none !important;
  text-shadow: none !important;
  border: none !important;
  background: #0095d8 !important;
  color: #fff !important;
  font-size: 20px !important;
  font-weight: bold;
  height: 80px !important;
  width: 280px !important;
  border-radius: 4px !important;
}
.mktoForm input.mktoField.mktoInvalid,
.mktoForm select.mktoField.mktoInvalid,
.mktoForm textarea.mktoField.mktoInvalid {
  border: 1px solid #ddd !important;
}
.mktoForm div.mktoLogicalField.mktoInvalid {
  border-color: transparent !important;
}

.mktoError {
  right: auto !important;
  left: 45% !important;
}
@media screen and (max-width: 929px) {
  .mktoError {
    left: 30px !important;
  }
}
@media screen and (min-width: 930px) {
  #FirstNameField .mktoError {
    left: 15% !important;
  }
}
.mktoError .mktoErrorArrow {
  background: #e80000 !important;
  border: none !important;
}
.mktoError .mktoErrorMsg {
  background: #e80000 !important;
  border: none !important;
  border-radius: 0 !important;
  text-shadow: none !important;
  box-shadow: rgba(0, 0, 0, 0.4) 0 2px 7px, inset #ff3c3c 0 1px 0px !important;
}

.mktoMobileShow .mktoForm input[type=url],
.mktoMobileShow .mktoForm input[type=text],
.mktoMobileShow .mktoForm input[type=date],
.mktoMobileShow .mktoForm input[type=tel],
.mktoMobileShow .mktoForm input[type=email],
.mktoMobileShow .mktoForm input[type=number],
.mktoMobileShow .mktoForm select.mktoField {
  font-size: 15px !important;
  height: 40px;
}
@media screen and (max-width: 929px) {
  .mktoMobileShow .mktoForm input[type=url],
  .mktoMobileShow .mktoForm input[type=text],
  .mktoMobileShow .mktoForm input[type=date],
  .mktoMobileShow .mktoForm input[type=tel],
  .mktoMobileShow .mktoForm input[type=email],
  .mktoMobileShow .mktoForm input[type=number],
  .mktoMobileShow .mktoForm select.mktoField {
    height: 35px !important;
  }
}
.mktoMobileShow .mktoForm input[type=url].error,
.mktoMobileShow .mktoForm input[type=text].error,
.mktoMobileShow .mktoForm input[type=date].error,
.mktoMobileShow .mktoForm input[type=tel].error,
.mktoMobileShow .mktoForm input[type=email].error,
.mktoMobileShow .mktoForm input[type=number].error,
.mktoMobileShow .mktoForm select.mktoField.error {
  background: #ffdddd !important;
}

@media only screen and (max-width: 480px) {
  .mktoForm input[type=url],
  .mktoForm input[type=text],
  .mktoForm input[type=date],
  .mktoForm input[type=tel],
  .mktoForm input[type=email],
  .mktoForm input[type=number],
  .mktoForm textarea.mktoField,
  .mktoForm select.mktoField {
    height: auto !important;
    font-size: 15px !important;
  }
}

input::placeholder {
  color: #888;
}

/* 旧Edge対応 */
input::-ms-input-placeholder {
  color: #888;
}

/* IE対応 */
input:-ms-input-placeholder {
  color: #888;
}

/* footer
---------------------------------------------------------------------------- */
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 20px 15px 29px;
  background: #fff;
}
@media screen and (min-width: 930px) {
  .footer__bottom {
    padding: 20px 40px 29px;
  }
}
.footer-logo {
  margin-top: 5px;
}
.footer-logo img {
  margin-left: -10px;
}
.footer-logo p {
  margin-top: 2px;
  font-size: 1rem;
}
@media screen and (min-width: 930px) {
  .footer-logo p {
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=style.css.map */