@charset "UTF-8";

@font-face {
    font-family: 'BickhamScriptPro';
    src: url('../font/BickhamScriptPro.otf') format('otf'), url('../font/BickhamScriptPro.woff') format('woff'), url('../font/BickhamScriptPro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}

html {
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .05em;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif
}

body {
    margin: 0;
    padding: 0;
    color: #333;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    line-height: 1.5
}

* {
    box-sizing: border-box
}

img {
    border: 0;
    margin: 0;
    vertical-align: top;
    width: 100%;
    max-width: 100%
}

p {
    line-height: 1.5;
    margin: 0 0 1em;
    padding: 0
}

p:last-child {
    margin-bottom: 0
}

a {
    color: #333;
    text-decoration: none
}

a:link,
a:visited {
    color: #333;
    text-decoration: none
}

input,
textarea,
select {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 16px !important;
    -webkit-appearance: none;
    border-radius: 0;
    outline: 0
}

input[type="submit"] {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%
}

table {
    border-collapse: collapse
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0
}

.outerBlock {
    min-width: 375px;
    overflow: hidden
}

.innerBlock {
    width: auto;
    margin: 0 auto;
    padding: 0 10px;
    position: relative
}

#wrapper {
    position: relative;
/*
    padding: 56px 0 0;
    min-width: 375px;
    overflow: hidden
    */
    padding: 20px 0 0;
}

a {
    transition: .3s ease-in-out
}

a:hover {
    opacity: .7
}

#header html,
#nav html {
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .05em;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif
}

#header body,
#nav body {
    margin: 0;
    padding: 0;
    color: #333;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    line-height: 1.5
}

#header *,
#nav * {
    box-sizing: border-box
}

#header img,
#nav img {
    border: 0;
    margin: 0;
    vertical-align: top;
    width: 100%;
    max-width: 100%
}

#header p,
#nav p {
    line-height: 1.5;
    margin: 0 0 1em;
    padding: 0
}

#header p:last-child,
#nav p:last-child {
    margin-bottom: 0
}

#header a,
#nav a {
    color: #333;
    text-decoration: none
}

#header a:link,
#nav a:link,
#header a:visited,
#nav a:visited {
    color: #333;
    text-decoration: none
}

#header input,
#nav input,
#header textarea,
#nav textarea,
#header select,
#nav select {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 16px !important;
    -webkit-appearance: none;
    border-radius: 0;
    outline: 0
}

#header input[type="submit"],
#nav input[type="submit"] {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%
}

#header table,
#nav table {
    border-collapse: collapse
}

#header ul,
#nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#header h1,
#nav h1,
#header h2,
#nav h2,
#header h3,
#nav h3,
#header h4,
#nav h4,
#header h5,
#nav h5,
#header h6,
#nav h6 {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0
}

#header .outerBlock,
#nav .outerBlock {
    min-width: 375px;
    overflow: hidden
}

#header .innerBlock,
#nav .innerBlock {
    width: auto;
    margin: 0 auto;
    padding: 0 10px;
    position: relative
}

#header #wrapper,
#nav #wrapper {
    position: relative;
    padding: 56px 0 0;
    min-width: 375px;
    overflow: hidden
}

#header a,
#nav a {
    transition: .3s ease-in-out
}

#header a:hover,
#nav a:hover {
    opacity: .7
}

#header {
    background: #fff;
    width: 100%;
    height: 56px;
    padding: 0;
    border: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999
}

#header .innerBlock {
    padding: 8px 10px 0
}

#header .logo {
    width: 184px
}

#header .logo img {
    display: block
}

#header .logo img + img {
    margin-top: 5px;
    width: 136px
}

#header #menuBtn {
    transition: .3s ease-in-out;
    position: absolute;
    top: 0;
    right: 5px;
    width: 55px;
    height: 55px;
    z-index: 99999
}

#header #menuBtn span {
    transition: .3s ease-in-out;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 2px;
    background-color: #e3408e
}

#header #menuBtn span:nth-of-type(1) {
    top: 17px
}

#header #menuBtn span:nth-of-type(2) {
    top: 0;
    bottom: 0
}

#header #menuBtn span:nth-of-type(3) {
    bottom: 17px
}

#header #menuBtn.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg)
}

#header #menuBtn.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: active-menu-bar02 .8s forwards;
    animation: active-menu-bar02 .8s forwards
}

#header #menuBtn.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg)
}

#nav {
    display: none;
    background: rgba(227, 64, 142, 0.9);
    position: fixed;
    top: 56px !important;
    left: 0;
    width: 100%;
    z-index: 9999
}

#nav .list li {
    position: relative
}

#nav .list li + li {
    border-top: 1px solid #fff
}

#nav .list li a {
    display: flex;
    justify-content: space-between;
    padding: 0 40px 0 50px;
    height: 50px;
    line-height: 50px;
    letter-spacing: 0;
    color: #fff;
    font-size: 14px;
    text-align: left;
    font-weight: bold
}

#nav .list li a span {
    display: inline-block;
    letter-spacing: .15em;
    color: #fff;
    font-size: 10px;
    font-weight: normal
}

#footer html,
#cnvBlock html {
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .05em;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif
}

#footer body,
#cnvBlock body {
    margin: 0;
    padding: 0;
    color: #333;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    line-height: 1.5
}

#footer *,
#cnvBlock * {
    box-sizing: border-box
}

#footer img,
#cnvBlock img {
    border: 0;
    margin: 0;
    vertical-align: top;
    width: 100%;
    max-width: 100%
}

#footer p,
#cnvBlock p {
    line-height: 1.5;
    margin: 0 0 1em;
    padding: 0
}

#footer p:last-child,
#cnvBlock p:last-child {
    margin-bottom: 0
}

