@charset "utf-8";

/**
 * Version: 1.0.0
 */

/* **************************************************
	CSS Redefine
************************************************** */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

body {
  width: 100%;
  height: 100%;
  color: #000000;
  font-size: 14px;
  line-height: 23px;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium",
    YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  padding: 0;
  margin: 0;
  background-color: #000000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

input,
button,
select,
textarea {
  border: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a,
a:visited,
a:active {
  text-decoration: underline;
}

a:hover,
a img:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
button:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a.disable:hover,
a.disable img:hover,
input[type="button"].disable:hover,
input[type="submit"].disable:hover,
button.disable:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

input:-internal-autofill-selected {
background-color:#000 !important;
color:#cccccc !important;
}
/*Change text in autofill textbox*/
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #000 inset;
    -webkit-text-fill-color: #cccccc !important;
}
:focus-ring{
outline: none;
}
:focus-visible{
outline:none;
}
/* **************************************************
	Common
************************************************** */
.wrap {
  width: 100%;
  padding: 0;
  margin: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

#wrapper {
  position: relative;
  padding: 0;
  margin: 0;
}

.container {
  position: relative;
  width: 100%;
  padding: 50px 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}

.inner,
.inner_ {
  width: 100%;
  padding: 0;
  margin: 0;
}

@media (min-width: 768px) {
  .wrap {
    min-width: 1011px;
  }

  #wrapper {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .container {
    padding: 0;
  }

  .inner {
    min-width: 1011px;
    margin: 0 auto;
  }
}

/* 見出し
---------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

/* **************************************************
	header
************************************************** */
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 50px;
  z-index: 9999;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

header .h_inner {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #1b1b1b;
}

header.h_top {
  background: url;
}

header.scroll_on {
  background: #ffffff;
}

header .h_inner .hi_left {
  float: left;
}

header .h_inner .hi_left img {
  width: auto;
  height: 50px;
}

header .h_inner .hi_right {
  float: left;
  white-space: nowrap;
}

header .h_inner .hi_button {
  float: right;
}

header .h_inner .hi_button img {
  position: relative;
  top: 13px;
  right: 69px;
  width: auto;
  height: 25px;
}

@media (min-width: 768px) {
  header {
    min-width: 1011px;
    height: 64px;
    background: #1b1b1b;
  }

  header .h_inner {
    margin: 0 auto;
    width: 995px;
  }

  header .h_inner .hi_left {
    padding-right: 43px;
  }

  header .h_inner .hi_left img {
    width: auto;
    height: 64px;
  }

  header .h_inner .hi_right {
    padding-top: 5px;
  }

  header .h_inner .hi_button img {
    top: 18px;
    right: 0;
    width: 148px;
    height: 26px;
  }
}

/* **************************************************
	グローバルメニュー
************************************************** */
/* グロナビを開いている間背景を固定するクラス */
.bg_fixed {
  overflow: hidden;
  right: 0;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
}

.bg_fixed .black-bg {
  opacity: 0.8;
  visibility: visible;
}

.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: #4d4d4d80;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  cursor: pointer;
}

/*グロナビ（スマホ用グロナビ）*/
#global-nav {
  position: fixed;
  right: 0;
  width: 287px;
  height: 100%;
  background: #000000;
  z-index: 1;
}

#global-nav.hidden {
  display: none;
}

#global-nav .ul_gnav {
  display: block;
  padding: 107px 40px 0;
  text-align: left;
}

#global-nav .ul_gnav li {
  display: block;
  padding-bottom: 50px;
}

#global-nav .ul_gnav li a {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 0.05em;
  color: #cccccc;
  border-bottom: 1px solid #cccccc;
  display: block;
  text-decoration: none;
  height: 28px;
}

@media (min-width: 768px) {
  #global-nav {
    display: block;
    position: static;
    width: auto;
    height: 100%;
    background: none;
  }

  #global-nav .ul_gnav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    height: 100%;
    margin: 0 0 0 auto;
  }

  #global-nav .ul_gnav li {
    display: inline-block;
    border: none;
    padding: 8px 0 12px 27px;
  }

  #global-nav .ul_gnav li a {
    height: initial;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    display: inline-block;
    border: none;
    text-decoration: none;
  }
}

