@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//use.fontawesome.com/releases/v5.1.0/css/all.css);
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset,
legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  * font-size: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

* {
  box-sizing: border-box;
}

body {
  background: url("../images/bg.jpg") no-repeat center top;
  background-color: #666553;
  background-size: 100% auto;
  font-size: 62.5%;
  line-height: 1.5;
  color: #FFF;
  position: relative;
  font-family: -apple-system,"Noto Sans Japanese",Avenir,"游ゴシック","Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

@media (max-width: 428px) {
  .pc {
    display: none;
  }
}

@media (max-width: 820px) {
  .tab_pc {
    display: none;
  }
}

.tab_sp {
  display: none;
}
@media (max-width: 820px) {
  .tab_sp {
    display: block;
  }
}

.sp {
  display: none;
}
@media (max-width: 428px) {
  .sp {
    display: block;
  }
}

header {
  display: none;
}
@media (max-width: 820px) {
  header {
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
  }
  header.active {
    z-index: 400;
  }
  header .nav_header {
    width: 100%;
    background-color: rgba(106, 89, 60, 0);
    transition: all 0.5s ease;
    padding: 40px 0 40px 30px;
  }
  header .nav_header.active {
    position: fixed;
    opacity: 1;
    background-color: #6a593c;
  }
  header .nav_header .header_gmenu_icon a {
    display: block;
    width: 42px;
    height: 10px;
    text-align: center;
    color: #fff;
    position: relative;
  }
  header .nav_header .header_gmenu_icon a.btn-menu {
    position: relative;
    display: block;
    outline: none;
    overflow: visible;
  }
  header .nav_header .header_gmenu_icon a.btn-menu span {
    background-color: #fff;
    width: 40px;
    height: 2px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    transition: top 0.2s 0.2s, opacity 0.2s 0.2s, transform 0.2s;
  }
  header .nav_header .header_gmenu_icon a.btn-menu span:nth-child(2) {
    top: 9px;
  }
  header .nav_header .header_gmenu_icon a.btn-menu.open span {
    transition: top 0.2s, opacity 0.2s, transform 0.2s 0.2s;
  }
  header .nav_header .header_gmenu_icon a.btn-menu.open span:nth-child(1) {
    top: 4.5px;
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  header .nav_header .header_gmenu_icon a.btn-menu.open span:nth-child(2) {
    top: 4.5px;
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
  }
}

nav.gmenu_openbox {
  display: none;
}
@media (max-width: 820px) {
  nav.gmenu_openbox {
    position: fixed;
    display: block;
    top: 90px;
    opacity: 0;
    z-index: -1;
    left: 0;
    width: 100%;
    height: calc(100vh - 90px);
    height: calc(100dvh - 90px);
    overflow-y: hidden;
    background-color: rgba(106, 89, 60, 0);
    transition: all .5s ease;
    will-change: transform,position,opacity;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  nav.gmenu_openbox::-webkit-scrollbar {
    display: none;
  }
  nav.gmenu_openbox.active {
    display: block;
    opacity: 1;
    background-color: #6a593c;
    z-index: 300;
  }
}
@media (max-width: 820px) {
  nav.gmenu_openbox .menu_box {
    width: 100%;
    height: calc(100vh - 90px);
    height: calc(100dvh - 90px);
    padding-bottom: 10%;
    position: absolute;
    opacity: 0;
    overflow-y: scroll;
    top: 80px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transition: top 0.5s ease,opacity 0.5s ease;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-transform: translate(-50%, -90px);
    padding-bottom: 15%;
  }
  nav.gmenu_openbox .menu_box::-webkit-scrollbar {
    display: none;
  }
}
nav.gmenu_openbox .menu_box.active {
  top: 90px;
  opacity: 1;
}
nav.gmenu_openbox .menu_box .inbox ul.gmenu_box li a {
  background: rgba(79, 66, 45, 0);
  display: block;
  padding: 3% 0;
  color: #beae9f;
  font-size: 1.585vw;
  font-weight: 600;
  transition: background-color 0.3s;
  position: relative;
  text-decoration: none;
}
@media (max-width: 428px) {
  nav.gmenu_openbox .menu_box .inbox ul.gmenu_box li a {
    font-size: 3.037vw;
    padding: 5% 0;
  }
}
nav.gmenu_openbox .menu_box .inbox ul.gmenu_box li a:active, nav.gmenu_openbox .menu_box .inbox ul.gmenu_box li a.ov {
  background: #4f422d;
  text-decoration: none;
}
nav.gmenu_openbox .menu_box .inbox ul.gmenu_box li a p {
  width: 12vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 428px) {
  nav.gmenu_openbox .menu_box .inbox ul.gmenu_box li a p {
    width: 20vw;
  }
}
nav.gmenu_openbox .menu_box .inbox ul.gmenu_box li a p em {
  position: absolute;
  display: inline-block;
  top: -5%;
  left: -20%;
  font-size: 1.341vw;
  color: #f4800c;
}
@media (max-width: 428px) {
  nav.gmenu_openbox .menu_box .inbox ul.gmenu_box li a p em {
    font-size: 2.57vw;
  }
}
nav.gmenu_openbox .menu_box .inbox ul.gmenu_box li a p span {
  color: #FFF;
  font-size: 2.805vw;
  letter-spacing: 0.15em;
  display: block;
  font-family: oswald,sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 428px) {
  nav.gmenu_openbox .menu_box .inbox ul.gmenu_box li a p span {
    font-size: 5.374vw;
  }
}
nav.gmenu_openbox .menu_box .inbox .footer_box {
  width: 50vw;
  margin: 8vw auto 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 428px) {
  nav.gmenu_openbox .menu_box .inbox .footer_box {
    width: calc((325/428)*100%);
  }
}
nav.gmenu_openbox .menu_box .inbox .footer_box ul {
  padding: 3vw 0;
}
@media (max-width: 428px) {
  nav.gmenu_openbox .menu_box .inbox .footer_box ul {
    padding: 8vw 0;
  }
}
nav.gmenu_openbox .menu_box .inbox .footer_box ul li {
  font-family: oswald,sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 2;
  font-size: 2.805vw;
}
@media (max-width: 428px) {
  nav.gmenu_openbox .menu_box .inbox .footer_box ul li {
    font-size: 5.374vw;
  }
}
nav.gmenu_openbox .menu_box .inbox .footer_box ul li a {
  color: #fff;
  text-decoration: none;
}

.gtranslate_wrapper {
  margin: 0 0 20px auto;
  width: fit-content;
}
.gtranslate_wrapper .gt_switcher {
  width: 120px !important;
}
.gtranslate_wrapper .gt_switcher .gt_selected {
  z-index: 100 !important;
}
.gtranslate_wrapper .gt_switcher .gt_selected a {
  border: none !important;
  padding: 5px !important;
}
.gtranslate_wrapper .gt_switcher .gt_option {
  width: 118px !important;
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: underline;
  color: #ffcb1a;
}

a:hover {
  text-decoration: none;
}

#containner-box {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  display: flex;
  font-size: 1.4em;
}
@media (max-width: 820px) {
  #containner-box {
    display: block;
  }
}

#main-photo {
  width: 75%;
}
@media (max-width: 820px) {
  #main-photo {
    width: 100%;
  }
}

