﻿@charset "utf-8";

/* Reset-----------------------------------------------------------*/

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
big,
code,
em,
font,
img,
small,
strong,
ol,
ul,
li,
form,
label,
table,
tr,
th,
td,
dl,
dd,
dt,
article,
aside,
footer,
header,
menu,
nav,
section,
summary,
textarea,
main,
figure,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

i {
  font-style: normal;
}

.clx:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clx {
  display: block;
}

* html .clx {
  height: 1%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  -webkit-text-size-adjust: none;
  -webkit-touch-callout: none;
}

a {
  outline: none;
  /*text-decoration: none;*/
}

iframe {
  border: none;
}

ul,
ol {
  list-style: none;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  font: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  font: 10px 'ヒラギノ角ゴ ProN W6', 'HiraKakuProN-W6', '游ゴシック', "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, 'Droid Sans', sans-serif;
  font-weight: 500;
  *font-size: small;
  *font: x-small;
  color: #000;
  letter-spacing: 0.05rem;
  background: #fff;
  height: 100%;
}


/* common -----------------------------------------------------------*/

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.flt_l {
  float: left;
}

.flt_r {
  float: right;
}

a {
  color: #000;
}


/* inner -------------------------------------*/

.inner {
  width: 960px;
  margin: 0 auto;
  position: relative;
}


/* header -------------------------------------*/

#header {
  width: 100%;
  height: 55px;
  position: fixed;
  z-index: 900;
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  font-size: 1rem;
}

#header h1 {
  position: absolute;
  left: 0;
  top: 19px;
  padding: 0;
}

#header h1 svg {
  width: 82px;
  height: 15px;
}

#header h1 a {
  width: 82px;
  display: inline-block;
  vertical-align: middle;
}

#header h1 span {
  display: inline-block;
  margin: 0 0 0 15px;
}

#nav {
  position: absolute;
  right: 0;
  top: 21px;
  text-align: right;
}

#nav #gnav li {
  display: inline;
  border-left: 1px solid #010101;
}

#nav #gnav li:first-child {
  border-left: none;
}

#nav #gnav li a {
  display: inline-block;
  padding: 0 8px 0 10px;
}


/* footer -------------------------------------*/

#footer {
  text-align: left;
  background: #e7e7e7;
  color: #3c3c3c;
}

#footer .inner {
  padding: 4rem 0;
  display: table;
}

#footer .inner .flogo {
  display: table-cell;
  width: 230px;
}

#footer .inner .flogo img {
  width: 157px;
}

#footer .inner .info {
  display: table-cell;
  font-size: 1.2rem;
  vertical-align: top;
  letter-spacing: 0;
}

#footer a {
  color: #084894;
}

#footer .copy {
  font-size: 1.1rem;
}

@media screen and (max-width:420px) {
  .flt_l {
    float: none;
  }

  .flt_r {
    float: none;
  }

  /* header -------------------------------------*/
  #header {
    display: none;
  }

  /* inner -------------------------------------*/
  .inner {
    width: 100vw;
  }

  /* footer -------------------------------------*/
  #footer {
    text-align: center;
  }

  #footer .inner {
    padding: 3.5vh 0 1vh;
    width: auto;
    margin: 0 3vw;
    display: block;
  }

  #footer .inner .flogo {
    display: block;
    width: 100%;
    margin: 0 0 2rem;
  }

  #footer .inner .flogo img {
    width: 40vw;
  }

  #footer .inner .info {
    display: block;
    font-size: 3vw;
  }

  #footer .inner .info p {
    line-height: 2;
  }

  #footer a {
    color: #084894;
  }

  #footer .copy {
    font-size: 2.5vw;
  }
}


/* form -------------------------------------*/

.contents_ {
  width: 980px;
  margin: 0 auto;
  padding-top: 110px;
  font-size: 120%;
}

#step {
  margin-bottom: 20px;
  padding-bottom: 10px;
}

#step up {
  width: 750px;
}

#step li {
  display: inline-block;
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 300px;
  height: 50px;
  margin-right: 30px;
  padding-left: 10px;
  color: #fff;
  position: relative;
  font-size: 12px;
  text-align: center;
  line-height: 50px;
  background: #ccc;
}

#step li:last-child {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 300px;
  margin-right: 0;
  padding-left: 10px;
}

#step li strong {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  padding-top: 1px;
  background: #fff;
  color: #ccc;
  text-align: center;
  line-height: 24px;
}

#step li span {
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-left: 25px solid #ccc;
  border-bottom: 25px solid transparent;
  display: block;
  position: absolute;
  top: 0;
  right: -25px;
  text-indent: -9999px;
}

