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

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;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* base
---------------------------------------------------------------------------- */
/* General Elements */
html {
  font-size: 62.5%;
}

body {
  padding: 16px 20px;
  /*↑inquiry-boxに余白をつけると@mediaがうまく動かないのでこちらにつける*/
  width: 100%;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ',
    Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 400;
  color: #121212;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  position: relative;
}

input,
textarea,
select {
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ',
    Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

a {
  text-decoration: none;
  color: #f98b09;
  outline: none;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
}

* {
  word-break: break-all;
  box-sizing: border-box;
}

/*----------------------------------------------*/

.row-box {
  padding: 12px 0;
  border-bottom: 1px dashed #ccc;
}

.email {
  clear: both;
}

.input-box .label,
.input-box .body {
  vertical-align: top;
  text-align: left;
}

.input-box .label {
  width: 100%;
  padding: 0;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
}

.input-box .label span {
  display: inline-block;
  padding: 4px 8px;
  background: #de0000;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  top: 30px;
  right: 15px;
}

.input-box .body {
  width: 100%;
  margin-top: 10px;
}

.input-box .body input[type='text'] {
  width: 100%;
  padding: 8px 25px 8px 15px;
  border: 1px solid #c5c5c5;
  font-size: 1.6rem;
}

.input-box .required .label:after {
  content: '必須';
  display: inline-block;
  margin-left: 10px;
  padding: 4px 8px;
  background: #de0000;
  color: #fff;
  font-size: 12px;
}

.input-box .body .error {
  margin-top: 7px;
  color: #de0000;
  font-weight: 700;
  font-size: 13px;
  font-size: 1.3rem;
}

/*select*/
.input-box .services_of_interest .body {
  position: relative;
}

.input-box select {
  width: 100%;
  padding: 8px 34px 8px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/sales/assets/images/common/icon_arrow_select.svg) no-repeat right 12px center,
    linear-gradient(to left, #ebebeb 33px, transparent 33px, transparent);
  background-size: 8px auto, auto auto;
  border: 1px solid #c5c5c5;
  z-index: 1;
  font-size: 1.6rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.input-box select::-ms-expand {
  display: none;
}
/**/

.input-box .body textarea {
  width: 100%;
  height: 120px;
  padding: 10px;
  border: 1px solid #c5c5c5;
  resize: vertical;
  overflow: auto;
  font-size: 1.6rem;
}

.input-box.contact__textarea .body {
  vertical-align: middle;
  padding-top: 25px;
}

.p-box .row-box.contact__textarea {
  align-items: center;
}

.policy {
  margin-top: 40px;
}

.policy p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}

.policy p a {
  text-decoration: underline;
}

.policy p a:hover,
.policy p a:active,
.policy p a:focus {
  text-decoration: none;
}

.policy input[type='checkbox'] {
  display: none;
}

.policy input[type='checkbox']:checked + label:before {
  opacity: 1;
}

.policy label {
  display: block;
  box-sizing: border-box;
  width: 290px;
  padding: 4px 4px 4px 30px;
  margin: 35px auto 0 auto;
  cursor: pointer;
  color: #121212;
  font-size: 15px;
  font-size: 1.5rem;
  position: relative;
}

.policy label:after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -10px;
  border: 2px solid #bbb;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
}

.policy label:before {
  content: '';
  display: block;
  width: 5px;
  height: 9px;
  margin-top: -7px;
  border-right: 3px solid #f98b09;
  border-bottom: 3px solid #f98b09;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.policy .error {
  margin-top: 7px;
  color: #de0000;
  font-weight: 700;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
}

.result {
  margin-top: 40px;
}

.text-complete {
  line-height: 1.42;
}
/*個人情報取り扱い*/
.privacy {
  border: none;
  padding-top: 30px;
  font-size: 1.2rem;
  line-height: 1.5;
}
.privacy .body {
  width: 100%;
  margin: 0;
  padding: 0;
}
.doi {
  padding: 20px 0 0;
  border: none;
}
.doi .label {
  display: none;
}
.doi .body {
  padding: 4px 4px 4px 4px;
  vertical-align: middle;
  margin: 0 auto;
  font-size: 1.5rem;
  position: relative;
  text-align: center;
}
.doi .error {
  text-align: center;
}
/*同意する*/
.doi.agree .body {
  text-align: left;
}
.doi.agree .value span,
.agree_check_btn .value span {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
}
.doi.agree .value input[type='checkbox'] {
  flex-grow: 0;
  flex-shrink: 0;
}

/*個人情報の取り扱いについて*/
.privacy-iframe {
  width: 100%;
  height: 140px;
  margin: 10px auto 0;
  border: 1px solid #c5c5c5;
  box-sizing: border-box;
  overflow-y: inherit;
  -webkit-overflow-scrolling: touch;
}
.privacy-iframe iframe {
  width: 100%;
  height: calc(100% - 5px);
  margin-top: 2px;
}

/*送信ボタン*/
.button {
  margin-top: 40px;
}

.button .button-container {
  width: 100%;
  margin: 0 auto;
}
.m-button01 {
  width: 100%;
  display: block;
  padding: 17px 0;
  background: url(/sales/assets/images/common/icn_button01_arrow.png) no-repeat center right 15px,
    #121212;
  border: none;
  cursor: pointer;
  font-weight: 500;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
}

.m-button01.orange {
  background: url(/sales/assets/images/common/icn_button01_arrow.svg) no-repeat center right 10px,
    #f98b09;
  background-size: auto 14px;
}