#main-photo strong {
  width: 9%;
  display: none;
  position: absolute;
  top: 5%;
  left: 7%;
  z-index: 11;
}
@media (max-width: 820px) {
  #main-photo strong {
    width: calc((60/428)*100%);
    left: auto;
    right: 10%;
    top: 35%;
  }
}

#main-photo .photo:before {
  content: "";
  display: block;
  padding-top: 155.3%;
  background: rgba(0, 0, 0, 0.5);
}

#main-photo .photo {
  z-index: 10;
  display: none;
  position: relative;
}

#main-photo .photo img {
  position: absolute;
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

#main-photo .photo a {
  display: block;
}

/*
#main-photo .photo a{
transition: background-color 0.3s;
background:rgba(0,0,0,0);
}
#main-photo .photo a:hover{
background:rgba(0,0,0,0.8);
}
*/
#header-box {
  margin-top: 70px;
  position: absolute;
  right: 0;
  top: 0;
  width: 49.5%;
}
@media (max-width: 820px) {
  #header-box {
    width: calc((160/820)*100%);
    margin-top: 0;
    right: 30px;
    top: 30px;
  }
}
@media (max-width: 428px) {
  #header-box {
    width: calc((120/428)*100%);
  }
}

#header-box h1 {
  text-align: right;
  margin-bottom: 24px;
  line-height: 0;
  z-index: 100;
  position: relative;
}

#header-box h1 img {
  width: 26.26%;
}
@media (max-width: 820px) {
  #header-box h1 img {
    width: 100%;
  }
}

#header-box strong.top-kt {
  display: block;
  line-height: 0;
  z-index: 100;
  position: relative;
}
@media (max-width: 820px) {
  #header-box strong.top-kt {
    display: none;
  }
}

#gmenu {
  width: 50.5%;
  float: right;
}
@media (max-width: 820px) {
  #gmenu {
    display: none;
  }
}

#gmenu li a {
  background: rgba(114, 59, 9, 0.3);
  display: block;
  padding: 12% 0 12% 20%;
  color: #beae9f;
  border-bottom: 1px solid #7e6f59;
  font-size: 0.8em;
  font-weight: 600;
  transition: background-color 0.3s;
  position: relative;
  text-decoration: none;
}

#gmenu li a:hover, #gmenu li a.ov {
  background: rgba(56, 29, 7, 0.5);
  text-decoration: none;
}

#gmenu li.last a {
  border-bottom: none;
}

#gmenu li a em {
  position: absolute;
  display: inline-block;
  top: 33%;
  left: 12%;
  color: #f4800c;
}

#gmenu li span {
  color: #FFF;
  font-size: 1.8em;
  letter-spacing: 0.15em;
  display: inline-block;
  width: 35%;
  font-family: oswald,sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 1000px) {
  #gmenu li a {
    font-size: 1.1vw;
  }

  #gmenu li span {
    font-size: 2vw;
  }
}
#contact-box {
  width: 50.5%;
  float: right;
  background: url("../images/contact-bg.jpg") no-repeat center top;
  background-size: cover;
  color: #FFF;
  padding: 6% 6.2%;
  text-align: center;
}
@media (max-width: 820px) {
  #contact-box {
    display: none;
  }
}

#contact-box strong {
  font-family: oswald,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2em;
  letter-spacing: 0.2em;
  display: block;
  margin-bottom: 12%;
}

#contact-box strong span {
  display: block;
  font-size: 0.6em;
  letter-spacing: 0.15em;
  color: #beae9f;
}

#contact-box dl a {
  color: #FFF;
  text-decoration: none;
}

#contact-box dl a dt {
  background: url("../images/mail-icon.png") rgba(255, 255, 255, 0.2) no-repeat 5% center;
  background-size: 14% auto;
  padding: 5% 3% 5% 12%;
  margin-bottom: 5%;
  font-size: 0.9em;
  transition: all 0.5s;
}

