@charset "UTF-8";
@import url('http://fonts.cdnfonts.com/css/canto');
html { font-size: 62.5%; }

body {
    /*font-family: '小塚ゴシック Pro L','Kozuka Gothic Pro Light',sans-serif;フォントのウェイトを指定するとFirefoxで認識できない*/
    font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
    font-size: 1.6rem;
    color: #000;
}

/* 画面外にいる状態 */
.fadein {
    opacity : 0.0;
    transform : translate(0, 40px);
    transition : all 1200ms;
}

/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

/*-- メインオレンジ　#e77f14 --*/
/*-- 薄グレー　#efefef --*/

/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*----------------------- PC -----------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/

@media screen and (min-width: 750px) {

/*----------------------   header   ----------------------*/

header#sp , #tab { display: none; }
header#pc {
  position: fixed; /* ヘッダーを固定する */
  top: 0; /* 上部から配置の基準位置を決める */
  left: 0; /* 左から配置の基準位置を決める */
  display: fixed;
  width: 100%;
  background-color: white;
  height: 120px;
  padding: 20px 0 0;
  z-index: 100;
}
header#pc .head_menu {
  display: fixed;
  width: 90vw;
  padding: 10px 0;
  margin: 0 auto;
  flex-direction: row;
  justify-content: space-around;
}
header#pc .head_menu .menu_box {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 20%;
}
header#pc .head_menu .menu_box.inner_menu { width: 55%; }
header#pc .head_menu .menu_box.contact {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 22%;
  height: 50px;
}
header#pc .head_menu .menu_box h1 {
  width: 10vw;
  margin: 0 auto;
  display: block;
}
header#pc .head_menu .menu_box p.logottl {
  font-size: 1.4rem;
  padding: 10px 0;
  letter-spacing: 1.1px;
  font-weight: normal;
}
header#pc .head_menu .menu_box h1 img {
  width: 100%;
  display: block;
}
header#pc .head_menu .menu_box ul { display: flex; }
header#pc .head_menu .menu_box.inner_menu ul li {
  display: inline-block;
  list-style: none;
  text-align: center;
  width: 8vw;
  height: 50px;
}
header#pc .head_menu .menu_box.inner_menu ul li.contact {
  display: inline-block;
  list-style: none;
  text-align: center;
  width: 13vw;
  height: 50px;
  font-weight: bold;
}
header#pc .head_menu .menu_box ul li {
  list-style: none;
  line-height: 50px;
}
header#pc .head_menu .menu_box ul li a {
  text-decoration: none;
  color: #000;
  transition: .3s;
  font-size: 1.4rem;
  font-weight: normal;
}
header#pc .head_menu .menu_box ul li a:hover {
  transition: .3s;
  opacity: .7;
}
header#pc .head_menu .menu_box ul li img {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  margin-left: 15px;
}
header#pc .head_menu .menu_box ul li a.contact {
  background-color: #e77f14;
  border: 2px solid #e77f14;
  color: white;
  padding: 10px 40px;
  border-radius: 30px;
  transition: .3s;
}
header#pc .head_menu .menu_box ul li a.contact:hover {
  background-color: white;
  border: 2px solid #e77f14;
  color: #e77f14;
  padding: 10px 40px;
  border-radius: 30px;
  transition: .3s;
}
header#pc .head_menu .menu_box ul li a.tel {
  font-size: 2.6rem;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 0 0 0 40px;
  background-image: url('../image/tel.png');
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 30px;
}
.basic-3 {
  background: linear-gradient(currentColor 0 0)
              bottom /var(--d, 0) 2px
              no-repeat;
  transition: 0.5s;
  padding-bottom: 8px;
}
.basic-3:hover { --d: 100%; }

/*----------------------   top   ----------------------*/

#top {
  width: 100%;
  margin: 0 auto;
  height: 250px;
  position:relative;
  color: #fff;
  background-color: #e77f14;
  display: table;
}
#top h3 {
  display: table-cell;
  vertical-align: middle;
  color: white;
  font-size: 3.8rem;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 300;
  text-align: center;
  padding-top: 150px;
}
#top h3 span{
  font-size: 1.8rem;
  padding-left: 20px;
  font-weight: 300;
}

