@charset "UTF-8";
/*========================================
  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, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, mark {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  font-size: 100%;
  font-style: normal;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: none;
}

html {
  line-height: 1;
}

code {
  line-height: 1.2;
}

ol, ul, li {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

picture {
  line-height: 1;
}

img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

h1, h2, h3, h4, h5, h6, p, div {
  word-wrap: break-word;
}

button, input, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  background-color: transparent;
  display: block;
  outline: none;
}

::-moz-focus-inner {
  border: 0px;
}

select::-ms-expand {
  display: none;
}

*:focus {
  outline: none;
}

/*========================================
  Base
========================================*/
html {
  width: 100%;
  overflow-y: scroll;
  font-size: 14px;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: border-box;
}

body {
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans','游ゴシック  Medium',  meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  background: #fef5f6;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.025em;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'palt';
}

input, button, textarea, select {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','メイリオ',Meiryo,Helvetica,'Osaka',Arial,sans-serif;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  input, textarea, select {
    font-size: 16px;
  }
}
[lang="en"] {
  font-family: Helvetica;
}

img {
  vertical-align: top;
  max-width: 100%;
  width: auto;
  height: auto;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
}

a, button, *[class*="c-btn"] {
  text-decoration: none;
  cursor: pointer;
  color: #333;
  transition-property: background-color, opacity;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}
@media screen and (min-width: 960px) {
  a:hover, button:hover, *[class*="c-btn"]:hover {
    opacity: 0.75;
  }
}

small {
  font-size: 0.85rem;
}

sup,
sub {
  font-size: .6em;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: bottom;
}

b {
  font-weight: bold;
}

/*========================================
  Layout
========================================*/
body {
  display: flex;
  flex-direction: column;
}

.wrapper {
  display: flex;
  flex-direction: column;
/*  min-height: 100vh;*/
}

.main,
.smain {
  flex: 1 1 auto;
  min-height: 0%;
}


@media screen and (max-width: 768px) {
.conthead {
    margin-bottom: 32px;
}
.conthead-ttl {
  font-size: 1.25rem;
}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
.conthead {
    margin-bottom: 32px;
}
.conthead-ttl {
  font-size: 1.25rem;
}
}
@media screen and (min-width: 1025px) {
.conthead {
    margin-bottom: 32px;
}
.conthead-ttl {
    font-size: 1.563rem;
}
}

.subttl {
  font-size: 1.25rem;
  margin-bottom: 8px;
}

.conttxt {
  margin-bottom: 16px;
}

/*========================================
  Module
========================================*/
/* -----  hidden ----- */
@media screen and (max-width: 768px) {
  .hide-sp {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .hide-tb {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .hide-pc {
    display: none !important;
  }
}
/* -----  column ----- */
.c-col {
/*  padding: 0 17px;*/
}

@media screen and (min-width: 769px) {
  .c-col {
    padding: 0 48px;
  }
}
/* -----  button ----- */
*[class*="c-btn"] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  line-height: 1;
  border-radius: 4px;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.05) inset;
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.03));
  cursor: pointer;
  text-decoration: none !important;
}
*[class*="c-btn"] p {
  width: 100%;
}
*[class*="c-btn"] strong {
  font-size: 1.563rem;
}
*[class*="c-btn"]._blue {
  background-color: #0e9cdc;
  color: #fff;
  border: 3px solid #e6f5fb;
}
*[class*="c-btn"]._pink {
  background-color: #e73f86;
  color: #fff;
}
*[class*="c-btn"]._white {
  border: 1px solid #eee;
  background-color: #fff;
  background-image: linear-gradient(white, rgba(255, 255, 255, 0.1));
}
*[class*="c-btn"]._yellow {
  background-color: #e9ba00;
  color: #fff;
  font-weight: bold;
}
*[class*="c-btn"]._dark {
  background: #323d43;
  color: #fff;
}
*[class*="c-btn"]._gray {
  background: #2e89d0;
  color: #fff;
  border: 3px solid #e6e8e9;
}
*[class*="c-btn"]._search {
  background: #323d43;
  color: #fff;
  border-radius: 2em;
}
*[class*="c-btn"]._on {
  opacity: 0.4;
}