#contact-box dl a:hover dt {
  background: url("../images/mail-icon.png") rgba(255, 255, 255, 0.1) no-repeat 10% center;
  background-size: 14% auto;
  padding: 5% 3% 5% 12%;
  margin-bottom: 5%;
  font-size: 0.9em;
}

#contact-box dl dd {
  font-family: oswald,sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
  line-height: 2;
  font-size: 1.2em;
}

@media (max-width: 1000px) {
  #contact-box strong {
    font-size: 1.680vw;
  }

  #contact-box strong span {
    font-size: 1vw;
  }

  #contact-box dl a dt {
    font-size: 1.26vw;
  }

  #contact-box dl dd {
    font-size: 1.680vw;
  }
}
#banner-box {
  float: right;
  width: 50.5%;
}
@media (max-width: 820px) {
  #banner-box {
    display: none;
  }
}

#footer-box {
  max-width: 1000px;
  margin: 1% auto 5%;
  color: #FFF;
  font-size: 1.2em;
  font-family: oswald,sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.2em;
}
@media (max-width: 820px) {
  #footer-box {
    text-align: center;
    margin-top: 5%;
  }
}

/*------------------------スマホ用共通フッターメニューボックス*/
.sp_commons_box {
  display: none;
}
@media (max-width: 820px) {
  .sp_commons_box {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    z-index: 200;
    position: relative;
  }
  .sp_commons_box.top {
    margin-top: -10.25%;
  }
}
.sp_commons_box .top-kt {
  width: 100%;
  margin-bottom: 2vw;
}
.sp_commons_box .top-kt img {
  line-height: 0;
}
.sp_commons_box ul.gmenu_box {
  width: 49%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
@media (max-width: 428px) {
  .sp_commons_box ul.gmenu_box {
    width: 100%;
    margin-bottom: 2%;
  }
}
.sp_commons_box ul.gmenu_box a {
  width: 48%;
  box-sizing: border-box;
  background: rgba(114, 59, 9, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3%;
  color: #beae9f;
  font-size: 1.585vw;
  font-weight: 600;
  transition: background-color 0.3s;
  position: relative;
  text-decoration: none;
}
.sp_commons_box ul.gmenu_box a:last-child, .sp_commons_box ul.gmenu_box a:nth-last-child(2) {
  margin-bottom: 0;
}
@media (max-width: 428px) {
  .sp_commons_box ul.gmenu_box a {
    width: 49%;
    margin-bottom: 2%;
    font-size: 3.037vw;
    padding: 12vw 0;
  }
}
.sp_commons_box ul.gmenu_box a:active, .sp_commons_box ul.gmenu_box a.ov {
  background: #4f422d;
  text-decoration: none;
}
.sp_commons_box ul.gmenu_box a p {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.sp_commons_box ul.gmenu_box a p em {
  position: absolute;
  display: inline-block;
  top: -5%;
  left: -25%;
  font-size: 1.341vw;
  color: #f4800c;
}
@media (max-width: 428px) {
  .sp_commons_box ul.gmenu_box a p em {
    font-size: 2.57vw;
  }
}
.sp_commons_box ul.gmenu_box a p span {
  color: #FFF;
  font-size: 2.805vw;
  letter-spacing: 0.15em;
  display: block;
  font-family: oswald,sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 428px) {
  .sp_commons_box ul.gmenu_box a p span {
    font-size: 5.374vw;
  }
}
.sp_commons_box .contact_box {
  width: 49%;
}
@media (max-width: 428px) {
  .sp_commons_box .contact_box {
    width: 100%;
  }
}
.sp_commons_box .contact_box .contact-box {
  width: 100%;
  background-image: url("../images/contact-bg.jpg");
  background-repeat: no-repeat;
  background-position: center top 10%;
  background-size: cover;
  color: #FFF;
  padding: 5% 6.2%;
  text-align: center;
}
@media (max-width: 428px) {
  .sp_commons_box .contact_box .contact-box {
    padding: 10vw 6.2%;
    background-position: center top;
  }
}
.sp_commons_box .contact_box .contact-box strong {
  font-family: oswald,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.805vw;
  letter-spacing: 0.2em;
  display: block;
  margin-bottom: 5%;
}
@media (max-width: 428px) {
  .sp_commons_box .contact_box .contact-box strong {
    font-size: 5.374vw;
  }
}
.sp_commons_box .contact_box .contact-box strong span {
  display: block;
  font-size: 1.585vw;
  letter-spacing: 0.15em;
  color: #beae9f;
}
@media (max-width: 428px) {
  .sp_commons_box .contact_box .contact-box strong span {
    font-size: 3.037vw;
  }
}
.sp_commons_box .contact_box .contact-box dl a {
  color: #FFF;
  text-decoration: none;
}
.sp_commons_box .contact_box .contact-box dl a dt {
  background-image: url("../images/mail-icon.png");
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: 8% center;
  background-size: 12% auto;
  padding: 5% 10% 5% 18%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5%;
  font-size: 2.195vw;
  transition: all 0.5s;
  width: fit-content;
}
@media (max-width: 428px) {
  .sp_commons_box .contact_box .contact-box dl a dt {
    font-size: 4.206vw;
    padding-left: 20%;
    padding-right: 10%;
  }
}
.sp_commons_box .contact_box .contact-box dl a:hover dt {
  background-position: 10% center;
}
.sp_commons_box .contact_box .contact-box dl dd {
  font-family: oswald,sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
  line-height: 2;
  font-size: 2.195vw;
}
@media (max-width: 428px) {
  .sp_commons_box .contact_box .contact-box dl dd {
    font-size: 5.374vw;
  }
}
.sp_commons_box .contact_box .banner-box {
  width: 100%;
}

/*-------------------------------------第2階層*/
#containner-box.contents {
  margin-bottom: 5%;
  justify-content: space-between;
}
@media (max-width: 820px) {
  #containner-box.contents {
    display: block;
  }
}
#containner-box.contents .gtranslate_wrapper {
  margin-bottom: 0;
}
@media (max-width: 820px) {
  #containner-box.contents .gtranslate_wrapper.pc {
    display: none;
  }
}
#containner-box.contents .gtranslate_wrapper.sp {
  display: none;
}
@media (max-width: 820px) {
  #containner-box.contents .gtranslate_wrapper.sp {
    display: block;
  }
}
#containner-box.contents #contents-box {
  width: 65%;
  margin-top: 70px;
}
@media (max-width: 820px) {
  #containner-box.contents #contents-box {
    width: 100%;
    margin-top: 0;
    padding-top: 90vw;
    position: relative;
  }
}
@media (max-width: 428px) {
  #containner-box.contents #contents-box {
    padding-top: 95vw;
  }
}
#containner-box.contents #contents-box.order {
  margin-top: 100px;
}
@media (max-width: 820px) {
  #containner-box.contents #contents-box.order {
    margin-top: 0;
  }
}
#containner-box.contents h1.tb {
  display: none;
}
@media (max-width: 820px) {
  #containner-box.contents h1.tb {
    display: block;
    position: absolute;
    top: 30px;
    right: 30px;
    width: calc((160/820)*100%);
    z-index: 300;
  }
}
@media (max-width: 428px) {
  #containner-box.contents h1.tb {
    width: calc((120/428)*100%);
  }
}
#containner-box.contents #header-box {
  margin-top: 0;
  padding-top: 70px;
  width: 25%;
  height: 100%;
  position: sticky;
}
@media (max-height: 1200px) {
  #containner-box.contents #header-box {
    position: relative;
  }
}
@media (max-width: 820px) {
  #containner-box.contents #header-box {
    width: 100%;
    height: auto;
    position: absolute;
    right: 0;
    top: 25vw;
    padding-top: 0;
  }
}
@media (max-width: 820px) {
  #containner-box.contents #header-box h1 {
    display: none;
  }
}
#containner-box.contents #header-box h1 img {
  width: 52%;
}
#containner-box.contents #header-box .header-title {
  display: block;
  background-image: url("../images/contents-header.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  position: relative;
}
@media (max-width: 820px) {
  #containner-box.contents #header-box .header-title {
    background-image: none;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: -12vw;
  }
}
@media (max-width: 428px) {
  #containner-box.contents #header-box .header-title {
    margin-top: -5vw;
  }
}
#containner-box.contents #header-box .header-title:before {
  content: "";
  display: block;
  padding-top: 140.8%;
  /*高さ比率*/
}
@media (max-width: 820px) {
  #containner-box.contents #header-box .header-title:before {
    padding-top: 0;
  }
}
#containner-box.contents #header-box .header-title .img_box {
  display: none;
}
@media (max-width: 820px) {
  #containner-box.contents #header-box .header-title .img_box {
    display: block;
    width: calc((479/820)*100%);
    line-height: 0;
  }
}
@media (max-width: 428px) {
  #containner-box.contents #header-box .header-title .img_box {
    width: calc((230/428)*100%);
  }
}
@media (max-width: 820px) {
  #containner-box.contents #header-box .header-title .title_box {
    position: relative;
    margin-left: -3%;
  }
  #containner-box.contents #header-box .header-title .title_box.contact strong span {
    letter-spacing: 0.1em;
  }
}
@media (max-width: 428px) {
  #containner-box.contents #header-box .header-title .title_box {
    margin-left: 0;
  }
}
#containner-box.contents #header-box .header-title .title_box strong {
  color: #FFF;
  display: block;
  position: absolute;
  right: 8%;
  bottom: 10%;
}
@media (max-width: 820px) {
  #containner-box.contents #header-box .header-title .title_box strong {
    position: relative;
    padding-left: 5vw;
    margin-bottom: 10%;
    font-size: 2.195vw;
  }
}
@media (max-width: 428px) {
  #containner-box.contents #header-box .header-title .title_box strong {
    font-size: 2.804vw;
  }
}
#containner-box.contents #header-box .header-title .title_box strong span {
  display: block;
  letter-spacing: 0.2em;
  font-size: 2em;
  font-family: oswald,sans-serif;
}
@media (max-width: 820px) {
  #containner-box.contents #header-box .header-title .title_box strong span {
    font-size: 7.317vw;
  }
}
@media (max-width: 428px) {
  #containner-box.contents #header-box .header-title .title_box strong span {
    font-size: 7.944vw;
  }
}
#containner-box.contents #header-box .header-title .title_box strong em {
  position: absolute;
  display: block;
  top: 0%;
  left: -15%;
  color: #f4800c;
  font-size: 0.8em;
}
@media (max-width: 820px) {
  #containner-box.contents #header-box .header-title .title_box strong em {
    font-size: 2.195vw;
    left: 5%;
  }
}
@media (max-width: 428px) {
  #containner-box.contents #header-box .header-title .title_box strong em {
    font-size: 3.037vw;
    left: 0;
  }
}
@media (max-width: 820px) {
  #containner-box.contents #header-box .header-title .title_box .gtranslate_wrapper {
    margin: 0 0 0 3vw;
  }
}
@media (max-width: 428px) {
  #containner-box.contents #header-box .header-title .title_box .gtranslate_wrapper {
    margin: 0;
  }
}

