@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700;900&display=swap");
html, body, div, span, main, header, footer, section, ::before, ::after,
h1, h2, h3, h4, h5, h6, p, a, img,
dl, dt, dd, ol, ul, li,
table, caption, tr, th, td,
input, button, textarea, select, option {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

img {
  vertical-align: bottom;
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0;
  -webkit-backface-visibility: hidden;
  max-width: 100%;
  height: auto;
}

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

a {
  color: inherit;
  text-decoration: none;
  outline: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

select,
textarea,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="submit"],
input[type="radio"],
button {
  -webkit-appearance: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  border-radius: 0;
}

textarea:focus,
input:focus {
  outline: none;
}

.wrap_1200, .footer_inner, .cmn_contact_inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  .wrap_1200, .footer_inner, .cmn_contact_inner {
    width: 84%;
  }
}
.wrap_1200, .footer_inner, .cmn_contact_inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  .wrap_1200, .footer_inner, .cmn_contact_inner {
    width: 84%;
  }
}
/* ========================================

common

======================================== */
.jp_r {
  font-weight: 400;
}

.jp_b {
  font-weight: 700;
}

.jp_bl {
  font-weight: 900;
}

.p_hover a:hover {
  opacity: 0.6;
}

.svg.c_white svg {
  fill: #fff;
}
.svg.c_black svg {
  fill: #000;
}