#step li:last-child span {
  right: -23px;
}

.ISMS_text {
  border: 5px solid #f3f3f3;
  padding: 20px;
  clear: both;
  margin: 20px 0 40px;
}

.attention_ {
  border: 5px solid #f3f3f3;
  padding: 20px;
  clear: both;
  margin: 0 0 80px;
}

h1 {
  padding: 30px 0;
}

th {
  padding: 20px 30px 0 15px;
}

table#table5 {
  text-align: left;
}


table#table14 {
  text-align: left;
}


.questionnaire_box_ h3>span {
  background: #cdbe44 !important;
  padding: 1px 3px;
  margin-left: 5px;
}

.questionnaire_box_ {
  padding: 25px 0;
  border-bottom: 3px solid #f3f3f3;
}

.questionnaire_box_:nth-child(6) {
  padding: 40px 0;
  border-bottom: 3px solid #f3f3f3;
  font-size: 20px;
  font-weight: bold;
}

.questionnaire_box_:nth-child(14) {
  padding: 40px 0;
  border-bottom: 3px solid #f3f3f3;
  font-size: 20px;
  font-weight: bold;
}


.questionnaire_box_:nth-child(14) {
  padding: 30px 0;
  border-bottom: 3px solid #f3f3f3;
}

.questionnaire_box_:nth-child(10),
.questionnaire_box_:nth-child(13),
.questionnaire_box_:nth-child(20) {
  border-bottom: none !important;
}

.questionnaire_box_:nth-child(11) {
  border-bottom: 3px solid #f3f3f3 !important;
}

.questionnaire_box_:nth-child(22) {
  padding: 15px 0;
}

.questionnaire_box_content_:nth-child(2) {
    display: block;
    padding-top: 50px;
}

.desc_ {
  line-height: 1.5;
  padding: 10px 0;
}

.questionnaire_box_ h3 {
  display: inline-block;
  width: 200px;
  border-left: 3px solid #e9a387;
  padding-left: 10px;
  padding-right: 10px;
}

.questionnaire_box_content_ {
  display: inline-block;
  width: 700px;
  vertical-align: middle;
}

.questionnaire_box_content_ textarea {
  border: 1px solid #ccc;
}

.questionnaire_box_ h3>span {
  background: #ff0000;
  padding: 1px 3px;
  margin-left: 5px;
}

.questionnaire_box_ h3>span:before {
  content: "必須";
  color: #fff;
  font-size: 80%;
}

.questionnaire_confirm_ tr {
  padding: 20px 0;
  border-bottom: 3px solid #f3f3f3;
  display: block;
}

.questionnaire_confirm_ th {
  display: inline-block;
  width: 200px;
  border-left: 3px solid #e9a387;
  padding-left: 10px;
  text-align: left;
}

.questionnaire_confirm_ td {
  display: inline-block;
  width: 700px;
}


.questionnaire_box_content_ .text-app {
  padding-left: 30px;
  font-size: 13px;
}


.must_ {
  display: none;
}

#table_tel {
  display: inline-block;
  width: 700px;
  vertical-align: middle;
}

#table_tel th {
  display: none;
}

#table_mail {
  display: inline-block;
  width: 700px;
  vertical-align: middle;
}

#table_mail th {
  display: none;
}

#btnSingle {
  text-align: center;
  padding: 30px 0;
}

#btnSingle input:hover {
  opacity: 0.7;
}

.formError {
  right: auto !important;
}

p.error_ {
  color: #ff0000;
  font-weight: bold;
}

.submit_ {
  text-align: center;
  padding: 30px 0;
}

.submit_ li {
  display: inline-block;
  margin: 0 20px;
}

.submit_ li input:hover {
  opacity: 0.7;
}

p.thanks_txt_ {
  text-align: center;
  font-size: 170%;
}

.back_top_ {
  text-align: center;
}

.back_top_ a {
  font-size: 1.8rem;
  font-weight: bold;
  background: #e9a387;
  color: #fff;
  display: inline-block;
  padding: 2rem 9rem;
  border-radius: 5rem;
  position: relative;
  margin: 30px 0 120px;
}

.back_top_ a:after {
  position: absolute;
  content: "";
  margin: 0.8rem 1rem 0;
  width: 7px;
  height: 7px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.back_top_ a:hover {
  opacity: 0.7;
}


/* common -------------------------------------*/

#main {
  text-align: center;
  font-size: 1.7rem;
}

#main h2 {
  margin: 0 0 3.5rem;
  font-size: 2.8rem;
}