/*----------------------   パンくず   ----------------------*/

.Breadcrumb {
  width: 70vw;
  display: block;
  margin: 0 auto;
  padding: 10px;
}
.Breadcrumb-ListGroup {
  display: flex;
  list-style: none;
}
.Breadcrumb-ListGroup-Item-Link[href] {
  color: #e77f14;
  text-decoration: none;
}
.Breadcrumb-ListGroup-Item-Link[href]:hover { opacity: 0.5; }
.Breadcrumb-ListGroup > * + * { margin-left: 0.5em; }
.Breadcrumb-ListGroup > * + *::before {
  content: ">";
  margin-left: 0.75em;
  margin-right: 0.75em;
}

/*----------------------   formWrap   ----------------------*/

#formWrap {
  display: block;
  width: 60vw;
  margin: 80px auto;
  position: relative;
  text-align: center;
}
#formWrap h2 {
  color: #0893dd;
  font-size: 2.8rem;
  padding-bottom: 40px;
}
#formWrap h2 span {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 3;
}
#formWrap p br.sp { display: none; }
#formWrap p {
  font-weight: 300;
  line-height: 2;
}
#formWrap form .formTable {
  display: block;
  width: 100%;
  margin: 50px auto;
}
#formWrap form .formTable th {
  width: 10vw;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 20px 0 0;
}
#formWrap form .formTable th span.blue {
  text-align: center;
  color: white;
  margin: 0 0 0 0;
  padding: 5px 15px;
  font-size: 1rem;
  background-color: #e77f14;
  border: 1px solid #e77f14;
  display: block;
  float: right;
}
#formWrap form .formTable th span.black {
  text-align: center;
  color: #333;
  margin: 0 0 0 0;
  padding: 5px 15px;
  font-size: 1rem;
  border: 1px solid #333;
  display: block;
  float: right;
}
#formWrap form .formTable td {
  padding: 10px 0;
  margin: 0;
  width: 50vw;
  display: inline-block;
  vertical-align: top;
}
#formWrap form .formTable input {
  width: 95%;
  height: 3em;
  border-style: none;
  border-radius: 8px;
  padding: 0 10px;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #ccc;
  font-size: 1.4rem;
}
#formWrap form .formTable textarea {
  width: 95%;
  padding: 10px;
  margin-left: 8px;
  display: block;
  height: 10em;
  border-style: none;
  border-radius: 8px;
  text-align: left;
  border: 1px solid #ccc;
  font-size: 1.4rem;
}
#formWrap form .privacy_policy {
  display: block;
  width: 60vw;
  margin: 10px auto 50px;
  background-color: #f5f5f5;
  border: #ccc 1px solid;
  border-radius: 10px;
  text-align: left;
  overflow-y: scroll;
}
#formWrap h3 {
  display: block;
  width: 60vw;
  margin: 0 auto;
  text-align: left;
}
#formWrap form .privacy_policy p {
  display: block;
  padding: 0 20px 20px;
  height: 180px;
  margin: 10px auto;
  font-size: 1.4rem;
}
#formWrap form .privacy_policy p span { font-weight: bold; }
input#mail_submit_button {
  width: 500px;
  height: 50px;
  border-radius: 20px;
  margin: 0;
  padding: 0;
  background-color: #e77f14;
  border: 1px solid #e77f14;
  color: white;
  text-align: center;
  transition: .3s;
  font-size: 1.6rem;
}
input#mail_submit_button:hover {
  background-color: white;
  color: #e77f14;
  border: 1px solid #e77f14;
  transition: .3s;
}

/*--------------------------------------------   footer   --------------------------------------------*/

