@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name:
Note:


New Creation:
Last Change:


Created By		Takumi Ouchi

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	共通使用変数定義
2.	ブラウザデフォルトスタイルリセット
3.	HTMLタグ
4.	container
5.	共通部分
6.	content
7.	header
8.	main
9.	footer
10.	ページ別個別設定
11.	ブレイクポイント

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	共通使用変数定義
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
2.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
body,
h1, h2, h3, h4, h5, h6,
div,
p,
ul, ol, dl,
form, fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1rem;
  font-weight: normal;
}

mark {
  background: none;
}

fieldset {
  border: none;
}

legend {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
  font-size: inherit;
  font: 100%;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
strong,
span,
img,
sub,
sup,
input,
button,
textarea,
select,
label,
caption {
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

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

caption, th {
  font-weight: normal;
  text-align: left;
}

th, td {
  padding: 0px;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

textarea {
  vertical-align: top;
}

header, footer, article, section, aside, nav, figure, figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

/*----------------------------------------------------------------------
3.	HTMLタグ
----------------------------------------------------------------------*/
html,
body {
  min-width: 980px;
  height: 100%;
  color: #444;
}

a {
  color: #0d1c4c;
}
a, a:before, a:after {
  transition: background-color 0.3s linear, background-image 0.3s linear;
}
a > * {
  transition: opacity 0.3s linear;
}
a:hover {
  text-decoration: underline;
}
a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  text-decoration: none;
}

.btn {
  transition: background-color 0.3s linear, background-image 0.3s linear;
}
.btn > * {
  transition: opacity 0.3s linear;
}
.btn:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/*----------------------------------------------------------------------
4.	container
----------------------------------------------------------------------*/
.container {
  padding-top: 10px;
  background: url(../img/head_bg.gif) left top repeat-x;
}

/*----------------------------------------------------------------------
5.	共通部分
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
6.	content
----------------------------------------------------------------------*/
#content {
  position: relative;
}

.content {
  background: url(../img/contents_bg.png) left top repeat-x;
  background-size: auto 100%;
  position: relative;
}
.content:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg.png) left top repeat;
}

/*----------------------------------------------------------------------
7.	header
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
8.	main
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
9.	footer
----------------------------------------------------------------------*/
.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  background-color: #000;
  border-bottom: 2px solid #000;
  text-align: center;
}
.footer .f-copyright {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF000000', endColorstr='#FF000000');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjN2Y3ZjdmIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: linear-gradient(to right, #000000 0%, #7f7f7f 50%, #000000 100%);
  padding: 10px 0;
}
.footer .f-copyright-list {
  margin-bottom: 5px;
}
.footer .f-copyright-item a, .footer .f-copyright-text {
  font-size: 1em;
  color: #fff;
}
.footer .f-copyright-item {
  display: inline-block;
}