.contents #gmenu, .contents #contact-box, .contents #banner-box {
  width: 100%;
  float: none;
}

.contents #contact-box {
  padding: 10% 10%;
}

/*----------------------------------------About*/
strong.about-title {
  line-height: 0;
  display: block;
}

.line-box {
  margin: 5% 0;
}
@media (max-width: 820px) {
  .line-box {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.951vw;
  }
}
@media (max-width: 428px) {
  .line-box {
    font-size: 3.505vw;
  }
}

.about-table {
  overflow: hidden;
  display: table;
  width: 100%;
}

.about-table dt {
  display: table-cell;
  width: 10%;
  padding-top: 1%;
  text-align: right;
  vertical-align: top;
  white-space: nowrap;
}
@media (max-width: 428px) {
  .about-table dt {
    width: 16%;
    padding-top: 3%;
  }
}

.about-table dd {
  display: table-cell;
  width: 80%;
  vertical-align: top;
  padding-top: 1%;
  font-feature-settings: "palt";
}
@media (max-width: 428px) {
  .about-table dd {
    padding-top: 3%;
  }
}

.about-table dd.arrow {
  display: table-cell;
  width: 5%;
  color: #f4800c;
  font-size: 0.8em;
  padding: 1.5% 0 5%;
  text-align: center;
  background-image: url("../images/line-img_long.png");
  background-repeat: no-repeat;
  background-position: center 28px;
  background-size: auto;
  background-size: 1px auto;
}
@media (max-width: 428px) {
  .about-table dd.arrow {
    padding: 4% 0 10%;
    font-size: 0.6em;
  }
}