.c-btn-s {
  padding: 10px 0.5em 8px;
}
.c-btn-s > img {
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
}



.c-btn-l {
  padding: 18px 0.5em 16px;
}

.c-edit {
  display: inline-block;
  border: 1px solid #ccc;
  color: #777;
  font-size: 0.85rem;
  padding: 0.2em 1.5em;
  border-radius: 4px;
}

/* ----- lebel ----- */
.label-rsv,
.label-vr,
.label-2d,
.label-hq,
.label-new,
.label-mnew {
  display: inline-block;
  color: #fff;
  font-size: 80%;
  font-family: Tahoma, Arial, "sans-serif";
  font-weight: bold;
  line-height: 1;
  margin-right: 0.5em;
  border-radius: 2px;
}

.label-rsv {
  padding: 0.2em 0.5em !important;
  background-color: #0e9cdc !important;
  border-color: #0e9cdc !important;
}

.label-vr {
  padding: 0.2em 0.5em !important;
  background-color: #00938f !important;
  border-color: #00938f !important;
}

.label-2d {
  padding: 0.2em 0.5em !important;
  background-color: #00938f !important;
  border-color: #00938f !important;
}

.label-hq {
  padding: 0.2em 0.5em !important;
  background-color: #baad40 !important;
  border-color: #baad40 !important;
}

.label-new {
  padding: 0.2em 0.5em !important;
  background-color: #e61f1f !important;
  border-color: #e61f1f !important;
}

.label-mnew {
  padding: 0.2em 0.5em !important;
  background-color: #0e9cdc !important;
  border-color: #0e9cdc !important;
}

/* -----  txt ----- */
.txt-r {
  color: #c70000;
}

.txt-blue {
  color: #0e9cdc;
}

a.txt-l {
  color: #003690;
}

.txt-sub {
  color: #777;
}

.txt-ssize {
  font-size: 0.85rem;
}

.txt-msize {
  font-size: 1.25rem;
}

.txt-lsize {
  font-size: 1.563rem;
}

/* -----  jacket ----- */
@media screen and (max-width: 768px) {
  .itemcard-jk img,
  .actcard-wrap img,
  .jk {
    border-radius: 4px;
  }
}
@media screen and (min-width: 769px) {
  .itemcard-jk img,
  .actcard-wrap img,
  .jk {
    border-radius: 8px;
  }
}
/* -----  guidelink ----- */
.guidelink {
  margin-top: 8px;
}
.guidelink li {
  text-align: left;
}
.guidelink li a {
  display: inline-block;
  color: #003690;
  font-size: 0.85rem;
}
.guidelink li a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 0.4em solid;
  border-color: transparent transparent transparent rgba(50, 61, 67, 0.7);
}

/* ----- ink ----- */
*[class*="link"] a,
*[class*="backlink"] a {
  display: flex;
  align-items: center;
  padding: 4px 0;
  color: #003690;
}
*[class*="link"] a:before,
*[class*="backlink"] a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 0.4em solid;
}
*[class*="link"] small,
*[class*="backlink"] small {
  color: #777;
  margin-left: 0.5em;
}

*[class*="link"] a:before {
  border-color: transparent transparent transparent #2e89d0;
}

*[class*="backlink"] a:before {
  border-color: transparent #2e89d0 transparent transparent;
  margin-right: 0.5em;
}

/* -----  loading ----- */
.loading {
  position: fixed;
  z-index: 30000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(246, 246, 246, 0.6);
  animation-name: fadeinpop;
  animation-duration: 0.3s;
}
.loading .loader {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
}

@keyframes fadeinpop {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* -----  loader ----- */
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 1em;
  height: 1em;
  color: #82c9e9;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load 1s infinite ease-in-out;
  animation: load 1s infinite ease-in-out;
}

.loader {
  font-size: 10px;
  margin: 0 auto 3em;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}

.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 1.5em;
}