/* トグル(三)ボタン */
#gn-toggle {
  position: fixed;
  height: 50px;
  top: 0;
  right: 0;
  z-index: 9999;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#gn-toggle img {
  position: relative;
  float: right;
}

#gn-toggle img.img-open {
  top: 13px;
  right: 21px;
  width: auto;
  height: 23px;
  display: block;
}

#gn-toggle img.img-close {
  top: 15px;
  right: 27px;
  width: auto;
  height: 22px;
  display: none;
}

#gn-toggle._nav_open img.img-open {
  display: none;
}

#gn-toggle._nav_open img.img-close {
  display: block;
}

/* **************************************************
	footer
************************************************** */
footer {
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0;
  background: #000000;
  border-top: 1px solid #ffffff;
  z-index: 1;
}

footer .copyright {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #cccccc;
  border-top: none;
  padding-top: 15px;
}

@media (min-width: 768px) {
  footer {
    width: 100%;
    height: 55px;
    border-top: 2px solid #ffffff;
    min-width: 1011px;
  }
}

/* ローディング
---------------------------------------- */
#loader-bg {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999;
}

#loading {
  position: absolute;
  left: 50%;
  top: 40%;
  margin-left: -16px;
}

/* 各項目header
---------------------------------------- */
.each_header {
  max-height: 100px;
}

.header_background {
  text-align: center;
  background: url("../img/title/header_background_sp.png");
  background-repeat: repeat-x;
  background-size: 100px 100px;
}

@media (min-width: 768px) {
  .each_header {
    max-height: 181px;
  }

  .header_background {
    background: url("../img/title/header_background_pc.png");
    background-size: 181px 181px;
  }

  #rental,
  #spec,
  #photo,
  #precautions,
  #company,
  #contact {
    margin-top: -64px;
    padding-top: 64px;
  }
}

/* 水平線
---------------------------------------- */
hr.horizon {
  height: 2px;
  background-color: #ffffff;
  width: 100%;
  border: none;
  margin-top: initial;
  margin-bottom: initial;
}

/* No attack no chance
---------------------------------------- */
.top_greeting {
  width: 100%;
  padding-bottom: 45px;
  margin: 0 auto;
  text-align: center;
  background-color: #000000;
}

@media (min-width: 768px) {
  .top_greeting {
    padding: 64px 0 0;
  }

  .top_greeting .inner {
    width: 100%;
    margin: 0 auto;
  }
}

/* レンタルマシンについて
---------------------------------------- */
.top_rental {
  width: 100%;
  padding-bottom: 99px;
  background-color: #000000;
}

.top_rental span {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  color: #cccccc;
  text-align: left;
  line-height: 26px;
}

.top_rental .top_rental_body .text_area1 {
  padding: 32px 33px 36px;
}

.top_rental .top_rental_body .text_area2 {
  padding: 41px 33px 36px;
}

.top_rental .top_rental_body .text_area3 {
  padding: 38px 33px 63px;
}

.top_rental .top_rental_body .picture_area {
  text-align: center;
  padding: 0 33px 0;
}

.top_rental .top_rental_body .picture_area .picture1 {
  width: 100%;
  min-height: 168px;
}

.top_rental .top_rental_body .picture_area .picture2 {
  width: 100%;
  min-height: 188px;
  padding-top: 22px;
}

.top_rental .top_rental_body .picture_area .picture3 {
  width: 100%;
  min-height: 228px;
}