/*----------------------------------------------------------------------
10.	ページ別個別設定
----------------------------------------------------------------------*/
.m-form,
.form-area {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

.m-form {
  padding-top: 60px;
  width: 830px;
}
.m-form .progress {
  margin-top: 45px;
  margin-bottom: 30px;
  text-align: center;
}
.m-form .text {
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 2;
  font-size: 1.6rem;
}
.m-form .sp-contents {
  padding: 0 6.25%;
}
.m-form .sp-text {
  width: auto;
}

.form-area {
  padding-bottom: 100px;
  width: 836px;
}

#inquiry_form .input-form-wrapper,
#inquiry_form .form-wrapper,
#monitor_form .input-form-wrapper,
#monitor_form .form-wrapper {
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px;
  border-bottom: none;
}
#inquiry_form .input-form-wrapper th,
#inquiry_form .input-form-wrapper td,
#inquiry_form .form-wrapper th,
#inquiry_form .form-wrapper td,
#monitor_form .input-form-wrapper th,
#monitor_form .input-form-wrapper td,
#monitor_form .form-wrapper th,
#monitor_form .form-wrapper td {
  font-size: 16px;
  border: none;
}
#inquiry_form .input-form-wrapper th,
#inquiry_form .form-wrapper th,
#monitor_form .input-form-wrapper th,
#monitor_form .form-wrapper th {
  text-shadow: 0 0 6px #2f2e2c;
  background-color: #d4c091;
  padding: 20px;
  width: 205px;
  vertical-align: middle;
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}
#inquiry_form .input-form-wrapper th label,
#inquiry_form .form-wrapper th label,
#monitor_form .input-form-wrapper th label,
#monitor_form .form-wrapper th label {
  background: none;
}
#inquiry_form .input-form-wrapper td,
#inquiry_form .form-wrapper td,
#monitor_form .input-form-wrapper td,
#monitor_form .form-wrapper td {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 15px 25px 15px 30px;
  color: #606060;
}
#inquiry_form .input-form-wrapper input,
#inquiry_form .input-form-wrapper textarea,
#inquiry_form .form-wrapper input,
#inquiry_form .form-wrapper textarea,
#monitor_form .input-form-wrapper input,
#monitor_form .input-form-wrapper textarea,
#monitor_form .form-wrapper input,
#monitor_form .form-wrapper textarea {
  box-sizing: border-box;
  padding: .5em;
  border: 1px solid #e4d3ab;
  line-height: 1.25;
}
#inquiry_form .input-form-wrapper input.full,
#inquiry_form .input-form-wrapper textarea.full,
#inquiry_form .form-wrapper input.full,
#inquiry_form .form-wrapper textarea.full,
#monitor_form .input-form-wrapper input.full,
#monitor_form .input-form-wrapper textarea.full,
#monitor_form .form-wrapper input.full,
#monitor_form .form-wrapper textarea.full {
  width: 100%;
}
#inquiry_form .input-form-wrapper input.short,
#inquiry_form .input-form-wrapper textarea.short,
#inquiry_form .form-wrapper input.short,
#inquiry_form .form-wrapper textarea.short,
#monitor_form .input-form-wrapper input.short,
#monitor_form .input-form-wrapper textarea.short,
#monitor_form .form-wrapper input.short,
#monitor_form .form-wrapper textarea.short {
  width: 120px;
}
#inquiry_form .input-form-wrapper textarea,
#inquiry_form .form-wrapper textarea,
#monitor_form .input-form-wrapper textarea,
#monitor_form .form-wrapper textarea {
  resize: vertical;
}
#inquiry_form .input-form-wrapper .chkradio label,
#inquiry_form .form-wrapper .chkradio label,
#monitor_form .input-form-wrapper .chkradio label,
#monitor_form .form-wrapper .chkradio label {
  margin-left: .4em;
}
#inquiry_form .form-item.email .form-input,
#inquiry_form .form-item.tel .form-input,
#monitor_form .form-item.email .form-input,
#monitor_form .form-item.tel .form-input {
  font-size: 2em;
  color: #b41905;
}
#inquiry_form .form-item.email .form-input em,
#inquiry_form .form-item.tel .form-input em,
#monitor_form .form-item.email .form-input em,
#monitor_form .form-item.tel .form-input em {
  font-weight: bold;
}

.button {
  overflow: hidden;
  *zoom: 1;
  padding: 60px 0 0;
  text-align: center;
}
.button .monitor-confirmation {
  margin: 0 auto;
  width: 362px;
  height: 82px;
  background: url(../img/monitor_confirmation_h.png) left top no-repeat;
  background-size: 100% auto;
}
.button .inquiry-confirmation {
  margin: 0 auto;
  width: 366px;
  height: 86px;
  background: url(../img/inquiry_confirmation_h.png) left top no-repeat;
  background-size: 100% auto;
}
.button .send {
  float: right;
  margin-right: 220px;
  width: 366px;
  height: 86px;
  background: url(../img/form_button_send_h.png) left top no-repeat;
  background-size: 100% auto;
}
.button .back {
  float: left;
  width: 206px;
  height: 66px;
  background: url(../img/form_button_back_h.png) left top no-repeat;
  background-size: 100% auto;
}

.m-send-message {
  background: #fff;
  display: table;
  margin: 40px auto 10px;
  width: 730px;
}
.m-send-message .title {
  padding: 5px 0;
  background: #d3b774;
  font-size: 2em;
  color: #fff;
  text-align: center;
}
.m-send-message .send-text {
  margin: 5px 20px;
}

.address {
  display: table;
  margin: 0 auto;
  width: 730px;
}
.address .term {
  display: table-cell;
  padding: 20px 0;
  width: 180px;
  background-color: #e08a46;
  vertical-align: middle;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}
.address .description {
  display: table-cell;
  padding: 15px 10px;
  border: 2px solid #e08a46;
  background-color: #fff;
  vertical-align: middle;
  text-align: left;
  font-size: 2.2rem;
  font-weight: bold;
  color: #b6231c;
}

.attention {
  box-sizing: border-box;
  margin: 10px auto 0;
  padding: 20px;
  width: 730px;
  border-left: 3px solid #d3b774;
  background-color: #fff;
}
.attention .attention-title {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: bold;
}
.attention .attention-text {
  line-height: 1.4;
  font-size: 1.6rem;
}
.attention .attention-list {
  margin-top: 10px;
  font-size: 1.6rem;
  color: #b6231c;
}
.attention .attention-item {
  padding-top: .2em;
  list-style: inside disc;
}
.attention .attention-item:first-child {
  padding-top: 0;
}