@-webkit-keyframes load {
  0%,
  80%,
  100% {
    box-shadow: 0 1.5em 0 -1.25em;
  }
  40% {
    box-shadow: 0 1.5em 0 0;
  }
}
@keyframes load {
  0%,
  80%,
  100% {
    box-shadow: 0 1.5em 0 -1.25em;
  }
  40% {
    box-shadow: 0 1.5em 0 0;
  }
}
/* -----  pages ----- */
.pages {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pages a {
  width: 6em;
  margin: 0 0.5em;
  position: relative;
}
.pages a:before {
  content: '';
  pointer-events: none;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  width: 0.5em;
  height: 0.5em;
}
.pages-prev a {
  padding-left: 1em;
}
.pages-prev a:before {
  left: 0.5em;
  border-left: 2px solid #2e89d0;
  border-top: 2px solid #2e89d0;
  border-top-color: #ccc;
  border-left-color: #ccc;
  transform: translateY(-50%) rotate(-45deg);
}
.pages-next a {
  padding-right: 1em;
}
.pages-next a:before {
  right: 0.5em;
  border-right: 2px solid #2e89d0;
  border-top: 2px solid #2e89d0;
  border-top-color: #ccc;
  border-right-color: #ccc;
  transform: translateY(-50%) rotate(45deg);
}

/*========================================
  Error
========================================*/
.error {
  max-width: 1456px;
  margin-left: auto;
  margin-right: auto;
}
.error .guidelink {
  margin-top: 80px;
}

/*========================================
  Form
========================================*/
.form {
  margin: 0 auto;
}
.conttxt + .form-sec, .form-sec + .form-sec {
  margin-top: 80px;
}
.form label {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 4px;
}
.form-required, .form-any {
  display: inline-block;
  padding: 0 0.5em;
  margin-left: 0.5em;
  color: #fff;
  font-size: 80%;
}
.form-required {
  background: #0e9cdc;
}
.form-any {
  background: #2e89d0;
}
.form input,
.form select,
.form textarea {
  width: 100%;
  background: #fff;
  padding: 0.6em;
  border: solid 1px #e6e6e6;
  border-radius: 4px;
  box-shadow: inset 0 2px 5px -4px rgba(0, 0, 0, 0.3);
  height:42.3px;
}
.form input::-webkit-input-placeholder {
  color: #aaa;
  font-size: 14px;
}
.form input:-ms-input-placeholder {
  color: #aaa;
  font-size: 14px;
}
.form input::placeholder {
  color: #aaa;
  font-size: 14px;
}
.form input:focus {
  border: solid 1px #0e9cdc;
}
.form input[type="email"] + input[type="email"] {
  margin-top: 8px;
}
.form input[type="checkbox"] {
  display: none;
}
.form input[type="checkbox"] + label {
  cursor: pointer;
  padding: 0.5em 0.5em 0.5em 2em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .form input[type="checkbox"] + label {
    padding:1em 2em;
  }
}
.form input[type="checkbox"] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border: solid 1px #e6e6e6;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 2px 5px -4px rgba(0, 0, 0, 0.3);
}
.form input[type="checkbox"]:checked + label:before {
  border: solid 1px #e6e6e6;
  background: #0e9cdc;
}
.form input[type="checkbox"]:checked + label:after {
  content: "";
  position: absolute;
  left: 0.35em;
  top: -3px;
  bottom: 0;
  margin: auto;
  display: block;
  width: 6px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}