#footer a,
#cnvBlock a {
    color: #333;
    text-decoration: none
}

#footer a:link,
#cnvBlock a:link,
#footer a:visited,
#cnvBlock a:visited {
    color: #333;
    text-decoration: none
}

#footer input,
#cnvBlock input,
#footer textarea,
#cnvBlock textarea,
#footer select,
#cnvBlock select {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 16px !important;
    -webkit-appearance: none;
    border-radius: 0;
    outline: 0
}

#footer input[type="submit"],
#cnvBlock input[type="submit"] {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%
}

#footer table,
#cnvBlock table {
    border-collapse: collapse
}

#footer ul,
#cnvBlock ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#footer h1,
#cnvBlock h1,
#footer h2,
#cnvBlock h2,
#footer h3,
#cnvBlock h3,
#footer h4,
#cnvBlock h4,
#footer h5,
#cnvBlock h5,
#footer h6,
#cnvBlock h6 {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0
}

#footer .outerBlock,
#cnvBlock .outerBlock {
    min-width: 375px;
    overflow: hidden
}

#footer .innerBlock,
#cnvBlock .innerBlock {
    width: auto;
    margin: 0 auto;
    padding: 0 10px;
    position: relative
}

#footer #wrapper,
#cnvBlock #wrapper {
    position: relative;
    padding: 56px 0 0;
    min-width: 375px;
    overflow: hidden
}

#footer a,
#cnvBlock a {
    transition: .3s ease-in-out
}

#footer a:hover,
#cnvBlock a:hover {
    opacity: .7
}

#mapCnt .innerBlock {
    width: 355px;
    padding: 40px 0 0
}

#mapCnt .lead {
    padding: 0 5px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 15px;
    font-weight: 500
}

#mapCnt .lead .big {
    display: inline-block;
    line-height: 1.3;
    font-size: 18px
}

#mapCnt .lead .col01 {
    color: #e3408e;
    font-size: 25px
}

#mapCnt .map {
    position: relative;
    margin: 0 auto;
    padding: 0 0 250px;
    z-index: 1
}

#mapCnt .map .img {
    padding: 0 10px 0 20px;
    text-align: center
}

#mapCnt .map .link {
    position: absolute
}

#mapCnt .map .link.kanto {
    bottom: 30px;
    right: 0
}

#mapCnt .map .link.hokkaido {
    top: 0;
    right: 130px
}

#mapCnt .map .link.tohoku {
    top: 130px;
    right: 10px
}

#mapCnt .map .link.tokai {
    bottom: 190px;
    right: 120px
}

#mapCnt .map .link.hokuriku {
    top: 100px;
    right: 180px
}

#mapCnt .map .link.kinki {
    bottom: 160px;
    left: 40px
}

#mapCnt .map .link.chugoku {
    top: 75px;
    left: 0
}

#mapCnt .map .link.kyushu {
    bottom: 50px;
    left: 0
}

#mapCnt .map .link li + li {
    margin: 10px 0 0
}

#mapCnt .map .link li a {
    display: inline-block;
    background: #eeede9;
    min-width: 78px;
    height: 35px;
    line-height: 33px;
    padding: 0 8px 0 25px;
    color: #333;
    padding: 0 12px 0 28px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    border-bottom: solid 2px #ccc9bc;
    position: relative
}

#mapCnt .map .link li a:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #e3408e;
    border-style: solid;
    border-width: 3px 0 3px 6px;
    position: absolute;
    top: 0;
    bottom: 2px;
    left: 10px;
    margin: auto
}

.mensBnr {
    padding: 0 0 60px;
    text-align: center
}

.mensBnr a {
    display: block
}

#cnvBlock {
    padding: 30px 0;
    background: #f1ece5;
    width: 100%;
    height: 105px;
    padding: 10px 0 0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999
}

#cnvBlock .lead {
    margin: 0 0 5px;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 14px;
    font-weight: bold
}

#cnvBlock .block {
    display: flex;
    align-items: flex-start;
    justify-content: center
}

#cnvBlock .block .telBtn {
    flex-basis: calc(50% - 5px)
}

#cnvBlock .block .telBtn a {
    display: block;
    background: linear-gradient(to top, #b8b800, #dcdc34);
    width: 100%;
    height: 55px;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    border-radius: 5px
}

#cnvBlock .block .telBtn a .ico {
    display: block;
    background: #fff;
    width: 126px;
    height: 18px;
    line-height: 18px;
    margin: 0 auto 5px;
    letter-spacing: 0;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    position: relative
}

#cnvBlock .block .telBtn a .ico:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    border-width: 5px 3px 0 3px
}

#cnvBlock .block .telBtn a .txt {
    display: inline-block;
    padding: 0 0 0 30px;
    font-size: 16px;
    font-weight: bold;
    position: relative
}

#cnvBlock .block .telBtn a .txt:before {
    content: '';
    display: block;
    background: url(../img/common/ico-tel.png) center center no-repeat;
    background-size: 100%;
    width: 18px;
    height: 23px;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto
}

#cnvBlock .block .mailBtn {
    flex-basis: calc(50% - 5px);
    margin: 0 0 0 10px
}

#cnvBlock .block .mailBtn a {
    display: block;
    background: linear-gradient(to top, #00b377, #36dbb2);
    border-radius: 5px;
    width: 100%;
    height: 55px;
    line-height: 1;
    padding: 27px 0 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0;
    position: relative
}

#cnvBlock .block .mailBtn a .txt {
    display: inline-block;
    margin: 5px 0 0;
    padding: 0 0 0 30px;
    letter-spacing: -0.05em;
    font-size: 16px;
    font-weight: bold;
    position: relative
}