.errbg {
  background-color: #eacac1;
}

.go-top {
  margin: 60px auto 100px;
  width: 366px;
  height: 86px;
  background: url(../img/form_button_top_h.png) left top no-repeat;
  background-size: 100% auto;
}

#error {
  box-sizing: border-box;
  margin: 35px auto 40px;
  padding: 20px 0;
  width: 700px;
  border: 2px solid #cd202c;
  background-color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  color: #cd202c;
}
#error p {
  padding: 5px 0 5px 100px;
  background: url(../img/error_bg.gif) 58px center no-repeat;
}
#error span {
  display: block;
  margin-top: .5em;
  font-size: .85em;
  color: #666;
}

.confirmation .form-item.email .form-input, .confirmation .form-item.tel .form-input {
  font-size: 2em;
  font-weight: bold;
  color: #b41905;
}
.confirmation .m-recommend {
  margin: 60px 0 60px -45px;
  width: 920px;
}
.confirmation .m-recommend .sp {
  display: none;
}
.confirmation .m-recommend > .title {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 2em;
  color: #584f4c;
}
.confirmation .m-recommend > .title::before, .confirmation .m-recommend > .title::after {
  content: '';
  width: 300px;
  height: 14px;
  background: url(../img/form_recommend_title_bg.png) left top repeat;
}
.confirmation .m-recommend .contents-inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.confirmation .m-recommend .recommend-item {
  width: 292px;
}
.confirmation .m-recommend .recommend-item > .title {
  border: 1px solid #928c88;
  border-bottom: 0;
  background: #928c88;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 2.6666666667;
  font-size: 1.5em;
}
.confirmation .m-recommend .recommend-item .pic {
  border: 1px solid #928c88;
  border-top: 0;
}
.confirmation .m-recommend .recommend-item .link {
  padding-right: 10px;
  text-align: right;
  background: #fff;
}
.confirmation .m-recommend .recommend-item .link a {
  padding-right: 20px;
  background: url(../img/form_recommend_link_bg.png) right center no-repeat;
  line-height: 2.125;
  font-size: 1.6em;
  color: #6d9dcf;
}
.confirmation .m-recommend .recommend-item .link a:hover {
  text-decoration: underline;
}

