@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

html.lock {
  overflow: hidden;
}

body {
  -webkit-text-size-adjust: none;
}

body {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
  color: #464646;
  line-height: 1;
}

.error_msg {
    border: 2px solid red;
    background: #ffffff;
    padding: 20px;
	color:red;
    margin: 30px auto;
    max-width: 700px;
    line-height: 1.5;}

.hissu {
	color:red;}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
input,
textarea,
select {
  outline: none;
  box-sizing: border-box;
}


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

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.contents-inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1040px) {
  .contents-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#globalHeader {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #fff;
}

#globalHeader .logo {}
.telbtn {
    background-color: #a74a4a;
    padding: 25px 10px 10px 10px;
    min-height: 80px;
    color: white;
	margin-right:0;
    font-size: 130%;
    text-align: center;
	line-height:1.2;}
.telbtn span {
	font-size:13px;
	display:block;}
.sptel a span {
	color:#787878;
	font-size:80%;}
#globalHeader .global-navi ul li.telbtn+li+li a {
	margin:0;}

@media screen and (max-width: 768px) {
  #globalHeader {
    height: 60px;
  }
  #globalHeader .logo {
    padding-right: 20px;
  }
  #globalHeader .logo img {
    max-width: 90%;
  }
}
#globalHeader .contents-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #globalHeader .global-navi {
    display: none;
    position: fixed;
    z-index: 200;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
  #globalHeader .global-navi.active {
    display: block;
    animation: show 0.3s linear;
  }
  #globalHeader .global-navi ul {
    border-bottom: 1px solid #ccc;
  }
  #globalHeader .global-navi li {
    border-top: 1px solid #ccc;
  }
  #globalHeader .global-navi li a {
    display: block;
    padding: 15px 20px;
    color: #57524d;
    text-decoration: none;
  }
  #globalHeader .global-navi li a img, #globalHeader .global-navi li a span {
    display: inline-block;
    vertical-align: middle;
  }
  #globalHeader .global-navi li a img {
    width: 30px;
  }
  #globalHeader .global-navi li a span {
    padding-left: 10px;
  }
}
@media screen and (min-width: 769px) {
  #globalHeader .global-navi ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    display: -webkit-flex;
    flex-wrap: nowrap;
  }
  #globalHeader .global-navi ul li a {
    display: block;
    margin: 0 15px;
    font-size: 16px;
    color: #464646;
    text-decoration: none;
  }
  #globalHeader .global-navi ul li a:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  #globalHeader .global-navi ul li a {
    margin: 0 10px;
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  #globalHeader .global-navi ul li:last-child a {
    padding: 0 25px;
    height: 100%;
    line-height: 80px;
    color: #fff;
    background-color: #4b4b4b;
    transition: 0.3s;
  }
  #globalHeader .global-navi ul li:last-child a:hover {
    opacity: 0.75;
    text-decoration: none;
  }
}
#globalHeader .sp-menu a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
}
#globalHeader .sp-menu a.active span:nth-of-type(1) {
  animation-name: menuAnim1;
  animation-timing-function: linear;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-direction: alternate;
}
#globalHeader .sp-menu a.active span:nth-of-type(2) {
  animation-name: menuAnim2;
  animation-timing-function: linear;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-direction: alternate;
}
#globalHeader .sp-menu a.active span:nth-of-type(3) {
  animation-name: menuAnim3;
  animation-timing-function: linear;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-direction: alternate;
}
#globalHeader .sp-menu a span {
  position: absolute;
  left: 50%;
  width: 40px;
  height: 3px;
  margin-left: -20px;
  background-color: #000;
}
#globalHeader .sp-menu a span:nth-of-type(1) {
  top: 10px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  animation-name: menuAnim4;
  animation-timing-function: linear;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-direction: alternate;
}
#globalHeader .sp-menu a span:nth-of-type(2) {
  top: 22px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  animation-name: menuAnim5;
  animation-timing-function: linear;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-direction: alternate;
}
#globalHeader .sp-menu a span:nth-of-type(3) {
  top: 34px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  animation-name: menuAnim6;
  animation-timing-function: linear;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-direction: alternate;
}
@keyframes menuAnim1 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    top: 22px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@keyframes menuAnim2 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes menuAnim3 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    top: 22px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@keyframes menuAnim4 {
  0% {
    top: 22px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  100% {
    top: 10px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes menuAnim5 {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes menuAnim6 {
  0% {
    top: 22px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    top: 34px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
#contents .c-mv .slider {
  position: relative;
}
#contents .c-mv .slider .swiper-slide {
  position: relative;
  height: 640px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #contents .c-mv .slider .swiper-slide {
    height: 450px;
  }
}
#contents .c-mv .slider .swiper-slide.slide01 {
  background-image: url("../images/top/mv01.jpg");
}
#contents .c-mv .slider .swiper-slide.slide02 {
  background-image: url("../images/top/mv02.jpg");
}
#contents .c-mv .slider .swiper-slide.slide03 {
  background-image: url("../images/top/mv03.jpg");
}
#contents .c-mv .slider .swiper-slide .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  padding-top: 80px;
  text-align: center;
}
#contents .c-mv .slider .swiper-slide .inner h1 {
  font-size: 60px;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4), -2px 2px 10px rgba(0, 0, 0, 0.4), 2px -2px 10px rgba(0, 0, 0, 0.4), -2px -2px 10px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  #contents .c-mv .slider .swiper-slide .inner h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 500px) {
  #contents .c-mv .slider .swiper-slide .inner h1 {
    font-size: 35px;
  }
}
#contents .c-mv .slider .swiper-slide .inner p {
  margin-top: 35px;
  font-size: 20px;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4), -2px 2px 10px rgba(0, 0, 0, 0.4), 2px -2px 10px rgba(0, 0, 0, 0.4), -2px -2px 10px rgba(0, 0, 0, 0.4);
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #contents .c-mv .slider .swiper-slide .inner p {
    margin-top: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  #contents .c-mv .slider .swiper-slide .inner p {
    font-size: 14px;
  }
}
#contents .c-mv .slider .swiper-pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}
#contents .c-mv .slider .swiper-pagination span {
  width: 10px;
  height: 10px;
  margin: 0 7px;
  opacity: 1;
  background-color: #fff;
}
#contents .c-mv .slider .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #201d17;
}
#contents .section-title span {
  display: block;
  text-align: center;
  letter-spacing: 0.2em;
}
#contents .section-title span.main {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #contents .section-title span.main {
    font-size: 24px;
  }
}
#contents .section-title span.eng {
  margin-top: 10px;
  font-size: 17px;
  color: #767676;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #contents .section-title span.eng {
    font-size: 15px;
  }
}
#contents .lead-text {
  margin-top: 40px;
  text-align: center;
}
#contents .lead-text p {
  font-size: 16px;
  line-height: 1.6;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
}
#contents .c-box01 {
  padding: 80px 0 190px;
}
@media screen and (max-width: 768px) {
  #contents .c-box01 {
    padding: 50px 20px;
  }
}
#contents .c-box01 .media-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1000px) {
  #contents .c-box01 .media-box {
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  #contents .c-box01 .media-box {
    flex-wrap: wrap;
  }
  #contents .c-box01 .media-box .thumbnail {
    order: 1;
  }
  #contents .c-box01 .media-box .sentence {
    order: 2;
    margin-top: 20px;
  }
}
#contents .c-box01 .media-box.m-box01 .sentence, #contents .c-box01 .media-box.m-box03 .sentence {
  padding-left: 30px;
  padding-right: calc(50% - 500px);
}
@media screen and (max-width: 1000px) {
  #contents .c-box01 .media-box.m-box01 .sentence, #contents .c-box01 .media-box.m-box03 .sentence {
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  #contents .c-box01 .media-box.m-box01 .sentence, #contents .c-box01 .media-box.m-box03 .sentence {
    padding: 30px 20px;
    background-color: #ebebeb;
  }
}
#contents .c-box01 .media-box.m-box01 .sentence::before, #contents .c-box01 .media-box.m-box03 .sentence::before {
  content: "";
  position: absolute;
  top: -70px;
  left: -100px;
  width: calc(100% + 100px);
  height: calc(100% + 112px);
  background: linear-gradient(90deg, #f3f3f3, transparent);
}
@media screen and (max-width: 768px) {
  #contents .c-box01 .media-box.m-box01 .sentence::before, #contents .c-box01 .media-box.m-box03 .sentence::before {
    content: none;
  }
}
#contents .c-box01 .media-box.m-box01 {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  #contents .c-box01 .media-box.m-box01 {
    margin-top: 50px;
  }
}
#contents .c-box01 .media-box.m-box02 {
  margin-top: 120px;
}
@media screen and (max-width: 1000px) {
  #contents .c-box01 .media-box.m-box02 {
    margin-top: 20vw;
  }
}
@media screen and (max-width: 768px) {
  #contents .c-box01 .media-box.m-box02 {
    margin-top: 50px;
  }
}
#contents .c-box01 .media-box.m-box02 .sentence {
  padding-right: 30px;
  padding-left: calc(50% - 500px);
}
@media screen and (max-width: 1000px) {
  #contents .c-box01 .media-box.m-box02 .sentence {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  #contents .c-box01 .media-box.m-box02 .sentence {
    padding: 20px;
    background-color: #ebebeb;
  }
}
#contents .c-box01 .media-box.m-box02 .sentence::before {
  content: "";
  position: absolute;
  top: -70px;
  right: -100px;
  width: calc(100% + 100px);
  height: calc(100% + 112px);
  background: linear-gradient(-90deg, #f3f3f3, transparent);
}
@media screen and (max-width: 768px) {
  #contents .c-box01 .media-box.m-box02 .sentence::before {
    content: none;
  }
}
#contents .c-box01 .media-box.m-box03 {
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  #contents .c-box01 .media-box.m-box03 {
    margin-top: 50px;
  }
}
#contents .c-box01 .media-box.m-box03 .sentence {
  padding-left: 65px;
}
@media screen and (max-width: 768px) {
  #contents .c-box01 .media-box.m-box03 .sentence {
    padding: 30px 20px;
  }
}
#contents .c-box01 .media-box .thumbnail {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  max-width: 500px;
  width: 39%;
}
@media screen and (max-width: 1000px) {
  #contents .c-box01 .media-box .thumbnail {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  #contents .c-box01 .media-box .thumbnail {
    width: 100%;
    max-width: 100%;
  }
  #contents .c-box01 .media-box .thumbnail img {
    width: 100%;
  }
}
#contents .c-box01 .media-box .sentence {
  position: relative;