footer {
  display: block;
  width: 100%;
  background: #e77f14;
  color: white;
  text-align: center;
  line-height: 1;
  font-size: 1.2rem;
  padding-bottom: 40px;
}
footer img {
  display: block;
  width: 250px;
  margin: 0 auto;
  padding: 100px 0 0;
}
footer .inner {
  display: fixed;
  width: 30vw;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  flex-direction: row;
  justify-content: space-around;
}
footer .inner img {
  width: 1.8vw;
  padding: 0;
}
footer .inner a {
  display: inline-block;
  padding: 0;
  margin: 30px 15px;
  transition: .3s;
  text-decoration: none;
}
footer .inner a:hover {
  transition: .3s;
  opacity: .7;
}

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 50px;
  bottom: -50px;
  background: #e77f14;
  border-radius: 50%;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  transition: .3s;
}
#page_top a:hover {
  transition: .3s;
  opacity: .7;
}
#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  content: '\f102';
  font-size: 2rem;
  color: #fff;
  position: absolute;
  width: 23px;
  height: 23px;
  top: -3px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#formWrap a.thanks_button {
  display: block;
  background-color: #e77f14;
  border: 2px solid #e77f14;
  color: white;
  padding: 15px 40px;
  border-radius: 30px;
  transition: .3s;
  text-decoration: none;
  width: 150px;
  margin: 50px auto;
}
#formWrap a.thanks_button:hover {
  background-color: white;
  border: 2px solid #e77f14;
  color: #e77f14;
  transition: .3s;
}

}

/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*----------------------- SP -----------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/

@media screen and (max-width: 749px) {

header#pc ,
#tab { display: none; }
/*　ハンバーガーメニューボタン　*/
.hamburger {
   display: block;
   position: fixed;
   z-index: 3;
   top: 15px;
   right: 20px;
   width: 35px;
   height: 35px;
   cursor: pointer;
   text-align: center;
   background-color: #e77f14;
   padding: 5px;
}
.hamburger span {
   display: block;
   position: absolute;
   width: 25px;
   height: 3px ;
   left: 10px;
   background: #fff;
   -webkit-transition: 0.3s ease-in-out;
   -moz-transition: 0.3s ease-in-out;
   transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) { top: 11px; }
.hamburger span:nth-child(2) { top: 21px; }
.hamburger span:nth-child(3) { top: 31px; }
/* スマホメニューを開いてる時のボタン */
.hamburger.active span:nth-child(1) {
   top: 16px;
   left: 11px;
   background: white;
   -webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
   top: 16px;
   background: white;
   -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   transform: rotate(45deg);
}
/* メニュー背景　*/
nav.globalMenuSp {
   position: fixed;
   z-index: 2;
   top: 0;
   left: 0;
   background-color: #e77f14;
   text-align: left;
   width: 100%;
   height: auto;
   transform: translateX(100%);
   transition: all 0.6s;
   font-size: 1.6rem;
   padding: 20px 0 50px;
}
nav.globalMenuSp ul {
   margin: 0 auto;
   padding: 0;
   width: 100%;
}
nav.globalMenuSp ul li {
   list-style-type: none;
   padding: 0;
   width: 80%;
   display: block;
   margin: 0 auto;
   transition: .4s all;
   border-bottom: 1px solid white;
}
nav.globalMenuSp ul li a {
   display: block;
   padding: 20px;
   color: white;
   text-decoration :none;
}
/* クリックでjQueryで追加・削除 */
nav.globalMenuSp.active {
   opacity: 100;
   display: block;
   transform: translateX(0%);
}

header#sp {
  position: fixed; /* ヘッダーを固定する */
  top: 0; /* 上部から配置の基準位置を決める */
  left: 0; /* 左から配置の基準位置を決める */
  display: fixed;
  width: 100%;
  background-color: white;
  height: 80px;
  padding: 0;
  z-index: 100;
}

header#sp .header h1 {
  width: 150px;
  padding: 15px 10px;
  margin: 0 auto 0 0;
  display: block;
}
header#sp .header h1 img {
  width: 100%;
  display: block;
}

/*----------------------   top   ----------------------*/

#top {
  width: 100%;
  margin: 0 auto;
  height: 250px;
  position:relative;
  color: #fff;
  background-color: #e77f14;
  display: table;
}
#top h3 {
  display: table-cell;
  vertical-align: middle;
  color: white;
  font-size: 3rem;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 300;
  text-align: center;
  padding-top: 80px;
}
#top h3 span{
  font-size: 1.8rem;
  font-weight: 300;
}

/*----------------------   パンくず   ----------------------*/