@media (min-width: 768px) {
  .top_rental {
    padding: 36px 0 135px 0;
  }

  .top_rental_body {
    max-width: 999px;
    margin: 0 auto;
  }

  .top_rental span {
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
  }

  .top_rental span:first-letter {
    font-size: 48px;
    line-height: 44px;
    float: left;
    margin: 0px 4px;
  }

  .top_rental .top_rental_body .text_area1,
  .top_rental .top_rental_body .text_area2,
  .top_rental .top_rental_body .text_area3 {
    padding: 0;
    width: 484px;
  }

  .top_rental .top_rental_body .text_area1 {
    padding-top: 3px;
    margin-bottom: 48px;
    height: 288px;
    float: left;
  }

  .top_rental .top_rental_body .text_area2 {
    padding-top: 3px;
    margin-bottom: 81px;
    height: 263px;
    float: right;
    clear: both;
  }

  .top_rental .top_rental_body .text_area3 {
    height: 169px;
    float: left;
    clear: both;
  }

  .top_rental .picture_area {
    text-align: initial;
  }

  .top_rental .top_rental_body .picture_area1,
  .top_rental .top_rental_body .picture_area3 {
    text-align: right;
  }

  .top_rental .top_rental_body .picture_area2 {
    text-align: left;
  }

  .top_rental .top_rental_body .picture_area1 .picture1,
  .top_rental .top_rental_body .picture_area2 .picture2,
  .top_rental .top_rental_body .picture_area3 .picture3 {
    min-width: 484px;
    min-height: 266px;
  }

  .top_rental .top_rental_body .picture_area .picture2 {
    padding-top: initial;
  }
}

/* フォトギャラリー
---------------------------------------- */
.top_photo {
  width: 100%;
  padding: 15px 0 91px;
  margin: 0 auto;
  text-align: center;
  background-color: #000000;
}

.top_photo .body_photo {
  padding: 0 37px 0 36px;
}

.top_photo .body_photo .left_photo {
  float: left;
  clear: both;
}

.top_photo .body_photo .right_photo {
  float: right;
}

.top_photo .body_photo .left_photo,
.top_photo .body_photo .right_photo {
  width: 48%;
}

.top_photo .body_photo a {
  text-decoration: initial;
}

.top_photo .body_photo a img {
  max-width: 100%;
  padding-bottom: 11px;
}

.top_photo .icon {
  width: 9%;
  margin: 0 auto;
  clear: both;
  padding-top: 31px;
}

.top_photo .icon a img {
  max-width: 100%;
}

@media (min-width: 768px) {
  .top_photo {
    padding: 36px 0 107px;
  }

  .top_photo .body_photo {
    margin: 0 auto;
    padding: 0;
    max-width: 1011px;
  }

  .top_photo .body_photo .photorow {
    width: 100%;
    padding-bottom: 18px;
  }

  .top_photo .body_photo a img {
    max-width: 100%;
    padding: 0 18px 9px 0;
  }

  .top_photo .body_photo a img.row_last {
    padding-right: 0;
  }

  .top_photo .icon {
    width: 49px;
    height: 49px;
    padding-top: 13px;
  }
}

/* スペック
---------------------------------------- */

.top_spec {
  width: 100%;
  padding: 45px 0 107px 0;
  background-color: #000000;
}

.top_spec .background {
  padding-left: 16px;
  background: url("../img/spec_picture_sp.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom center;
  height: 524px;
}

.top_spec .background table {
  margin: 0 auto;
}

.top_spec th {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  color: #cccccc;
  text-align: left;
  line-height: 26px;
}

.top_spec .th_left {
  width: 156px;
  height: 46px;
}

@media (min-width: 768px) {
  .top_spec {
    padding: 6px 0 116px 0;
  }

  .top_spec .background {
    margin-left: -21px;
    padding-left: 0;
    background: url("../img/spec_picture_pc.png");
    background-repeat: no-repeat;
    background-size: 1000px 536px;
    background-position: bottom center;
    height: 595px;
  }

  .top_spec th {
    font-size: 24px;
    line-height: 39px;
  }

  .top_spec .th_left {
    width: 360px;
    height: 66px;
  }
}

/* お問い合わせ
---------------------------------------- */
.top_contact_mail {
  width: 100%;
  padding: 22px 35px 78px 36px;
  background-color: #000000;
}

.top_contact_mail .form p {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  color: #cccccc;
  text-align: left;
  line-height: 22px;
}

.top_contact_mail .form input,
textarea {
  width: 100%;
  color: #cccccc;
  background-color: #000000;
  border-radius: 0;
}

.top_contact_mail .form input {
  height: 39px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 17px;
}

.top_contact_mail .form textarea {
  min-height: 262px;
  border: 1px solid #cccccc;
  margin-bottom: 17px;
  padding:5px 10px;
  resize:vertical;
}

.top_contact_mail .form .policy_inner {
  height: 262px;
  border: 1px solid #cccccc;
  overflow-y: scroll;
  line-height: 24px;
  font-size: 14px;
  padding: 15px 15px;
}

.top_contact_mail .form .policy_inner .policy_text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 14px;
  color: #cccccc;
  text-align: left;
  line-height: 26px;
}

