@charset "UTF-8";
/*
Theme Name: lia
*/

/* Reset
----------------------------------------------------------- */
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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	zoom:1;	/* hasLayout in IE */
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font:inherit;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	vertical-align:baseline;
	background:transparent;
	-webkit-text-size-adjust: 100%;
	word-break:break-all;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
  height: auto;
}
a {
  color: #111;
  text-decoration: none;
}
a:focus {
  outline: none;
}
input {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
}
label {
  cursor: pointer;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  content: ".";
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}
strong {
  font-weight: normal;
}
ul,
ol {
  list-style-type: none;
}
body {
  font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #111;
}
.wrap {
  width: 100%;
  overflow-x: hidden;
}
.inner {
  margin: 0 auto;
  width: 1200px;
}

/*===============================================
横幅1240px以下
===============================================*/
@media screen and (max-width: 1240px) and (min-width: 431px) {
  html,
  body,
  .wrap {
      width: 1240px;
    }
}

/*===============================================
横幅431px以上 pc
===============================================*/
@media screen and (min-width: 431px) {
  a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
  }
  .sp {
    display: none;
  }


  /* header
  ------------------------------------------------------------------------*/
  header {
    height: 400px;
    background: url(img/common_header-bg.png) repeat-x;
  }
  header .inner {
    position: relative;
    padding: 25px 0 0 80px;
  }
  header .inner h2 {
    margin: 15px 0 0 0px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
  }
  header .inner nav .menu {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 70px;
    display: flex;
    gap: 17px;
  }
  header .inner nav .menu li {
    width: 288px;
    height: 94px;
    margin-top: 23px;
    padding-top: 6px;
    background: #fff;
    border-radius: 15px;
    border: 1px solid #e4007f;
    box-sizing: border-box;
    text-align: center;
  }
  header .inner nav .menu li a {
    display: block;
    padding: 1px 0 0 30px;
    color: #e4007f;
    font-size: 32px;
    font-weight: bold;
    text-align: left;
    line-height: 1.4;
  }
  header .inner nav .menu li a span {
    display: block;
    font-size: 24px;
    font-weight: bold;
  }
  header .inner nav .menu li:nth-of-type(3) {
    border: 1px solid #009944;
  }
  header .inner nav .menu li:nth-of-type(3) a {
    color: #009944;
  }
  header .inner nav .bottom-box {
    display: flex;
    justify-content: space-between;
  }
  header .inner nav .bottom-box .sub-menu {
    position: absolute;
    top: 161px;
    right: 73px;
    display: flex;
  }
  header .inner nav .bottom-box .sub-menu li {
    font-size: 23px;
  }
  header .inner nav .bottom-box .sub-menu li a {
    display: block;
    width: 220px;
    height: 45px;
    padding: 12.5px 0 0 0;
    background: #ffe200;
    text-align: center;
    font-size: 23px;
    line-height: 1;
    font-weight: bold;
    box-sizing: border-box;
    border-radius: 45px;
  }
  header .inner nav .bottom-box .sub-menu li:nth-of-type(2) {
    margin-left: 10px;
  }
  header .inner nav .bottom-box .sub-menu li:nth-of-type(2) a {
    color: #fff;
    background: #b1c21b;
  }


  /* home
  ------------------------------------------------------------------------*/
  /* key */
  .home .key.inner {
    position: relative;
    padding: 35px 0 70px;
  }
  .home .key.inner .img {
    margin-left: 30px;
  }
  .home .key.inner .img:nth-of-type(2) {
    height: 364px;
    position: absolute;
    bottom: 33px;
    right: 0;
  }
  .home .key.inner .text {
    position: relative;
    margin-top: 73px;
    padding-left: 248px;
    font-size: 32px;
    font-weight: bold;
    color: #e4007f;
    letter-spacing: 1.1px;
  }
  .home .key.inner .text::before {
    position: absolute;
    top: -58px;
    left: 42px;
    display: block;
    content: "";
    background: url(img/logo.png) no-repeat;
    width: 169px;
    height: 127px;
  }

  /* cont01 */
  .home .cont01 {
    background: rgba(228, 0, 127, 0.85);
    height: 640px;
    text-align: center;
  }
  .home .cont01 .inner h2 {
    position: relative;
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    letter-spacing: 3px;
    padding-top: 40px;
  }
  .home .cont01 .inner h2::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: block;
    width: 860px;
    height: 3px;
    background: #fff;
  }
  .home .cont01 .inner .box {
    display: flex;
    justify-content: space-evenly;
    margin-top: 110px;
  }
  .home .cont01 .inner .box a.button {
    width: 430px;
    height: 200px;
    background: #fff;
    text-align: center;
    border-radius: 40px;
    padding-top: 23px;
    box-sizing: border-box;
    font-size: 36px;
    font-weight: bold;
  }
  .home .cont01 .inner .box a.button span {
    font-size: 27px;
    font-weight: bold;
  }
  .home .cont01 .inner .box a.button span span {
    color: #e4007f;
  }
  .home .cont01 .inner .text {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    margin-top: 23px;
  }

  /* cont02 */
  .home .cont02 {
    background: rgba(228, 0, 127, 0.05);
  }
  .home .cont02 .inner {
    padding: 70px 0 50px;
  }
  .home .cont02 .inner h2 {
    position: relative;
    font-size: 60px;
    text-align: center;
    font-weight: bold;
  }
  .home .cont02 .inner h2::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: block;
    width: 270px;
    height: 3px;
    background: #111;
  }
  .home .cont02 .inner .text {
    margin-top: 37px;
    font-size: 27px;
    font-weight: bold;
    text-align: center;
  }
  .home .cont02 .inner .box-wrap {
    display: flex;
    margin: 70px 55px;
    gap: 50px;
  }
  .home .cont02 .inner .box-wrap .box {
    width: 330px;
    height: 320px;
    background: rgba(228, 0, 127, 0.7);
    text-align: center;
    border-radius: 20px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  }
  .home .cont02 .inner .box-wrap .box h3 {
    margin-top: 39px;
    height: 125px;
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.3;
  }
  .home .cont02 .inner .box-wrap .box p.text01 {
    margin-top: 52px;
    font-size: 20px;
    font-weight: bold;
  }
  .home .cont02 .inner .box-wrap .box p.text02 {
    color: #fff;
    font-size: 22px;
  }

  /* cont03 */
  .home .cont03 {
    background: rgba(0, 153, 68, 0.05);
  }
  .home .cont03 h2 {
    padding-top: 90px;
    background: rgba(0, 153, 68, 0.85);
    height: 265px;
    box-sizing: border-box;
    font-size: 60px;
    color: #fff;
    text-align: center;
    font-weight: bold;
  }
  .home .cont03 .inner {
    padding: 76px 0 80px;
  }
  .home .cont03 .inner .img-box {
    display: flex;
  }
  .home .cont03 .inner .img-box .text {
    font-size: 32px;
    margin-left: 40px;
    line-height: 1.8;
  }
  .home .cont03 .inner .box-wrap {
    margin-top: 80px;
    display: flex;
    justify-content: space-around;
  }
  .home .cont03 .inner .box-wrap a.box {
    position: relative;
    display: block;
    width: 390px;
    height: 200px;
    background: #009944;
    border-radius: 20px;
    text-align: center;
  }
  .home .cont03 .inner .box-wrap a.box h3 {
    margin-top: 25px;
    color: #fff;
    font-size: 48px;
    font-weight: bold;
  }
  .home .cont03 .inner .box-wrap a.box .text01 {
    margin-top: -6px;
    font-size: 24px;
  }
  .home .cont03 .inner .box-wrap a.box .text02 {
    position: absolute;
    top: 130px;
    left: 0;
    right: 0;
    font-size: 27px;
    color: #fff;
  }

  /* cont04 */
  .home .cont04 h2 {
    padding-top: 90px;
    height: 265px;
    background: #2ea8e1;
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
  }
  .home .cont04 .inner {
    padding-bottom: 100px;
  }
  .home .cont04 .inner .box {
    display: flex;
    justify-content: space-around;
    margin-top: 95px;
  }
  .home .cont04 .inner .box .button {
    display: block;
    padding-top: 10px;
    width: 530px;
    height: 125px;
    background: #2ea8e1;
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 45px;
    text-align: center;
    font-weight: bold;
  }
  .home .cont04 .inner .box .button span {
    display: block;
    font-size: 33px;
    font-weight: bold;
  }
  .home .cont04 .inner .text01 {
    margin-top: 30px;
    font-size: 38px;
    text-align: center;
  }
  .home .cont04 .inner .text02 {
    position: relative;
    margin-top: 50px;
    font-size: 43px;
    text-align: center;
  }
  .home .cont04 .inner .text02::after {
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    content: "";
    display: block;
    margin: 0 auto;
    width: 1150px;
    height: 1px;
    border-bottom: 4px dashed #2ea8e1;
  }
  .home .cont04 .inner .img {
    margin-top: 100px;
    text-align: center;
  }

    /* cont05 */
    .home .cont05 {
      background: rgba(187, 154, 123, 0.05);
    }
    .home .cont05 h2 {
      padding-top: 90px;
      background: rgba(187, 154, 123);
      height: 265px;
      box-sizing: border-box;
      font-size: 60px;
      color: #fff;
      text-align: center;
      font-weight: bold;
    }
    .home .cont05 .inner {
      padding: 76px 0 80px;
    }
    .home .cont05 .inner .img-box {
      display: flex;
    }
    .home .cont05 .inner .img-box .text {
      font-size: 32px;
      margin-left: 40px;
      line-height: 1.8;
    }
    .home .cont05 .inner .box-wrap {
      margin-top: 80px;
      display: flex;
      justify-content: space-around;
    }
    .home .cont05 .inner .box-wrap a.box {
      position: relative;
      display: block;
      width: 390px;
      height: 200px;
      background: #bb9a7b;
      border-radius: 20px;
      text-align: center;
    }
    .home .cont05 .inner .box-wrap a.box h3 {
      margin-top: 25px;
      color: #fff;
      font-size: 48px;
      font-weight: bold;
    }
    .home .cont05 .inner .box-wrap a.box .text01 {
      margin-top: -6px;
      font-size: 24px;
    }
    .home .cont05 .inner .box-wrap a.box .text02 {
      position: absolute;
      top: 130px;
      left: 0;
      right: 0;
      font-size: 27px;
      color: #fff;
    }


  /* request
  ------------------------------------------------------------------------*/
  /* cont01 */
  .request .cont01 .inner h2 {
    margin: 150px auto 143px;
    padding-top: 35px;
    width: 500px;
    height: 112px;
    background: #e4007f;
    color: #fff;
    font-weight: bold;
    font-size: 47px;
    line-height: 1;
    border-radius: 60px;
    box-sizing: border-box;
    text-align: center;
  }
  .request .cont01 .inner .text {
    font-size: 35px;
    text-align: center;
    line-height: 1.9;
    font-weight: bold;
  }
  .request .cont01 .inner .img-box {
    margin-top: 72px;
    display: flex;
    justify-content: space-evenly;
  }
  .request .cont01 .inner .text-box {
    margin-top: 162px;
    padding-left: 90px;
    line-height: 2;
  }
  .request .cont01 .inner .text-box p {
    font-size: 35px;
    font-weight: bold;
  }
  .request .cont01 .inner .text-box p span {
    color: #f00;
    font-weight: bold;
  }
  .request .cont01 .inner .text-box ol {
    counter-reset: number 0;
  }
  .request .cont01 .inner .text-box ol li {
    padding-left: 50px;
    font-size: 35px;
    font-weight: bold;
    position: relative;
  }
  .request .cont01 .inner .text-box ol li::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: counter(number);
    counter-increment: number 1;
    font-size: 35px;
    text-align: center;
    width: 35px;
    height: 35px;
  }
  .request .cont01 .inner .text-box ol li::after {
    display: block;
    position: absolute;
    top: 14px;
    left: -2px;
    content: "";
    width: 35px;
    height: 35px;
    border: 2px solid #111;
    border-radius: 35px;
  }
  .request .cont01 .inner .text-box .text02 {
    margin-top: 209px;
    font-size: 45px;
    font-weight: bold;
    text-align: center;
  }
  .request .cont01 .inner .text-box .button {
    margin: 110px auto;
    width: 380px;
  }
  .request .cont01 .inner .text-box .button a {
    padding-top: 20px;
    display: block;
    height: 77px;
    background: #b1c21b;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    box-sizing: border-box;
    border-radius: 70px;
  }


  /* recruit
  ------------------------------------------------------------------------*/
  /* cont01 */
  .recruit .cont01 h2 {
    margin-top: 140px;
    padding-top: 38px;
    height: 169px;
    background: #fff100;
    font-size: 66px;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
  }
  .recruit .cont01 .inner .box {
    margin-top: 140px;
    padding: 80px;
    background: rgba(255, 241, 0, 0.3);
    border-radius: 30px;
  }
  .recruit .cont01 .inner .box h3 {
    font-size: 30px;
    margin-top: 30px;
    text-align: center;
    font-weight: bold;
  }
  .recruit .cont01 .inner .box ul {
    display: flex;
    justify-content: space-evenly;
    margin-top: 40px;
  }
  .recruit .cont01 .inner .box ul li a {
    display: block;
    padding: 35px 65px 36px;
    font-size: 48px;
    text-align: center;
    background: #fff;
    line-height: 1;
    border-radius: 30px;
    box-sizing: border-box;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  }
  .recruit .cont01 .inner .box table {
    margin-top: 90px;
  }
  .recruit .cont01 .inner .box table th {
    width: 345px;
    font-size: 44px;
    font-weight: bold;
    text-align: left;
  }
  .recruit .cont01 .inner .box table td {
    font-size: 38px;
  }
  .recruit .cont01 .inner .box:nth-of-type(3) ul li a.s {
    font-size: 40px;
  }
  .recruit .cont01 .inner .text {
    margin: 30px 0;
    font-size: 30px;
    text-align: right;
  }


  /* contact
  ------------------------------------------------------------------------*/
  /* cont01 */
  .contact .cont01 .inner {
    padding-bottom: 100px;
  }
  .contact .cont01 .inner h2 {
    margin-top: 45px;
    font-size: 70px;
    text-align: center;
    font-weight: bold;
    position: relative;
  }
  .contact .cont01 .inner h2::before {
    position: absolute;
    top: 0;
    left: 30%;
    content: "～";
    font-weight: normal;
  }
  .contact .cont01 .inner h2::after {
    position: absolute;
    top: 0;
    right: 30%;
    content: "～";
    font-weight: normal;
  }
  .contact .cont01 .inner .text01 {
    font-size: 48px;
    text-align: center;
    font-weight: bold;
  }
  .contact .cont01 .inner .tel {
    margin-top: 40px;
    padding-bottom: 65px;
    font-size: 57px;
    text-align: center;
    font-weight: bold;
    background-image: linear-gradient(to right, #000, #000 18px, transparent 18px, transparent 32px);
    background-size: 32px 2px;
    background-position: left bottom;
    background-repeat: repeat-x;
  }
  .contact .cont01 .inner h3 {
    position: relative;
    margin-top: 70px;
    font-size: 51px;
    text-align: center;
    font-weight: bold;
  }
  .contact .cont01 .inner h3::before {
    position: absolute;
    content: "";
    display: block;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 455px;
    height: 2px;
    background: #72afcb;
  }
  .contact .cont01 .inner h3::after {
    position: absolute;
    content: "";
    display: block;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 455px;
    height: 2px;
    background: #72afcb;
  }
  .contact .cont01 .inner .text02 {
    margin-top: 60px;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
  }
  .contact .cont01 .inner #mailformpro table {
    margin: 100px 28px 116px;
  }
  .contact .cont01 .inner #mailformpro table tbody tr th {
    padding: 30px 0;
    font-size: 46px;
    font-weight: bold;
    text-align: right;
    vertical-align: top;
  }
  .contact .cont01 .inner #mailformpro table tbody tr td {
    padding: 30px;
    margin-left: 30px;
  }
  .contact .cont01 .inner #mailformpro table tbody tr td input {
    padding: 20px;
    width: 670px;
    height: 82px;
    border: none;
    box-sizing: border-box;
    font-size: 2rem;
    background: rgba(248, 183, 46, 0.1);
  }
  .contact .cont01 .inner #mailformpro table tbody tr td textarea {
    padding: 20px;
    width: 670px !important;
    height: 530px !important;
    border: none;
    box-sizing: border-box;
    font-size: 2rem;
    line-height: 2;
    background: rgba(248, 183, 46, 0.1);
  }
  .contact .cont01 .inner #mailformpro .button input {
    display: block;
    margin: 0 auto;
    padding-top: 9px;
    width: 415px;
    height: 115px;
    background: #e4007f;
    color: #fff;
    font-size: 43px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    border: none;
    border-radius: 20px;
  }
  .contact .cont01 .inner #mailformpro .button input:hover {
    cursor: pointer;
  }


  /* サンクスページ
  ------------------------------------------------------------------------*/
  .thanks .cont01 h2 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #e4007f;
    background: transparent;
    margin-bottom: 40px;
    padding: 0;
  }
  .thanks .cont01 .text {
    line-height: 1.8;
    text-align: center;
    font-size: 16px;
  }
  .thanks .cont01 .button a {
    display: block;
    width: 250px;
    margin: auto;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 10px 0;
    text-align: center;
    background: #e4007f;
    color: #fff;
    margin: 40px auto 30px;
    border-radius: 35px;
}


  /* common 営業所ページ pink
  ------------------------------------------------------------------------*/
  /* key */
  .common-p .key {
    padding: 0 0 30px;
  }
  .common-p .key .office ul {
    margin-top: 10px;
    display: flex;
    justify-content: space-evenly;
  }
  .common-p .key .office ul li a {
    display: block;
    padding-top: 12px;
    width: 330px;
    height: 72px;
    border-radius: 70px;
    box-sizing: border-box;
    color: #727171;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
  }
  .common-p .key .office ul li a.active {
    color: #fff;
    background: #e4007f;
  }
  .common-p .key .img-box {
    margin-top: 80px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }

  /* cont00 */
  .common-p div[class^=cont0] .inner {
    position: relative;
    border: 3px solid #e4007f;
    margin: 80px auto 0;
    padding: 40px 10px 40px 40px;
    box-sizing: border-box;
  }
  .common-p div[class^=cont0] .inner h2 {
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 20px;
    font-size: 43px;
    font-weight: bold;
    background: #fff;
  }
  .common-p div[class^=cont0] .inner .box {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 30px;
  }
  .common-p div[class^=cont0] .inner .box .text {
    font-size: 32px;
    font-weight: bold;
  }
  .common-p div[class^=cont0] .inner .text {
    font-size: 32px;
    font-weight: bold;
  }
  .common-p div[class^=cont0] .inner table {
    margin-top: 20px;
    font-size: 34px;
  }
  .common-p div[class^=cont0] .inner table tr th {
    padding-left: 30px;
    width: 330px;
    font-weight: bold;
    text-align: left;
  }
  .common-p div[class^=cont0] .inner table tr td {
    padding: 8px 0;
    font-weight: bold;
  }
  .common-p div[class^=cont0] .inner .text-bold {
    margin-top: 20px;
    font-weight: bold;
  }
  .common-p div[class^=cont0] .inner ul li {
    position: relative;
    padding-left: 20px;
    font-size: 34px;
    font-weight: bold;
  }
  .common-p div[class^=cont0] .inner ul li::before {
    display: block;
    position: absolute;
    top: 18px;
    left: 0;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #111;
  }
  .common-p div[class^=cont0] .inner dl {
    margin: 30px 0 40px;
    font-size: 30px;
  }
  .common-p div[class^=cont0] .inner dl dt {
    position: relative;
    padding-left: 40px;
    font-weight: bold;
  }
  .common-p div[class^=cont0] .inner dl dt::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "Q";
    font-size: 30px;
    font-weight: bold;
  }
  .common-p div[class^=cont0] .inner iframe {
    margin-top: 30px;
  }
  .common-p .cont06 .inner {
    padding: 40px !important;
  }
  .common-p .contact-box .button {
    margin: 110px auto;
    width: 380px;
  }
  .common-p .contact-box .button a {
    padding-top: 20px;
    display: block;
    height: 77px;
    background: #b1c21b;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    box-sizing: border-box;
    border-radius: 70px;
  }


  /* common 営業所ページ green
  ------------------------------------------------------------------------*/
  /* key */
  .common-g .key {
    padding: 0 0 30px;
  }
  .common-g .key .office ul {
    margin-top: 10px;
    display: flex;
    justify-content: space-evenly;
  }
  .common-g .key .office ul li a {
    display: block;
    padding-top: 12px;
    width: 460px;
    height: 72px;
    border-radius: 70px;
    box-sizing: border-box;
    color: #009944;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #009944;
  }
  .common-g .key .office ul li a.active {
    color: #fff;
    background: #009944;
  }
  .common-g .key .img-box {
    margin-top: 80px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .common-g .key .img-box .img {
    margin: 20px;
  }
  .common-g .key .img-box .img img {
    margin: 20px;
  }

  /* cont00 */
  .common-g div[class^=cont0] .inner {
    position: relative;
    border: 3px solid #009944;
    margin: 80px auto 0;
    padding: 40px 10px 40px 40px;
    box-sizing: border-box;
  }
  .common-g div[class^=cont0] .inner h2 {
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 20px;
    font-size: 43px;
    font-weight: bold;
    background: #fff;
  }
  .common-g div[class^=cont0] .inner .flex {
    margin-top: 10px;
    display: flex;
    gap: 30px;
  }
  .common-g div[class^=cont0] .inner .flex .text {
    font-size: 35px;
    text-align: left;
    line-height: 1.5;
  }
  .common-g div[class^=cont0] .inner .box {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 30px;
  }
  .common-g div[class^=cont0] .inner .box .img {
    margin-top: 30px;
  }
  .common-g div[class^=cont0] .inner .box .text {
    margin-top: 29px;
    font-size: 32px;
    font-weight: bold;
  }
  .common-g div[class^=cont0] .inner p {
    margin: 10px 0;
    font-size: 35px;
    font-weight: bold;
    line-height: 2;
  }
  .common-g div[class^=cont0] .inner p.center {
    text-align: center;
  }
  .common-g div[class^=cont0] .inner .text {
    margin-top: 29px;
    font-size: 39px;
    font-weight: bold;
    text-align: center;
  }
  .common-g div[class^=cont0] .inner table {
    margin-top: 20px;
    font-size: 34px;
  }
  .common-g div[class^=cont0] .inner table tr th {
    padding-left: 30px;
    width: 330px;
    font-weight: bold;
    text-align: left;
  }
  .common-g div[class^=cont0] .inner table tr td {
    padding: 8px 0;
    font-weight: bold;
  }
  .common-g div[class^=cont0] .inner table tr td .red {
    color: #f00;
    font-weight: bold;
  }
  .common-g div[class^=cont0] .inner table.list tbody tr th {
    position: relative;
    padding-left: 40px;
  }
  .common-g div[class^=cont0] .inner table.list tbody tr th::before {
    display: block;
    position: absolute;
    top: 28px;
    left: 0;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000;
  }
  .common-g div[class^=cont0] .inner ul {
    margin-top: 30px;
  }
  .common-g div[class^=cont0] .inner ul li {
    position: relative;
    padding-left: 20px;
    font-size: 34px;
    font-weight: bold;
  }
  .common-g div[class^=cont0] .inner ul li::before {
    display: block;
    position: absolute;
    top: 18px;
    left: 0;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #111;
  }
  .common-g div[class^=cont0] .inner dl {
    margin: 30px 0 40px;
    font-size: 30px;
  }
  .common-g div[class^=cont0] .inner dl dt {
    position: relative;
    padding-left: 40px;
    font-weight: bold;
  }
  .common-g div[class^=cont0] .inner dl dt::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "Q";
    font-size: 30px;
    font-weight: bold;
  }
  .common-g div[class^=cont0] .inner iframe {
    margin-top: 30px;
  }
  .common-g div[class^=cont0] .text-c {
    margin-top: 200px;
    font-size: 45px;
    text-align: center;
  }
  .common-g .contact-box .button {
    margin: 110px auto;
    width: 380px;
  }
  .common-g .contact-box .button a {
    padding-top: 20px;
    display: block;
    height: 77px;
    background: #b1c21b;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    box-sizing: border-box;
    border-radius: 70px;
  }


  /* footer
  ------------------------------------------------------------------------*/
  footer {
    width: 100%;
    height: 260px;
    background: url(img/common_footer-bg.png) repeat-x;
  }
}