.about-table dd p {
  margin: 0 0 3% 0;
}
@media (max-width: 428px) {
  .about-table dd p {
    margin-bottom: 5%;
  }
}

#joiners-box {
  margin: 10% auto 0;
}

#joiners-box a {
  color: #FFF;
  text-decoration: none;
}

#joiners-box dl {
  display: table;
  width: 100%;
}
@media (max-width: 428px) {
  #joiners-box dl {
    display: flex;
    flex-flow: column;
  }
}

#joiners-box dt, #joiners-box dd {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 428px) {
  #joiners-box dt, #joiners-box dd {
    display: block;
  }
}

#joiners-box dt {
  width: 50%;
  line-height: 0;
}
@media (max-width: 428px) {
  #joiners-box dt {
    width: 100%;
  }
}

#joiners-box dd {
  padding: 0 3%;
  background: rgba(255, 255, 255, 0.15);
}
@media (max-width: 428px) {
  #joiners-box dd {
    padding: 5%;
  }
}

#joiners-box dd strong {
  display: block;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 2%;
}

/*------------------------------------------------News*/
.news-title_box {
  display: table;
  width: 100%;
}
@media (max-width: 820px) {
  .news-title_box {
    display: none;
  }
}

strong.news-title {
  color: #beae9f;
  letter-spacing: 0;
  width: 1%;
  padding-right: 1em;
  position: relative;
  display: table-cell;
  white-space: nowrap;
}

strong.news-title span {
  font-size: 1.8em;
  font-family: oswald,sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
  color: #FFF;
  padding-left: 0.7em;
  margin-right: 0.3em;
}

strong.news-title em {
  position: absolute;
  display: block;
  top: -10%;
  left: 0;
  color: #f4800c;
  font-size: 0.8em;
}

.border-line01 {
  display: table-cell;
  background: url("../images/line-img.png") repeat-x left 23px;
  background-size: auto 1.5px;
}

.line-box.news {
  padding: 0 0 5%;
  margin-top: 10%;
  background: none;
}
@media (max-width: 820px) {
  .line-box.news {
    margin-top: 0;
  }
}

.news-table {
  overflow: hidden;
  display: table;
  width: 100%;
}
@media (max-width: 820px) {
  .news-table {
    font-size: 1.951vw;
  }
}
@media (max-width: 428px) {
  .news-table {
    font-size: 3.505vw;
  }
}

.news-table dt {
  display: table-cell;
  width: 11%;
  padding-bottom: 5%;
  text-align: right;
  font-size: 1.6em;
  font-family: oswald,Helvetica, Arial, "sans-serif";
  letter-spacing: 0.15em;
  vertical-align: top;
  white-space: nowrap;
}
@media (max-width: 820px) {
  .news-table dt {
    padding-top: 1%;
    font-size: 1.951vw;
  }
}
@media (max-width: 428px) {
  .news-table dt {
    font-size: 3.505vw;
  }
}

.news-table dd {
  display: table-cell;
  width: 80%;
  vertical-align: top;
  padding-top: 1%;
  font-feature-settings: "palt";
}
@media (max-width: 820px) {
  .news-table dd {
    font-size: 1.951vw;
  }
}
@media (max-width: 428px) {
  .news-table dd {
    font-size: 3.505vw;
  }
}

.news-table dd.arrow {
  display: table-cell;
  width: 5%;
  color: #f4800c;
  font-size: 0.8em;
  padding: 1.5% 0 5%;
  text-align: center;
  background: url(../images/line-img_long.png) no-repeat center 28px;
  background-size: 1px auto;
}
@media (max-width: 428px) {
  .news-table dd.arrow {
    font-size: 0.6em;
  }
}

.news-table dd p {
  margin: 0 0 3% 0;
}
@media (max-width: 428px) {
  .news-table dd p {
    margin-bottom: 5%;
    padding-left: 2%;
  }
}