.Breadcrumb {
  width: 90vw;
  display: block;
  margin: 0 auto;
  padding: 10px;
  font-size: 1.4rem;
}
.Breadcrumb-ListGroup {
  display: flex;
  list-style: none;
}
.Breadcrumb-ListGroup-Item-Link[href] {
  color: #e77f14;
  text-decoration: none;
}
.Breadcrumb-ListGroup-Item-Link[href]:hover { opacity: 0.5; }
.Breadcrumb-ListGroup > * + * { margin-left: 0.5em; }
.Breadcrumb-ListGroup > * + *::before {
  content: ">";
  margin-left: 0.75em;
  margin-right: 0.75em;
}

/*----------------------   formWrap   ----------------------*/

#formWrap {
  display: block;
  width: 90vw;
  margin: 50px auto;
  position: relative;
  text-align: center;
}
#formWrap p {
  font-weight: 300;
  line-height: 1.75;
  text-align: left;
}
#formWrap p span.sp { font-size: 1.4rem; }
#formWrap p br.pc { display: none; }
#formWrap form .formTable {
  display: block;
  width: 100%;
  margin: 40px auto;
  padding: 0;
}
#formWrap form .formTable th {
  width: 95%;
  text-align: left;
  display: inline-block;
  margin: 0;
  padding: 20px 0 0;
}
#formWrap form .formTable th span.blue {
  text-align: center;
  color: white;
  margin: 0 0 5px 20px;
  padding: 5px 15px;
  font-size: 9px;
  background-color: #e77f14;
  border: 1px solid #e77f14;
  display: inline-block;
}
#formWrap form .formTable th span.black {
  text-align: center;
  color: #333;
  margin: 0 0 5px 20px;
  padding: 5px 15px;
  font-size: 9px;
  border: 1px solid #333;
  display: inline-block;
}
#formWrap form .formTable td {
  padding: 10px 0;
  margin: 0;
  width: 95%;
  display: inline-block;
  vertical-align: top;
}
#formWrap form .formTable input {
  width: 93%;
  height: 3em;
  border-style: none;
  border-radius: 8px;
  padding: 0 10px;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #ccc;
}
#formWrap form .formTable textarea {
  width: 93%;
  padding: 10px;
  margin-left: 0px;
  display: block;
  height: 10em;
  border-style: none;
  border-radius: 8px;
  text-align: left;
  border: 1px solid #ccc;
}
#formWrap form .privacy_policy {
  display: block;
  width: 93%;
  margin: 10px auto 50px;
  background-color: #f5f5f5;
  border: #ccc 1px solid;
  border-radius: 10px;
  text-align: left;
  overflow-y: scroll;
}
#formWrap h3 {
  display: block;
  width: 95%;
  margin: 0 auto;
  text-align: left;
}
#formWrap form .privacy_policy p {
  display: block;
  padding: 0 20px 20px;
  height: 180px;
  margin: 10px auto;
  text-align: left;
}
#formWrap form .privacy_policy p span { font-weight: bold; }
input#mail_submit_button {
  width: 100%;
  height: 50px;
  border-radius: 20px;
  margin: 0;
  padding: 0;
  background-color: #e77f14;
  border: 1px solid #e77f14;
  color: white;
  text-align: center;
  transition: .3s;
}
input#mail_submit_button:hover {
  background-color: white;
  color: #e77f14;
  border: 1px solid #e77f14;
  transition: .3s;
}

/*--------------------------------------------   footer   --------------------------------------------*/

footer {
  display: block;
  width: 100%;
  background: #e77f14;
  color: white;
  text-align: center;
  line-height: 1;
  padding-bottom: 40px;
}
footer img {
  display: block;
  width: 250px;
  margin: 0 auto;
  padding: 50px 0 0;
}
footer .inner {
  display: fixed;
  width: 80vw;
  margin: 40px auto;
  padding: 0;
  text-align: center;
  flex-direction: row;
  justify-content: space-around;
}
footer .inner img {
  width: 10vw;
  padding: 0;
}
footer .inner a {
  display: inline-block;
  padding: 0;
  margin: 30px;
  transition: .3s;
  text-decoration: none;
}
footer .inner a:hover {
  transition: .3s;
  opacity: .7;
}