/*  background-color: #ebebeb;*/
}
#contents .c-box01 .media-box .sentence > * {
  position: relative;
  z-index: 2;
}
#contents .c-box01 .media-box .sentence .title {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #contents .c-box01 .media-box .sentence .title {
    font-size: 22px;
  }
}
#contents .c-box01 .media-box .sentence p {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #contents .c-box01 .media-box .sentence p {
    font-size: 14px;
  }
}
#contents .c-box01 .media-box .sentence p:not(:nth-of-type(1)) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #contents .c-box01 .media-box .sentence p:not(:nth-of-type(1)) {
    margin-top: 25px;
  }
}
#contents .c-box01 .media-box .sentence .features-box {
	margin: 15px auto 20px auto;
}
#contents .c-box01 .media-box .sentence .features-box p.ttl {
    font-size: 17px;
	font-weight: bold;
}
#contents .c-box01 .media-box .sentence .features-box p.txt {
	margin: 0px auto 0 auto;
    font-size: 16px;
}

#contents .c-box02 {
  position: relative;
  padding: 50px 0;
}
#contents .c-box02::before {
  content: "";
  position: absolute;
  top: 60%;
  left: 0;
  width: 54%;
  height: 560px;
  background-color: #f8f8f8;
}
#contents .c-box02::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 560px;
  background-color: #f8f8f8;
}
#contents .c-box02 > * {
  position: relative;
  z-index: 2;
}
#contents .c-box02 .list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
#contents .c-box02 .list .item {
  position: relative;
  width: 32.5%;
}
#contents .c-box02 .list .item:not(:nth-of-type(-n+3)) {
  margin-top: 10px;
}
#contents .c-box02 .list .item > a {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
#contents .c-box02 .list .item > a .name {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #contents .c-box02 .list .item > a .name {
    font-size: 12px;
  }
}
@media screen and (max-width: 500px) {
  #contents .c-box02 .list .item > a .name {
    font-size: 10px;
  }
}
#contents .c-box02 .list .item > a .name b {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  #contents .c-box02 .list .item > a .name b {
    font-size: 14px;
  }
}
#contents .c-box02 .list .item > a:hover {
  background: rgba(0, 0, 0, 0.8);
}
#contents .c-box02 .list .item > a:hover .name {
  display: block;
}
#contents .c-box02 .btn {
  margin-top: 30px;
  text-align: center;
}
#contents .c-box02 .btn a {
  display: inline-block;
  width: 190px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  text-decoration: none;
  font-size: 14px;
  background: url("../images/top/sec04-btn-corner.png") no-repeat calc(100% - 2px) calc(100% - 2px);
  background-color: #000;
  transition: 0.3s;
}
#contents .c-box02 .btn a:hover {
  opacity: 0.75;
}
#contents .c-box03 {
  position: relative;
  z-index: 10;
  padding: 50px 0 100px;
}
#contents .c-box03 .list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #contents .c-box03 .list {
    justify-content: center;
    flex-wrap: wrap;
  }
}
#contents .c-box03 .list .item {
  width: 18.5%;
}
@media screen and (max-width: 768px) {
  #contents .c-box03 .list .item {
    width: 32%;
  }
  #contents .c-box03 .list .item:not(:nth-of-type(3n+1)) {
    margin-left: 2%;
  }
  #contents .c-box03 .list .item:not(:nth-of-type(-n+3)) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 450px) {
  #contents .c-box03 .list .item {
    width: 100%;
    margin-left: 0 !important;
    margin-top: 20px;
  }
}
#contents .c-box03 .list .item:last-child .box-top {
  background-color: #715252;
}
#contents .c-box03 .list .item .box-top {
  position: relative;
  height: 130px;
  background-color: #000;
}
#contents .c-box03 .list .item .box-top .box-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  text-align: center;
}
#contents .c-box03 .list .item .box-top .box-inner .main {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #contents .c-box03 .list .item .box-top .box-inner .main {
    font-size: 16px;
  }
}
#contents .c-box03 .list .item .box-top .box-inner .eng {
  margin-top: 8px;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #contents .c-box03 .list .item .box-top .box-inner .eng {
    font-size: 12px;
  }
}
#contents .c-box03 .list .item .box-top .box-inner .icon {
  margin-top: 10px;
}
#contents .c-box03 .list .item .box-btm {
  position: relative;
  height: 150px;
  background-color: #eeeeee;
}
#contents .c-box03 .list .item .box-btm p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 10px;
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #contents .c-box03 .list .item .box-btm p {
    font-size: 13px;
  }