#cnvBlock .block .mailBtn a .txt:before {
    content: '';
    display: block;
    background: url(../img/common/ico-mail.png) center center no-repeat;
    background-size: 100%;
    width: 21px;
    height: 18px;
    position: absolute;
    left: 0;
    margin: auto
}

#cnvBlock .block .mailBtn a .ico {
    background: #fff;
    width: 126px;
    height: 18px;
    line-height: 18px;
    margin: 0 auto 5px;
    padding: 0;
    letter-spacing: 0;
    color: #333;
    font-size: 14px;
    position: absolute;
    top: 5px;
    right: 0;
    left: 0;
    border-radius: 5px
}

#cnvBlock .block .mailBtn a .ico:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    border-width: 5px 3px 0 3px
}

#footer {
    padding: 30px 0 105px;
    border-top: 15px solid #e3408e
}

#footer .innerBlock {
    padding: 0 10px
}

#footer .block .box {
    padding: 0 0 15px
}

#footer .block .box + .box {
    padding-top: 15px;
    border-top: 1px solid #d6d6d6
}

#footer .block .box .ttl {
    margin: 0 0 20px;
    line-height: 1;
    color: #e3408e;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 15px !important
}

#footer .block .box .siteLink {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0
}

#footer .block .box .siteLink li {
    flex-basis: calc(50% - 8px);
    position: relative;
    padding: 0 0 0 15px;
    letter-spacing: 0
}

#footer .block .box .siteLink li:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: -3px;
    margin: auto
}

#footer .block .box .siteLink li:nth-child(n+3) {
    margin-top: 5px
}

#footer .block .box .siteLink li a {
    font-size: 14px;
    font-weight: bold
}

#footer .othLink {
    padding: 15px 5px;
    border-top: 1px solid #d6d6d6
}

#footer .othLink .link {
    font-size: 0
}

#footer .othLink .link li {
    display: inline-block;
    width: 48%;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .1em;
    text-align: left
}

#footer .othLink .link li + li {
    margin-left: 10px
}

#footer .othLink .link li:nth-child(odd) {
    margin-left: 0
}

#footer .othLink .link li:nth-child(n+3) {
    margin-top: 5px
}

#footer .copyright {
    margin: 0 -10px;
    padding: 15px 0;
    text-align: center;
    border-top: 1px solid #d6d6d6
}

#footer .copyright .copy {
    letter-spacing: .1em;
    font-size: 10px !important;
    font-weight: 500
}

#pageTop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9998
}

#pageTop a {
    text-indent: -999px;
    display: block;
    background: #e3408e;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 20px;
    font-weight: bold;
    border-radius: 50%;
    position: relative
}

#pageTop a:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    top: -5px;
    bottom: 0;
    margin: auto;
    border-color: transparent transparent #fff transparent;
    border-style: solid;
    border-width: 0 6px 10px 6px
}

.cntTtl {
    margin: 0 0 25px;
    text-align: center;
    line-height: 1;
    font-size: 20px;
    font-weight: bold;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif
}

.cntTtl span {
    display: block;
    margin: 10px 0 0;
    color: #e3408e;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
    font-size: 10px;
    letter-spacing: .3em;
    transform: scale(0.8)
}

.btmTtl {
    margin: 0 0 5px;
    text-align: center;
    line-height: 1;
    font-size: 13px;
    font-weight: bold;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif
}

.btmTtl span {
    display: inline-block;
    padding: 0 20px;
    position: relative
}

.btmTtl span:before,
.btmTtl span:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #e3408e transparent transparent transparent;
    border-width: 8px 4.5px 0 4.5px;
    position: absolute;
    bottom: 3px
}

.btmTtl span:before {
    left: 0
}

.btmTtl span:after {
    right: 0
}

.cmnBtn {
    text-align: center
}

.cmnBtn.right {
    text-align: right
}

.cmnBtn a {
    display: inline-block;
    min-width: 150px;
    height: 40px;
    line-height: 38px;
    padding: 0 15px 0 0;
    text-align: center;
    color: #e3408e;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    border: 1px solid #e3408e;
    border-radius: 19px
}

.cmnBtn a span {
    display: inline-block;
    position: relative
}

.cmnBtn a span:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    margin: auto;
    border-color: transparent transparent transparent #e3408e;
    border-style: solid;
    border-width: 5px 0 5px 8px
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
    -webkit-appearance: none;
    border-radius: 0
}

label {
    position: relative;
    display: block
}

.inputBox,
.radioBox,
.checkBox {
    position: relative
}

.radioBox input[type="radio"] {
    display: inline-block;
    opacity: 0;
    position: absolute;
    top: -20px;
    left: 0
}

.formError {
    opacity: .87;
    position: absolute !important;
    top: -40px !important;
    left: 0 !important;
    margin-top: 0 !important;
    z-index: 100;
    background-color: #e3408e;
    padding: 10px;
    border-radius: 5px;
    color: #FF0;
    line-height: 100%;
    width: auto;
    font-size: 14px
}

#cnvBlock {
    margin: 0
}

@media screen and (max-width:799px) {
    #cnvBlock {
        display: none
    }
}

.radioBox .formError {
    min-width: 140px
}

.checkBox .formError {
    min-width: 210px
}

.formError:after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5px 0 5px;
    border-color: #e3408e transparent transparent transparent
}

#main #kvCnt {
/*    background-image: url(../img/contact/kv.jpg);*/
    padding: 20px 0 0;
    text-align: center;
}

#main #kvCnt .ttl {
    letter-spacing: 0;
    line-height: 1.35;
    color: #404040;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 26px;
    font-weight: 700
}