#formWrap a.thanks_button {
  display: block;
  background-color: #e77f14;
  border: 2px solid #e77f14;
  color: white;
  padding: 15px 40px;
  border-radius: 30px;
  transition: .3s;
  text-decoration: none;
  width: 150px;
  margin: 50px auto;
}

}

/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*---------------------- TAB -----------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/

@media screen and (min-width:768px) and ( max-width:1200px) {

/*----------------------   header   ----------------------*/

header#pc,#sp { display: none; }
/*　ハンバーガーメニューボタン　*/

#tab {
  position: fixed;
  display: block;
  width: 100%;
  height: 100px;
  top: 0;
  z-index: 100;
  background-color: white;
}
#tab .header h1 {
  position: absolute;
  top: 20px;
  left: 50px;
  width: 200px;
  margin: 0;
  display: block;
}
#tab .header h1 img {
  width: 100%;
  display: block;
}
#tab .hamburger {
   display: block;
   position: fixed;
   z-index: 3;
   top: 25px;
   right: 30px;
   width: 40px;
   height: 40px;
   cursor: pointer;
   text-align: center;
   background-color: #e77f14;
   padding: 5px;
}
#tab .hamburger span {
   display: block;
   position: absolute;
   width: 30px;
   height: 3px;
   left: 10px;
   background: #fff;
   -webkit-transition: 0.3s ease-in-out;
   -moz-transition: 0.3s ease-in-out;
   transition: 0.3s ease-in-out;
}
#tab .hamburger span:nth-child(1) { top: 12px; }
#tab .hamburger span:nth-child(2) { top: 23px; }
#tab .hamburger span:nth-child(3) { top: 34px; }
/* スマホメニューを開いてる時のボタン */
#tab .hamburger.active span:nth-child(1) {
   top: 16px;
   left: 11px;
   background: white;
   -webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   transform: rotate(-45deg);
}
#tab .hamburger.active span:nth-child(2),
#tab .hamburger.active span:nth-child(3) {
   top: 16px;
   background: white;
   -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   transform: rotate(45deg);
}
/* メニュー背景　*/
#tab nav.globalMenuSp {
   position: fixed;
   z-index: 2;
   top: 0;
   left: 0;
   background-color: #e77f14;
   text-align: left;
   width: 100%;
   height: auto;
   transform: translateX(100%);
   transition: all 0.6s;
   font-size: 14px;
   padding: 20px 0 50px;
}
#tab nav.globalMenuSp ul {
   margin: 0 auto;
   padding: 0;
   width: 100%;
}
#tab nav.globalMenuSp ul li {
   list-style-type: none;
   padding: 0;
   width: 80%;
   display: block;
   margin: 0 auto;
   transition: .4s all;
   border-bottom: 1px solid white;
}
#tab nav.globalMenuSp ul li a {
   display: block;
   padding: 20px;
   color: white;
   text-decoration :none;
   font-size: 1.6rem;
}
/* クリックでjQueryで追加・削除 */
#tab nav.globalMenuSp.active {
   opacity: 100;
   display: block;
   transform: translateX(0%);
}

/*----------------------   top   ----------------------*/

#top {
  width: 100%;
  margin: 0 auto;
  height: 250px;
  position:relative;
  color: #fff;
  background-color: #e77f14;
  display: table;
}
#top h3 {
  display: table-cell;
  vertical-align: middle;
  color: white;
  font-size: 3.8rem;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 300;
  text-align: center;
  padding-top: 120px;
}
#top h3 span{
  font-size: 1.8rem;
  padding-left: 20px;
  font-weight: 300;
}

/*----------------------   パンくず   ----------------------*/

.Breadcrumb {
  width: 70vw;
  display: block;
  margin: 0 auto;
  padding: 10px;
}
.Breadcrumb-ListGroup {
  display: flex;
  list-style: none;
}
.Breadcrumb-ListGroup-Item-Link[href] {
  color: #e77f14;
  text-decoration: none;
}
.Breadcrumb-ListGroup-Item-Link[href]:hover { opacity: 0.5; }
.Breadcrumb-ListGroup > * + * { margin-left: 0.5em; }
.Breadcrumb-ListGroup > * + *::before {
  content: ">";
  margin-left: 0.75em;
  margin-right: 0.75em;
}