#main h2 img {
  vertical-align: baseline;
  padding: 0 10px 0 0;
  width: 200px;
}

#main h2 small {
  font-size: 2.2rem;
}

p {
  /*padding: 0 0 2rem;*/
  line-height: 1.6;
}


/* #home -------------------------------------*/

#home {
  width: 100%;
  position: relative;
  background: url(../img/bg01.jpg) top center no-repeat;
  background-size: 100% auto;
  transition: .3s;
}

#home .visual {
  height: 47vw;
  min-height: 550px;
  max-height: 820px;
}

#home .visual h2 {
  padding: 20vw 0 0;
  width: 340px;
  margin: 0 auto 20px;
}

#home .visual h2 img {
  padding: 0;
  width: 340px;
}

#home .visual .txt {
  font-size: 3.8rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.2rem;
}

#home .visual .txt img {
  width: 54px;
  margin: 0 10px 0 0;
  vertical-align: middle;
}

#home .visual .txt small {
  font-size: 3rem;
}

#home .bg {
  background: #fff;
  position: relative;
  height: 300px;
}

#home .bg .cloud {
  position: absolute;
  top: -10vw;
  left: 0;
  width: 100%;
  background: url(../img/bg02.png) top center no-repeat;
  background-size: 1654px auto;
  z-index: 2;
}

#home .bg .cloud ul {
  padding: 17px 0 0;
}

#home .bg .cloud ul li {
  float: left;
  width: 287px;
  margin: 0 49.5px 0 0;
  color: #3c3c3c;
  font-weight: bold;
  position: relative;
}

#home .bg .cloud ul li:before {
  position: absolute;
  content: "";
  top: 110px;
  right: -45px;
  width: 65px;
  height: 44px;
  background: url(../img/arrow01.png) top center no-repeat;
  background-size: contain;
}

#home .bg .cloud ul li:last-child {
  margin: 0;
}

#home .bg .cloud ul li:last-child:before {
  background: none;
  position: static;
}

#home .bg .cloud ul li img {
  padding: 0 0 20px;
}

#home .bg .cloud ul li span {
  box-shadow: 0 -0.8rem 0 #ff0 inset;
}


/* #case -------------------------------------*/

#case hr {
  border: none;
  height: 6px;
  margin: 0;
  width: 100%;
  background: url(../img/bg04.png)repeat;
}

#case ul {
  display: table;
  padding: 40px 0;
  width: 100%;
}

#case li {
  display: table-cell;
  vertical-align: middle;
}


/* #howto -------------------------------------*/

#howto {}

#howto .inner {
  padding: 7% 0;
}

#howto h2 svg {
  width: 200px;
  height: 40px;
  margin: 0 10px 0 0;
}

#howto ul {
  display: table;
  position: relative;
  table-layout: fixed;
  width: 100%;
}

#howto ul li {
  display: table-cell;
  vertical-align: top;
  width: 33.333333%;
  border-right: 1px dotted #c8c8c8;
  padding: 10px 10px 0;
  color: #505050;
  font-weight: bold;
  position: relative;
}

#howto ul li:first-child {
  border-left: 1px dotted #c8c8c8;
}

#howto ul li:before {
  position: absolute;
  content: "";
  top: 80px;
  left: -25px;
  width: 53px;
  height: 35px;
  background: url(../img/arrow02.png) top center no-repeat;
  background-size: contain;
}

#howto ul li:first-child:before {
  background: none;
  position: static;
}

#howto ul li:first-child:after {
  position: absolute;
  content: "";
  top: 220px;
  left: 80px;
  width: 275px;
  height: 205px;
  border-right: 3px solid #e9a387;
  border-bottom: 3px solid #e9a387;
}

#howto ul li img[src*="no"] {
  height: 36px;
}

#howto ul li .txt {
  height: 9rem;
}

#howto ul li .img {
  position: relative;
}

#howto ul li .img img {
  max-width: 100%;
}

#howto ul li .img span {
  position: absolute;
  bottom: -20px;
  left: 80px;
  width: 200px;
  text-align: left;
}

#howto .scroll {
  position: relative;
}

#howto .attention {
  display: none;
}


/* #spec -------------------------------------*/

#spec {
  background: url(../img/bg03.jpg) top center no-repeat fixed;
  background-size: cover;
}

#spec .inner {
  padding: 7% 0 5%;
}

#spec h2 {
  color: #fff;
}

#spec h2 svg {
  width: 200px;
  height: 40px;
  margin: 0 10px 0 0;
  fill: #fff;
}

#spec ul {}