.m-button01.big {
  padding: 16px 0;
  font-size: 1.4rem;
}

/*折り返し版*/
.mapionbiz_contactme {
  align-items: center;
}
.mapionbiz_contactme + .row-box.phone,
.mapionbiz_contactme ~ .row-box.content_of_inquiry {
  display: none;
}
.mapionbiz_contactme.is-selected + .row-box.phone,
.mapionbiz_contactme.is-selected ~ .row-box.content_of_inquiry {
  display: block;
}
.row-box .description {
  display: block;
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 1.3;
}

@media screen and (min-width: 769px), print {
  body {
    padding: 35px 50px;
  }
  .row-box {
    padding: 25px 0;
    border-bottom: 1px dashed #ccc;
    display: flex;
    align-items: flex-start;
  }

  .last_name {
    width: 352px;
    float: left;
  }

  .first_name {
    width: 366px;
    float: left;
  }

  .input-box .first_name .label {
    width: 169px;
  }

  .input-box .first_name .body {
    width: 197px;
  }

  .input-box .last_name .body {
    width: 163px;
    padding-right: 15px;
  }

  .email {
    clear: both;
  }

  .input-box .label {
    width: 194px;
    padding: 7px 15px 0 0;
    font-weight: 700;
    font-size: 16px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row nowrap;
  }

  .input-box .label span {
    display: inline-block;
    padding: 4px 8px;
    background: #de0000;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    position: absolute;
    top: 30px;
    right: 15px;
  }

  .input-box .body {
    width: 524px;
    padding-right: 60px;
    margin-top: 0;
  }

  .input-box .body input[type='text'] {
    width: 100%;
    padding: 8px 25px 8px 15px;
    font-size: 14px;
  }

  .input-box .body .error {
    margin-top: 7px;
    color: #de0000;
    font-weight: 700;
    font-size: 13px;
    font-size: 1.3rem;
  }

  .input-box select {
    font-size: 14px;
  }

  .input-box .body textarea {
    width: 100%;
    height: 120px;
    padding: 10px;
    border: 1px solid #c5c5c5;
    resize: vertical;
    overflow: auto;
    font-size: 1.4rem;
  }

  .input-box.contact__textarea .body {
    vertical-align: middle;
    padding-top: 25px;
  }

  .p-box .row-box.contact__textarea {
    align-items: center;
  }

  .policy {
    margin-top: 40px;
  }

  .policy p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .policy p a {
    text-decoration: underline;
  }

  .policy p a:hover,
  .policy p a:active,
  .policy p a:focus {
    text-decoration: none;
  }

  .policy input[type='checkbox'] {
    display: none;
  }

  .policy input[type='checkbox']:checked + label:before {
    opacity: 1;
  }

  .policy label {
    display: block;
    box-sizing: border-box;
    width: 290px;
    padding: 4px 4px 4px 30px;
    margin: 35px auto 0 auto;
    cursor: pointer;
    color: #121212;
    font-size: 15px;
    font-size: 1.5rem;
    position: relative;
  }

  .policy label:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    margin-top: -10px;
    border: 2px solid #bbb;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
  }

  .policy label:before {
    content: '';
    display: block;
    width: 5px;
    height: 9px;
    margin-top: -7px;
    border-right: 3px solid #f98b09;
    border-bottom: 3px solid #f98b09;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }

  .policy .error {
    margin-top: 7px;
    color: #de0000;
    font-weight: 700;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: center;
  }

  /*個人情報取り扱い*/
  .privacy {
    border: none;
    padding-top: 40px;
    font-size: 1.2rem;
  }
  .privacy .body {
    width: 100%;
    padding: 0;
  }
  .doi {
    padding: 0;
    border: none;
  }
  .doi .label {
    display: none;
  }
  .doi .body {
    width: 290px;
    padding: 4px 4px 4px 4px;
    vertical-align: middle;
    margin: 35px auto 0 auto;
    font-size: 1.5rem;
    position: relative;
  }
  .doi .error {
    text-align: center;
  }

  /*同意する*/
  .doi.agree .body {
    text-align: center;
  }
  .doi.agree .value span {
    width: 100%;
    display: block;
  }

  /*送信ボタン*/
  .button {
    margin-top: 50px;
  }

  .button .button-container {
    width: 450px;
    margin: 0 auto;
  }
  .m-button01 {
    width: 100%;
    display: block;
    padding: 17px 0;
    background: url(/sales/assets/images/common/icn_button01_arrow.png) no-repeat center right 15px,
      #121212;
    border: none;
    cursor: pointer;
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    position: relative;
    z-index: 2;
  }

  .m-button01.orange {
    background: url(/sales/assets/images/common/icn_button01_arrow.png) no-repeat center right 25px,
      #f98b09;
    background-size: auto;
    transition: 0.2s opacity 0s linear;
    opacity: 1;
  }

  .m-button01.big {
    padding: 30px 0;
    font-size: 22px;
    font-size: 2.2rem;
  }

  /*折り返し版*/
  .mapionbiz_contactme .body {
    padding: 0;
  }
  .mapionbiz_contactme .label {
    padding-top: 0;
  }
  .mapionbiz_contactme.is-selected + .row-box.phone,
  .mapionbiz_contactme.is-selected ~ .row-box.content_of_inquiry {
    display: flex;
  }

  /*hover*/
  .m-button01.orange:hover {
    opacity: 0.7;
  }
} /*media*/