/*------------------------------------------------Works*/
.works-title_box {
  display: table;
  width: 100%;
  margin-bottom: 10%;
}
@media (max-width: 820px) {
  .works-title_box {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

strong.works-title {
  color: #beae9f;
  position: relative;
  font-family: oswald,sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
  display: table-cell;
  white-space: nowrap;
  width: 1%;
  padding-right: 1em;
}
@media (max-width: 820px) {
  strong.works-title {
    font-size: 1.829vw;
  }
}
@media (max-width: 428px) {
  strong.works-title {
    font-size: 2.804vw;
  }
}

strong.works-title span {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho","serif";
  font-size: 1.8em;
  letter-spacing: 0;
  color: #FFF;
  padding-left: 0.7em;
  margin-right: 0.5em;
}
@media (max-width: 820px) {
  strong.works-title span {
    font-size: 2.927vw;
  }
}
@media (max-width: 428px) {
  strong.works-title span {
    font-size: 4.673vw;
  }
}

strong.works-title em {
  position: absolute;
  display: block;
  top: -10%;
  left: 0;
  color: #f4800c;
  font-size: 0.8em;
  font-family: -apple-system,"Noto Sans Japanese",Avenir,"游ゴシック","Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
@media (max-width: 820px) {
  strong.works-title em {
    font-size: 1.463vw;
  }
}
@media (max-width: 428px) {
  strong.works-title em {
    font-size: 2.336vw;
  }
}

.border-line02 {
  display: table-cell;
  background-image: url("../images/line-img.png");
  background-repeat: repeat-x;
  background-position: left 20px;
  background-size: auto 1.5px;
}
@media (max-width: 428px) {
  .border-line02 {
    background-position: left 4.25vw;
  }
}

.border-line02.wide01 {
  width: 30%;
}

.works-photo_box {
  margin-bottom: 5%;
}
@media (max-width: 820px) {
  .works-photo_box {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.works-photo_box li a {
  display: block;
  width: 24.615%;
  float: left;
  margin: 0 13.076% 13.076% 0;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  line-height: 0;
}

.works-photo_box li a {
  transition: opacity 0.5s;
}

.works-photo_box li a:hover {
  opacity: 0.5;
}

.works-photo_box li:nth-child(3n) a {
  float: right;
  margin-right: 0;
}

/*fancybox設定*/
.fancybox-caption__body {
  padding-bottom: 3%;
  line-height: 1.8;
}

.fancybox-caption__body strong {
  display: block;
  font-size: 1.6em;
  border-bottom: 1px solid #555;
  padding: 2% 0 1%;
  margin-bottom: 1%;
}
@media (max-width: 428px) {
  .fancybox-caption__body strong {
    font-size: 4.206vw;
  }
}

.fancybox-caption__body strong.none {
  border-bottom: none;
  padding-bottom: 0;
}

.fancybox-caption__body strong span {
  display: block;
  font-size: 0.7em;
}

.fancybox-caption__body p {
  display: inline-block;
  text-align: left;
}

/*------------------------------------------------制作依頼*/
strong.order-title {
  position: relative;
  line-height: 0;
  display: block;
  z-index: -1;
}

.order-text_box {
  margin-top: -14%;
  overflow: hidden;
}
@media (max-width: 820px) {
  .order-text_box {
    width: 90%;
    margin-top: -12%;
    margin-left: auto;
    margin-right: auto;
  }
}

.order-text_box span {
  display: block;
  width: 46.61%;
  float: right;
  line-height: 0;
  padding: 0 3% 3% 4.5%;
}
@media (max-width: 428px) {
  .order-text_box span {
    width: 55%;
    padding-right: 0;
    padding-bottom: 0;
  }
}

.order-text_box p {
  padding-top: 18%;
  line-height: 2;
  text-align: justify;
}
@media (max-width: 820px) {
  .order-text_box p {
    font-size: 1.951vw;
  }
}
@media (max-width: 428px) {
  .order-text_box p {
    font-size: 3.505vw;
  }
}

.order-title_box {
  text-align: center;
  margin: 5em auto 2em;
}
@media (max-width: 820px) {
  .order-title_box {
    margin-bottom: 4vw;
  }
}
@media (max-width: 428px) {
  .order-title_box {
    margin-bottom: 2.5vw;
  }
}

strong.order-subtitle {
  color: #beae9f;
  position: relative;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
  display: inline-block;
  white-space: nowrap;
}

strong.order-subtitle span {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho","serif";
  font-size: 1.6em;
  letter-spacing: 0;
  color: #FFF;
  padding-left: 0.7em;
  margin-right: 0.5em;
  display: block;
}
@media (max-width: 820px) {
  strong.order-subtitle span {
    font-size: 2.927vw;
  }
}
@media (max-width: 428px) {
  strong.order-subtitle span {
    font-size: 4.673vw;
  }
}

strong.order-subtitle em {
  position: absolute;
  display: block;
  top: -10%;
  left: 0;
  color: #f4800c;
  font-size: 0.8em;
  font-family: -apple-system,"Noto Sans Japanese",Avenir,"游ゴシック","Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
@media (max-width: 820px) {
  strong.order-subtitle em {
    font-size: 1.22vw;
  }
}
@media (max-width: 428px) {
  strong.order-subtitle em {
    font-size: 2.336vw;
  }
}

.border-line03 {
  display: block;
  font-family: oswald,sans-serif;
  background: url("../images/line-img.png") repeat-x center 10px;
  background-size: auto 1.5px;
  letter-spacing: 0.2em;
  color: #beae9f;
  margin-top: 0.5em;
}
@media (max-width: 820px) {
  .border-line03 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .border-line03.inline {
    width: 100%;
  }
}

.border-line03 span {
  display: inline-block;
  padding: 0 3em;
  background: #666553;
}
@media (max-width: 820px) {
  .border-line03 span {
    font-size: 1.951vw;
  }
}
@media (max-width: 428px) {
  .border-line03 span {
    font-size: 3.505vw;
  }
}

.order-text_box02 {
  width: 90%;
  margin: 0 auto;
}

.order-text_box02 p {
  margin-bottom: 2em;
  line-height: 2;
}
@media (max-width: 820px) {
  .order-text_box02 p {
    font-size: 1.951vw;
  }
}
@media (max-width: 428px) {
  .order-text_box02 p {
    font-size: 3.505vw;
  }
}

.order-form_box {
  color: #FFF;
}

.order-form_box p {
  text-align: center;
}

.order-form_box dl {
  overflow: hidden;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 428px) {
  .order-form_box dl {
    width: 100%;
  }
}

.order-form_box dl a {
  color: #FFF;
  text-decoration: none;
}

.order-form_box dl a dt {
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/mail-icon.png");
  background-color: rgba(244, 128, 12, 0.26);
  background-repeat: no-repeat;
  background-position: 5% center;
  background-size: 14% auto;
  padding: 4% 4% 4% 12%;
  margin-right: 8%;
  transition: all 0.5s;
}
@media (max-width: 820px) {
  .order-form_box dl a dt {
    font-size: 1.951vw;
  }
}
@media (max-width: 428px) {
  .order-form_box dl a dt {
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background-size: 8% auto;
    background-position: 10% center;
    padding-left: 10vw;
    font-size: 3.738vw;
    text-align: center;
  }
}

.order-form_box dl a:hover dt {
  background-color: rgba(244, 128, 12, 0.8);
  background-position: 8% center;
}
@media (max-width: 428px) {
  .order-form_box dl a:hover dt {
    background-position: 12% center;
  }
}

.order-form_box dl dd {
  font-family: oswald,sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
  line-height: 2;
  font-size: 1.2em;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 820px) {
  .order-form_box dl dd {
    font-size: 2.195vw;
  }
}
@media (max-width: 428px) {
  .order-form_box dl dd {
    font-size: 4.206vw;
    text-align: center;
    display: block;
    width: 80%;
    margin-top: 3%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 820px) {
  #works-box {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

/*タブの中身を初期非表示に*/
.ChangeElem_Panel {
  display: none;
}

/*タブを横並べに*/
.ChangeElem_Btn_Content {
  overflow: hidden;
  margin-bottom: 5%;
}

/*通常時のタブ装飾*/
.ChangeElem_Btn:before {
  content: '　';
  font-size: 0.6rem;
  vertical-align: middle;
  margin-right: 5px;
  display: block;
}

.ChangeElem_Btn {
  border-bottom: 2px solid #beae9f;
  background-color: rgba(255, 255, 255, 0);
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2em;
  padding: 0.5em;
  position: relative;
  transition: all .3s ease-in-out;
  vertical-align: middle;
  text-align: center;
  margin-right: 3.7%;
}
@media (max-width: 820px) {
  .ChangeElem_Btn {
    font-size: 2.195vw;
  }
}
@media (max-width: 428px) {
  .ChangeElem_Btn {
    font-size: 3.738vw;
  }
}

.ChangeElem_Btn.last-child {
  margin-right: 0;
}

/*カレントとホバー時のタブ装飾*/
.ChangeElem_Btn:hover,
.ChangeElem_Btn.is-active {
  background: rgba(160, 135, 31, 0);
  box-sizing: border-box;
  border-bottom: 2px solid #f4800c;
  color: #FFF;
}

.ChangeElem_Btn.is-active:before {
  content: '▼';
}

.ChangeElem_Panel ul {
  border: 2px solid #858476;
  border-top: none;
  padding: 3em;
  margin-top: -5.9%;
}

/*------------------------------------------------Contact*/
.contact-title_box {
  display: table;
  width: 100%;
  margin-bottom: 5%;
}
@media (max-width: 820px) {
  .contact-title_box {
    display: none;
  }
}

strong.contact-title {
  color: #beae9f;
  position: relative;
  font-family: oswald,sans-serif;
  font-weight: 400;
  font-style: normal;
  display: table-cell;
  white-space: nowrap;
  width: 1%;
  padding-right: 1em;
}

strong.contact-title span {
  font-family: oswald,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8em;
  letter-spacing: 0.2em;
  color: #FFF;
  padding-left: 0.7em;
  margin-right: 0.5em;
}

strong.contact-title em {
  position: absolute;
  display: block;
  top: -10%;
  left: 0;
  color: #f4800c;
  font-size: 0.8em;
  font-family: -apple-system,"Noto Sans Japanese",Avenir,"游ゴシック","Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

@media (max-width: 820px) {
  p.wide01 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.951vw;
    line-height: 2;
  }
}
@media (max-width: 428px) {
  p.wide01 {
    font-size: 3.505vw;
  }
}

#form-box {
  margin: 10% auto;
}
@media (max-width: 820px) {
  #form-box {
    font-size: 1.951vw;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 428px) {
  #form-box {
    font-size: 3.505vw;
  }
}

#form-box dl {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 1em 0;
}
@media (max-width: 428px) {
  #form-box dl {
    padding: 2em 0;
  }
}

#form-box dl.border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

#form-box dt, #form-box dd {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 428px) {
  #form-box dt, #form-box dd {
    display: block;
  }
}

#form-box dt {
  width: 28%;
  margin-right: 5%;
  overflow: hidden;
}
@media (max-width: 428px) {
  #form-box dt {
    font-size: 4.206vw;
    width: auto;
    margin-right: 0;
    margin-bottom: 3%;
  }
}