p.consent_check {
  padding-top: 30px;
  padding-bottom: 15px;
}

p.consent_check input[type="checkbox"] {
  display: none;
}

p.consent_check span.checkbox_text {
  position: relative;
  display: inline-block;
  padding: 0 0 0 35px;
  cursor: pointer;
  font-size: 14px;
  line-height: 26px;
  font-weight: bold;
}

p.consent_check span.checkbox_text::before {
  /* チェック前 */
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background-color: #cccccc;
  border: solid 1px #cccccc;
  border-radius: 4px;
}

p.consent_check span.checkbox_text::after {
  position: absolute;
  content: "";
  top: 7px;
  left: 6px;
  width: 13px;
  height: 8px;
  border-left: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

p.consent_check input[type="checkbox"]:checked + span.checkbox_text::before {
  /* チェック後 */
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background-color: #2079cd;
  border: solid 1px #cccccc;
  border-radius: 4px;
}

p.consent_check input[type="checkbox"]:checked + span.checkbox_text::after {
  position: absolute;
  content: "";
  top: 7px;
  left: 6px;
  width: 13px;
  height: 8px;
  border-left: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.top_contact_mail .contact_button_area {
  text-align: center;
  padding-top: 49px;
}

.top_contact_mail .contact_button_area .contact_button {
  height: 46px;
  max-width: 218px;
  max-height: 46px;
  border-bottom: none;
  background-image: url("../img/icon/btn_contact_us_sp2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.top_contact_mail
  .contact_button_area
  .contact_button[id="imageConfirm_sp"][disabled],
.top_contact_mail
  .contact_button_area
  .contact_button[id="imageConfirm_pc"][disabled] {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: default;
}

@media (min-width: 768px) {
  .top_contact_mail {
    padding: 35px 0 2px 0;
  }

  .top_contact_mail .form p {
    font-size: 14px;
    line-height: 23px;
  }

  .top_contact_mail .form {
    width: 531px;
    margin: 0 auto;
  }

  .top_contact_mail .form input {
    margin-bottom: 46px;
    height: 37px;
  }

  .top_contact_mail .form input,
  textarea {
    width: 531px;
  }

  .top_contact_mail .form .textarea_title {
    padding-bottom: 14px;
  }

  .top_contact_mail .form textarea {
    min-height: 148px;
    margin-bottom: 40px;
    padding:10px;
  }

  .top_contact_mail .form .policy_title {
    padding-bottom: 16px;
  }

  .top_contact_mail .form .policy_inner {
    height: 148px;
  }

  .top_contact_mail .contact_button_area {
    padding-top: 43px;
  }

  .top_contact_mail .contact_button_area .contact_button {
    background-image: url("../img/icon/btn_contact_us_pc2.png");
    min-width: 265px;
    min-height: 46px;
  }
}

/* 会社概要
---------------------------------------- */
.top_company {
  width: 100%;
  padding: 46px 44px 83px 45px;
  background-color: #000000;
}

.top_company table {
  margin: 0 auto;
}

.top_company th {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  color: #cccccc;
  text-align: left;
  line-height: 26px;
}

.top_company th a {
  color: #cccccc;
}

.top_company .th_left {
  width: 91px;
  height: 36px;
}

.top_company .th_left.c_location {
  width: 91px;
  height: 84px;
}

@media (min-width: 768px) {
  .top_company {
    padding: 0 0 121px 0;
  }

  .top_company .th_left {
    width: 208px;
    height: 56px;
  }

  .top_company .th_left.c_location {
    height: 56px;
  }
}

/*	料金・注意事項
---------------------------------------- */
.top_precautions {
  width: 100%;
  padding: 50px 36px 167px 36px;
  margin: 0 auto;
  background-color: #000000;
}

.top_precautions .Fee .titlerow {
  line-height: 26px;
}

.top_precautions .Fee .Moneyrow {
  padding-top: 7px;
  padding-bottom: 30px;
}

.top_precautions .Precautions {
  padding-top: 60px;
}

.top_precautions .Precautions .titlerow2 {
  padding-bottom: 13px;
}

.top_precautions .subrow {
  padding-bottom: 7px;
}

.top_precautions p {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  color: #cccccc;
  text-align: left;
  line-height: 24px;
}

@media (min-width: 768px) {
  .top_precautions {
    padding: 0 0 114px 108px;
  }

  .top_precautions .Fee {
    margin: 0 auto;
    max-width: 653px;
  }

  .top_precautions .Fee .Moneyrow {
    padding-top: 6px;
    padding-bottom: 25px;
  }

  .top_precautions .Precautions {
    padding-top: 103px;
    margin: 0 auto;
    max-width: 653px;
  }

  .top_precautions .subrow {
    padding-bottom: 0;
  }

  .top_precautions p {
    line-height: 26px;
  }
}

/*	送信内容の確認
---------------------------------------- */
.mail_confirm {
  width: 100%;
  padding: 0 20px 50px;
  margin: 0;
  background-color: #000000;
}

.mail_confirm.error {
  height: 100%;
  min-height: 100vh;
  min-height: -webkit-calc(100vh - 330px);
  min-height: calc(100vh - 100px);
}

.mail_confirm .inner {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .mail_confirm {
    padding: 0;
    margin-top: 64px;
  }

  .mail_confirm.error {
    min-height: 100vh;
    min-height: -webkit-calc(100vh - 220px);
    min-height: calc(100vh - 119px);
    padding: 0;
  }

  .mail_confirm .inner {
    width: 1011px;
    padding: 0 145px;
    margin: 0 auto;
  }
}

.mail_confirm .hl {
  display: inline-block;
  width: 100%;
  font-size: 30px;
  line-height: 47px;
  vertical-align: top;
  font-weight: bold;
  text-align: center;
  color: #cccccc;
  padding: 24px 0 52px;
}

.mail_confirm .hl span {
  display: inline-block;
}

.mail_confirm .confirm_message {
  padding-bottom: 40px;
  font-size: 14px;
  margin: 0 auto;
  color: #cccccc;
}

.mail_confirm .error_messe {
  color: #f00;
}

table.confirm {
  width: 100%;
  margin-top: 0px;
}

table.confirm th {
  display: block;
  padding: 0;
  font-weight: bold;
  text-align: left;
  font-size: 14px;
  color: #cccccc;
}

table.confirm td {
  display: block;
  width: 100%;
  min-height: 40px;
  margin-bottom: 22px;
  padding: 8px 0 9px;
  border-bottom: solid 1px #ffffff;
  background-color: #000000;
  color: #cccccc;
  font-size: 14px;
}

@media (min-width: 768px) {
  .mail_confirm .hl {
    padding: 40px 0 60px;
  }

  .mail_confirm .hl span {
    display: inline;
  }

  .mail_confirm .confirm_message {
    font-size: 16px;
    padding-bottom: 60px;
  }

  table.confirm th {
    font-size: 16px;
  }

  table.confirm td {
    min-height: 50px;
    padding: 12px 0 12px;
    font-size: 16px;
  }
}

.mail_confirm .inner .submit {
  padding-top: 20px;
  text-align:center;
}

.mail_confirm .inner .submit .btnBack {
  width: 130px;
  height: 35px;
  background-color: #000000;
  color: #ffffff;
  border: solid 1px #ffffff;
  margin-right: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 25px;
  flex-grow: 0;
  flex-shrink: 1;
  margin-right: 10px;
}

.mail_confirm .inner .submit .btnContact {
  width: 130px;
  height: 35px;
  background-color: #2079cd;
  color: #ffffff;
  margin-right: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 25px;
  flex-grow: 0;
  flex-shrink: 1;
  margin-right: 0;
}

@media (min-width: 768px) {
  .mail_confirm .inner .submit {
    padding-bottom: 40px;
  }
}

/*	送信完了
---------------------------------------- */
.mail_complete_page {
  min-height: 100vh;
  position: relative;
  padding-bottom: 50px;
  box-sizing: border-box;
  background-color: #000000;
}

.mail_complete {
  width: 100%;
  height: 100%;
  padding: 0 15px;
  margin: 0;
}

.mail_complete .inner {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .mail_complete_page {
    padding-bottom: 55px;
  }

  .mail_complete {
    padding: 0;
    margin-top: 64px;
  }

  .mail_complete .inner {
    width: 1011px;
    padding: 0 145px;
    margin: 0 auto;
  }
}

.mail_complete .hl {
  display: inline-block;
  width: 100%;
  font-size: 30px;
  line-height: 47px;
  vertical-align: top;
  font-weight: bold;
  text-align: center;
  color: #cccccc;
  padding: 24px 0 52px;
}

.mail_complete .h4 {
  color: #cccccc;
}

.mail_complete .hl span {
  display: inline-block;
}

.mail_complete .txt_msg {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
  font-size: 14px;
  color: #cccccc;
}

.mail_complete p.return_top {
  margin: 0;
  padding: 50px 0;
  text-align: center;
}

.mail_complete p.return_top a {
  display: block;
  width: 220px;
  height: 50px;
  margin: 0 auto;
  background: #2079cd;
  color: #fff;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
  border-radius: 25px;
}

@media (min-width: 768px) {
  .mail_complete .hl {
    padding: 40px 0 60px;
  }

  .mail_complete .hl span {
    display: inline;
  }

  .mail_complete .txt_msg {
    font-size: 16px;
  }

  .mail_complete p.return_top {
    margin: 0;
    padding: 50px 0 90px;
    text-align: center;
  }

  .mail_complete p.return_top a {
    width: 320px;
    font-size: 20px;
  }
}

.mail_complete_footer {
  position: absolute;
  bottom: 0;
}

/* **************************************************
	404ページ
************************************************** */
.not_page {
  min-height: 100vh;
  position: relative;
  padding-bottom: 50px;
  box-sizing: border-box;
  background-color: #000000;
}

.not_found {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  min-height: -webkit-calc(100vh - 330px);
  min-height: calc(100vh - 330px);
  padding: 0 15px;
  margin: 0;
}

.not_found .inner {
  width: 100%;
  padding: 40px 0 60px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .not_page {
    padding-bottom: 55px;
  }

  .not_found {
    padding: 0;
    min-height: 100vh;
    min-height: -webkit-calc(100vh - 220px);
    min-height: calc(100vh - 220px);
  }

  .not_found .inner {
    width: 1011px;
    min-height: 680px;
    padding: 60px 145px 90px;
    margin: 0 auto;
  }
}

.not_found p {
  padding-top: 50px;
  text-align: center;
  font-size: 14px;
  color: #cccccc;
}

.not_found p.return_top a {
  display: block;
  width: 280px;
  height: 50px;
  margin: 20px auto 0;
  background: #2079cd;
  color: #ffffff;
  font-size: 18px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
  border-radius: 25px;
}

@media (min-width: 768px) {
  .not_found p {
    font-size: 16px;
  }

  .not_found p.return_top a {
    width: 320px;
  }
}

.not_footer {
  position: absolute;
  bottom: 0;
}