@media screen and (max-width:799px) {
    #main #kvCnt {
/*        min-height: 123px;*/
        background: linear-gradient(to right, #f2f4f3, #fff);
        padding: 2px 0
    }

    #main #kvCnt .innerBlock {
        width: 100%;
        padding: 0;
    }

    #main #kvCnt .ttlBox {
        display: flex;
        justify-content: center;
        align-items: center;
/*
        background: url(../img/common/pageTtl-bg.png) center center no-repeat;
        background-size: 250px auto;
*/
        min-height: 100px;
        text-align: center;
        position: relative
    }

    #main #kvCnt .ttlBox .ttl {
        padding: 0 0 8px;
        letter-spacing: 0;
        line-height: 1.25;
        color: #404040;
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        font-size: 20px;
        font-weight: 700
    }

    #main #kvCnt .ttlBox .eng {
        display: block;
        line-height: 1;
        color: #cd8c60;
        font-size: 10px;
        font-family: BickhamScriptPro, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        font-weight: 400;
        position: absolute;
        bottom: 28px;
        left: 0;
        right: 0;
        margin: auto
    }
}

#main #content {
    margin-top: 20px;
    padding: 20px 0 ;
    letter-spacing: 0;
    background-color: #f5f2ed
}
@media screen and (max-width: 799px){
    #main #content {
        padding-bottom: 40px;
    }
}
#main #content .innerBlock {
/*    padding: 0 150px*/
    max-width: 750px;
    margin: auto;
}

/*
@media screen and (max-width:799px) {
    #main #content {
        padding-top: 20px
    }

    #main #content .innerBlock {
        padding: 0 15px
    }
}
*/

#main #formCnt .formLead {
    margin: 0 0 20px;
    font-size: 13px;
    font-weight: 500
}

#main #formCnt .formLead span {
    color: #da0000
}

@media screen and (max-width:799px) {
    #main #formCnt .formLead {
        margin: 0 0 15px;
        font-size: 13px
    }
}

#main #formCnt .underLink {
    margin: 0 0 20px
}

#main #formCnt .underLink .tglBtn {
    display: block;
    background: #e3408e;
    padding: 18px 20px 18px 40px;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    cursor: pointer
}

@media screen and (min-width:800px) {
    #main #formCnt .underLink .tglBtn {
        transition: .3s ease-in-out
    }

    #main #formCnt .underLink .tglBtn:hover {
        opacity: .7
    }
}

#main #formCnt .underLink .tglBtn:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    border-right: 2px solid #FFF;
    border-top: 2px solid #FFF;
    transform: rotate(45deg)
}

#main #formCnt .underLink .tglBtn span {
    font-size: 14px
}

#main #formCnt .underLink .tglCnt {
    display: none;
    padding: 25px
}

#main #formCnt .underLink .tglCnt .txt {
    margin: 0 0 20px;
    font-size: 13px
}

#main #formCnt .underLink .tglCnt .link {
    text-align: center
}

#main #formCnt .underLink .tglCnt .link a {
    display: inline-block;
    background: #FFF;
    width: 274px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    font-weight: bold
}

@media screen and (max-width:799px) {
    #main #formCnt .underLink {
        margin: 0 0 10px
    }

    #main #formCnt .underLink .tglBtn {
        padding: 12px 12px 12px 25px;
        font-size: 12px
    }

    #main #formCnt .underLink .tglBtn:before {
        width: 4px;
        height: 4px;
        left: 10px;
        border-right-width: 1px;
        border-top-width: 1px
    }

    #main #formCnt .underLink .tglBtn span {
        font-size: 10px
    }

    #main #formCnt .underLink .tglCnt {
        padding: 12px
    }

    #main #formCnt .underLink .tglCnt .txt {
        margin: 0 0 10px;
        font-size: 10px
    }

    #main #formCnt .underLink .tglCnt .link a {
        width: 137px;
        height: 22px;
        line-height: 22px;
        font-size: 10px
    }
}

#main #formCnt .attcTxt {
    background: #fff;
    padding: 20px 15px;
    letter-spacing: 0;
    color: #da0000;
    font-size: 14px;
    font-weight: bold
}

@media screen and (max-width:799px) {
    #main #formCnt .attcTxt {
        padding: 10px;
        font-size: 11px
    }
}

#main #formCnt .formTable {
    background: #fff;
    width: 100%;
    letter-spacing: 0
}

#main #formCnt .formTable tbody {
    width: 100% !important;
/*    display: block*/
}
@media screen and (max-width: 799px){
    #main #formCnt .formTable tbody {
        display: block
    }
    #main #formCnt .formTable tbody tr{
        display: block;
        width: 100%;
    }
}

#main #formCnt .formTable .req {
    display: inline-block;
    color: #da0000;
    font-size: 10px
}

/*
#main #formCnt .formTable tr + tr {
    border-top: 1px solid #e5e5e5;
}
*/

#main #formCnt .formTable tr th {
    width: 25%;
    box-sizing: border-box;
    padding: 20px 2%;
    line-height: 1.2;
    text-align: right;
    color: #e3408e;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
     border-top: 1px solid #e5e5e5;
}
@media screen and (max-width: 799px){
    #main #formCnt .formTable tr th {
        display: block;
        width: 100%;
        padding: 15px 2% 10px;
        line-height: 1;
        text-align: left;
    }
    #main #formCnt .formTable tr th .pc{
        display: none;
    }
}

#main #formCnt .formTable tr td {
    width: 75%;
    font-size: 14px;
    padding: 20px 2% 20px ;
    box-sizing: border-box;
    border-top: 1px solid #e5e5e5;
}
#main #formCnt .formTable tr:first-of-type th,
#main #formCnt .formTable tr:first-of-type td{
    border-top: none;
}

#main #formCnt .formTable tr td .radioBox {
    display: flex;
    flex-wrap: wrap
}