#form-box .top {
  vertical-align: top;
}

#form-box dt span {
  float: left;
  width: 80%;
}
@media (max-width: 820px) {
  #form-box dt span {
    width: 19vw;
  }
}
@media (max-width: 428px) {
  #form-box dt span {
    width: fit-content;
    margin-right: 3%;
  }
}

#form-box dt em {
  display: inline-block;
  box-sizing: content-box;
  float: right;
  width: 20%;
  color: #FFF;
  font-size: 0.8em;
  border-radius: 50px;
  padding: 2px 0;
  text-align: center;
}
@media (max-width: 820px) {
  #form-box dt em {
    width: auto;
    padding: 2px 10px;
    font-size: 1.463vw;
  }
}
@media (max-width: 428px) {
  #form-box dt em {
    font-size: 2.804vw;
    float: left;
    margin-top: 0.5%;
  }
}

#form-box dt em.required {
  background: #ED800C;
}

#form-box dt em.etc {
  background: #B7A798;
}

#form-box dd {
  width: 65%;
}
@media (max-width: 428px) {
  #form-box dd {
    width: 100%;
  }
}

input[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
}

label.radio {
  margin-right: 5%;
}

input[type=radio]:hover, label.radio:hover {
  cursor: pointer;
}

label.radio input {
  margin-right: 1%;
  margin-left: 0.5%;
  vertical-align: middle;
}