#spec ul li {
  float: left;
  width: 220px;
  height: 220px;
  padding: 45px 0 0;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  text-align: center;
  color: #fff;
  z-index: 100;
  margin: 0 0 25px 26px;
  font-size: 1.2rem;
}

#spec ul li:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  border-radius: 50%;
  width: 212px;
  height: 212px;
  border: 4px solid rgba(255, 255, 255, 0.4);
  background: rgba(66, 105, 121, 0.6);
  z-index: -1;
  display: block;
}

#spec ul li:nth-child(4n+1) {
  margin: 0 0 25px 0;
}

#spec ul li h3 {
  font-size: 2.4rem;
  margin: 0 0 20px;
}

#spec ul li h3 span {
  font-size: 1.5rem;
  display: block;
}


/* #contact -------------------------------------*/

#contact {
  background: url(../img/bg04.png) top center repeat;
}

#contact .inner {
  padding: 4% 0;
}

#contact p {
  padding: 0;
}

#contact .btn {
  padding: 0 0 1rem;
}

#contact .btn a {
  font-size: 1.8rem;
  font-weight: bold;
  background: #e9a387;
  color: #fff;
  display: inline-block;
  padding: 2rem 9rem;
  border-radius: 5rem;
  position: relative;
}

#contact .btn a:after {
  position: absolute;
  content: "";
  margin: 0.8rem 1rem 0;
  width: 7px;
  height: 7px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#contact .btn a:hover {
  background: #d6896a;
}

#contact p.txt {
  font-size: 2rem;
  line-height: 1.2;
}

#contact p.txt svg {
  width: 22px;
  height: 20px;
  fill: #959595;
  vertical-align: middle;
}

#contact p.txt span {
  display: block;
  font-weight: bold;
}

#contact p.txt small {
  font-size: 1.3rem;
}

@media screen and (max-width:1050px) {
  #home {
    background-size: 105% auto;
  }

  #home .visual {
    height: 49vw;
  }
}