/*===============================================
横幅430px以下 sp
===============================================*/
@media screen and (max-width: 431px) {
  html,
  body,
  .wrap {
    width: 430px;
    position: relative;
  }
  .inner {
    width: auto;
  }
  img {
    max-width: 430px;
  }
  .pc {
    display: none;
  }


  /* header
  ------------------------------------------------------------------------*/
  header {
    height: 240px;
    background: url(img/common_header-bg.png) repeat-x;
    background-size: 130%;
  }
  header .inner {
    position: relative;
    padding: 10px 0 0 10px;
  }
  header .inner h1 img {
    width: 100px;
  }
  header .inner h2 {
    margin: 15px 0 0 0px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
  }
  header .inner nav .menu {
    position: absolute;
    top: 100px;
    right: 15px;
    display: flex;
    flex-direction: column;
  }
  header .inner nav .menu li {
    width: 288px;
    height: 80px;
    margin-top: 23px;
    padding-top: 6px;
    background: #fff;
    border-radius: 15px;
    border: 1px solid #e4007f;
    box-sizing: border-box;
    text-align: center;
  }
  header .inner nav .menu li a {
    display: inline-block;
    padding-top: 1px;
    color: #e4007f;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    line-height: 1.2;
  }
  header .inner nav .menu li a span {
    display: block;
    font-size: 26px;
    font-weight: bold;
  }
  header .inner nav .menu li:nth-of-type(3) {
    border: 1px solid #009944;
  }
  header .inner nav .menu li:nth-of-type(3) a {
    color: #009944;
  }
  header .inner nav .bottom-box {
    display: flex;
    justify-content: space-between;
  }
  header .inner nav .bottom-box .sub-menu {
    position: absolute;
    top: 450px;
    right: 15px;
    display: flex;
    flex-direction: column;
  }
  header .inner nav .bottom-box .sub-menu li {
    margin-top: 23px;
    font-size: 23px;
  }
  header .inner nav .bottom-box .sub-menu li a {
    display: block;
    width: 288px;
    height: 50px;
    padding: 12.5px 0 0 0;
    background: #ffe200;
    text-align: center;
    font-size: 26px;
    line-height: 1;
    font-weight: bold;
    box-sizing: border-box;
    border-radius: 45px;
  }
  header .inner nav .bottom-box .sub-menu li:nth-of-type(2) a {
    color: #fff;
    background: #b1c21b;
  }


  /* nav
  ------------------------------------------------------------------------*/
  #nav-btn {
    width: 70px;
    height: 70px;
    padding: 0 0;
    z-index: 9999;
    transition: all 0.5s;
    background: #e4007f;
    border-radius: 35px;
    position: fixed;
    top: 10px;
    right: 10px;
  }
  #nav-btn .menu-btn {
    position: absolute;
    width: 30px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  #nav-btn .menu-btn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
  }
  #nav-btn .menu-btn span:nth-of-type(1) {
    top: 0;
  }
  #nav-btn .menu-btn span:nth-of-type(2) {
    top: 11px;
  }
  #nav-btn .menu-btn span:nth-of-type(3) {
    bottom: 0;
  }
  #nav-btn.active {
    background: #fff;
  }
  #nav-btn.active .menu-btn span {
    background: #e4007f;
  }
  #nav-btn.active .menu-btn span:nth-of-type(1) {
    transform: translateY(11px) rotate(-45deg);
  }
  #nav-btn.active .menu-btn span:nth-of-type(2) {
    opacity: 0;
  }
  #nav-btn.active .menu-btn span:nth-of-type(3) {
    transform: translateY(-11px) rotate(45deg);
  }
  nav {
    display: none;
    width: 430px;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9990;
  }
  nav.active {
    display: block;
  }
  nav {
    width: 320px;
    height: 100vh;
    padding-top: 90px;
    background: #e4007f;
    position: fixed;
    top: 0;
    right: 0;
  }
  nav ul li a {
    display: block;
    width: 100%;
    padding: 20px 0 20px 50px;
    color: #fff;
  }
  nav ul li.sns {
    padding: 20px 0 20px 50px;
  }
  nav ul li.sns a {
    display: inline-block;
    width: auto;
    margin-right: 40px;
    padding: 0;
  }
  nav ul li.reserve {
    margin-top: 30px;
    text-align: center;
  }
  nav ul li.reserve a {
    display: block;
    width: 230px;
    background: #fff;
    margin: auto;
    padding: 11.5px 0;
    border-radius: 25px;
    color: #e4007f;
    font-size: 18px;
    font-weight: bold;
  }


  /* home
  ------------------------------------------------------------------------*/
  /* key */
  .home .key.inner {
    position: relative;
    padding: 0px 15px 50px;
  }
  .home .key.inner .img img {
    width: 100%;
  }
  .home .key.inner .img:nth-of-type(2) {
    margin-top: 15px;
  }
  .home .key.inner .img:nth-of-type(2) img {
    width: 100%;
  }
  .home .key.inner .text {
    position: relative;
    margin-top: 30px;
    padding-left: 120px;
    font-size: 26px;
    font-weight: bold;
    color: #e4007f;
    letter-spacing: 1.1px;
  }
  .home .key.inner .text::before {
    position: absolute;
    top: -20px;
    left: 0px;
    display: block;
    content: "";
    background: url(img/logo.png) no-repeat;
    background-size: 100px;
    width: 100px;
    height: 70px;
  }

  /* cont01 */
  .home .cont01 {
    background: rgba(228, 0, 127, 0.85);
    height: 650px;
    text-align: center;
  }
  .home .cont01 .inner {
    padding: 0 15px 0px;
  }
  .home .cont01 .inner h2 {
    position: relative;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    letter-spacing: 3px;
    padding-top: 40px;
  }
  .home .cont01 .inner h2::after {
    position: absolute;
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: block;
    width: 400px;
    height: 3px;
    background: #fff;
  }
  .home .cont01 .inner .box {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 15px;
    margin-top: 60px;
  }
  .home .cont01 .inner .box a.button {
    width: 100%;
    background: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 20px 0;
    box-sizing: border-box;
    font-size: 26px;
    font-weight: bold;
  }
  .home .cont01 .inner .box a.button span {
    font-size: 20px;
    font-weight: bold;
  }
  .home .cont01 .inner .box a.button span span {
    color: #e4007f;
  }
  .home .cont01 .inner .text {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    margin-top: 23px;
  }

  /* cont02 */
  .home .cont02 {
    background: rgba(228, 0, 127, 0.05);
  }
  .home .cont02 .inner {
    padding: 70px 0 50px;
  }
  .home .cont02 .inner h2 {
    position: relative;
    font-size: 32px;
    text-align: center;
    font-weight: bold;
  }
  .home .cont02 .inner h2::after {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: block;
    width: 270px;
    height: 3px;
    background: #111;
  }
  .home .cont02 .inner .text {
    margin-top: 37px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
  }
  .home .cont02 .inner .box-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px 0;
    gap: 20px;
  }
  .home .cont02 .inner .box-wrap .box {
    width: 300px;
    height: 300px;
    background: rgba(228, 0, 127, 0.7);
    text-align: center;
    border-radius: 20px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  }
  .home .cont02 .inner .box-wrap .box h3 {
    margin-top: 50px;
    height: 100px;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.3;
  }
  .home .cont02 .inner .box-wrap .box p.text01 {
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
  }
  .home .cont02 .inner .box-wrap .box p.text02 {
    margin-top: 30px;
    color: #fff;
    font-size: 22px;
  }

  /* cont03 */
  .home .cont03 {
    background: rgba(0, 153, 68, 0.05);
  }
  .home .cont03 h2 {
    padding-top: 40px;
    background: rgba(0, 153, 68, 0.85);
    height: 174px;
    box-sizing: border-box;
    font-size: 32px;
    color: #fff;
    text-align: center;
    font-weight: bold;
  }
  .home .cont03 .inner {
    padding: 50px 15px 80px;
  }
  .home .cont03 .inner .img-box {
    display: flex;
    flex-direction: column;
  }
  .home .cont03 .inner .img-box .img img {
    width: 100%;
  }
  .home .cont03 .inner .img-box .text {
    margin-top: 40px;
    font-size: 20px;
    line-height: 1.8;
  }
  .home .cont03 .inner .box-wrap {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 15px;
  }
  .home .cont03 .inner .box-wrap a.box {
    position: relative;
    display: block;
    width: 100%;
    height: 200px;
    background: #009944;
    border-radius: 20px;
    text-align: center;
  }
  .home .cont03 .inner .box-wrap a.box h3 {
    margin-top: 32px;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
  }
  .home .cont03 .inner .box-wrap a.box .text01 {
    margin-top: 10px;
    font-size: 20px;
  }
  .home .cont03 .inner .box-wrap a.box .text02 {
    position: absolute;
    top: 130px;
    left: 0;
    right: 0;
    font-size: 27px;
    color: #fff;
  }

  /* cont04 */
  .home .cont04 h2 {
    padding-top: 40px;
    height: 174px;
    box-sizing: border-box;
    background: #2ea8e1;
    color: #fff;
    font-size: 32px;
    text-align: center;
    font-weight: bold;
  }
  .home .cont04 .inner {
    padding: 50px 15px 100px;
  }
  .home .cont04 .inner .box {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 15px;
  }
  .home .cont04 .inner .box .button {
    display: block;
    padding-top: 19px;
    width: 100%;
    height: 125px;
    background: #2ea8e1;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 32px;
    text-align: center;
    font-weight: bold;
  }
  .home .cont04 .inner .box .button span {
    display: block;
    font-size: 27px;
    font-weight: bold;
  }
  .home .cont04 .inner .text01 {
    margin-top: 40px;
    font-size: 24px;
    text-align: center;
  }
  .home .cont04 .inner .text02 {
    position: relative;
    margin-top: 50px;
    font-size: 23px;
    text-align: center;
  }
  .home .cont04 .inner .text02::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    content: "";
    display: block;
    margin: 0 auto;
    width: 400px;
    height: 1px;
    border-bottom: 4px dashed #2ea8e1;
  }
  .home .cont04 .inner .img {
    margin-top: 50px;
    text-align: center;
  }
  .home .cont04 .inner .img img {
    width: 100%;
  }

    /* cont05 */
    .home .cont05 {
      background: rgba(187, 154, 123, 0.05);
    }
    .home .cont05 h2 {
      padding-top: 40px;
      background: rgba(187, 154, 123);
      height: 174px;
      box-sizing: border-box;
      font-size: 32px;
      color: #fff;
      text-align: center;
      font-weight: bold;
    }
    .home .cont05 .inner {
      padding: 50px 15px 80px;
    }
    .home .cont05 .inner .img-box {
      display: flex;
      flex-direction: column;
    }
    .home .cont05 .inner .img-box .img img {
      width: 100%;
    }
    .home .cont05 .inner .img-box .text {
      margin-top: 40px;
      font-size: 20px;
      line-height: 1.8;
    }
    .home .cont05 .inner .box-wrap {
      margin-top: 40px;
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      gap: 15px;
    }
    .home .cont05 .inner .box-wrap a.box {
      position: relative;
      display: block;
      width: 100%;
      height: 200px;
      background: #bb9a7b;
      border-radius: 20px;
      text-align: center;
    }
    .home .cont05 .inner .box-wrap a.box h3 {
      margin-top: 32px;
      color: #fff;
      font-size: 32px;
      font-weight: bold;
    }
    .home .cont05 .inner .box-wrap a.box .text01 {
      margin-top: 10px;
      font-size: 20px;
    }
    .home .cont05 .inner .box-wrap a.box .text02 {
      position: absolute;
      top: 130px;
      left: 0;
      right: 0;
      font-size: 27px;
      color: #fff;
    }


  /* request
  ------------------------------------------------------------------------*/
  /* cont01 */
  .request .cont01 .inner {
    padding: 0 15px;
  }
  .request .cont01 .inner h2 {
    margin: 0px auto;
    padding-top: 20px;
    height: 69px;
    background: #e4007f;
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    line-height: 1;
    border-radius: 60px;
    box-sizing: border-box;
    text-align: center;
  }
  .request .cont01 .inner .text {
    margin-top: 50px;
    font-size: 23px;
    text-align: center;
    line-height: 1.9;
    font-weight: bold;
  }
  .request .cont01 .inner .img-box {
    margin-top: 72px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    gap: 30px;
  }
  .request .cont01 .inner .text-box {
    margin-top: 162px;
    line-height: 2;
  }
  .request .cont01 .inner .text-box p {
    font-size: 25px;
    font-weight: bold;
  }
  .request .cont01 .inner .text-box p span {
    color: #f00;
  }
  .request .cont01 .inner .text-box ol {
    counter-reset: number 0;
  }
  .request .cont01 .inner .text-box ol li {
    padding-left: 35px;
    font-size: 25px;
    font-weight: bold;
    position: relative;
  }
  .request .cont01 .inner .text-box ol li::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: counter(number);
    counter-increment: number 1;
    font-size: 25px;
    text-align: center;
    width: 25px;
    height: 25px;
  }
  .request .cont01 .inner .text-box ol li::after {
    display: block;
    position: absolute;
    top: 10px;
    left: -2px;
    content: "";
    width: 25px;
    height: 25px;
    border: 2px solid #111;
    border-radius: 25px;
  }
  .request .cont01 .inner .text-box .text02 {
    margin-top: 100px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
  }
  .request .cont01 .inner .text-box .button {
    margin: 110px auto;
    width: 380px;
  }
  .request .cont01 .inner .text-box .button a {
    padding-top: 19px;
    display: block;
    height: 63px;
    background: #b1c21b;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    box-sizing: border-box;
    border-radius: 70px;
  }


  /* recruit
  ------------------------------------------------------------------------*/
  /* cont01 */
  .recruit .cont01 h2 {
    padding-top: 40px;
    height: 120px;
    background: #fff100;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
  }
  .recruit .cont01 .inner {
    padding: 0px 15px;
  }
  .recruit .cont01 .inner .box {
    margin-top: 60px;
    padding: 50px 15px;
    background: rgba(255, 241, 0, 0.3);
    border-radius: 10px;
  }
  .recruit .cont01 .inner .box h3 {
    font-size: 20px;
    margin-top: 35px;
    font-weight: bold;
    text-align: center;
  }
  .recruit .cont01 .inner .box ul {
    margin-top: 40px;
  }
  .recruit .cont01 .inner .box ul li a {
    display: block;
    margin-top: 30px;
    padding: 35px 65px 30px;
    font-size: 26px;
    text-align: center;
    background: #fff;
    line-height: 1;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  }
  .recruit .cont01 .inner .box table {
    margin-top: 50px;
  }
  .recruit .cont01 .inner .box table th {
    display: block;
    margin-top: 20px;
    font-size: 22px;
    font-weight: bold;
    text-align: left;
  }
  .recruit .cont01 .inner .box table td {
    display: block;
    font-size: 18px;
  }
  .recruit .cont01 .inner .box:nth-of-type(2) ul li a {
    line-height: 1.5;
  }
  .recruit .cont01 .inner .box:nth-of-type(3) table tr:nth-of-type(2) td {
    font-size: 17px;
    letter-spacing: -0.3px;
  }
  .recruit .cont01 .inner .text {
    margin: 30px 0;
    font-size: 18px;
    text-align: right;
  }


  /* contact
  ------------------------------------------------------------------------*/
  /* cont01 */
  .contact .cont01 .inner {
    padding: 0 15px 100px;
  }
  .contact .cont01 .inner h2 {
    margin-top: 45px;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    position: relative;
  }
  .contact .cont01 .inner h2::before {
    position: absolute;
    top: 0;
    left: 25%;
    content: "～";
    font-weight: normal;
  }
  .contact .cont01 .inner h2::after {
    position: absolute;
    top: 0;
    right: 25%;
    content: "～";
    font-weight: normal;
  }
  .contact .cont01 .inner .text01 {
    margin-top: 10px;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
  }
  .contact .cont01 .inner .tel {
    margin-top: 40px;
    padding-bottom: 65px;
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    background-image: linear-gradient(to right, #000, #000 18px, transparent 18px, transparent 32px);
    background-size: 32px 2px;
    background-position: left bottom;
    background-repeat: repeat-x;
  }
  .contact .cont01 .inner h3 {
    position: relative;
    margin-top: 70px;
    font-size: 25px;
    text-align: center;
    font-weight: bold;
  }
  .contact .cont01 .inner h3::before {
    position: absolute;
    content: "";
    display: block;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
    height: 2px;
    background: #72afcb;
  }
  .contact .cont01 .inner h3::after {
    position: absolute;
    content: "";
    display: block;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
    height: 2px;
    background: #72afcb;
  }
  .contact .cont01 .inner .text02 {
    margin-top: 60px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
  }
  .contact .cont01 .inner #mailformpro table {
    margin: 50px 0 60px;
    width: 100%;
  }
  .contact .cont01 .inner #mailformpro table tbody tr th {
    display: block;
    padding: 40px 0 10px;
    font-size: 23px;
    font-weight: bold;
    text-align: left;
  }
  .contact .cont01 .inner #mailformpro table tbody tr td {
    display: block;
    width: 100%;
  }
  .contact .cont01 .inner #mailformpro table tbody tr td input {
    padding: 20px;
    width: 100%;
    height: 82px;
    border: none;
    box-sizing: border-box;
    background: rgba(248, 183, 46, 0.1);
    font-size: 16px;
  }
  .contact .cont01 .inner #mailformpro table tbody tr td textarea {
    padding: 20px;
    width: 100% !important;
    height: 400px !important;
    border: none;
    box-sizing: border-box;
    line-height: 2;
    background: rgba(248, 183, 46, 0.1);
    font-size: 16px;
  }
  .contact .cont01 .inner #mailformpro .button input {
    display: block;
    margin: 0 auto;
    padding-top: 4px;
    width: 100%;
    height: 70px;
    background: #e4007f;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    border: none;
    border-radius: 10px;
  }


  /* サンクスページ
  ------------------------------------------------------------------------*/
  .thanks .cont01 h2 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #e4007f;
    background: transparent;
    margin-bottom: 25px;
    padding: 0;
  }
  .thanks .cont01 .text {
    line-height: 1.8;
    text-align: center;
    font-size: 14px;
  }
  .thanks .cont01 .button a {
    display: block;
    width: 250px;
    margin: auto;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 10px 0;
    text-align: center;
    background: #e4007f;
    color: #fff;
    margin: 30px auto;
    border-radius: 35px;
  }


  /* common 営業所ページ pink
  ------------------------------------------------------------------------*/
  /* key */
  .common-p .key {
    padding: 0 15px 30px;
  }
  .common-p .key .office ul {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .common-p .key .office ul li a {
    display: block;
    padding-top: 14px;
    width: 330px;
    height: 63px;
    border-radius: 63px;
    box-sizing: border-box;
    color: #727171;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
  }
  .common-p .key .office ul li a.active {
    color: #fff;
    background: #e4007f;
  }
  .common-p .key .img-box {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
  }
  .common-p .key .img-box .img {
    margin-bottom: 20px;
  }
  .common-p .key .img-box .img img {
    width: 100%;
  }

  /* cont00 */
  .common-p div[class^=cont0] .inner {
    position: relative;
    border: 3px solid #e4007f;
    margin: 60px 15px 0;
    padding: 20px 15px;
    box-sizing: border-box;
  }
  .common-p div[class^=cont0] .inner h2 {
    display: inline-block;
    position: absolute;
    top: -25px;
    left: 60px;
    right: 60px;
    margin: 0 auto;
    padding: 0 20px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    background: #fff;
  }
  .common-p div[class^=cont0] .inner .box {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .common-p div[class^=cont0] .inner .box .img {
    margin-top: 30px;
  }
  .common-p div[class^=cont0] .inner .box .img img {
    width: 100%;
  }
  .common-p div[class^=cont0] .inner .box .text {
    margin: 20px 0 20px;
    font-size: 18px;
  }
  .common-p div[class^=cont0] .inner .text {
    margin-top: 29px;
    font-size: 18px;
    font-weight: bold;
  }
  .common-p div[class^=cont0] .inner table {
    margin-top: 20px;
    font-size: 20px;
  }
  .common-p div[class^=cont0] .inner table tr th {
    display: block;
    width: 330px;
    font-weight: bold;
    text-align: left;
  }
  .common-p div[class^=cont0] .inner table tr td {
    display: block;
    padding: 8px 0 20px 20px;
    font-weight: bold;
  }
  .common-p div[class^=cont0] .inner ul li {
    position: relative;
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold;
  }
  .common-p div[class^=cont0] .inner ul li::before {
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #111;
  }
  .common-p div[class^=cont0] .inner dl {
    margin: 30px 0 20px;
    font-size: 18px;
  }
  .common-p div[class^=cont0] .inner dl dt {
    position: relative;
    padding-left: 20px;
    font-weight: bold;
  }
  .common-p div[class^=cont0] .inner dl dt::before {
    position: absolute;
    top: 0px;
    left: 0;
    display: block;
    content: "Q";
    font-size: 18px;
    font-weight: bold;
  }
  .common-p div[class^=cont0] .inner dl dd {
    margin-top: 10px;
    line-height: 2;
  }
  .common-p div[class^=cont0] .inner iframe {
    margin-top: 30px;
    height: 370px;
  }
  .common-p .cont06 .inner {
    padding: 40px 15px !important;
  }
  .common-p .contact-box .button {
    margin: 110px auto;
    width: 380px;
  }
  .common-p .contact-box .button a {
    padding-top: 19px;
    display: block;
    height: 63px;
    background: #b1c21b;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    box-sizing: border-box;
    border-radius: 70px;
  }


  /* common 営業所ページ green
  ------------------------------------------------------------------------*/
  /* key */
  .common-g .key {
    padding: 0 15px 30px;
  }
  .common-g .key .office ul {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .common-g .key .office ul li {
    margin-bottom: 30px;
  }
  .common-g .key .office ul li a {
    display: block;
    padding-top: 14px;
    width: 330px;
    height: 63px;
    border-radius: 63px;
    box-sizing: border-box;
    color: #009944;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #009944;
  }
  .common-g .key .office ul li a.active {
    color: #fff;
    background: #009944;
  }
  .common-g .key .img-box {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
  }
  .common-g .key .img-box .img img {
    width: 100%;
    margin-bottom: 20px;
  }

  /* cont00 */
  .common-g div[class^=cont0] .inner {
    position: relative;
    border: 3px solid #009944;
    margin: 60px 15px 0;
    padding: 20px 15px;
    box-sizing: border-box;
  }
  .common-g div[class^=cont0] .inner h2 {
    display: inline-block;
    position: absolute;
    top: -25px;
    left: 60px;
    right: 60px;
    margin: 0 auto;
    padding: 0 20px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    background: #fff;
  }
  .common-g div[class^=cont0] .inner .flex .img {
    margin-top: 20px;
  }
  .common-g div[class^=cont0] .inner .flex .img img {
    width: 100%;
  }
  .common-g div[class^=cont0] .inner .flex .img .text {
    text-align: center;
  }
  .common-g div[class^=cont0] .inner p {
    margin: 15px 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
  }
  .common-g div[class^=cont0] .inner .box {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .common-g div[class^=cont0] .inner .box .img {
    margin-top: 30px;
  }
  .common-g div[class^=cont0] .inner .box .img img {
    width: 100%;
  }
  .common-g div[class^=cont0] .inner .box .text {
    margin: 20px 0 20px;
    font-size: 18px;
  }
  .common-g div[class^=cont0] .inner .text {
    margin-top: 29px;
    font-size: 18px;
    font-weight: bold;
  }
  .common-g div[class^=cont0] .inner table {
    margin-top: 20px;
    font-size: 20px;
  }
  .common-g div[class^=cont0] .inner table tr th {
    display: block;
    width: 330px;
    font-weight: bold;
    text-align: left;
  }
  .common-g div[class^=cont0] .inner table tr td {
    display: block;
    padding: 8px 0 20px 100px;
    font-weight: bold;
  }
  .common-g div[class^=cont0] .inner table.list tbody tr {
    position: relative;
  }
  .common-g div[class^=cont0] .inner table.list tbody tr th {
    padding-top: 10px !important;
    display: table-cell;
    width: 100px;
  }
  .common-g div[class^=cont0] .inner table.list tbody tr td {
    padding: 10px 0 0 40px;
  }
  .common-g div[class^=cont0] .inner table.list tbody tr td .red {
    color: #f00;
    font-weight: bold;
  }
  .common-g div[class^=cont0] .inner p.center {
    text-align: center;
  }
  .common-g div[class^=cont0] .inner ul {
    margin-top: 20px;
  }
  .common-g div[class^=cont0] .inner ul li {
    position: relative;
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold;
  }
  .common-g div[class^=cont0] .inner ul li::before {
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #111;
  }
  .common-g div[class^=cont0] .inner dl {
    margin: 30px 0 20px;
    font-size: 18px;
  }
  .common-g div[class^=cont0] .inner dl dt {
    position: relative;
    padding-left: 20px;
    font-weight: bold;
  }
  .common-g div[class^=cont0] .inner dl dt::before {
    position: absolute;
    top: 0px;
    left: 0;
    display: block;
    content: "Q";
    font-size: 18px;
    font-weight: bold;
  }
  .common-g div[class^=cont0] .inner dl dd {
    margin-top: 10px;
    line-height: 2;
  }
  .common-g div[class^=cont0] .inner iframe {
    margin-top: 30px;
    height: 370px;
  }
  .common-g .cont06 .inner {
    padding: 40px 15px !important;
  }
  .common-g .contact-box .button {
    margin: 110px auto;
    width: 380px;
  }
  .common-g .contact-box .button a {
    padding-top: 19px;
    display: block;
    height: 63px;
    background: #b1c21b;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    box-sizing: border-box;
    border-radius: 70px;
  }
  .common-g .text-c {
    margin-top: 80px;
    font-size: 26px;
    text-align: center;
  }
  
  /* footer
  ------------------------------------------------------------------------*/
  footer {
    width: 100%;
    height: 130px;
    background: url(img/common_footer-bg.png) repeat-x;
    background-size: 130%;
  }
}


 /*mail form pro
----------------------------------------------------------*/
div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}
div#mfp_hidden input {
	margin: 10px;
}
div.mfp_thanks {
	padding: 30px;
}
div.mfp_thanks p {
	line-height: 1.7em;
}
div.mfp_thanks ul.mfp_caution {
	margin: 0px;
	padding: 0px;
}
div.mfp_thanks ul.mfp_caution li {
	display: block;
	color: #C00;
	margin: 0px;
	padding: 5px 0px;
}
div#mfp_thanks {
	text-align: center;
	font-size: 18px;
	padding: 20px 0px;
}
div#mfp_thanks strong {
	color: #C00;
	font-size: 24px;
}
form#mailformpro {
	padding: 10px 0px;
	box-sizing: border-box;
}
form#mailformpro dl dt {
	float: left;
	width: 160px;
	clear: both;
	font-size: 12px;
	padding: 10px 0px;
	text-align: right;
	border-top: solid 1px #CCC;
	margin: 0px;
}
form#mailformpro dl dd {
	border-top: solid 1px #CCC;
	margin: 0px;
	padding: 10px 5px 20px 170px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
}
form#mailformpro dl dd ul, form#mailformpro dl dd ol {
	margin: 0px;
	padding: 0px;
}
form#mailformpro dl dd ul li, form#mailformpro dl dd ol li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.must {
	display: block;
	background-color: #C00;
	border: solid 2px #C00;
	text-shadow: 0px 1px 2px #933;
	padding: 2px 5px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
}
.optionally {
	display: block;
	background-color: #06C;
	border: solid 2px #06C;
	text-shadow: 0px 1px 2px #933;
	padding: 2px 5px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
}
form#mailformpro label {
	border-radius: 3px;
	margin: 3px;
	display: inline-block;
	white-space: nowrap;
}
table#mfp_confirm_table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
	margin: 20px 0;
}
table#mfp_confirm_table tr.mfp_colored {
	background-color: #F6F7F9;
}
table#mfp_confirm_table tr.mfp_achroma {
	background-color: #FFF;
}
table#mfp_confirm_table tr th, table#mfp_confirm_table tr td {
	text-align: left;
	border-top: solid 1px #CCC;
	padding: 9px;
}
table#mfp_confirm_table tr th {
	white-space: nowrap;
	width: 200px;
}
table#mfp_confirm_table tr td {
	line-height: 1.5em;
	word-break: break-all;
}
div#mfp_phase_confirm {
	clear: both;
}
div#mfp_phase_confirm h4 {
	font-size: 36px;
	padding: 10px 0px 0px 0px;
	text-align: center;
}
div#mfp_overlay {
	position: absolute;
	display: none;
	z-index: 10001;
}
div#mfp_overlay_inner {
	background-color: #FFF;
	padding: 15px;
	margin: 0px auto;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #000;
	width: 640px;
	max-width: 90%;
}
div#mfp_overlay_background {
	background-color: #000;
	position: absolute;
	display: none;
	z-index: 10001;
}
div#mfp_loading_screen {
	z-index: 20000;
	opacity: 0.8;
	display: none;
	background-color: #000;
	position: absolute;
}
div#mfp_loading {
	z-index: 20001;
	position: absolute;
	display: none;
	width: 40px;
	height: 40px;
	background-image: url(img/mfp_loading.gif);
}
.mfp_colored {
	background-color: #F6F7F9;
}
.mfp_achroma {
	background-color: #FFF;
}
div.mfp_err {
	clear: both;
	display: none;
	margin: 5px 0 0 0px;
	padding: 3px 0px 5px 17px;
	color: #F00;
	font-size: 14px;
	line-height: normal;
	background-repeat: no-repeat;
	background-position: 0px 7px;
	background-image: url(img/mfp_error.gif);
}
.privacy_check div.mfp_err {
	width: 330px;
	text-align: center;
	margin: 5px auto 0px;
}
.mfp_parent_error {
	border: solid 2px #F00;
}
.problem {
	background-color: #FCC;
}
div#mfp_error {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_error p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_error p strong {
	font-size: 18px;
	color: #F00;
}
div#mfp_warning {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
	border-radius: 5px;
}
div#mfp_warning p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_warning p strong {
	font-size: 18px;
	color: #F00;
}
div#mfp_price {
	color: #C00;
	font-size: 36px;
	padding: 10px;
	font-weight: bolder;
}
div#mfp_price span {
	color: #666;
	font-size: 12px;
	font-weight: normal;
}
button.mfp_next, button.mfp_prev {
	font-size: 18px;
	margin: 10px;
	padding: 5px 10px;
}
button.mfp_next {
	float: right;
}
button.mfp_prev {
	float: left;
}
ul#mfp_phase_stat {
	padding: 10px;
	text-align: center;
}
ul#mfp_phase_stat li {
	display: inline-block;
	padding: 8px 15px;
	border-radius: 5px;
	margin: 0px 5px;
	list-style: none;
	font-size: 14px;
}
ul#mfp_phase_stat li.mfp_phase_arrow {
	box-shadow: none;
	color: #999;
	padding: 8px 0px;
}
ul#mfp_phase_stat li.mfp_active_phase {
	box-shadow: 0px 1px 6px #000;
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
	background-color: #0068B7;
	border: solid 2px #0068B7;
	font-weight: bolder;
	color: #FFF;
	text-shadow: 0px 1px 3px #000;
}
ul#mfp_phase_stat li.mfp_inactive_phase {
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
	background-color: #EEE;
	border: solid 2px #EEE;
	color: #999;
	box-shadow: 0px 1px 6px #CCC;
}
div#mfp_shopping_cart {
	border: solid 1px #CCC;
	margin: 0px;
	padding: 0px;
}
div#mfp_shopping_cart p {
	margin: 0px;
	text-align: center;
	padding: 20px 10px;
	font-size: 12px;
	background-color: #FEE;
}
table.mfp_shoppingcart {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}
table.mfp_shoppingcart thead tr td {
	background-color: #EEE;
	border-bottom: solid 1px #CCC;
	text-align: center;
	font-size: 12px;
	padding: 5px;
}
table.mfp_shoppingcart tbody tr th, table.mfp_shoppingcart tbody tr td {
	font-size: 12px;
	padding: 5px;
	border-bottom: solid 1px #CCC;
}
table.mfp_shoppingcart tbody tr td select {
	display: block;
	margin: 0px auto;
	text-align: center;
}
table.mfp_shoppingcart tbody tr td select option {
	text-align: center;
}
table.mfp_shoppingcart tbody tr th span {
	display: block;
	font-weight: normal;
	font-size: 10px;
	color: #666;
	padding: 3px 0px;
}
table.mfp_shoppingcart tfoot tr td {
	padding: 5px;
	font-size: 16px;
	font-weight: bolder;
	color: #900;
}
td.msc_price {
	font-size: 12px;
	text-align: right;
}
div.mfp_buttons {
	clear: both;
	padding: 10px 0px;
	text-align: center;
}
div.mfp_buttons button#mfp_button_send {
	padding: 10px 100px;
	background-color: #e4007f;
	border: 1px solid #e4007f;
	color: #FFFFFF;
	cursor: pointer;
}
div.mfp_buttons button#mfp_button_cancel {
	padding: 10px 100px;
	border: 1px solid #e4007f;
	color: #e4007f;
	cursor: pointer;
	background: #fff;
}
.imagebutton {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	background: none;
}
.mfp_element_checkbox,
.mfp_element_radio {
	vertical-align: middle;
	margin: 0px 2px;
}
.mfp_element_file {
	font-size: 12px;
	display: inline-block;
	padding: 10px 10px;
	vertical-align: middle;
	border: solid 1px #CCC;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #CCC inset;
	background: #EEE;
}
.mfp_element_reset {
	color: #333;
}
button.mfp_next, button.mfp_prev {
	font-size: 14px;
}
input#mfp_reserve_item, input#mfp_reserve_date {
	display: none;
}
div#mfp_reserve_wrapper {
	position: relative;
	overflow: hidden;
	border: solid 1px #CCC;
}
div#mfp_reserve_inner {
	position: relative;
	padding: 0px 0px 0px 100px;
	overflow: auto;
}
div#mfp_reserve_wrapper table {
	border-spacing: 0px;
	border-collapse: collapse;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_label {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	background-color: #FEE;
	z-index: 100;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value {
	padding: 0px 0px 0px 0px;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning {
	cursor: pointer;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active:hover,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning:hover {
	background-color: #E8EEF9;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_current {
	background-color: #0068B7;
	color: #FFF;
}
td.mfp_reserve_disabled {
	background-color: #CCC;
}
td.mfp_reserve_warning {
	background-color: #FFC;
}
div#mfp_reserve_wrapper table tr td, div#mfp_reserve_wrapper table tr th {
	border: solid 1px #CCC;
	padding: 0px 5px;
	font-size: 12px;
	text-align: center;
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-weight: normal;
	height: 20px;
	text-align: left;
}
td.mfp_reserve_week_0 {
	color: #F00;
	background-color: #FEE;
}
td.mfp_reserve_week_6 {
	color: #00F;
	background-color: #EEF;
}
div.mfp_ok {
	border: solid 1px #111;
	display: inline-block;
	padding: 1px 10px;
	margin-top: 5px;
	color: #111;
	font-size: 12px;
	display: none;
}
div.prefcodeWrapper {
	position: relative;
}
div.prefcodeResult {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px;
	border: solid 1px #CCC;
	background-color: #FFF;
	box-shadow: 0px 0px 5px #CCC;
	display: none;
}
div.prefcodeResult div {
	cursor: pointer;
}
div.prefcodeResult div:hover {
	background-color: #C9EBFB;
}
div.prefcodeResult div.prefcodeNext {
	background-color: #EEE;
	text-align: center;
}
div.prefLoading {
	padding: 60px 100px;
	background: url(img/mfp_zip_loading.gif) no-repeat center center;
}
.hidefield {
	height: 0px;
	overflow: hidden;
}
.showfield {
	height: auto;
	overflow: visible;
}
div.mfp_attached_thumbnails {
	display: none;
	padding: 5px;
	margin: 5px auto;
	border: solid 1px #CCC;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #CCC inset;
	background: #EEE;
}
div.mfp_attached_thumbnails ul {
	margin: 0px;
	padding: 0px;
}
form#mailformpro dl dd div.mfp_attached_thumbnails ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	border: solid 4px #FFF;
	margin: 5px;
	box-shadow: 0px 2px 5px #999;
}
form#mailformpro dl dd div.mfp_attached_thumbnails ul li a {
	display: block;
	max-height: 100px;
	overflow: hidden;
}
div.mfp_attached_thumbnails ul li a img {
	display: block;
	max-width: 80px;
}
button.mfp_attached_reset {
	font-size: 14px;
}
div#mfp_OperationCheck div#mfp_OperationCheck_inner {
	display: none;
}
div#mfp_OperationCheck strong {
	background: #090;
	display: block;
	color: #222;
	text-align: center;
	border-radius: 3px;
}
div#mfp_OperationCheck * {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}
div#mfp_OperationCheck p {
	padding: 0px 5px;
	margin: 0px;
	font-size: 12px;
}
div#mfp_OperationCheck p a {
	color: #0C0;
	text-decoration: none;
}
div#mfp_OperationCheck p a:hover,
div#mfp_OperationCheck p button:hover {
	text-decoration: underline;
}
div#mfp_OperationCheck p button {
	border: none;
	background: none;
	color: #0C0;
	cursor: pointer;
}
div#mfp_OperationCheck ul li,
div#mfp_OperationCheck ul li label,
div#mfp_OperationCheck ul li label input {
	line-height: 12px;
	font-size: 12px;
	list-style: none;
	vertical-align: middle;
}
div#mfp_OperationCheck ul li {
	padding: 5px 10px;
}