#main #formCnt .formTable tr td .radioBox.clinic label {
    flex-basis: calc((100% - 30px) / 6)
}

#main #formCnt .formTable tr td .radioBox.clinic label + label {
    margin-left: 5px
}

#main #formCnt .formTable tr td .radioBox.clinic label:nth-child(n+7) {
    margin-top: 5px
}

#main #formCnt .formTable tr td .radioBox.clinic label:nth-child(6n+1) {
    margin-left: 0
}

#main #formCnt .formTable tr td .radioBox.clinic label span {
    display: inline-block;
    width: 100%;
    line-height: 40px;
    padding: 0 0 0 30px;
    font-size: 14px
}

#main #formCnt .formTable tr td .radioBox.clinic label span:before {
    width: 14px;
    height: 14px
}

#main #formCnt .formTable tr td .radioBox.clinic label span:after {
    width: 8px;
    height: 8px;
    left: 11px
}

#main #formCnt .formTable tr td .radioBox label {
    cursor: pointer
}

#main #formCnt .formTable tr td .radioBox label + label {
    margin-left: 7px
}

#main #formCnt .formTable tr td .radioBox label input {
    display: inline-block;
    opacity: 0;
    position: absolute;
    top: -30px;
    left: 0
}

#main #formCnt .formTable tr td .radioBox label input:checked + span {
    background: #e3408e;
    color: #fff
}

#main #formCnt .formTable tr td .radioBox label input:checked + span:before {
    border: 0
}

#main #formCnt .formTable tr td .radioBox label input:checked + span:after {
    display: block
}

#main #formCnt .formTable tr td .radioBox label span {
    display: inline-block;
    background: linear-gradient(to top, #ebebeb, #fff);
    height: 40px;
    line-height: 40px;
    padding: 0 20px 0 35px;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    position: relative
}

#main #formCnt .formTable tr td .radioBox label span:before,
#main #formCnt .formTable tr td .radioBox label span:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%
}

#main #formCnt .formTable tr td .radioBox label span:before {
    background: #fff;
    width: 19px;
    height: 19px;
    border: 1px solid #ccc;
    left: 8px
}

#main #formCnt .formTable tr td .radioBox label span:after {
    display: none;
    background: #e3408e;
    width: 9px;
    height: 9px;
    left: 13px
}

#main #formCnt .formTable tr td .checkBox {
    display: flex;
    flex-wrap: wrap
}

#main #formCnt .formTable tr td .checkBox label {
    cursor: pointer
}

#main #formCnt .formTable tr td .checkBox label + label {
    margin-left: 7px
}

#main #formCnt .formTable tr td .checkBox label input {
    display: inline-block;
    opacity: 0;
    position: absolute;
    top: -30px;
    left: 0
}

#main #formCnt .formTable tr td .checkBox label input:checked + span {
    background: #e3408e;
    color: #fff
}

#main #formCnt .formTable tr td .checkBox label input:checked + span:before {
    border: 0
}

#main #formCnt .formTable tr td .checkBox label input:checked + span:after {
    display: block
}

#main #formCnt .formTable tr td .checkBox label span {
    display: inline-block;
    background: linear-gradient(to top, #ebebeb, #fff);
    height: 40px;
    line-height: 40px;
    padding: 0 20px 0 35px;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    position: relative
}

#main #formCnt .formTable tr td .checkBox label span:before,
#main #formCnt .formTable tr td .checkBox label span:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto
}

#main #formCnt .formTable tr td .checkBox label span:before {
    background: #fff;
    width: 19px;
    height: 19px;
    border: 1px solid #ccc;
    left: 8px;
    border-radius: 5px
}

#main #formCnt .formTable tr td .checkBox label span:after {
    display: none;
    width: 6px;
    height: 12px;
    border-bottom: 2px solid #e3408e;
    border-right: 2px solid #e3408e;
    left: 13px;
    transform: rotate(45deg)
}

#main #formCnt .formTable tr td .inputBox input,
#main #formCnt .formTable tr td .inputBox textarea {
    background: #f0f0f0;
    padding: 9px 10px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    font-size: 14px
}

#main #formCnt .formTable tr td .inputBox input + .unit,
#main #formCnt .formTable tr td .inputBox textarea + .unit {
    margin-left: 10px
}

#main #formCnt .formTable tr td .inputBox.short input {
    width: 92px
}

#main #formCnt .formTable tr td .inputBox.short2 input {
    width: 308px
}

#main #formCnt .formTable tr td .inputBox.middle input {
    width: 342px
}

#main #formCnt .formTable tr td .inputBox.long input,
#main #formCnt .formTable tr td .inputBox.long textarea {
    width: 100%
}

#main #formCnt .formTable tr td .inputBox .unit {
    color: #e3408e;
    font-size: 14px;
    font-weight: bold
}

#main #formCnt .formTable tr td .inputBox .unit + input {
    margin-left: 10px
}

#main #formCnt .formTable tr td .selectBox {
    position: relative;
    display: flex;
    align-items: center;
}

/*
#main #formCnt .formTable tr td .selectBox:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    border-color: #e3408e transparent transparent transparent;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px
}
*/

#main #formCnt .formTable tr td .selectBox select,
#main #formCnt .formTable tr td .selectBox .datepicker{
/*    display: inline-block;*/
/*    width: 80%;*/
    width: 100%;
    box-sizing: border-box;
    padding: 9px 10px;
    outline: 0;
    text-overflow: '';
    background: #f0f0f0;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    cursor: pointer;
}
#main #formCnt .formTable tr td .selectBox .datepicker::placeholder{
    color: #333;
}


#main #formCnt .formTable tr td .selectBox .ui-datepicker-trigger{
    width: auto;
    height: 35px;
    margin-left: 5px;
}