@media screen and (max-width:420px) {

  /* common -------------------------------------*/
  #main {
    text-align: center;
    font-size: 1.7rem;
  }

  #main h2 {
    margin: 0 0 3.5rem;
    font-size: 2.8rem;
  }

  #main h2 img {
    vertical-align: baseline;
    padding: 0 10px 0 0;
    width: 200px;
  }

  #main h2 small {
    font-size: 2.2rem;
  }

  p {
    padding: 0 0 2rem;
    line-height: 1.6;
  }

  /* #home -------------------------------------*/
  #home {
    background: url(../img/bg01_sp.jpg) top center no-repeat;
    background-size: 100% auto;
  }

  #home .visual {
    height: 55vh;
    min-height: auto;
    max-height: auto;
  }

  #home .visual h2 {
    padding: 20vh 0 0;
    width: 65vw;
    margin: 0 auto 2vh;
  }

  #home .visual h2 img {
    width: 100%;
  }

  #home .visual .txt {
    font-size: 4vw;
  }

  #home .visual .txt img {
    width: 7vw;
    margin: 0 2vw 0 0;
    vertical-align: middle;
  }

  #home .visual .txt small {
    font-size: 3.2vw;
  }

  #home .bg {
    background: #fff;
    position: relative;
    height: auto;
  }

  #home .bg .cloud {
    position: relative;
    top: -13vw;
    background: url(../img/bg02_sp.png) top center no-repeat;
    background-size: 100% auto;
  }

  #home .bg .cloud ul {
    padding: 0 0 0;
  }

  #home .bg .cloud ul li {
    float: none;
    width: 88%;
    margin: 0 auto 6rem;
    font-size: 5vw;
  }

  #home .bg .cloud ul li:before {
    position: absolute;
    content: "";
    top: auto;
    bottom: -4.5rem;
    right: 45%;
    width: 45px;
    height: 30px;
    background: url(../img/arrow01.png) top center no-repeat;
    background-size: contain;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  #home .bg .cloud ul li:last-child {
    margin: 0 auto;
  }

  #home .bg .cloud ul li img {
    padding: 0 0 2rem;
  }

  #home .bg .cloud ul li span {
    box-shadow: 0 -0.8rem 0 #ff0 inset;
  }

  /* #case -------------------------------------*/
  #case hr {}

  #case ul {
    display: block;
    padding: 2rem 0;
    width: 90%;
    margin: auto;
  }

  #case li {
    display: inline-block;
    vertical-align: middle;
    padding: 2rem 1rem;
    width: 47%;
  }

  /* #howto -------------------------------------*/
  #howto {}

  #howto .inner {
    padding: 8vh 0;
    margin: 0;
  }

  #howto h2 svg {
    width: 40vw;
    height: 4.5vh;
    margin: 0;
  }

  #howto .scroll {
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  #howto .scroll:before {
    position: absolute;
    content: "";
    top: 80px;
    right: -25px;
    width: 53px;
    height: 35px;
    background: url(../img/arrow02.png) top center no-repeat;
    background-size: contain;
    -webkit-animation: 4s 0s ease infinite both;
    animation: 4s 0s ease infinite both;
  }

  #howto ul {
    display: table;
    position: relative;
    table-layout: fixed;
    width: 300%;
  }

  #howto ul li {
    display: table-cell;
    vertical-align: top;
    width: 33.333333%;
    border-right: 1px dotted #c8c8c8;
    padding: 10px 10px 0;
    color: #505050;
    font-weight: bold;
    position: relative;
  }

  #howto ul li:first-child {
    border-left: 1px dotted #c8c8c8;
  }

  #howto ul li:before {
    position: absolute;
    content: "";
    top: 80px;
    left: -25px;
    width: 53px;
    height: 35px;
    background: url(../img/arrow02.png) top center no-repeat;
    background-size: contain;
  }

  #howto ul li:first-child:before {
    background: none;
    position: static;
  }

  #howto ul li:first-child:after {
    top: 220px;
    left: 95px;
    width: 325px;
    height: 245px;
  }

  #howto ul li img[src*="no"] {
    height: 36px;
  }

  #howto ul li .txt {
    height: 9rem;
  }

  #howto ul li .img {
    position: relative;
  }

  #howto ul li .img img {
    max-width: 100%;
  }

  #howto ul li .img span {
    bottom: -10px;
    left: 120px;
  }

  @keyframes scrollAct {
    0% {
      opacity: 0;
      margin-left: 0;
    }

    70% {
      opacity: 1;
      margin-left: 0.5rem;
    }

    100% {
      opacity: 0;
      margin-left: 0.5rem;
    }
  }

  #howto .attention {
    display: block;
    padding: 0 3rem 2rem;
    font-size: 1.2rem;
    font-weight: bold;
    position: relative;
  }

  #howto .attention:after {
    position: absolute;
    content: "";
    margin: 0.5rem 0.1rem 0;
    width: 7px;
    height: 7px;
    border-top: 3px solid #e9a387;
    border-right: 3px solid #e9a387;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    animation: scrollAct 1.5s 1s ease infinite;
  }

  /* #spec -------------------------------------*/
  #spec {
    background: url(../img/bg03_sp.jpg) top center no-repeat;
    background-size: cover;
  }

  #spec .inner {
    padding: 8vh 0 6vh;
  }

  #spec h2 svg {
    width: 40vw;
    height: 4.5vh;
    margin: 0;
  }

  #spec ul {
    width: auto;
    margin: 0 3vw;
  }

  #spec ul li {
    float: left;
    width: 45vw;
    height: 43vw;
    padding: 5.7vh 0 0;
    margin: 0 0 4vh 4vw;
    font-size: 2.7vw;
    letter-spacing: 0;
  }

  #spec ul li:before {
    border-radius: 50%;
    width: 43vw;
    height: 43vw;
    border: 3px solid rgba(255, 255, 255, 0.4);
  }

  #spec ul li:nth-child(4n+1) {
    margin: 0 0 4vh 4vw;
  }

  #spec ul li:nth-child(2n+1) {
    margin: 0 0 4vh 0;
  }

  #spec ul li h3 {
    font-size: 4vw;
    margin: 0 0 1rem;
  }

  #spec ul li h3 span {
    font-size: 3vw;
  }

  /* #contact -------------------------------------*/
  #contact .inner {
    padding: 6vh 0;
  }

  #contact p {
    padding: 0;
  }

  #contact .btn {
    padding: 0 0 1rem;
    position: fixed;
    bottom: 0;
    z-index: 9999;
  }

  #contact .btn a {
    font-size: 5vw;
    padding: 2.5vh 11vw;
    margin: 0 5vw;
  }

  #contact .btn a:after {
    margin: 1rem 0.5rem 0;
  }

  #contact .btn a:hover {
    background: #d6896a;
  }

  #contact p.txt {
    font-size: 6.8vw;
    line-height: 1;
  }

  #contact p.txt svg {
    width: 20px;
    height: 24px;
  }

  #contact p.txt small {
    font-size: 3.5vw;
  }
}

#footer .inner .info p.footer_link_ {
  display: inline-block;
  margin-right: 20px;
}