/*----------------------------------------------------------------------
11.	ブレイクポイント
----------------------------------------------------------------------*/
@media (min-width: 480px) {
  /*!
  Animate.css - http://daneden.me/animate
  Licensed under the MIT license - http://opensource.org/licenses/MIT
  
  Copyright (c) 2015 Daniel Eden
  */
  .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
  }

  .animated.infinite {
    animation-iteration-count: infinite;
  }

  .animated.hinge {
    animation-duration: 2s;
  }

  .animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
    animation-duration: .75s;
  }
  @keyframes bounce {
    0%,100%,20%,53%,80% {
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transform: translate3d(0, 0, 0);
    }
    40%,43% {
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      transform: translate3d(0, -30px, 0);
    }
    70% {
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      transform: translate3d(0, -15px, 0);
    }
    90% {
      transform: translate3d(0, -4px, 0);
    }
  }
  .bounce {
    animation-name: bounce;
    transform-origin: center bottom;
  }
  @keyframes flash {
    0%,100%,50% {
      opacity: 1;
    }
    25%,75% {
      opacity: 0;
    }
  }
  .flash {
    animation-name: flash;
  }
  @keyframes pulse {
    0% {
      transform: scale3d(1, 1, 1);
    }
    50% {
      transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
      transform: scale3d(1, 1, 1);
    }
  }
  .pulse {
    animation-name: pulse;
  }
  @keyframes rubberBand {
    0% {
      transform: scale3d(1, 1, 1);
    }
    30% {
      transform: scale3d(1.25, 0.75, 1);
    }
    40% {
      transform: scale3d(0.75, 1.25, 1);
    }
    50% {
      transform: scale3d(1.15, 0.85, 1);
    }
    65% {
      transform: scale3d(0.95, 1.05, 1);
    }
    75% {
      transform: scale3d(1.05, 0.95, 1);
    }
    100% {
      transform: scale3d(1, 1, 1);
    }
  }
  .rubberBand {
    animation-name: rubberBand;
  }
  @keyframes shake {
    0%,100% {
      transform: translate3d(0, 0, 0);
    }
    10%,30%,50%,70%,90% {
      transform: translate3d(-10px, 0, 0);
    }
    20%,40%,60%,80% {
      transform: translate3d(10px, 0, 0);
    }
  }
  .shake {
    animation-name: shake;
  }
  @keyframes swing {
    20% {
      transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
      transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
      transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
      transform: rotate3d(0, 0, 1, -5deg);
    }
    100% {
      transform: rotate3d(0, 0, 1, 0deg);
    }
  }
  .swing {
    transform-origin: top center;
    animation-name: swing;
  }
  @keyframes tada {
    0% {
      transform: scale3d(1, 1, 1);
    }
    10%,20% {
      transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,50%,70%,90% {
      transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,60%,80% {
      transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
      transform: scale3d(1, 1, 1);
    }
  }
  .tada {
    animation-name: tada;
  }
  @keyframes wobble {
    0% {
      transform: none;
    }
    15% {
      transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
      transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
      transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
      transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
      transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    100% {
      transform: none;
    }
  }
  .wobble {
    animation-name: wobble;
  }
  @keyframes jello {
    0%,100%,11.1% {
      transform: none;
    }
    22.2% {
      transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
      transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
      transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
      transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
      transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
      transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
      transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
  }
  .jello {
    animation-name: jello;
    transform-origin: center;
  }
  @keyframes bounceIn {
    0%,100%,20%,40%,60%,80% {
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      opacity: 0;
      transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
      transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
      transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
      opacity: 1;
      transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
      transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
      opacity: 1;
      transform: scale3d(1, 1, 1);
    }
  }
  .bounceIn {
    animation-name: bounceIn;
  }
  @keyframes bounceInDown {
    0%,100%,60%,75%,90% {
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      opacity: 0;
      transform: translate3d(0, -3000px, 0);
    }
    60% {
      opacity: 1;
      transform: translate3d(0, 25px, 0);
    }
    75% {
      transform: translate3d(0, -10px, 0);
    }
    90% {
      transform: translate3d(0, 5px, 0);
    }
    100% {
      transform: none;
    }
  }
  .bounceInDown {
    animation-name: bounceInDown;
  }
  @keyframes bounceInLeft {
    0%,100%,60%,75%,90% {
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      opacity: 0;
      transform: translate3d(-3000px, 0, 0);
    }
    60% {
      opacity: 1;
      transform: translate3d(25px, 0, 0);
    }
    75% {
      transform: translate3d(-10px, 0, 0);
    }
    90% {
      transform: translate3d(5px, 0, 0);
    }
    100% {
      transform: none;
    }
  }
  .bounceInLeft {
    animation-name: bounceInLeft;
  }
  @keyframes bounceInRight {
    0%,100%,60%,75%,90% {
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      opacity: 0;
      transform: translate3d(3000px, 0, 0);
    }
    60% {
      opacity: 1;
      transform: translate3d(-25px, 0, 0);
    }
    75% {
      transform: translate3d(10px, 0, 0);
    }
    90% {
      transform: translate3d(-5px, 0, 0);
    }
    100% {
      transform: none;
    }
  }
  .bounceInRight {
    animation-name: bounceInRight;
  }
  @keyframes bounceInUp {
    0%,100%,60%,75%,90% {
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      opacity: 0;
      transform: translate3d(0, 3000px, 0);
    }
    60% {
      opacity: 1;
      transform: translate3d(0, -20px, 0);
    }
    75% {
      transform: translate3d(0, 10px, 0);
    }
    90% {
      transform: translate3d(0, -5px, 0);
    }
    100% {
      transform: translate3d(0, 0, 0);
    }
  }
  .bounceInUp {
    animation-name: bounceInUp;
  }
  @keyframes bounceOut {
    20% {
      transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,55% {
      opacity: 1;
      transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
      opacity: 0;
      transform: scale3d(0.3, 0.3, 0.3);
    }
  }
  .bounceOut {
    animation-name: bounceOut;
  }
  @keyframes bounceOutDown {
    20% {
      transform: translate3d(0, 10px, 0);
    }
    40%,45% {
      opacity: 1;
      transform: translate3d(0, -20px, 0);
    }
    100% {
      opacity: 0;
      transform: translate3d(0, 2000px, 0);
    }
  }
  .bounceOutDown {
    animation-name: bounceOutDown;
  }
  @keyframes bounceOutLeft {
    20% {
      opacity: 1;
      transform: translate3d(20px, 0, 0);
    }
    100% {
      opacity: 0;
      transform: translate3d(-2000px, 0, 0);
    }
  }
  .bounceOutLeft {
    animation-name: bounceOutLeft;
  }
  @keyframes bounceOutRight {
    20% {
      opacity: 1;
      transform: translate3d(-20px, 0, 0);
    }
    100% {
      opacity: 0;
      transform: translate3d(2000px, 0, 0);
    }
  }
  .bounceOutRight {
    animation-name: bounceOutRight;
  }
  @keyframes bounceOutUp {
    20% {
      transform: translate3d(0, -10px, 0);
    }
    40%,45% {
      opacity: 1;
      transform: translate3d(0, 20px, 0);
    }
    100% {
      opacity: 0;
      transform: translate3d(0, -2000px, 0);
    }
  }
  .bounceOutUp {
    animation-name: bounceOutUp;
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .fadeIn {
    animation-name: fadeIn;
  }
  @keyframes fadeInDown {
    0% {
      opacity: 0;
      transform: translate3d(0, -100%, 0);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
  .fadeInDown {
    animation-name: fadeInDown;
  }
  @keyframes fadeInDownBig {
    0% {
      opacity: 0;
      transform: translate3d(0, -2000px, 0);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
  .fadeInDownBig {
    animation-name: fadeInDownBig;
  }
  @keyframes fadeInLeft {
    0% {
      opacity: 0;
      transform: translate3d(-100%, 0, 0);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
  .fadeInLeft {
    animation-name: fadeInLeft;
  }
  @keyframes fadeInLeftBig {
    0% {
      opacity: 0;
      transform: translate3d(-2000px, 0, 0);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
  .fadeInLeftBig {
    animation-name: fadeInLeftBig;
  }
  @keyframes fadeInRight {
    0% {
      opacity: 0;
      transform: translate3d(100%, 0, 0);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
  .fadeInRight {
    animation-name: fadeInRight;
  }
  @keyframes fadeInRightBig {
    0% {
      opacity: 0;
      transform: translate3d(2000px, 0, 0);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
  .fadeInRightBig {
    animation-name: fadeInRightBig;
  }
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translate3d(0, 100%, 0);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
  .fadeInUp {
    animation-name: fadeInUp;
  }
  @keyframes fadeInUpBig {
    0% {
      opacity: 0;
      transform: translate3d(0, 2000px, 0);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
  .fadeInUpBig {
    animation-name: fadeInUpBig;
  }
  @keyframes fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  .fadeOut {
    animation-name: fadeOut;
  }
  @keyframes fadeOutDown {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      transform: translate3d(0, 100%, 0);
    }
  }
  .fadeOutDown {
    animation-name: fadeOutDown;
  }
  @keyframes fadeOutDownBig {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      transform: translate3d(0, 2000px, 0);
    }
  }
  .fadeOutDownBig {
    animation-name: fadeOutDownBig;
  }
  @keyframes fadeOutLeft {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      transform: translate3d(-100%, 0, 0);
    }
  }
  .fadeOutLeft {
    animation-name: fadeOutLeft;
  }
  @keyframes fadeOutLeftBig {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      transform: translate3d(-2000px, 0, 0);
    }
  }
  .fadeOutLeftBig {
    animation-name: fadeOutLeftBig;
  }
  @keyframes fadeOutRight {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      transform: translate3d(100%, 0, 0);
    }
  }
  .fadeOutRight {
    animation-name: fadeOutRight;
  }
  @keyframes fadeOutRightBig {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      transform: translate3d(2000px, 0, 0);
    }
  }
  .fadeOutRightBig {
    animation-name: fadeOutRightBig;
  }
  @keyframes fadeOutUp {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      transform: translate3d(0, -100%, 0);
    }
  }
  .fadeOutUp {
    animation-name: fadeOutUp;
  }
  @keyframes fadeOutUpBig {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      transform: translate3d(0, -2000px, 0);
    }
  }
  .fadeOutUpBig {
    animation-name: fadeOutUpBig;
  }
  @keyframes flip {
    0% {
      transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
      animation-timing-function: ease-out;
    }
    40% {
      transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
      animation-timing-function: ease-out;
    }
    50% {
      transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
      animation-timing-function: ease-in;
    }
    80% {
      transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
      animation-timing-function: ease-in;
    }
    100% {
      transform: perspective(400px);
      animation-timing-function: ease-in;
    }
  }
  .animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip;
  }
  @keyframes flipInX {
    0% {
      transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      animation-timing-function: ease-in;
      opacity: 0;
    }
    40% {
      transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      animation-timing-function: ease-in;
    }
    60% {
      transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
      opacity: 1;
    }
    80% {
      transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
      transform: perspective(400px);
    }
  }
  .flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX;
  }
  @keyframes flipInY {
    0% {
      transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      animation-timing-function: ease-in;
      opacity: 0;
    }
    40% {
      transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
      animation-timing-function: ease-in;
    }
    60% {
      transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
      opacity: 1;
    }
    80% {
      transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    100% {
      transform: perspective(400px);
    }
  }
  .flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY;
  }
  @keyframes flipOutX {
    0% {
      transform: perspective(400px);
    }
    30% {
      transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      opacity: 1;
    }
    100% {
      transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      opacity: 0;
    }
  }
  .flipOutX {
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
  }
  @keyframes flipOutY {
    0% {
      transform: perspective(400px);
    }
    30% {
      transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
      opacity: 1;
    }
    100% {
      transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      opacity: 0;
    }
  }
  .flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY;
  }
  @keyframes lightSpeedIn {
    0% {
      transform: translate3d(100%, 0, 0) skewX(-30deg);
      opacity: 0;
    }
    60% {
      transform: skewX(20deg);
      opacity: 1;
    }
    80% {
      transform: skewX(-5deg);
      opacity: 1;
    }
    100% {
      transform: none;
      opacity: 1;
    }
  }
  .lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out;
  }
  @keyframes lightSpeedOut {
    0% {
      opacity: 1;
    }
    100% {
      transform: translate3d(100%, 0, 0) skewX(30deg);
      opacity: 0;
    }
  }
  .lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in;
  }
  @keyframes rotateIn {
    0% {
      transform-origin: center;
      transform: rotate3d(0, 0, 1, -200deg);
      opacity: 0;
    }
    100% {
      transform-origin: center;
      transform: none;
      opacity: 1;
    }
  }
  .rotateIn {
    animation-name: rotateIn;
  }
  @keyframes rotateInDownLeft {
    0% {
      transform-origin: left bottom;
      transform: rotate3d(0, 0, 1, -45deg);
      opacity: 0;
    }
    100% {
      transform-origin: left bottom;
      transform: none;
      opacity: 1;
    }
  }
  .rotateInDownLeft {
    animation-name: rotateInDownLeft;
  }
  @keyframes rotateInDownRight {
    0% {
      transform-origin: right bottom;
      transform: rotate3d(0, 0, 1, 45deg);
      opacity: 0;
    }
    100% {
      transform-origin: right bottom;
      transform: none;
      opacity: 1;
    }
  }
  .rotateInDownRight {
    animation-name: rotateInDownRight;
  }
  @keyframes rotateInUpLeft {
    0% {
      transform-origin: left bottom;
      transform: rotate3d(0, 0, 1, 45deg);
      opacity: 0;
    }
    100% {
      transform-origin: left bottom;
      transform: none;
      opacity: 1;
    }
  }
  .rotateInUpLeft {
    animation-name: rotateInUpLeft;
  }
  @keyframes rotateInUpRight {
    0% {
      transform-origin: right bottom;
      transform: rotate3d(0, 0, 1, -90deg);
      opacity: 0;
    }
    100% {
      transform-origin: right bottom;
      transform: none;
      opacity: 1;
    }
  }
  .rotateInUpRight {
    animation-name: rotateInUpRight;
  }
  @keyframes rotateOut {
    0% {
      transform-origin: center;
      opacity: 1;
    }
    100% {
      transform-origin: center;
      transform: rotate3d(0, 0, 1, 200deg);
      opacity: 0;
    }
  }
  .rotateOut {
    animation-name: rotateOut;
  }
  @keyframes rotateOutDownLeft {
    0% {
      transform-origin: left bottom;
      opacity: 1;
    }
    100% {
      transform-origin: left bottom;
      transform: rotate3d(0, 0, 1, 45deg);
      opacity: 0;
    }
  }
  .rotateOutDownLeft {
    animation-name: rotateOutDownLeft;
  }
  @keyframes rotateOutDownRight {
    0% {
      transform-origin: right bottom;
      opacity: 1;
    }
    100% {
      transform-origin: right bottom;
      transform: rotate3d(0, 0, 1, -45deg);
      opacity: 0;
    }
  }
  .rotateOutDownRight {
    animation-name: rotateOutDownRight;
  }
  @keyframes rotateOutUpLeft {
    0% {
      transform-origin: left bottom;
      opacity: 1;
    }
    100% {
      transform-origin: left bottom;
      transform: rotate3d(0, 0, 1, -45deg);
      opacity: 0;
    }
  }
  .rotateOutUpLeft {
    animation-name: rotateOutUpLeft;
  }
  @keyframes rotateOutUpRight {
    0% {
      transform-origin: right bottom;
      opacity: 1;
    }
    100% {
      transform-origin: right bottom;
      transform: rotate3d(0, 0, 1, 90deg);
      opacity: 0;
    }
  }
  .rotateOutUpRight {
    animation-name: rotateOutUpRight;
  }
  @keyframes hinge {
    0% {
      transform-origin: top left;
      animation-timing-function: ease-in-out;
    }
    20%,60% {
      transform: rotate3d(0, 0, 1, 80deg);
      transform-origin: top left;
      animation-timing-function: ease-in-out;
    }
    40%,80% {
      transform: rotate3d(0, 0, 1, 60deg);
      transform-origin: top left;
      animation-timing-function: ease-in-out;
      opacity: 1;
    }
    100% {
      transform: translate3d(0, 700px, 0);
      opacity: 0;
    }
  }
  .hinge {
    animation-name: hinge;
  }
  @keyframes rollIn {
    0% {
      opacity: 0;
      transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
  .rollIn {
    animation-name: rollIn;
  }
  @keyframes rollOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
  }
  .rollOut {
    animation-name: rollOut;
  }
  @keyframes zoomIn {
    0% {
      opacity: 0;
      transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
      opacity: 1;
    }
  }
  .zoomIn {
    animation-name: zoomIn;
  }
  @keyframes zoomInDown {
    0% {
      opacity: 0;
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  .zoomInDown {
    animation-name: zoomInDown;
  }
  @keyframes zoomInLeft {
    0% {
      opacity: 0;
      transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  .zoomInLeft {
    animation-name: zoomInLeft;
  }
  @keyframes zoomInRight {
    0% {
      opacity: 0;
      transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  .zoomInRight {
    animation-name: zoomInRight;
  }
  @keyframes zoomInUp {
    0% {
      opacity: 0;
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  .zoomInUp {
    animation-name: zoomInUp;
  }
  @keyframes zoomOut {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
      transform: scale3d(0.3, 0.3, 0.3);
    }
    100% {
      opacity: 0;
    }
  }
  .zoomOut {
    animation-name: zoomOut;
  }
  @keyframes zoomOutDown {
    40% {
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    100% {
      opacity: 0;
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
      transform-origin: center bottom;
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  .zoomOutDown {
    animation-name: zoomOutDown;
  }
  @keyframes zoomOutLeft {
    40% {
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    100% {
      opacity: 0;
      transform: scale(0.1) translate3d(-2000px, 0, 0);
      transform-origin: left center;
    }
  }
  .zoomOutLeft {
    animation-name: zoomOutLeft;
  }
  @keyframes zoomOutRight {
    40% {
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    100% {
      opacity: 0;
      transform: scale(0.1) translate3d(2000px, 0, 0);
      transform-origin: right center;
    }
  }
  .zoomOutRight {
    animation-name: zoomOutRight;
  }
  @keyframes zoomOutUp {
    40% {
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    100% {
      opacity: 0;
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
      transform-origin: center bottom;
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  .zoomOutUp {
    animation-name: zoomOutUp;
  }
  @keyframes slideInDown {
    0% {
      transform: translate3d(0, -100%, 0);
      visibility: visible;
    }
    100% {
      transform: translate3d(0, 0, 0);
    }
  }
  .slideInDown {
    animation-name: slideInDown;
  }
  @keyframes slideInLeft {
    0% {
      transform: translate3d(-100%, 0, 0);
      visibility: visible;
    }
    100% {
      transform: translate3d(0, 0, 0);
    }
  }
  .slideInLeft {
    animation-name: slideInLeft;
  }
  @keyframes slideInRight {
    0% {
      transform: translate3d(100%, 0, 0);
      visibility: visible;
    }
    100% {
      transform: translate3d(0, 0, 0);
    }
  }
  .slideInRight {
    animation-name: slideInRight;
  }
  @keyframes slideInUp {
    0% {
      transform: translate3d(0, 100%, 0);
      visibility: visible;
    }
    100% {
      transform: translate3d(0, 0, 0);
    }
  }
  .slideInUp {
    animation-name: slideInUp;
  }
  @keyframes slideOutDown {
    0% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      visibility: hidden;
      transform: translate3d(0, 100%, 0);
    }
  }
  .slideOutDown {
    animation-name: slideOutDown;
  }
  @keyframes slideOutLeft {
    0% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      visibility: hidden;
      transform: translate3d(-100%, 0, 0);
    }
  }
  .slideOutLeft {
    animation-name: slideOutLeft;
  }
  @keyframes slideOutRight {
    0% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      visibility: hidden;
      transform: translate3d(100%, 0, 0);
    }
  }
  .slideOutRight {
    animation-name: slideOutRight;
  }
  @keyframes slideOutUp {
    0% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      visibility: hidden;
      transform: translate3d(0, -100%, 0);
    }
  }
  .slideOutUp {
    animation-name: slideOutUp;
  }
}
/*================================================================
 980px以下
================================================================*/
/*================================================================
 768px以下
================================================================*/
/*================================================================
 480px以下
================================================================*/
/*================================================================
 その他の細かい調整
================================================================*/
@media (max-width: 640px) and (max-width: 640px) {
  html {
    font-size: 62.5%;
  }
}
@media (max-width: 640px) and (max-width: 560px) {
  html {
    font-size: 50%;
  }
}
@media (max-width: 640px) and (max-width: 480px) {
  html {
    font-size: 40.625%;
  }
}
@media (max-width: 640px) and (max-width: 415px) {
  html {
    font-size: 37.5%;
  }
}
@media (max-width: 640px) and (max-width: 320px) {
  html {
    font-size: 31.25%;
  }
}
@media (max-width: 640px) and (max-width: 240px) {
  html {
    font-size: 25%;
  }
}
@media (max-width: 640px) and (max-width: 160px) {
  html {
    font-size: 18.75%;
  }
}
@media (max-width: 640px) {
  html,
  body {
    width: 100%;
    min-width: initial;
    min-width: 100%;
  }

  .m-form {
    padding-top: 0;
    width: 100%;
  }
  .m-form img {
    width: 100%;
    height: auto;
  }
  .m-form .progress {
    margin-top: 6.25%;
    margin-bottom: 4.6875%;
  }
  .m-form .text {
    margin-top: 4.6875%;
    margin-bottom: 4.6875%;
    line-height: 1.4285714286;
    font-size: 2.8rem;
  }
  .m-form .form-area span {
    position: absolute;
    top: 15%;
  }
  .m-form .form-area span.option {
    top: 58%;
  }
  .m-form .form-area .errMsg {
    position: static;
  }

  .m-contents-inner {
    padding-right: 6.25%;
    padding-left: 6.25%;
  }

  .progress {
    margin-top: 4.6875%;
    margin-bottom: 4.6875%;
  }

  .form-area {
    padding-bottom: 12.5%;
    width: 100%;
  }

  .form-item:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.7);
  }
  .form-item input,
  .form-item textarea {
    box-sizing: border-box;
    border-radius: 0.2em;
    padding: .5em;
  }
  .form-item .form-label {
    background-image: url(../img/dummy.png);
  }
  .form-item .form-input {
    margin: 0;
    width: 100%;
    background-image: url(../img/dummy.png);
  }
  .form-item em {
    display: inline;
  }
  .form-item.text {
    margin: 0;
  }
  .form-item .option {
    background-image: url(../img/dummy.png);
  }
  .form-item.name em {
    display: inline;
  }
  .form-item.operation li, .form-item.clinic li {
    margin-top: 0;
    font-size: 2.6rem;
    letter-spacing: -.05em;
  }
  .form-item.operation li:first-child, .form-item.clinic li:first-child {
    margin-top: 0;
  }
  .form-item.history li {
    display: table-cell;
    margin-right: 0;
  }
  .form-item .full {
    box-sizing: border-box;
    width: 100%;
  }

  .item-inner {
    box-sizing: border-box;
    padding: 1em 6.25%;
    font-size: 3.2rem;
  }

  form .errbg {
    background: none;
  }

  .button {
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    padding-top: 6.25%;
    width: 80%;
  }
  .button li {
    border: 0;
    background: none;
  }
  .button li input {
    width: 100%;
    height: auto;
  }
  .button li:last-child {
    border: 0;
    background: none;
  }
  .button .inquiry-confirmation,
  .button .monitor-confirmation {
    margin: 0 auto;
    width: 100%;
  }
  .button .inquiry-confirmation:hover > *,
  .button .monitor-confirmation:hover > * {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  .button .back {
    width: 60%;
    height: auto;
  }
  .button .back:hover > * {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  .button .send {
    float: none;
    margin-top: 2.5%;
    width: 100%;
    height: auto;
  }

  .address {
    display: block;
    width: 100%;
  }
  .address .term {
    box-sizing: border-box;
    padding: .8em;
    display: block;
    width: 100%;
    font-size: 2.6rem;
  }
  .address .description {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: .8em;
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
  }

  .attention {
    width: 100%;
    padding: 1em;
  }
  .attention .attention-title {
    margin-bottom: .6em;
    font-size: 2.5rem;
  }
  .attention .attention-text {
    font-size: 2.5rem;
  }
  .attention .attention-list {
    font-size: 2.4rem;
  }

  .go-top {
    margin-top: 9.375%;
    margin-bottom: 14.0625%;
    width: 80%;
    height: auto;
  }
  .go-top:hover > * {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  .confirmation .form-item.email .form-input, .confirmation .form-item.tel .form-input {
    font-size: 4.2rem;
  }
}