#main #formCnt .formTable tr td .selectBox select::-ms-expand {
    display: none
}

#main #formCnt .formTable tr td .selectBox select:-moz-focusring {
    color: transparent
}

#main #formCnt .formTable tr td .selectBox.icon {
    width: 35px;
    margin-right: 10px;
    padding: 4px 0 0;
    border-radius: 5px;
    text-align: center;
    background: #4ba2e5;
    background: -moz-linear-gradient(top, #4ba2e5 0, #2363b2 0, #1e4ea0 50%, #184696 52%, #00397a 100%, #00397a 100%);
    background: -webkit-linear-gradient(top, #4ba2e5 0, #2363b2 0, #1e4ea0 50%, #184696 52%, #00397a 100%, #00397a 100%);
    background: linear-gradient(to bottom, #4ba2e5 0, #2363b2 0, #1e4ea0 50%, #184696 52%, #00397a 100%, #00397a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4ba2e5', endColorstr='#00397a', GradientType=0)
}

#main #formCnt .formTable tr td .selectBox.icon button {
    border: 0;
    background: 0;
    background-size: cover;
    background-image: url(/wp-content/themes/chuoh-mens-new/new/img/common/ico-calendar.png);
    background-position: 50% 50%;
    width: 25px;
    height: 25px
}

#main #formCnt .formTable tr td .selectBox.icon:after {
    display: none
}

#main #formCnt .formTable tr td .selectBox.short {
    width: 80px
}

#main #formCnt .formTable tr td .selectBox.middle {
/*    width: 110px*/
}

#main #formCnt .formTable tr td .selectBox.long2 {
    width: 50%;
    margin-right: 10px;
}

#main #formCnt .formTable tr td .category {
    display: flex;
    margin: 0
}

#main #formCnt .formTable tr td .category + .category {
    margin-top: 2px
}

#main #formCnt .formTable tr td .category dt {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7dbe9;
    flex-basis: 64px;
    margin: 0;
    color: #e3408e;
    font-size: 16px;
    font-weight: bold
}

#main #formCnt .formTable tr td .category dd {
    flex-basis: calc(100% - 64px);
    margin: 0;
    padding: 10px 12px
}

#main #formCnt .formTable tr td .category dd .checkBox label {
    flex-basis: calc((100% - 10px) / 2)
}

#main #formCnt .formTable tr td .category dd .checkBox label + label {
    margin-left: 5px
}

#main #formCnt .formTable tr td .category dd .checkBox label:nth-child(2n+1) {
    margin-left: 0
}

#main #formCnt .formTable tr td .category dd .checkBox label:nth-child(n+3) {
    margin-top: 5px
}

#main #formCnt .formTable tr td .category dd .checkBox label span {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 35px;
    font-size: 14px
}


#main #formCnt .formTable tr td .category dd .checkBox label span:before {
    width: 19px;
    height: 19px;
    left: 8px
}

#main #formCnt .formTable tr td .category dd .checkBox label span:after {
    width: 6px;
    height: 12px;
    left: 13px
}

#main #formCnt .formTable tr td .date {
    display: flex;
    margin: 0
}

#main #formCnt .formTable tr td .date + .date {
    margin-top: 10px
}

#main #formCnt .formTable tr td .date dt {
    background: #f7dbe9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 94px;
    color: #e3408e;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 0;
}

#main #formCnt .formTable tr td .date dd {
    width: 100%;
/*    flex-basis: calc(80% - 100px);*/
    margin: 0 0 0 12px;
    display: flex;
    align-items: center
}

@media screen and (max-width:799px) {
    #main #formCnt .formTable tr td{
        padding: 0 2% 15px;
        border: none;
        width: 100%;
        display: block;
    }
    #main #formCnt .formTable tr td .date{
        display: block;
    }
    #main #formCnt .formTable tr td .date dt{
        width: 100%;
        font-size: 14px;
        padding: 5px;
        box-sizing: border-box;
        line-height: 100%;
        text-align: left;
        margin-bottom: 5px;
        justify-content: left;
    }
    #main #formCnt .formTable tr td .date dd {
        width: 100%;
        margin: 0;
        justify-content: space-between;
    }
    #main #formCnt .formTable tr td .date + .date{
        margin-top: 15px;
    }
    #main #formCnt .formTable tr td .selectBox.long2{
        width: 57%;
        margin-right: 2%;
    }
    #main #formCnt .formTable tr td .selectBox .ui-datepicker-trigger{
        display: none;
    }
    #main #formCnt .formTable tr td .datepicker{
        width: 43%;
    }
    #main #formCnt .formTable tr td .radioBox{
        display: block;
    }
    #main #formCnt .formTable tr td .radioBox label{
        margin-top: 0;
        width: 100%;
        display: block;
    }
    #main #formCnt .formTable tr td .radioBox label + label{
        margin: 15px 0 0;
    }
    #main #formCnt .formTable tr td .radioBox label span{
        width: 60%;
    }
}

#main #formCnt .formTable tr td .date dd .selectBox + .unit {
    margin-left: 10px
}

#main #formCnt .formTable tr td .date dd .unit + .selectBox {
    margin-left: 20px
}

#main #formCnt .formTable tr td .date dd .unit {
    color: #e3408e;
    font-size: 12px;
    font-weight: bold;
    padding-top: 8px
}

#main #formCnt .formTable .domainBox {
    background: #fefecf;
    margin: 13px 0 0;
    padding: 15px
}

#main #formCnt .formTable .domainBox .txt {
    margin: 0 0 5px;
    font-size: 12px
}

#main #formCnt .formTable .domainBox .address {
    background: #fff;
    padding: 10px 13px;
    font-size: 16px;
    font-weight: bold
}