.form input[type="radio"] {
  display: none;
}
.form input[type="radio"] + label {
  padding: 1em 0 1em 30px;
  min-height: 40px;
  padding-left: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .form input[type="radio"] + label {
    padding-left: 40px;
  }
}
.form input[type="radio"] + label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 50%;
  box-shadow: inset 0 2px 5px -4px rgba(0, 0, 0, 0.3);
  margin-right: 0.5em;
}
.form input[type="radio"]:checked + label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1px;
  transform: translateY(-50%);
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 3px solid #fff;
  background: #0e9cdc;
  border-radius: 50%;
}
.form .pwbox {
  position: relative;
}
.form .pwbox input#password {
  padding-right: 2.5em;
}
.form .pwbox label {
  position: absolute !important;
  top: 0;
  right: 0;
  width: 3em;
  height: 100%;
}
.form .pwbox label img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.75em;
  margin: auto;
  pointer-events: none;
  width: 1.5em;
}
.form #password-check ~ label:before,
.form #password-check ~ label:after,
.form #password-check ~ label .pwshow {
  display: none;
}
.form #password-check:checked ~ label .pwhide {
  display: none;
}
.form #password-check:checked ~ label .pwshow {
  display: block;
}
.form select {
  width: 100%;
  background: #fff;
  padding: 0.6em;
  border: solid 1px #e6e6e6;
  border-radius: 4px;
  box-shadow: inset 0 -2px 5px -4px rgba(0, 0, 0, 0.3);
}
.form-select {
  position: relative;
}
.form-select:after {
  content: "▼";
  color: #2e89d0;
  font-size: 10px;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  pointer-events: none;
}
.form button {
  width: 100%;
}
.form-item {
  margin-bottom: 12px;
}

.form-item-70 {
  display:inline-block;
  width:70%;
  margin-bottom: 12px;
}

.form-item-30 {
  display:inline-block;
  width:30%;
  margin-bottom: 12px;
}

