
@import url('https://fonts.googleapis.com/css2?family=Tenor+Sans&display=swap');


html, body {
  width: 100%;
  height: 100%;
}

body {
  overflow-x: hidden;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 15px !important;
  font-weight: 400;
  letter-spacing: 0;
  color: #000;
  background-color: #dfe8ef;
}

.container {
  position: relative;
  padding: 0 30px;
}

.row {
  margin-bottom: -30px;
} 

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px;
  letter-spacing: -0.3px;
  color: #131517;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 600;
}

h2.about {
	font-size: 24px;
	color:#4B4A5E;
	margin-bottom: 30px;
	letter-spacing: 1px;
}
h3.title,
p.navTitle,
h2.messageTitle,
h2.thanks {
	font-family: "Tenor Sans", sans-serif;
	font-weight: 600;
	font-size:21px;
}
h3.title {
	color:#4B4A5E;
}
h2.thanks {
	font-size:28px;
}
.navigator h5
{
	font-weight: 500;
	color: #fff;
	margin:0;
}
p {
	color: #696972;
	margin-bottom: 30px!important;
}
p.navTitle {
	color:#457DC0;
	margin-bottom: 10px!important;
}
.title_JS {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 600;
  font-size: 18px;
}
p.guestname {
	font-size: 14px;
	margin: 0;
	letter-spacing: normal;
}
.guesttitle {
	font-size: 12px;
	margin-bottom:10px;
	letter-spacing: normal;
}

.btn-call   {
    padding: 20px 45px;
    color: #fff;
	background-color: #394676;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    display: inline-block;
    margin: 30px 0 0;
	font-weight:600;
	letter-spacing: 3px;
}

.btn-call:hover   {
    border-color: #457DC0;
	background-color: #457DC0;
    color: #fff;
}

span[data-pin-log]{
	display: none;
}


.col-spacing-20 .row,
.col-spacing-10 .row,
.col-spacing-0 .row {
  margin-right: -15px;
  margin-bottom: -30px;
  margin-left: -15px;
}

.col-spacing-20 .row div[class^="col-"]:not(.row),
.col-spacing-10 .row div[class^="col-"]:not(.row),
.col-spacing-0 .row div[class^="col-"]:not(.row) {
  margin-bottom: 30px;
  padding: 0 15px;
}

.col-spacing-10 {
  margin-right: -5px;
  margin-bottom: 40px;
  margin-left: -5px;
}

.col-spacing-10 div[class^="col-"]:not(.row) {
  margin-bottom: 10px;
  padding: 0 5px;
}


mark {
  background: #eff2f5;
  color: #131517;
}

iframe {
  width: 100%;
  border: 0;
}

pre {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.375em;
  padding: 6px 20px;
  color: #7C7C7C;
}

.blockquote {
  background: #f2f5f8;
  margin-bottom: 20px;
  border-left: 4px solid rgba(0, 0, 0, 0.1);
  padding: 24px 30px;
}



.scrolltotop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  z-index: 992;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}