/*
@media screen and (max-width:799px) {
    #main #formCnt .formTable {
        display: block
    }

    #main #formCnt .formTable tr {
        display: block
    }

    #main #formCnt .formTable tr th {
        display: block;
        width: 100%;
        padding: 15px 15px 10px;
        line-height: 1;
        text-align: left
    }

    #main #formCnt .formTable tr td {
        display: block;
        padding: 0 15px 13px
    }

    #main #formCnt .formTable tr td dd .calender {
        display: block !important;
        width: 100%
    }

    #main #formCnt .formTable tr td .radioBox label:first-child {
        margin-bottom: 5px
    }

    #main #formCnt .formTable tr td .radioBox label + label {
        margin-left: 5px
    }

    #main #formCnt .formTable tr td .radioBox label.spLeft {
        margin-left: 0
    }

    #main #formCnt .formTable tr td .radioBox label span {
        height: 36px;
        line-height: 36px;
        padding: 0 10px 0 23px;
        font-size: 14px;
        border-radius: 3px
    }

    #main #formCnt .formTable tr td .radioBox label span:before {
        width: 12px;
        height: 12px;
        left: 6px
    }

    #main #formCnt .formTable tr td .radioBox label span:after {
        width: 6px;
        height: 6px;
        left: 9px
    }

    #main #formCnt .formTable tr td .radioBox.clinic label {
        flex-basis: calc((100% - 15px) / 3)
    }

    #main #formCnt .formTable tr td .radioBox.clinic label:first-child {
        margin-bottom: 0
    }

    #main #formCnt .formTable tr td .radioBox.clinic label:nth-child(n+4) {
        margin-top: 5px
    }

    #main #formCnt .formTable tr td .radioBox.clinic label:nth-child(4n+1) {
        margin-left: 5px
    }

    #main #formCnt .formTable tr td .radioBox.clinic label:nth-child(3n+1) {
        margin-left: 0
    }

    #main #formCnt .formTable tr td .radioBox.clinic label span {
        height: 36px;
        line-height: 36px;
        padding: 0 0 0 23px;
        font-size: 14px
    }

    #main #formCnt .formTable tr td .radioBox.clinic label span:before {
        width: 12px;
        height: 12px;
        left: 6px
    }

    #main #formCnt .formTable tr td .radioBox.clinic label span:after {
        width: 6px;
        height: 6px;
        left: 9px
    }

    #main #formCnt .formTable tr td .checkBox label + label {
        margin-left: 5px
    }

    #main #formCnt .formTable tr td .checkBox label:nth-child(3) {
        margin-top: 5px;
        margin-left: 0
    }

    #main #formCnt .formTable tr td .checkBox label span {
        height: 36px;
        line-height: 36px;
        padding: 0 10px 0 23px;
        font-size: 14px;
        border-radius: 3px
    }

    #main #formCnt .formTable tr td .checkBox label span:before {
        width: 12px;
        height: 12px;
        left: 6px;
        border-radius: 3px
    }

    #main #formCnt .formTable tr td .checkBox label span:after {
        width: 3px;
        height: 6px;
        left: 9px
    }

    #main #formCnt .formTable tr td .inputBox input,
    #main #formCnt .formTable tr td .inputBox textarea {
        padding: 8px;
        border-radius: 3px
    }

    #main #formCnt .formTable tr td .inputBox input + .unit,
    #main #formCnt .formTable tr td .inputBox textarea + .unit {
        margin-left: 10px
    }

    #main #formCnt .formTable tr td .inputBox.short input {
        width: 23%
    }

    #main #formCnt .formTable tr td .inputBox.short2 input {
        width: calc(100% - 3rem)
    }

    #main #formCnt .formTable tr td .inputBox.middle input {
        width: 100%
    }

    #main #formCnt .formTable tr td .inputBox.long input,
    #main #formCnt .formTable tr td .inputBox.long textarea {
        width: 100%
    }

    #main #formCnt .formTable tr td .inputBox.long textarea {
        height: 100px
    }

    #main #formCnt .formTable tr td .inputBox .unit {
        color: #e3408e;
        font-size: 14px;
        font-weight: bold
    }

    #main #formCnt .formTable tr td .inputBox .unit + input {
        margin-left: 10px
    }

    #main #formCnt .formTable tr td .selectBox:after {
        border-width: 6px 3px 0 3px;
        right: 7px
    }

    #main #formCnt .formTable tr td .selectBox select {
        width: 100%;
        height: 35px;
        padding: 2px 5px;
        box-sizing: border-box;
        border-radius: 3px;
        font-size: 14px !important
    }

    #main #formCnt .formTable tr td .selectBox.middle {
        width: 37%
    }

    #main #formCnt .formTable tr td .selectBox.icon {
        width: 35px;
        height: 35px
    }

    #main #formCnt .formTable tr td .selectBox.icon button {
        width: 25px;
        height: 25px
    }

    #main #formCnt .formTable tr td .selectBox.short {
        width: 40% !important;
        margin-top: 0;
        font-size: 14px
    }

    #main #formCnt .formTable tr td .selectBox.middle {
        width: 60% !important;
        margin-top: 0;
        font-size: 14px
    }

    #main #formCnt .formTable tr td .selectBox.clear {
        clear: both
    }

    #main #formCnt .formTable tr td .selectBox.sub {
        width: 20%;
        margin-top: 5px;
        margin-left: 0 !important;
        font-size: 14px
    }

    #main #formCnt .formTable tr td .selectBox + .unit {
        float: left;
        font-size: 14px;
        font-weight: bold;
        margin: 0 10px 0 8px
    }

    #main #formCnt .formTable tr td .selectBox.sub + .unit {
        margin: 8px 10px 0 8px
    }

    #main #formCnt .formTable tr td .selectBox.long2 {
        width: 85%;
        margin-right: 10px
    }

    #main #formCnt .formTable tr td .category {
        display: block;
        margin: 0
    }

    #main #formCnt .formTable tr td .category + .category {
        margin-top: 20px
    }

    #main #formCnt .formTable tr td .category dt {
        display: block;
        padding: 5px 10px;
        font-size: 12px
    }

    #main #formCnt .formTable tr td .category dd {
        padding: 10px 0 0
    }

    #main #formCnt .formTable tr td .category dd .checkBox label {
        flex-basis: calc((100% - 4px) / 2);
        width: 49%
    }

    #main #formCnt .formTable tr td .category dd .checkBox label + label {
        margin-left: 4px
    }

    #main #formCnt .formTable tr td .category dd .checkBox label:nth-child(3n+1) {
        margin-left: 4px
    }

    #main #formCnt .formTable tr td .category dd .checkBox label:nth-child(2n+1) {
        margin-left: 0
    }

    #main #formCnt .formTable tr td .category dd .checkBox label:nth-child(n+4),
    #main #formCnt .formTable tr td .category dd .checkBox label:nth-child(n+3) {
        margin-top: 4px
    }

    #main #formCnt .formTable tr td .category dd .checkBox label span {
        height: 36px;
        line-height: 36px;
        padding: 0 0 0 23px;
        font-size: 14px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }

    #main #formCnt .formTable tr td .category dd .checkBox label span:before {
        width: 12px;
        height: 12px;
        left: 6px
    }

    #main #formCnt .formTable tr td .category dd .checkBox label span:after {
        width: 3px;
        height: 6px;
        left: 9px
    }

    #main #formCnt .formTable tr td .date {
        display: block
    }

    #main #formCnt .formTable tr td .date + .date {
        margin-top: 13px
    }

    #main #formCnt .formTable tr td .date dt {
        width: 100%;
        font-size: 14px;
        padding: 5px;
        box-sizing: border-box;
        line-height: 100%;
        text-align: left;
        margin-bottom: 5px;
        justify-content: left
    }

    #main #formCnt .formTable tr td .date dd {
        flex-basis: calc(100% - 60px);
        margin: 0
    }

    #main #formCnt .formTable tr td .date dd .selectBox + .unit {
        margin-left: 0
    }

    #main #formCnt .formTable tr td .date dd .unit + .selectBox {
        margin-left: 10px
    }

    #main #formCnt .formTable tr td .date dd .unit {
        font-size: 10px
    }

    #main #formCnt .formTable tr td .date dd .selectBox.short {
        width: 20%
    }

    #main #formCnt .formTable tr td .date dd .selectBox.middle {
        width: 40%
    }

    #main #formCnt .formTable .domainBox {
        margin: 13px 0 0;
        padding: 10px
    }

    #main #formCnt .formTable .domainBox .txt {
        margin: 0 0 10px;
        font-size: 10px
    }

    #main #formCnt .formTable .domainBox .address {
        text-align: center;
        font-size: 11px
    }
}
*/