.form-item._half, .form-item._third,
.form-item ._spfull {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.form-item._half > div, .form-item._third > div,
.form-item ._spfull > div {
  display: flex;
  align-items: center;
}
.form-item._half > input, .form-item._half > div {
  min-width: 50%;
}
.form-item._half > input:nth-of-type(odd), .form-item._half > div:nth-of-type(odd) {
  padding-right: 4px;
}
.form-item._half > input:nth-of-type(even), .form-item._half > div:nth-of-type(even) {
  padding-left: 4px;
}
.form-item._third > input, .form-item._third > div {
  min-width: 33.333%;
  padding-right: 4px;
}
@media screen and (max-width: 768px) {
  .form-item._spfull > input, .form-item._spfull > div {
    width: 100% !important;
    margin: 4px 0;
  }
}
.form-itemlist {
  margin-bottom: 16px;
}
.form-itemlist > .form-item {
  margin-bottom: 0;
  border-top: 1px solid #e6e6e6;
}
.form-itemlist > .form-item:last-child {
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (max-width: 768px) {
  .form-itemlist > .form-item {
    margin-left: -16px;
    margin-right: -16px;
    padding: 0 16px;
  }
}
.form-itemlist > .form-item > label {
  margin-bottom: 0;
  height: 64px;
}
.form-itemlist > .form-item input:disabled + label {
  cursor: default;
  color: #777;
}
.form-itemlist > .form-item input:disabled + label:before {
  opacity: 0.5;
}
.form-itemlist > .form-item input:disabled + label:after {
  display: none;
}
.form-itemlist > .form-item em {
  font-size: 14px;
  color: #c70000;
}
@media screen and (min-width: 769px) {
  .form-itemlist > .form-item > label {
    border: 2px solid transparent;
    height: 80px;
    font-size: 1.25rem;
  }
  .form-itemlist > .form-item > label:before {
    left: 0.5em !important;
  }
  .form-itemlist > .form-item input[type="radio"]:checked + label {
    border: 2px solid #82c9e9;
  }
  .form-itemlist > .form-item input[type="radio"]:checked + label:after {
    left: calc(1px + 0.5em) !important;
  }
  .form-itemlist > .form-item .txt-sub {
    font-size: 14px;
  }
  .form-itemlist .form-open input[type="radio"]:checked + label {
    border-bottom: none !important;
    padding-bottom: calc(1em + 2px);
  }
  .form-itemlist .form-openbox {
    border: 2px solid #82c9e9;
    border-top: none !important;
    position: relative;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .form-itemlist .form-openbox:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    display: block;
    width: 100%;
    height: 100%;
    border: 16px solid #fef5f6;
    border-top: none;
  }
}

.form-itemlist ._single {
  border-bottom: none !important;
}
.form-itemlist ._single input[type="radio"] + label:before,
.form-itemlist ._single input[type="radio"]:checked + label:after,
.form-itemlist ._single input[type="checkbox"] + label:before,
.form-itemlist ._single input[type="checkbox"]:checked + label:after {
  display: none;
}
.form-itemlist ._single label {
  padding-left: 0 !important;
  padding-bottom: 0 !important;
  cursor: auto !important;
  border: none !important;
}
.form-openbox {
  background-color: #eceded;
  visibility: hidden;
  height: 0;
  opacity: 0;
}
.form input[type="radio"]:checked ~ .form-openbox {
  opacity: 1;
  height: auto;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .form input[type="radio"]:checked ~ .form-openbox {
    margin-left: -16px;
    margin-right: -16px;
    padding: 24px 16px 1px;
  }
}
@media screen and (min-width: 769px) {
  .form input[type="radio"]:checked ~ .form-openbox {
    padding: 16px 40px 16px;
  }
}
.form-confirm {
  margin-top: 80px;
}
.form-confirm dt {
  font-weight: bold;
  margin-bottom: 8px;
}
.form-confirm dd {
  margin: 8px 0 40px;
}
.form-error {
  display: none;
  width: 100%;
  text-align: left;
  color: #c70000;
  padding: 0.5em;
  background: #f3e6e6;
}
@media screen and (max-width: 768px) {
  .form-error {
    font-size: 0.85rem;
  }
}
.form-notice {
  display: block;
  width: 100%;
  color: #777;
  text-align: right;
}
.form-txt {
  margin-bottom: 40px;
}
.form-txt a {
  color: #003690;
}
.form-btn {
  text-align: center;
  padding-top: 16px;
  margin-bottom: 16px;
}
.form-btn .form-error {
  text-align: center;
  margin-bottom: 1em;
}
.form-btn button + button {
  margin-top: 16px !important;
}
.form-btnbox {
  text-align: center;
  padding-top: 16px;
  margin-bottom: 32px;
}
.form-btnbox > div, .form-btnbox > input, .form-btnbox > button {
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
	.form-btn {
	  width:75%;
	  text-align: center;
	  /*padding-top: 16px;*/
	  margin:0 auto 16px auto;
	}
	.form-btnbox {
	display: flex;
	justify-content: center;
	}
	.form-btnbox > div, .form-btnbox > input, .form-btnbox > button {
	max-width: 240px !important;
	margin: 0 8px !important;
	}
	.form-btnbox > div:first-of-type, .form-btnbox > input:first-of-type, .form-btnbox > button:first-of-type {
	margin-left: 0 !important;
	}
	.form-btnbox > div:last-of-type, .form-btnbox > input:last-of-type, .form-btnbox > button:last-of-type {
	margin-right: 0 !important;
	}
	.c-btn-m {
	  padding: 14px 0.5em 12px;
	  height:50px;
	  font-weight:bold;
	}
	.c-btn-m > img {
	  width: 1.4em;
	  height: 1.4em;
	  margin: -0.2em 0.5em -0.2em 0;
	}
}
@media screen and (max-width: 768px) {
	.form-btn {
	  width:75%;
	  text-align: center;
	  /*padding-top: 16px;*/
	  margin:0 auto 16px auto;
	}
	.c-btn-m {
	  padding: 14px 0.5em 12px;
	  height:50px;
	  font-weight:bold;
	}
	.c-btn-m > img {
	  width: 1.4em;
	  height: 1.4em;
	  margin: -0.2em 0.5em -0.2em 0;
	}
}
.form-btnbox .form-error {
  text-align: center;
  margin-bottom: 1em;
}
.eventkensaku_banner{
	margin:10px 0;
}
.taikenkensaku_banner{
	margin:10px 0;
}
.add-del-button{
	width:100%;
	text-align:right;
}
.add-button{
  padding: 5px 20px;
  border-radius: 4px;
  display: inline-block;
  background-color: #0e9cdc;
  color:white;
  cursor:pointer;
  margin-top:10px;
}
.del-button{
  padding: 5px 20px;
  border-radius: 4px;
  display: inline-block;
  background-color: #b6b6b6;
  color:white;
  cursor:pointer;
  margin-top:10px;
}
.tel{
  display: inline-block;
  text-align:center;
}
#open-search-btn{
  color:white;
  background-color:orange;
}