label.radio span {
  vertical-align: middle;
}

input[type=text], textarea {
  width: 100%;
  padding: 0.5em;
  border: none;
  background: rgba(255, 255, 255, 0.5);
  transition: background-color 0.3s;
}
@media (max-width: 820px) {
  input[type=text], textarea {
    font-size: 16px;
  }
}

input[type=text]:hover, textarea:hover {
  background: white;
}

.btn_confirm {
  text-align: center;
  padding: 2em 0;
}

.btn_confirm.left {
  text-align: left;
}
@media (max-width: 428px) {
  .btn_confirm.left {
    text-align: center;
  }
}

.btn_confirm input[type=submit] {
  display: inline-block;
  margin: 0 auto;
  padding: 0.6em 3em 0.6em 5em;
  background: url("../images/mail-icon.png") #ed800c no-repeat 13% 55%;
  background-size: 11% auto;
  border: none;
  color: #FFF;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 820px) {
  .btn_confirm input[type=submit] {
    font-size: 2.195vw;
  }
}
@media (max-width: 428px) {
  .btn_confirm input[type=submit] {
    font-size: 4.206vw;
  }
}

.btn_confirm input[type=submit]:hover {
  background: url("../images/mail-icon.png") rgba(237, 128, 12, 0.8) no-repeat 16% 55%;
  background-size: 11% auto;
}

.btn_confirm input.btn_back {
  background: rgba(255, 255, 255, 0.1);
  margin-right: 15%;
  padding: 0.6em 1em 0.6em 1em;
  color: #FFF;
}
@media (max-width: 428px) {
  .btn_confirm input.btn_back {
    margin-right: 0;
    margin-bottom: 5%;
  }
}

.btn_confirm input.btn_back:hover {
  background: rgba(255, 255, 255, 0.3);
}

.btn_confirm a.privacy {
  display: block;
  margin-top: 3%;
  color: #FFF;
  font-size: 0.8em;
}
@media (max-width: 820px) {
  .btn_confirm a.privacy {
    font-size: 1.951vw;
  }
}
@media (max-width: 428px) {
  .btn_confirm a.privacy {
    font-size: 3.505vw;
  }
}

/*エラー文章*/
ul.error-list {
  margin: 10% auto;
  border: 2px solid #ED800C;
  background: rgba(0, 0, 0, 0.2);
  padding: 3%;
}
@media (max-width: 820px) {
  ul.error-list {
    width: 90%;
    padding: 5%;
  }
}

.error-list li {
  list-style: disc;
  padding-left: 0;
  margin-left: 3%;
  margin-bottom: 1.5%;
}
@media (max-width: 428px) {
  .error-list li {
    margin-left: 5%;
  }
}

.error-list li:last-child {
  margin-bottom: 0;
}

/*file画像ボタン*/
input[type="file"] {
  display: none;
}

label.file {
  background: rgba(255, 255, 255, 0.8);
  padding: 0.5em 1em;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  color: #222;
}

label.file:hover {
  background: white;
}

label.file::after {
  content: "送信可能ファイル（jpg、png、gif、pdf）";
  font-size: 0.85em;
  color: #FFF;
  height: 10px;
  line-height: 10px;
  position: absolute;
  right: -160%;
  top: calc(50% - 5px);
}
@media (max-width: 428px) {
  label.file::after {
    font-size: 2.336vw;
    right: -130%;
  }
}

label.changed::after {
  content: "";
}

.filename {
  font-size: 0.85em;
  margin-left: 5%;
}

/*プライバシーポリシー*/
#privacy {
  display: none;
  color: #000;
  font-size: 0.85rem;
  line-height: 1.8;
  max-width: 800px;
}

#privacy h2 {
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  padding-bottom: 1em;
  color: #723b09;
}

#privacy dl {
  margin-top: 1.5em;
  padding-top: 1.5em;
  border-top: 1px solid #CCC;
}

#privacy dt {
  color: #723b09;
  font-weight: bold;
  font-size: 0.9rem;
}

/*送信完了画面*/
p.center {
  text-align: center;
}
p.margin01 {
  margin: 15% auto 5%;
}
@media (max-width: 820px) {
  p.margin01 {
    margin-top: 0;
  }
}
@media (max-width: 820px) {
  p.margin02 {
    margin-bottom: 15%;
  }
}
p i.fas {
  font-size: 5em;
  margin-bottom: 2%;
  display: block;
  color: rgba(237, 128, 12, 0.8);
}

strong.fas {
  display: block;
  font-size: 1.8em;
  margin: 1em auto 1.5em;
}