.img-fit {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.img-fit::before {
  width: 100%;
  height: 0;
  content: '';
  display: block;
  padding-top: 60%;
  position: relative;
}
.img-fit img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: 50% 50%;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.replace_img {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}

.l_tel {
  pointer-events: none;
}

@media screen and (max-width: 800px) {
  .l_tel {
    pointer-events: auto;
  }
}
/* ========================================

button

======================================== */
.link_line {
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 12px;
}
.link_line a {
  padding: 0 4px 4px;
  border-bottom: 1px solid #000;
}

.btn_line {
  font-size: 35.4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn_line a {
  color: #fff;
  display: block;
  position: relative;
  padding: 14px 20px 20px;
  background-color: #897970;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn_line a::before, .btn_line a::after {
  width: 100%;
  height: 2px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  background-color: #fff;
}
.btn_line a::before {
  top: 2px;
}
.btn_line a::after {
  bottom: 2px;
}

@media screen and (max-width: 800px) {
  .link_line {
    font-size: 13px;
  }

  .btn_line {
    font-size: 15px;
  }
  .btn_line a {
    padding: 8px 10px 10px;
  }
  .btn_line a::before, .btn_line a::after {
    height: 1px;
  }
}
body {
  color: #000;
  font-family: "Noto Serif JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","MS PGothic","MS Pゴシック",sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  min-width: 1300px;
}

main {
  padding-top: 200px;
}

@media screen and (min-width: 800px) {
  .pc_off {
    display: none !important;
  }
}
@media screen and (max-width: 800px) {
  body {
    min-width: 320px;
  }

  main {
    padding-top: 90px;
  }

  .sp_off {
    display: none !important;
  }
}
a:hover {
  opacity: 0.7;
}

/* ========================================

header

======================================== */
.header {
  width: 100%;
  min-width: 1300px;
  position: fixed;
  top: 0;
  left: 0;
  margin-bottom: 90px;
  background-color: #fff;
  z-index: 1000;
}
.header::after {
  width: 90%;
  max-width: 1270px;
  height: 1px;
  content: '';
  display: block;
  margin: 0 auto;
  background-color: #ccc;
}
.header_inner {
  width: 100%;
  max-width: 1270px;
  position: relative;
  margin: 0 auto;
  padding: 20px 0 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.header .logo {
  width: 358px;
}
.header .navigation {
  font-size: 18.4px;
  margin-bottom: 10px;
}
.header .navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .navigation ul li:not(:last-of-type) {
  margin-right: 1em;
}
.header .navigation ul li.corolle a {
  color: #fff;
  width: 132px;
  height: 40px;
  display: block;
  position: relative;
  padding-bottom: 2px;
  background-color: #897970;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .navigation ul li.corolle a::before, .header .navigation ul li.corolle a::after {
  width: 100%;
  height: 2px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  background-color: #fff;
}
.header .navigation ul li.corolle a::before {
  top: 2px;
}
.header .navigation ul li.corolle a::after {
  bottom: 2px;
}
.header .navigation ul li.cuvic a {
  color: #fff;
  width: 100px;
  height: 40px;
  display: block;
  position: relative;
  padding-bottom: 2px;
  background-color: #009097;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .navigation ul li.cuvic a::before, .header .navigation ul li.cuvic a::after {
  width: 100%;
  height: 2px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  background-color: #fff;
}
.header .navigation ul li.cuvic a::before {
  top: 2px;
}
.header .navigation ul li.cuvic a::after {
  bottom: 2px;
}
.header .btn_nav {
  display: none;
}

@media screen and (max-width: 800px) {
  .header {
    min-width: 0;
    margin-bottom: 20px;
  }
  .header_inner {
    padding: 12px 4%;
  }
  .header .logo {
    width: 190px;
  }
  .header .navigation {
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    top: 71px;
    padding: 30px 0 50px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .header .navigation ul {
    display: block;
  }
  .header .navigation ul li:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .header .navigation ul li a {
    display: block;
  }
  .header .navigation ul li.corolle a {
    margin: 0 auto;
  }
  .header .navigation ul li.cuvic a {
    margin: 0 auto;
  }
  .header .btn_nav {
    text-align: center;
    cursor: pointer;
    width: 30px;
    display: block;
    position: absolute;
    top: 20px;
    right: 4%;
    z-index: 999;
  }
  .header .btn_nav .menu {
    height: 18px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 6px;
  }
  .header .btn_nav .menu .title {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .header .btn_nav .menu span,
  .header .btn_nav .menu span::before, .header .btn_nav .menu::before, .header .btn_nav .menu::after {
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    background: #897970;
    border-radius: 1px;
    -webkit-transition: all .2s;
    transition: all .2s;
    border-radius: 1.5px;
  }
  .header .btn_nav .menu span {
    top: calc(50% - 4px);
  }
  .header .btn_nav .menu span::before {
    top: calc(50% + 5px);
  }
  .header .btn_nav .menu span::before, .header .btn_nav .menu::before, .header .btn_nav .menu::after {
    content: '';
    position: absolute;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .header .btn_nav .menu::before {
    top: 0;
    -webkit-animation: btn_nav_top_sp_off 0.4s forwards;
            animation: btn_nav_top_sp_off 0.4s forwards;
  }
  .header .btn_nav .menu::after {
    top: calc(100% - 2px);
    -webkit-animation: btn_nav_bottom_sp_off 0.4s forwards;
            animation: btn_nav_bottom_sp_off 0.4s forwards;
  }
  body.nav_active .header .navigation {
    opacity: 1;
    visibility: visible;
    z-index: 1000;
  }
  body.nav_active .header .btn_nav span {
    opacity: 0;
  }
  body.nav_active .header .btn_nav .title {
    opacity: 0;
  }
  body.nav_active .header .btn_nav .menu::before {
    -webkit-animation: btn_nav_top_sp_on 0.4s forwards;
            animation: btn_nav_top_sp_on 0.4s forwards;
  }
  body.nav_active .header .btn_nav .menu::after {
    -webkit-animation: btn_nav_bottom_sp_on 0.4s forwards;
            animation: btn_nav_bottom_sp_on 0.4s forwards;
  }
}
@-webkit-keyframes btn_nav_top_sp_off {
  0% {
    top: calc(50% - 1px);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  50% {
    top: calc(50% - 1px);
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: calc(50% - 10px);
  }
}
@keyframes btn_nav_top_sp_off {
  0% {
    top: calc(50% - 1px);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  50% {
    top: calc(50% - 1px);
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: calc(50% - 10px);
  }
}
@-webkit-keyframes btn_nav_top_sp_on {
  0% {
    top: calc(50% - 10px);
  }
  50% {
    top: calc(50% - 1px);
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: calc(50% - 1px);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@keyframes btn_nav_top_sp_on {
  0% {
    top: calc(50% - 10px);
  }
  50% {
    top: calc(50% - 1px);
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: calc(50% - 1px);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@-webkit-keyframes btn_nav_bottom_sp_off {
  0% {
    top: calc(50% - 1px);
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  50% {
    top: calc(50% - 1px);
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: calc(50% + 8px);
  }
}
@keyframes btn_nav_bottom_sp_off {
  0% {
    top: calc(50% - 1px);
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  50% {
    top: calc(50% - 1px);
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: calc(50% + 8px);
  }
}
@-webkit-keyframes btn_nav_bottom_sp_on {
  0% {
    top: calc(50% + 8px);
  }
  50% {
    top: calc(50% - 1px);
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: calc(50% - 1px);
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@keyframes btn_nav_bottom_sp_on {
  0% {
    top: calc(50% + 8px);
  }
  50% {
    top: calc(50% - 1px);
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: calc(50% - 1px);
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
/* ========================================

footer

======================================== */
.footer {
  color: #fff;
  text-align: center;
  background-color: #897970;
}
.footer_inner {
  padding: 38px 0 45px;
}
.footer_info {
  font-size: 17px;
  line-height: 2;
  margin-bottom: 44px;
}
.footer_info span:not(:last-of-type) {
  margin-right: 1em;
}
.footer_nav {
  font-size: 18.4px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer_nav li {
  margin-bottom: 16px;
}
.footer_nav li:not(last-of-type) {
  margin-right: 1em;
}
.footer_nav li.corolle {
  color: #897970;
}
.footer_nav li.corolle a {
  padding: 2px 10px;
  background-color: #fff;
}
.footer_nav li.cuvic {
  color: #009097;
}
.footer_nav li.cuvic a {
  padding: 2px 10px;
  background-color: #fff;
}
.footer_nav li.instagram {
  width: 32px;
  margin-left: 10px;
}
.footer .logo {
  width: 231px;
  margin: 0 auto;
  margin-bottom: 44px;
}
.footer .copyright {
  font-size: 14.2px;
}

@media screen and (max-width: 800px) {
  .footer_inner {
    padding: 20px 0;
  }
  .footer_info {
    font-size: 10px;
    margin-bottom: 20px;
  }
  .footer_info .num .email {
    display: inline-block;
    width: 100%;
  }
  .footer_info .num a {
    color: inherit;
    text-decoration: none;
  }
  .footer_nav {
    font-size: 10px;
    margin-bottom: 0;
  }
  .footer_nav li {
    margin-bottom: 16px;
  }
  .footer_nav li.corolle {
    margin-top: 2px;
  }
  .footer_nav li.instagram {
    width: 18px;
    margin-left: 0;
  }
  .footer .logo {
    width: 120px;
    margin-bottom: 20px;
  }
  .footer .copyright {
    font-size: 10px;
  }
}
/* ========================================

cmn_link

======================================== */
.cmn_link {
  margin-bottom: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cmn_link .btn_corolle {
  width: 256px;
  margin-left: 80px;
}
.cmn_link .btn_cuvic {
  width: 304px;
  margin-left: 80px;
}

@media screen and (max-width: 800px) {
  .cmn_link {
    margin-bottom: 40px;
  }
  .cmn_link .btn_line {
    font-size: 10px;
  }
  .cmn_link .btn_corolle {
    width: 90px;
    margin-left: 20px;
  }
  .cmn_link .btn_cuvic {
    width: 101px;
    margin-left: 20px;
  }
}
/* ========================================

cmn_contact

======================================== */
.cmn_contact {
  margin: 135px 0 75px;
}
.cmn_contact h2 {
  font-size: 42.5px;
  font-weight: 900;
  margin-bottom: 35px;
}
.cmn_contact_flow {
  font-size: 18.4px;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cmn_contact_flow p:not(:last-of-type) {
  margin-right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cmn_contact_flow p:not(:last-of-type)::after {
  width: 44px;
  height: 13px;
  content: '';
  display: block;
  margin-left: 24px;
  margin-bottom: 8px;
  background-image: url(../img/common/cmn_contact_flow.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
}
.cmn_contact .txt {
  font-size: 14.2px;
  margin-bottom: 80px;
}
.cmn_contact ul {
  max-width: 1090px;
  margin-bottom: 30px;
}
.cmn_contact ul li {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cmn_contact ul li .term {
  font-size: 24px;
  width: 210px;
}
.cmn_contact ul li .term span {
  font-size: 14.2px;
  vertical-align: top;
  margin-left: 0.3em;
}
.cmn_contact ul li .item {
  font-size: 17px;
  letter-spacing: 0.1em;
  width: 880px;
}
.cmn_contact ul li .item input,
.cmn_contact ul li .item textarea {
  width: 100%;
  padding: 7.5px 15px;
  border: 1px solid #ccc;
}
.cmn_contact ul li .item textarea {
  height: 194px;
  line-height: 1.6;
  padding: 15px;
}
.cmn_contact .note {
  font-size: 15.6px;
  line-height: 2.17;
  margin-left: 210px;
  margin-bottom: 50px;
}
.cmn_contact .privacy {
  font-size: 18.4px;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
}
.cmn_contact .privacy label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cmn_contact .privacy label span {
  margin-left: 0.3em;
}
.cmn_contact .privacy .link a {
  display: inline-block;
  margin-top: 30px;
  padding: 12px 15px;
  border: 2px solid #000;
}
.cmn_contact .box_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cmn_contact .box_btn input {
  width: 92px;
  height: 42px;
  cursor: pointer;
  font-size: 21.2px;
  border-radius: 21px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cmn_contact .box_btn input:hover {
  opacity: 0.7;
}
.cmn_contact .box_btn .btn_submit input {
  color: #fff;
  background-color: #000;
}
.cmn_contact .box_btn .btn_back {
  margin-right: 50px;
}
.cmn_contact .box_btn .btn_back input {
  background-color: transparent;
  border: 1px solid #000;
}
.cmn_contact.confirm {
  margin-bottom: 120px;
}
.cmn_contact.confirm h2 {
  text-align: center;
  margin-bottom: 60px;
}
.cmn_contact.confirm .cmn_contact_flow {
  margin-bottom: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cmn_contact.confirm .cmn_contact_flow p:not(.current) {
  opacity: 0.5;
}
.cmn_contact.confirm .txt {
  font-size: 24px;
  text-align: center;
}
.cmn_contact.confirm .note {
  font-size: 24px;
  text-align: center;
  margin: 60px 0 0 0;
}
.cmn_contact.thanks {
  text-align: center;
  margin-bottom: 110px;
}
.cmn_contact.thanks h2 {
  margin-bottom: 90px;
}
.cmn_contact.thanks h3 {
  font-size: 24px;
  margin-bottom: 80px;
}
.cmn_contact.thanks .txt {
  font-size: 20px;
  line-height: 2;
}
.cmn_contact.thanks .btn_top a {
  font-size: 21px;
  width: 94px;
  height: 52px;
  display: block;
  margin: 0 auto;
  border: 2px solid #000;
  border-radius: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 800px) {
  .cmn_contact {
    margin: 40px 0;
  }
  .cmn_contact h2 {
    font-size: 15px;
    font-weight: 900;
    margin-bottom: 35px;
  }
  .cmn_contact_flow {
    font-size: 10px;
    margin-bottom: 25px;
  }
  .cmn_contact_flow p:not(:last-of-type) {
    margin-right: 12px;
  }
  .cmn_contact_flow p:not(:last-of-type)::after {
    width: 22px;
    height: 7px;
    margin-left: 12px;
    margin-bottom: 4px;
    background-size: contain;
  }
  .cmn_contact .txt {
    font-size: 10px;
    margin-bottom: 40px;
  }
  .cmn_contact ul {
    max-width: 1090px;
    margin-bottom: 20px;
  }
  .cmn_contact ul li {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cmn_contact ul li .term {
    font-size: 11px;
    width: 90px;
  }
  .cmn_contact ul li .term span {
    font-size: 10px;
  }
  .cmn_contact ul li .item {
    font-size: 10px;
    letter-spacing: 0.1em;
    width: calc(100% - 95px);
  }
  .cmn_contact ul li .item input,
  .cmn_contact ul li .item textarea {
    width: 100%;
    padding: 4px 10px;
    border: 1px solid #ccc;
  }
  .cmn_contact ul li .item textarea {
    height: 80px;
  }
  .cmn_contact .note {
    font-size: 10px;
    line-height: 2;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .cmn_contact .privacy {
    font-size: 10px;
    margin-bottom: 20px;
  }
  .cmn_contact .privacy .link a {
    margin-top: 15px;
    padding: 8px;
    border-width: 1px;
  }
  .cmn_contact .box_btn input {
    font-size: 10px;
    width: 40px;
    height: 26px;
  }
  .cmn_contact .box_btn .btn_back {
    margin-right: 30px;
  }
  .cmn_contact.confirm {
    margin-bottom: 40px;
  }
  .cmn_contact.confirm h2 {
    font-size: 18.4px;
    margin-bottom: 25px;
  }
  .cmn_contact.confirm .txt {
    font-size: 10px;
    margin-bottom: 25px;
  }
  .cmn_contact.confirm .cmn_contact_flow {
    margin-bottom: 20px;
  }
  .cmn_contact.confirm .note {
    font-size: 11px;
    margin: 30px 0 0 0;
  }
  .cmn_contact.thanks {
    margin-bottom: 40px;
  }
  .cmn_contact.thanks h2 {
    font-size: 18.4px;
    margin-bottom: 20px;
  }
  .cmn_contact.thanks h3 {
    font-size: 11px;
    margin-bottom: 30px;
  }
  .cmn_contact.thanks .txt {
    font-size: 10px;
    margin-bottom: 30px;
  }
  .cmn_contact.thanks .btn_top a {
    font-size: 12px;
    width: 45px;
    height: 25px;
    border-width: 1px;
  }
}

/*# sourceMappingURL=common.css.map */