div#mfp_OperationCheck ul li {
	text-decoration: underline;
}
button#mfp_recorder_record,
button#mfp_recorder_clear,
button#mfp_recorder_restore {
	border-radius: 5px;
	padding: 5px 10px 5px 2em;
	border: solid 1px #CCC;
	background: linear-gradient(#EEE, #CCC);
	text-shadow: 0px 2px 0px #FFF;
	font-size: 16px;
	cursor: pointer;
	outline: none;
	display: inline-block;
	margin: 5px auto;
}
button#mfp_recorder_record {
	background: url(img/mfp_record_disabled.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
button#mfp_recorder_clear {
	background: url(img/mfp_record_remove.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
button#mfp_recorder_restore {
	background: url(img/mfp_record_restore.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
button.enabled#mfp_recorder_record,
button.enabled#mfp_recorder_clear,
button.enabled#mfp_recorder_restore {
	background: url(img/mfp_record_enabled.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
div#mfp_recorder_wrap {
	border: solid 1px #CCC;
	padding: 10px;
	text-align: center;
	margin: 5px auto;
}
td.request_image {
	width: 100px;
}
td.request_image img {
	max-width: 100px;
}
span.mfp_tips {
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
	background-color: #FCC;
	display: block;
	border-radius: 5px;
	padding: 10px;
	margin: 2px;
	box-shadow: 0px 2px 10px #999;
}
span.mfp_tips strong {
	color: #800040;
}
span.mfp_tips span {
	display: block;
	padding: 10px;
	color: #008080;
}
span.mfp_tips em {
	font-style: normal;
	color: #090;
	font-weight: bold;
}
@media screen and (max-width: 1240px) {
	div#mfp_overlay_background {
		width: 1240px !important;
		height: 100% !important;
	}
	div#mfp_overlay {
		width: 1240px !important;
	}
}
@media screen and (max-width: 800px) {
	form#mailformpro dl dt {
		float: none;
		width: auto;
		font-size: 12px;
		padding: 5px;
		text-align: left;
	}
	form#mailformpro dl dd {
		clear: both;
		border-top: none;
		padding: 5px 15px;
		font-size: 12px;
		line-height: 1.5em;
	}
	div.mfp_buttons button {
		font-size: 14px;
	}
	div#mfp_phase_confirm h4 {
		font-size: 18px;
	}
	ul#mfp_phase_stat {
		padding: 0px;
		text-align: left;
	}
	ul#mfp_phase_stat li {
		text-align: center;
		padding: 5px 0px;
		border-radius: 3px;
		margin: 5px;
		list-style: none;
		font-size: 14px;
		width: 28%;
	}
	ul#mfp_phase_stat li.mfp_phase_arrow {
		box-shadow: none;
		display: none;
	}
	table#mfp_confirm_table tr th {
		white-space: nowrap;
		width: 150px;
	}
	div#mfp_thanks {
		text-align: center;
		font-size: 18px;
		padding: 20px 0px;
	}
	div#mfp_thanks strong {
		color: #C00;
		font-size: 24px;
		display: block;
	}
}
@media screen and (max-width: 431px) {
	div#mfp_overlay_background {
		width: 430px !important;
		height: 100% !important;
	}
	div#mfp_overlay {
		width: 430px !important;
	}
	div#mfp_overlay_inner {
		width: 390px;
		max-width: none;
	}
	div.mfp_buttons button#mfp_button_send {
		padding: 10px 0;
		width: 300px;
		margin-bottom: 10px;
	}
	div.mfp_buttons button#mfp_button_cancel {
		padding: 9px 0;
		width: 300px;
		margin-right: 3px;
	}
}