/*----------------------   formWrap   ----------------------*/

#formWrap {
  display: block;
  width: 70vw;
  margin: 50px auto;
  position: relative;
  text-align: left;
}
#formWrap p br.sp { display: none; }
#formWrap p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2;
}
#formWrap form .formTable {
  display: block;
  width: 100%;
  margin: 50px auto;
}
#formWrap form .formTable th {
  font-size: 1.6rem;
  width: 70vw;
  text-align: left;
  display: block;
  vertical-align: top;
  margin: 0 auto 0 0;
  padding: 0;
}
#formWrap form .formTable th span.blue {
  text-align: center;
  color: white;
  margin: 0;
  padding: 5px 15px;
  font-size: .9em;
  background-color: #e77f14;
  border: 1px solid #e77f14;
  display: inline-block;
}
#formWrap form .formTable th span.black {
  text-align: center;
  color: #333;
  margin: 0;
  padding: 5px 15px;
  font-size: 9px;
  border: 1px solid #333;
  display: inline-block;
}
#formWrap form .formTable td {
  display: block;
  padding: 10px 0;
  margin: 0;
  width: 70vw;
}
#formWrap form .formTable input {
  width: 70vw;
  height: 3em;
  border-style: none;
  border-radius: 8px;
  padding: 0 10px;
  text-align: left;
  display: block;
  vertical-align: top;
  border: 1px solid #ccc;
}
#formWrap form .formTable textarea {
  width: 70vw;
  padding: 10px;
  margin-left: 0px;
  display: block;
  height: 10em;
  border-style: none;
  border-radius: 8px;
  text-align: left;
  border: 1px solid #ccc;
}
#formWrap form .privacy_policy {
  display: block;
  width: 73vw;
  margin: 10px auto 50px;
  background-color: #f5f5f5;
  border: #ccc 1px solid;
  border-radius: 10px;
  text-align: left;
  overflow-y: scroll;
}
#formWrap h3 {
  display: block;
  width: 70vw;
  margin: 0 auto;
  text-align: left;
}
#formWrap form .privacy_policy p {
  display: block;
  padding: 0 20px 20px;
  height: 180px;
  margin: 10px auto;
}
#formWrap form .privacy_policy p span { font-weight: bold; }
input#mail_submit_button {
  width: 500px;
  height: 50px;
  border-radius: 20px;
  margin: 0;
  padding: 0;
  background-color: #e77f14;
  border: 1px solid #e77f14;
  color: white;
  text-align: center;
  transition: .3s;
}
input#mail_submit_button:hover {
  background-color: white;
  color: #e77f14;
  border: 1px solid #e77f14;
  transition: .3s;
}

/*--------------------------------------------   footer   --------------------------------------------*/

footer {
  display: block;
  width: 100%;
  background: #e77f14;
  color: white;
  text-align: center;
  line-height: 1;
  padding-bottom: 40px;
}
footer img {
  display: block;
  width: 250px;
  margin: 0 auto;
  padding: 100px 0 0;
}
footer .inner {
  display: fixed;
  width: 30vw;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  flex-direction: row;
  justify-content: space-around;
}
footer .inner img {
  width: 3vw;
  padding: 0;
}
footer .inner a {
  display: inline-block;
  padding: 0;
  margin: 30px 15px;
  transition: .3s;
  text-decoration: none;
}
footer .inner a:hover {
  transition: .3s;
  opacity: .7;
}

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 50px;
  bottom: -50px;
  background: #e77f14;
  border-radius: 50%;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  transition: .3s;
}
#page_top a:hover {
  transition: .3s;
  opacity: .7;
}
#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  content: '\f102';
  font-size: 2.3rem;
  color: #fff;
  position: absolute;
  width: 23px;
  height: 23px;
  top: -3px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#formWrap a.thanks_button {
  display: block;
  background-color: #e77f14;
  border: 2px solid #e77f14;
  color: white;
  padding: 15px 40px;
  border-radius: 30px;
  transition: .3s;
  text-decoration: none;
  width: 150px;
  margin: 50px auto;
}
#formWrap a.thanks_button:hover {
  background-color: white;
  border: 2px solid #e77f14;
  color: #e77f14;
  transition: .3s;
}

}