#contents .c-box03 .list .item .box-btm {
  height: 110px;
 }
}
@media screen and (max-width: 450px) {
  #contents .c-box03 .list .item .box-btm p {
    font-size: 15px;
  }
}
#contents .c-box04 {
  padding: 60px 0 100px;
  background-color: #f2f2f2;
}
#contents .c-box04 .form-box {
  margin-top: 50px;
  padding: 0 130px;
}
@media screen and (max-width: 768px) {
  #contents .c-box04 .form-box {
    padding: 0;
  }
}
#contents .c-box04 .form-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  #contents .c-box04 .form-item {
    flex-wrap: wrap;
  }
}
#contents .c-box04 .form-item .form-title {
  flex-shrink: 0;
  width: 225px;
  padding-right: 25px;
  text-align: right;
  font-size: 18px;
  padding-top: 7px;
}
@media screen and (max-width: 768px) {
  #contents .c-box04 .form-item .form-title {
    font-size: 16px;
    width: 100%;
    padding: 0;
    text-align: left;
  }
}
#contents .c-box04 .form-item .form-content {
  flex-grow: 1;
  font-size: 16px;
  padding-top: 7px;
}

.complete {
    padding: 30px 0;
    line-height: 1.7;
    background-color: white;
    margin: 30px auto;
    max-width: 800px;
    text-align: center;}