/*
@media screen and (max-width:799px) and (max-width:320px) {
    #main #formCnt .formTable tr td .radioBox.clinic label span {
        font-size: 10px
    }
}

@media screen and (max-width:799px) and (max-width:320px) {
    #main #formCnt .formTable tr td .checkBox label span {
        font-size: 10px
    }
}

@media screen and (max-width:799px) and (max-width:320px) {
    #main #formCnt .formTable tr td .category dd .checkBox label span {
        font-size: 10px
    }
}
*/

#main #formCnt .btnArea {
    margin: 40px 0 0;
    text-align: center;
    display: flex;
    justify-content: space-around;
}
#main #formCnt .btnArea input,
#main #formCnt .btnArea a{
    display: inline-block;
    width: 40%;
    height: 65px;
    line-height: 65px;
    color: #FFF;
    font-size: 16px !important;
    font-weight: bold;
    border: 0;
    border-radius: 5px;
    cursor:pointer;
}
#main #formCnt .btnArea .inputBtn {
    background: linear-gradient(to top, #999999, #cccccc);
    
}

#main #formCnt .btnArea .btn_submit {
    background: linear-gradient(to top, #01b479, #34d9b0);
    width: 70%;
}

@media screen and (max-width:799px) {
    #main #formCnt .btnArea {
        margin: 23px 0 0
    }

    #main #formCnt .btnArea input,
    #main #formCnt .btnArea a{
        width: 49%;
        height: 60px;
        line-height: calc(66px - 8px);
        font-size: 14px;
        border-radius: 3px
    }
}

.thanksArea {
    background: #FFF;
    padding: 50px;
    text-align: center;
    font-size: 16px
}

.thanksArea strong {
    font-size: 22px;
    display: block;
    margin-bottom: 15px
}

@media screen and (max-width:799px) {
    .thanksArea {
        background: #FFF;
        padding: 30px 10px 10px;
        text-align: center;
        font-size: 14px
    }

    .thanksArea strong {
        font-size: 18px;
        display: block;
        margin-bottom: 15px
    }

    .thanksArea span {
        display: block
    }
}

.header{
    position: relative;
    padding: 0 10px;
}
.header::after, .header::before {
    content: none;
    display: none;
}
.header__logo{
    position: relative;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    top: auto;
    left: auto;
    height: 100%;
}

.address{
    width: auto;
}


.thanksArea strong {
    font-size: 22px;
    display: block;
    margin-bottom: 15px;
    font-weight: bold;
}


#formId,#form_1{
    margin-top: 20px;
}

.ui-datepicker-month{
    border-color: #ccc;
    font-size: 12px !important;
    padding: 0 0 0 5px;
}