.scrolltotop.scrolltotop-show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.bg-image,
.bg-image-02,
.bg-image-03 {
  position: relative;
  background-position: center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-image-02 {
  background: url(../images/bg_01.webp) no-repeat;
}
.bg-image-03 {
  background: url(../images/bg_02.webp) no-repeat;
 background-color: #e4edef;
}
.bg-message {
  background: #def2fc !important;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
}

ul {
  margin: 0 0 -7px;
}

ul li {
  margin: 0 0 7px;
}

ul li ul, ul li ol {
  margin-top: 7px;
}

ul li a {
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

ol {
  margin: 0 0 -7px;
}

ol li {
  margin: 0 0 7px;
}

ol li ul, ol li ol {
  margin-top: 7px;
}

.guest img {
	padding-top:20px;
	padding-bottom:20px;
}

@media (max-width: 991.98px) {
  ol {
    margin: 0 0 -5px;
  }
  ol li {
    margin: 0 0 5px;
  }
  ul {
    margin: 0 0 -5px;
  }
  ul li {
    margin: 0 0 5px;
  }
  ul li ul, ul li ol {
    margin-top: 5px;
  }
}



@media (max-width: 991.98px) {
  body {
    font-size: 14px;
font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  }
}



h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px;
  letter-spacing: -0.3px;
  color: #131517;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 600;
}

h1.logo {
  margin-top:80px;
  margin-bottom:40px;
}
h1.logo img {
	width: 700px;
}

h2 {
  font-size: 2.13em;
  /* 32px */
  line-height: 1.625;
  /* 52px */
}

h3 {
  font-size: 1.86em;
  /* 28px */
  line-height: 1.65;
  /* 46px */
}
h3.onairtitle {
  font-size: 1.33em;
  /* 20px */
  line-height: 1.8;
  /* 36px */
  margin-bottom:20px;
}

h4 {
  font-size: 1.6em;
  /* 24px */
  line-height: 1.7;
  /* 40px */
}

h5 {
  font-size: 1.33em;
  /* 20px */
  line-height: 1.8;
  /* 36px */
}

h6 {
  font-size: 2.13em;
  /* 32px */
  line-height: 1.625;
  /* 52px */
}

p {
  margin: 0;
  line-height: 1.86;
  /* 28px */
}

@media (max-width: 991.98px) {
  p {
    line-height: 1.75;
    /* 24.5px */
  }
}


@media (max-width: 575.98px) {

	h2.about {
		font-size:24px;
		line-height: normal;
		letter-spacing: 1px;
	}
	h3.about {
		letter-spacing: 4px;
		font-size:18px;
		line-height: 35px;
	}

}




i {
  display: inline-block;
}


.box-shadow {
  -webkit-box-shadow: 0 10px 36px 0 rgba(22, 24, 26, 0.13);
  box-shadow: 0 10px 36px 0 rgba(22, 24, 26, 0.13);
}

.border-radius {
  border-radius: 0.375em;
}

a {
  color: #7C7C7C;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

a:hover {
  color: #131517;
  text-decoration: none;
}

button {
  background: transparent;
  box-shadow: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

a:focus, a:active, button:focus, button:active {
  box-shadow: none;
  outline: 0;
}

.button {
  font: 400 13px 'Text Me One', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background: #e5e8eb;
  border: 1px solid #e5e8eb;
  padding: 5px 10px;
  color: #131517;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}

.button i {
  margin-right: 8px;
  font-size: 15px;
}

.button:hover {
  color: #131517;
}



.button-circle, a.button-circle {
  background: #e5e8eb;
  display: inline-block;
  border: 1px solid #e5e8eb;
  border-radius: 50%;
  color: #131517;
  text-align: center;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}

.button-circle:hover, a.button-circle:hover {
  color: #7C7C7C;
}

.button-circle-sm {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.button-circle-sm i {
  line-height: 40px;
}



.button-circle-dark, a.button-circle-dark {
  background: #75bbff;
  border: 0;
  color: #fff;
}

.button-circle-dark:hover, .button-circle-dark:focus, a.button-circle-dark:hover, a.button-circle-dark:focus {
  background: #5ea0ff;
  color: #fff;
}

.button-font-2 {
  font-size: 18px;
  letter-spacing: -0.2px;
  text-transform: none;
}

.button-radius {
  border-radius: 0.375em;
}

.button-rounded {
  border-radius: 50px;
}

hr {
  background: rgba(0, 0, 0, 0.1);
  height: 1px;
  border: 0;
  margin-right: 0;
  margin-left: 0;
}

.text-center hr {
  margin-right: auto;
  margin-left: auto;
}

.text-right hr {
  margin-left: auto;
}



body:after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  background: #fff;
  width: 100%;
  height: 100%;
}

body.loaded:after {
  display: none;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  visibility: visible;
  opacity: 1;
  background: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
}

.preloader div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader.dark {
  background: #000;
}

.loaded .preloader {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

.preloader-1 div {
  position: relative;
  width: 70px;
  height: 70px;
}

.preloader-1 div .loader-circular {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform-origin: center center;
  width: 70px;
  height: 70px;
  margin: auto;
  animation: loader-one-rotate 2s linear infinite;
}

.preloader-1 div .loader-path {
  fill: none;
  stroke: #131517;
  stroke-width: 2.5;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  animation: loader-one-dash 1.5s ease-in-out infinite;
}

.preloader-1.dark div .loader-path {
  stroke: #fff;
}

@keyframes loader-one-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-one-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}


.c {
  padding: 50px 0;
}

.section-xs.bg-image .container, .section-xs.bg-image .container-fluid {
  padding: 50px 30px;
}

.section-sm {
  padding: 20px 0;
}

.section-sm.bg-image .container, .section-sm.bg-image .container-fluid {
  padding: 20px 30px;
}

.section, .section-md {
  padding: 30px 0;
}

.section-lg {
  padding: 160px 0;
}

.section-lg.bg-image .container, .section-lg.bg-image .container-fluid {
  padding: 160px 30px;
}

.section-xl {
  padding: 200px 0;
}

.section-xl.bg-image .container, .section-xl.bg-image .container-fluid {
  padding: 100px 20px;
}

.section-2xl {
  padding: 240px 0;
}

.section-2xl.bg-image .container, .section-2xl.bg-image .container-fluid {
  padding: 240px 30px;
}

@media (max-width: 767.98px) {
  .section-xs {
    padding: 30px 0;
  }
  .section-xs.bg-image .container, .section-xs.bg-image .container-fluid {
    padding: 30px 30px;
  }
  .section-sm {
    padding: 50px 0;
  }
  .section-sm.bg-image .container, .section-sm.bg-image .container-fluid {
    padding: 50px 30px;
  }
  .section, .section-md {
    padding: 20px 0;
  }
  .section.bg-image .container, .section.bg-image .container-fluid, .section-md.bg-image .container, .section-md.bg-image .container-fluid {
    padding: 80px 30px;
  }
  .section-lg {
    padding: 120px 0;
  }
  .section-lg.bg-image .container, .section-lg.bg-image .container-fluid {
    padding: 120px 30px;
  }
  .section-xl {
    padding: 160px 0;
  }
  .section-xl.bg-image .container, .section-xl.bg-image .container-fluid {
    padding: 160px 30px;
  }
  .section-2xl {
    padding: 180px 0;
  }
  .section-2xl.bg-image .container, .section-2xl.bg-image .container-fluid {
    padding: 180px 30px;
  }
}

@media (max-width: 575.98px) {
  .section, .section-md {
    padding: 20px 0;
  }
  .section.bg-image .container, .section.bg-image .container-fluid, .section-md.bg-image .container, .section-md.bg-image .container-fluid {
    padding: 20px 30px;
  }
  .section-lg {
    padding: 100px 0;
  }
  .section-lg.bg-image .container, .section-lg.bg-image .container-fluid {
    padding: 100px 30px;
  }
  .section-xl {
    padding: 140px 0;
  }
  .section-xl.bg-image .container, .section-xl.bg-image .container-fluid {
    padding: 120px 30px;
  }
  .section-2xl {
    padding: 160px 0;
  }
  .section-2xl.bg-image .container, .section-2xl.bg-image .container-fluid {
    padding: 140px 30px;
  }
}

.section-xs.bg-image,
.section-sm.bg-image,
.section.bg-image, .section-md.bg-image,
.section-lg.bg-image,
.section-xl.bg-image,
.section-2xl.bg-image {
  padding: 0;
}

.section-fullscreen {
  width: 100%;
  height: 100vh;
}

.section-fullscreen div[class^='bg-dark'], .section-fullscreen div[class*=' bg-dark'],
.section-fullscreen .container, .section-fullscreen .container-fluid {
  height: 100%;
}


.bg-black {
  background: #000 !important;
}

.bg-black-05 {
  background: rgba(0, 0, 0, 0.5) !important;
}

.bg-black-04 {
  background: rgba(0, 0, 0, 0.4) !important;
}

.bg-black-03 {
  background: rgba(0, 0, 0, 0.3) !important;
}


.bg-dark {
  background: #131517 !important;
}
.bg-light {
  background: #f0eee6 !important;
}

.bg-transparent {
  background: transparent !important;
}

.font-family-primary {
  	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}


.font-weight-thin {
  font-weight: 100;
}

.font-weight-extra-light {
  font-weight: 200;
}

.font-weight-medium {
  font-weight: 500;
}

.font-weight-semi-bold {
  font-weight: 600;
}

.font-weight-extra-bold {
  font-weight: 800;
}

.font-weight-black {
  font-weight: 900;
}



*.text-dark {
  color: #131517 !important;
}

*.text-yellow {
  color: #ffc107;
}

*.text-red {
  color: #dc3545;
}

*.text-green {
  color: #28a745;
}

*.text-blue {
  color: #007bff;
}

.text-decoration-overline {
  text-decoration: overline;
}

.text-decoration-line-through {
  text-decoration: line-through;
}

.text-decoration-underline {
  text-decoration: underline;
}

.text-decoration-underline-overline {
  text-decoration: underline overline;
}

a.text-decoration-overline:hover, button.text-decoration-overline:hover {
  text-decoration: overline;
}

a.text-decoration-line-through:hover, button.text-decoration-line-through:hover {
  text-decoration: line-through;
}

a.text-decoration-underline:hover, button.text-decoration-underline:hover {
  text-decoration: underline;
}

a.text-decoration-underline-overline:hover, button.text-decoration-underline-overline:hover {
  text-decoration: underline overline;
}

.stroke-text {
  color: #131517;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1.0px;
  -webkit-text-stroke-color: #131517;
}

@media (min-width: 768px) {
  .stroke-text {
    -webkit-text-stroke-width: 1.2px;
  }
}

@media (min-width: 992px) {
  .stroke-text {
    -webkit-text-stroke-width: 1.4px;
  }
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-top-70 {
  margin-top: 70px;
}

.margin-right-10 {
  margin-right: 10px;
}

.margin-right-20 {
  margin-right: 20px;
}

.margin-right-30 {
  margin-right: 30px;
}

.margin-left-10 {
  margin-left: 10px;
}

.margin-left-20 {
  margin-left: 20px;
}

.margin-left-30 {
  margin-left: 30px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.margin-bottom-70 {
  margin-bottom: 70px;
}


.logoarea {
  background: rgba(0, 0, 0, 0) !important;
  padding: 20px 0 !important;
}

.sectionTitle {
	margin-top:40px;
	margin-bottom: 30px;
}

h6 {
	font-family: "Tenor Sans", sans-serif;
	color:#42210b;
	letter-spacing: 4px;
	font-weight:300;
}

.bg-gallery {
  background: #def2fc !important;
}
.bg-footer {
  background: #def2fc !important;
}



.row.navigator {margin-bottom:60px; !important;}





/* ----------------------------------------------------
GALLERY SECTION
---------------------------------------------------- */


#gallery-masonry    {
    margin: 0;
    padding-bottom: 80px;
}


.masonry-item {
    position: relative;
    float: left;
    padding: 1rem;
    width: 25%;
}

.masonry-item.wide {
    width: 50%;
}

.masonry-item > a     {
    display: block;
    background-color: #fff;
}

.masonry-overlay {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    box-shadow: inset 0 0 18px rgba(0, 0, 0, 0.6);
}

.masonry-item a:hover .masonry-overlay {
    opacity: 1;
}

.masonry-item h4,
.masonry-item h3    {
    margin: 0;
}

.masonry-overlay .item-frame    {
    display: block;
    height: 100%;
}

@media (max-width: 575.98px) {
	.masonry-item {
    position: relative;
    float: left;
    padding: 5px;
    width: 50%;
}
h1.logo {
  margin-top:50px;
  margin-bottom:20px;
}
.row.navigator {margin-bottom:30px; !important;}

}
@media screen and (min-width: 768px){
	.spbr{
		display: none;
	}
	body.thanks header
	{
    height: 70%;
    background-attachment: scroll;
  }
}


/*-------------------------------------------------
MESSAGE SECTION
-------------------------------------------------*/
body#message .section	{
	background: #fff;
	text-align: center;
}
.messageBox {padding: 0 80px;}
.messageCopy {
	margin-bottom:60px;
}
.messageCopy p {
	text-align: left;
}
/*-------------------------------------------------
	++ FORM 
-------------------------------------------------*/
.message { padding-bottom: 50px; }
.message .formAtt { margin: 20px 0; text-align: left; font-size: 14px; }
.message .sub-link { margin: 20px 0 80px 0; font-size: 20px; }
.message .sub-link a { margin: 0 20px; }
.message #form-notice { margin: 20px 0; padding: 0 80px; text-align: left; font-size: 14px; }
.message #form-notice .formAtt { margin-bottom: 20px; }
.message table { width: 100%; border-collapse: collapse; margin-bottom: 60px; }
.message table tr th { vertical-align: top; width: 35%; text-align: left; font-size: 18px; padding: 20px 0; }
.message table tr td { width: 65%; text-align: left; font-size: 18px; padding: 10px 0; }
.message.thanks { padding: 40px; }
.message.thanks h3 { font-size: 64px; font-weight: 700; margin-bottom: 15px; letter-spacing: 5px; }
.message.thanks .text { margin-top: 50px; font-size: 18px; letter-spacing: 2px; }

.message #form-notice p {text-align: center;}

#hw-message input[type="text"], #hw-message input[type="password"], #hw-message input[type="tel"], #hw-message input[type="email"], #hw-message input[type="number"], #hw-message table textarea, #hw-message table select { width: 100%; border: 1px solid #a7caeb; background: #fff; -webkit-appearance: none; padding: 1rem; border-radius: 0; font-size: 14px; }

#hw-message table textarea { height: 200px; }

#hw-message input:focus, #hw-message textarea:focus { outline: none; border: 1px solid #a7caeb; }

#hw-message input[type="text"], #hw-message input[type="password"], #hw-message input[type="tel"], #hw-message input[type="email"], #hw-message input[type="number"] { vertical-align: top; }

#hw-message input[type="radio"] { display: none; }

#hw-message input[type="radio"] + label { padding-left: 30px; position: relative; margin-right: 30px; }

#hw-message input[type="radio"] + label::before { content: ""; display: block; position: absolute; top: 0; left: 0; width: 20px; height: 20px; border: 1px solid #a7caeb; border-radius: 50%; }

#hw-message input[type="radio"]:checked + label::after { content: ""; display: block; position: absolute; top: 0px; left: 0px; width: 20px; height: 20px; background: #647991; border-radius: 50%; }

.custom-selectbox { position: relative; }
.custom-selectbox .selectWrap { position: relative; }
.custom-selectbox .selectWrap:before, .custom-selectbox .selectWrap:after { content: ""; position: absolute; display: block; }
.custom-selectbox .selectWrap:after { top: 50%; right: 15px; margin-top: -3px; width: 0; height: 0; border: solid transparent; border-top-color: #647991; border-width: 7px 7px 0; }
.custom-selectbox select { z-index: 1; width: 100%; height: 60px; display: block; -webkit-appearance: none; border: 1px solid #a7caeb; background-color: #fff; font-size: 14px; padding: 0 0 0 20px; }
.custom-selectbox select:focus { outline: none; border: 1px solid #a7caeb; }

#button-area { margin-top: 60px; }

#form-submit, #form-reset { -webkit-appearance: none; border: 1px solid #394676; background: #394676; min-width: 180px; padding: 15px; border-radius: none; margin: 0 30px 10px 30px; font-size: 18px; font-weight: 600; cursor: pointer; color: #fff; }
#form-submit:hover, #form-reset:hover { opacity: .9; border: 1px solid #3F72BA; background: #3F72BA;}


@media screen and (max-width: 759px) { /*SP*/
  .messageBox {padding: 0 20px;}
  .message { padding-bottom: 5vw; }
  .message .formAtt { margin: 5vw 0; font-size: 3.8vw; }
  .message .sub-link { margin: 3vw 0 5vw 0; font-size: 3.8vw; }
  .message .sub-link a { margin: 0 3vw; }
  .message #form-notice { margin: 3vw 0; padding: 0; font-size: 3.4vw; }
  .message #form-notice .formAtt { margin-bottom: 3vw; }
  .message table { margin-bottom: 5vw; }
  .message table tr th { display: block; width: 100%; font-size: 3.8vw; padding: 3vw 0 0 0; }
  .message table tr td { display: block; width: 100%; text-align: left; font-size: 3.8vw; padding: 3vw 0; }
  .message.thanks { padding: 10vw 0; }
  .message.thanks h3 { font-size: 22px; margin-bottom: 3vw; letter-spacing: 2px; }
  .message.thanks .text { margin-top: 0; font-size: 16px; letter-spacing: 0; }
  #hw-message input[type="text"], #hw-message input[type="password"], #hw-message input[type="tel"], #hw-message input[type="email"], #hw-message input[type="number"], #hw-message table textarea, #hw-message table select { font-size: 18px; }
  #hw-message input[type="radio"] + label { padding-left: 5vw; margin-right: 5vw; font-size: 3.8vw; }
  #hw-message input[type="radio"] + label::before { width: 4vw; height: 4vw; }
  #hw-message input[type="radio"]:checked + label::after { width: 4vw; height: 4vw; }
  .custom-selectbox { position: relative; }
  .custom-selectbox .selectWrap { position: relative; }
  .custom-selectbox .selectWrap:before, .custom-selectbox .selectWrap:after { content: ""; position: absolute; display: block; }
  .custom-selectbox .selectWrap:after { top: 50%; right: 15px; margin-top: -3px; width: 0; height: 0; border: solid transparent; border-top-color: #fff; border-width: 7px 7px 0; }
  .custom-selectbox select { height: auto; }
  #button-area { margin-top: 10vw; }
  #form-submit, #form-reset { min-width: 30vw; padding: 3vw 6vw; margin: 0 3vw; font-size: 3.2vw; margin-bottom: 5vw; } }