@media screen and (max-width: 768px) {
  #contents .c-box04 .form-item .form-content {
    font-size: 14px;
    margin-top: 10px;
  }
}
#contents .c-box04 .form-item .form-content ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 300px) {
  #contents .c-box04 .form-item .form-content ul {
    display: block;
  }
}
#contents .c-box04 .form-item .form-content ul li:nth-of-type(2) {
  margin-left: 40px;
}
@media screen and (max-width: 300px) {
  #contents .c-box04 .form-item .form-content ul li:nth-of-type(2) {
    margin: 20px 0 0 0;
  }
}
#contents .c-box04 .form-item .form-content ul li span {
  font-size: 16px;
}
#contents .c-box04 .form-item .form-content input[type="text"],
#contents .c-box04 .form-item .form-content input[type="email"],
#contents .c-box04 .form-item .form-content input[type="tel"] {
  width: 100%;
  height: 35px;
  padding: 0 10px;
  font-size: 15px;
}
#contents .c-box04 .form-item .form-content input[type="text"].w270,
#contents .c-box04 .form-item .form-content input[type="email"].w270,
#contents .c-box04 .form-item .form-content input[type="tel"].w270 {
  max-width: 270px;
}
#contents .c-box04 .form-item .form-content input[type="text"].w225,
#contents .c-box04 .form-item .form-content input[type="email"].w225,
#contents .c-box04 .form-item .form-content input[type="tel"].w225 {
  max-width: 225px;
}
#contents .c-box04 .form-item .form-content select {
  width: 185px;
  height: 35px;
  font-size: 15px;
}
#contents .c-box04 .form-item .form-content textarea {
  width: 100%;
  height: 185px;
  resize: none;
}
#contents .c-box04 .submit-btn {
  margin-top: 60px;
  text-align: center;
}
#contents .c-box04 .submit-btn input {
  width: 230px;
  height: 50px;
  background-color: #000;
  color: #fff;
  border: none;
  outline: none;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  #contents .c-box04 .submit-btn input:hover {
    cursor: pointer;
  }
}
#contents .c-box04 .submit-btn input:hover {
  opacity: 0.75;
}

#globalFooter {
  padding: 15px 0;
  font-size: 14px;
  background-color: #1c1c1c;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #globalFooter {
    padding: 15px 20px;
    line-height: 1.4;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.modal.active {
  display: block;
}
.modal .modal-content {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 770px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .modal .modal-content {
    height: 100%;
    padding: 30px 0;
    overflow-y: scroll;
  }
  .modal .modal-content {
	width: 85%;
	height: auto;
  }
}
.modal .modal-content .thumbnail img {
  width: 100%;
}
.modal .modal-content .meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-top: 20px;
}
.modal .modal-content .meta .area {
  padding: 0 10px;
  height: 25px;
  line-height: 25px;
  background-color: #eae9e9;
  font-size: 12px;
  color: #000;
}
.modal .modal-content .meta .name {
  margin-left: 20px;
  font-size: 18px;
  color: #fff;
}
.modal .modal-content .information {
  margin-top: 20px;
  padding: 20px 40px;
  background-color: #eae9e9;
}
@media screen and (max-width: 768px) {
  .modal .modal-content .information {
    margin-top: 10px;
    padding: 20px;
  }
  .modal .modal-content .meta .name {
    font-size: 16px;
  }
}
.modal .modal-content .information ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
.modal .modal-content .information ul:not(:nth-of-type(1)) {
  margin-top: 10px;
}
.modal .modal-content .information ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  font-size: 12px;
  color: #000;
}
.modal .modal-content .description {
  margin-top: 20px;
  padding: 20px 40px;
  background-color: #eae9e9;
}
@media screen and (max-width: 768px) {
  .modal .modal-content .description {
    margin-top: 10px;
    padding: 20px;
  }
}
.modal .modal-content .description p {
  font-size: 12px;
  line-height: 1.6;
}

.beforeafter {
	margin:40px auto 0 auto;}

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

.beforeafter p {
	text-align:center;
	font-size:120%;
	font-weight:bold;
	color:#ffffff;
	background-color:#555555;
	padding:15px 0;}

.before_box {
    display: inline-block;
    width: 48%;
    vertical-align: top;
	position:relative;}

.after_box {
    display: inline-block;
    width: 48%;
	margin-left:3.5%;
    vertical-align: top;
	position:relative;}

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

.booth_banner a {
	display: block;
    margin: 0 auto 60px;
    text-align: center;
    max-width: 700px;}



@media screen and (min-width: 769px) {
.after_box:before {
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 100px 0 100px 20px;
	border-color: transparent transparent transparent #5e5e5e;
	position:absolute;
	top:30%;
	left:-6%;}
}

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

.after_box,.before_box {
	display:block;
	width:96%;
	margin:20px auto;}

.after_box {
	margin-top:40px;}


.before_box:after {
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 100px 0 100px;
	border-color: #5e5e5e transparent transparent transparent;
    position: absolute;
    bottom: -7%;
    left: 0;
    right: 0;
    margin: auto;}
}

@media screen and (max-width: 400px) {
.before_box:after {
	bottom:-11%;}

}

@media screen and (min-width: 769px) {
	.forsp {display: none!important;}
	}
@media screen and (max-width: 768px) {
	.forpc {display: none!important;}
	}

button.sendbtn{
	background-color: black;
    padding: 13px 45px;
    color: white;
	cursor: pointer;
	cursor: hand;}

.pdt {
	padding-top:40px;}


a.anchor-link {
	font-size:15px!important;}

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

button.sendbtn {
    background-color: black;
    padding: 13px 45px;
    width: 100%;
    max-width: 230px;
    margin-bottom: 20px;
    color: white;
    cursor: pointer;
    cursor: hand;
    margin-left: 14px;}

}
